去除无引用文件

修复一下问题:
1.心愿单
2.开播通知问题
3.头像框闪烁问题
This commit is contained in:
Martin 2024-08-02 17:20:20 +08:00
parent fb7998a42d
commit 3493a58590
969 changed files with 798 additions and 7301 deletions

View File

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:color="@color/main_color" android:state_checked="true" />
<item android:color="@color/main_color" android:state_selected="true" />
<item android:color="@android:color/white" />
</selector>

View File

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="10dp" />
<solid android:color="@android:color/white" />
</shape>

View File

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners
android:bottomLeftRadius="10dp"
android:bottomRightRadius="10dp" />
<gradient
android:endColor="#682EB8"
android:startColor="#7D219E" />
</shape>

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="4dp" />
<stroke
android:width="1dp"
android:color="@android:color/white" />
</shape>

View File

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners
android:bottomLeftRadius="4dp"
android:topLeftRadius="4dp" />
<solid android:color="@android:color/transparent" />
<stroke
android:width="1dp"
android:color="@android:color/white" />
</shape>

View File

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners
android:bottomLeftRadius="4dp"
android:topLeftRadius="4dp" />
<solid android:color="@android:color/white" />
<stroke
android:width="1dp"
android:color="@android:color/white" />
</shape>

View File

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/bg_radio_left_check" android:state_checked="true" />
<item android:drawable="@drawable/bg_radio_left" />
</selector>

View File

@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_checked="true">
<shape android:shape="rectangle">
<solid android:color="@android:color/white" />
</shape>
</item>
<item>
<layer-list >
<item
android:left="-1dp" >
<shape android:shape="rectangle">
<solid android:color="@android:color/transparent" />
<stroke
android:width="1dp"
android:color="@android:color/white" />
</shape>
</item>
</layer-list>
</item>
</selector>

View File

@ -1,14 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:left="-1dp">
<shape android:shape="rectangle">
<corners
android:bottomRightRadius="4dp"
android:topRightRadius="4dp" />
<solid android:color="@android:color/transparent" />
<stroke
android:width="1dp"
android:color="@android:color/white" />
</shape>
</item>
</layer-list>

View File

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners
android:bottomRightRadius="4dp"
android:topRightRadius="4dp" />
<solid android:color="@android:color/white" />
<stroke
android:width="1dp"
android:color="@android:color/white" />
</shape>

View File

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/bg_radio_right_check" android:state_checked="true" />
<item android:drawable="@drawable/bg_radio_right" />
</selector>

View File

@ -1,20 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@android:id/background"
android:drawable="@mipmap/bg_live_seek_bar_light" />
<item android:id="@android:id/secondaryProgress">
<clip>
<shape>
<solid android:color="#00FFFFFF" />
</shape>
</clip>
</item>
<item android:id="@android:id/progress">
<clip>
<shape>
<solid android:color="#00FFFFFF" />
</shape>
</clip>
</item>
</layer-list>

View File

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#BD050F14" />
<corners android:radius="4dp" />
</shape>

View File

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@mipmap/icon_beauty_box_style_none_checked" android:state_selected="true" />
<item android:drawable="@mipmap/icon_beauty_box_style_none_normal" />
</selector>

View File

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@mipmap/icon_green_smooth_open_checked" android:state_selected="true" />
<item android:drawable="@mipmap/icon_green_smooth_open_normal" />
</selector>

View File

@ -1,54 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="281dp"
android:layout_height="147dp"
android:background="@drawable/bg_confirm_dialog">
<TextView
android:id="@+id/tv_content"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="39dp"
android:gravity="center"
android:text="@string/dialog_confirm_delete"
android:textColor="@color/btn_live_photo_text"
android:layout_centerHorizontal="true"
android:textSize="15sp" />
<View
android:layout_width="265dp"
android:layout_height="1dp"
android:layout_marginTop="97dp"
android:background="@color/divider_line_color"
android:layout_centerHorizontal="true"/>
<View
android:layout_width="1dp"
android:layout_height="34dp"
android:layout_marginBottom="7dp"
android:background="@color/divider_line_color"
android:layout_centerHorizontal="true"
android:layout_alignParentBottom="true" />
<TextView
android:id="@+id/tv_cancel"
android:layout_width="140dp"
android:layout_height="48dp"
android:gravity="center"
android:text="@string/cancel"
android:textColor="@color/btn_live_photo_text"
android:textSize="16sp"
android:layout_alignParentBottom="true"/>
<TextView
android:id="@+id/tv_confirm"
android:layout_width="140dp"
android:layout_height="48dp"
android:gravity="center"
android:text="@string/confirm"
android:textColor="@color/main_color"
android:textSize="16sp"
android:layout_alignParentEnd="true"
android:layout_alignParentBottom="true" />
</RelativeLayout>

View File

@ -1,64 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/lyt_bottom"
android:layout_width="match_parent"
android:layout_height="@dimen/x266"
android:background="@color/primary_list"
android:gravity="bottom"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="@dimen/x167"
android:layout_gravity="center_vertical"
android:background="@color/primary_list"
android:gravity="center_vertical"
android:orientation="vertical">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recycler_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scrollbars="none" />
</LinearLayout>
<View
android:layout_width="match_parent"
android:layout_height="@dimen/x1"
android:background="@color/divider_line_color" />
<com.yunbao.faceunity.checkbox.CheckGroup
android:id="@+id/rg_anim"
android:layout_width="match_parent"
android:layout_height="@dimen/x98"
android:background="@color/primary_list">
<com.yunbao.faceunity.checkbox.CheckBoxCompat
android:id="@+id/cb_animoji"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:background="@color/transparent"
android:button="@null"
android:checked="true"
android:gravity="center"
android:text="@string/animoji_filter"
android:textColor="@color/bottom_radio_color"
android:textSize="@dimen/text_size_26" />
<com.yunbao.faceunity.checkbox.CheckBoxCompat
android:id="@+id/cb_filter"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:background="@color/transparent"
android:button="@null"
android:gravity="center"
android:text="@string/cartoon_filter"
android:textColor="@color/bottom_radio_color"
android:textSize="@dimen/text_size_26" />
</com.yunbao.faceunity.checkbox.CheckGroup>
</LinearLayout>

View File

@ -1,81 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/cyt_main"
android:layout_width="match_parent"
android:layout_height="@dimen/x268"
android:background="#BD050F14"
android:gravity="center_horizontal"
android:orientation="vertical">
<com.yunbao.faceunity.seekbar.DiscreteSeekBar
android:id="@+id/beauty_seek_bar"
android:layout_width="@dimen/x528"
android:layout_height="@dimen/x48"
android:layout_marginTop="@dimen/x24"
android:layout_marginBottom="@dimen/x16"
app:dsb_indicatorColor="@color/main_color"
app:dsb_indicatorElevation="0dp"
app:dsb_indicatorPopupEnabled="true"
app:dsb_max="100"
app:dsb_min="0"
app:dsb_progressColor="@color/main_color"
app:dsb_rippleColor="@color/main_color"
app:dsb_scrubberHeight="@dimen/x4"
app:dsb_thumbSize="@dimen/x32"
app:dsb_trackBaseHeight="@dimen/x16"
app:dsb_trackColor="@color/colorWhite"
app:dsb_trackHeight="@dimen/x4"
app:dsb_value="0" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="@dimen/x180"
android:layout_gravity="bottom"
android:orientation="horizontal">
<LinearLayout
android:id="@+id/lyt_beauty_recover"
android:layout_width="@dimen/x132"
android:layout_height="@dimen/x180"
android:layout_gravity="bottom"
android:gravity="center_horizontal"
android:orientation="vertical">
<ImageView
android:id="@+id/iv_beauty_recover"
android:layout_width="@dimen/x88"
android:layout_height="@dimen/x88"
android:layout_marginBottom="@dimen/x18"
android:scaleType="centerInside"
android:src="@mipmap/icon_control_recover" />
<TextView
android:id="@+id/tv_beauty_recover"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_marginBottom="@dimen/x30"
android:gravity="center_vertical"
android:text="@string/recover"
android:textColor="@color/tv_main_color_selector"
android:textSize="@dimen/text_size_20" />
</LinearLayout>
<View
android:id="@+id/iv_line"
android:layout_width="@dimen/x1"
android:layout_height="@dimen/x40"
android:layout_marginTop="@dimen/x40"
android:background="@color/divider_line_color" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recycler_view"
android:layout_width="match_parent"
android:layout_height="@dimen/x180" />
</LinearLayout>
</LinearLayout>

View File

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.recyclerview.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/recycler_view"
android:layout_width="match_parent"
android:layout_height="@dimen/x172"
android:background="@color/primary_list"
android:padding="@dimen/x16" />

View File

@ -1,200 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout 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="@dimen/x472"
android:gravity="bottom"
android:orientation="vertical">
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<com.yunbao.faceunity.widget.TouchStateImageView
android:id="@+id/iv_compare"
android:layout_width="@dimen/x72"
android:layout_height="@dimen/x72"
android:layout_marginStart="@dimen/x34"
android:layout_marginBottom="@dimen/x34"
android:src="@mipmap/icon_beauty_face_contrast"
android:visibility="gone" />
<Button
android:id="@+id/iv_reset"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_marginEnd="@dimen/x34"
android:text="去除效果"
android:visibility="gone" />
</RelativeLayout>
<LinearLayout
android:id="@+id/fyt_bottom_view"
android:layout_width="match_parent"
android:layout_height="0dp"
android:background="@color/primary_list"
android:orientation="vertical">
<com.yunbao.faceunity.seekbar.DiscreteSeekBar
android:id="@+id/beauty_seek_bar"
android:layout_width="@dimen/x528"
android:layout_height="@dimen/x48"
android:layout_gravity="center_horizontal"
android:layout_marginTop="@dimen/x24"
android:layout_marginBottom="@dimen/x15"
app:dsb_indicatorColor="@color/main_color"
app:dsb_indicatorElevation="0dp"
app:dsb_indicatorPopupEnabled="true"
app:dsb_max="100"
app:dsb_min="0"
app:dsb_progressColor="@color/main_color"
app:dsb_rippleColor="@color/main_color"
app:dsb_scrubberHeight="@dimen/x4"
app:dsb_thumbSize="@dimen/x32"
app:dsb_trackBaseHeight="@dimen/x16"
app:dsb_trackColor="@color/colorWhite"
app:dsb_trackHeight="@dimen/x4"
app:dsb_value="0" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="@dimen/x180"
android:orientation="horizontal">
<LinearLayout
android:id="@+id/lyt_beauty_recover"
android:layout_width="@dimen/x132"
android:layout_height="@dimen/x180"
android:gravity="center_horizontal"
android:orientation="vertical">
<ImageView
android:id="@+id/iv_beauty_recover"
android:layout_width="@dimen/x88"
android:layout_height="@dimen/x88"
android:layout_marginBottom="@dimen/x18"
android:scaleType="centerInside"
android:src="@mipmap/icon_control_recover" />
<TextView
android:id="@+id/tv_beauty_recover"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_marginBottom="@dimen/x30"
android:gravity="center_vertical"
android:text="@string/recover"
android:textColor="@color/tv_main_color_selector"
android:textSize="@dimen/text_size_20" />
</LinearLayout>
<LinearLayout
android:id="@+id/lyt_style_recover"
android:layout_width="@dimen/x132"
android:layout_height="@dimen/x180"
android:gravity="center_horizontal"
android:orientation="vertical"
android:visibility="gone">
<ImageView
android:layout_width="@dimen/x88"
android:layout_height="@dimen/x88"
android:layout_marginBottom="@dimen/x18"
android:scaleType="centerInside"
android:src="@drawable/icon_beauty_style_none_selector" />
<TextView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_marginBottom="@dimen/x30"
android:gravity="center_vertical"
android:text="@string/beauty_face_style_none"
android:textColor="@color/tv_main_color_selector"
android:textSize="@dimen/text_size_20" />
</LinearLayout>
<View
android:id="@+id/iv_line"
android:layout_width="@dimen/x1"
android:layout_height="@dimen/x40"
android:layout_marginTop="@dimen/x24"
android:background="@color/divider_line_color" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recycler_view"
android:layout_width="match_parent"
android:layout_height="@dimen/x180"
android:layout_gravity="bottom" />
</LinearLayout>
<View
android:layout_width="match_parent"
android:layout_height="@dimen/x1"
android:background="@color/divider_line_color" />
</LinearLayout>
<com.yunbao.faceunity.checkbox.CheckGroup
android:id="@+id/beauty_radio_group"
android:layout_width="match_parent"
android:layout_height="@dimen/x98"
android:background="#BD050F14"
android:orientation="horizontal">
<com.yunbao.faceunity.checkbox.CheckBoxCompat
android:id="@+id/beauty_radio_skin_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/beauty_radio_skin_beauty"
android:textColor="@color/bottom_radio_color"
android:textSize="@dimen/text_size_26" />
<com.yunbao.faceunity.checkbox.CheckBoxCompat
android:id="@+id/beauty_radio_face_shape"
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/beauty_radio_face_shape"
android:textColor="@color/bottom_radio_color"
android:textSize="@dimen/text_size_26" />
<com.yunbao.faceunity.checkbox.CheckBoxCompat
android:id="@+id/beauty_radio_filter"
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/beauty_radio_filter"
android:textColor="@color/bottom_radio_color"
android:textSize="@dimen/text_size_26" />
<com.yunbao.faceunity.checkbox.CheckBoxCompat
android:id="@+id/beauty_radio_style"
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/beauty_radio_style"
android:textColor="@color/bottom_radio_color"
android:textSize="@dimen/text_size_26" />
</com.yunbao.faceunity.checkbox.CheckGroup>
</LinearLayout>

View File

@ -1,10 +0,0 @@
<?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">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/container_recycler"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</LinearLayout>

View File

@ -160,7 +160,6 @@
</androidx.constraintlayout.widget.ConstraintLayout>
<LinearLayout
android:id="@+id/layout_faceunity_menu1"
android:layout_width="match_parent"
android:layout_marginTop="10dp"
android:layout_height="wrap_content"

View File

@ -1,36 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout 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="@dimen/x290"
android:background="@color/primary_list"
android:gravity="center_horizontal"
android:orientation="vertical">
<com.yunbao.faceunity.seekbar.DiscreteSeekBar
android:id="@+id/seek_bar"
android:layout_width="@dimen/x528"
android:layout_height="@dimen/x48"
android:layout_marginTop="@dimen/x24"
android:layout_marginBottom="@dimen/x38"
android:visibility="invisible"
app:dsb_indicatorColor="@color/main_color"
app:dsb_indicatorElevation="0dp"
app:dsb_indicatorPopupEnabled="true"
app:dsb_max="100"
app:dsb_min="0"
app:dsb_progressColor="@color/main_color"
app:dsb_rippleColor="@color/main_color"
app:dsb_scrubberHeight="@dimen/x4"
app:dsb_thumbSize="@dimen/x32"
app:dsb_trackBaseHeight="@dimen/x16"
app:dsb_trackColor="@color/colorWhite"
app:dsb_trackHeight="@dimen/x4"
app:dsb_value="0" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recycler_view"
android:layout_width="match_parent"
android:layout_height="@dimen/x180" />
</LinearLayout>

View File

@ -1,16 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="@dimen/x140"
android:layout_height="@dimen/x140"
android:orientation="vertical"
android:padding="@dimen/x10">
<com.yunbao.faceunity.widget.CircleImageView
android:id="@+id/iv_control"
android:layout_width="@dimen/x120"
android:layout_height="@dimen/x120"
android:layout_gravity="center"
android:background="@drawable/bg_control_oval_selector"
android:padding="@dimen/x6" />
</LinearLayout>

View File

@ -1,14 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="@dimen/x138"
android:layout_height="@dimen/x116">
<ImageView
android:id="@+id/iv_control"
android:layout_width="@dimen/x116"
android:layout_height="@dimen/x116"
android:background="@drawable/bg_control_square_selector"
android:padding="@dimen/x4"
android:scaleType="centerInside" />
</LinearLayout>

View File

@ -1,25 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="@dimen/x132"
android:layout_height="@dimen/x180"
android:gravity="center_horizontal|bottom"
android:orientation="vertical">
<ImageView
android:id="@+id/iv_control"
android:layout_width="@dimen/x88"
android:layout_height="@dimen/x88"
android:layout_marginBottom="@dimen/x18"
android:scaleType="centerInside" />
<TextView
android:id="@+id/tv_control"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:gravity="center_vertical"
android:layout_marginBottom="@dimen/x30"
android:text="@string/recover"
android:textColor="@color/tv_main_color_selector"
android:textSize="@dimen/text_size_20" />
</LinearLayout>

View File

@ -1,25 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="@dimen/x138"
android:orientation="vertical"
android:gravity="center_horizontal"
android:layout_height="@dimen/x180">
<ImageView
android:id="@+id/iv_control"
android:layout_width="@dimen/x108"
android:layout_height="@dimen/x108"
android:layout_marginBottom="@dimen/x16"
android:background="@drawable/bg_control_square_selector"
android:padding="@dimen/x4"
android:scaleType="centerInside" />
<TextView
android:id="@+id/tv_control"
android:layout_width="wrap_content"
android:layout_height="@dimen/x40"
android:layout_marginBottom="@dimen/x16"
android:textColor="@color/tv_main_color_selector"
android:textSize="@dimen/text_size_20" />
</LinearLayout>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 390 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

View File

@ -1,754 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="x0">0.0px</dimen>
<dimen name="x1">0.64px</dimen>
<dimen name="x2">1.28px</dimen>
<dimen name="x3">1.92px</dimen>
<dimen name="x4">2.56px</dimen>
<dimen name="x5">3.19px</dimen>
<dimen name="x6">3.84px</dimen>
<dimen name="x7">4.48px</dimen>
<dimen name="x8">5.12px</dimen>
<dimen name="x9">5.76px</dimen>
<dimen name="x10">6.39px</dimen>
<dimen name="x11">7.04px</dimen>
<dimen name="x12">7.68px</dimen>
<dimen name="x13">8.32px</dimen>
<dimen name="x14">8.96px</dimen>
<dimen name="x15">9.59px</dimen>
<dimen name="x16">10.24px</dimen>
<dimen name="x17">10.88px</dimen>
<dimen name="x18">11.52px</dimen>
<dimen name="x19">12.16px</dimen>
<dimen name="x20">12.79px</dimen>
<dimen name="x21">13.44px</dimen>
<dimen name="x22">14.08px</dimen>
<dimen name="x23">14.71px</dimen>
<dimen name="x24">15.36px</dimen>
<dimen name="x25">16.0px</dimen>
<dimen name="x26">16.64px</dimen>
<dimen name="x27">17.27px</dimen>
<dimen name="x28">17.92px</dimen>
<dimen name="x29">18.56px</dimen>
<dimen name="x30">19.19px</dimen>
<dimen name="x31">19.84px</dimen>
<dimen name="x32">20.48px</dimen>
<dimen name="x33">21.12px</dimen>
<dimen name="x34">21.76px</dimen>
<dimen name="x35">22.4px</dimen>
<dimen name="x36">23.04px</dimen>
<dimen name="x37">23.68px</dimen>
<dimen name="x38">24.32px</dimen>
<dimen name="x39">24.96px</dimen>
<dimen name="x40">25.59px</dimen>
<dimen name="x41">26.24px</dimen>
<dimen name="x42">26.88px</dimen>
<dimen name="x43">27.51px</dimen>
<dimen name="x44">28.16px</dimen>
<dimen name="x45">28.8px</dimen>
<dimen name="x46">29.43px</dimen>
<dimen name="x47">30.08px</dimen>
<dimen name="x48">30.72px</dimen>
<dimen name="x49">31.35px</dimen>
<dimen name="x50">32.0px</dimen>
<dimen name="x51">32.64px</dimen>
<dimen name="x52">33.28px</dimen>
<dimen name="x53">33.91px</dimen>
<dimen name="x54">34.55px</dimen>
<dimen name="x55">35.2px</dimen>
<dimen name="x56">35.84px</dimen>
<dimen name="x57">36.48px</dimen>
<dimen name="x58">37.12px</dimen>
<dimen name="x59">37.75px</dimen>
<dimen name="x60">38.39px</dimen>
<dimen name="x61">39.04px</dimen>
<dimen name="x62">39.68px</dimen>
<dimen name="x63">40.32px</dimen>
<dimen name="x64">40.96px</dimen>
<dimen name="x65">41.6px</dimen>
<dimen name="x66">42.24px</dimen>
<dimen name="x67">42.87px</dimen>
<dimen name="x68">43.52px</dimen>
<dimen name="x69">44.16px</dimen>
<dimen name="x70">44.8px</dimen>
<dimen name="x71">45.44px</dimen>
<dimen name="x72">46.08px</dimen>
<dimen name="x73">46.71px</dimen>
<dimen name="x74">47.36px</dimen>
<dimen name="x75">48.0px</dimen>
<dimen name="x76">48.64px</dimen>
<dimen name="x77">49.28px</dimen>
<dimen name="x78">49.92px</dimen>
<dimen name="x79">50.56px</dimen>
<dimen name="x80">51.19px</dimen>
<dimen name="x81">51.84px</dimen>
<dimen name="x82">52.48px</dimen>
<dimen name="x83">53.12px</dimen>
<dimen name="x84">53.76px</dimen>
<dimen name="x85">54.4px</dimen>
<dimen name="x86">55.03px</dimen>
<dimen name="x87">55.68px</dimen>
<dimen name="x88">56.32px</dimen>
<dimen name="x89">56.96px</dimen>
<dimen name="x90">57.6px</dimen>
<dimen name="x91">58.24px</dimen>
<dimen name="x92">58.87px</dimen>
<dimen name="x93">59.52px</dimen>
<dimen name="x94">60.16px</dimen>
<dimen name="x95">60.8px</dimen>
<dimen name="x96">61.44px</dimen>
<dimen name="x97">62.08px</dimen>
<dimen name="x98">62.71px</dimen>
<dimen name="x99">63.35px</dimen>
<dimen name="x100">64.0px</dimen>
<dimen name="x101">64.64px</dimen>
<dimen name="x102">65.28px</dimen>
<dimen name="x103">65.92px</dimen>
<dimen name="x104">66.56px</dimen>
<dimen name="x105">67.19px</dimen>
<dimen name="x106">67.83px</dimen>
<dimen name="x107">68.47px</dimen>
<dimen name="x108">69.11px</dimen>
<dimen name="x109">69.76px</dimen>
<dimen name="x110">70.4px</dimen>
<dimen name="x111">71.04px</dimen>
<dimen name="x112">71.68px</dimen>
<dimen name="x113">72.32px</dimen>
<dimen name="x114">72.96px</dimen>
<dimen name="x115">73.6px</dimen>
<dimen name="x116">74.24px</dimen>
<dimen name="x117">74.87px</dimen>
<dimen name="x118">75.51px</dimen>
<dimen name="x119">76.15px</dimen>
<dimen name="x120">76.79px</dimen>
<dimen name="x121">77.43px</dimen>
<dimen name="x122">78.08px</dimen>
<dimen name="x123">78.72px</dimen>
<dimen name="x124">79.36px</dimen>
<dimen name="x125">80.0px</dimen>
<dimen name="x126">80.64px</dimen>
<dimen name="x127">81.28px</dimen>
<dimen name="x128">81.92px</dimen>
<dimen name="x129">82.56px</dimen>
<dimen name="x130">83.2px</dimen>
<dimen name="x131">83.84px</dimen>
<dimen name="x132">84.48px</dimen>
<dimen name="x133">85.12px</dimen>
<dimen name="x134">85.75px</dimen>
<dimen name="x135">86.4px</dimen>
<dimen name="x136">87.04px</dimen>
<dimen name="x137">87.68px</dimen>
<dimen name="x138">88.32px</dimen>
<dimen name="x139">88.96px</dimen>
<dimen name="x140">89.6px</dimen>
<dimen name="x141">90.24px</dimen>
<dimen name="x142">90.88px</dimen>
<dimen name="x143">91.52px</dimen>
<dimen name="x144">92.16px</dimen>
<dimen name="x145">92.8px</dimen>
<dimen name="x146">93.43px</dimen>
<dimen name="x147">94.07px</dimen>
<dimen name="x148">94.72px</dimen>
<dimen name="x149">95.36px</dimen>
<dimen name="x150">96.0px</dimen>
<dimen name="x151">96.64px</dimen>
<dimen name="x152">97.28px</dimen>
<dimen name="x153">97.92px</dimen>
<dimen name="x154">98.56px</dimen>
<dimen name="x155">99.2px</dimen>
<dimen name="x156">99.84px</dimen>
<dimen name="x157">100.48px</dimen>
<dimen name="x158">101.12px</dimen>
<dimen name="x159">101.75px</dimen>
<dimen name="x160">102.39px</dimen>
<dimen name="x161">103.04px</dimen>
<dimen name="x162">103.68px</dimen>
<dimen name="x163">104.32px</dimen>
<dimen name="x164">104.96px</dimen>
<dimen name="x165">105.6px</dimen>
<dimen name="x166">106.24px</dimen>
<dimen name="x167">106.88px</dimen>
<dimen name="x168">107.52px</dimen>
<dimen name="x169">108.16px</dimen>
<dimen name="x170">108.8px</dimen>
<dimen name="x171">109.43px</dimen>
<dimen name="x172">110.07px</dimen>
<dimen name="x173">110.72px</dimen>
<dimen name="x174">111.36px</dimen>
<dimen name="x175">112.0px</dimen>
<dimen name="x176">112.64px</dimen>
<dimen name="x177">113.28px</dimen>
<dimen name="x178">113.92px</dimen>
<dimen name="x179">114.56px</dimen>
<dimen name="x180">115.2px</dimen>
<dimen name="x181">115.84px</dimen>
<dimen name="x182">116.48px</dimen>
<dimen name="x183">117.12px</dimen>
<dimen name="x184">117.75px</dimen>
<dimen name="x185">118.39px</dimen>
<dimen name="x186">119.04px</dimen>
<dimen name="x187">119.68px</dimen>
<dimen name="x188">120.32px</dimen>
<dimen name="x189">120.96px</dimen>
<dimen name="x190">121.6px</dimen>
<dimen name="x191">122.24px</dimen>
<dimen name="x192">122.88px</dimen>
<dimen name="x193">123.52px</dimen>
<dimen name="x194">124.16px</dimen>
<dimen name="x195">124.8px</dimen>
<dimen name="x196">125.43px</dimen>
<dimen name="x197">126.07px</dimen>
<dimen name="x198">126.71px</dimen>
<dimen name="x199">127.36px</dimen>
<dimen name="x200">128.0px</dimen>
<dimen name="x201">128.64px</dimen>
<dimen name="x202">129.28px</dimen>
<dimen name="x203">129.92px</dimen>
<dimen name="x204">130.56px</dimen>
<dimen name="x205">131.2px</dimen>
<dimen name="x206">131.84px</dimen>
<dimen name="x207">132.48px</dimen>
<dimen name="x208">133.12px</dimen>
<dimen name="x209">133.75px</dimen>
<dimen name="x210">134.39px</dimen>
<dimen name="x211">135.03px</dimen>
<dimen name="x212">135.67px</dimen>
<dimen name="x213">136.31px</dimen>
<dimen name="x214">136.95px</dimen>
<dimen name="x215">137.59px</dimen>
<dimen name="x216">138.23px</dimen>
<dimen name="x217">138.87px</dimen>
<dimen name="x218">139.52px</dimen>
<dimen name="x219">140.16px</dimen>
<dimen name="x220">140.8px</dimen>
<dimen name="x221">141.44px</dimen>
<dimen name="x222">142.08px</dimen>
<dimen name="x223">142.72px</dimen>
<dimen name="x224">143.36px</dimen>
<dimen name="x225">144.0px</dimen>
<dimen name="x226">144.64px</dimen>
<dimen name="x227">145.28px</dimen>
<dimen name="x228">145.92px</dimen>
<dimen name="x229">146.56px</dimen>
<dimen name="x230">147.2px</dimen>
<dimen name="x231">147.84px</dimen>
<dimen name="x232">148.48px</dimen>
<dimen name="x233">149.12px</dimen>
<dimen name="x234">149.75px</dimen>
<dimen name="x235">150.39px</dimen>
<dimen name="x236">151.03px</dimen>
<dimen name="x237">151.67px</dimen>
<dimen name="x238">152.31px</dimen>
<dimen name="x239">152.95px</dimen>
<dimen name="x240">153.59px</dimen>
<dimen name="x241">154.23px</dimen>
<dimen name="x242">154.87px</dimen>
<dimen name="x243">155.51px</dimen>
<dimen name="x244">156.16px</dimen>
<dimen name="x245">156.8px</dimen>
<dimen name="x246">157.44px</dimen>
<dimen name="x247">158.08px</dimen>
<dimen name="x248">158.72px</dimen>
<dimen name="x249">159.36px</dimen>
<dimen name="x250">160.0px</dimen>
<dimen name="x251">160.64px</dimen>
<dimen name="x252">161.28px</dimen>
<dimen name="x253">161.92px</dimen>
<dimen name="x254">162.56px</dimen>
<dimen name="x255">163.2px</dimen>
<dimen name="x256">163.84px</dimen>
<dimen name="x257">164.48px</dimen>
<dimen name="x258">165.12px</dimen>
<dimen name="x259">165.76px</dimen>
<dimen name="x260">166.4px</dimen>
<dimen name="x261">167.04px</dimen>
<dimen name="x262">167.68px</dimen>
<dimen name="x263">168.32px</dimen>
<dimen name="x264">168.96px</dimen>
<dimen name="x265">169.6px</dimen>
<dimen name="x266">170.24px</dimen>
<dimen name="x267">170.87px</dimen>
<dimen name="x268">171.51px</dimen>
<dimen name="x269">172.16px</dimen>
<dimen name="x270">172.8px</dimen>
<dimen name="x271">173.44px</dimen>
<dimen name="x272">174.08px</dimen>
<dimen name="x273">174.72px</dimen>
<dimen name="x274">175.36px</dimen>
<dimen name="x275">176.0px</dimen>
<dimen name="x276">176.64px</dimen>
<dimen name="x277">177.28px</dimen>
<dimen name="x278">177.92px</dimen>
<dimen name="x279">178.56px</dimen>
<dimen name="x280">179.2px</dimen>
<dimen name="x281">179.84px</dimen>
<dimen name="x282">180.48px</dimen>
<dimen name="x283">181.12px</dimen>
<dimen name="x284">181.76px</dimen>
<dimen name="x285">182.4px</dimen>
<dimen name="x286">183.04px</dimen>
<dimen name="x287">183.68px</dimen>
<dimen name="x288">184.32px</dimen>
<dimen name="x289">184.96px</dimen>
<dimen name="x290">185.6px</dimen>
<dimen name="x291">186.24px</dimen>
<dimen name="x292">186.87px</dimen>
<dimen name="x293">187.51px</dimen>
<dimen name="x294">188.15px</dimen>
<dimen name="x295">188.8px</dimen>
<dimen name="x296">189.44px</dimen>
<dimen name="x297">190.08px</dimen>
<dimen name="x298">190.72px</dimen>
<dimen name="x299">191.36px</dimen>
<dimen name="x300">192.0px</dimen>
<dimen name="x301">192.64px</dimen>
<dimen name="x302">193.28px</dimen>
<dimen name="x303">193.92px</dimen>
<dimen name="x304">194.56px</dimen>
<dimen name="x305">195.2px</dimen>
<dimen name="x306">195.84px</dimen>
<dimen name="x307">196.48px</dimen>
<dimen name="x308">197.12px</dimen>
<dimen name="x309">197.76px</dimen>
<dimen name="x310">198.4px</dimen>
<dimen name="x311">199.04px</dimen>
<dimen name="x312">199.68px</dimen>
<dimen name="x313">200.32px</dimen>
<dimen name="x314">200.96px</dimen>
<dimen name="x315">201.6px</dimen>
<dimen name="x316">202.24px</dimen>
<dimen name="x317">202.87px</dimen>
<dimen name="x318">203.51px</dimen>
<dimen name="x319">204.15px</dimen>
<dimen name="x320">204.79px</dimen>
<dimen name="x321">205.44px</dimen>
<dimen name="x322">206.08px</dimen>
<dimen name="x323">206.72px</dimen>
<dimen name="x324">207.36px</dimen>
<dimen name="x325">208.0px</dimen>
<dimen name="x326">208.64px</dimen>
<dimen name="x327">209.28px</dimen>
<dimen name="x328">209.92px</dimen>
<dimen name="x329">210.56px</dimen>
<dimen name="x330">211.2px</dimen>
<dimen name="x331">211.84px</dimen>
<dimen name="x332">212.48px</dimen>
<dimen name="x333">213.12px</dimen>
<dimen name="x334">213.76px</dimen>
<dimen name="x335">214.4px</dimen>
<dimen name="x336">215.04px</dimen>
<dimen name="x337">215.68px</dimen>
<dimen name="x338">216.32px</dimen>
<dimen name="x339">216.96px</dimen>
<dimen name="x340">217.6px</dimen>
<dimen name="x341">218.24px</dimen>
<dimen name="x342">218.87px</dimen>
<dimen name="x343">219.51px</dimen>
<dimen name="x344">220.15px</dimen>
<dimen name="x345">220.79px</dimen>
<dimen name="x346">221.44px</dimen>
<dimen name="x347">222.08px</dimen>
<dimen name="x348">222.72px</dimen>
<dimen name="x349">223.36px</dimen>
<dimen name="x350">224.0px</dimen>
<dimen name="x351">224.64px</dimen>
<dimen name="x352">225.28px</dimen>
<dimen name="x353">225.92px</dimen>
<dimen name="x354">226.56px</dimen>
<dimen name="x355">227.2px</dimen>
<dimen name="x356">227.84px</dimen>
<dimen name="x357">228.48px</dimen>
<dimen name="x358">229.12px</dimen>
<dimen name="x359">229.76px</dimen>
<dimen name="x360">230.4px</dimen>
<dimen name="x361">231.04px</dimen>
<dimen name="x362">231.68px</dimen>
<dimen name="x363">232.32px</dimen>
<dimen name="x364">232.96px</dimen>
<dimen name="x365">233.6px</dimen>
<dimen name="x366">234.24px</dimen>
<dimen name="x367">234.87px</dimen>
<dimen name="x368">235.51px</dimen>
<dimen name="x369">236.15px</dimen>
<dimen name="x370">236.79px</dimen>
<dimen name="x371">237.43px</dimen>
<dimen name="x372">238.08px</dimen>
<dimen name="x373">238.72px</dimen>
<dimen name="x374">239.36px</dimen>
<dimen name="x375">240.0px</dimen>
<dimen name="x376">240.64px</dimen>
<dimen name="x377">241.28px</dimen>
<dimen name="x378">241.92px</dimen>
<dimen name="x379">242.56px</dimen>
<dimen name="x380">243.2px</dimen>
<dimen name="x381">243.84px</dimen>
<dimen name="x382">244.48px</dimen>
<dimen name="x383">245.12px</dimen>
<dimen name="x384">245.76px</dimen>
<dimen name="x385">246.4px</dimen>
<dimen name="x386">247.04px</dimen>
<dimen name="x387">247.68px</dimen>
<dimen name="x388">248.32px</dimen>
<dimen name="x389">248.96px</dimen>
<dimen name="x390">249.6px</dimen>
<dimen name="x391">250.24px</dimen>
<dimen name="x392">250.87px</dimen>
<dimen name="x393">251.51px</dimen>
<dimen name="x394">252.15px</dimen>
<dimen name="x395">252.79px</dimen>
<dimen name="x396">253.43px</dimen>
<dimen name="x397">254.08px</dimen>
<dimen name="x398">254.72px</dimen>
<dimen name="x399">255.36px</dimen>
<dimen name="x400">256.0px</dimen>
<dimen name="x401">256.63px</dimen>
<dimen name="x402">257.28px</dimen>
<dimen name="x403">257.91px</dimen>
<dimen name="x404">258.56px</dimen>
<dimen name="x405">259.19px</dimen>
<dimen name="x406">259.84px</dimen>
<dimen name="x407">260.47px</dimen>
<dimen name="x408">261.12px</dimen>
<dimen name="x409">261.75px</dimen>
<dimen name="x410">262.4px</dimen>
<dimen name="x411">263.04px</dimen>
<dimen name="x412">263.68px</dimen>
<dimen name="x413">264.32px</dimen>
<dimen name="x414">264.96px</dimen>
<dimen name="x415">265.6px</dimen>
<dimen name="x416">266.24px</dimen>
<dimen name="x417">266.88px</dimen>
<dimen name="x418">267.51px</dimen>
<dimen name="x419">268.16px</dimen>
<dimen name="x420">268.79px</dimen>
<dimen name="x421">269.44px</dimen>
<dimen name="x422">270.07px</dimen>
<dimen name="x423">270.72px</dimen>
<dimen name="x424">271.35px</dimen>
<dimen name="x425">272.0px</dimen>
<dimen name="x426">272.63px</dimen>
<dimen name="x427">273.28px</dimen>
<dimen name="x428">273.91px</dimen>
<dimen name="x429">274.56px</dimen>
<dimen name="x430">275.19px</dimen>
<dimen name="x431">275.84px</dimen>
<dimen name="x432">276.47px</dimen>
<dimen name="x433">277.12px</dimen>
<dimen name="x434">277.75px</dimen>
<dimen name="x435">278.4px</dimen>
<dimen name="x436">279.04px</dimen>
<dimen name="x437">279.68px</dimen>
<dimen name="x438">280.32px</dimen>
<dimen name="x439">280.96px</dimen>
<dimen name="x440">281.6px</dimen>
<dimen name="x441">282.24px</dimen>
<dimen name="x442">282.88px</dimen>
<dimen name="x443">283.51px</dimen>
<dimen name="x444">284.16px</dimen>
<dimen name="x445">284.79px</dimen>
<dimen name="x446">285.44px</dimen>
<dimen name="x447">286.07px</dimen>
<dimen name="x448">286.72px</dimen>
<dimen name="x449">287.35px</dimen>
<dimen name="x450">288.0px</dimen>
<dimen name="x451">288.63px</dimen>
<dimen name="x452">289.28px</dimen>
<dimen name="x453">289.91px</dimen>
<dimen name="x454">290.56px</dimen>
<dimen name="x455">291.19px</dimen>
<dimen name="x456">291.84px</dimen>
<dimen name="x457">292.47px</dimen>
<dimen name="x458">293.12px</dimen>
<dimen name="x459">293.75px</dimen>
<dimen name="x460">294.4px</dimen>
<dimen name="x461">295.04px</dimen>
<dimen name="x462">295.68px</dimen>
<dimen name="x463">296.32px</dimen>
<dimen name="x464">296.96px</dimen>
<dimen name="x465">297.6px</dimen>
<dimen name="x466">298.24px</dimen>
<dimen name="x467">298.88px</dimen>
<dimen name="x468">299.51px</dimen>
<dimen name="x469">300.16px</dimen>
<dimen name="x470">300.79px</dimen>
<dimen name="x471">301.44px</dimen>
<dimen name="x472">302.07px</dimen>
<dimen name="x473">302.72px</dimen>
<dimen name="x474">303.35px</dimen>
<dimen name="x475">304.0px</dimen>
<dimen name="x476">304.63px</dimen>
<dimen name="x477">305.28px</dimen>
<dimen name="x478">305.91px</dimen>
<dimen name="x479">306.56px</dimen>
<dimen name="x480">307.19px</dimen>
<dimen name="x481">307.84px</dimen>
<dimen name="x482">308.47px</dimen>
<dimen name="x483">309.12px</dimen>
<dimen name="x484">309.75px</dimen>
<dimen name="x485">310.4px</dimen>
<dimen name="x486">311.03px</dimen>
<dimen name="x487">311.68px</dimen>
<dimen name="x488">312.32px</dimen>
<dimen name="x489">312.96px</dimen>
<dimen name="x490">313.6px</dimen>
<dimen name="x491">314.24px</dimen>
<dimen name="x492">314.88px</dimen>
<dimen name="x493">315.51px</dimen>
<dimen name="x494">316.16px</dimen>
<dimen name="x495">316.79px</dimen>
<dimen name="x496">317.44px</dimen>
<dimen name="x497">318.07px</dimen>
<dimen name="x498">318.72px</dimen>
<dimen name="x499">319.35px</dimen>
<dimen name="x500">320.0px</dimen>
<dimen name="x501">320.63px</dimen>
<dimen name="x502">321.28px</dimen>
<dimen name="x503">321.91px</dimen>
<dimen name="x504">322.56px</dimen>
<dimen name="x505">323.19px</dimen>
<dimen name="x506">323.84px</dimen>
<dimen name="x507">324.47px</dimen>
<dimen name="x508">325.12px</dimen>
<dimen name="x509">325.75px</dimen>
<dimen name="x510">326.4px</dimen>
<dimen name="x511">327.03px</dimen>
<dimen name="x512">327.68px</dimen>
<dimen name="x513">328.32px</dimen>
<dimen name="x514">328.96px</dimen>
<dimen name="x515">329.6px</dimen>
<dimen name="x516">330.24px</dimen>
<dimen name="x517">330.88px</dimen>
<dimen name="x518">331.52px</dimen>
<dimen name="x519">332.16px</dimen>
<dimen name="x520">332.8px</dimen>
<dimen name="x521">333.44px</dimen>
<dimen name="x522">334.08px</dimen>
<dimen name="x523">334.72px</dimen>
<dimen name="x524">335.36px</dimen>
<dimen name="x525">336.0px</dimen>
<dimen name="x526">336.64px</dimen>
<dimen name="x527">337.28px</dimen>
<dimen name="x528">337.92px</dimen>
<dimen name="x529">338.56px</dimen>
<dimen name="x530">339.2px</dimen>
<dimen name="x531">339.84px</dimen>
<dimen name="x532">340.48px</dimen>
<dimen name="x533">341.12px</dimen>
<dimen name="x534">341.75px</dimen>
<dimen name="x535">342.4px</dimen>
<dimen name="x536">343.03px</dimen>
<dimen name="x537">343.68px</dimen>
<dimen name="x538">344.32px</dimen>
<dimen name="x539">344.96px</dimen>
<dimen name="x540">345.6px</dimen>
<dimen name="x541">346.24px</dimen>
<dimen name="x542">346.88px</dimen>
<dimen name="x543">347.52px</dimen>
<dimen name="x544">348.16px</dimen>
<dimen name="x545">348.8px</dimen>
<dimen name="x546">349.44px</dimen>
<dimen name="x547">350.08px</dimen>
<dimen name="x548">350.72px</dimen>
<dimen name="x549">351.36px</dimen>
<dimen name="x550">352.0px</dimen>
<dimen name="x551">352.64px</dimen>
<dimen name="x552">353.28px</dimen>
<dimen name="x553">353.92px</dimen>
<dimen name="x554">354.56px</dimen>
<dimen name="x555">355.2px</dimen>
<dimen name="x556">355.84px</dimen>
<dimen name="x557">356.48px</dimen>
<dimen name="x558">357.12px</dimen>
<dimen name="x559">357.75px</dimen>
<dimen name="x560">358.4px</dimen>
<dimen name="x561">359.03px</dimen>
<dimen name="x562">359.68px</dimen>
<dimen name="x563">360.31px</dimen>
<dimen name="x564">360.96px</dimen>
<dimen name="x565">361.6px</dimen>
<dimen name="x566">362.24px</dimen>
<dimen name="x567">362.88px</dimen>
<dimen name="x568">363.52px</dimen>
<dimen name="x569">364.16px</dimen>
<dimen name="x570">364.8px</dimen>
<dimen name="x571">365.44px</dimen>
<dimen name="x572">366.08px</dimen>
<dimen name="x573">366.72px</dimen>
<dimen name="x574">367.36px</dimen>
<dimen name="x575">368.0px</dimen>
<dimen name="x576">368.64px</dimen>
<dimen name="x577">369.28px</dimen>
<dimen name="x578">369.92px</dimen>
<dimen name="x579">370.56px</dimen>
<dimen name="x580">371.2px</dimen>
<dimen name="x581">371.84px</dimen>
<dimen name="x582">372.48px</dimen>
<dimen name="x583">373.12px</dimen>
<dimen name="x584">373.75px</dimen>
<dimen name="x585">374.4px</dimen>
<dimen name="x586">375.03px</dimen>
<dimen name="x587">375.68px</dimen>
<dimen name="x588">376.31px</dimen>
<dimen name="x589">376.96px</dimen>
<dimen name="x590">377.6px</dimen>
<dimen name="x591">378.24px</dimen>
<dimen name="x592">378.88px</dimen>
<dimen name="x593">379.52px</dimen>
<dimen name="x594">380.16px</dimen>
<dimen name="x595">380.8px</dimen>
<dimen name="x596">381.44px</dimen>
<dimen name="x597">382.08px</dimen>
<dimen name="x598">382.72px</dimen>
<dimen name="x599">383.36px</dimen>
<dimen name="x600">384.0px</dimen>
<dimen name="x601">384.64px</dimen>
<dimen name="x602">385.28px</dimen>
<dimen name="x603">385.92px</dimen>
<dimen name="x604">386.56px</dimen>
<dimen name="x605">387.2px</dimen>
<dimen name="x606">387.84px</dimen>
<dimen name="x607">388.48px</dimen>
<dimen name="x608">389.12px</dimen>
<dimen name="x609">389.75px</dimen>
<dimen name="x610">390.4px</dimen>
<dimen name="x611">391.03px</dimen>
<dimen name="x612">391.68px</dimen>
<dimen name="x613">392.31px</dimen>
<dimen name="x614">392.96px</dimen>
<dimen name="x615">393.6px</dimen>
<dimen name="x616">394.24px</dimen>
<dimen name="x617">394.88px</dimen>
<dimen name="x618">395.52px</dimen>
<dimen name="x619">396.16px</dimen>
<dimen name="x620">396.8px</dimen>
<dimen name="x621">397.44px</dimen>
<dimen name="x622">398.08px</dimen>
<dimen name="x623">398.72px</dimen>
<dimen name="x624">399.36px</dimen>
<dimen name="x625">400.0px</dimen>
<dimen name="x626">400.64px</dimen>
<dimen name="x627">401.28px</dimen>
<dimen name="x628">401.92px</dimen>
<dimen name="x629">402.56px</dimen>
<dimen name="x630">403.2px</dimen>
<dimen name="x631">403.84px</dimen>
<dimen name="x632">404.48px</dimen>
<dimen name="x633">405.12px</dimen>
<dimen name="x634">405.75px</dimen>
<dimen name="x635">406.4px</dimen>
<dimen name="x636">407.03px</dimen>
<dimen name="x637">407.68px</dimen>
<dimen name="x638">408.31px</dimen>
<dimen name="x639">408.96px</dimen>
<dimen name="x640">409.59px</dimen>
<dimen name="x641">410.24px</dimen>
<dimen name="x642">410.88px</dimen>
<dimen name="x643">411.52px</dimen>
<dimen name="x644">412.16px</dimen>
<dimen name="x645">412.8px</dimen>
<dimen name="x646">413.44px</dimen>
<dimen name="x647">414.08px</dimen>
<dimen name="x648">414.72px</dimen>
<dimen name="x649">415.36px</dimen>
<dimen name="x650">416.0px</dimen>
<dimen name="x651">416.64px</dimen>
<dimen name="x652">417.28px</dimen>
<dimen name="x653">417.92px</dimen>
<dimen name="x654">418.56px</dimen>
<dimen name="x655">419.2px</dimen>
<dimen name="x656">419.84px</dimen>
<dimen name="x657">420.48px</dimen>
<dimen name="x658">421.12px</dimen>
<dimen name="x659">421.75px</dimen>
<dimen name="x660">422.4px</dimen>
<dimen name="x661">423.03px</dimen>
<dimen name="x662">423.68px</dimen>
<dimen name="x663">424.31px</dimen>
<dimen name="x664">424.96px</dimen>
<dimen name="x665">425.59px</dimen>
<dimen name="x666">426.24px</dimen>
<dimen name="x667">426.88px</dimen>
<dimen name="x668">427.52px</dimen>
<dimen name="x669">428.16px</dimen>
<dimen name="x670">428.8px</dimen>
<dimen name="x671">429.44px</dimen>
<dimen name="x672">430.08px</dimen>
<dimen name="x673">430.72px</dimen>
<dimen name="x674">431.36px</dimen>
<dimen name="x675">432.0px</dimen>
<dimen name="x676">432.64px</dimen>
<dimen name="x677">433.28px</dimen>
<dimen name="x678">433.92px</dimen>
<dimen name="x679">434.56px</dimen>
<dimen name="x680">435.2px</dimen>
<dimen name="x681">435.84px</dimen>
<dimen name="x682">436.48px</dimen>
<dimen name="x683">437.12px</dimen>
<dimen name="x684">437.75px</dimen>
<dimen name="x685">438.4px</dimen>
<dimen name="x686">439.03px</dimen>
<dimen name="x687">439.68px</dimen>
<dimen name="x688">440.31px</dimen>
<dimen name="x689">440.96px</dimen>
<dimen name="x690">441.59px</dimen>
<dimen name="x691">442.24px</dimen>
<dimen name="x692">442.88px</dimen>
<dimen name="x693">443.52px</dimen>
<dimen name="x694">444.16px</dimen>
<dimen name="x695">444.8px</dimen>
<dimen name="x696">445.44px</dimen>
<dimen name="x697">446.08px</dimen>
<dimen name="x698">446.72px</dimen>
<dimen name="x699">447.36px</dimen>
<dimen name="x700">448.0px</dimen>
<dimen name="x701">448.64px</dimen>
<dimen name="x702">449.28px</dimen>
<dimen name="x703">449.92px</dimen>
<dimen name="x704">450.56px</dimen>
<dimen name="x705">451.2px</dimen>
<dimen name="x706">451.84px</dimen>
<dimen name="x707">452.48px</dimen>
<dimen name="x708">453.12px</dimen>
<dimen name="x709">453.75px</dimen>
<dimen name="x710">454.4px</dimen>
<dimen name="x711">455.03px</dimen>
<dimen name="x712">455.68px</dimen>
<dimen name="x713">456.31px</dimen>
<dimen name="x714">456.96px</dimen>
<dimen name="x715">457.59px</dimen>
<dimen name="x716">458.24px</dimen>
<dimen name="x717">458.88px</dimen>
<dimen name="x718">459.52px</dimen>
<dimen name="x719">460.16px</dimen>
<dimen name="x720">460.8px</dimen>
<dimen name="x721">461.44px</dimen>
<dimen name="x722">462.08px</dimen>
<dimen name="x723">462.72px</dimen>
<dimen name="x724">463.36px</dimen>
<dimen name="x725">464.0px</dimen>
<dimen name="x726">464.64px</dimen>
<dimen name="x727">465.28px</dimen>
<dimen name="x728">465.92px</dimen>
<dimen name="x729">466.56px</dimen>
<dimen name="x730">467.2px</dimen>
<dimen name="x731">467.84px</dimen>
<dimen name="x732">468.48px</dimen>
<dimen name="x733">469.12px</dimen>
<dimen name="x734">469.75px</dimen>
<dimen name="x735">470.4px</dimen>
<dimen name="x736">471.03px</dimen>
<dimen name="x737">471.68px</dimen>
<dimen name="x738">472.31px</dimen>
<dimen name="x739">472.96px</dimen>
<dimen name="x740">473.59px</dimen>
<dimen name="x741">474.24px</dimen>
<dimen name="x742">474.87px</dimen>
<dimen name="x743">475.52px</dimen>
<dimen name="x744">476.16px</dimen>
<dimen name="x745">476.8px</dimen>
<dimen name="x746">477.44px</dimen>
<dimen name="x747">478.08px</dimen>
<dimen name="x748">478.72px</dimen>
<dimen name="x749">479.36px</dimen>
<dimen name="x750">480px</dimen>
</resources>

File diff suppressed because it is too large Load Diff

View File

@ -5,29 +5,10 @@
<color name="colorAccent">#FF8D41</color>
<!--fulive demo 主配色-->
<color name="primary_background">#050F14</color>
<color name="primary_text">#2C2E30</color>
<color name="primary_list">#BD050F14</color>
<color name="primary_disable_state">#C6C6C6</color>
<color name="primary_border_background">#8A797A7B</color>
<color name="primary_border_background_old">#5C040B0E</color>
<color name="primary_selected">#1FB2FF</color>
<color name="primary_selected_old">#5EC7FE</color>
<color name="transparent">#00000000</color>
<color name="percent50translucentBlack">#80000000</color>
<color name="percent60translucentBlack">#99000000</color>
<color name="colorWhite">#FFFFFFFF</color>
<color name="main_color">#1FB2FF</color>
<color name="main_color_79CDF9">#FF79CDF9</color>
<color name="main_color_gray">#FFA8A8A8</color>
<color name="main_color_c5c5c5">#FFC5C5C5</color>
<color name="main_color_090017">#FF090017</color>
<color name="divider_line_color">#33FFFFFF</color>
<color name="divider_line_color2">#FFE5E5E5</color>
<color name="line_302D33">#FF302D33</color>
<color name="black_dialog_text">#31373E</color>
<color name="btn_live_photo_text">#2C2E30</color>
<!--For DiscreteSeekBar-->
<color name="dsb_progress_color">#ff009688</color>
@ -35,10 +16,5 @@
<color name="dsb_disabled_color">#66939393</color>
<color name="dsb_ripple_color_pressed">#77939393</color>
<color name="dsb_ripple_color_focused">#99999999</color>
<color name="bg_switch_button">#BBBBBB</color>
<color name="main_classification_gradient_start">#FFF661FF</color>
<color name="main_classification_gradient_end">#FF7755FC</color>
<color name="green">#FF00FF00</color>
<color name="blue">#FF0000FF</color>
</resources>

View File

@ -1,14 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Default screen margins, per the Android Design guidelines. -->
<dimen name="text_size_36">18sp</dimen>
<dimen name="text_size_34">17sp</dimen>
<dimen name="text_size_32">16sp</dimen>
<dimen name="text_size_30">15sp</dimen>
<dimen name="text_size_28">14sp</dimen>
<dimen name="text_size_26">13sp</dimen>
<dimen name="text_size_24">12sp</dimen>
<dimen name="text_size_22">11sp</dimen>
<dimen name="text_size_20">10sp</dimen>
</resources>

View File

@ -1,20 +1,4 @@
<resources>
<string name="camera_dialog_title">Warning</string>
<string name="camera_dialog_message">Camera permissions are disabled or the camera is occupied by another app!</string>
<string name="sorry_no_permission">Sorry ,your license is not supported for these functions.</string>
<string name="camera_dialog_open">Retry</string>
<string name="camera_dialog_back">quit</string>
<string name="fu_base_debug">Resolution:\n\t%dX%d\nFPS: %d\nRender time:\n\t%dms</string>
<string name="save_photo_success">Save photo successfully!</string>
<string name="save_video_success">Save video successfully!</string>
<string name="save_video_failed">Save video failed!</string>
<string name="save_video_too_short">The video is to short!</string>
<string name="save_video_wait">Please wait while the video is processing</string>
<string name="fu_base_is_tracking_text">No face tracking</string>
<string name="fu_base_incomplete_face_text">Incomplete face</string>
<string name="fu_base_input_type_single">SingleInput</string>
<string name="fu_base_input_type_double">DualInput</string>
<string name="beauty_box_heavy_blur_fine">Buffing</string>
<string name="beauty_box_color_level">Skin Tone</string>
@ -24,10 +8,6 @@
<string name="beauty_box_tooth_whiten">Whiten</string>
<string name="beauty_box_eye_enlarge">Enlarge</string>
<string name="beauty_box_eye_circle">Round</string>
<string name="beauty_box_cheek_natural">Origin</string>
<string name="beauty_box_cheek_goddess">Goddess</string>
<string name="beauty_box_cheek_long_face">Long face</string>
<string name="beauty_box_cheek_round_face">Round face</string>
<string name="beauty_box_cheekbones">Cheek</string>
<string name="beauty_box_lower_jaw">Jaw</string>
<string name="beauty_box_cheek_thinning">Lower Width</string>
@ -54,7 +34,6 @@
<string name="makeup_radio_highlight">Highlight</string>
<string name="makeup_radio_shadow">Shadow</string>
<string name="makeup_radio_remove">Remove</string>
<string name="makeup_customize">Custom</string>
<string name="makeup_peach_blossom">Peach</string>
<string name="makeup_boyfriend">Boyfriend</string>
<string name="makeup_clear">Clear</string>
@ -69,7 +48,6 @@
<string name="beauty_micro_long_nose">Nose Lift</string>
<string name="beauty_micro_eye_space">Eye Distance</string>
<string name="beauty_micro_eye_rotate">Eye Upturn</string>
<string name="beauty_face_style_none">None</string>
<string name="beauty_face_style_1">Style 1</string>
<string name="beauty_face_style_2">Style 2</string>
<string name="beauty_face_style_3">Style 3</string>
@ -77,13 +55,6 @@
<string name="beauty_face_style_5">Style 5</string>
<string name="beauty_face_style_6">Style 6</string>
<string name="beauty_face_style_7">Style 7</string>
<string name="beauty_face_style_toast">To use %s, cancel \'Style recommend\' first.</string>
<string name="select_data_photo">Photo</string>
<string name="select_data_video">Video</string>
<string name="select_data_title">Choose photo or video from your album</string>
<string name="image_file_does_not_exist">The selected image file does not exist.</string>
<string name="video_file_does_not_exist">The selected video file does not exist.</string>
<string name="future_warrior">Open your mouth</string>
<string name="jet_mask">Puff your cheeks</string>
@ -163,61 +134,13 @@
<string name="mitao_7">Peach 7</string>
<string name="mitao_8">Peach 8</string>
<string name="poster_take_photo">Please take photos by positive face.</string>
<string name="poster_change_face_error">change face failed</string>
<string name="poster_template_face_none">No template face detected, please re-upload</string>
<string name="dialog_no_track_face">No face detected, please re-upload</string>
<string name="dialog_no_incomplete_face">No face detected, please re-upload</string>
<string name="dialog_face_rotation_not_valid">Side face angle is too greater, please re-upload</string>
<string name="dialog_got">OK</string>
<string name="tip_dual_face">Multiple people detected, please choose one person for face fusion</string>
<string name="animoji_filter">Animoji</string>
<string name="cartoon_filter">Cartoon filter</string>
<string name="live_photo_back_not_save">Custom won\'t be saved after return</string>
<string name="live_photo_btn_delete">Delete</string>
<string name="live_photo_btn_cancel">Cancel</string>
<string name="live_photo_btn_delete_">Delete (%d)</string>
<string name="live_photo_empty_list_tip">Not created model</string>
<string name="live_photo_delete_effect">Delete model</string>
<string name="live_photo__delete_all">All</string>
<string name="confirm">Yes</string>
<string name="cancel">Cancel</string>
<string name="dialog_confirm_delete">Are you sure to delete?</string>
<string name="toast_delete_succeed">Delete succeed</string>
<string name="toast_delete_failed">Delete failed</string>
<string name="live_photo_save_succeed">Save succeed</string>
<string name="delete_avatar_model">Delete model</string>
<string name="new_avatar_model">Create model</string>
<string name="edit_avatar_model">Edit model</string>
<string name="avatar_face_hair">Hair style</string>
<string name="avatar_face_face">Face shape</string>
<string name="avatar_face_eye">Eyes</string>
<string name="avatar_face_lip">Mouth</string>
<string name="avatar_face_nose">Nose</string>
<string name="avatar_face_length">Face length</string>
<string name="avatar_face_width">Cheek width</string>
<string name="avatar_chin_width">Jaw width</string>
<string name="avatar_chin_height">Jaw length</string>
<string name="avatar_eye_position">Eye position</string>
<string name="avatar_eye_corner_height">Canthus position</string>
<string name="avatar_eye_height">Eye width</string>
<string name="avatar_eye_width">Eye length</string>
<string name="avatar_nose_position">Nose position</string>
<string name="avatar_nose_width">Nose width</string>
<string name="avatar_nose_height">Nose height</string>
<string name="avatar_mouth_position">Mouth position</string>
<string name="avatar_up_lip_thickness">Upper lip thickness</string>
<string name="avatar_down_lip_thickness">Down lip thickness</string>
<string name="avatar_lip_width">Lip width</string>
<string name="model_empty_tip">No model has been created</string>
<string name="dialog_reset_avatar_model">Reset all parameters to default?</string>
<string name="avatar_face_customize">Custom</string>
<string name="avatar_save_succeed">Save succeed</string>
<string name="recover">Recover</string>
<string name="makeup_lip_fog">Matte</string>
@ -284,9 +207,6 @@
<string name="makeup_combination_chuju">Daisy</string>
<string name="makeup_combination_gangfeng">HK style</string>
<string name="makeup_combination_rose">Rose</string>
<string name="makeup_combination_naicha">Milk tea</string>
<string name="makeup_combination_dousha">Bean paste</string>
<string name="makeup_combination_chaoa">Super a</string>
<string name="home_function_name_beauty">Beautification</string>
<string name="home_function_name_makeup">Makeup</string>
<string name="home_function_name_sticker">Sticker</string>
@ -299,16 +219,8 @@
<string name="beautify_hip_slim">Hip</string>
<string name="beautify_head_slim">Head shrink</string>
<string name="beautify_leg_thin_slim">Thin leg</string>
<string name="toast_not_detect_body">No message tracking</string>
<string name="pta_human_full_body">Body driver</string>
<string name="pta_human_half_body">Bust driver</string>
<string name="select_data_photo_or_video">Load picture or video</string>
<string name="toast_not_detect_gesture">No gesture tracking</string>
<string name="bg_seg_green_graphic">Keying</string>
<string name="bg_seg_green_background">Background</string>
<string name="bg_seg_green_key_color">Key color</string>
<string name="bg_seg_green_similarity">Similarity</string>
<string name="bg_seg_green_smooth">Smoothness</string>
@ -319,14 +231,9 @@
<string name="bg_seg_green_classroom">Classroom</string>
<string name="bg_seg_green_forest">Forest</string>
<string name="bg_seg_green_ink">Ink</string>
<string name="dialog_guide_bg_seg_green">Please use a solid background, a green screen is recommended for the best effect</string>
<string name="dialog_i_know">I know</string>
<string name="download_error">Download failed, please check the network and try again</string>
<string name="back">back</string>
<string name="safe_area_tips">The white area is a safe area and does not participate in green screen matting</string>
<string name="brow_height_tips">This function is only supported for high-end computers</string>
<string name="brow_space_tips">This function is only supported for high-end computers</string>
<string name="home_function_name_big_head">Funny big head</string>
@ -335,6 +242,4 @@
<string name="dialog_reset">Reset</string>
<string name="menu_diy">Custom</string>
<string name="toast_not_detect_face">No face tracking</string>
<string name="toast_not_detect_face_or_body">No face or body tracking</string>
</resources>

View File

@ -18,9 +18,4 @@
<item name="android:padding">6dp</item>
</style>
<style name="SwitchCompat">
<item name="colorControlActivated">@color/main_color</item>
<item name="colorSwitchThumbNormal">#F1F1F1</item>
<item name="android:colorForeground">#FF2F2F2F</item>
</style>
</resources>

View File

@ -1,10 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:width="112dp" android:height="42dp">
<shape android:shape="rectangle">
<stroke android:width="1dp" android:color="#ffffffff" />
<gradient android:type="linear" android:useLevel="true" android:startColor="#3377FF" android:endColor="#7F66FF" android:angle="90" />
<corners android:topLeftRadius="22dp" android:topRightRadius="22dp" android:bottomLeftRadius="22dp" android:bottomRightRadius="22dp" />
</shape>
</item>
</selector>

View File

@ -1,56 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:id="@+id/share_dialog"
android:layout_height="wrap_content"
android:background="@mipmap/bg_dialog_share">
<LinearLayout
android:id="@+id/linearLayout2"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_marginTop="16dp"
android:orientation="horizontal"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">
<TextView
android:id="@+id/share_title"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:layout_weight="1"
android:text="@string/dialog_invite_title"
android:textColor="@drawable/bg_invite_title"
android:textSize="16sp"
android:textStyle="bold" />
<ImageView
android:id="@+id/close"
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_marginEnd="16dp"
app:srcCompat="@mipmap/icon_dialog_charge_close" />
</LinearLayout>
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/share_apps_list"
android:layout_width="match_parent"
android:layout_height="200dp"
android:layout_marginTop="16dp"
android:layout_marginBottom="16dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/linearLayout2"
tools:itemCount="6"
tools:layoutManager="GridLayoutManager"
tools:listitem="@layout/item_share_app"
tools:spanCount="3" />
</androidx.constraintlayout.widget.ConstraintLayout>

View File

@ -2,7 +2,6 @@
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/rc_conversation_item"
android:layout_width="match_parent"
android:layout_height="@dimen/rc_conversation_item_height">
<View
@ -25,7 +24,6 @@
app:layout_constraintStart_toStartOf="parent" />
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/constraintLayout5"
android:layout_width="match_parent"
android:layout_height="match_parent">
@ -47,7 +45,6 @@
android:src="@mipmap/chat_head_mo" />
<RelativeLayout
android:id="@+id/rc_conversation_unread"
android:visibility="gone"
tools:visibility="visible"
android:layout_width="wrap_content"
@ -56,14 +53,12 @@
android:layout_alignParentEnd="true">
<ImageView
android:id="@+id/rc_conversation_unread_bg"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:src="@drawable/rc_unread_count_bg_normal" />
<TextView
android:id="@+id/rc_conversation_unread_count"
style="@style/TextStyle.Alignment"
android:layout_width="wrap_content"
android:layout_height="wrap_content"

View File

@ -49,7 +49,6 @@
</LinearLayout>
<LinearLayout
android:id="@+id/share_layout_link"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="12dp"

View File

@ -1,7 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="com.twitter.sdk.android.CONSUMER_KEY" translatable="false">ZWRrZnRUNlBlcHVxMXpsMzVmb2k6MTpjaQ</string>
<string name="com.twitter.sdk.android.CONSUMER_SECRET" translatable="false">aq0eV4R1pqMK_AAeKRWnjPr7ErGMGgTPGgZJdm73WeRY-Kluws</string>
<string name="dialog_share_title">分享</string>
<string name="dialog_share_info">快來 PDLIVE觀看%s直播認識更多有趣的朋友吧</string>
@ -17,7 +15,6 @@
<string name="dialog_invite_info">快來 PDLIVE觀看直播認識更多有趣的朋友吧</string>
<string name="dialog_share_copy">複製</string>
<string name="dialog_share_internal_title">分享至</string>
<string name="dialog_share_internal_cancel">取消</string>
<string name="dialog_share_internal_search">搜索昵稱</string>
<string name="dialog_share_internal_list_btn">發送</string>
<string name="dialog_share_success">分享成功</string>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">PandoraLive</string>
<string name="leak_canary_test_class_name">assertk.Assert</string>
</resources>

File diff suppressed because it is too large Load Diff

View File

@ -20,7 +20,7 @@ public class SVGAViewUtils {
}
}
CrashSaveBean.getInstance().addPlaySvga();
svga.setLoops(loop);
//svga.setLoops(loop);
svga.setCallback(new SVGACallback() {
@Override
public void onPause() {

View File

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">
<translate
android:fromXDelta="0"
android:fromYDelta="0"
android:toXDelta="-40"
android:toYDelta="0" />
<scale
android:pivotX="50%"
android:pivotY="50%" />
</set>

View File

@ -1,10 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners
android:topLeftRadius="8dp"
android:topRightRadius="8dp" />
<gradient
android:angle="90"
android:endColor="#000000"
android:startColor="#9000" />
</shape>

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="4dp" />
<solid android:color="#5C607D" />
<stroke
android:width="0.2dp"
android:color="#EAEAEA" />
</shape>

View File

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="rectangle">
<corners android:radius="8dp" />
<solid android:color="#130F25" />
<stroke android:width="0.6dp" android:color="#AEAEB2" />
</shape>
</item>
</selector>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 873 KiB

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="ring">
<gradient android:angle="90" android:endColor="#FFFFFF" android:startColor="#FFEF00" />
</shape>
</item>
</selector>

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="10dp" />
<solid android:color="#5B3EDF" />
<stroke
android:width="2dp"
android:color="#FFFFFF" />
</shape>

View File

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="10dp"/>
<stroke
android:width="1dp"
android:color="@color/white"/>
</shape>

View File

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:width="150dp" android:height="44dp">
<shape android:shape="rectangle">
<solid android:color="#ff000000" />
<corners android:topLeftRadius="22dp" android:topRightRadius="22dp" android:bottomLeftRadius="22dp" android:bottomRightRadius="22dp" />
</shape>
</item>
</selector>

View File

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="5dp"/>
<solid android:color="@color/white"/>
</shape>

View File

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="90dp" />
<gradient
android:endColor="#83D2FF"
android:startColor="#009FF8" />
</shape>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="90dp" />
<gradient
android:endColor="#4B4B4B"
android:startColor="#4B4B4B" />
</shape>

View File

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="20dp" />
<solid android:color="#CC414141" />
</shape>

View File

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners
android:bottomRightRadius="20dp"
android:topRightRadius="20dp" />
<solid android:color="#333333" />
</shape>

View File

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="4dp" />
<solid android:color="#80000000" />
</shape>

View File

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
<solid android:color="#E5ECFF" />
<corners
android:bottomLeftRadius="10dp"
android:bottomRightRadius="10dp"
android:topLeftRadius="10dp"
android:topRightRadius="10dp" />
</shape>

View File

@ -1,10 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners
android:bottomLeftRadius="90dp"
android:bottomRightRadius="90dp"
android:topLeftRadius="90dp"
android:topRightRadius="90dp" />
<solid android:color="#15151D" />
</shape>

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:width="112dp" android:height="42dp">
<shape android:shape="rectangle">
<gradient android:type="linear" android:useLevel="false" android:startColor="#A0E9FF" android:endColor="#72D1FF" android:angle="270" />
</shape>
</item>
</selector>

View File

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@mipmap/icon_chat_charge_pay_1"
android:tint="@color/global"
/>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -1,14 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true">
<shape android:shape="rectangle">
<solid android:color="@color/white"/>
</shape>
</item>
<item android:state_pressed="false">
<shape android:shape="rectangle">
<solid android:color="@color/white"/>
</shape>
</item>
</selector>

View File

@ -109,7 +109,6 @@
android:orientation="horizontal">
<ImageView
android:id="@+id/iconLike"
android:layout_width="20dp"
android:layout_height="20dp"
android:padding="4dp"
@ -124,7 +123,6 @@
android:textSize="11dp" />
<ImageView
android:id="@+id/comIcon"
android:layout_width="20dp"
android:layout_height="20dp"
android:layout_marginLeft="5dp"
@ -140,7 +138,6 @@
android:textSize="11dp" />
<ImageView
android:id="@+id/shareIcon"
android:layout_width="20dp"
android:layout_height="20dp"
android:layout_marginLeft="5dp"

View File

@ -324,7 +324,6 @@
<RelativeLayout
android:id="@+id/levelIconLayout"
android:layout_width="50dp"
android:layout_height="20dp"
android:layout_marginLeft="10dp">
@ -346,7 +345,6 @@
</RelativeLayout>
<RelativeLayout
android:id="@+id/authorIconLayout"
android:layout_width="50dp"
android:layout_height="20dp"
android:layout_marginLeft="10dp">

View File

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recyclerView"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</LinearLayout>

View File

@ -18,7 +18,6 @@
app:layout_constraintTop_toTopOf="parent" />
<androidx.core.widget.NestedScrollView
android:id="@+id/nestedScrollView"
android:layout_width="match_parent"
android:layout_height="0dp"
android:fillViewport="true"

View File

@ -97,7 +97,6 @@
app:layout_constraintTop_toTopOf="@+id/imageView6">
<ImageView
android:id="@+id/user_avatar_tmp"
android:layout_width="65dp"
android:layout_height="65dp"
app:layout_constraintBottom_toBottomOf="parent"
@ -166,7 +165,6 @@
app:layout_constraintTop_toBottomOf="@+id/imageView7">
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/two_layout"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1">
@ -214,7 +212,6 @@
</androidx.constraintlayout.widget.ConstraintLayout>
<ImageView
android:id="@+id/imageView12"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintEnd_toEndOf="@+id/userAvatar2Layout"
@ -253,7 +250,6 @@
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/one_layout"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="18dp"
@ -347,7 +343,6 @@
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/three_layout"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1">
@ -395,7 +390,6 @@
</androidx.constraintlayout.widget.ConstraintLayout>
<ImageView
android:id="@+id/imageView13"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintEnd_toEndOf="@+id/userAvatar3Layout"

View File

@ -44,7 +44,6 @@
app:riv_oval="true" />
<ImageView
android:id="@+id/imageView14"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintBottom_toBottomOf="@+id/user1_avatar"

View File

@ -79,7 +79,6 @@
android:textStyle="bold" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/list_history"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="10dp"

View File

@ -71,7 +71,6 @@
>
<ImageView
android:id="@+id/bg1"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginEnd="8dp"
@ -95,7 +94,6 @@
app:srcCompat="@mipmap/gift_wall_main_list_bottom" />
<ImageView
android:id="@+id/imageView51"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:scaleType="fitXY"
@ -184,7 +182,6 @@
app:srcCompat="@mipmap/gift_wall_main_list_bottom" />
<ImageView
android:id="@+id/imageView5"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:scaleType="fitXY"

View File

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.recyclerview.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/rv_image_folder"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/white"

View File

@ -1,37 +0,0 @@
<?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="50dp"
>
<ImageView
android:id="@+id/thumb"
android:layout_width="18dp"
android:layout_height="18dp"
android:layout_gravity="center_vertical"
android:scaleType="centerCrop"
/>
<TextView
android:id="@+id/name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:layout_marginLeft="30dp"
android:textColor="@color/textColor"
android:textSize="14sp"
/>
<ImageView
android:id="@+id/img"
android:layout_width="20dp"
android:layout_height="20dp"
android:layout_gravity="center_vertical|right"
/>
<View
style="@style/line2"
android:layout_gravity="bottom"
/>
</FrameLayout>

View File

@ -1,44 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/bg"
android:layout_width="match_parent"
android:layout_height="50dp"
android:background="@drawable/bg_coin_item_0"
>
<ImageView
android:id="@+id/wrap"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="fitXY"
android:src="@mipmap/icon_coin_wrap"
android:visibility="invisible"
/>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:gravity="center_vertical"
android:orientation="horizontal"
>
<ImageView
android:id="@+id/thumb"
android:layout_width="18dp"
android:layout_height="18dp"
android:scaleType="centerCrop"
/>
<TextView
android:id="@+id/name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="3dp"
android:textColor="@color/textColor"
android:textSize="14sp"
/>
</LinearLayout>
</FrameLayout>

View File

@ -2,7 +2,6 @@
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/rc_conversation_item"
android:layout_width="match_parent"
android:background="@drawable/bg_msg_list_item"
android:layout_height="@dimen/rc_conversation_item_height">
@ -25,7 +24,6 @@
app:layout_constraintStart_toStartOf="parent" />
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/constraintLayout5"
android:layout_width="match_parent"
android:layout_height="match_parent">
@ -47,7 +45,6 @@
android:src="@mipmap/beauty_jingbai" />
<RelativeLayout
android:id="@+id/rc_conversation_unread"
android:visibility="gone"
tools:visibility="visible"
android:layout_width="wrap_content"
@ -56,14 +53,12 @@
android:layout_alignParentEnd="true">
<ImageView
android:id="@+id/rc_conversation_unread_bg"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:src="@drawable/rc_unread_count_bg_normal" />
<TextView
android:id="@+id/rc_conversation_unread_count"
style="@style/TextStyle.Alignment"
android:layout_width="wrap_content"
android:layout_height="wrap_content"

View File

@ -10,7 +10,6 @@
android:layout_gravity="center">
<TextView
android:id="@+id/ErrorTips"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"

View File

@ -1,34 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/root_layout"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<FrameLayout
android:id="@+id/banner_layout2"
android:layout_width="25dp"
android:layout_height="25dp"
android:layout_gravity="center_vertical"
android:background="@drawable/bg_white_clip">
<com.yunbao.common.views.weight.ClipPathCircleImage
android:id="@+id/clip_image"
android:layout_width="23.5dp"
android:layout_height="23.5dp"
android:layout_gravity="center" />
</FrameLayout>
<!-- <FrameLayout-->
<!-- android:id="@+id/banner_layout"-->
<!-- android:layout_width="30dp"-->
<!-- android:layout_height="30dp"-->
<!-- android:background="@drawable/bg_white_clip">-->
<!-- <com.yunbao.common.views.weight.ClipPathCircleImage-->
<!-- android:id="@+id/banner_layout_image"-->
<!-- android:layout_width="29dp"-->
<!-- android:layout_height="29dp"-->
<!-- android:layout_gravity="center" />-->
<!-- </FrameLayout>-->
</FrameLayout>

Some files were not shown because too many files have changed in this diff Show More