Initial commit

This commit is contained in:
2025-05-13 19:24:51 +02:00
commit a950f49678
10604 changed files with 932663 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<com.ubt.jimu.widgets.screenAdaptive.XLinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:gravity="center"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="@dimen/diy_electronic_item_height"
android:layout_marginLeft="@dimen/diy_electronic_left"
android:layout_marginRight="@dimen/diy_electronic_right">
<ImageView
android:id="@+id/img_part"
android:layout_width="@dimen/diy_electronic_pic"
android:layout_height="@dimen/diy_electronic_pic"/>
<TextView
android:textSize="16px"
android:id="@+id/tv_count"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="7px"
android:text="@string/diy_part_electronic_count"/>
</com.ubt.jimu.widgets.screenAdaptive.XLinearLayout>