Skip to content

Commit 06f7439

Browse files
committed
add center flag
1 parent 9e20398 commit 06f7439

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ui/src/main/res/layout/dialog_product_confirmation.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@
5252
android:layout_height="wrap_content"
5353
android:layout_below="@+id/name"
5454
android:layout_centerHorizontal="true"
55+
android:gravity="center"
5556
android:textSize="17sp"
56-
tools:text="11,99 " />
57+
tools:text="2 * 1,00€ = 2,00" />
5758

5859
<android.support.v7.widget.AppCompatTextView
5960
android:id="@+id/depositPrice"

0 commit comments

Comments
 (0)