Commit 7af25a4f authored by erwin's avatar erwin

黄军辉

修改UI
parent 41832ab7
......@@ -17,13 +17,30 @@
android:layout_height="wrap_content"
android:layout_marginLeft="26dp"
android:src="@drawable/icon_back_red" />
<RelativeLayout
android:layout_width="match_parent"
android:layout_marginTop="-20dp"
android:layout_below="@+id/id_iv_back"
android:layout_height="wrap_content">
<!-- android:background="@drawable/icon_rl_content"-->
<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_height="match_parent"/>
<androidx.core.widget.NestedScrollView
android:paddingBottom="40dp"
android:paddingTop="40dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="-20dp"
android:background="@drawable/icon_rl_content"
android:layout_below="@+id/id_iv_back">
>
<LinearLayout
android:layout_width="match_parent"
......@@ -34,7 +51,6 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="30dp"
android:layout_marginTop="34dp"
android:layout_marginRight="8dp"
android:layout_marginBottom="14dp"
android:background="@drawable/icon_setting_item_bg">
......@@ -216,6 +232,8 @@
</androidx.core.widget.NestedScrollView>
</RelativeLayout>
<TextView
android:id="@+id/id_tv_setting_title"
android:layout_width="wrap_content"
......
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