mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Add small margin to activity date selection buttons
This commit is contained in:
committed by
Arjan Schrijver
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>
|
||||
|
||||
Reference in New Issue
Block a user