中建365-二期开发-bug修复
parent
0709084f5e
commit
3f31373b05
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval">
|
||||||
|
<solid android:color="@color/col_2621"/>
|
||||||
|
<stroke android:color="@color/white" android:width="0.75dp"/>
|
||||||
|
<size android:width="@dimen/dp_9" android:height="@dimen/dp_9"/>
|
||||||
|
</shape>
|
@ -1,15 +1,28 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:layout_height="wrap_content">
|
android:layout_height="wrap_content">
|
||||||
|
<FrameLayout
|
||||||
<TextView
|
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content">
|
||||||
android:textColor="@color/col_333"
|
<TextView
|
||||||
android:textSize="@dimen/sp_13"
|
android:layout_width="wrap_content"
|
||||||
android:id="@+id/tv_survey"/>
|
android:layout_height="wrap_content"
|
||||||
|
android:textColor="@color/col_333"
|
||||||
|
android:textSize="@dimen/sp_13"
|
||||||
|
android:id="@+id/tv_survey"
|
||||||
|
tools:text="22222"/>
|
||||||
|
<ImageView
|
||||||
|
android:id="@+id/img_status"
|
||||||
|
android:layout_width="@dimen/dp_9"
|
||||||
|
android:layout_height="@dimen/dp_9"
|
||||||
|
android:layout_gravity="end"
|
||||||
|
android:background="@drawable/shape_oval_262_border_white"/>
|
||||||
|
</FrameLayout>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
Loading…
Reference in New Issue