Skip to content

Commit

Permalink
Fix Lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohsen Mirhoseini authored and mohsenoid committed Nov 10, 2022
1 parent c373c57 commit 7b46bd1
Show file tree
Hide file tree
Showing 17 changed files with 6 additions and 39 deletions.
Binary file modified channel/Screenshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion channel/app/src/main/res/layout/details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
android:id="@+id/detailsContainer"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/purple_200"
tools:showIn="@layout/activity_main">

<TextView
Expand Down
Binary file modified discovery/Screenshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion discovery/app/src/main/res/layout/details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
android:id="@+id/detailsContainer"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/purple_200"
tools:showIn="@layout/activity_main">

<TextView
Expand Down
Binary file modified dynamic/Screenshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions dynamic/app/src/main/res/layout/details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
android:id="@+id/detailsContainer"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/purple_200">
<!-- tools:showIn="@layout/activity_main">-->
tools:showIn="@layout/activity_main">

<TextView
android:id="@+id/sourceLabel"
Expand Down
1 change: 0 additions & 1 deletion multi_host_livestream/app/src/main/res/layout/details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
android:id="@+id/detailsContainer"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/purple_200"
tools:showIn="@layout/activity_main">

<TextView
Expand Down
Binary file modified playlist/Screenshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion playlist/app/src/main/res/layout/details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
android:id="@+id/detailsContainer"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/purple_200"
tools:showIn="@layout/activity_main">

<TextView
Expand Down
1 change: 0 additions & 1 deletion shopping/app/src/main/res/layout/details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
android:id="@+id/detailsContainer"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/purple_200"
tools:showIn="@layout/activity_main">

<TextView
Expand Down
2 changes: 1 addition & 1 deletion shopping/app/src/main/res/layout/fragment_checkout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
android:backgroundTint="@color/fw__gnt_blue"
android:gravity="center"
android:padding="@dimen/fw__space_xsmall"
android:text="Checkout"
android:text="@string/checkout"
android:textAllCaps="false"
android:textColor="@color/fw__gnt_white"
android:textSize="@dimen/fw__font_size_16"
Expand Down
13 changes: 2 additions & 11 deletions shopping/app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,5 @@
<color name="teal_700">#FF018786</color>
<color name="black">#FF000000</color>
<color name="white">#FFFFFFFF</color>
<color name="fw__gnt_black">#000000</color>
<color name="fw__gnt_black_50">#80000000</color>
<color name="fw__gnt_white">#FFFFFF</color>
<color name="fw__gnt_red">#FF0000</color>
<color name="fw__gnt_green">#00FF00</color>
<color name="fw__gnt_blue">#4285f4</color>
<color name="fw__gnt_gray">#808080</color>
<color name="fw__bg_bluelake">#3A86FF</color>
<color name="fw__dark_grey">#2B2B2B</color>
<color name="fw__text_grey">#BDBDBD</color>
</resources>

</resources>
18 changes: 0 additions & 18 deletions shopping/app/src/main/res/values/dimens.xml

This file was deleted.

2 changes: 2 additions & 0 deletions shopping/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@
<string name="source_type">Source Type:</string>
<string name="channel_id">Channel ID:</string>
<string name="playlist_id">Playlist ID:</string>

<string name="checkout">Checkout</string>
</resources>
1 change: 0 additions & 1 deletion single_host_livestream/app/src/main/res/layout/details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
android:id="@+id/detailsContainer"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/purple_200"
tools:showIn="@layout/activity_main">

<TextView
Expand Down
Binary file modified view_options/Screenshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion view_options/app/src/main/res/layout/details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
android:id="@+id/detailsContainer"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/purple_200"
tools:showIn="@layout/activity_main">

<TextView
Expand Down

0 comments on commit 7b46bd1

Please sign in to comment.