list_select_material.xml
801 Bytes
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:id="@+id/tv_select_info"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="left|center_vertical"
android:gravity="left|center_vertical"
android:visibility="gone"
android:lines="1"
android:layout_marginLeft="20dp"
android:textSize="20sp"/>
<com.huaheng.tabcall.view.AmountView
android:id="@+id/amountView"
android:layout_width="match_parent"
android:layout_height="wrap_content">
</com.huaheng.tabcall.view.AmountView>
</FrameLayout>