Skip to content

Commit

Permalink
Increased padding of preview thumbnail
Browse files Browse the repository at this point in the history
  • Loading branch information
litetex committed Jul 17, 2021
1 parent 0b2629e commit efd038a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout-large-land/player.xml
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@
android:layout_height="wrap_content"
android:gravity="center"
android:orientation="vertical"
android:paddingBottom="8dp">
android:paddingBottom="12dp">

<TextView
android:id="@+id/currentDisplaySeek"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/player.xml
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@
android:layout_height="wrap_content"
android:gravity="center"
android:orientation="vertical"
android:paddingBottom="8dp">
android:paddingBottom="12dp">

<TextView
android:id="@+id/currentDisplaySeek"
Expand Down

0 comments on commit efd038a

Please sign in to comment.