26 lines
1.2 KiB
XML
26 lines
1.2 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.XFrameLayout
|
|
android:id="@+id/fm_back"
|
|
android:background="@drawable/diy_perspective_bg_nor"
|
|
android:layout_width="@dimen/diy_final_item_direction"
|
|
android:layout_height="@dimen/diy_final_item_direction"
|
|
android:layout_marginRight="18px"
|
|
android:layout_marginBottom="15px">
|
|
<ImageView
|
|
android:id="@+id/img_direction"
|
|
android:background="@drawable/diy_perspective_icon_1"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_margin="17px"/>
|
|
<ImageView
|
|
android:layout_gravity="bottom|right"
|
|
android:id="@+id/img_sure"
|
|
android:background="@drawable/diy_sure"
|
|
android:layout_width="@dimen/diy_build_item_delete"
|
|
android:layout_height="@dimen/diy_build_item_delete"/>
|
|
</com.ubt.jimu.widgets.screenAdaptive.XFrameLayout>
|
|
</com.ubt.jimu.widgets.screenAdaptive.XFrameLayout>
|