mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-26 17:37:34 +00:00
add padding to conversation activity to compensate for actionbar overlay mode
fixes #3627 closes #3635
This commit is contained in:
@@ -20,6 +20,7 @@
|
|||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:background="?conversation_background"
|
android:background="?conversation_background"
|
||||||
|
android:paddingTop="?attr/actionBarSize"
|
||||||
android:gravity="bottom">
|
android:gravity="bottom">
|
||||||
|
|
||||||
<FrameLayout android:id="@+id/fragment_content"
|
<FrameLayout android:id="@+id/fragment_content"
|
||||||
|
Reference in New Issue
Block a user