Skip to content

Commit

Permalink
Fix audio items margin
Browse files Browse the repository at this point in the history
Bottom of item description could be cut
  • Loading branch information
GeoffreyMetais committed Feb 11, 2019
1 parent 0938b42 commit cc71b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlc-android/res/layout/audio_browser_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="@dimen/audio_browser_item_size"
android:paddingBottom="@dimen/audio_item_padding_botom"
android:layout_marginBottom="@dimen/audio_item_padding_botom"
android:longClickable="true"
android:clickable="true"
android:focusable="true"
Expand Down

0 comments on commit cc71b45

Please sign in to comment.