Skip to content
Snippets Groups Projects
Verified Commit be1e0633 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fix about page

parent 747ed83b
Branches
Tags
No related merge requests found
Pipeline #443 canceled
...@@ -79,8 +79,13 @@ ...@@ -79,8 +79,13 @@
style="@style/Widget.Button.Colored" style="@style/Widget.Button.Colored"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
app:backgroundTint="?colorPrimary"
android:text="@string/label_website" /> android:text="@string/label_website" />
<Space
android:layout_width="8dp"
android:layout_height="wrap_content" />
<com.google.android.material.button.MaterialButton <com.google.android.material.button.MaterialButton
android:id="@+id/action_source" android:id="@+id/action_source"
style="@style/Widget.Button" style="@style/Widget.Button"
...@@ -88,6 +93,10 @@ ...@@ -88,6 +93,10 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/label_source" /> android:text="@string/label_source" />
<Space
android:layout_width="8dp"
android:layout_height="wrap_content" />
<com.google.android.material.button.MaterialButton <com.google.android.material.button.MaterialButton
android:id="@+id/action_donate" android:id="@+id/action_donate"
style="@style/Widget.Button" style="@style/Widget.Button"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment