17 lines
557 B
XML
17 lines
557 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="26dp">
|
|
|
|
<TextView
|
|
android:id="@+id/custom_quantity"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="26dp"
|
|
android:clickable="true"
|
|
android:focusable="true"
|
|
android:gravity="center"
|
|
android:text="@string/custom_quantity"
|
|
android:textColor="#FFFFFF"
|
|
android:textSize="14sp" />
|
|
|
|
</LinearLayout> |