Skip to content

Commit

Permalink
Merge pull request nextcloud#7664 from czlucius/fix-issue-7633
Browse files Browse the repository at this point in the history
Fix issue nextcloud#7633
Signed-off-by: thelittlefireman <[email protected]>
  • Loading branch information
AndyScherzinger authored Dec 17, 2020
2 parents 4588fd5 + fbb65d9 commit 85a786b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 85a786b

Please sign in to comment.