Browse Source

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

hy 3 years ago
parent
commit
b1d9a73828

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

26
import android.view.inputmethod.InputMethodManager;
26
import android.view.inputmethod.InputMethodManager;
27
import android.widget.EditText;
27
import android.widget.EditText;
28
import android.widget.ImageView;
28
import android.widget.ImageView;
29
import android.widget.LinearLayout;
29
import android.widget.RelativeLayout;
30
import android.widget.RelativeLayout;
30
import android.widget.TextView;
31
import android.widget.TextView;
31
import android.widget.Toast;
32
import android.widget.Toast;
159
            }
160
            }
160
        }
161
        }
161
    };
162
    };
163
    private LinearLayout logOutLayout;
162
164
163
    @Override
165
    @Override
164
    protected void onCreate(Bundle savedInstanceState) {
166
    protected void onCreate(Bundle savedInstanceState) {
182
        rl_about = (RelativeLayout) findViewById(R.id.rl_about);
184
        rl_about = (RelativeLayout) findViewById(R.id.rl_about);
183
        rl_about.setOnClickListener(this);
185
        rl_about.setOnClickListener(this);
184
        findViewById(R.id.rl_alter_password).setOnClickListener(this);
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
//        iv_fen = (ImageView) findViewById(R.id.imageView11);
190
//        iv_fen = (ImageView) findViewById(R.id.imageView11);
188
191
776
        if (MainApplication.isLogin()) {
779
        if (MainApplication.isLogin()) {
777
            getFeedBackNum();
780
            getFeedBackNum();
778
            tv_exit.setVisibility(View.VISIBLE);
781
            tv_exit.setVisibility(View.VISIBLE);
782
            logOutLayout.setVisibility(View.VISIBLE);
779
        }else{
783
        }else{
780
            tv_exit.setVisibility(View.GONE);
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
            android:layout_width="wrap_content"
29
            android:layout_width="wrap_content"
30
            android:layout_height="wrap_content"
30
            android:layout_height="wrap_content"
31
            android:layout_centerInParent="true"
31
            android:layout_centerInParent="true"
32
            android:text="二维码编码"
32
            android:text="输入桩编码"
33
            android:textColor="#222222"
33
            android:textColor="#222222"
34
            android:textSize="16sp"/>
34
            android:textSize="16sp"/>
35
    </RelativeLayout>
35
    </RelativeLayout>

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

47
                android:layout_width="match_parent"
47
                android:layout_width="match_parent"
48
                android:layout_height="wrap_content"
48
                android:layout_height="wrap_content"
49
                android:layout_marginTop="20dp"
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
                android:textColor="@color/color_222222"
51
                android:textColor="@color/color_222222"
52
                android:textSize="14sp" />
52
                android:textSize="14sp" />
53
        </LinearLayout>
53
        </LinearLayout>

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

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