d
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
<LinearLayout
|
||||
android:id="@+id/ll_address"
|
||||
android:layout_width="match_parent"
|
||||
android:visibility="gone"
|
||||
android:layout_height="35dp"
|
||||
android:background="@color/LightGraydddddd"
|
||||
android:orientation="horizontal">
|
||||
|
||||
@@ -28,32 +28,6 @@
|
||||
|
||||
android:orientation="vertical">
|
||||
|
||||
<LinearLayout
|
||||
android:visibility="gone"
|
||||
android:id="@+id/ll_address"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="35dp"
|
||||
android:background="@color/LightGraydddddd"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_address"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginLeft="16dp"
|
||||
android:layout_weight="1"
|
||||
/>
|
||||
|
||||
<ImageView
|
||||
android:layout_width="14dp"
|
||||
android:layout_height="14dp"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginRight="16dp"
|
||||
android:src="@mipmap/returnme"
|
||||
|
||||
/>
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
@@ -82,6 +56,16 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal">
|
||||
<RadioButton
|
||||
android:id="@+id/myradio20"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="3dip"
|
||||
android:background="@drawable/drawableforitemnormal"
|
||||
android:button="@null"
|
||||
android:padding="20dip"
|
||||
android:checked="true"
|
||||
android:text="1天" />
|
||||
|
||||
<RadioButton
|
||||
android:id="@+id/myradio21"
|
||||
@@ -91,7 +75,6 @@
|
||||
android:background="@drawable/drawableforitemnormal"
|
||||
android:button="@null"
|
||||
android:padding="20dip"
|
||||
android:checked="true"
|
||||
android:text="7天" />
|
||||
|
||||
<RadioButton
|
||||
@@ -163,6 +146,32 @@
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/ll_address"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="35dp"
|
||||
android:background="@color/LightGraydddddd"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_address"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginLeft="16dp"
|
||||
android:layout_weight="1"
|
||||
/>
|
||||
|
||||
<ImageView
|
||||
android:layout_width="14dp"
|
||||
android:layout_height="14dp"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginRight="16dp"
|
||||
android:src="@mipmap/returnme"
|
||||
|
||||
/>
|
||||
</LinearLayout>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/confirm"
|
||||
|
||||
|
||||
@@ -4,9 +4,15 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/retacal_background"
|
||||
android:orientation="vertical">
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="300dp"
|
||||
android:id="@+id/ly_all"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/retacal_background"
|
||||
android:orientation="vertical">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/title1"
|
||||
android:id="@+id/title5"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="17dip"
|
||||
@@ -26,10 +32,12 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
android:layout_margin="17dip"
|
||||
android:layout_marginTop="5dp"
|
||||
android:gravity="center"
|
||||
android:text="密码"
|
||||
android:textSize="15sp" />
|
||||
android:text=""
|
||||
android:textStyle="bold"
|
||||
android:textSize="40sp" />
|
||||
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/myImage"
|
||||
@@ -57,6 +65,9 @@
|
||||
|
||||
android:background="@color/gray" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="45dp"
|
||||
@@ -86,4 +97,4 @@
|
||||
android:text="取消"
|
||||
android:textColor="@color/black" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
Reference in New Issue
Block a user