mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-25 19:29:30 +00:00
Add home screen bottom margin
This commit is contained in:
@@ -56,7 +56,9 @@
|
||||
<android.support.v7.widget.RecyclerView
|
||||
android:id="@+id/recyclerView"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent" />
|
||||
android:layout_height="match_parent"
|
||||
android:paddingBottom="172dp"
|
||||
android:clipToPadding="false" />
|
||||
|
||||
<View
|
||||
android:id="@+id/gradientView"
|
||||
|
Reference in New Issue
Block a user