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:
Diffstat (limited to 'app/src/main/res/layout/activity_exception.xml')
-rw-r--r--app/src/main/res/layout/activity_exception.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/activity_exception.xml b/app/src/main/res/layout/activity_exception.xml
index 37447f958..7bc0108ff 100644
--- a/app/src/main/res/layout/activity_exception.xml
+++ b/app/src/main/res/layout/activity_exception.xml
@@ -23,7 +23,7 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:hint="@string/hint_error_appeared"
- app:drawableEndCompat="@drawable/ic_bug_report_black_24dp" />
+ app:drawableEndCompat="@drawable/ic_bug_report_24dp" />
</LinearLayout>
@@ -59,7 +59,7 @@
android:layout_height="0dp"
android:layout_marginHorizontal="@dimen/spacer_2x"
android:layout_weight="1"
- android:background="@color/bg_highlighted">
+ android:background="?attr/colorSurfaceVariant">
<TextView
android:id="@+id/stacktrace"