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

Fix about header UI

parent 3102013a
Branches
Tags
No related merge requests found
...@@ -72,7 +72,8 @@ ...@@ -72,7 +72,8 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="8dp" android:layout_marginTop="8dp"
android:layout_marginBottom="8dp" android:layout_marginBottom="8dp"
android:orientation="horizontal"> android:orientation="horizontal"
android:theme="?attr/actionBarTheme">
<com.google.android.material.button.MaterialButton <com.google.android.material.button.MaterialButton
android:id="@+id/action_website" android:id="@+id/action_website"
...@@ -80,6 +81,7 @@ ...@@ -80,6 +81,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/label_website" android:text="@string/label_website"
android:textColor="?colorControlNormal"
app:backgroundTint="?colorPrimary" /> app:backgroundTint="?colorPrimary" />
<Space <Space
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment