Commit dc478049 authored by yinjiacheng's avatar yinjiacheng

update 生活号选择页面屏蔽返回按钮

parent 82f8cecd
...@@ -2,12 +2,12 @@ ...@@ -2,12 +2,12 @@
<RelativeLayout <RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"> android:layout_height="match_parent"
android:fitsSystemWindows="true">
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_marginTop="44dp"
android:layout_marginBottom="95dp" android:layout_marginBottom="95dp"
android:orientation="vertical"> android:orientation="vertical">
...@@ -23,7 +23,8 @@ ...@@ -23,7 +23,8 @@
android:background="@null" android:background="@null"
android:paddingStart="20dp" android:paddingStart="20dp"
android:scaleType="fitCenter" android:scaleType="fitCenter"
android:src="@drawable/selector_big_back_black_button" /> android:src="@drawable/selector_big_back_black_button"
android:visibility="gone"/>
<TextView <TextView
android:id="@+id/title" android:id="@+id/title"
......
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