1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-20 12:00:51 +02:00

Fix position of progress bar

This commit is contained in:
cpfeiffer 2015-06-07 00:05:36 +02:00
parent ab97b544f0
commit dc8d1e961d

View File

@ -35,7 +35,7 @@
android:id="@+id/device_busy_indicator"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignEnd="@+id/device_info"
android:layout_alignParentEnd="true"
android:indeterminate="true" />
<LinearLayout