陈奇
2018-11-27 2c76ecbb7edf6e30f1dda4c930a02945c360ecab
app/src/main/res/layout/ac_login_layout.xml
@@ -123,22 +123,24 @@
    <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>