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

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2020-06-02 21:35:14 +0300
committerStefan Niedermann <info@niedermann.it>2020-06-02 21:35:14 +0300
commite6c117bded3e4ce3238160b265aaf7dffe9cb768 (patch)
tree40be029767780e1cebeef897accdc1dc1f18ebf3 /app/src/main/res/values
parent88370cfcc3a06c93f3138528a596c73b5335ce96 (diff)
Enhance cursors
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/colors.xml1
-rw-r--r--app/src/main/res/values/styles.xml4
2 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
index df747d51..57a6e016 100644
--- a/app/src/main/res/values/colors.xml
+++ b/app/src/main/res/values/colors.xml
@@ -7,6 +7,7 @@
<color name="defaultBrand">#0082C9</color>
+ <color name="cursor">#44111122</color>
<color name="bg_highlighted">#eee</color>
<color name="bg_normal">#ffffff</color>
<color name="bg_attention">#d40000</color>
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
index cb691bfd..ea4c929c 100644
--- a/app/src/main/res/values/styles.xml
+++ b/app/src/main/res/values/styles.xml
@@ -13,6 +13,10 @@
<item name="android:windowLightNavigationBar" tools:targetApi="o_mr1">@bool/isDayMode</item>
</style>
+ <style name="EditText" parent="AppTheme">
+ <item name="android:textColorHighlight">@color/cursor</item>
+ </style>
+
<style name="fab">
<item name="android:layout_margin">16dp</item>
<item name="android:layout_width">wrap_content</item>