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

22 lines
926 B
XML

<?xml version="1.0" encoding="utf-8"?>
<com.ubt.jimu.widgets.screenAdaptive.XLinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<com.ubt.jimu.widgets.screenAdaptive.XFrameLayout
android:layout_width="0dp"
android:layout_height="43px"
android:layout_weight="1">
<ImageView
android:id="@+id/img_line"
android:layout_width="wrap_content"
android:layout_height="43px"/>
</com.ubt.jimu.widgets.screenAdaptive.XFrameLayout>
<include
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
layout="@layout/layout_add_reduce"/>
</com.ubt.jimu.widgets.screenAdaptive.XLinearLayout>