mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-25 19:36:50 +01:00
Add small margin to activity date selection buttons
This commit is contained in:
parent
d913dc5634
commit
d2d54eba17
@ -57,6 +57,7 @@
|
||||
android:layout_weight="1"
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="0dp"
|
||||
android:layout_marginHorizontal="2dp"
|
||||
android:text="<<<" />
|
||||
|
||||
<Button
|
||||
@ -65,6 +66,7 @@
|
||||
android:layout_weight="1"
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="0dp"
|
||||
android:layout_marginHorizontal="2dp"
|
||||
android:text="<<" />
|
||||
|
||||
<Button
|
||||
@ -73,6 +75,7 @@
|
||||
android:layout_weight="1"
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="0dp"
|
||||
android:layout_marginHorizontal="2dp"
|
||||
android:text="<" />
|
||||
|
||||
<Button
|
||||
@ -81,6 +84,7 @@
|
||||
android:layout_weight="1"
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="0dp"
|
||||
android:layout_marginHorizontal="2dp"
|
||||
android:text=">" />
|
||||
<Button
|
||||
android:id="@+id/charts_next_week"
|
||||
@ -88,6 +92,7 @@
|
||||
android:layout_weight="1"
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="0dp"
|
||||
android:layout_marginHorizontal="2dp"
|
||||
android:text=">>" />
|
||||
|
||||
<Button
|
||||
@ -96,6 +101,7 @@
|
||||
android:layout_weight="1"
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="0dp"
|
||||
android:layout_marginHorizontal="2dp"
|
||||
android:text=">>>" />
|
||||
|
||||
</LinearLayout>
|
||||
|
Loading…
Reference in New Issue
Block a user