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>2021-04-09 21:03:27 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-04-10 14:38:50 +0300
commit8471e7c2f0fa1a8a49e08a31c7891d6bef0b5738 (patch)
tree5464faaa1dfee3daaf494cbf8aa594cd3788ad6c
parenteba94ddd0d705a7659cc16cb17f7c140ee9ed3b6 (diff)
#690 Upcoming cards
Fix background color of upcoming cards view Signed-off-by: Stefan Niedermann <info@niedermann.it>
-rw-r--r--app/src/main/res/layout/activity_upcoming_cards.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/activity_upcoming_cards.xml b/app/src/main/res/layout/activity_upcoming_cards.xml
index 21b949435..1413284aa 100644
--- a/app/src/main/res/layout/activity_upcoming_cards.xml
+++ b/app/src/main/res/layout/activity_upcoming_cards.xml
@@ -4,6 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:background="@color/bg_card_wrapper"
android:orientation="vertical">
<com.google.android.material.appbar.AppBarLayout