Update fragment_host_config.xml
This commit is contained in:
parent
83af914911
commit
9e8315050a
@ -54,15 +54,24 @@
|
|||||||
|
|
||||||
|
|
||||||
<!-- Merchant Info -->
|
<!-- Merchant Info -->
|
||||||
|
<!-- <TextView-->
|
||||||
|
<!-- android:layout_width="match_parent"-->
|
||||||
|
<!-- android:layout_height="wrap_content"-->
|
||||||
|
<!-- android:text="@{viewModel.merchantName}"-->
|
||||||
|
<!-- android:fontFamily="@font/rubik_regular"-->
|
||||||
|
<!-- android:textSize="16sp"-->
|
||||||
|
<!-- android:textStyle="bold"-->
|
||||||
|
<!-- android:textAlignment="center"-->
|
||||||
|
<!-- tools:text="Someone Mart"/>-->
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@{viewModel.merchantName}"
|
android:text="@{viewModel.terminalName}"
|
||||||
android:fontFamily="@font/rubik_regular"
|
android:fontFamily="@font/rubik_regular"
|
||||||
android:textSize="16sp"
|
android:textSize="16sp"
|
||||||
android:textStyle="bold"
|
android:textStyle="bold"
|
||||||
android:textAlignment="center"
|
android:textAlignment="center"
|
||||||
tools:text="Someone Mart"/>
|
tools:text="Terminal_Name"/>
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
@ -83,14 +92,14 @@
|
|||||||
android:textStyle="bold"
|
android:textStyle="bold"
|
||||||
android:textAlignment="center"
|
android:textAlignment="center"
|
||||||
tools:text="Yangon"/>
|
tools:text="Yangon"/>
|
||||||
<TextView
|
<!-- <TextView-->
|
||||||
android:layout_width="match_parent"
|
<!-- android:layout_width="match_parent"-->
|
||||||
android:layout_height="wrap_content"
|
<!-- android:layout_height="wrap_content"-->
|
||||||
android:text="@{viewModel.terminalName}"
|
<!-- android:text="@{viewModel.terminalName}"-->
|
||||||
android:fontFamily="@font/rubik_regular"
|
<!-- android:fontFamily="@font/rubik_regular"-->
|
||||||
android:textSize="16sp"
|
<!-- android:textSize="16sp"-->
|
||||||
android:textStyle="bold"
|
<!-- android:textStyle="bold"-->
|
||||||
tools:text="Yangon"/>
|
<!-- tools:text="Terminal_Name"/>-->
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user