mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
add padding to conversation activity to compensate for actionbar overlay mode
fixes #3627 closes #3635
This commit is contained in:
parent
3ae1c5ccc8
commit
b75a04eb08
@ -20,6 +20,7 @@
|
||||
android:layout_weight="1"
|
||||
android:orientation="vertical"
|
||||
android:background="?conversation_background"
|
||||
android:paddingTop="?attr/actionBarSize"
|
||||
android:gravity="bottom">
|
||||
|
||||
<FrameLayout android:id="@+id/fragment_content"
|
||||
|
Loading…
Reference in New Issue
Block a user