你的位置:首页 > 软件开发 > 操作系统 > showSetPwdDialog

showSetPwdDialog

发布时间:2016-03-26 01:00:09
样式: 布局:layout  dialog_set_pwd. 1 <??> 2 <LinearLayout ="http://schemas.android.com/apk/res/android" ...

showSetPwdDialog

样式:

       showSetPwdDialog

 

布局:

layout

  dialog_set_pwd.

 1 <??> 2 <LinearLayout ="http://schemas.android.com/apk/res/android" 3   android:layout_width="match_parent" 4   android:layout_height="match_parent" 5   android:orientation="vertical" > 6  7   <LinearLayout 8     android:layout_width="match_parent" 9     android:layout_height="wrap_content"10     android:background="#EFEFEF"11     android:orientation="horizontal"12     android:padding="10dp" >13 14     <ImageView15       android:layout_width="wrap_content"16       android:layout_height="wrap_content"17       android:src='/images/loading.gif' data-original="@drawable/dialog_title_default_icon" />18 19     <TextView20       android:id="@+id/textView1"21       android:layout_width="wrap_content"22       android:layout_height="wrap_content"23       android:layout_marginLeft="5dp"24       android:text="设置密码"25       android:textColor="@color/black"26       android:textSize="18sp" />27   </LinearLayout>28 29   <EditText30     android:id="@+id/et_pwd"31     android:layout_width="match_parent"32     android:layout_height="wrap_content"33     android:layout_margin="5dp"34     android:hint="请输入密码"35     android:inputType="textPassword" >36   </EditText>37 38   <EditText39     android:id="@+id/et_pwd_confirm"40     android:layout_width="match_parent"41     android:layout_height="wrap_content"42     android:layout_margin="5dp"43     android:hint="请再次输入密码"44     android:inputType="textPassword" />45 46   <LinearLayout47     android:layout_width="match_parent"48     android:layout_height="wrap_content"49     android:orientation="horizontal"50     android:padding="10dp" >51 52     <Button53       android:id="@+id/btn_ok"54       android:layout_width="0dp"55       android:layout_height="wrap_content"56       android:layout_weight="1"57       android:background="@drawable/btn_blue_selector"58       android:text="确定"59       android:layout_marginRight="5dp"60       android:textColor="@color/white" />61 62     <Button63       android:id="@+id/btn_cancel"64       android:layout_width="0dp"65       android:layout_height="wrap_content"66       android:layout_weight="1"67       android:background="@drawable/btn_white_selector"68       android:text="取消"69       android:textColor="@color/black" />70   </LinearLayout>71 72 </LinearLayout>

 

海外公司注册、海外银行开户、跨境平台代入驻、VAT、EPR等知识和在线办理:https://www.xlkjsw.com

原标题:showSetPwdDialog

关键词:

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。

可能感兴趣文章

我的浏览记录