mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-25 23:47:26 +00:00
Merge branch 'dev' into ui
This commit is contained in:
@@ -31,6 +31,6 @@
|
||||
|
||||
<color name="app_icon_background">#333132</color>
|
||||
<color name="progress_bar_background">#0A000000</color>
|
||||
<color name="quote_not_found_background">#99FFFFFF</color>
|
||||
<color name="quote_not_found_background">#8000E97B</color>
|
||||
|
||||
</resources>
|
@@ -23,4 +23,9 @@
|
||||
<item name="android:elevation">4dp</item>
|
||||
</style>
|
||||
|
||||
<style name="Widget.Session.Button.Dialog.Destructive">
|
||||
<item name="android:background">@android:color/transparent</item>
|
||||
<item name="android:textColor">@color/destructive</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
@@ -33,7 +33,6 @@
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
<!-- Session light theme (these values overlays their dark theme counterparts from Theme.TextSecure) -->
|
||||
<style name="Theme.TextSecure.DayNight" parent="Base.Theme.TextSecure">
|
||||
|
||||
|
Reference in New Issue
Block a user