Showing
2 changed files
with
16 additions
and
18 deletions
| ... | @@ -26,8 +26,7 @@ | ... | @@ -26,8 +26,7 @@ |
| 26 | android:layout_height="wrap_content" | 26 | android:layout_height="wrap_content" |
| 27 | android:layout_alignParentBottom="true" | 27 | android:layout_alignParentBottom="true" |
| 28 | android:layout_centerHorizontal="true" | 28 | android:layout_centerHorizontal="true" |
| 29 | - android:background="@drawable/p7725_sdk_btn_7725_quick_login" | 29 | + android:background="@drawable/p7725_sdk_btn_7725_quick_login" /> |
| 30 | - /> | ||
| 31 | 30 | ||
| 32 | <RelativeLayout | 31 | <RelativeLayout |
| 33 | android:id="@+id/layout_clause" | 32 | android:id="@+id/layout_clause" |
| ... | @@ -39,13 +38,14 @@ | ... | @@ -39,13 +38,14 @@ |
| 39 | 38 | ||
| 40 | <CheckBox | 39 | <CheckBox |
| 41 | android:id="@+id/chck_clause" | 40 | android:id="@+id/chck_clause" |
| 41 | + style="@style/p7725_sdk_checkbox" | ||
| 42 | android:layout_width="wrap_content" | 42 | android:layout_width="wrap_content" |
| 43 | android:layout_height="wrap_content" | 43 | android:layout_height="wrap_content" |
| 44 | - style="@style/p7725_sdk_checkbox" | ||
| 45 | android:layout_alignParentBottom="true" | 44 | android:layout_alignParentBottom="true" |
| 46 | android:checked="true" | 45 | android:checked="true" |
| 47 | android:text="@string/p7725_sdk_chck_clause" | 46 | android:text="@string/p7725_sdk_chck_clause" |
| 48 | - android:textColor="@color/p7725_sdk_clause"/> | 47 | + android:textColor="@color/p7725_sdk_clause" |
| 48 | + android:visibility="gone" /> | ||
| 49 | 49 | ||
| 50 | <Button | 50 | <Button |
| 51 | android:id="@+id/btn_agree_privacy" | 51 | android:id="@+id/btn_agree_privacy" |
| ... | @@ -58,7 +58,7 @@ | ... | @@ -58,7 +58,7 @@ |
| 58 | android:text="@string/p7725_sdk_txt_agree_privacy" | 58 | android:text="@string/p7725_sdk_txt_agree_privacy" |
| 59 | android:textAppearance="?android:attr/textAppearanceSmall" | 59 | android:textAppearance="?android:attr/textAppearanceSmall" |
| 60 | android:textColor="@color/p7725_sdk_clause" | 60 | android:textColor="@color/p7725_sdk_clause" |
| 61 | - /> | 61 | + android:visibility="gone" /> |
| 62 | 62 | ||
| 63 | <TextView | 63 | <TextView |
| 64 | android:id="@+id/txt_agree_and" | 64 | android:id="@+id/txt_agree_and" |
| ... | @@ -69,7 +69,8 @@ | ... | @@ -69,7 +69,8 @@ |
| 69 | android:layout_toRightOf="@+id/btn_agree_privacy" | 69 | android:layout_toRightOf="@+id/btn_agree_privacy" |
| 70 | android:text="@string/p7725_sdk_txt_agree_and" | 70 | android:text="@string/p7725_sdk_txt_agree_and" |
| 71 | android:textAppearance="?android:attr/textAppearanceSmall" | 71 | android:textAppearance="?android:attr/textAppearanceSmall" |
| 72 | - android:textColor="@color/p7725_sdk_clause" /> | 72 | + android:textColor="@color/p7725_sdk_clause" |
| 73 | + android:visibility="gone" /> | ||
| 73 | 74 | ||
| 74 | <Button | 75 | <Button |
| 75 | android:id="@+id/btn_agree_clause" | 76 | android:id="@+id/btn_agree_clause" |
| ... | @@ -82,9 +83,7 @@ | ... | @@ -82,9 +83,7 @@ |
| 82 | android:text="@string/p7725_sdk_txt_agree_clause" | 83 | android:text="@string/p7725_sdk_txt_agree_clause" |
| 83 | android:textAppearance="?android:attr/textAppearanceSmall" | 84 | android:textAppearance="?android:attr/textAppearanceSmall" |
| 84 | android:textColor="@color/p7725_sdk_clause" | 85 | android:textColor="@color/p7725_sdk_clause" |
| 85 | - /> | 86 | + android:visibility="gone" /> |
| 86 | - | ||
| 87 | </RelativeLayout> | 87 | </RelativeLayout> |
| 88 | 88 | ||
| 89 | - | ||
| 90 | </RelativeLayout> | 89 | </RelativeLayout> |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| ... | @@ -26,8 +26,7 @@ | ... | @@ -26,8 +26,7 @@ |
| 26 | android:layout_height="wrap_content" | 26 | android:layout_height="wrap_content" |
| 27 | android:layout_alignParentBottom="true" | 27 | android:layout_alignParentBottom="true" |
| 28 | android:layout_centerHorizontal="true" | 28 | android:layout_centerHorizontal="true" |
| 29 | - android:background="@drawable/p7725_sdk_btn_7725_quick_login" | 29 | + android:background="@drawable/p7725_sdk_btn_7725_quick_login" /> |
| 30 | - /> | ||
| 31 | 30 | ||
| 32 | <RelativeLayout | 31 | <RelativeLayout |
| 33 | android:id="@+id/layout_clause" | 32 | android:id="@+id/layout_clause" |
| ... | @@ -39,13 +38,14 @@ | ... | @@ -39,13 +38,14 @@ |
| 39 | 38 | ||
| 40 | <CheckBox | 39 | <CheckBox |
| 41 | android:id="@+id/chck_clause" | 40 | android:id="@+id/chck_clause" |
| 41 | + style="@style/p7725_sdk_checkbox" | ||
| 42 | android:layout_width="wrap_content" | 42 | android:layout_width="wrap_content" |
| 43 | android:layout_height="wrap_content" | 43 | android:layout_height="wrap_content" |
| 44 | - style="@style/p7725_sdk_checkbox" | ||
| 45 | android:layout_alignParentBottom="true" | 44 | android:layout_alignParentBottom="true" |
| 46 | android:checked="true" | 45 | android:checked="true" |
| 47 | android:text="@string/p7725_sdk_chck_clause" | 46 | android:text="@string/p7725_sdk_chck_clause" |
| 48 | - android:textColor="@color/p7725_sdk_clause"/> | 47 | + android:textColor="@color/p7725_sdk_clause" |
| 48 | + android:visibility="gone" /> | ||
| 49 | 49 | ||
| 50 | <Button | 50 | <Button |
| 51 | android:id="@+id/btn_agree_privacy" | 51 | android:id="@+id/btn_agree_privacy" |
| ... | @@ -58,7 +58,7 @@ | ... | @@ -58,7 +58,7 @@ |
| 58 | android:text="@string/p7725_sdk_txt_agree_privacy" | 58 | android:text="@string/p7725_sdk_txt_agree_privacy" |
| 59 | android:textAppearance="?android:attr/textAppearanceSmall" | 59 | android:textAppearance="?android:attr/textAppearanceSmall" |
| 60 | android:textColor="@color/p7725_sdk_clause" | 60 | android:textColor="@color/p7725_sdk_clause" |
| 61 | - /> | 61 | + android:visibility="gone" /> |
| 62 | 62 | ||
| 63 | <TextView | 63 | <TextView |
| 64 | android:id="@+id/txt_agree_and" | 64 | android:id="@+id/txt_agree_and" |
| ... | @@ -69,7 +69,8 @@ | ... | @@ -69,7 +69,8 @@ |
| 69 | android:layout_toRightOf="@+id/btn_agree_privacy" | 69 | android:layout_toRightOf="@+id/btn_agree_privacy" |
| 70 | android:text="@string/p7725_sdk_txt_agree_and" | 70 | android:text="@string/p7725_sdk_txt_agree_and" |
| 71 | android:textAppearance="?android:attr/textAppearanceSmall" | 71 | android:textAppearance="?android:attr/textAppearanceSmall" |
| 72 | - android:textColor="@color/p7725_sdk_clause" /> | 72 | + android:textColor="@color/p7725_sdk_clause" |
| 73 | + android:visibility="gone" /> | ||
| 73 | 74 | ||
| 74 | <Button | 75 | <Button |
| 75 | android:id="@+id/btn_agree_clause" | 76 | android:id="@+id/btn_agree_clause" |
| ... | @@ -82,9 +83,7 @@ | ... | @@ -82,9 +83,7 @@ |
| 82 | android:text="@string/p7725_sdk_txt_agree_clause" | 83 | android:text="@string/p7725_sdk_txt_agree_clause" |
| 83 | android:textAppearance="?android:attr/textAppearanceSmall" | 84 | android:textAppearance="?android:attr/textAppearanceSmall" |
| 84 | android:textColor="@color/p7725_sdk_clause" | 85 | android:textColor="@color/p7725_sdk_clause" |
| 85 | - /> | 86 | + android:visibility="gone" /> |
| 86 | - | ||
| 87 | </RelativeLayout> | 87 | </RelativeLayout> |
| 88 | 88 | ||
| 89 | - | ||
| 90 | </RelativeLayout> | 89 | </RelativeLayout> |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment