overview status update
This commit is contained in:
parent
b818027b02
commit
8681dc5122
|
@ -21,7 +21,8 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="left|top"
|
||||
android:textSize="80dp"
|
||||
android:textStyle="bold" />
|
||||
android:textStyle="bold"
|
||||
android:text="00.0" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
|
@ -53,7 +54,8 @@
|
|||
android:background="@drawable/loopmodeborder"
|
||||
android:paddingLeft="5dp"
|
||||
android:paddingRight="5dp"
|
||||
android:gravity="center_vertical|center_horizontal" />
|
||||
android:gravity="center_vertical|center_horizontal"
|
||||
android:layout_weight="0.5" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
|
Loading…
Reference in a new issue