31 lines
1.3 KiB
XML
31 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<com.ubt.jimu.widgets.screenAdaptive.XFrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content">
|
|
<com.ubt.jimu.widgets.screenAdaptive.XLinearLayout
|
|
android:gravity="center_horizontal"
|
|
android:orientation="vertical"
|
|
android:paddingLeft="16px"
|
|
android:paddingTop="15px"
|
|
android:paddingRight="8px"
|
|
android:paddingBottom="15px"
|
|
android:layout_width="162px"
|
|
android:layout_height="186px">
|
|
<ImageView
|
|
android:id="@+id/imv_part"
|
|
android:layout_width="100px"
|
|
android:layout_height="100px"/>
|
|
<TextView
|
|
android:textSize="16px"
|
|
android:gravity="center_horizontal"
|
|
android:id="@+id/tv_part_name"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="4px"
|
|
android:layout_marginBottom="5px"
|
|
android:text="@string/diy_part_name"
|
|
android:lines="1"/>
|
|
<include layout="@layout/layout_add_reduce"/>
|
|
</com.ubt.jimu.widgets.screenAdaptive.XLinearLayout>
|
|
</com.ubt.jimu.widgets.screenAdaptive.XFrameLayout>
|