Commit 1839381c by YKai

feat:预约时间消息去掉箭头

parent 4b4c4459
...@@ -10,7 +10,7 @@ ext { ...@@ -10,7 +10,7 @@ ext {
"m-fm" : "0.0.30.03", "m-fm" : "0.0.30.03",
"m-user" : "0.0.61.34", "m-user" : "0.0.61.34",
"m-home" : "0.0.22.62", "m-home" : "0.0.22.62",
"m-im" : "0.0.19.15", "m-im" : "0.0.19.16",
"m-dynamic" : "0.0.7.22", "m-dynamic" : "0.0.7.22",
"m-article" : "0.0.0.8", "m-article" : "0.0.0.8",
...@@ -93,7 +93,7 @@ ext { ...@@ -93,7 +93,7 @@ ext {
"m-fm" : "0.0.30.01", "m-fm" : "0.0.30.01",
"m-user" : "0.0.61.34", "m-user" : "0.0.61.34",
"m-home" : "0.0.22.62", "m-home" : "0.0.22.62",
"m-im" : "0.0.19.15", "m-im" : "0.0.19.16",
"m-dynamic" : "0.0.7.22", "m-dynamic" : "0.0.7.22",
"m-article" : "0.0.0.6", "m-article" : "0.0.0.6",
......
...@@ -43,12 +43,12 @@ ...@@ -43,12 +43,12 @@
android:paddingBottom="2dp" android:paddingBottom="2dp"
android:text="修改预约时间" /> android:text="修改预约时间" />
<ImageView <!-- <ImageView-->
android:id="@+id/trangle_orange" <!-- android:id="@+id/trangle_orange"-->
android:layout_width="wrap_content" <!-- android:layout_width="wrap_content"-->
android:layout_height="wrap_content" <!-- android:layout_height="wrap_content"-->
android:layout_marginTop="15dp" <!-- android:layout_marginTop="15dp"-->
android:layout_toRightOf="@id/modify_time_main" <!-- android:layout_toRightOf="@id/modify_time_main"-->
android:src="@mipmap/im_right_22"/> <!-- android:src="@mipmap/im_right_22"/>-->
</RelativeLayout> </RelativeLayout>
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="horizontal" android:orientation="horizontal"
android:layout_toRightOf="@id/trangle_orange"
android:background="@drawable/im_bg_raduis_up_green"> android:background="@drawable/im_bg_raduis_up_green">
<ImageView <ImageView
...@@ -43,11 +42,11 @@ ...@@ -43,11 +42,11 @@
android:paddingBottom="2dp" android:paddingBottom="2dp"
android:text="修改预约时间" /> android:text="修改预约时间" />
<ImageView <!-- <ImageView-->
android:id="@+id/trangle_orange" <!-- android:id="@+id/trangle_orange"-->
android:layout_width="wrap_content" <!-- android:layout_width="wrap_content"-->
android:layout_height="wrap_content" <!-- android:layout_height="wrap_content"-->
android:layout_marginTop="15dp" <!-- android:layout_marginTop="15dp"-->
android:src="@mipmap/im_left_2"/> <!-- android:src="@mipmap/im_left_2"/>-->
</RelativeLayout> </RelativeLayout>
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
android:id="@+id/red_packet_main" android:id="@+id/red_packet_main"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_toRightOf="@id/trangle_orange"
android:background="@drawable/im_bg_raduis_up_green"> android:background="@drawable/im_bg_raduis_up_green">
<TextView <TextView
......
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
android:id="@+id/red_packet_main" android:id="@+id/red_packet_main"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_toLeftOf="@+id/trangle_orange"
android:background="@drawable/im_bg_raduis_up_green"> android:background="@drawable/im_bg_raduis_up_green">
<TextView <TextView
...@@ -60,13 +59,13 @@ ...@@ -60,13 +59,13 @@
android:paddingBottom="2dp" android:paddingBottom="2dp"
android:text="添加新时段提醒" /> android:text="添加新时段提醒" />
<ImageView <!-- <ImageView-->
android:id="@+id/trangle_orange" <!-- android:id="@+id/trangle_orange"-->
android:layout_width="wrap_content" <!-- android:layout_width="wrap_content"-->
android:layout_height="wrap_content" <!-- android:layout_height="wrap_content"-->
android:layout_marginTop="15dp" <!-- android:layout_marginTop="15dp"-->
android:layout_alignParentRight="true" <!-- android:layout_alignParentRight="true"-->
android:src="@mipmap/im_right_22"/> <!-- android:src="@mipmap/im_right_22"/>-->
</RelativeLayout> </RelativeLayout>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment