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>2020-06-30 18:27:42 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2020-06-30 20:47:30 +0300
commit6ebaf2df7a22e9d3f7a1c9f2549b7681ece7e233 (patch)
tree02088c4eb5db9167d7352a797e4220f46f942f7e /app/src/main
parenta6aca850556677aac8183aaa491066081bcf3e27 (diff)
#525 Adjust design to new style of Nextcloud app
ExceptionActivity
Diffstat (limited to 'app/src/main')
-rw-r--r--app/src/main/res/layout/activity_exception.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/src/main/res/layout/activity_exception.xml b/app/src/main/res/layout/activity_exception.xml
index 29a1bc2e0..9bcaa5bc3 100644
--- a/app/src/main/res/layout/activity_exception.xml
+++ b/app/src/main/res/layout/activity_exception.xml
@@ -68,7 +68,8 @@
android:layout_height="wrap_content"
android:layout_marginEnd="@dimen/spacer_1x"
android:layout_weight=".5"
- android:text="@string/simple_close" />
+ android:text="@string/simple_close"
+ android:textColor="@color/defaultBrand" />
<com.google.android.material.button.MaterialButton
android:id="@+id/copy"
@@ -77,7 +78,8 @@
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/spacer_1x"
android:layout_weight=".5"
- android:text="@string/simple_copy" />
+ android:text="@string/simple_copy"
+ app:backgroundTint="@color/defaultBrand" />
</LinearLayout>
</LinearLayout> \ No newline at end of file