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:
authorDaniel Bailey <daniel.bailey@grappleIT.co.uk>2020-08-01 15:12:12 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2020-08-01 16:33:12 +0300
commit91dba62457a79388eb4d5b7954fad5d78d2712b3 (patch)
tree6bf6a1095ad538eefed335c5a58393df7d8d1fe7 /app/src/main/res
parent6c5e7ed5b3cf73097e46d0285630d0110eff9e72 (diff)
List widget text colour is now visible in system dark mode.
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/widget_stack.xml1
-rw-r--r--app/src/main/res/layout/widget_stack_entry.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/layout/widget_stack.xml b/app/src/main/res/layout/widget_stack.xml
index 1a16fe339..d920bff87 100644
--- a/app/src/main/res/layout/widget_stack.xml
+++ b/app/src/main/res/layout/widget_stack.xml
@@ -35,6 +35,7 @@
android:gravity="center_vertical"
android:paddingStart="@dimen/widget_stack_card_padding"
android:paddingEnd="@dimen/widget_stack_card_padding"
+ android:textColor="@color/widget_foreground"
tools:text="@string/app_name"/>
</RelativeLayout>
diff --git a/app/src/main/res/layout/widget_stack_entry.xml b/app/src/main/res/layout/widget_stack_entry.xml
index 7d0dfd7d8..f67a53e61 100644
--- a/app/src/main/res/layout/widget_stack_entry.xml
+++ b/app/src/main/res/layout/widget_stack_entry.xml
@@ -18,6 +18,7 @@
android:paddingEnd="@dimen/widget_stack_card_padding"
android:textAppearance="?attr/textAppearanceListItem"
android:textSize="14sp"
+ android:textColor="@color/widget_foreground"
tools:maxLength="60"
tools:text="@tools:sample/lorem/random" />
</LinearLayout> \ No newline at end of file