From be1e0633b174c31f3b25fe56c6df3bf9faf33902 Mon Sep 17 00:00:00 2001 From: Janne Koschinski <janne@kuschku.de> Date: Tue, 2 Apr 2019 11:20:50 +0200 Subject: [PATCH] Fix about page --- app/src/main/res/layout/preferences_about_header.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/src/main/res/layout/preferences_about_header.xml b/app/src/main/res/layout/preferences_about_header.xml index 6176a5840..1c67ca105 100644 --- a/app/src/main/res/layout/preferences_about_header.xml +++ b/app/src/main/res/layout/preferences_about_header.xml @@ -79,8 +79,13 @@ style="@style/Widget.Button.Colored" android:layout_width="wrap_content" android:layout_height="wrap_content" + app:backgroundTint="?colorPrimary" android:text="@string/label_website" /> + <Space + android:layout_width="8dp" + android:layout_height="wrap_content" /> + <com.google.android.material.button.MaterialButton android:id="@+id/action_source" style="@style/Widget.Button" @@ -88,6 +93,10 @@ android:layout_height="wrap_content" android:text="@string/label_source" /> + <Space + android:layout_width="8dp" + android:layout_height="wrap_content" /> + <com.google.android.material.button.MaterialButton android:id="@+id/action_donate" style="@style/Widget.Button" -- GitLab