mirror of
https://github.com/oxen-io/session-android.git
synced 2026-01-05 01:11:43 +00:00
Fix NewConversationActivity toolbar/overflow dynamic theming
Fixes #4624 Closes #4626
This commit is contained in:
committed by
Moxie Marlinspike
parent
8269047c88
commit
8afdbc1f4d
@@ -11,7 +11,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:minHeight="?attr/actionBarSize"
|
||||
android:background="?attr/colorPrimary"
|
||||
android:theme="@style/TextSecure.LightActionBar" />
|
||||
android:theme="?attr/actionBarStyle" />
|
||||
|
||||
<fragment android:id="@+id/contact_selection_list_fragment"
|
||||
android:layout_width="match_parent"
|
||||
|
||||
Reference in New Issue
Block a user