Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit 94364b3f authored by 62160052's avatar 62160052
Browse files

Bind the price property to the UI

parent cd0e24fe
No related branches found
No related tags found
No related merge requests found
......@@ -96,6 +96,7 @@
<TextView
android:id="@+id/subtotal"
android:text="@{@string/subtotal_price(viewModel.price)}"
style="@style/Widget.Cupcake.TextView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
......
......@@ -93,6 +93,7 @@
<TextView
android:id="@+id/subtotal"
android:text="@{@string/subtotal_price(viewModel.price)}"
style="@style/Widget.Cupcake.TextView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
......
......@@ -119,6 +119,7 @@
<TextView
android:id="@+id/total"
android:text="@{@string/total_price(viewModel.price)}"
style="@style/Widget.Cupcake.TextView.FinalPrice"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment