|
|
@ -19,8 +19,8 @@ |
|
|
android:layout_width="100dp" |
|
|
android:layout_width="100dp" |
|
|
android:layout_height="100dp" |
|
|
android:layout_height="100dp" |
|
|
android:layout_below="@id/login_bg" |
|
|
android:layout_below="@id/login_bg" |
|
|
android:layout_marginTop="-50dp" |
|
|
|
|
|
android:layout_centerHorizontal="true" |
|
|
android:layout_centerHorizontal="true" |
|
|
|
|
|
android:layout_marginTop="-50dp" |
|
|
android:src="@mipmap/ic_launcher_round" /> |
|
|
android:src="@mipmap/ic_launcher_round" /> |
|
|
</RelativeLayout> |
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
|
@ -83,11 +83,23 @@ |
|
|
android:layout_marginTop="@dimen/dp_20" |
|
|
android:layout_marginTop="@dimen/dp_20" |
|
|
android:background="@drawable/denglu_3x" /> |
|
|
android:background="@drawable/denglu_3x" /> |
|
|
|
|
|
|
|
|
<Button |
|
|
|
|
|
|
|
|
<View |
|
|
|
|
|
android:layout_width="1dp" |
|
|
|
|
|
android:layout_height="0dp" |
|
|
|
|
|
android:layout_weight="2" /> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
android:id="@+id/shezhiurl" |
|
|
android:id="@+id/shezhiurl" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:gravity="center_horizontal" |
|
|
android:text="设置url" |
|
|
android:text="设置url" |
|
|
android:layout_height="wrap_content" /> |
|
|
|
|
|
|
|
|
android:textColor="@color/blue05b0f9" |
|
|
|
|
|
android:textSize="@dimen/text_size_18" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<View |
|
|
|
|
|
android:layout_width="1dp" |
|
|
|
|
|
android:layout_height="0dp" |
|
|
|
|
|
android:layout_weight="1" /> |
|
|
</LinearLayout> |
|
|
</LinearLayout> |