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

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2021-04-27 18:21:19 +0300
committerStefan Niedermann <info@niedermann.it>2021-04-27 18:21:19 +0300
commit3ab0dce3eb6f6edbb6f737df8fd3d5dd39275a97 (patch)
treeec62db7b8eef78465cceff8b5c97233519f1b7e7 /News-Android-App/src/main/res/color
parentf07b56ae797cde8c5f53462ea571675de69d3e6a (diff)
#865 Fix button styles in feed alert dialog
Diffstat (limited to 'News-Android-App/src/main/res/color')
-rw-r--r--News-Android-App/src/main/res/color/material_button_text_color.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/News-Android-App/src/main/res/color/material_button_text_color.xml b/News-Android-App/src/main/res/color/material_button_text_color.xml
new file mode 100644
index 00000000..f9cb7754
--- /dev/null
+++ b/News-Android-App/src/main/res/color/material_button_text_color.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:color="@color/material_grey_600" android:state_enabled="false" />
+ <item android:color="@color/nextcloudBlue" />
+</selector> \ No newline at end of file