Better implementation for insets and bottom padding

This commit is contained in:
Prathamesh More 2022-05-31 01:30:56 +05:30
parent 97e37dd7b9
commit 45a3899a0d
29 changed files with 470 additions and 320 deletions

View file

@ -3,7 +3,9 @@
xmlns:grid="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="8dp"
android:paddingHorizontal="8dp"
android:paddingTop="8dp"
android:paddingBottom="@dimen/mini_player_height"
grid:alignmentMode="alignBounds">
<LinearLayout