Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
tsynik committed Jun 8, 2024
1 parent 9b5807c commit 0d31655
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/drawable/outline_visibility_20.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="20dp"
android:height="20dp"
android:tint="?attr/colorPrimary"
android:tint="?attr/colorBright"
android:viewportWidth="24"
android:viewportHeight="24">

Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/layout/torrent_file_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
android:layout_marginEnd="3dp"
android:layout_marginRight="3dp"
android:layout_weight="1"
android:singleLine="true"
android:maxLines="1"
android:text="@string/playlist_all"
app:icon="@drawable/ic_outline_playlist_play"
Expand All @@ -47,6 +48,7 @@
android:layout_marginEnd="6dp"
android:layout_marginRight="6dp"
android:layout_weight="1"
android:singleLine="true"
android:maxLines="1"
android:text="@string/playlist_continue"
app:icon="@drawable/ic_outline_playlist_play"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/torrent_files_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
android:layout_gravity="center|end"
android:layout_marginEnd="3dp"
android:layout_marginRight="3dp"
android:alpha="0.7"
android:alpha="0.9"
app:srcCompat="@drawable/outline_visibility_20" />
<!-- can't use vectors with ?attr on 4.x -->
<TextView
Expand Down

0 comments on commit 0d31655

Please sign in to comment.