mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-29 13:26:50 +01:00
Fix charts activity button alignment
This commit is contained in:
parent
eb896dcd57
commit
ed83071c33
@ -56,6 +56,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:padding="0dp"
|
||||||
android:text="<<<" />
|
android:text="<<<" />
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
@ -63,6 +64,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:padding="0dp"
|
||||||
android:text="<<" />
|
android:text="<<" />
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
@ -70,6 +72,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:padding="0dp"
|
||||||
android:text="<" />
|
android:text="<" />
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
@ -77,12 +80,14 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:padding="0dp"
|
||||||
android:text=">" />
|
android:text=">" />
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/charts_next_week"
|
android:id="@+id/charts_next_week"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:padding="0dp"
|
||||||
android:text=">>" />
|
android:text=">>" />
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
@ -90,6 +95,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:padding="0dp"
|
||||||
android:text=">>>" />
|
android:text=">>>" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
Loading…
Reference in New Issue
Block a user