排程重做
This commit is contained in:
5
app/src/main/res/drawable/shape_item_delete_bg.xml
Normal file
5
app/src/main/res/drawable/shape_item_delete_bg.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/color_e34d59"/>
|
||||
<corners android:radius="8dp"/>
|
||||
</shape>
|
||||
@@ -74,19 +74,16 @@
|
||||
android:text="@string/plan_time"
|
||||
android:layout_marginVertical="@dimen/dp_13"/>
|
||||
|
||||
<EditText
|
||||
android:id="@+id/et_plan_time"
|
||||
<TextView
|
||||
android:id="@+id/tv_plan_duration"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="9"
|
||||
android:gravity="center_vertical"
|
||||
android:textSize="14sp"
|
||||
android:textColor="@color/color_222222"
|
||||
android:background="@null"
|
||||
android:layout_marginLeft="@dimen/dp_10"
|
||||
android:hint="@string/input_water_plan_time"
|
||||
android:imeOptions="actionDone"
|
||||
android:inputType="number"/>
|
||||
android:hint="@string/input_water_plan_time"/>
|
||||
<TextView
|
||||
android:id="@+id/tv_time_unit"
|
||||
android:layout_width="0dp"
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
android:gravity="center_horizontal"
|
||||
android:background="@drawable/shape_water_period_sel_bg">
|
||||
<TextView
|
||||
android:id="@+id/tv_week"
|
||||
android:id="@+id/tv_week_name"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="12sp"
|
||||
|
||||
@@ -123,6 +123,7 @@
|
||||
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/img_add"
|
||||
android:layout_width="@dimen/dp_45"
|
||||
android:layout_height="@dimen/dp_45"
|
||||
android:src="@mipmap/icon_add_time"
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
<color name="color_e4fbfa">#E4FBFA</color>
|
||||
<color name="color_d9d9d9">#D9D9D9</color>
|
||||
<color name="color_dcdfe6">#DCDFE6</color>
|
||||
<color name="color_e34d59">#E34D59</color>
|
||||
|
||||
|
||||
<color name="text_hint">#707070</color>
|
||||
|
||||
Reference in New Issue
Block a user