Quellcode durchsuchen

3.5.14 正式发版前的文字叙述调整

hy vor 3 Jahren
Ursprung
Commit
b1d9a73828

+ 6 - 2
app/src/main/java/com/electric/chargingpile/activity/UserCenterMoreActivity.java

@ -26,6 +26,7 @@ import android.view.animation.AnimationUtils;
26 26
import android.view.inputmethod.InputMethodManager;
27 27
import android.widget.EditText;
28 28
import android.widget.ImageView;
29
import android.widget.LinearLayout;
29 30
import android.widget.RelativeLayout;
30 31
import android.widget.TextView;
31 32
import android.widget.Toast;
@ -159,6 +160,7 @@ public class UserCenterMoreActivity extends Activity implements View.OnClickList
159 160
            }
160 161
        }
161 162
    };
163
    private LinearLayout logOutLayout;
162 164
163 165
    @Override
164 166
    protected void onCreate(Bundle savedInstanceState) {
@ -182,7 +184,8 @@ public class UserCenterMoreActivity extends Activity implements View.OnClickList
182 184
        rl_about = (RelativeLayout) findViewById(R.id.rl_about);
183 185
        rl_about.setOnClickListener(this);
184 186
        findViewById(R.id.rl_alter_password).setOnClickListener(this);
185
        findViewById(R.id.logOutLayout).setOnClickListener(this);
187
        logOutLayout = findViewById(R.id.logOutLayout);
188
        logOutLayout.setOnClickListener(this);
186 189
187 190
//        iv_fen = (ImageView) findViewById(R.id.imageView11);
188 191
@ -776,9 +779,10 @@ public class UserCenterMoreActivity extends Activity implements View.OnClickList
776 779
        if (MainApplication.isLogin()) {
777 780
            getFeedBackNum();
778 781
            tv_exit.setVisibility(View.VISIBLE);
782
            logOutLayout.setVisibility(View.VISIBLE);
779 783
        }else{
780 784
            tv_exit.setVisibility(View.GONE);
781
785
            logOutLayout.setVisibility(View.GONE);
782 786
        }
783 787
784 788

+ 1 - 1
app/src/main/res/layout/activity_input_code.xml

@ -29,7 +29,7 @@
29 29
            android:layout_width="wrap_content"
30 30
            android:layout_height="wrap_content"
31 31
            android:layout_centerInParent="true"
32
            android:text="二维码编码"
32
            android:text="输入桩编码"
33 33
            android:textColor="#222222"
34 34
            android:textSize="16sp"/>
35 35
    </RelativeLayout>

+ 1 - 1
app/src/main/res/layout/activity_privacy_agreement.xml

@ -47,7 +47,7 @@
47 47
                android:layout_width="match_parent"
48 48
                android:layout_height="wrap_content"
49 49
                android:layout_marginTop="20dp"
50
                android:text="我们如何收集和使用您的个人信息\n我们如何使用Cookie和同类技术\n我们如何共享、转让、公开披露您的个人信息\n我们如何保护您的个人信息\n您如管理您的个人信息\未成年人的个人信息保护\n通知和修订\n如何联系我们\n"
50
                android:text="我们如何收集和使用您的个人信息\n我们如何使用 Cookie 和同类技术\n我们如何共享、转让、公开披露您的个人信息\n我们如何保护您的个人信息\n您如管理您的个人信息\n未成年人的个人信息保护\n通知和修订\n如何联系我们"
51 51
                android:textColor="@color/color_222222"
52 52
                android:textSize="14sp" />
53 53
        </LinearLayout>

+ 1 - 1
zxing/src/main/res/layout/capture.xml

@ -418,7 +418,7 @@
418 418
                android:layout_gravity="center"
419 419
                android:textSize="12sp"
420 420
                android:textColor="#ffffff"
421
                android:text="手动输入编号"
421
                android:text="手动输入编号"
422 422
                android:layout_marginTop="6dp"/>
423 423
424 424
        </LinearLayout>