mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 21:25:35 +03:00
commit
03606f01d9
1 changed files with 7 additions and 0 deletions
|
@ -80,8 +80,15 @@
|
|||
<item name="windowNoTitle">false</item>
|
||||
<item name="android:windowBackground">@color/bg_default</item>
|
||||
<item name="android:textAllCaps">false</item>
|
||||
|
||||
<item name="android:buttonBarButtonStyle">@style/FallbackTheming.Dialog.ButtonStyle</item>
|
||||
</style>
|
||||
|
||||
<style name="FallbackTheming.Dialog.ButtonStyle"
|
||||
parent="Widget.MaterialComponents.Button.TextButton.Dialog">
|
||||
<item name="android:textColor">@color/text_color</item>
|
||||
</style>
|
||||
|
||||
<!-- separate action bar style for activities without an action bar -->
|
||||
<style name="BaseTheme.ownCloud.Toolbar" parent="Theme.MaterialComponents.DayNight.NoActionBar">
|
||||
<item name="actionModeBackground">@color/action_mode_background</item>
|
||||
|
|
Loading…
Reference in a new issue