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>2024-01-22 18:46:14 +0300
committerStefan Niedermann <info@niedermann.it>2024-01-22 18:46:14 +0300
commit4299da9b22c62719e16f3e442d339a867dcb116a (patch)
tree3e36aa9c1c493dda8c9722d5bb98547d7e0fa349 /app/src/main/res/layout/activity_push_notification.xml
parentdd6e766eed7b3a0fe4b7a2d0fc770858301c7c3c (diff)
feat(theming): Use grayscale default theme to avoid wrong color tones
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'app/src/main/res/layout/activity_push_notification.xml')
-rw-r--r--app/src/main/res/layout/activity_push_notification.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/activity_push_notification.xml b/app/src/main/res/layout/activity_push_notification.xml
index d280ba506..8bed9de42 100644
--- a/app/src/main/res/layout/activity_push_notification.xml
+++ b/app/src/main/res/layout/activity_push_notification.xml
@@ -11,7 +11,7 @@
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- app:navigationIcon="@drawable/ic_arrow_back_white_24dp"
+ app:navigationIcon="@drawable/ic_arrow_back_24dp"
app:title="@string/app_name" />
<LinearLayout