aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/activity_about.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian.schneppe@pix-art.de>2020-01-26 20:18:13 +0100
committerChristian Schneppe <christian.schneppe@pix-art.de>2020-01-26 20:18:13 +0100
commit2f27378f1635fad2501b30e4080100418a00e193 (patch)
tree6ad1f6d1e8e34da115b4006e8e89dcedfb1230d3 /src/main/res/layout/activity_about.xml
parent0b857a81db69d51242a9e728ad469bc0a3001f6c (diff)
use more material style
Diffstat (limited to 'src/main/res/layout/activity_about.xml')
-rw-r--r--src/main/res/layout/activity_about.xml10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/main/res/layout/activity_about.xml b/src/main/res/layout/activity_about.xml
index 427042215..db89771a6 100644
--- a/src/main/res/layout/activity_about.xml
+++ b/src/main/res/layout/activity_about.xml
@@ -77,20 +77,18 @@
<Button
android:id="@+id/show_privacy_policy"
- android:layout_width="match_parent"
+ android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
- android:layout_marginTop="4dp"
- android:layout_marginBottom="4dp"
+ android:layout_margin="4dp"
android:text="@string/show_privacy" />
<Button
android:id="@+id/show_terms_of_use"
- android:layout_width="match_parent"
+ android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
- android:layout_marginTop="4dp"
- android:layout_marginBottom="4dp"
+ android:layout_margin="4dp"
android:text="@string/show_termsofuse" />
</LinearLayout>