|
@@ -7,14 +7,12 @@
|
|
|
android:id="@+id/ad_vp"
|
|
android:id="@+id/ad_vp"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent" />
|
|
android:layout_height="match_parent" />
|
|
|
-
|
|
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent">
|
|
android:layout_height="match_parent">
|
|
|
-
|
|
|
|
|
<RadioGroup
|
|
<RadioGroup
|
|
|
android:id="@+id/rg"
|
|
android:id="@+id/rg"
|
|
|
- android:layout_width="200dp"
|
|
|
|
|
|
|
+ android:layout_width="100dp"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_alignParentBottom="true"
|
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_centerHorizontal="true"
|
|
@@ -50,16 +48,6 @@
|
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
|
android:button="@drawable/oa_rbbg" />
|
|
android:button="@drawable/oa_rbbg" />
|
|
|
</RadioGroup>
|
|
</RadioGroup>
|
|
|
-
|
|
|
|
|
- <ImageView
|
|
|
|
|
- android:id="@+id/btn"
|
|
|
|
|
- android:layout_width="200dp"
|
|
|
|
|
- android:layout_height="300dp"
|
|
|
|
|
- android:layout_alignParentBottom="true"
|
|
|
|
|
- android:layout_centerHorizontal="true"
|
|
|
|
|
- android:layout_marginBottom="40dp"
|
|
|
|
|
- android:padding="10dp"
|
|
|
|
|
- android:src="@drawable/to_login"
|
|
|
|
|
- android:visibility="gone" />
|
|
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
+
|
|
|
</FrameLayout>
|
|
</FrameLayout>
|