Skip to content

Commit

Permalink
[Adaptive] Removed extra space between the list view container and th…
Browse files Browse the repository at this point in the history
…e navigation bar.

There was an extra 12dp of margin above the navigation bar that was unnecessary.

PiperOrigin-RevId: 409214343
  • Loading branch information
afohrman authored and drchen committed Nov 16, 2021
1 parent 022a05f commit 6517aa6
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -20,8 +20,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/list_view_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginBottom="12dp">
android:layout_height="match_parent">

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

0 comments on commit 6517aa6

Please sign in to comment.