mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-27 12:05:22 +00:00
Add home screen bottom margin
This commit is contained in:
parent
6e2e50e196
commit
0bf7c08778
@ -56,7 +56,9 @@
|
|||||||
<android.support.v7.widget.RecyclerView
|
<android.support.v7.widget.RecyclerView
|
||||||
android:id="@+id/recyclerView"
|
android:id="@+id/recyclerView"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent" />
|
android:layout_height="match_parent"
|
||||||
|
android:paddingBottom="172dp"
|
||||||
|
android:clipToPadding="false" />
|
||||||
|
|
||||||
<View
|
<View
|
||||||
android:id="@+id/gradientView"
|
android:id="@+id/gradientView"
|
||||||
|
Loading…
Reference in New Issue
Block a user