| | |
| | | android:textColor="#F4DE4A" |
| | | android:textSize="17sp" /> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center_vertical" |
| | | android:layout_marginTop="8dp" |
| | | android:orientation="horizontal"> |
| | | |
| | | <CheckBox |
| | | android:visibility="visible" |
| | | android:id="@+id/cb_user_agreement" |
| | | android:layout_width="15dp" |
| | | android:layout_height="15dp" |
| | | android:layout_gravity="center_vertical" |
| | | android:background="@drawable/selector_user_agreement_checkbox" |
| | | android:button="@null" |
| | | android:checked="false" |
| | | android:gravity="center" /> |
| | | |
| | | |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_user_agreement_click" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginLeft="6.5dp" |
| | | android:text="勾选即代表同意" |
| | | android:textColor="@color/login_protocol_text_color" |
| | | android:textSize="11sp" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_user_agreement" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="@string/user_agreement" |
| | | android:textColor="@color/login_protocol_highlight_text_color" |
| | | android:textSize="11sp" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="、" |
| | | android:textColor="@color/login_protocol_text_color" |
| | | android:textSize="11sp" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_privacy_policy" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="@string/privacy_policy" |
| | | android:textColor="@color/login_protocol_highlight_text_color" |
| | | android:textSize="11sp" /> |
| | | |
| | | </LinearLayout> |
| | | |
| | | |
| | | </LinearLayout> |
| | | </ScrollView> |
| | | |