chore: laytout preview bolus progress
This commit is contained in:
parent
391a471b27
commit
80220ff40f
|
@ -29,7 +29,8 @@
|
|||
android:layout_marginRight="10dp"
|
||||
android:layout_toEndOf="@id/header_icon"
|
||||
android:textAlignment="center"
|
||||
android:textAppearance="?android:attr/textAppearanceLarge" />
|
||||
android:textAppearance="?android:attr/textAppearanceLarge"
|
||||
tools:text="Going to deliver: 4.00 U" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
|
@ -46,7 +47,8 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:paddingLeft="10dp"
|
||||
android:paddingRight="10dp" />
|
||||
android:paddingRight="10dp"
|
||||
tools:text="Delivering 1.9U"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/stoppressed"
|
||||
|
@ -69,7 +71,8 @@
|
|||
android:layout_marginTop="20dp"
|
||||
android:layout_marginRight="5dp"
|
||||
android:maxHeight="5dp"
|
||||
android:minHeight="3dp" />
|
||||
android:minHeight="3dp"
|
||||
tools:progress="50"/>
|
||||
|
||||
<com.google.android.material.button.MaterialButton
|
||||
style="@style/GrayButton"
|
||||
|
|
Loading…
Reference in a new issue