Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2020-04-12 21:32:54 +0300
committerStefan Niedermann <info@niedermann.it>2020-04-12 21:32:54 +0300
commitccc17588ded53e89b971790eadd3e851f57d3f69 (patch)
treec1f5be3db55bbc32bad1be59f60e7482df642a91 /app/src/main/res/values
parent225717aeea07195ac68e955a87d1dcbc0141c784 (diff)
parentec7aca7c99c678551227bd51861ad8e661cd3718 (diff)
Merge branch 'master' into theming
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/styles.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
index 7f405b8d7..bec19f14b 100644
--- a/app/src/main/res/values/styles.xml
+++ b/app/src/main/res/values/styles.xml
@@ -11,6 +11,12 @@
<item name="windowNoTitle">true</item>
</style>
+ <style name="AppTheme.EditText" parent="ThemeOverlay.MaterialComponents.Dark">
+ <item name="colorControlNormal">@android:color/white</item>
+ <item name="colorControlActivated">@android:color/white</item>
+ <item name="colorControlHighlight">@android:color/white</item>
+ </style>
+
<style name="DarkAppTheme" parent="Theme.AppCompat.DayNight.DarkActionBar">
<item name="colorPrimary">@color/primary</item>
<item name="colorPrimaryDark">@color/primary</item>