165 lines
6.1 KiB
XML
165 lines
6.1 KiB
XML
<?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">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal">
|
|
|
|
<Button android:id="@+id/clear"
|
|
android:layout_width="30dp"
|
|
android:layout_height="30dp"
|
|
android:layout_marginLeft="27dp"
|
|
android:background="@mipmap/originalss"/>
|
|
|
|
<com.xw.repo.BubbleSeekBar
|
|
android:id="@+id/beauty_seek"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:bsb_max="100"
|
|
app:bsb_hide_bubble="true"
|
|
app:bsb_second_track_color="#F6F7FB"
|
|
android:layout_marginRight="50dp"
|
|
android:layout_marginLeft="50dp"
|
|
app:bsb_thumb_color="#F6F7FB"
|
|
app:bsb_track_color="#6F6F6F"
|
|
app:bsb_track_size="6dp"/>
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="@mipmap/bey_bg"
|
|
android:orientation="vertical">
|
|
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginRight="20dp"
|
|
android:layout_marginLeft="20dp"
|
|
android:layout_marginTop="10dp"
|
|
android:layout_marginBottom="10dp">
|
|
|
|
<ImageView
|
|
android:id="@+id/ref_btn"
|
|
android:layout_width="24dp"
|
|
android:layout_height="24dp"
|
|
android:textStyle="bold"
|
|
android:textSize="18sp"
|
|
android:layout_marginLeft="20dp"
|
|
android:layout_marginRight="30dp"
|
|
android:src="@mipmap/refresh"/>
|
|
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerHorizontal="true"
|
|
android:orientation="horizontal">
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical">
|
|
|
|
<TextView android:id="@+id/face_btn"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/beauty"
|
|
android:textSize="18sp"
|
|
android:textStyle="bold"
|
|
android:textColor="@color/color_white"/>
|
|
|
|
<ImageView android:id="@+id/face_view"
|
|
android:layout_width="14dp"
|
|
android:layout_height="3dp"
|
|
android:layout_gravity="center"
|
|
android:layout_marginTop="3dp"
|
|
android:background="@drawable/background_gradient_circular"/>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="30dp"
|
|
android:orientation="vertical">
|
|
|
|
<TextView android:id="@+id/beautiful_shape"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/preset"
|
|
android:textSize="18sp"
|
|
android:textStyle="bold"
|
|
android:textColor="@color/color_white"/>
|
|
|
|
<ImageView android:id="@+id/beautiful_shape_view"
|
|
android:layout_width="14dp"
|
|
android:layout_height="3dp"
|
|
android:layout_gravity="center"
|
|
android:layout_marginTop="3dp"
|
|
android:visibility="gone"
|
|
android:background="@drawable/background_gradient_circular"/>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="30dp"
|
|
android:orientation="vertical">
|
|
|
|
<TextView android:id="@+id/filter_shape"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/filter"
|
|
android:textSize="18sp"
|
|
android:textStyle="bold"
|
|
android:textColor="@color/color_white"/>
|
|
|
|
<ImageView android:id="@+id/filter_view"
|
|
android:layout_width="14dp"
|
|
android:layout_height="3dp"
|
|
android:layout_gravity="center"
|
|
android:layout_marginTop="3dp"
|
|
android:visibility="gone"
|
|
android:background="@drawable/background_gradient_circular"/>
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
<ImageView
|
|
android:id="@+id/close_btn"
|
|
android:layout_width="24dp"
|
|
android:layout_height="24dp"
|
|
android:layout_alignParentRight="true"
|
|
android:textStyle="bold"
|
|
android:textSize="18sp"
|
|
android:layout_marginLeft="20dp"
|
|
android:layout_marginRight="30dp"
|
|
android:src="@mipmap/meiyan_icon_close"/>
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
android:id="@+id/beauty_list"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginRight="10dp"
|
|
android:layout_marginLeft="10dp"/>
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout> |