소스 검색

1.美化快递员登录界面

zyh 1 년 전
부모
커밋
8400841660
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      app/src/main/java/com/emato/ich/fragment/SendKeyBoardFragment.java

+ 5 - 0
app/src/main/java/com/emato/ich/fragment/SendKeyBoardFragment.java

@@ -96,6 +96,11 @@ public class SendKeyBoardFragment extends Fragment {
             if("store".equals(loginType)){
                 // 如果不是门店店员进来 则将注册二维码设置为隐藏
                 view.findViewById(R.id.qrCodeImage).setVisibility(View.GONE);
+                view.findViewById(R.id.sendingTitleImage).setVisibility(View.GONE);
+                view.findViewById(R.id.delivery_code).setX(140);
+                view.findViewById(R.id.editTextTextPersonName4).setX(140);
+                view.findViewById(R.id.editTextTextPersonName5).setX(140);
+                view.findViewById(R.id.button_confirm).setX(140);
             }
         } catch (Exception e) {
             Log.e(TAG, "onViewCreated: 配置登录手机号出错! ", e);