暂无描述

activity_guide.xml 3.0KB

    <?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:progress="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" > <android.support.v4.view.ViewPager android:id="@+id/guide_viewPager" android:layout_width="match_parent" android:layout_height="match_parent" /> <com.android.views.indicators.FixedIndicatorView android:id="@+id/guide_indicator" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="130dp" android:layout_gravity="center_horizontal|bottom" /> <View android:layout_width="match_parent" android:layout_height="150dp" android:layout_gravity="bottom" android:background="@drawable/login_bottom_mask"/> <RelativeLayout android:id="@+id/btn_login" android:layout_width="match_parent" android:layout_height="48dp" android:layout_gravity="center_horizontal|bottom" android:layout_marginLeft="24dp" android:layout_marginRight="24dp" android:layout_marginBottom="70dp" android:gravity="center" android:background="@drawable/login_btn_bg"> <ImageView android:id="@+id/iv_login_wx" android:layout_width="32dp" android:layout_height="32dp" android:layout_centerVertical="true" android:src="@drawable/login_weixin_logo"/> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="6dp" android:layout_centerVertical="true" android:text="@string/weixin_login" android:textColor="@color/white" android:layout_toRightOf="@id/iv_login_wx" android:gravity="center" android:textSize="16sp" /> </RelativeLayout> <RelativeLayout android:id="@+id/btn_login_guest" android:layout_width="match_parent" android:layout_height="48dp" android:layout_gravity="center_horizontal|bottom" android:layout_marginBottom="5dp" android:layout_marginLeft="24dp" android:layout_marginRight="24dp" android:gravity="center" android:visibility="visible"> <TextView android:id="@+id/tv_login_guest" android:layout_width="wrap_content" android:layout_height="wrap_content" android:textColor="@color/white" android:gravity="center" android:textSize="14sp" /> </RelativeLayout> <com.android.views.progressbar.ProgressWheel android:id="@+id/wheel_wait_http" android:layout_width="80dp" android:layout_height="80dp" android:layout_gravity="center" progress:text="@string/please_wait" android:visibility="invisible" /> </FrameLayout>
Kodo/kodo - Gogs: Go Git Service

9 Commits (11f65df63a5c9116006b3842a8651002d1e4d9f9)

Author SHA1 Message Date
  huangqimin001 95dc031155 :art: create_update_membercard 4 years ago
  huangqimin001 8db4080ec1 :art: create_update_membercard 4 years ago
  huangqimin001 a5a82509f5 :art: create_update_membercard 4 years ago
  huangqimin001 1244a5a931 :art: Update MEMBER_CARD_ID_TAMRON 4 years ago
  huangqimin001 cd936d3a77 :art: Update membercard rule 4 years ago
  huangqimin001 1d1eae5589 :art: Update membercard rule 4 years ago
  huangqimin001 61b2817100 :art: Update create update membercard 4 years ago
  huangqimin001 eb7143dbd2 :art: iSort & Pycodestyle 4 years ago
  huangqimin001 f5e87ea38e :art: Add create/update membercard 4 years ago