| | |
| | | |
| | | <Button |
| | | android:id="@+id/bt_sure" |
| | | style="@style/button_style" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/x40" |
| | | android:layout_marginLeft="@dimen/x40" |
| | | android:layout_marginTop="@dimen/x12" |
| | | android:layout_marginRight="@dimen/x40" |
| | | android:background="@mipmap/bt_blue" |
| | | android:paddingBottom="@dimen/x10" |
| | | android:text="登录" |
| | | android:textColor="@color/white" |
| | | android:textSize="16sp" /> |
| | | |
| | | <Button |
| | | android:id="@+id/weixinlogin" |
| | | style="@style/button_style" |
| | | android:layout_width="@dimen/x44" |
| | | android:layout_height="@dimen/x44" |
| | | android:layout_gravity="bottom|center" |
| | | android:layout_marginTop="@dimen/x2" |
| | | android:background="@mipmap/weixin" |
| | | android:stateListAnimator="@anim/progress" /> |
| | | android:background="@mipmap/weixin2" /> |
| | | </LinearLayout> |