Просмотр исходного кода

Merge branch 'developer' of https://gitlab.com/Arisono/SkWeiChat-Baidu into dev_login

SpringBoots 9 лет назад
Родитель
Сommit
c88cf3b2d4
1 измененных файлов с 2 добавлено и 14 удалено
  1. 2 14
      WeiChat/src/main/res/layout/activity_ad.xml

+ 2 - 14
WeiChat/src/main/res/layout/activity_ad.xml

@@ -7,14 +7,12 @@
         android:id="@+id/ad_vp"
         android:layout_width="match_parent"
         android:layout_height="match_parent" />
-
     <RelativeLayout
         android:layout_width="match_parent"
         android:layout_height="match_parent">
-
         <RadioGroup
             android:id="@+id/rg"
-            android:layout_width="200dp"
+            android:layout_width="100dp"
             android:layout_height="wrap_content"
             android:layout_alignParentBottom="true"
             android:layout_centerHorizontal="true"
@@ -50,16 +48,6 @@
                 android:layout_weight="1"
                 android:button="@drawable/oa_rbbg" />
         </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>
+
 </FrameLayout>