1234567891011121314151617181920212223 |
- <?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="@dimen/dp_52"
- android:orientation="vertical">
- <ImageView
- android:id="@+id/ej_pay_mode_item_icon_iv"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center"/>
- <!--<TextView-->
- <!--android:id="@+id/ej_pay_mode_item_name_tv"-->
- <!--android:layout_width="wrap_content"-->
- <!--android:layout_height="wrap_content"-->
- <!--android:textColor="@color/ej_font_black"-->
- <!--android:textSize="@dimen/sp_12"-->
- <!--android:layout_gravity="center"-->
- <!--android:layout_marginLeft="@dimen/dp_5"-->
- <!--android:layout_marginRight="@dimen/dp_5"/>-->
- </LinearLayout>
|