|
|
@@ -11,21 +11,46 @@
|
|
|
style="@style/login_layout"
|
|
|
android:layout_marginTop="@dimen/content_padding_80">
|
|
|
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/tel_agreement_ll"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:layout_marginBottom="@dimen/content_padding_40"
|
|
|
+ android:gravity="center"
|
|
|
+ android:layout_centerHorizontal="true">
|
|
|
+ <android.support.v7.widget.AppCompatCheckBox
|
|
|
+ android:id="@+id/tel_agreement_cb"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:scaleX="1.4"
|
|
|
+ android:scaleY="1.4"
|
|
|
+ android:button="@drawable/drawable_selector_check"/>
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tel_agreement_tv"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginStart="5dp"
|
|
|
+ android:text="我已阅读并同意《小绵羊平台用户协议》"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:textSize="12sp"/>
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tel_login_tv"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="38dp"
|
|
|
android:text="手机号登录"
|
|
|
- android:layout_alignParentBottom="true"
|
|
|
android:layout_centerHorizontal="true"
|
|
|
+ android:layout_above="@+id/tel_agreement_ll"
|
|
|
style="@style/login_btn"
|
|
|
android:paddingStart="@dimen/content_padding_40"
|
|
|
android:paddingEnd="@dimen/content_padding_40"
|
|
|
android:gravity="center"
|
|
|
android:textColor="@color/txt_white"
|
|
|
android:background="@drawable/x_shap_shadow_stroke_rectgangle"
|
|
|
- android:layout_marginBottom="@dimen/content_padding_65"
|
|
|
+ android:layout_marginBottom="8dp"
|
|
|
android:layout_marginTop="@dimen/content_padding_20"/>
|
|
|
|
|
|
|