| | |
| | | android:src="@drawable/yyj_sdk_ic_hide_password" /> |
| | | |
| | | </LinearLayout> |
| | | <LinearLayout |
| | | style="@style/yyj_sdk_layout_input_style" |
| | | android:layout_marginTop="12dp" |
| | | android:visibility="gone" |
| | | android:id="@+id/lay_identify_code"> |
| | | |
| | | <ImageView |
| | | android:layout_width="25dp" |
| | | android:layout_height="25dp" |
| | | android:padding="1dp" |
| | | android:layout_marginLeft="4dp" |
| | | android:src="@drawable/yyj_sdk_ic_safe"></ImageView> |
| | | |
| | | <EditText |
| | | android:id="@+id/et_identifying_code" |
| | | style="@style/yyj_sdk_dialog_edit_txt_style" |
| | | android:layout_height="match_parent" |
| | | android:layout_weight="1" |
| | | android:inputType="number" |
| | | android:hint="@string/yyj_sdk_input_code" /> |
| | | |
| | | <Button |
| | | android:id="@+id/btn_send_code" |
| | | android:layout_width="110dp" |
| | | android:layout_height="match_parent" |
| | | android:layout_marginLeft="10dp" |
| | | android:background="@drawable/yyj_sdk_shape_bg_blue_round" |
| | | android:gravity="center" |
| | | android:text="@string/yyj_sdk_get_code" |
| | | android:textColor="@color/white" |
| | | android:textSize="14sp" /> |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | | style="@style/yyj_sdk_layout_input_style" |