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

36 lines
1.4 KiB
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:id="@+id/xl_add"
android:layout_width="127px"
android:layout_height="35px">
<ImageView
android:id="@+id/imv_reduce"
android:background="@drawable/diy_parts_reduce"
android:layout_width="42px"
android:layout_height="35px"/>
<com.ubt.jimu.widgets.screenAdaptive.XFrameLayout
android:layout_width="44px"
android:layout_height="35px">
<EditText
android:textSize="22px"
android:textColor="@color/txt_287EF1"
android:gravity="center"
android:layout_gravity="center"
android:id="@+id/tv_num"
android:background="@drawable/diy_parts_text"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="0"
android:hint="0"
android:lines="1"
android:maxLength="3"
android:inputType="number"/>
</com.ubt.jimu.widgets.screenAdaptive.XFrameLayout>
<ImageView
android:id="@+id/imv_add"
android:background="@drawable/diy_parts_add"
android:layout_width="42px"
android:layout_height="35px"/>
</com.ubt.jimu.widgets.screenAdaptive.XLinearLayout>