fix:
update:基本界面完成
This commit is contained in:
2025-11-28 20:13:02 +08:00
parent 5ae6a6ebe9
commit a34a680689
628 changed files with 20450 additions and 1909 deletions

View File

@@ -0,0 +1,220 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/rl_root"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<LinearLayout
android:id="@+id/ll_jstip"
android:layout_width="225dp"
android:layout_height="245dp"
android:layout_above="@+id/ll_progress"
android:layout_marginLeft="9dp"
android:background="@drawable/icon_dia_ds_bg"
android:orientation="vertical"
android:paddingLeft="10dp"
android:paddingTop="6dp">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="1.每天浇水一次可增加300点经验值"
android:textColor="#ffffff"
android:textSize="8dp" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="3dp"
android:text="2.每次完成一个学习模块均可获得对应模块的经验值;"
android:textColor="#ffffff"
android:textSize="8dp" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="3dp"
android:text="3.小苗初始等级为0级最高级为10级"
android:textColor="#ffffff"
android:textSize="8dp" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
android:layout_marginRight="22dp"
android:lineSpacingExtra="2dp"
android:text="4.小苗每次通过学习或者浇水累积经验值,当经验值满时,升级到下一等级的树苗。"
android:textColor="#ffffff"
android:textSize="8dp" />
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="6dp"
android:orientation="horizontal">
<com.handuan.os.view.jxw.widget.DashuDiaView
android:id="@+id/dsdv0"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:drade="0" />
<ImageView
android:layout_width="11dp"
android:layout_height="11dp"
android:layout_marginLeft="4dp"
android:layout_marginTop="7dp"
android:layout_marginRight="4dp"
android:background="@drawable/icon_dia_ds_jty" />
<com.handuan.os.view.jxw.widget.DashuDiaView
android:id="@+id/dsdv1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:drade="1" />
<ImageView
android:layout_width="11dp"
android:layout_height="11dp"
android:layout_marginLeft="4dp"
android:layout_marginTop="7dp"
android:layout_marginRight="4dp"
android:background="@drawable/icon_dia_ds_jty" />
<com.handuan.os.view.jxw.widget.DashuDiaView
android:id="@+id/dsdv2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:drade="2" />
<ImageView
android:layout_width="11dp"
android:layout_height="11dp"
android:layout_marginLeft="4dp"
android:layout_marginTop="7dp"
android:layout_marginRight="4dp"
android:background="@drawable/icon_dia_ds_jty" />
<com.handuan.os.view.jxw.widget.DashuDiaView
android:id="@+id/dsdv3"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:drade="3" />
<ImageView
android:layout_width="11dp"
android:layout_height="11dp"
android:layout_marginLeft="4dp"
android:layout_marginTop="7dp"
android:layout_marginRight="4dp"
android:background="@drawable/icon_dia_ds_jty" />
<com.handuan.os.view.jxw.widget.DashuDiaView
android:id="@+id/dsdv4"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:drade="4" />
</LinearLayout>
<ImageView
android:layout_width="11dp"
android:layout_height="11dp"
android:layout_gravity="right"
android:layout_marginTop="3dp"
android:layout_marginRight="21dp"
android:layout_marginBottom="2dp"
android:background="@drawable/icon_dia_ds_jtx" />
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal">
<com.handuan.os.view.jxw.widget.DashuDiaView
android:id="@+id/dsdv9"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:drade="9" />
<ImageView
android:layout_width="11dp"
android:layout_height="11dp"
android:layout_marginLeft="4dp"
android:layout_marginTop="7dp"
android:layout_marginRight="4dp"
android:background="@drawable/icon_dia_ds_jtz" />
<com.handuan.os.view.jxw.widget.DashuDiaView
android:id="@+id/dsdv8"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:drade="8" />
<ImageView
android:layout_width="11dp"
android:layout_height="11dp"
android:layout_marginLeft="4dp"
android:layout_marginTop="7dp"
android:layout_marginRight="4dp"
android:background="@drawable/icon_dia_ds_jtz" />
<com.handuan.os.view.jxw.widget.DashuDiaView
android:id="@+id/dsdv7"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:drade="7" />
<ImageView
android:layout_width="11dp"
android:layout_height="11dp"
android:layout_marginLeft="4dp"
android:layout_marginTop="7dp"
android:layout_marginRight="4dp"
android:background="@drawable/icon_dia_ds_jtz" />
<com.handuan.os.view.jxw.widget.DashuDiaView
android:id="@+id/dsdv6"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:drade="6" />
<ImageView
android:layout_width="11dp"
android:layout_height="11dp"
android:layout_marginLeft="4dp"
android:layout_marginTop="7dp"
android:layout_marginRight="4dp"
android:background="@drawable/icon_dia_ds_jtz" />
<com.handuan.os.view.jxw.widget.DashuDiaView
android:id="@+id/dsdv5"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:drade="5" />
</LinearLayout>
<LinearLayout
android:layout_width="109dp"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_marginTop="6dp"
android:orientation="horizontal">
<ImageView
android:layout_width="11dp"
android:layout_height="11dp"
android:layout_marginTop="3dp"
android:layout_marginRight="16dp"
android:layout_marginBottom="2dp"
android:background="@drawable/icon_dia_ds_jtyx" />
<com.handuan.os.view.jxw.widget.DashuDiaView10
android:id="@+id/dsdv10"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:drade="10" />
</LinearLayout>
</LinearLayout>
</RelativeLayout>