mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-03 11:42:23 +00:00
Layouts' default background replaced with a proper theme level window background.
Bottom sheet style unified.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<solid android:color="@color/dialog_background" />
|
||||
<solid android:color="?attr/dialog_background_color" />
|
||||
|
||||
<corners android:topLeftRadius="24dp" android:topRightRadius="24dp" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user