mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-29 13:26: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_weight="1"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:padding="0dp"
|
android:padding="0dp"
|
||||||
|
android:layout_marginHorizontal="2dp"
|
||||||
android:text="<<<" />
|
android:text="<<<" />
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
@ -65,6 +66,7 @@
|
|||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:padding="0dp"
|
android:padding="0dp"
|
||||||
|
android:layout_marginHorizontal="2dp"
|
||||||
android:text="<<" />
|
android:text="<<" />
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
@ -73,6 +75,7 @@
|
|||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:padding="0dp"
|
android:padding="0dp"
|
||||||
|
android:layout_marginHorizontal="2dp"
|
||||||
android:text="<" />
|
android:text="<" />
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
@ -81,6 +84,7 @@
|
|||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:padding="0dp"
|
android:padding="0dp"
|
||||||
|
android:layout_marginHorizontal="2dp"
|
||||||
android:text=">" />
|
android:text=">" />
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/charts_next_week"
|
android:id="@+id/charts_next_week"
|
||||||
@ -88,6 +92,7 @@
|
|||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:padding="0dp"
|
android:padding="0dp"
|
||||||
|
android:layout_marginHorizontal="2dp"
|
||||||
android:text=">>" />
|
android:text=">>" />
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
@ -96,6 +101,7 @@
|
|||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:padding="0dp"
|
android:padding="0dp"
|
||||||
|
android:layout_marginHorizontal="2dp"
|
||||||
android:text=">>>" />
|
android:text=">>>" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
Loading…
Reference in New Issue
Block a user