|
|
@@ -1,80 +0,0 @@
|
|
|
-<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:background="@drawable/shape_black_solid_rectangle_top_6">
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/fgt_choose_edit_list_ll"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:orientation="horizontal"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent">
|
|
|
-
|
|
|
- <CheckedTextView
|
|
|
- android:id="@+id/fgt_choose_edit_filter_tv"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:checked="true"
|
|
|
- android:gravity="center"
|
|
|
- android:paddingTop="18dp"
|
|
|
- android:paddingBottom="18dp"
|
|
|
- android:text="滤镜"
|
|
|
- android:textAlignment="center"
|
|
|
- android:textColor="@color/selector_color_white_40"
|
|
|
- android:textSize="15sp" />
|
|
|
-
|
|
|
- <CheckedTextView
|
|
|
- android:id="@+id/fgt_choose_edit_buffing_tv"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:gravity="center"
|
|
|
- android:paddingTop="18dp"
|
|
|
- android:paddingBottom="18dp"
|
|
|
- android:text="磨皮"
|
|
|
- android:textAlignment="center"
|
|
|
- android:textColor="@color/selector_color_white_40"
|
|
|
- android:textSize="15sp" />
|
|
|
-
|
|
|
- <CheckedTextView
|
|
|
- android:id="@+id/fgt_choose_edit_warping_tv"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:gravity="center"
|
|
|
- android:paddingTop="18dp"
|
|
|
- android:paddingBottom="18dp"
|
|
|
- android:text="大眼瘦脸"
|
|
|
- android:textAlignment="center"
|
|
|
- android:textColor="@color/selector_color_white_40"
|
|
|
- android:textSize="15sp" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <View
|
|
|
- android:id="@+id/fgt_choose_edit_line_v"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="1dp"
|
|
|
- android:background="#545454"
|
|
|
- app:layout_constraintBottom_toTopOf="@id/fgt_choose_edit_list_ll" />
|
|
|
-
|
|
|
- <android.support.v7.widget.RecyclerView
|
|
|
- android:id="@+id/recyclerView"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:paddingStart="11dp"
|
|
|
- android:paddingEnd="11dp"
|
|
|
- app:layout_constraintBottom_toTopOf="@id/fgt_choose_edit_line_v" />
|
|
|
-
|
|
|
- <SeekBar
|
|
|
- android:id="@+id/fgt_choose_edit_intensity_sb"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
- android:max="100"
|
|
|
- android:progress="100"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
- app:layout_constraintBottom_toTopOf="@id/recyclerView"/>
|
|
|
-</android.support.constraint.ConstraintLayout>
|