taomenggo init
This commit is contained in:
37
app/src/main/res/layout/scankit_layout.xml
Normal file
37
app/src/main/res/layout/scankit_layout.xml
Normal file
@@ -0,0 +1,37 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/ll_top"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:gravity="center"
|
||||
android:orientation="vertical">
|
||||
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_gravity="center_horizontal|bottom"
|
||||
android:layout_marginBottom="@dimen/dp_240"
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:paddingLeft="@dimen/dp_20"
|
||||
android:paddingRight="@dimen/dp_20"
|
||||
android:onClick="showQrcode"
|
||||
android:id="@+id/layout_hide"
|
||||
android:background="@drawable/saoma_btn1"
|
||||
android:layout_height="@dimen/dp_40">
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/wdewm_txt"
|
||||
android:gravity="center_vertical"
|
||||
android:drawablePadding="@dimen/dp_5"
|
||||
android:drawableLeft="@mipmap/saoma_img"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="@dimen/sp_14"
|
||||
/>
|
||||
</LinearLayout>
|
||||
</FrameLayout>
|
||||
Reference in New Issue
Block a user