Commit 0c98abe6 authored by maxiaoliang's avatar maxiaoliang

11

parent 11ac084b
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
android:layout_height="350dp" android:layout_height="350dp"
android:layout_alignParentBottom="true" android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true" android:layout_centerHorizontal="true"
android:layout_marginTop="@dimen/dp_10"
android:layout_marginBottom="20dp" android:layout_marginBottom="20dp"
android:background="@mipmap/icon_content_bg"> android:background="@mipmap/icon_content_bg">
......
...@@ -17,28 +17,29 @@ ...@@ -17,28 +17,29 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginLeft="26dp" android:layout_marginLeft="26dp"
android:src="@drawable/icon_back_red" /> android:src="@drawable/icon_back_red" />
<RelativeLayout <RelativeLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_marginTop="-20dp" android:layout_height="wrap_content"
android:layout_below="@+id/id_iv_back" android:layout_below="@+id/id_iv_back"
android:layout_height="wrap_content"> android:layout_marginTop="-35dp">
<!-- android:background="@drawable/icon_rl_content"--> <!-- android:background="@drawable/icon_rl_content"-->
<ImageView <ImageView
android:background="@drawable/icon_rl_content"
android:adjustViewBounds="true"
android:layout_marginBottom="20dp"
android:layout_marginTop="20dp"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"/> android:layout_height="match_parent"
android:layout_marginTop="20dp"
android:layout_marginBottom="20dp"
android:adjustViewBounds="true"
android:background="@drawable/icon_rl_content" />
<androidx.core.widget.NestedScrollView <androidx.core.widget.NestedScrollView
android:paddingBottom="40dp"
android:paddingTop="40dp"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:paddingTop="40dp"
android:paddingBottom="40dp"
> >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment