Commit 4ffbfb18 by upwork.021

Merge remote-tracking branch 'origin/dev_mdt_av' into new_dev_4.3.89

parents 98c42a4a 8dddd4a5
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#F4F5F9" />
<corners android:radius="26dp" />
</shape>
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
android:layout_width="270dp" android:layout_width="270dp"
android:layout_height="142dp" android:layout_height="142dp"
android:layout_gravity="center" android:layout_gravity="center"
android:background="@drawable/bg_edit_text"> android:background="@drawable/shape_bg_leave_room">
<TextView <TextView
android:id="@+id/tv_title" android:id="@+id/tv_title"
......
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