jimu-decompiled/resources/res/layout/item_build_create.xml
2025-05-13 19:24:51 +02:00

61 lines
2.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/xr_test"
android:layout_width="match_parent"
android:layout_height="@dimen/diy_height">
<ImageView
android:id="@+id/img_bg"
android:background="@drawable/diy_card"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
<ImageView
android:id="@+id/img_state"
android:background="@drawable/diy_bulid_step_2"
android:layout_width="@dimen/diy_build_width"
android:layout_height="@dimen/diy_build_width"
android:layout_marginTop="@dimen/diy_state_top"
android:layout_marginRight="10px"
android:layout_alignParentEnd="true"/>
<ImageView
android:id="@+id/img_lock"
android:background="@drawable/diy_bulid_unlock"
android:layout_width="@dimen/diy_build_lock"
android:layout_height="@dimen/diy_build_lock"
android:layout_marginRight="5px"
android:layout_marginBottom="20px"
android:layout_alignParentBottom="true"
android:layout_alignParentEnd="true"/>
<TextView
android:textSize="@dimen/diy_state"
android:textColor="@color/bg_white"
android:gravity="center_vertical"
android:id="@+id/tv_state"
android:background="@drawable/diy_state_finish"
android:paddingLeft="@dimen/diy_state_left"
android:paddingRight="@dimen/diy_state_left"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/diy_state_top"
android:text="@string/diy_state"/>
<TextView
android:textSize="@dimen/diy_number"
android:textColor="@color/bg_white"
android:gravity="center"
android:id="@+id/tv_number"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/diy_number_left"
android:text="@string/diy_number"
android:layout_centerVertical="true"/>
<TextView
android:textSize="@dimen/diy_small"
android:textColor="@color/bg_white"
android:id="@+id/tv_programming_name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/diy_number_left"
android:layout_marginBottom="@dimen/diy_desc_bottom"
android:text="@string/diy_action"
android:layout_alignParentBottom="true"/>
</RelativeLayout>