<?xml version="1.0" encoding="utf-8"?>
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
android:orientation="vertical"
|
android:background="@drawable/bg">
|
<ScrollView
|
android:layout_width="match_parent"
|
android:layout_height="match_parent">
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:orientation="vertical"
|
>
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="60dp" />
|
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:orientation="vertical"
|
android:background="@color/white">
|
|
<TextView
|
android:layout_width="match_parent"
|
android:layout_height="200dp"
|
android:gravity="center"
|
android:text="2"/>
|
<TextView
|
android:layout_width="match_parent"
|
android:layout_height="200dp"
|
android:gravity="center"
|
android:text="1"/>
|
<TextView
|
android:layout_width="match_parent"
|
android:layout_height="200dp"
|
android:gravity="center"
|
android:text="1"/>
|
<TextView
|
android:layout_width="match_parent"
|
android:layout_height="200dp"
|
android:gravity="center"
|
android:text="1"/>
|
<TextView
|
android:layout_width="match_parent"
|
android:layout_height="200dp"
|
android:gravity="center"
|
android:text="1"/>
|
<TextView
|
android:layout_width="match_parent"
|
android:layout_height="200dp"
|
android:gravity="center"
|
android:text="1"/> <TextView
|
android:layout_width="match_parent"
|
android:layout_height="200dp"
|
android:gravity="center"
|
android:text="1"/>
|
|
</LinearLayout>
|
</LinearLayout>
|
|
</ScrollView>
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="100dp"
|
android:gravity="center"
|
android:layout_gravity="center"
|
android:text="HDL-裁剪"
|
android:textColor="#fff"
|
android:textSize="32sp"
|
android:textStyle="bold"
|
app:layout_constraintLeft_toLeftOf="parent"
|
app:layout_constraintRight_toRightOf="parent"
|
app:layout_constraintTop_toTopOf="parent" />
|
|
<ImageView
|
android:id="@+id/mQRC_image"
|
android:layout_width="300dp"
|
android:layout_height="300dp"
|
android:layout_marginTop="20dp"
|
android:layout_gravity="center"/>
|
|
|
<TextView
|
android:id="@+id/mQRC_textView"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:gravity="center"
|
android:textColor="@color/white"/>
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="match_parent">
|
|
<Button
|
android:id="@+id/hdl_btn_0"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:text="生成二维码"
|
android:layout_gravity="bottom"
|
android:layout_marginBottom="5dp"
|
android:visibility="gone"/>
|
|
|
<Button
|
android:id="@+id/hdl_btn_1"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:text="扫描"
|
android:layout_gravity="bottom"
|
android:visibility="gone"
|
android:layout_marginBottom="5dp"/>
|
<Button
|
android:id="@+id/hdl_btn_2"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:text="裁剪头像"
|
android:layout_gravity="bottom"
|
android:layout_marginBottom="5dp"/>
|
|
|
</LinearLayout>
|
|
|
|
|
</LinearLayout>
|