Commit f262303aa8a5bb3e44c7f2a839a3828d17034bd8
1 parent
49236c7b5f
Exists in
master
去掉设置密码功能
Showing
2 changed files
with
5 additions
and
2 deletions
Show diff stats
app/src/main/java/com/hjx/parent/AccountActivity.java
... | ... | @@ -97,7 +97,7 @@ public class AccountActivity extends BaseActivity { |
97 | 97 | @Override |
98 | 98 | protected void initListener() { |
99 | 99 | findViewById(R.id.iv_back).setOnClickListener(view -> onBackPressed()); |
100 | - findViewById(R.id.tv_7).setOnClickListener(view -> startActivity(ChangePwdActivity.class)); | |
100 | + //findViewById(R.id.tv_7).setOnClickListener(view -> startActivity(ChangePwdActivity.class)); | |
101 | 101 | } |
102 | 102 | |
103 | 103 | @Override | ... | ... |
app/src/main/res/layout/activity_setac.xml
... | ... | @@ -85,7 +85,7 @@ |
85 | 85 | <View |
86 | 86 | android:id="@+id/view_4" |
87 | 87 | android:layout_width="match_parent" |
88 | - android:layout_height="90dp" | |
88 | + android:layout_height="52dp" | |
89 | 89 | android:layout_marginLeft="15dp" |
90 | 90 | android:layout_marginTop="185dp" |
91 | 91 | android:layout_marginRight="15dp" |
... | ... | @@ -107,6 +107,7 @@ |
107 | 107 | app:layout_constraintTop_toTopOf="@id/view_4" /> |
108 | 108 | |
109 | 109 | <TextView |
110 | + android:visibility="invisible" | |
110 | 111 | android:id="@+id/tv_5" |
111 | 112 | android:layout_width="wrap_content" |
112 | 113 | android:layout_height="wrap_content" |
... | ... | @@ -131,6 +132,7 @@ |
131 | 132 | app:layout_constraintTop_toTopOf="@id/view_4" /> |
132 | 133 | |
133 | 134 | <ImageView |
135 | + android:visibility="invisible" | |
134 | 136 | android:layout_width="5.5dp" |
135 | 137 | android:layout_height="9.5dp" |
136 | 138 | android:layout_marginRight="15dp" |
... | ... | @@ -140,6 +142,7 @@ |
140 | 142 | app:layout_constraintTop_toTopOf="@id/tv_7" /> |
141 | 143 | |
142 | 144 | <TextView |
145 | + android:visibility="invisible" | |
143 | 146 | android:id="@+id/tv_7" |
144 | 147 | android:layout_width="wrap_content" |
145 | 148 | android:layout_height="wrap_content" | ... | ... |