From bd4dcc96422b7f2dfb8c0ea4db8ab4e66c03bc0b Mon Sep 17 00:00:00 2001 From: Janne Koschinski <janne@kuschku.de> Date: Tue, 2 Apr 2019 20:27:37 +0200 Subject: [PATCH] Fix about header UI --- app/src/main/res/layout/preferences_about_header.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/preferences_about_header.xml b/app/src/main/res/layout/preferences_about_header.xml index aad075855..0efdb6100 100644 --- a/app/src/main/res/layout/preferences_about_header.xml +++ b/app/src/main/res/layout/preferences_about_header.xml @@ -72,7 +72,8 @@ android:layout_height="wrap_content" android:layout_marginTop="8dp" android:layout_marginBottom="8dp" - android:orientation="horizontal"> + android:orientation="horizontal" + android:theme="?attr/actionBarTheme"> <com.google.android.material.button.MaterialButton android:id="@+id/action_website" @@ -80,6 +81,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/label_website" + android:textColor="?colorControlNormal" app:backgroundTint="?colorPrimary" /> <Space -- GitLab