补充美颜模型和美颜配置
This commit is contained in:
@@ -3,107 +3,41 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical">
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/layout_faceunity_menu1"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="bottom"
|
||||
android:orientation="vertical">
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
|
||||
|
||||
<com.yunbao.faceunity.control.BodyBeautyControlView
|
||||
android:id="@+id/control_body"
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/menu_group"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="bottom"
|
||||
android:visibility="gone" />
|
||||
android:layout_height="match_parent" />
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
android:id="@+id/layout_faceunity_menu2"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<com.yunbao.faceunity.control.FaceBeautyControlView
|
||||
android:id="@+id/control_beauty"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="bottom" />
|
||||
|
||||
<com.yunbao.faceunity.control.MakeupControlView
|
||||
android:id="@+id/control_makeup"
|
||||
<com.google.android.material.tabs.TabLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="bottom"
|
||||
android:visibility="gone" />
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<com.yunbao.faceunity.control.PropControlView
|
||||
android:id="@+id/control_prop"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="bottom"
|
||||
android:visibility="gone" />
|
||||
<com.google.android.material.tabs.TabItem
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Monday" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/line"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/x1"
|
||||
android:background="@color/primary_list"
|
||||
android:src="@color/divider_line_color" />
|
||||
<com.google.android.material.tabs.TabItem
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Tuesday" />
|
||||
|
||||
<com.google.android.material.tabs.TabItem
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Wednesday" />
|
||||
</com.google.android.material.tabs.TabLayout>
|
||||
</LinearLayout>
|
||||
|
||||
<com.yunbao.faceunity.checkbox.CheckGroup
|
||||
android:id="@+id/group_function"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/x98"
|
||||
android:layout_gravity="bottom"
|
||||
android:background="@color/primary_list"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<com.yunbao.faceunity.checkbox.CheckBoxCompat
|
||||
android:id="@+id/radio_beauty"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="1"
|
||||
android:background="@color/transparent"
|
||||
android:button="@null"
|
||||
android:gravity="center"
|
||||
android:text="@string/home_function_name_beauty"
|
||||
android:textColor="@color/bottom_radio_color"
|
||||
android:textSize="@dimen/text_size_26" />
|
||||
|
||||
<com.yunbao.faceunity.checkbox.CheckBoxCompat
|
||||
android:id="@+id/radio_sticker"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="1"
|
||||
android:background="@color/transparent"
|
||||
android:button="@null"
|
||||
android:gravity="center"
|
||||
android:text="@string/home_function_name_sticker"
|
||||
android:textColor="@color/bottom_radio_color"
|
||||
android:textSize="@dimen/text_size_26" />
|
||||
|
||||
<com.yunbao.faceunity.checkbox.CheckBoxCompat
|
||||
android:id="@+id/radio_makeup"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="1"
|
||||
android:background="@color/transparent"
|
||||
android:button="@null"
|
||||
android:gravity="center"
|
||||
android:text="@string/home_function_name_makeup"
|
||||
android:textColor="@color/bottom_radio_color"
|
||||
android:textSize="@dimen/text_size_26" />
|
||||
|
||||
<com.yunbao.faceunity.checkbox.CheckBoxCompat
|
||||
android:id="@+id/radio_body"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="1"
|
||||
android:background="@color/transparent"
|
||||
android:button="@null"
|
||||
android:gravity="center"
|
||||
android:text="@string/home_function_name_beauty_body"
|
||||
android:textColor="@color/bottom_radio_color"
|
||||
android:textSize="@dimen/text_size_26" />
|
||||
|
||||
</com.yunbao.faceunity.checkbox.CheckGroup>
|
||||
|
||||
|
||||
</LinearLayout>
|
||||
Reference in New Issue
Block a user