Reduced lag and increased button size for older devices&users.

This commit is contained in:
Somethingweirdhere 2018-06-15 05:43:43 +02:00 committed by Christian Schabesberger
parent cbf6540889
commit fc94f184d2
2 changed files with 11 additions and 4 deletions

View file

@ -30,8 +30,8 @@
<Button
android:id="@+id/buttonAdd"
android:layout_width="20dp"
android:layout_height="20dp"
android:layout_width="25dp"
android:layout_height="25dp"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:layout_marginRight="10dp"