diff --git a/app/build.gradle b/app/build.gradle index d187752..7dd065c 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,7 +6,7 @@ android { defaultConfig { applicationId "com.android.UniPlugin" minSdkVersion 23 - targetSdkVersion 26 //建议此属性值设为21 io.dcloud.PandoraEntry 作为apk入口时 必须设置 targetSDKVersion>=21 沉浸式才生效 + targetSdkVersion 28 //建议此属性值设为21 io.dcloud.PandoraEntry 作为apk入口时 必须设置 targetSDKVersion>=21 沉浸式才生效 versionCode 1 versionName "1.0" @@ -116,14 +116,7 @@ dependencies { implementation project(path: ':uniplugin_module_TXLiveAVSDK') // compile fileTree(include: ['*.jar'], dir: 'libs') // compile fileTree(include: ['*.jar'], dir: 'src/main/jniLibs') - compile 'com.mcxiaoke.volley:library:1.0.19' - compile 'com.android.support:design:25.3.1' - compile 'com.android.support:recyclerview-v7:25.3.1' - compile 'com.google.code.gson:gson:2.3.1' - compile 'com.github.bumptech.glide:glide:3.7.0' - compile 'com.github.ctiao:dfm:0.4.4' - compile project(':ugckit') - compile 'com.android.support.constraint:constraint-layout:1.1.3' + } diff --git a/beautysettingkit/build.gradle b/beautysettingkit/build.gradle index 4a81177..5b4da42 100644 --- a/beautysettingkit/build.gradle +++ b/beautysettingkit/build.gradle @@ -26,6 +26,6 @@ dependencies { implementation 'com.google.code.gson:gson:2.3.1' implementation 'androidx.appcompat:appcompat:1.0.0' implementation 'androidx.recyclerview:recyclerview:1.0.0' - implementation rootProject.ext.liteavSdk + compileOnly rootProject.ext.liteavSdk } diff --git a/beautysettingkit/build/.transforms/6f4c44d38e1333db0f5e91424b1629ac.bin b/beautysettingkit/build/.transforms/6f4c44d38e1333db0f5e91424b1629ac.bin new file mode 100644 index 0000000..0d259dd --- /dev/null +++ b/beautysettingkit/build/.transforms/6f4c44d38e1333db0f5e91424b1629ac.bin @@ -0,0 +1 @@ +o/classes diff --git a/beautysettingkit/build/.transforms/6f4c44d38e1333db0f5e91424b1629ac/classes/classes.dex b/beautysettingkit/build/.transforms/6f4c44d38e1333db0f5e91424b1629ac/classes/classes.dex new file mode 100644 index 0000000..99ef6cc Binary files /dev/null and b/beautysettingkit/build/.transforms/6f4c44d38e1333db0f5e91424b1629ac/classes/classes.dex differ diff --git a/beautysettingkit/build/generated/source/buildConfig/debug/com/tencent/liteav/demo/beauty/BuildConfig.java b/beautysettingkit/build/generated/source/buildConfig/debug/com/tencent/liteav/demo/beauty/BuildConfig.java new file mode 100644 index 0000000..d099158 --- /dev/null +++ b/beautysettingkit/build/generated/source/buildConfig/debug/com/tencent/liteav/demo/beauty/BuildConfig.java @@ -0,0 +1,10 @@ +/** + * Automatically generated file. DO NOT MODIFY + */ +package com.tencent.liteav.demo.beauty; + +public final class BuildConfig { + public static final boolean DEBUG = Boolean.parseBoolean("true"); + public static final String LIBRARY_PACKAGE_NAME = "com.tencent.liteav.demo.beauty"; + public static final String BUILD_TYPE = "debug"; +} diff --git a/beautysettingkit/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml b/beautysettingkit/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml new file mode 100644 index 0000000..3a0ac13 --- /dev/null +++ b/beautysettingkit/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml @@ -0,0 +1,11 @@ + + + + + + \ No newline at end of file diff --git a/beautysettingkit/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output-metadata.json b/beautysettingkit/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output-metadata.json new file mode 100644 index 0000000..c33f4c8 --- /dev/null +++ b/beautysettingkit/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output-metadata.json @@ -0,0 +1,16 @@ +{ + "version": 2, + "artifactType": { + "type": "AAPT_FRIENDLY_MERGED_MANIFESTS", + "kind": "Directory" + }, + "applicationId": "com.tencent.liteav.demo.beauty", + "variantName": "debug", + "elements": [ + { + "type": "SINGLE", + "filters": [], + "outputFile": "AndroidManifest.xml" + } + ] +} \ No newline at end of file diff --git a/beautysettingkit/build/intermediates/aar_metadata/debug/aar-metadata.properties b/beautysettingkit/build/intermediates/aar_metadata/debug/aar-metadata.properties new file mode 100644 index 0000000..d8560bd --- /dev/null +++ b/beautysettingkit/build/intermediates/aar_metadata/debug/aar-metadata.properties @@ -0,0 +1,2 @@ +aarFormatVersion=1.0 +aarMetadataVersion=1.0 diff --git a/beautysettingkit/build/intermediates/annotation_processor_list/debug/annotationProcessors.json b/beautysettingkit/build/intermediates/annotation_processor_list/debug/annotationProcessors.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/beautysettingkit/build/intermediates/annotation_processor_list/debug/annotationProcessors.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/beautysettingkit/build/intermediates/compile_library_classes_jar/debug/classes.jar b/beautysettingkit/build/intermediates/compile_library_classes_jar/debug/classes.jar new file mode 100644 index 0000000..e0180ab Binary files /dev/null and b/beautysettingkit/build/intermediates/compile_library_classes_jar/debug/classes.jar differ diff --git a/beautysettingkit/build/intermediates/compile_r_class_jar/debug/R.jar b/beautysettingkit/build/intermediates/compile_r_class_jar/debug/R.jar new file mode 100644 index 0000000..cd2c2f3 Binary files /dev/null and b/beautysettingkit/build/intermediates/compile_r_class_jar/debug/R.jar differ diff --git a/beautysettingkit/build/intermediates/compile_symbol_list/debug/R.txt b/beautysettingkit/build/intermediates/compile_symbol_list/debug/R.txt new file mode 100644 index 0000000..bd97f12 --- /dev/null +++ b/beautysettingkit/build/intermediates/compile_symbol_list/debug/R.txt @@ -0,0 +1,1915 @@ +int anim abc_fade_in 0x0 +int anim abc_fade_out 0x0 +int anim abc_grow_fade_in_from_bottom 0x0 +int anim abc_popup_enter 0x0 +int anim abc_popup_exit 0x0 +int anim abc_shrink_fade_out_from_bottom 0x0 +int anim abc_slide_in_bottom 0x0 +int anim abc_slide_in_top 0x0 +int anim abc_slide_out_bottom 0x0 +int anim abc_slide_out_top 0x0 +int anim abc_tooltip_enter 0x0 +int anim abc_tooltip_exit 0x0 +int anim beauty_load_progress_animation 0x0 +int array beauty_category 0x0 +int array beauty_cutout_background 0x0 +int array beauty_filter_type 0x0 +int array beauty_gesture_type 0x0 +int array beauty_green_screen 0x0 +int array beauty_makeup_type 0x0 +int array beauty_motion_type 0x0 +int array beauty_style 0x0 +int array beauty_type 0x0 +int attr actionBarDivider 0x0 +int attr actionBarItemBackground 0x0 +int attr actionBarPopupTheme 0x0 +int attr actionBarSize 0x0 +int attr actionBarSplitStyle 0x0 +int attr actionBarStyle 0x0 +int attr actionBarTabBarStyle 0x0 +int attr actionBarTabStyle 0x0 +int attr actionBarTabTextStyle 0x0 +int attr actionBarTheme 0x0 +int attr actionBarWidgetTheme 0x0 +int attr actionButtonStyle 0x0 +int attr actionDropDownStyle 0x0 +int attr actionLayout 0x0 +int attr actionMenuTextAppearance 0x0 +int attr actionMenuTextColor 0x0 +int attr actionModeBackground 0x0 +int attr actionModeCloseButtonStyle 0x0 +int attr actionModeCloseDrawable 0x0 +int attr actionModeCopyDrawable 0x0 +int attr actionModeCutDrawable 0x0 +int attr actionModeFindDrawable 0x0 +int attr actionModePasteDrawable 0x0 +int attr actionModePopupWindowStyle 0x0 +int attr actionModeSelectAllDrawable 0x0 +int attr actionModeShareDrawable 0x0 +int attr actionModeSplitBackground 0x0 +int attr actionModeStyle 0x0 +int attr actionModeWebSearchDrawable 0x0 +int attr actionOverflowButtonStyle 0x0 +int attr actionOverflowMenuStyle 0x0 +int attr actionProviderClass 0x0 +int attr actionViewClass 0x0 +int attr activityChooserViewStyle 0x0 +int attr alertDialogButtonGroupStyle 0x0 +int attr alertDialogCenterButtons 0x0 +int attr alertDialogStyle 0x0 +int attr alertDialogTheme 0x0 +int attr allowStacking 0x0 +int attr alpha 0x0 +int attr alphabeticModifiers 0x0 +int attr arrowHeadLength 0x0 +int attr arrowShaftLength 0x0 +int attr autoCompleteTextViewStyle 0x0 +int attr autoSizeMaxTextSize 0x0 +int attr autoSizeMinTextSize 0x0 +int attr autoSizePresetSizes 0x0 +int attr autoSizeStepGranularity 0x0 +int attr autoSizeTextType 0x0 +int attr background 0x0 +int attr backgroundSplit 0x0 +int attr backgroundStacked 0x0 +int attr backgroundTint 0x0 +int attr backgroundTintMode 0x0 +int attr barLength 0x0 +int attr beautyPanelBigeyeIcon 0x0 +int attr beautyPanelChinIcon 0x0 +int attr beautyPanelColorPrimary 0x0 +int attr beautyPanelEyeAngleIcon 0x0 +int attr beautyPanelEyeDistanceIcon 0x0 +int attr beautyPanelEyeLightenIcon 0x0 +int attr beautyPanelFaceShapeIcon 0x0 +int attr beautyPanelFaceshortIcon 0x0 +int attr beautyPanelFaceslimIcon 0x0 +int attr beautyPanelFacevIcon 0x0 +int attr beautyPanelForeheadIcon 0x0 +int attr beautyPanelMouseWidthIcon 0x0 +int attr beautyPanelMouthShapeIcon 0x0 +int attr beautyPanelNaturalIcon 0x0 +int attr beautyPanelNosePositionIcon 0x0 +int attr beautyPanelNoseWingIcon 0x0 +int attr beautyPanelNoseslimIcon 0x0 +int attr beautyPanelPituIcon 0x0 +int attr beautyPanelPouchRemoveIcon 0x0 +int attr beautyPanelRuddyIcon 0x0 +int attr beautyPanelSmileLinesRemoveIcon 0x0 +int attr beautyPanelSmoothIcon 0x0 +int attr beautyPanelToothWhiteIcon 0x0 +int attr beautyPanelWhiteIcon 0x0 +int attr beautyPanelWrinkleIcon 0x0 +int attr borderlessButtonStyle 0x0 +int attr buttonBarButtonStyle 0x0 +int attr buttonBarNegativeButtonStyle 0x0 +int attr buttonBarNeutralButtonStyle 0x0 +int attr buttonBarPositiveButtonStyle 0x0 +int attr buttonBarStyle 0x0 +int attr buttonGravity 0x0 +int attr buttonIconDimen 0x0 +int attr buttonPanelSideLayout 0x0 +int attr buttonStyle 0x0 +int attr buttonStyleSmall 0x0 +int attr buttonTint 0x0 +int attr buttonTintMode 0x0 +int attr checkboxStyle 0x0 +int attr checkedTextViewStyle 0x0 +int attr closeIcon 0x0 +int attr closeItemLayout 0x0 +int attr collapseContentDescription 0x0 +int attr collapseIcon 0x0 +int attr color 0x0 +int attr colorAccent 0x0 +int attr colorBackgroundFloating 0x0 +int attr colorButtonNormal 0x0 +int attr colorControlActivated 0x0 +int attr colorControlHighlight 0x0 +int attr colorControlNormal 0x0 +int attr colorError 0x0 +int attr colorPrimary 0x0 +int attr colorPrimaryDark 0x0 +int attr colorSwitchThumbNormal 0x0 +int attr commitIcon 0x0 +int attr contentDescription 0x0 +int attr contentInsetEnd 0x0 +int attr contentInsetEndWithActions 0x0 +int attr contentInsetLeft 0x0 +int attr contentInsetRight 0x0 +int attr contentInsetStart 0x0 +int attr contentInsetStartWithNavigation 0x0 +int attr controlBackground 0x0 +int attr coordinatorLayoutStyle 0x0 +int attr customNavigationLayout 0x0 +int attr defaultQueryHint 0x0 +int attr dialogCornerRadius 0x0 +int attr dialogPreferredPadding 0x0 +int attr dialogTheme 0x0 +int attr displayOptions 0x0 +int attr divider 0x0 +int attr dividerHorizontal 0x0 +int attr dividerPadding 0x0 +int attr dividerVertical 0x0 +int attr drawableSize 0x0 +int attr drawerArrowStyle 0x0 +int attr dropDownListViewStyle 0x0 +int attr dropdownListPreferredItemHeight 0x0 +int attr editTextBackground 0x0 +int attr editTextColor 0x0 +int attr editTextStyle 0x0 +int attr elevation 0x0 +int attr expandActivityOverflowButtonDrawable 0x0 +int attr fastScrollEnabled 0x0 +int attr fastScrollHorizontalThumbDrawable 0x0 +int attr fastScrollHorizontalTrackDrawable 0x0 +int attr fastScrollVerticalThumbDrawable 0x0 +int attr fastScrollVerticalTrackDrawable 0x0 +int attr firstBaselineToTopHeight 0x0 +int attr font 0x0 +int attr fontFamily 0x0 +int attr fontProviderAuthority 0x0 +int attr fontProviderCerts 0x0 +int attr fontProviderFetchStrategy 0x0 +int attr fontProviderFetchTimeout 0x0 +int attr fontProviderPackage 0x0 +int attr fontProviderQuery 0x0 +int attr fontStyle 0x0 +int attr fontVariationSettings 0x0 +int attr fontWeight 0x0 +int attr gapBetweenBars 0x0 +int attr goIcon 0x0 +int attr height 0x0 +int attr hideOnContentScroll 0x0 +int attr homeAsUpIndicator 0x0 +int attr homeLayout 0x0 +int attr icon 0x0 +int attr iconTint 0x0 +int attr iconTintMode 0x0 +int attr iconifiedByDefault 0x0 +int attr imageButtonStyle 0x0 +int attr indeterminateProgressStyle 0x0 +int attr initialActivityCount 0x0 +int attr isLightTheme 0x0 +int attr itemPadding 0x0 +int attr keylines 0x0 +int attr lastBaselineToBottomHeight 0x0 +int attr layout 0x0 +int attr layoutManager 0x0 +int attr layout_anchor 0x0 +int attr layout_anchorGravity 0x0 +int attr layout_behavior 0x0 +int attr layout_dodgeInsetEdges 0x0 +int attr layout_insetEdge 0x0 +int attr layout_keyline 0x0 +int attr lineHeight 0x0 +int attr listChoiceBackgroundIndicator 0x0 +int attr listDividerAlertDialog 0x0 +int attr listItemLayout 0x0 +int attr listLayout 0x0 +int attr listMenuViewStyle 0x0 +int attr listPopupWindowStyle 0x0 +int attr listPreferredItemHeight 0x0 +int attr listPreferredItemHeightLarge 0x0 +int attr listPreferredItemHeightSmall 0x0 +int attr listPreferredItemPaddingLeft 0x0 +int attr listPreferredItemPaddingRight 0x0 +int attr logo 0x0 +int attr logoDescription 0x0 +int attr maxButtonHeight 0x0 +int attr measureWithLargestChild 0x0 +int attr multiChoiceItemLayout 0x0 +int attr navigationContentDescription 0x0 +int attr navigationIcon 0x0 +int attr navigationMode 0x0 +int attr numericModifiers 0x0 +int attr overlapAnchor 0x0 +int attr paddingBottomNoButtons 0x0 +int attr paddingEnd 0x0 +int attr paddingStart 0x0 +int attr paddingTopNoTitle 0x0 +int attr panelBackground 0x0 +int attr panelMenuListTheme 0x0 +int attr panelMenuListWidth 0x0 +int attr popupMenuStyle 0x0 +int attr popupTheme 0x0 +int attr popupWindowStyle 0x0 +int attr preserveIconSpacing 0x0 +int attr progressBarPadding 0x0 +int attr progressBarStyle 0x0 +int attr queryBackground 0x0 +int attr queryHint 0x0 +int attr radioButtonStyle 0x0 +int attr ratingBarStyle 0x0 +int attr ratingBarStyleIndicator 0x0 +int attr ratingBarStyleSmall 0x0 +int attr reverseLayout 0x0 +int attr searchHintIcon 0x0 +int attr searchIcon 0x0 +int attr searchViewStyle 0x0 +int attr seekBarStyle 0x0 +int attr selectableItemBackground 0x0 +int attr selectableItemBackgroundBorderless 0x0 +int attr showAsAction 0x0 +int attr showDividers 0x0 +int attr showText 0x0 +int attr showTitle 0x0 +int attr singleChoiceItemLayout 0x0 +int attr spanCount 0x0 +int attr spinBars 0x0 +int attr spinnerDropDownItemStyle 0x0 +int attr spinnerStyle 0x0 +int attr splitTrack 0x0 +int attr srcCompat 0x0 +int attr stackFromEnd 0x0 +int attr state_above_anchor 0x0 +int attr statusBarBackground 0x0 +int attr subMenuArrow 0x0 +int attr submitBackground 0x0 +int attr subtitle 0x0 +int attr subtitleTextAppearance 0x0 +int attr subtitleTextColor 0x0 +int attr subtitleTextStyle 0x0 +int attr suggestionRowLayout 0x0 +int attr switchMinWidth 0x0 +int attr switchPadding 0x0 +int attr switchStyle 0x0 +int attr switchTextAppearance 0x0 +int attr textAllCaps 0x0 +int attr textAppearanceLargePopupMenu 0x0 +int attr textAppearanceListItem 0x0 +int attr textAppearanceListItemSecondary 0x0 +int attr textAppearanceListItemSmall 0x0 +int attr textAppearancePopupMenuHeader 0x0 +int attr textAppearanceSearchResultSubtitle 0x0 +int attr textAppearanceSearchResultTitle 0x0 +int attr textAppearanceSmallPopupMenu 0x0 +int attr textColorAlertDialogListItem 0x0 +int attr textColorSearchUrl 0x0 +int attr theme 0x0 +int attr thickness 0x0 +int attr thumbTextPadding 0x0 +int attr thumbTint 0x0 +int attr thumbTintMode 0x0 +int attr tickMark 0x0 +int attr tickMarkTint 0x0 +int attr tickMarkTintMode 0x0 +int attr tint 0x0 +int attr tintMode 0x0 +int attr title 0x0 +int attr titleMargin 0x0 +int attr titleMarginBottom 0x0 +int attr titleMarginEnd 0x0 +int attr titleMarginStart 0x0 +int attr titleMarginTop 0x0 +int attr titleMargins 0x0 +int attr titleTextAppearance 0x0 +int attr titleTextColor 0x0 +int attr titleTextStyle 0x0 +int attr toolbarNavigationButtonStyle 0x0 +int attr toolbarStyle 0x0 +int attr tooltipForegroundColor 0x0 +int attr tooltipFrameBackground 0x0 +int attr tooltipText 0x0 +int attr track 0x0 +int attr trackTint 0x0 +int attr trackTintMode 0x0 +int attr ttcIndex 0x0 +int attr viewInflaterClass 0x0 +int attr voiceIcon 0x0 +int attr windowActionBar 0x0 +int attr windowActionBarOverlay 0x0 +int attr windowActionModeOverlay 0x0 +int attr windowFixedHeightMajor 0x0 +int attr windowFixedHeightMinor 0x0 +int attr windowFixedWidthMajor 0x0 +int attr windowFixedWidthMinor 0x0 +int attr windowMinWidthMajor 0x0 +int attr windowMinWidthMinor 0x0 +int attr windowNoTitle 0x0 +int bool abc_action_bar_embed_tabs 0x0 +int bool abc_allow_stacked_button_bar 0x0 +int bool abc_config_actionMenuItemAllCaps 0x0 +int color abc_background_cache_hint_selector_material_dark 0x0 +int color abc_background_cache_hint_selector_material_light 0x0 +int color abc_btn_colored_borderless_text_material 0x0 +int color abc_btn_colored_text_material 0x0 +int color abc_color_highlight_material 0x0 +int color abc_hint_foreground_material_dark 0x0 +int color abc_hint_foreground_material_light 0x0 +int color abc_input_method_navigation_guard 0x0 +int color abc_primary_text_disable_only_material_dark 0x0 +int color abc_primary_text_disable_only_material_light 0x0 +int color abc_primary_text_material_dark 0x0 +int color abc_primary_text_material_light 0x0 +int color abc_search_url_text 0x0 +int color abc_search_url_text_normal 0x0 +int color abc_search_url_text_pressed 0x0 +int color abc_search_url_text_selected 0x0 +int color abc_secondary_text_material_dark 0x0 +int color abc_secondary_text_material_light 0x0 +int color abc_tint_btn_checkable 0x0 +int color abc_tint_default 0x0 +int color abc_tint_edittext 0x0 +int color abc_tint_seek_thumb 0x0 +int color abc_tint_spinner 0x0 +int color abc_tint_switch_track 0x0 +int color accent_material_dark 0x0 +int color accent_material_light 0x0 +int color background_floating_material_dark 0x0 +int color background_floating_material_light 0x0 +int color background_material_dark 0x0 +int color background_material_light 0x0 +int color beauty_color_red 0x0 +int color beauty_color_white 0x0 +int color bright_foreground_disabled_material_dark 0x0 +int color bright_foreground_disabled_material_light 0x0 +int color bright_foreground_inverse_material_dark 0x0 +int color bright_foreground_inverse_material_light 0x0 +int color bright_foreground_material_dark 0x0 +int color bright_foreground_material_light 0x0 +int color button_material_dark 0x0 +int color button_material_light 0x0 +int color dim_foreground_disabled_material_dark 0x0 +int color dim_foreground_disabled_material_light 0x0 +int color dim_foreground_material_dark 0x0 +int color dim_foreground_material_light 0x0 +int color error_color_material_dark 0x0 +int color error_color_material_light 0x0 +int color foreground_material_dark 0x0 +int color foreground_material_light 0x0 +int color highlighted_text_material_dark 0x0 +int color highlighted_text_material_light 0x0 +int color material_blue_grey_800 0x0 +int color material_blue_grey_900 0x0 +int color material_blue_grey_950 0x0 +int color material_deep_teal_200 0x0 +int color material_deep_teal_500 0x0 +int color material_grey_100 0x0 +int color material_grey_300 0x0 +int color material_grey_50 0x0 +int color material_grey_600 0x0 +int color material_grey_800 0x0 +int color material_grey_850 0x0 +int color material_grey_900 0x0 +int color notification_action_color_filter 0x0 +int color notification_icon_bg_color 0x0 +int color primary_dark_material_dark 0x0 +int color primary_dark_material_light 0x0 +int color primary_material_dark 0x0 +int color primary_material_light 0x0 +int color primary_text_default_material_dark 0x0 +int color primary_text_default_material_light 0x0 +int color primary_text_disabled_material_dark 0x0 +int color primary_text_disabled_material_light 0x0 +int color ripple_material_dark 0x0 +int color ripple_material_light 0x0 +int color secondary_text_default_material_dark 0x0 +int color secondary_text_default_material_light 0x0 +int color secondary_text_disabled_material_dark 0x0 +int color secondary_text_disabled_material_light 0x0 +int color switch_thumb_disabled_material_dark 0x0 +int color switch_thumb_disabled_material_light 0x0 +int color switch_thumb_material_dark 0x0 +int color switch_thumb_material_light 0x0 +int color switch_thumb_normal_material_dark 0x0 +int color switch_thumb_normal_material_light 0x0 +int color tooltip_background_dark 0x0 +int color tooltip_background_light 0x0 +int dimen abc_action_bar_content_inset_material 0x0 +int dimen abc_action_bar_content_inset_with_nav 0x0 +int dimen abc_action_bar_default_height_material 0x0 +int dimen abc_action_bar_default_padding_end_material 0x0 +int dimen abc_action_bar_default_padding_start_material 0x0 +int dimen abc_action_bar_elevation_material 0x0 +int dimen abc_action_bar_icon_vertical_padding_material 0x0 +int dimen abc_action_bar_overflow_padding_end_material 0x0 +int dimen abc_action_bar_overflow_padding_start_material 0x0 +int dimen abc_action_bar_stacked_max_height 0x0 +int dimen abc_action_bar_stacked_tab_max_width 0x0 +int dimen abc_action_bar_subtitle_bottom_margin_material 0x0 +int dimen abc_action_bar_subtitle_top_margin_material 0x0 +int dimen abc_action_button_min_height_material 0x0 +int dimen abc_action_button_min_width_material 0x0 +int dimen abc_action_button_min_width_overflow_material 0x0 +int dimen abc_alert_dialog_button_bar_height 0x0 +int dimen abc_alert_dialog_button_dimen 0x0 +int dimen abc_button_inset_horizontal_material 0x0 +int dimen abc_button_inset_vertical_material 0x0 +int dimen abc_button_padding_horizontal_material 0x0 +int dimen abc_button_padding_vertical_material 0x0 +int dimen abc_cascading_menus_min_smallest_width 0x0 +int dimen abc_config_prefDialogWidth 0x0 +int dimen abc_control_corner_material 0x0 +int dimen abc_control_inset_material 0x0 +int dimen abc_control_padding_material 0x0 +int dimen abc_dialog_corner_radius_material 0x0 +int dimen abc_dialog_fixed_height_major 0x0 +int dimen abc_dialog_fixed_height_minor 0x0 +int dimen abc_dialog_fixed_width_major 0x0 +int dimen abc_dialog_fixed_width_minor 0x0 +int dimen abc_dialog_list_padding_bottom_no_buttons 0x0 +int dimen abc_dialog_list_padding_top_no_title 0x0 +int dimen abc_dialog_min_width_major 0x0 +int dimen abc_dialog_min_width_minor 0x0 +int dimen abc_dialog_padding_material 0x0 +int dimen abc_dialog_padding_top_material 0x0 +int dimen abc_dialog_title_divider_material 0x0 +int dimen abc_disabled_alpha_material_dark 0x0 +int dimen abc_disabled_alpha_material_light 0x0 +int dimen abc_dropdownitem_icon_width 0x0 +int dimen abc_dropdownitem_text_padding_left 0x0 +int dimen abc_dropdownitem_text_padding_right 0x0 +int dimen abc_edit_text_inset_bottom_material 0x0 +int dimen abc_edit_text_inset_horizontal_material 0x0 +int dimen abc_edit_text_inset_top_material 0x0 +int dimen abc_floating_window_z 0x0 +int dimen abc_list_item_padding_horizontal_material 0x0 +int dimen abc_panel_menu_list_width 0x0 +int dimen abc_progress_bar_height_material 0x0 +int dimen abc_search_view_preferred_height 0x0 +int dimen abc_search_view_preferred_width 0x0 +int dimen abc_seekbar_track_background_height_material 0x0 +int dimen abc_seekbar_track_progress_height_material 0x0 +int dimen abc_select_dialog_padding_start_material 0x0 +int dimen abc_switch_padding 0x0 +int dimen abc_text_size_body_1_material 0x0 +int dimen abc_text_size_body_2_material 0x0 +int dimen abc_text_size_button_material 0x0 +int dimen abc_text_size_caption_material 0x0 +int dimen abc_text_size_display_1_material 0x0 +int dimen abc_text_size_display_2_material 0x0 +int dimen abc_text_size_display_3_material 0x0 +int dimen abc_text_size_display_4_material 0x0 +int dimen abc_text_size_headline_material 0x0 +int dimen abc_text_size_large_material 0x0 +int dimen abc_text_size_medium_material 0x0 +int dimen abc_text_size_menu_header_material 0x0 +int dimen abc_text_size_menu_material 0x0 +int dimen abc_text_size_small_material 0x0 +int dimen abc_text_size_subhead_material 0x0 +int dimen abc_text_size_subtitle_material_toolbar 0x0 +int dimen abc_text_size_title_material 0x0 +int dimen abc_text_size_title_material_toolbar 0x0 +int dimen beauty_h1 0x0 +int dimen beauty_h10 0x0 +int dimen beauty_h11 0x0 +int dimen beauty_h12 0x0 +int dimen beauty_h2 0x0 +int dimen beauty_h3 0x0 +int dimen beauty_h4 0x0 +int dimen beauty_h5 0x0 +int dimen beauty_h6 0x0 +int dimen beauty_h7 0x0 +int dimen beauty_h8 0x0 +int dimen beauty_h9 0x0 +int dimen beauty_live_btn_size 0x0 +int dimen beauty_qav_grid_view_item_width_audio 0x0 +int dimen beauty_qav_multi_video_friend_item_width 0x0 +int dimen beauty_sub_content 0x0 +int dimen beauty_title 0x0 +int dimen beauty_ugc_aspect_divider 0x0 +int dimen beauty_ugc_aspect_width 0x0 +int dimen beauty_ugc_cut_margin 0x0 +int dimen beauty_ugc_item_thumb_height 0x0 +int dimen beauty_ugc_progress_cursor 0x0 +int dimen beauty_ugc_progress_divider 0x0 +int dimen beauty_ugc_progress_min_pos 0x0 +int dimen beauty_video_progress_height 0x0 +int dimen beauty_video_thumbnail_width 0x0 +int dimen compat_button_inset_horizontal_material 0x0 +int dimen compat_button_inset_vertical_material 0x0 +int dimen compat_button_padding_horizontal_material 0x0 +int dimen compat_button_padding_vertical_material 0x0 +int dimen compat_control_corner_material 0x0 +int dimen compat_notification_large_icon_max_height 0x0 +int dimen compat_notification_large_icon_max_width 0x0 +int dimen disabled_alpha_material_dark 0x0 +int dimen disabled_alpha_material_light 0x0 +int dimen fastscroll_default_thickness 0x0 +int dimen fastscroll_margin 0x0 +int dimen fastscroll_minimum_range 0x0 +int dimen highlight_alpha_material_colored 0x0 +int dimen highlight_alpha_material_dark 0x0 +int dimen highlight_alpha_material_light 0x0 +int dimen hint_alpha_material_dark 0x0 +int dimen hint_alpha_material_light 0x0 +int dimen hint_pressed_alpha_material_dark 0x0 +int dimen hint_pressed_alpha_material_light 0x0 +int dimen item_touch_helper_max_drag_scroll_per_frame 0x0 +int dimen item_touch_helper_swipe_escape_max_velocity 0x0 +int dimen item_touch_helper_swipe_escape_velocity 0x0 +int dimen notification_action_icon_size 0x0 +int dimen notification_action_text_size 0x0 +int dimen notification_big_circle_margin 0x0 +int dimen notification_content_margin_start 0x0 +int dimen notification_large_icon_height 0x0 +int dimen notification_large_icon_width 0x0 +int dimen notification_main_column_padding_top 0x0 +int dimen notification_media_narrow_margin 0x0 +int dimen notification_right_icon_size 0x0 +int dimen notification_right_side_padding_top 0x0 +int dimen notification_small_icon_background_padding 0x0 +int dimen notification_small_icon_size_as_large 0x0 +int dimen notification_subtext_size 0x0 +int dimen notification_top_pad 0x0 +int dimen notification_top_pad_large_text 0x0 +int dimen tooltip_corner_radius 0x0 +int dimen tooltip_horizontal_padding 0x0 +int dimen tooltip_margin 0x0 +int dimen tooltip_precise_anchor_extra_offset 0x0 +int dimen tooltip_precise_anchor_threshold 0x0 +int dimen tooltip_vertical_padding 0x0 +int dimen tooltip_y_offset_non_touch 0x0 +int dimen tooltip_y_offset_touch 0x0 +int drawable abc_ab_share_pack_mtrl_alpha 0x0 +int drawable abc_action_bar_item_background_material 0x0 +int drawable abc_btn_borderless_material 0x0 +int drawable abc_btn_check_material 0x0 +int drawable abc_btn_check_to_on_mtrl_000 0x0 +int drawable abc_btn_check_to_on_mtrl_015 0x0 +int drawable abc_btn_colored_material 0x0 +int drawable abc_btn_default_mtrl_shape 0x0 +int drawable abc_btn_radio_material 0x0 +int drawable abc_btn_radio_to_on_mtrl_000 0x0 +int drawable abc_btn_radio_to_on_mtrl_015 0x0 +int drawable abc_btn_switch_to_on_mtrl_00001 0x0 +int drawable abc_btn_switch_to_on_mtrl_00012 0x0 +int drawable abc_cab_background_internal_bg 0x0 +int drawable abc_cab_background_top_material 0x0 +int drawable abc_cab_background_top_mtrl_alpha 0x0 +int drawable abc_control_background_material 0x0 +int drawable abc_dialog_material_background 0x0 +int drawable abc_edit_text_material 0x0 +int drawable abc_ic_ab_back_material 0x0 +int drawable abc_ic_arrow_drop_right_black_24dp 0x0 +int drawable abc_ic_clear_material 0x0 +int drawable abc_ic_commit_search_api_mtrl_alpha 0x0 +int drawable abc_ic_go_search_api_material 0x0 +int drawable abc_ic_menu_copy_mtrl_am_alpha 0x0 +int drawable abc_ic_menu_cut_mtrl_alpha 0x0 +int drawable abc_ic_menu_overflow_material 0x0 +int drawable abc_ic_menu_paste_mtrl_am_alpha 0x0 +int drawable abc_ic_menu_selectall_mtrl_alpha 0x0 +int drawable abc_ic_menu_share_mtrl_alpha 0x0 +int drawable abc_ic_search_api_material 0x0 +int drawable abc_ic_star_black_16dp 0x0 +int drawable abc_ic_star_black_36dp 0x0 +int drawable abc_ic_star_black_48dp 0x0 +int drawable abc_ic_star_half_black_16dp 0x0 +int drawable abc_ic_star_half_black_36dp 0x0 +int drawable abc_ic_star_half_black_48dp 0x0 +int drawable abc_ic_voice_search_api_material 0x0 +int drawable abc_item_background_holo_dark 0x0 +int drawable abc_item_background_holo_light 0x0 +int drawable abc_list_divider_material 0x0 +int drawable abc_list_divider_mtrl_alpha 0x0 +int drawable abc_list_focused_holo 0x0 +int drawable abc_list_longpressed_holo 0x0 +int drawable abc_list_pressed_holo_dark 0x0 +int drawable abc_list_pressed_holo_light 0x0 +int drawable abc_list_selector_background_transition_holo_dark 0x0 +int drawable abc_list_selector_background_transition_holo_light 0x0 +int drawable abc_list_selector_disabled_holo_dark 0x0 +int drawable abc_list_selector_disabled_holo_light 0x0 +int drawable abc_list_selector_holo_dark 0x0 +int drawable abc_list_selector_holo_light 0x0 +int drawable abc_menu_hardkey_panel_mtrl_mult 0x0 +int drawable abc_popup_background_mtrl_mult 0x0 +int drawable abc_ratingbar_indicator_material 0x0 +int drawable abc_ratingbar_material 0x0 +int drawable abc_ratingbar_small_material 0x0 +int drawable abc_scrubber_control_off_mtrl_alpha 0x0 +int drawable abc_scrubber_control_to_pressed_mtrl_000 0x0 +int drawable abc_scrubber_control_to_pressed_mtrl_005 0x0 +int drawable abc_scrubber_primary_mtrl_alpha 0x0 +int drawable abc_scrubber_track_mtrl_alpha 0x0 +int drawable abc_seekbar_thumb_material 0x0 +int drawable abc_seekbar_tick_mark_material 0x0 +int drawable abc_seekbar_track_material 0x0 +int drawable abc_spinner_mtrl_am_alpha 0x0 +int drawable abc_spinner_textfield_background_material 0x0 +int drawable abc_switch_thumb_material 0x0 +int drawable abc_switch_track_mtrl_alpha 0x0 +int drawable abc_tab_indicator_material 0x0 +int drawable abc_tab_indicator_mtrl_alpha 0x0 +int drawable abc_text_cursor_material 0x0 +int drawable abc_text_select_handle_left_mtrl_dark 0x0 +int drawable abc_text_select_handle_left_mtrl_light 0x0 +int drawable abc_text_select_handle_middle_mtrl_dark 0x0 +int drawable abc_text_select_handle_middle_mtrl_light 0x0 +int drawable abc_text_select_handle_right_mtrl_dark 0x0 +int drawable abc_text_select_handle_right_mtrl_light 0x0 +int drawable abc_textfield_activated_mtrl_alpha 0x0 +int drawable abc_textfield_default_mtrl_alpha 0x0 +int drawable abc_textfield_search_activated_mtrl_alpha 0x0 +int drawable abc_textfield_search_default_mtrl_alpha 0x0 +int drawable abc_textfield_search_material 0x0 +int drawable abc_vector_test 0x0 +int drawable beauty_bailan 0x0 +int drawable beauty_baixi 0x0 +int drawable beauty_biaozhun 0x0 +int drawable beauty_chaotuo 0x0 +int drawable beauty_chunzhen 0x0 +int drawable beauty_fennen 0x0 +int drawable beauty_filter_bailan 0x0 +int drawable beauty_filter_baixi 0x0 +int drawable beauty_filter_biaozhun 0x0 +int drawable beauty_filter_chaotuo 0x0 +int drawable beauty_filter_chunzhen 0x0 +int drawable beauty_filter_fennen 0x0 +int drawable beauty_filter_huaijiu 0x0 +int drawable beauty_filter_landiao 0x0 +int drawable beauty_filter_langman 0x0 +int drawable beauty_filter_qingliang 0x0 +int drawable beauty_filter_qingxin 0x0 +int drawable beauty_filter_rixi 0x0 +int drawable beauty_filter_weimei 0x0 +int drawable beauty_filter_white 0x0 +int drawable beauty_filter_xiangfen 0x0 +int drawable beauty_filter_yinghong 0x0 +int drawable beauty_filter_yuanqi 0x0 +int drawable beauty_filter_yunshang 0x0 +int drawable beauty_filter_ziran 0x0 +int drawable beauty_fwhite 0x0 +int drawable beauty_huaijiu 0x0 +int drawable beauty_ic_bigeye 0x0 +int drawable beauty_ic_bottom_bg 0x0 +int drawable beauty_ic_bottom_bg2 0x0 +int drawable beauty_ic_chin 0x0 +int drawable beauty_ic_common_none 0x0 +int drawable beauty_ic_cutout_background_ai 0x0 +int drawable beauty_ic_effect_boom 0x0 +int drawable beauty_ic_effect_call 0x0 +int drawable beauty_ic_effect_constellation 0x0 +int drawable beauty_ic_effect_face_change 0x0 +int drawable beauty_ic_effect_flower_fairy 0x0 +int drawable beauty_ic_effect_headband 0x0 +int drawable beauty_ic_effect_neon_rat 0x0 +int drawable beauty_ic_effect_princess 0x0 +int drawable beauty_ic_effect_purple_cat 0x0 +int drawable beauty_ic_effect_ribbon 0x0 +int drawable beauty_ic_effect_star_ear 0x0 +int drawable beauty_ic_eye_angle 0x0 +int drawable beauty_ic_eye_bright 0x0 +int drawable beauty_ic_eye_distance 0x0 +int drawable beauty_ic_eyebig 0x0 +int drawable beauty_ic_face_shape 0x0 +int drawable beauty_ic_face_short 0x0 +int drawable beauty_ic_faceslim 0x0 +int drawable beauty_ic_facev 0x0 +int drawable beauty_ic_forehead 0x0 +int drawable beauty_ic_gesture_bottle_cap_challenge 0x0 +int drawable beauty_ic_gesture_meteor_shower 0x0 +int drawable beauty_ic_gesture_pikachu 0x0 +int drawable beauty_ic_gesture_snow_control 0x0 +int drawable beauty_ic_gesture_tv_star 0x0 +int drawable beauty_ic_goodluck 0x0 +int drawable beauty_ic_makeups_cherry 0x0 +int drawable beauty_ic_makeups_costume 0x0 +int drawable beauty_ic_makeups_lip 0x0 +int drawable beauty_ic_makeups_mixing 0x0 +int drawable beauty_ic_makeups_pink 0x0 +int drawable beauty_ic_makeups_retro 0x0 +int drawable beauty_ic_makeups_seas 0x0 +int drawable beauty_ic_makeups_ugly 0x0 +int drawable beauty_ic_makeups_widow 0x0 +int drawable beauty_ic_mouse_shape 0x0 +int drawable beauty_ic_mouse_width 0x0 +int drawable beauty_ic_natural 0x0 +int drawable beauty_ic_nose_position 0x0 +int drawable beauty_ic_nose_wing 0x0 +int drawable beauty_ic_noseslim 0x0 +int drawable beauty_ic_pitu 0x0 +int drawable beauty_ic_pouch_remove 0x0 +int drawable beauty_ic_ruddy 0x0 +int drawable beauty_ic_smile_lines 0x0 +int drawable beauty_ic_smooth 0x0 +int drawable beauty_ic_tooth_white 0x0 +int drawable beauty_ic_white 0x0 +int drawable beauty_ic_wrinkles 0x0 +int drawable beauty_landiao 0x0 +int drawable beauty_langman 0x0 +int drawable beauty_loading_circle_progress 0x0 +int drawable beauty_orginal 0x0 +int drawable beauty_play_seekbar_icon 0x0 +int drawable beauty_qingliang 0x0 +int drawable beauty_qingxin 0x0 +int drawable beauty_rebuild_seekbar_progress_drawable 0x0 +int drawable beauty_rebuild_seekbar_progress_thumb 0x0 +int drawable beauty_rixi 0x0 +int drawable beauty_seekbar_progress_drawable 0x0 +int drawable beauty_text_color 0x0 +int drawable beauty_video_xiaofu 0x0 +int drawable beauty_weimei 0x0 +int drawable beauty_xiangfen 0x0 +int drawable beauty_yinghong 0x0 +int drawable beauty_yuanqi 0x0 +int drawable beauty_yunshang 0x0 +int drawable beauty_ziran 0x0 +int drawable notification_action_background 0x0 +int drawable notification_bg 0x0 +int drawable notification_bg_low 0x0 +int drawable notification_bg_low_normal 0x0 +int drawable notification_bg_low_pressed 0x0 +int drawable notification_bg_normal 0x0 +int drawable notification_bg_normal_pressed 0x0 +int drawable notification_icon_background 0x0 +int drawable notification_template_icon_bg 0x0 +int drawable notification_template_icon_low_bg 0x0 +int drawable notification_tile_bg 0x0 +int drawable notify_panel_notification_icon_bg 0x0 +int drawable tooltip_frame_dark 0x0 +int drawable tooltip_frame_light 0x0 +int id action_bar 0x0 +int id action_bar_activity_content 0x0 +int id action_bar_container 0x0 +int id action_bar_root 0x0 +int id action_bar_spinner 0x0 +int id action_bar_subtitle 0x0 +int id action_bar_title 0x0 +int id action_container 0x0 +int id action_context_bar 0x0 +int id action_divider 0x0 +int id action_image 0x0 +int id action_menu_divider 0x0 +int id action_menu_presenter 0x0 +int id action_mode_bar 0x0 +int id action_mode_bar_stub 0x0 +int id action_mode_close_button 0x0 +int id action_text 0x0 +int id actions 0x0 +int id activity_chooser_view_content 0x0 +int id add 0x0 +int id alertTitle 0x0 +int id async 0x0 +int id beauty_horizontal_picker_second 0x0 +int id beauty_horizontal_picker_view_first 0x0 +int id beauty_iv_icon 0x0 +int id beauty_iv_progress_img 0x0 +int id beauty_ll_cutout_background 0x0 +int id beauty_ll_green 0x0 +int id beauty_ll_progress 0x0 +int id beauty_ll_record_seek_bar 0x0 +int id beauty_rl_item 0x0 +int id beauty_rl_seek_bar 0x0 +int id beauty_rl_tab 0x0 +int id beauty_rl_title 0x0 +int id beauty_seek_bar_third 0x0 +int id beauty_tv_close 0x0 +int id beauty_tv_cutout_background 0x0 +int id beauty_tv_cutout_background_none 0x0 +int id beauty_tv_green 0x0 +int id beauty_tv_green_none 0x0 +int id beauty_tv_msg 0x0 +int id beauty_tv_seek_bar_hint 0x0 +int id beauty_tv_seek_bar_value 0x0 +int id beauty_tv_title 0x0 +int id blocking 0x0 +int id bottom 0x0 +int id buttonPanel 0x0 +int id checkbox 0x0 +int id chronometer 0x0 +int id content 0x0 +int id contentPanel 0x0 +int id custom 0x0 +int id customPanel 0x0 +int id decor_content_parent 0x0 +int id default_activity_button 0x0 +int id edit_query 0x0 +int id end 0x0 +int id expand_activities_button 0x0 +int id expanded_menu 0x0 +int id forever 0x0 +int id group_divider 0x0 +int id home 0x0 +int id icon 0x0 +int id icon_group 0x0 +int id image 0x0 +int id info 0x0 +int id italic 0x0 +int id item_touch_helper_previous_elevation 0x0 +int id left 0x0 +int id line1 0x0 +int id line3 0x0 +int id listMode 0x0 +int id list_item 0x0 +int id message 0x0 +int id multiply 0x0 +int id none 0x0 +int id normal 0x0 +int id notification_background 0x0 +int id notification_main_column 0x0 +int id notification_main_column_container 0x0 +int id parentPanel 0x0 +int id progress_circular 0x0 +int id progress_horizontal 0x0 +int id radio 0x0 +int id right 0x0 +int id right_icon 0x0 +int id right_side 0x0 +int id screen 0x0 +int id scrollIndicatorDown 0x0 +int id scrollIndicatorUp 0x0 +int id scrollView 0x0 +int id search_badge 0x0 +int id search_bar 0x0 +int id search_button 0x0 +int id search_close_btn 0x0 +int id search_edit_frame 0x0 +int id search_go_btn 0x0 +int id search_mag_icon 0x0 +int id search_plate 0x0 +int id search_src_text 0x0 +int id search_voice_btn 0x0 +int id select_dialog_listview 0x0 +int id shortcut 0x0 +int id spacer 0x0 +int id split_action_bar 0x0 +int id src_atop 0x0 +int id src_in 0x0 +int id src_over 0x0 +int id start 0x0 +int id submenuarrow 0x0 +int id submit_area 0x0 +int id tabMode 0x0 +int id tag_transition_group 0x0 +int id tag_unhandled_key_event_manager 0x0 +int id tag_unhandled_key_listeners 0x0 +int id text 0x0 +int id text2 0x0 +int id textSpacerNoButtons 0x0 +int id textSpacerNoTitle 0x0 +int id time 0x0 +int id title 0x0 +int id titleDividerNoCustom 0x0 +int id title_template 0x0 +int id top 0x0 +int id topPanel 0x0 +int id uniform 0x0 +int id up 0x0 +int id wrap_content 0x0 +int integer abc_config_activityDefaultDur 0x0 +int integer abc_config_activityShortDur 0x0 +int integer cancel_button_image_alpha 0x0 +int integer config_tooltipAnimTime 0x0 +int integer status_bar_notification_info_maxnum 0x0 +int layout abc_action_bar_title_item 0x0 +int layout abc_action_bar_up_container 0x0 +int layout abc_action_menu_item_layout 0x0 +int layout abc_action_menu_layout 0x0 +int layout abc_action_mode_bar 0x0 +int layout abc_action_mode_close_item_material 0x0 +int layout abc_activity_chooser_view 0x0 +int layout abc_activity_chooser_view_list_item 0x0 +int layout abc_alert_dialog_button_bar_material 0x0 +int layout abc_alert_dialog_material 0x0 +int layout abc_alert_dialog_title_material 0x0 +int layout abc_cascading_menu_item_layout 0x0 +int layout abc_dialog_title_material 0x0 +int layout abc_expanded_menu_layout 0x0 +int layout abc_list_menu_item_checkbox 0x0 +int layout abc_list_menu_item_icon 0x0 +int layout abc_list_menu_item_layout 0x0 +int layout abc_list_menu_item_radio 0x0 +int layout abc_popup_menu_header_item_layout 0x0 +int layout abc_popup_menu_item_layout 0x0 +int layout abc_screen_content_include 0x0 +int layout abc_screen_simple 0x0 +int layout abc_screen_simple_overlay_action_mode 0x0 +int layout abc_screen_toolbar 0x0 +int layout abc_search_dropdown_item_icons_2line 0x0 +int layout abc_search_view 0x0 +int layout abc_select_dialog_material 0x0 +int layout abc_tooltip 0x0 +int layout beauty_item 0x0 +int layout beauty_layout_loading_progress 0x0 +int layout beauty_panel 0x0 +int layout beauty_view_item 0x0 +int layout beauty_view_layout 0x0 +int layout notification_action 0x0 +int layout notification_action_tombstone 0x0 +int layout notification_template_custom_big 0x0 +int layout notification_template_icon_group 0x0 +int layout notification_template_part_chronometer 0x0 +int layout notification_template_part_time 0x0 +int layout select_dialog_item_material 0x0 +int layout select_dialog_multichoice_material 0x0 +int layout select_dialog_singlechoice_material 0x0 +int layout support_simple_spinner_dropdown_item 0x0 +int string abc_action_bar_home_description 0x0 +int string abc_action_bar_up_description 0x0 +int string abc_action_menu_overflow_description 0x0 +int string abc_action_mode_done 0x0 +int string abc_activity_chooser_view_see_all 0x0 +int string abc_activitychooserview_choose_application 0x0 +int string abc_capital_off 0x0 +int string abc_capital_on 0x0 +int string abc_font_family_body_1_material 0x0 +int string abc_font_family_body_2_material 0x0 +int string abc_font_family_button_material 0x0 +int string abc_font_family_caption_material 0x0 +int string abc_font_family_display_1_material 0x0 +int string abc_font_family_display_2_material 0x0 +int string abc_font_family_display_3_material 0x0 +int string abc_font_family_display_4_material 0x0 +int string abc_font_family_headline_material 0x0 +int string abc_font_family_menu_material 0x0 +int string abc_font_family_subhead_material 0x0 +int string abc_font_family_title_material 0x0 +int string abc_menu_alt_shortcut_label 0x0 +int string abc_menu_ctrl_shortcut_label 0x0 +int string abc_menu_delete_shortcut_label 0x0 +int string abc_menu_enter_shortcut_label 0x0 +int string abc_menu_function_shortcut_label 0x0 +int string abc_menu_meta_shortcut_label 0x0 +int string abc_menu_shift_shortcut_label 0x0 +int string abc_menu_space_shortcut_label 0x0 +int string abc_menu_sym_shortcut_label 0x0 +int string abc_prepend_shortcut_label 0x0 +int string abc_search_hint 0x0 +int string abc_searchview_description_clear 0x0 +int string abc_searchview_description_query 0x0 +int string abc_searchview_description_search 0x0 +int string abc_searchview_description_submit 0x0 +int string abc_searchview_description_voice 0x0 +int string abc_shareactionprovider_share_with 0x0 +int string abc_shareactionprovider_share_with_application 0x0 +int string abc_toolbar_collapse_description 0x0 +int string app_name 0x0 +int string beauty_cancel 0x0 +int string beauty_close 0x0 +int string beauty_common_none 0x0 +int string beauty_confirm 0x0 +int string beauty_cutout_background_ai 0x0 +int string beauty_effect_boom 0x0 +int string beauty_effect_call 0x0 +int string beauty_effect_constellation 0x0 +int string beauty_effect_face_change 0x0 +int string beauty_effect_flower_faerie 0x0 +int string beauty_effect_headband 0x0 +int string beauty_effect_neon_rat 0x0 +int string beauty_effect_princess 0x0 +int string beauty_effect_purple_kitten 0x0 +int string beauty_effect_ribbon 0x0 +int string beauty_effect_star_ear 0x0 +int string beauty_gesture_bottle_cap_challenge 0x0 +int string beauty_gesture_meteor_shower 0x0 +int string beauty_gesture_pikaqiu 0x0 +int string beauty_gesture_snow_control 0x0 +int string beauty_gesture_tv_star 0x0 +int string beauty_good_luck 0x0 +int string beauty_makeups_cherry 0x0 +int string beauty_makeups_costume 0x0 +int string beauty_makeups_lip 0x0 +int string beauty_makeups_mixing 0x0 +int string beauty_makeups_pink 0x0 +int string beauty_makeups_retro 0x0 +int string beauty_makeups_seas 0x0 +int string beauty_makeups_ugly 0x0 +int string beauty_makeups_widow 0x0 +int string beauty_palm_out 0x0 +int string beauty_panel_beauty 0x0 +int string beauty_panel_bigeye 0x0 +int string beauty_panel_chin 0x0 +int string beauty_panel_eyeangle 0x0 +int string beauty_panel_eyedistance 0x0 +int string beauty_panel_eyelighten 0x0 +int string beauty_panel_faceshape 0x0 +int string beauty_panel_faceshort 0x0 +int string beauty_panel_faceslim 0x0 +int string beauty_panel_facev 0x0 +int string beauty_panel_filter_Japanese 0x0 +int string beauty_panel_filter_baixi 0x0 +int string beauty_panel_filter_beautiful 0x0 +int string beauty_panel_filter_blues 0x0 +int string beauty_panel_filter_cheery 0x0 +int string beauty_panel_filter_cloud 0x0 +int string beauty_panel_filter_cool 0x0 +int string beauty_panel_filter_fragrance 0x0 +int string beauty_panel_filter_fresh 0x0 +int string beauty_panel_filter_orchid 0x0 +int string beauty_panel_filter_pink 0x0 +int string beauty_panel_filter_pure 0x0 +int string beauty_panel_filter_reminiscence 0x0 +int string beauty_panel_filter_romantic 0x0 +int string beauty_panel_filter_standard 0x0 +int string beauty_panel_filter_super 0x0 +int string beauty_panel_filter_vitality 0x0 +int string beauty_panel_filter_white 0x0 +int string beauty_panel_filter_ziran 0x0 +int string beauty_panel_forehead 0x0 +int string beauty_panel_mousewidth 0x0 +int string beauty_panel_mouthshape 0x0 +int string beauty_panel_noseposition 0x0 +int string beauty_panel_noseslim 0x0 +int string beauty_panel_nosewing 0x0 +int string beauty_panel_pounchremove 0x0 +int string beauty_panel_ruddy 0x0 +int string beauty_panel_smilelinesremove 0x0 +int string beauty_panel_style_natural 0x0 +int string beauty_panel_style_pitu 0x0 +int string beauty_panel_style_smooth 0x0 +int string beauty_panel_toothwhite 0x0 +int string beauty_panel_uniforms 0x0 +int string beauty_panel_white 0x0 +int string beauty_panel_wrinkleremove 0x0 +int string beauty_setting_panel_beauty 0x0 +int string beauty_setting_panel_dynamic_effect 0x0 +int string beauty_setting_panel_facebeauty 0x0 +int string beauty_setting_panel_filter 0x0 +int string beauty_setting_panel_gesture 0x0 +int string beauty_setting_panel_green_screen 0x0 +int string beauty_setting_panel_key 0x0 +int string beauty_setting_panel_style 0x0 +int string beauty_setup 0x0 +int string beauty_strength 0x0 +int string beauty_video_material_download_progress_download_failed 0x0 +int string beauty_video_material_download_progress_material_unzip_failed 0x0 +int string beauty_video_material_download_progress_no_enough_storage_space 0x0 +int string search_menu_title 0x0 +int string status_bar_notification_info_overflow 0x0 +int style AlertDialog_AppCompat 0x0 +int style AlertDialog_AppCompat_Light 0x0 +int style Animation_AppCompat_Dialog 0x0 +int style Animation_AppCompat_DropDownUp 0x0 +int style Animation_AppCompat_Tooltip 0x0 +int style Base_AlertDialog_AppCompat 0x0 +int style Base_AlertDialog_AppCompat_Light 0x0 +int style Base_Animation_AppCompat_Dialog 0x0 +int style Base_Animation_AppCompat_DropDownUp 0x0 +int style Base_Animation_AppCompat_Tooltip 0x0 +int style Base_DialogWindowTitleBackground_AppCompat 0x0 +int style Base_DialogWindowTitle_AppCompat 0x0 +int style Base_TextAppearance_AppCompat 0x0 +int style Base_TextAppearance_AppCompat_Body1 0x0 +int style Base_TextAppearance_AppCompat_Body2 0x0 +int style Base_TextAppearance_AppCompat_Button 0x0 +int style Base_TextAppearance_AppCompat_Caption 0x0 +int style Base_TextAppearance_AppCompat_Display1 0x0 +int style Base_TextAppearance_AppCompat_Display2 0x0 +int style Base_TextAppearance_AppCompat_Display3 0x0 +int style Base_TextAppearance_AppCompat_Display4 0x0 +int style Base_TextAppearance_AppCompat_Headline 0x0 +int style Base_TextAppearance_AppCompat_Inverse 0x0 +int style Base_TextAppearance_AppCompat_Large 0x0 +int style Base_TextAppearance_AppCompat_Large_Inverse 0x0 +int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x0 +int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x0 +int style Base_TextAppearance_AppCompat_Medium 0x0 +int style Base_TextAppearance_AppCompat_Medium_Inverse 0x0 +int style Base_TextAppearance_AppCompat_Menu 0x0 +int style Base_TextAppearance_AppCompat_SearchResult 0x0 +int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x0 +int style Base_TextAppearance_AppCompat_SearchResult_Title 0x0 +int style Base_TextAppearance_AppCompat_Small 0x0 +int style Base_TextAppearance_AppCompat_Small_Inverse 0x0 +int style Base_TextAppearance_AppCompat_Subhead 0x0 +int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x0 +int style Base_TextAppearance_AppCompat_Title 0x0 +int style Base_TextAppearance_AppCompat_Title_Inverse 0x0 +int style Base_TextAppearance_AppCompat_Tooltip 0x0 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x0 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x0 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x0 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x0 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x0 +int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x0 +int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x0 +int style Base_TextAppearance_AppCompat_Widget_Button 0x0 +int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x0 +int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x0 +int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x0 +int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x0 +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x0 +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x0 +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x0 +int style Base_TextAppearance_AppCompat_Widget_Switch 0x0 +int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x0 +int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x0 +int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x0 +int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x0 +int style Base_ThemeOverlay_AppCompat 0x0 +int style Base_ThemeOverlay_AppCompat_ActionBar 0x0 +int style Base_ThemeOverlay_AppCompat_Dark 0x0 +int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x0 +int style Base_ThemeOverlay_AppCompat_Dialog 0x0 +int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x0 +int style Base_ThemeOverlay_AppCompat_Light 0x0 +int style Base_Theme_AppCompat 0x0 +int style Base_Theme_AppCompat_CompactMenu 0x0 +int style Base_Theme_AppCompat_Dialog 0x0 +int style Base_Theme_AppCompat_DialogWhenLarge 0x0 +int style Base_Theme_AppCompat_Dialog_Alert 0x0 +int style Base_Theme_AppCompat_Dialog_FixedSize 0x0 +int style Base_Theme_AppCompat_Dialog_MinWidth 0x0 +int style Base_Theme_AppCompat_Light 0x0 +int style Base_Theme_AppCompat_Light_DarkActionBar 0x0 +int style Base_Theme_AppCompat_Light_Dialog 0x0 +int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x0 +int style Base_Theme_AppCompat_Light_Dialog_Alert 0x0 +int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x0 +int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x0 +int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x0 +int style Base_V21_Theme_AppCompat 0x0 +int style Base_V21_Theme_AppCompat_Dialog 0x0 +int style Base_V21_Theme_AppCompat_Light 0x0 +int style Base_V21_Theme_AppCompat_Light_Dialog 0x0 +int style Base_V22_Theme_AppCompat 0x0 +int style Base_V22_Theme_AppCompat_Light 0x0 +int style Base_V23_Theme_AppCompat 0x0 +int style Base_V23_Theme_AppCompat_Light 0x0 +int style Base_V26_Theme_AppCompat 0x0 +int style Base_V26_Theme_AppCompat_Light 0x0 +int style Base_V26_Widget_AppCompat_Toolbar 0x0 +int style Base_V28_Theme_AppCompat 0x0 +int style Base_V28_Theme_AppCompat_Light 0x0 +int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x0 +int style Base_V7_Theme_AppCompat 0x0 +int style Base_V7_Theme_AppCompat_Dialog 0x0 +int style Base_V7_Theme_AppCompat_Light 0x0 +int style Base_V7_Theme_AppCompat_Light_Dialog 0x0 +int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x0 +int style Base_V7_Widget_AppCompat_EditText 0x0 +int style Base_V7_Widget_AppCompat_Toolbar 0x0 +int style Base_Widget_AppCompat_ActionBar 0x0 +int style Base_Widget_AppCompat_ActionBar_Solid 0x0 +int style Base_Widget_AppCompat_ActionBar_TabBar 0x0 +int style Base_Widget_AppCompat_ActionBar_TabText 0x0 +int style Base_Widget_AppCompat_ActionBar_TabView 0x0 +int style Base_Widget_AppCompat_ActionButton 0x0 +int style Base_Widget_AppCompat_ActionButton_CloseMode 0x0 +int style Base_Widget_AppCompat_ActionButton_Overflow 0x0 +int style Base_Widget_AppCompat_ActionMode 0x0 +int style Base_Widget_AppCompat_ActivityChooserView 0x0 +int style Base_Widget_AppCompat_AutoCompleteTextView 0x0 +int style Base_Widget_AppCompat_Button 0x0 +int style Base_Widget_AppCompat_ButtonBar 0x0 +int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x0 +int style Base_Widget_AppCompat_Button_Borderless 0x0 +int style Base_Widget_AppCompat_Button_Borderless_Colored 0x0 +int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x0 +int style Base_Widget_AppCompat_Button_Colored 0x0 +int style Base_Widget_AppCompat_Button_Small 0x0 +int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x0 +int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x0 +int style Base_Widget_AppCompat_CompoundButton_Switch 0x0 +int style Base_Widget_AppCompat_DrawerArrowToggle 0x0 +int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x0 +int style Base_Widget_AppCompat_DropDownItem_Spinner 0x0 +int style Base_Widget_AppCompat_EditText 0x0 +int style Base_Widget_AppCompat_ImageButton 0x0 +int style Base_Widget_AppCompat_Light_ActionBar 0x0 +int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x0 +int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x0 +int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x0 +int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x0 +int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x0 +int style Base_Widget_AppCompat_Light_PopupMenu 0x0 +int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x0 +int style Base_Widget_AppCompat_ListMenuView 0x0 +int style Base_Widget_AppCompat_ListPopupWindow 0x0 +int style Base_Widget_AppCompat_ListView 0x0 +int style Base_Widget_AppCompat_ListView_DropDown 0x0 +int style Base_Widget_AppCompat_ListView_Menu 0x0 +int style Base_Widget_AppCompat_PopupMenu 0x0 +int style Base_Widget_AppCompat_PopupMenu_Overflow 0x0 +int style Base_Widget_AppCompat_PopupWindow 0x0 +int style Base_Widget_AppCompat_ProgressBar 0x0 +int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x0 +int style Base_Widget_AppCompat_RatingBar 0x0 +int style Base_Widget_AppCompat_RatingBar_Indicator 0x0 +int style Base_Widget_AppCompat_RatingBar_Small 0x0 +int style Base_Widget_AppCompat_SearchView 0x0 +int style Base_Widget_AppCompat_SearchView_ActionBar 0x0 +int style Base_Widget_AppCompat_SeekBar 0x0 +int style Base_Widget_AppCompat_SeekBar_Discrete 0x0 +int style Base_Widget_AppCompat_Spinner 0x0 +int style Base_Widget_AppCompat_Spinner_Underlined 0x0 +int style Base_Widget_AppCompat_TextView_SpinnerItem 0x0 +int style Base_Widget_AppCompat_Toolbar 0x0 +int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x0 +int style BeautyLoadingDialog 0x0 +int style BeautyPanelStyle 0x0 +int style Platform_AppCompat 0x0 +int style Platform_AppCompat_Light 0x0 +int style Platform_ThemeOverlay_AppCompat 0x0 +int style Platform_ThemeOverlay_AppCompat_Dark 0x0 +int style Platform_ThemeOverlay_AppCompat_Light 0x0 +int style Platform_V21_AppCompat 0x0 +int style Platform_V21_AppCompat_Light 0x0 +int style Platform_V25_AppCompat 0x0 +int style Platform_V25_AppCompat_Light 0x0 +int style Platform_Widget_AppCompat_Spinner 0x0 +int style RtlOverlay_DialogWindowTitle_AppCompat 0x0 +int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x0 +int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x0 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x0 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x0 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut 0x0 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow 0x0 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x0 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title 0x0 +int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x0 +int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x0 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x0 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x0 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x0 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x0 +int style RtlUnderlay_Widget_AppCompat_ActionButton 0x0 +int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x0 +int style TextAppearance_AppCompat 0x0 +int style TextAppearance_AppCompat_Body1 0x0 +int style TextAppearance_AppCompat_Body2 0x0 +int style TextAppearance_AppCompat_Button 0x0 +int style TextAppearance_AppCompat_Caption 0x0 +int style TextAppearance_AppCompat_Display1 0x0 +int style TextAppearance_AppCompat_Display2 0x0 +int style TextAppearance_AppCompat_Display3 0x0 +int style TextAppearance_AppCompat_Display4 0x0 +int style TextAppearance_AppCompat_Headline 0x0 +int style TextAppearance_AppCompat_Inverse 0x0 +int style TextAppearance_AppCompat_Large 0x0 +int style TextAppearance_AppCompat_Large_Inverse 0x0 +int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x0 +int style TextAppearance_AppCompat_Light_SearchResult_Title 0x0 +int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x0 +int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x0 +int style TextAppearance_AppCompat_Medium 0x0 +int style TextAppearance_AppCompat_Medium_Inverse 0x0 +int style TextAppearance_AppCompat_Menu 0x0 +int style TextAppearance_AppCompat_SearchResult_Subtitle 0x0 +int style TextAppearance_AppCompat_SearchResult_Title 0x0 +int style TextAppearance_AppCompat_Small 0x0 +int style TextAppearance_AppCompat_Small_Inverse 0x0 +int style TextAppearance_AppCompat_Subhead 0x0 +int style TextAppearance_AppCompat_Subhead_Inverse 0x0 +int style TextAppearance_AppCompat_Title 0x0 +int style TextAppearance_AppCompat_Title_Inverse 0x0 +int style TextAppearance_AppCompat_Tooltip 0x0 +int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x0 +int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x0 +int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x0 +int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x0 +int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x0 +int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x0 +int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x0 +int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x0 +int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x0 +int style TextAppearance_AppCompat_Widget_Button 0x0 +int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x0 +int style TextAppearance_AppCompat_Widget_Button_Colored 0x0 +int style TextAppearance_AppCompat_Widget_Button_Inverse 0x0 +int style TextAppearance_AppCompat_Widget_DropDownItem 0x0 +int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x0 +int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x0 +int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x0 +int style TextAppearance_AppCompat_Widget_Switch 0x0 +int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x0 +int style TextAppearance_Compat_Notification 0x0 +int style TextAppearance_Compat_Notification_Info 0x0 +int style TextAppearance_Compat_Notification_Line2 0x0 +int style TextAppearance_Compat_Notification_Time 0x0 +int style TextAppearance_Compat_Notification_Title 0x0 +int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x0 +int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x0 +int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x0 +int style ThemeOverlay_AppCompat 0x0 +int style ThemeOverlay_AppCompat_ActionBar 0x0 +int style ThemeOverlay_AppCompat_Dark 0x0 +int style ThemeOverlay_AppCompat_Dark_ActionBar 0x0 +int style ThemeOverlay_AppCompat_Dialog 0x0 +int style ThemeOverlay_AppCompat_Dialog_Alert 0x0 +int style ThemeOverlay_AppCompat_Light 0x0 +int style Theme_AppCompat 0x0 +int style Theme_AppCompat_CompactMenu 0x0 +int style Theme_AppCompat_DayNight 0x0 +int style Theme_AppCompat_DayNight_DarkActionBar 0x0 +int style Theme_AppCompat_DayNight_Dialog 0x0 +int style Theme_AppCompat_DayNight_DialogWhenLarge 0x0 +int style Theme_AppCompat_DayNight_Dialog_Alert 0x0 +int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x0 +int style Theme_AppCompat_DayNight_NoActionBar 0x0 +int style Theme_AppCompat_Dialog 0x0 +int style Theme_AppCompat_DialogWhenLarge 0x0 +int style Theme_AppCompat_Dialog_Alert 0x0 +int style Theme_AppCompat_Dialog_MinWidth 0x0 +int style Theme_AppCompat_Light 0x0 +int style Theme_AppCompat_Light_DarkActionBar 0x0 +int style Theme_AppCompat_Light_Dialog 0x0 +int style Theme_AppCompat_Light_DialogWhenLarge 0x0 +int style Theme_AppCompat_Light_Dialog_Alert 0x0 +int style Theme_AppCompat_Light_Dialog_MinWidth 0x0 +int style Theme_AppCompat_Light_NoActionBar 0x0 +int style Theme_AppCompat_NoActionBar 0x0 +int style Widget_AppCompat_ActionBar 0x0 +int style Widget_AppCompat_ActionBar_Solid 0x0 +int style Widget_AppCompat_ActionBar_TabBar 0x0 +int style Widget_AppCompat_ActionBar_TabText 0x0 +int style Widget_AppCompat_ActionBar_TabView 0x0 +int style Widget_AppCompat_ActionButton 0x0 +int style Widget_AppCompat_ActionButton_CloseMode 0x0 +int style Widget_AppCompat_ActionButton_Overflow 0x0 +int style Widget_AppCompat_ActionMode 0x0 +int style Widget_AppCompat_ActivityChooserView 0x0 +int style Widget_AppCompat_AutoCompleteTextView 0x0 +int style Widget_AppCompat_Button 0x0 +int style Widget_AppCompat_ButtonBar 0x0 +int style Widget_AppCompat_ButtonBar_AlertDialog 0x0 +int style Widget_AppCompat_Button_Borderless 0x0 +int style Widget_AppCompat_Button_Borderless_Colored 0x0 +int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x0 +int style Widget_AppCompat_Button_Colored 0x0 +int style Widget_AppCompat_Button_Small 0x0 +int style Widget_AppCompat_CompoundButton_CheckBox 0x0 +int style Widget_AppCompat_CompoundButton_RadioButton 0x0 +int style Widget_AppCompat_CompoundButton_Switch 0x0 +int style Widget_AppCompat_DrawerArrowToggle 0x0 +int style Widget_AppCompat_DropDownItem_Spinner 0x0 +int style Widget_AppCompat_EditText 0x0 +int style Widget_AppCompat_ImageButton 0x0 +int style Widget_AppCompat_Light_ActionBar 0x0 +int style Widget_AppCompat_Light_ActionBar_Solid 0x0 +int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x0 +int style Widget_AppCompat_Light_ActionBar_TabBar 0x0 +int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x0 +int style Widget_AppCompat_Light_ActionBar_TabText 0x0 +int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x0 +int style Widget_AppCompat_Light_ActionBar_TabView 0x0 +int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x0 +int style Widget_AppCompat_Light_ActionButton 0x0 +int style Widget_AppCompat_Light_ActionButton_CloseMode 0x0 +int style Widget_AppCompat_Light_ActionButton_Overflow 0x0 +int style Widget_AppCompat_Light_ActionMode_Inverse 0x0 +int style Widget_AppCompat_Light_ActivityChooserView 0x0 +int style Widget_AppCompat_Light_AutoCompleteTextView 0x0 +int style Widget_AppCompat_Light_DropDownItem_Spinner 0x0 +int style Widget_AppCompat_Light_ListPopupWindow 0x0 +int style Widget_AppCompat_Light_ListView_DropDown 0x0 +int style Widget_AppCompat_Light_PopupMenu 0x0 +int style Widget_AppCompat_Light_PopupMenu_Overflow 0x0 +int style Widget_AppCompat_Light_SearchView 0x0 +int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x0 +int style Widget_AppCompat_ListMenuView 0x0 +int style Widget_AppCompat_ListPopupWindow 0x0 +int style Widget_AppCompat_ListView 0x0 +int style Widget_AppCompat_ListView_DropDown 0x0 +int style Widget_AppCompat_ListView_Menu 0x0 +int style Widget_AppCompat_PopupMenu 0x0 +int style Widget_AppCompat_PopupMenu_Overflow 0x0 +int style Widget_AppCompat_PopupWindow 0x0 +int style Widget_AppCompat_ProgressBar 0x0 +int style Widget_AppCompat_ProgressBar_Horizontal 0x0 +int style Widget_AppCompat_RatingBar 0x0 +int style Widget_AppCompat_RatingBar_Indicator 0x0 +int style Widget_AppCompat_RatingBar_Small 0x0 +int style Widget_AppCompat_SearchView 0x0 +int style Widget_AppCompat_SearchView_ActionBar 0x0 +int style Widget_AppCompat_SeekBar 0x0 +int style Widget_AppCompat_SeekBar_Discrete 0x0 +int style Widget_AppCompat_Spinner 0x0 +int style Widget_AppCompat_Spinner_DropDown 0x0 +int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x0 +int style Widget_AppCompat_Spinner_Underlined 0x0 +int style Widget_AppCompat_TextView_SpinnerItem 0x0 +int style Widget_AppCompat_Toolbar 0x0 +int style Widget_AppCompat_Toolbar_Button_Navigation 0x0 +int style Widget_Compat_NotificationActionContainer 0x0 +int style Widget_Compat_NotificationActionText 0x0 +int style Widget_Support_CoordinatorLayout 0x0 +int[] styleable ActionBar { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 } +int styleable ActionBar_background 0 +int styleable ActionBar_backgroundSplit 1 +int styleable ActionBar_backgroundStacked 2 +int styleable ActionBar_contentInsetEnd 3 +int styleable ActionBar_contentInsetEndWithActions 4 +int styleable ActionBar_contentInsetLeft 5 +int styleable ActionBar_contentInsetRight 6 +int styleable ActionBar_contentInsetStart 7 +int styleable ActionBar_contentInsetStartWithNavigation 8 +int styleable ActionBar_customNavigationLayout 9 +int styleable ActionBar_displayOptions 10 +int styleable ActionBar_divider 11 +int styleable ActionBar_elevation 12 +int styleable ActionBar_height 13 +int styleable ActionBar_hideOnContentScroll 14 +int styleable ActionBar_homeAsUpIndicator 15 +int styleable ActionBar_homeLayout 16 +int styleable ActionBar_icon 17 +int styleable ActionBar_indeterminateProgressStyle 18 +int styleable ActionBar_itemPadding 19 +int styleable ActionBar_logo 20 +int styleable ActionBar_navigationMode 21 +int styleable ActionBar_popupTheme 22 +int styleable ActionBar_progressBarPadding 23 +int styleable ActionBar_progressBarStyle 24 +int styleable ActionBar_subtitle 25 +int styleable ActionBar_subtitleTextStyle 26 +int styleable ActionBar_title 27 +int styleable ActionBar_titleTextStyle 28 +int[] styleable ActionBarLayout { 0x10100b3 } +int styleable ActionBarLayout_android_layout_gravity 0 +int[] styleable ActionMenuItemView { 0x101013f } +int styleable ActionMenuItemView_android_minWidth 0 +int[] styleable ActionMenuView { } +int[] styleable ActionMode { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 } +int styleable ActionMode_background 0 +int styleable ActionMode_backgroundSplit 1 +int styleable ActionMode_closeItemLayout 2 +int styleable ActionMode_height 3 +int styleable ActionMode_subtitleTextStyle 4 +int styleable ActionMode_titleTextStyle 5 +int[] styleable ActivityChooserView { 0x0, 0x0 } +int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0 +int styleable ActivityChooserView_initialActivityCount 1 +int[] styleable AlertDialog { 0x10100f2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 } +int styleable AlertDialog_android_layout 0 +int styleable AlertDialog_buttonIconDimen 1 +int styleable AlertDialog_buttonPanelSideLayout 2 +int styleable AlertDialog_listItemLayout 3 +int styleable AlertDialog_listLayout 4 +int styleable AlertDialog_multiChoiceItemLayout 5 +int styleable AlertDialog_showTitle 6 +int styleable AlertDialog_singleChoiceItemLayout 7 +int[] styleable AnimatedStateListDrawableCompat { 0x1010196, 0x101011c, 0x101030c, 0x101030d, 0x1010195, 0x1010194 } +int styleable AnimatedStateListDrawableCompat_android_constantSize 0 +int styleable AnimatedStateListDrawableCompat_android_dither 1 +int styleable AnimatedStateListDrawableCompat_android_enterFadeDuration 2 +int styleable AnimatedStateListDrawableCompat_android_exitFadeDuration 3 +int styleable AnimatedStateListDrawableCompat_android_variablePadding 4 +int styleable AnimatedStateListDrawableCompat_android_visible 5 +int[] styleable AnimatedStateListDrawableItem { 0x1010199, 0x10100d0 } +int styleable AnimatedStateListDrawableItem_android_drawable 0 +int styleable AnimatedStateListDrawableItem_android_id 1 +int[] styleable AnimatedStateListDrawableTransition { 0x1010199, 0x101044a, 0x101044b, 0x1010449 } +int styleable AnimatedStateListDrawableTransition_android_drawable 0 +int styleable AnimatedStateListDrawableTransition_android_fromId 1 +int styleable AnimatedStateListDrawableTransition_android_reversible 2 +int styleable AnimatedStateListDrawableTransition_android_toId 3 +int[] styleable AppCompatImageView { 0x1010119, 0x0, 0x0, 0x0 } +int styleable AppCompatImageView_android_src 0 +int styleable AppCompatImageView_srcCompat 1 +int styleable AppCompatImageView_tint 2 +int styleable AppCompatImageView_tintMode 3 +int[] styleable AppCompatSeekBar { 0x1010142, 0x0, 0x0, 0x0 } +int styleable AppCompatSeekBar_android_thumb 0 +int styleable AppCompatSeekBar_tickMark 1 +int styleable AppCompatSeekBar_tickMarkTint 2 +int styleable AppCompatSeekBar_tickMarkTintMode 3 +int[] styleable AppCompatTextHelper { 0x101016e, 0x1010393, 0x101016f, 0x1010170, 0x1010392, 0x101016d, 0x1010034 } +int styleable AppCompatTextHelper_android_drawableBottom 0 +int styleable AppCompatTextHelper_android_drawableEnd 1 +int styleable AppCompatTextHelper_android_drawableLeft 2 +int styleable AppCompatTextHelper_android_drawableRight 3 +int styleable AppCompatTextHelper_android_drawableStart 4 +int styleable AppCompatTextHelper_android_drawableTop 5 +int styleable AppCompatTextHelper_android_textAppearance 6 +int[] styleable AppCompatTextView { 0x1010034, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 } +int styleable AppCompatTextView_android_textAppearance 0 +int styleable AppCompatTextView_autoSizeMaxTextSize 1 +int styleable AppCompatTextView_autoSizeMinTextSize 2 +int styleable AppCompatTextView_autoSizePresetSizes 3 +int styleable AppCompatTextView_autoSizeStepGranularity 4 +int styleable AppCompatTextView_autoSizeTextType 5 +int styleable AppCompatTextView_firstBaselineToTopHeight 6 +int styleable AppCompatTextView_fontFamily 7 +int styleable AppCompatTextView_lastBaselineToBottomHeight 8 +int styleable AppCompatTextView_lineHeight 9 +int styleable AppCompatTextView_textAllCaps 10 +int[] styleable AppCompatTheme { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10100ae, 0x1010057, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 } +int styleable AppCompatTheme_actionBarDivider 0 +int styleable AppCompatTheme_actionBarItemBackground 1 +int styleable AppCompatTheme_actionBarPopupTheme 2 +int styleable AppCompatTheme_actionBarSize 3 +int styleable AppCompatTheme_actionBarSplitStyle 4 +int styleable AppCompatTheme_actionBarStyle 5 +int styleable AppCompatTheme_actionBarTabBarStyle 6 +int styleable AppCompatTheme_actionBarTabStyle 7 +int styleable AppCompatTheme_actionBarTabTextStyle 8 +int styleable AppCompatTheme_actionBarTheme 9 +int styleable AppCompatTheme_actionBarWidgetTheme 10 +int styleable AppCompatTheme_actionButtonStyle 11 +int styleable AppCompatTheme_actionDropDownStyle 12 +int styleable AppCompatTheme_actionMenuTextAppearance 13 +int styleable AppCompatTheme_actionMenuTextColor 14 +int styleable AppCompatTheme_actionModeBackground 15 +int styleable AppCompatTheme_actionModeCloseButtonStyle 16 +int styleable AppCompatTheme_actionModeCloseDrawable 17 +int styleable AppCompatTheme_actionModeCopyDrawable 18 +int styleable AppCompatTheme_actionModeCutDrawable 19 +int styleable AppCompatTheme_actionModeFindDrawable 20 +int styleable AppCompatTheme_actionModePasteDrawable 21 +int styleable AppCompatTheme_actionModePopupWindowStyle 22 +int styleable AppCompatTheme_actionModeSelectAllDrawable 23 +int styleable AppCompatTheme_actionModeShareDrawable 24 +int styleable AppCompatTheme_actionModeSplitBackground 25 +int styleable AppCompatTheme_actionModeStyle 26 +int styleable AppCompatTheme_actionModeWebSearchDrawable 27 +int styleable AppCompatTheme_actionOverflowButtonStyle 28 +int styleable AppCompatTheme_actionOverflowMenuStyle 29 +int styleable AppCompatTheme_activityChooserViewStyle 30 +int styleable AppCompatTheme_alertDialogButtonGroupStyle 31 +int styleable AppCompatTheme_alertDialogCenterButtons 32 +int styleable AppCompatTheme_alertDialogStyle 33 +int styleable AppCompatTheme_alertDialogTheme 34 +int styleable AppCompatTheme_android_windowAnimationStyle 35 +int styleable AppCompatTheme_android_windowIsFloating 36 +int styleable AppCompatTheme_autoCompleteTextViewStyle 37 +int styleable AppCompatTheme_borderlessButtonStyle 38 +int styleable AppCompatTheme_buttonBarButtonStyle 39 +int styleable AppCompatTheme_buttonBarNegativeButtonStyle 40 +int styleable AppCompatTheme_buttonBarNeutralButtonStyle 41 +int styleable AppCompatTheme_buttonBarPositiveButtonStyle 42 +int styleable AppCompatTheme_buttonBarStyle 43 +int styleable AppCompatTheme_buttonStyle 44 +int styleable AppCompatTheme_buttonStyleSmall 45 +int styleable AppCompatTheme_checkboxStyle 46 +int styleable AppCompatTheme_checkedTextViewStyle 47 +int styleable AppCompatTheme_colorAccent 48 +int styleable AppCompatTheme_colorBackgroundFloating 49 +int styleable AppCompatTheme_colorButtonNormal 50 +int styleable AppCompatTheme_colorControlActivated 51 +int styleable AppCompatTheme_colorControlHighlight 52 +int styleable AppCompatTheme_colorControlNormal 53 +int styleable AppCompatTheme_colorError 54 +int styleable AppCompatTheme_colorPrimary 55 +int styleable AppCompatTheme_colorPrimaryDark 56 +int styleable AppCompatTheme_colorSwitchThumbNormal 57 +int styleable AppCompatTheme_controlBackground 58 +int styleable AppCompatTheme_dialogCornerRadius 59 +int styleable AppCompatTheme_dialogPreferredPadding 60 +int styleable AppCompatTheme_dialogTheme 61 +int styleable AppCompatTheme_dividerHorizontal 62 +int styleable AppCompatTheme_dividerVertical 63 +int styleable AppCompatTheme_dropDownListViewStyle 64 +int styleable AppCompatTheme_dropdownListPreferredItemHeight 65 +int styleable AppCompatTheme_editTextBackground 66 +int styleable AppCompatTheme_editTextColor 67 +int styleable AppCompatTheme_editTextStyle 68 +int styleable AppCompatTheme_homeAsUpIndicator 69 +int styleable AppCompatTheme_imageButtonStyle 70 +int styleable AppCompatTheme_listChoiceBackgroundIndicator 71 +int styleable AppCompatTheme_listDividerAlertDialog 72 +int styleable AppCompatTheme_listMenuViewStyle 73 +int styleable AppCompatTheme_listPopupWindowStyle 74 +int styleable AppCompatTheme_listPreferredItemHeight 75 +int styleable AppCompatTheme_listPreferredItemHeightLarge 76 +int styleable AppCompatTheme_listPreferredItemHeightSmall 77 +int styleable AppCompatTheme_listPreferredItemPaddingLeft 78 +int styleable AppCompatTheme_listPreferredItemPaddingRight 79 +int styleable AppCompatTheme_panelBackground 80 +int styleable AppCompatTheme_panelMenuListTheme 81 +int styleable AppCompatTheme_panelMenuListWidth 82 +int styleable AppCompatTheme_popupMenuStyle 83 +int styleable AppCompatTheme_popupWindowStyle 84 +int styleable AppCompatTheme_radioButtonStyle 85 +int styleable AppCompatTheme_ratingBarStyle 86 +int styleable AppCompatTheme_ratingBarStyleIndicator 87 +int styleable AppCompatTheme_ratingBarStyleSmall 88 +int styleable AppCompatTheme_searchViewStyle 89 +int styleable AppCompatTheme_seekBarStyle 90 +int styleable AppCompatTheme_selectableItemBackground 91 +int styleable AppCompatTheme_selectableItemBackgroundBorderless 92 +int styleable AppCompatTheme_spinnerDropDownItemStyle 93 +int styleable AppCompatTheme_spinnerStyle 94 +int styleable AppCompatTheme_switchStyle 95 +int styleable AppCompatTheme_textAppearanceLargePopupMenu 96 +int styleable AppCompatTheme_textAppearanceListItem 97 +int styleable AppCompatTheme_textAppearanceListItemSecondary 98 +int styleable AppCompatTheme_textAppearanceListItemSmall 99 +int styleable AppCompatTheme_textAppearancePopupMenuHeader 100 +int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 101 +int styleable AppCompatTheme_textAppearanceSearchResultTitle 102 +int styleable AppCompatTheme_textAppearanceSmallPopupMenu 103 +int styleable AppCompatTheme_textColorAlertDialogListItem 104 +int styleable AppCompatTheme_textColorSearchUrl 105 +int styleable AppCompatTheme_toolbarNavigationButtonStyle 106 +int styleable AppCompatTheme_toolbarStyle 107 +int styleable AppCompatTheme_tooltipForegroundColor 108 +int styleable AppCompatTheme_tooltipFrameBackground 109 +int styleable AppCompatTheme_viewInflaterClass 110 +int styleable AppCompatTheme_windowActionBar 111 +int styleable AppCompatTheme_windowActionBarOverlay 112 +int styleable AppCompatTheme_windowActionModeOverlay 113 +int styleable AppCompatTheme_windowFixedHeightMajor 114 +int styleable AppCompatTheme_windowFixedHeightMinor 115 +int styleable AppCompatTheme_windowFixedWidthMajor 116 +int styleable AppCompatTheme_windowFixedWidthMinor 117 +int styleable AppCompatTheme_windowMinWidthMajor 118 +int styleable AppCompatTheme_windowMinWidthMinor 119 +int styleable AppCompatTheme_windowNoTitle 120 +int[] styleable BeautyPanelStyle { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 } +int styleable BeautyPanelStyle_beautyPanelBigeyeIcon 0 +int styleable BeautyPanelStyle_beautyPanelChinIcon 1 +int styleable BeautyPanelStyle_beautyPanelColorPrimary 2 +int styleable BeautyPanelStyle_beautyPanelEyeAngleIcon 3 +int styleable BeautyPanelStyle_beautyPanelEyeDistanceIcon 4 +int styleable BeautyPanelStyle_beautyPanelEyeLightenIcon 5 +int styleable BeautyPanelStyle_beautyPanelFaceShapeIcon 6 +int styleable BeautyPanelStyle_beautyPanelFaceshortIcon 7 +int styleable BeautyPanelStyle_beautyPanelFaceslimIcon 8 +int styleable BeautyPanelStyle_beautyPanelFacevIcon 9 +int styleable BeautyPanelStyle_beautyPanelForeheadIcon 10 +int styleable BeautyPanelStyle_beautyPanelMouseWidthIcon 11 +int styleable BeautyPanelStyle_beautyPanelMouthShapeIcon 12 +int styleable BeautyPanelStyle_beautyPanelNaturalIcon 13 +int styleable BeautyPanelStyle_beautyPanelNosePositionIcon 14 +int styleable BeautyPanelStyle_beautyPanelNoseWingIcon 15 +int styleable BeautyPanelStyle_beautyPanelNoseslimIcon 16 +int styleable BeautyPanelStyle_beautyPanelPituIcon 17 +int styleable BeautyPanelStyle_beautyPanelPouchRemoveIcon 18 +int styleable BeautyPanelStyle_beautyPanelRuddyIcon 19 +int styleable BeautyPanelStyle_beautyPanelSmileLinesRemoveIcon 20 +int styleable BeautyPanelStyle_beautyPanelSmoothIcon 21 +int styleable BeautyPanelStyle_beautyPanelToothWhiteIcon 22 +int styleable BeautyPanelStyle_beautyPanelWhiteIcon 23 +int styleable BeautyPanelStyle_beautyPanelWrinkleIcon 24 +int[] styleable ButtonBarLayout { 0x0 } +int styleable ButtonBarLayout_allowStacking 0 +int[] styleable ColorStateListItem { 0x0, 0x101031f, 0x10101a5 } +int styleable ColorStateListItem_alpha 0 +int styleable ColorStateListItem_android_alpha 1 +int styleable ColorStateListItem_android_color 2 +int[] styleable CompoundButton { 0x1010107, 0x0, 0x0 } +int styleable CompoundButton_android_button 0 +int styleable CompoundButton_buttonTint 1 +int styleable CompoundButton_buttonTintMode 2 +int[] styleable CoordinatorLayout { 0x0, 0x0 } +int styleable CoordinatorLayout_keylines 0 +int styleable CoordinatorLayout_statusBarBackground 1 +int[] styleable CoordinatorLayout_Layout { 0x10100b3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 } +int styleable CoordinatorLayout_Layout_android_layout_gravity 0 +int styleable CoordinatorLayout_Layout_layout_anchor 1 +int styleable CoordinatorLayout_Layout_layout_anchorGravity 2 +int styleable CoordinatorLayout_Layout_layout_behavior 3 +int styleable CoordinatorLayout_Layout_layout_dodgeInsetEdges 4 +int styleable CoordinatorLayout_Layout_layout_insetEdge 5 +int styleable CoordinatorLayout_Layout_layout_keyline 6 +int[] styleable DrawerArrowToggle { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 } +int styleable DrawerArrowToggle_arrowHeadLength 0 +int styleable DrawerArrowToggle_arrowShaftLength 1 +int styleable DrawerArrowToggle_barLength 2 +int styleable DrawerArrowToggle_color 3 +int styleable DrawerArrowToggle_drawableSize 4 +int styleable DrawerArrowToggle_gapBetweenBars 5 +int styleable DrawerArrowToggle_spinBars 6 +int styleable DrawerArrowToggle_thickness 7 +int[] styleable FontFamily { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 } +int styleable FontFamily_fontProviderAuthority 0 +int styleable FontFamily_fontProviderCerts 1 +int styleable FontFamily_fontProviderFetchStrategy 2 +int styleable FontFamily_fontProviderFetchTimeout 3 +int styleable FontFamily_fontProviderPackage 4 +int styleable FontFamily_fontProviderQuery 5 +int[] styleable FontFamilyFont { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x0, 0x0, 0x0, 0x0, 0x0 } +int styleable FontFamilyFont_android_font 0 +int styleable FontFamilyFont_android_fontStyle 1 +int styleable FontFamilyFont_android_fontVariationSettings 2 +int styleable FontFamilyFont_android_fontWeight 3 +int styleable FontFamilyFont_android_ttcIndex 4 +int styleable FontFamilyFont_font 5 +int styleable FontFamilyFont_fontStyle 6 +int styleable FontFamilyFont_fontVariationSettings 7 +int styleable FontFamilyFont_fontWeight 8 +int styleable FontFamilyFont_ttcIndex 9 +int[] styleable GradientColor { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 } +int styleable GradientColor_android_centerColor 0 +int styleable GradientColor_android_centerX 1 +int styleable GradientColor_android_centerY 2 +int styleable GradientColor_android_endColor 3 +int styleable GradientColor_android_endX 4 +int styleable GradientColor_android_endY 5 +int styleable GradientColor_android_gradientRadius 6 +int styleable GradientColor_android_startColor 7 +int styleable GradientColor_android_startX 8 +int styleable GradientColor_android_startY 9 +int styleable GradientColor_android_tileMode 10 +int styleable GradientColor_android_type 11 +int[] styleable GradientColorItem { 0x10101a5, 0x1010514 } +int styleable GradientColorItem_android_color 0 +int styleable GradientColorItem_android_offset 1 +int[] styleable LinearLayoutCompat { 0x1010126, 0x1010127, 0x10100af, 0x10100c4, 0x1010128, 0x0, 0x0, 0x0, 0x0 } +int styleable LinearLayoutCompat_android_baselineAligned 0 +int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 1 +int styleable LinearLayoutCompat_android_gravity 2 +int styleable LinearLayoutCompat_android_orientation 3 +int styleable LinearLayoutCompat_android_weightSum 4 +int styleable LinearLayoutCompat_divider 5 +int styleable LinearLayoutCompat_dividerPadding 6 +int styleable LinearLayoutCompat_measureWithLargestChild 7 +int styleable LinearLayoutCompat_showDividers 8 +int[] styleable LinearLayoutCompat_Layout { 0x10100b3, 0x10100f5, 0x1010181, 0x10100f4 } +int styleable LinearLayoutCompat_Layout_android_layout_gravity 0 +int styleable LinearLayoutCompat_Layout_android_layout_height 1 +int styleable LinearLayoutCompat_Layout_android_layout_weight 2 +int styleable LinearLayoutCompat_Layout_android_layout_width 3 +int[] styleable ListPopupWindow { 0x10102ac, 0x10102ad } +int styleable ListPopupWindow_android_dropDownHorizontalOffset 0 +int styleable ListPopupWindow_android_dropDownVerticalOffset 1 +int[] styleable MenuGroup { 0x10101e0, 0x101000e, 0x10100d0, 0x10101de, 0x10101df, 0x1010194 } +int styleable MenuGroup_android_checkableBehavior 0 +int styleable MenuGroup_android_enabled 1 +int styleable MenuGroup_android_id 2 +int styleable MenuGroup_android_menuCategory 3 +int styleable MenuGroup_android_orderInCategory 4 +int styleable MenuGroup_android_visible 5 +int[] styleable MenuItem { 0x0, 0x0, 0x0, 0x0, 0x10101e3, 0x10101e5, 0x1010106, 0x101000e, 0x1010002, 0x10100d0, 0x10101de, 0x10101e4, 0x101026f, 0x10101df, 0x10101e1, 0x10101e2, 0x1010194, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 } +int styleable MenuItem_actionLayout 0 +int styleable MenuItem_actionProviderClass 1 +int styleable MenuItem_actionViewClass 2 +int styleable MenuItem_alphabeticModifiers 3 +int styleable MenuItem_android_alphabeticShortcut 4 +int styleable MenuItem_android_checkable 5 +int styleable MenuItem_android_checked 6 +int styleable MenuItem_android_enabled 7 +int styleable MenuItem_android_icon 8 +int styleable MenuItem_android_id 9 +int styleable MenuItem_android_menuCategory 10 +int styleable MenuItem_android_numericShortcut 11 +int styleable MenuItem_android_onClick 12 +int styleable MenuItem_android_orderInCategory 13 +int styleable MenuItem_android_title 14 +int styleable MenuItem_android_titleCondensed 15 +int styleable MenuItem_android_visible 16 +int styleable MenuItem_contentDescription 17 +int styleable MenuItem_iconTint 18 +int styleable MenuItem_iconTintMode 19 +int styleable MenuItem_numericModifiers 20 +int styleable MenuItem_showAsAction 21 +int styleable MenuItem_tooltipText 22 +int[] styleable MenuView { 0x101012f, 0x101012d, 0x1010130, 0x1010131, 0x101012c, 0x101012e, 0x10100ae, 0x0, 0x0 } +int styleable MenuView_android_headerBackground 0 +int styleable MenuView_android_horizontalDivider 1 +int styleable MenuView_android_itemBackground 2 +int styleable MenuView_android_itemIconDisabledAlpha 3 +int styleable MenuView_android_itemTextAppearance 4 +int styleable MenuView_android_verticalDivider 5 +int styleable MenuView_android_windowAnimationStyle 6 +int styleable MenuView_preserveIconSpacing 7 +int styleable MenuView_subMenuArrow 8 +int[] styleable PopupWindow { 0x10102c9, 0x1010176, 0x0 } +int styleable PopupWindow_android_popupAnimationStyle 0 +int styleable PopupWindow_android_popupBackground 1 +int styleable PopupWindow_overlapAnchor 2 +int[] styleable PopupWindowBackgroundState { 0x0 } +int styleable PopupWindowBackgroundState_state_above_anchor 0 +int[] styleable RecycleListView { 0x0, 0x0 } +int styleable RecycleListView_paddingBottomNoButtons 0 +int styleable RecycleListView_paddingTopNoTitle 1 +int[] styleable RecyclerView { 0x10100f1, 0x10100c4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 } +int styleable RecyclerView_android_descendantFocusability 0 +int styleable RecyclerView_android_orientation 1 +int styleable RecyclerView_fastScrollEnabled 2 +int styleable RecyclerView_fastScrollHorizontalThumbDrawable 3 +int styleable RecyclerView_fastScrollHorizontalTrackDrawable 4 +int styleable RecyclerView_fastScrollVerticalThumbDrawable 5 +int styleable RecyclerView_fastScrollVerticalTrackDrawable 6 +int styleable RecyclerView_layoutManager 7 +int styleable RecyclerView_reverseLayout 8 +int styleable RecyclerView_spanCount 9 +int styleable RecyclerView_stackFromEnd 10 +int[] styleable SearchView { 0x10100da, 0x1010264, 0x1010220, 0x101011f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 } +int styleable SearchView_android_focusable 0 +int styleable SearchView_android_imeOptions 1 +int styleable SearchView_android_inputType 2 +int styleable SearchView_android_maxWidth 3 +int styleable SearchView_closeIcon 4 +int styleable SearchView_commitIcon 5 +int styleable SearchView_defaultQueryHint 6 +int styleable SearchView_goIcon 7 +int styleable SearchView_iconifiedByDefault 8 +int styleable SearchView_layout 9 +int styleable SearchView_queryBackground 10 +int styleable SearchView_queryHint 11 +int styleable SearchView_searchHintIcon 12 +int styleable SearchView_searchIcon 13 +int styleable SearchView_submitBackground 14 +int styleable SearchView_suggestionRowLayout 15 +int styleable SearchView_voiceIcon 16 +int[] styleable Spinner { 0x1010262, 0x10100b2, 0x1010176, 0x101017b, 0x0 } +int styleable Spinner_android_dropDownWidth 0 +int styleable Spinner_android_entries 1 +int styleable Spinner_android_popupBackground 2 +int styleable Spinner_android_prompt 3 +int styleable Spinner_popupTheme 4 +int[] styleable StateListDrawable { 0x1010196, 0x101011c, 0x101030c, 0x101030d, 0x1010195, 0x1010194 } +int styleable StateListDrawable_android_constantSize 0 +int styleable StateListDrawable_android_dither 1 +int styleable StateListDrawable_android_enterFadeDuration 2 +int styleable StateListDrawable_android_exitFadeDuration 3 +int styleable StateListDrawable_android_variablePadding 4 +int styleable StateListDrawable_android_visible 5 +int[] styleable StateListDrawableItem { 0x1010199 } +int styleable StateListDrawableItem_android_drawable 0 +int[] styleable SwitchCompat { 0x1010125, 0x1010124, 0x1010142, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 } +int styleable SwitchCompat_android_textOff 0 +int styleable SwitchCompat_android_textOn 1 +int styleable SwitchCompat_android_thumb 2 +int styleable SwitchCompat_showText 3 +int styleable SwitchCompat_splitTrack 4 +int styleable SwitchCompat_switchMinWidth 5 +int styleable SwitchCompat_switchPadding 6 +int styleable SwitchCompat_switchTextAppearance 7 +int styleable SwitchCompat_thumbTextPadding 8 +int styleable SwitchCompat_thumbTint 9 +int styleable SwitchCompat_thumbTintMode 10 +int styleable SwitchCompat_track 11 +int styleable SwitchCompat_trackTint 12 +int styleable SwitchCompat_trackTintMode 13 +int[] styleable TextAppearance { 0x10103ac, 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x1010098, 0x101009a, 0x101009b, 0x1010095, 0x1010097, 0x1010096, 0x0, 0x0 } +int styleable TextAppearance_android_fontFamily 0 +int styleable TextAppearance_android_shadowColor 1 +int styleable TextAppearance_android_shadowDx 2 +int styleable TextAppearance_android_shadowDy 3 +int styleable TextAppearance_android_shadowRadius 4 +int styleable TextAppearance_android_textColor 5 +int styleable TextAppearance_android_textColorHint 6 +int styleable TextAppearance_android_textColorLink 7 +int styleable TextAppearance_android_textSize 8 +int styleable TextAppearance_android_textStyle 9 +int styleable TextAppearance_android_typeface 10 +int styleable TextAppearance_fontFamily 11 +int styleable TextAppearance_textAllCaps 12 +int[] styleable Toolbar { 0x10100af, 0x1010140, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 } +int styleable Toolbar_android_gravity 0 +int styleable Toolbar_android_minHeight 1 +int styleable Toolbar_buttonGravity 2 +int styleable Toolbar_collapseContentDescription 3 +int styleable Toolbar_collapseIcon 4 +int styleable Toolbar_contentInsetEnd 5 +int styleable Toolbar_contentInsetEndWithActions 6 +int styleable Toolbar_contentInsetLeft 7 +int styleable Toolbar_contentInsetRight 8 +int styleable Toolbar_contentInsetStart 9 +int styleable Toolbar_contentInsetStartWithNavigation 10 +int styleable Toolbar_logo 11 +int styleable Toolbar_logoDescription 12 +int styleable Toolbar_maxButtonHeight 13 +int styleable Toolbar_navigationContentDescription 14 +int styleable Toolbar_navigationIcon 15 +int styleable Toolbar_popupTheme 16 +int styleable Toolbar_subtitle 17 +int styleable Toolbar_subtitleTextAppearance 18 +int styleable Toolbar_subtitleTextColor 19 +int styleable Toolbar_title 20 +int styleable Toolbar_titleMargin 21 +int styleable Toolbar_titleMarginBottom 22 +int styleable Toolbar_titleMarginEnd 23 +int styleable Toolbar_titleMarginStart 24 +int styleable Toolbar_titleMarginTop 25 +int styleable Toolbar_titleMargins 26 +int styleable Toolbar_titleTextAppearance 27 +int styleable Toolbar_titleTextColor 28 +int[] styleable View { 0x10100da, 0x1010000, 0x0, 0x0, 0x0 } +int styleable View_android_focusable 0 +int styleable View_android_theme 1 +int styleable View_paddingEnd 2 +int styleable View_paddingStart 3 +int styleable View_theme 4 +int[] styleable ViewBackgroundHelper { 0x10100d4, 0x0, 0x0 } +int styleable ViewBackgroundHelper_android_background 0 +int styleable ViewBackgroundHelper_backgroundTint 1 +int styleable ViewBackgroundHelper_backgroundTintMode 2 +int[] styleable ViewStubCompat { 0x10100d0, 0x10100f3, 0x10100f2 } +int styleable ViewStubCompat_android_id 0 +int styleable ViewStubCompat_android_inflatedId 1 +int styleable ViewStubCompat_android_layout 2 diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/anim_beauty_load_progress_animation.xml.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/anim_beauty_load_progress_animation.xml.flat new file mode 100644 index 0000000..a36852f Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/anim_beauty_load_progress_animation.xml.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_bailan.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_bailan.png.flat new file mode 100644 index 0000000..7223178 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_bailan.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_baixi.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_baixi.png.flat new file mode 100644 index 0000000..56c0a75 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_baixi.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_biaozhun.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_biaozhun.png.flat new file mode 100644 index 0000000..cb64076 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_biaozhun.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_chaotuo.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_chaotuo.png.flat new file mode 100644 index 0000000..6e9a6fc Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_chaotuo.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_chunzhen.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_chunzhen.png.flat new file mode 100644 index 0000000..f4f3f52 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_chunzhen.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_fennen.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_fennen.png.flat new file mode 100644 index 0000000..df87487 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_fennen.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_bailan.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_bailan.png.flat new file mode 100644 index 0000000..6e013e6 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_bailan.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_baixi.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_baixi.png.flat new file mode 100644 index 0000000..9ebc94e Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_baixi.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_biaozhun.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_biaozhun.png.flat new file mode 100644 index 0000000..d14c4b5 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_biaozhun.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_chaotuo.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_chaotuo.png.flat new file mode 100644 index 0000000..512f97d Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_chaotuo.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_chunzhen.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_chunzhen.png.flat new file mode 100644 index 0000000..bc090ca Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_chunzhen.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_fennen.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_fennen.png.flat new file mode 100644 index 0000000..6100839 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_fennen.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_huaijiu.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_huaijiu.png.flat new file mode 100644 index 0000000..a0a243d Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_huaijiu.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_landiao.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_landiao.png.flat new file mode 100644 index 0000000..a727611 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_landiao.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_langman.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_langman.png.flat new file mode 100644 index 0000000..9b5f25a Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_langman.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_qingliang.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_qingliang.png.flat new file mode 100644 index 0000000..8d9bf9e Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_qingliang.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_qingxin.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_qingxin.png.flat new file mode 100644 index 0000000..7c37883 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_qingxin.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_rixi.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_rixi.png.flat new file mode 100644 index 0000000..cebb5c7 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_rixi.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_weimei.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_weimei.png.flat new file mode 100644 index 0000000..31b7322 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_weimei.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_white.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_white.png.flat new file mode 100644 index 0000000..01c32dc Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_white.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_xiangfen.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_xiangfen.png.flat new file mode 100644 index 0000000..64c97a2 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_xiangfen.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_yinghong.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_yinghong.png.flat new file mode 100644 index 0000000..322d8ca Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_yinghong.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_yuanqi.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_yuanqi.png.flat new file mode 100644 index 0000000..dede67c Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_yuanqi.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_yunshang.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_yunshang.png.flat new file mode 100644 index 0000000..87a41bd Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_yunshang.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_ziran.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_ziran.png.flat new file mode 100644 index 0000000..8e770cb Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_filter_ziran.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_fwhite.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_fwhite.png.flat new file mode 100644 index 0000000..ab6b86a Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_fwhite.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_huaijiu.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_huaijiu.png.flat new file mode 100644 index 0000000..005449f Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_huaijiu.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_bigeye.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_bigeye.png.flat new file mode 100644 index 0000000..334db13 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_bigeye.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_bottom_bg.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_bottom_bg.png.flat new file mode 100644 index 0000000..d3deb3f Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_bottom_bg.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_bottom_bg2.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_bottom_bg2.png.flat new file mode 100644 index 0000000..75e8d29 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_bottom_bg2.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_chin.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_chin.png.flat new file mode 100644 index 0000000..77db476 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_chin.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_common_none.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_common_none.png.flat new file mode 100644 index 0000000..a345d27 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_common_none.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_cutout_background_ai.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_cutout_background_ai.png.flat new file mode 100644 index 0000000..ad86955 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_cutout_background_ai.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_effect_boom.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_effect_boom.png.flat new file mode 100644 index 0000000..e5592f3 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_effect_boom.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_effect_call.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_effect_call.png.flat new file mode 100644 index 0000000..27437cc Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_effect_call.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_effect_constellation.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_effect_constellation.png.flat new file mode 100644 index 0000000..807eaa8 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_effect_constellation.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_effect_face_change.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_effect_face_change.png.flat new file mode 100644 index 0000000..8bc6566 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_effect_face_change.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_effect_flower_fairy.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_effect_flower_fairy.png.flat new file mode 100644 index 0000000..2000a61 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_effect_flower_fairy.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_effect_headband.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_effect_headband.png.flat new file mode 100644 index 0000000..cac59e3 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_effect_headband.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_effect_neon_rat.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_effect_neon_rat.png.flat new file mode 100644 index 0000000..73288b5 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_effect_neon_rat.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_effect_princess.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_effect_princess.png.flat new file mode 100644 index 0000000..10ddc8e Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_effect_princess.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_effect_purple_cat.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_effect_purple_cat.png.flat new file mode 100644 index 0000000..7170e5c Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_effect_purple_cat.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_effect_ribbon.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_effect_ribbon.png.flat new file mode 100644 index 0000000..0514022 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_effect_ribbon.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_effect_star_ear.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_effect_star_ear.png.flat new file mode 100644 index 0000000..403335f Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_effect_star_ear.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_eye_angle.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_eye_angle.png.flat new file mode 100644 index 0000000..26906bc Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_eye_angle.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_eye_bright.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_eye_bright.png.flat new file mode 100644 index 0000000..dfee3e2 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_eye_bright.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_eye_distance.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_eye_distance.png.flat new file mode 100644 index 0000000..5711159 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_eye_distance.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_eyebig.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_eyebig.png.flat new file mode 100644 index 0000000..70e1f3d Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_eyebig.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_face_shape.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_face_shape.png.flat new file mode 100644 index 0000000..4cb52ba Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_face_shape.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_face_short.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_face_short.png.flat new file mode 100644 index 0000000..1823a10 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_face_short.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_faceslim.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_faceslim.png.flat new file mode 100644 index 0000000..81ea218 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_faceslim.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_facev.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_facev.png.flat new file mode 100644 index 0000000..a68dfd6 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_facev.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_forehead.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_forehead.png.flat new file mode 100644 index 0000000..fa43f4b Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_forehead.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_gesture_bottle_cap_challenge.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_gesture_bottle_cap_challenge.png.flat new file mode 100644 index 0000000..d886b1f Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_gesture_bottle_cap_challenge.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_gesture_meteor_shower.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_gesture_meteor_shower.png.flat new file mode 100644 index 0000000..bd264e3 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_gesture_meteor_shower.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_gesture_pikachu.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_gesture_pikachu.png.flat new file mode 100644 index 0000000..512b559 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_gesture_pikachu.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_gesture_snow_control.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_gesture_snow_control.png.flat new file mode 100644 index 0000000..3012bd7 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_gesture_snow_control.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_gesture_tv_star.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_gesture_tv_star.png.flat new file mode 100644 index 0000000..af36005 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_gesture_tv_star.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_goodluck.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_goodluck.png.flat new file mode 100644 index 0000000..db6d5ba Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_goodluck.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_makeups_cherry.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_makeups_cherry.png.flat new file mode 100644 index 0000000..da30533 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_makeups_cherry.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_makeups_costume.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_makeups_costume.png.flat new file mode 100644 index 0000000..e85b21f Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_makeups_costume.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_makeups_lip.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_makeups_lip.png.flat new file mode 100644 index 0000000..73e651f Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_makeups_lip.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_makeups_mixing.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_makeups_mixing.png.flat new file mode 100644 index 0000000..d0d1c19 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_makeups_mixing.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_makeups_pink.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_makeups_pink.png.flat new file mode 100644 index 0000000..33d548f Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_makeups_pink.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_makeups_retro.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_makeups_retro.png.flat new file mode 100644 index 0000000..9a35590 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_makeups_retro.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_makeups_seas.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_makeups_seas.png.flat new file mode 100644 index 0000000..d591b1c Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_makeups_seas.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_makeups_ugly.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_makeups_ugly.png.flat new file mode 100644 index 0000000..3af12f4 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_makeups_ugly.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_makeups_widow.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_makeups_widow.png.flat new file mode 100644 index 0000000..20a6ab3 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_makeups_widow.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_mouse_shape.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_mouse_shape.png.flat new file mode 100644 index 0000000..c14ee24 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_mouse_shape.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_mouse_width.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_mouse_width.png.flat new file mode 100644 index 0000000..35fe638 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_mouse_width.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_natural.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_natural.png.flat new file mode 100644 index 0000000..f8c1a84 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_natural.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_nose_position.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_nose_position.png.flat new file mode 100644 index 0000000..6d5a3ba Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_nose_position.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_nose_wing.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_nose_wing.png.flat new file mode 100644 index 0000000..956593e Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_nose_wing.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_noseslim.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_noseslim.png.flat new file mode 100644 index 0000000..c0d44c8 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_noseslim.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_pitu.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_pitu.png.flat new file mode 100644 index 0000000..2bf4835 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_pitu.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_pouch_remove.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_pouch_remove.png.flat new file mode 100644 index 0000000..f7975bc Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_pouch_remove.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_ruddy.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_ruddy.png.flat new file mode 100644 index 0000000..83431f8 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_ruddy.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_smile_lines.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_smile_lines.png.flat new file mode 100644 index 0000000..52933ec Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_smile_lines.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_smooth.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_smooth.png.flat new file mode 100644 index 0000000..d4a9afa Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_smooth.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_tooth_white.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_tooth_white.png.flat new file mode 100644 index 0000000..792f1ab Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_tooth_white.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_white.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_white.png.flat new file mode 100644 index 0000000..c21aa28 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_white.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_wrinkles.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_wrinkles.png.flat new file mode 100644 index 0000000..01899d4 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ic_wrinkles.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_landiao.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_landiao.png.flat new file mode 100644 index 0000000..051e9b4 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_landiao.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_langman.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_langman.png.flat new file mode 100644 index 0000000..e3436b9 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_langman.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_loading_circle_progress.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_loading_circle_progress.png.flat new file mode 100644 index 0000000..4788273 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_loading_circle_progress.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_orginal.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_orginal.png.flat new file mode 100644 index 0000000..559d897 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_orginal.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_play_seekbar_icon.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_play_seekbar_icon.png.flat new file mode 100644 index 0000000..ea9cc95 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_play_seekbar_icon.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_qingliang.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_qingliang.png.flat new file mode 100644 index 0000000..4bf89c2 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_qingliang.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_qingxin.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_qingxin.png.flat new file mode 100644 index 0000000..efa8ab0 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_qingxin.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_rixi.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_rixi.png.flat new file mode 100644 index 0000000..9c45a80 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_rixi.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_video_xiaofu.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_video_xiaofu.png.flat new file mode 100644 index 0000000..d6deccf Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_video_xiaofu.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_weimei.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_weimei.png.flat new file mode 100644 index 0000000..41bf816 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_weimei.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_xiangfen.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_xiangfen.png.flat new file mode 100644 index 0000000..630b723 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_xiangfen.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_yinghong.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_yinghong.png.flat new file mode 100644 index 0000000..7062bd6 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_yinghong.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_yuanqi.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_yuanqi.png.flat new file mode 100644 index 0000000..6e5ea78 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_yuanqi.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_yunshang.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_yunshang.png.flat new file mode 100644 index 0000000..1c358f5 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_yunshang.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ziran.png.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ziran.png.flat new file mode 100644 index 0000000..70c10a2 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable-xxhdpi-v4_beauty_ziran.png.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable_beauty_rebuild_seekbar_progress_drawable.xml.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable_beauty_rebuild_seekbar_progress_drawable.xml.flat new file mode 100644 index 0000000..af52697 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable_beauty_rebuild_seekbar_progress_drawable.xml.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable_beauty_rebuild_seekbar_progress_thumb.xml.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable_beauty_rebuild_seekbar_progress_thumb.xml.flat new file mode 100644 index 0000000..a9765b7 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable_beauty_rebuild_seekbar_progress_thumb.xml.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable_beauty_seekbar_progress_drawable.xml.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable_beauty_seekbar_progress_drawable.xml.flat new file mode 100644 index 0000000..ecacc20 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable_beauty_seekbar_progress_drawable.xml.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable_beauty_text_color.xml.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable_beauty_text_color.xml.flat new file mode 100644 index 0000000..8b58f9d Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/drawable_beauty_text_color.xml.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/layout_beauty_item.xml.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/layout_beauty_item.xml.flat new file mode 100644 index 0000000..cc40761 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/layout_beauty_item.xml.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/layout_beauty_layout_loading_progress.xml.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/layout_beauty_layout_loading_progress.xml.flat new file mode 100644 index 0000000..ccbcccb Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/layout_beauty_layout_loading_progress.xml.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/layout_beauty_panel.xml.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/layout_beauty_panel.xml.flat new file mode 100644 index 0000000..0dfedb5 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/layout_beauty_panel.xml.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/layout_beauty_view_item.xml.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/layout_beauty_view_item.xml.flat new file mode 100644 index 0000000..6b80f29 Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/layout_beauty_view_item.xml.flat differ diff --git a/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/layout_beauty_view_layout.xml.flat b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/layout_beauty_view_layout.xml.flat new file mode 100644 index 0000000..5b0862a Binary files /dev/null and b/beautysettingkit/build/intermediates/compiled_local_resources/debug/out/layout_beauty_view_layout.xml.flat differ diff --git a/beautysettingkit/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml b/beautysettingkit/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml new file mode 100644 index 0000000..600da26 --- /dev/null +++ b/beautysettingkit/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/beautysettingkit/build/intermediates/incremental/mergeDebugShaders/merger.xml b/beautysettingkit/build/intermediates/incremental/mergeDebugShaders/merger.xml new file mode 100644 index 0000000..d189a77 --- /dev/null +++ b/beautysettingkit/build/intermediates/incremental/mergeDebugShaders/merger.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/beautysettingkit/build/intermediates/incremental/packageDebugAssets/merger.xml b/beautysettingkit/build/intermediates/incremental/packageDebugAssets/merger.xml new file mode 100644 index 0000000..2dc37c4 --- /dev/null +++ b/beautysettingkit/build/intermediates/incremental/packageDebugAssets/merger.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/beautysettingkit/build/intermediates/incremental/packageDebugResources/compile-file-map.properties b/beautysettingkit/build/intermediates/incremental/packageDebugResources/compile-file-map.properties new file mode 100644 index 0000000..c0e014a --- /dev/null +++ b/beautysettingkit/build/intermediates/incremental/packageDebugResources/compile-file-map.properties @@ -0,0 +1,108 @@ +#Mon Jun 13 10:58:55 CST 2022 +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_biaozhun.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_biaozhun.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_forehead.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_forehead.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_nose_position.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_nose_position.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_bigeye.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_bigeye.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_makeups_pink.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_makeups_pink.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_makeups_retro.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_makeups_retro.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_smile_lines.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_smile_lines.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_langman.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_langman.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_makeups_widow.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_makeups_widow.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_yinghong.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_yinghong.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_orginal.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_orginal.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_filter_yinghong.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_yinghong.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_effect_face_change.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_effect_face_change.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable/beauty_text_color.xml=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable/beauty_text_color.xml +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable/beauty_rebuild_seekbar_progress_thumb.xml=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable/beauty_rebuild_seekbar_progress_thumb.xml +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_rixi.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_rixi.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_video_xiaofu.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_video_xiaofu.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_gesture_meteor_shower.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_gesture_meteor_shower.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/layout/beauty_view_layout.xml=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/layout/beauty_view_layout.xml +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/layout/beauty_layout_loading_progress.xml=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/layout/beauty_layout_loading_progress.xml +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_gesture_tv_star.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_gesture_tv_star.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_chin.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_chin.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_yuanqi.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_yuanqi.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_filter_ziran.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_ziran.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_goodluck.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_goodluck.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_nose_wing.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_nose_wing.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_filter_weimei.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_weimei.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_landiao.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_landiao.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_facev.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_facev.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/anim/beauty_load_progress_animation.xml=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/anim/beauty_load_progress_animation.xml +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_ruddy.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_ruddy.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_gesture_bottle_cap_challenge.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_gesture_bottle_cap_challenge.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable/beauty_seekbar_progress_drawable.xml=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable/beauty_seekbar_progress_drawable.xml +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_qingliang.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_qingliang.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_filter_baixi.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_baixi.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_effect_star_ear.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_effect_star_ear.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_bottom_bg.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_bottom_bg.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_effect_flower_fairy.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_effect_flower_fairy.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_filter_chunzhen.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_chunzhen.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_tooth_white.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_tooth_white.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_eye_bright.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_eye_bright.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_effect_call.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_effect_call.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_bailan.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_bailan.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_eye_angle.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_eye_angle.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_gesture_snow_control.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_gesture_snow_control.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_filter_langman.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_langman.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_huaijiu.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_huaijiu.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_common_none.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_common_none.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_fwhite.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_fwhite.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_chunzhen.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_chunzhen.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_filter_fennen.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_fennen.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_play_seekbar_icon.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_play_seekbar_icon.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_smooth.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_smooth.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_effect_purple_cat.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_effect_purple_cat.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_makeups_costume.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_makeups_costume.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_pouch_remove.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_pouch_remove.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_gesture_pikachu.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_gesture_pikachu.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_pitu.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_pitu.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_filter_white.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_white.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_filter_landiao.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_landiao.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_effect_princess.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_effect_princess.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_qingxin.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_qingxin.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable/beauty_rebuild_seekbar_progress_drawable.xml=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable/beauty_rebuild_seekbar_progress_drawable.xml +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_chaotuo.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_chaotuo.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_makeups_seas.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_makeups_seas.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_natural.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_natural.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_filter_xiangfen.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_xiangfen.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/layout/beauty_panel.xml=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/layout/beauty_panel.xml +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_mouse_width.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_mouse_width.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_face_short.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_face_short.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_effect_boom.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_effect_boom.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_wrinkles.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_wrinkles.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_loading_circle_progress.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_loading_circle_progress.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_filter_huaijiu.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_huaijiu.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_filter_qingliang.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_qingliang.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_bottom_bg2.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_bottom_bg2.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_makeups_lip.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_makeups_lip.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_effect_constellation.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_effect_constellation.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_face_shape.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_face_shape.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_mouse_shape.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_mouse_shape.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_makeups_ugly.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_makeups_ugly.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_weimei.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_weimei.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_xiangfen.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_xiangfen.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ziran.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ziran.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_filter_yuanqi.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_yuanqi.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_eye_distance.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_eye_distance.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_filter_chaotuo.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_chaotuo.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_noseslim.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_noseslim.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_filter_bailan.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_bailan.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_cutout_background_ai.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_cutout_background_ai.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_filter_qingxin.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_qingxin.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_makeups_mixing.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_makeups_mixing.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_eyebig.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_eyebig.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_makeups_cherry.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_makeups_cherry.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_effect_headband.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_effect_headband.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_effect_ribbon.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_effect_ribbon.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_filter_biaozhun.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_biaozhun.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/layout/beauty_view_item.xml=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/layout/beauty_view_item.xml +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_white.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_white.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_baixi.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_baixi.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_effect_neon_rat.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_effect_neon_rat.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_filter_rixi.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_rixi.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_fennen.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_fennen.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_yunshang.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_yunshang.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_ic_faceslim.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_faceslim.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/drawable-xxhdpi/beauty_filter_yunshang.png=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_yunshang.png +/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/res/layout/beauty_item.xml=/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/build/intermediates/packaged_res/debug/layout/beauty_item.xml diff --git a/beautysettingkit/build/intermediates/incremental/packageDebugResources/merged.dir/values-en/values-en.xml b/beautysettingkit/build/intermediates/incremental/packageDebugResources/merged.dir/values-en/values-en.xml new file mode 100644 index 0000000..fe41882 --- /dev/null +++ b/beautysettingkit/build/intermediates/incremental/packageDebugResources/merged.dir/values-en/values-en.xml @@ -0,0 +1,93 @@ + + + Cancel + Close + None + Confirm + AI Scratch + Boom + Glow stick + Q constellation + Change face + Floral Fairy + Bang Ribbon + Rainbow Mouse + Little princess + Violet Cat + Color Ribbon + Star ear + Bottle + Meteor Shower + PikaQiu + Snow Control + TV Star + Good luck + Cherries + Gufeng + Qixichun + Mixed Makeup + FenfenXia + Fu Gu + Ocean + Ugly Girl + Widow Makeup + Palm out + Beauty + Big eyes + Chin + Eye-angle + Eye-distance + Eye-lighten + Face-shape + Short-face + Thin-face + V-face + Sweet + Blond + Aesthetic + Blues + Cheery + Cloud + Cool + Fragrance + Fresh + Orchid + Rosy + Pure + Nostalgic + Romantic + Standard + Super + Vitality + White + Natural + Forehead + Mouse-width + Mouth-shape + Nose-position + Thin-nose + Nose-wing + Pounch-remove + Ruddy + Smilelines-remove + Beauty(Natural) + Beauty(PS) + Beauty(Smooth) + Tooth-white + Uniforms + White + Wrinkle-remove + Beauty + Dynamic effect + Face beauty + Filter + Gesture + Green screen + Blend Pic + Style + Setup + Strength + Unable to download + Unable to decompress materials + Insufficient storage + \ No newline at end of file diff --git a/beautysettingkit/build/intermediates/incremental/packageDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml b/beautysettingkit/build/intermediates/incremental/packageDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml new file mode 100644 index 0000000..b82b3d5 --- /dev/null +++ b/beautysettingkit/build/intermediates/incremental/packageDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml @@ -0,0 +1,91 @@ + + + 取消 + 關閉 + + 確定 + AI摳背 + Boom + 瘋狂打call + Q星座 + 變臉 + 花仙子 + 劉海髮帶 + 霓虹鼠 + 小公舉 + 紫色小貓 + 彩色絲帶 + 星耳 + 瓶盖挑战 + 流星雨 + 皮卡丘 + 控雪 + 电视之星 + Good luck + 櫻桃 + 古风妝 + 七夕唇印 + 混合妝 + 粉粉霞 + 原宿復古 + 海洋 + 小丑女 + 寡姐妝 + 伸出手掌 + 美顏 + 大眼 + 下巴 + 眼角 + 眼距 + 亮眼 + 脸型 + 短臉 + 瘦臉 + V臉 + 日系 + 唯美 + 藍調 + 櫻紅 + 雲裳 + 清涼 + 香氛 + 清新 + 白蘭 + 粉嫩 + 純真 + 懷舊 + 浪漫 + 標準 + 超脫 + 元氣 + 美白 + 发际线 + 嘴唇厚度 + 嘴形 + 鼻子位置 + 瘦鼻 + 鼻翼 + 祛眼袋 + 紅潤 + 祛法令纹 + 美顏(自然) + 美顏(天天P图) + 美顏(光滑) + 白牙 + 校服 + 美白 + 祛皱 + 美顏 + 動效 + 美妆 + 濾鏡 + 手势 + 綠幕 + 摳背 + 風格 + 設置 + 強度 + 下載失敗 + 素材解壓失敗 + 存儲空間不足 + \ No newline at end of file diff --git a/beautysettingkit/build/intermediates/incremental/packageDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml b/beautysettingkit/build/intermediates/incremental/packageDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml new file mode 100644 index 0000000..b82b3d5 --- /dev/null +++ b/beautysettingkit/build/intermediates/incremental/packageDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml @@ -0,0 +1,91 @@ + + + 取消 + 關閉 + + 確定 + AI摳背 + Boom + 瘋狂打call + Q星座 + 變臉 + 花仙子 + 劉海髮帶 + 霓虹鼠 + 小公舉 + 紫色小貓 + 彩色絲帶 + 星耳 + 瓶盖挑战 + 流星雨 + 皮卡丘 + 控雪 + 电视之星 + Good luck + 櫻桃 + 古风妝 + 七夕唇印 + 混合妝 + 粉粉霞 + 原宿復古 + 海洋 + 小丑女 + 寡姐妝 + 伸出手掌 + 美顏 + 大眼 + 下巴 + 眼角 + 眼距 + 亮眼 + 脸型 + 短臉 + 瘦臉 + V臉 + 日系 + 唯美 + 藍調 + 櫻紅 + 雲裳 + 清涼 + 香氛 + 清新 + 白蘭 + 粉嫩 + 純真 + 懷舊 + 浪漫 + 標準 + 超脫 + 元氣 + 美白 + 发际线 + 嘴唇厚度 + 嘴形 + 鼻子位置 + 瘦鼻 + 鼻翼 + 祛眼袋 + 紅潤 + 祛法令纹 + 美顏(自然) + 美顏(天天P图) + 美顏(光滑) + 白牙 + 校服 + 美白 + 祛皱 + 美顏 + 動效 + 美妆 + 濾鏡 + 手势 + 綠幕 + 摳背 + 風格 + 設置 + 強度 + 下載失敗 + 素材解壓失敗 + 存儲空間不足 + \ No newline at end of file diff --git a/beautysettingkit/build/intermediates/incremental/packageDebugResources/merged.dir/values-zh/values-zh.xml b/beautysettingkit/build/intermediates/incremental/packageDebugResources/merged.dir/values-zh/values-zh.xml new file mode 100644 index 0000000..66cb07b --- /dev/null +++ b/beautysettingkit/build/intermediates/incremental/packageDebugResources/merged.dir/values-zh/values-zh.xml @@ -0,0 +1,91 @@ + + + 取消 + 关闭 + + 确定 + AI抠背 + Boom + 疯狂打call + Q星座 + 变脸 + 花仙子 + 刘海发带 + 霓虹鼠 + 小公举 + 紫色小猫 + 彩色丝带 + 星耳 + 瓶盖挑战 + 流星雨 + 皮卡丘 + 控雪 + 电视之星 + Good luck + 樱桃 + 古风妆 + 七夕唇印 + 混合妆 + 粉粉霞 + 原宿复古 + 海洋 + 小丑女 + 寡姐妆 + 伸出手掌 + 美颜 + 大眼 + 下巴 + 眼角 + 眼距 + 亮眼 + 脸型 + 短脸 + 瘦脸 + V脸 + 日系 + 唯美 + 蓝调 + 樱红 + 云裳 + 清凉 + 香氛 + 清新 + 白兰 + 粉嫩 + 纯真 + 怀旧 + 浪漫 + 标准 + 超脱 + 元气 + 美白 + 发际线 + 嘴唇厚度 + 嘴形 + 鼻子位置 + 瘦鼻 + 鼻翼 + 祛眼袋 + 红润 + 祛法令纹 + 美颜(自然) + 美颜(天天P图) + 美颜(光滑) + 白牙 + 校服 + 美白 + 祛皱 + 美颜 + 动效 + 美妆 + 滤镜 + 手势 + 绿幕 + 抠背 + 风格 + 设置 + 强度 + 下载失败 + 素材解压失败 + 存储空间不足 + \ No newline at end of file diff --git a/beautysettingkit/build/intermediates/incremental/packageDebugResources/merged.dir/values/values.xml b/beautysettingkit/build/intermediates/incremental/packageDebugResources/merged.dir/values/values.xml new file mode 100644 index 0000000..d0fc4f9 --- /dev/null +++ b/beautysettingkit/build/intermediates/incremental/packageDebugResources/merged.dir/values/values.xml @@ -0,0 +1,284 @@ + + + + 美颜 + 滤镜 + 动效 + 美妆 + 手势 + 抠背 + 绿幕 + + + 无动效 + AI抠背 + + + + 标准 + 自然 + 白皙 + 樱红 + 云裳 + 纯真 + 白兰 + 元气 + 超脱 + 香氛 + 美白 + 浪漫 + 清新 + 唯美 + 粉嫩 + 怀旧 + 蓝调 + 清凉 + 日系 + + + 皮卡丘 + 流星雨 + 控雪 + 电视之星 + 瓶盖挑战 + + + + Good luck + + + 原宿复古 + 樱桃 + 海洋 + 粉粉霞 + 寡姐妆 + 七夕唇印 + 古风妆 + 小丑女 + 混合妆 + + + + Boom + 霓虹鼠 + 星耳 + 疯狂打call + Q星座 + 彩色丝带 + 刘海发带 + 变脸 + 紫色小猫 + 花仙子 + 小公举 + + + 美颜(光滑) + 美颜(自然) + 美颜(天天P图) + + + 美颜 + 美白 + 红润 + 大眼 + 瘦脸 + V脸 + 下巴 + 短脸 + 瘦鼻 + 亮眼 + 白牙 + 祛眼袋 + 祛法令纹 + 祛皱 + 发际线 + 眼距 + 眼角 + 嘴形 + 鼻翼 + 鼻子位置 + 嘴唇厚度 + 脸型 + + #FF584C + #FFFFFF + 9sp + 18sp + 19sp + 20sp + 10sp + 11sp + 12sp + 13sp + 14sp + 15sp + 16sp + 17sp + 35dp + 75dp + 60dp + 14sp + 18sp + 18dp + 50dp + 10dp + 60dp + 2dp + 1dp + 2dp + 50dp + 50dp + 取消 + 关闭 + + 确定 + AI抠背 + Boom + 疯狂打call + Q星座 + 变脸 + 花仙子 + 刘海发带 + 霓虹鼠 + 小公举 + 紫色小猫 + 彩色丝带 + 星耳 + 瓶盖挑战 + 流星雨 + 皮卡丘 + 控雪 + 电视之星 + Good luck + 樱桃 + 古风妆 + 七夕唇印 + 混合妆 + 粉粉霞 + 原宿复古 + 海洋 + 小丑女 + 寡姐妆 + 伸出手掌 + 美颜 + 大眼 + 下巴 + 眼角 + 眼距 + 亮眼 + 脸型 + 短脸 + 瘦脸 + V脸 + 日系 + 白皙 + 唯美 + 蓝调 + 樱红 + 云裳 + 清凉 + 香氛 + 清新 + 白兰 + 粉嫩 + 纯真 + 怀旧 + 浪漫 + 标准 + 超脱 + 元气 + 美白 + 自然 + 发际线 + 嘴唇厚度 + 嘴形 + 鼻子位置 + 瘦鼻 + 鼻翼 + 祛眼袋 + 红润 + 祛法令纹 + 美颜(自然) + 美颜(天天P图) + 美颜(光滑) + 白牙 + 校服 + 美白 + 祛皱 + 美颜 + 动效 + 美妆 + 滤镜 + 手势 + 绿幕 + 抠背 + 风格 + 设置 + 强度 + 下载失败 + 素材解压失败 + 存储空间不足 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/beautysettingkit/build/intermediates/incremental/packageDebugResources/merger.xml b/beautysettingkit/build/intermediates/incremental/packageDebugResources/merger.xml new file mode 100644 index 0000000..d047f39 --- /dev/null +++ b/beautysettingkit/build/intermediates/incremental/packageDebugResources/merger.xml @@ -0,0 +1,180 @@ + +確定取消關閉強度設置伸出手掌風格美顏濾鏡動效摳背綠幕美妆手势美顏(光滑)美顏(自然)美顏(天天P图)美顏美白紅潤大眼瘦臉V臉下巴短臉瘦鼻亮眼白牙祛眼袋祛法令纹祛皱发际线眼距眼角嘴形鼻翼鼻子位置嘴唇厚度脸型標準櫻紅雲裳純真白蘭元氣超脫香氛美白浪漫清新唯美粉嫩懷舊藍調清涼日系Boom霓虹鼠星耳瘋狂打callQ星座彩色絲帶劉海髮帶變臉紫色小貓花仙子小公舉AI摳背Good luck皮卡丘流星雨控雪电视之星瓶盖挑战原宿復古櫻桃海洋粉粉霞寡姐妝七夕唇印古风妝小丑女混合妝校服素材解壓失敗下載失敗存儲空間不足確定取消關閉強度設置伸出手掌風格美顏濾鏡動效摳背綠幕美妆手势美顏(光滑)美顏(自然)美顏(天天P图)美顏美白紅潤大眼瘦臉V臉下巴短臉瘦鼻亮眼白牙祛眼袋祛法令纹祛皱发际线眼距眼角嘴形鼻翼鼻子位置嘴唇厚度脸型標準櫻紅雲裳純真白蘭元氣超脫香氛美白浪漫清新唯美粉嫩懷舊藍調清涼日系Boom霓虹鼠星耳瘋狂打callQ星座彩色絲帶劉海髮帶變臉紫色小貓花仙子小公舉AI摳背Good luck皮卡丘流星雨控雪电视之星瓶盖挑战原宿復古櫻桃海洋粉粉霞寡姐妝七夕唇印古风妝小丑女混合妝校服素材解壓失敗下載失敗存儲空間不足#FF584C#FFFFFF18sp14sp9sp10sp11sp12sp13sp14sp15sp16sp17sp18sp19sp20sp35dp60dp75dp60dp10dp50dp18dp2dp2dp1dp50dp50dp + 美颜 + 滤镜 + 动效 + 美妆 + 手势 + 抠背 + 绿幕 + + 美颜(光滑) + 美颜(自然) + 美颜(天天P图) + + 美颜 + 美白 + 红润 + 大眼 + 瘦脸 + V脸 + 下巴 + 短脸 + 瘦鼻 + 亮眼 + 白牙 + 祛眼袋 + 祛法令纹 + 祛皱 + 发际线 + 眼距 + 眼角 + 嘴形 + 鼻翼 + 鼻子位置 + 嘴唇厚度 + 脸型 + + + 标准 + 自然 + 白皙 + 樱红 + 云裳 + 纯真 + 白兰 + 元气 + 超脱 + 香氛 + 美白 + 浪漫 + 清新 + 唯美 + 粉嫩 + 怀旧 + 蓝调 + 清凉 + 日系 + + + Boom + 霓虹鼠 + 星耳 + 疯狂打call + Q星座 + 彩色丝带 + 刘海发带 + 变脸 + 紫色小猫 + 花仙子 + 小公举 + + 无动效 + AI抠背 + + + Good luck + + 皮卡丘 + 流星雨 + 控雪 + 电视之星 + 瓶盖挑战 + + 原宿复古 + 樱桃 + 海洋 + 粉粉霞 + 寡姐妆 + 七夕唇印 + 古风妆 + 小丑女 + 混合妆 + 确定取消关闭强度设置伸出手掌风格美颜滤镜动效抠背绿幕美妆手势美颜(光滑)美颜(自然)美颜(天天P图)美颜美白红润大眼瘦脸V脸下巴短脸瘦鼻亮眼白牙祛眼袋祛法令纹祛皱发际线眼距眼角嘴形鼻翼鼻子位置嘴唇厚度脸型标准自然白皙樱红云裳纯真白兰元气超脱香氛美白浪漫清新唯美粉嫩怀旧蓝调清凉日系Boom霓虹鼠疯狂打callQ星座彩色丝带刘海发带紫色小猫花仙子小公举星耳变脸AI抠背Good luck皮卡丘流星雨控雪电视之星瓶盖挑战樱桃海洋粉粉霞寡姐妆七夕唇印古风妆小丑女混合妆原宿复古校服素材解压失败下载失败存储空间不足 + + + + + + + + + + + + + + + + + + + + + + + + + + + ConfirmCancelCloseStrengthSetupNonePalm outStyleBeautyFilterDynamic effectBlend PicGreen screenFace beautyGestureBeauty(Smooth)Beauty(Natural)Beauty(PS)BeautyWhiteRuddyBig eyesThin-faceV-faceChinShort-faceThin-noseEye-lightenTooth-whitePounch-removeSmilelines-removeWrinkle-removeForeheadEye-distanceEye-angleMouth-shapeNose-wingNose-positionMouse-widthFace-shapeStandardNaturalBlondCheeryCloudPureOrchidVitalitySuperFragranceWhiteRomanticFreshAestheticRosyNostalgicBluesCoolSweetBoomRainbow MouseStar earGlow stickQ constellationColor RibbonBang RibbonChange faceViolet CatFloral FairyLittle princessAI ScratchGood luckPikaQiuMeteor ShowerSnow ControlTV StarBottleFu GuCherriesOceanFenfenXiaWidow MakeupQixichunGufengUgly GirlMixed MakeupUniformsUnable to decompress materialsUnable to downloadInsufficient storage确定取消关闭强度设置伸出手掌风格美颜滤镜动效抠背绿幕美妆手势美颜(光滑)美颜(自然)美颜(天天P图)美颜美白红润大眼瘦脸V脸下巴短脸瘦鼻亮眼白牙祛眼袋祛法令纹祛皱发际线眼距眼角嘴形鼻翼鼻子位置嘴唇厚度脸型标准樱红云裳纯真白兰元气超脱香氛美白浪漫清新唯美粉嫩怀旧蓝调清凉日系Boom霓虹鼠星耳疯狂打callQ星座彩色丝带刘海发带变脸紫色小猫花仙子小公举AI抠背Good luck皮卡丘流星雨控雪电视之星瓶盖挑战原宿复古樱桃海洋粉粉霞寡姐妆七夕唇印古风妆小丑女混合妆校服素材解压失败下载失败存储空间不足 + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/Beauty$OnFilterChangeListener.class b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/Beauty$OnFilterChangeListener.class new file mode 100644 index 0000000..1f27301 Binary files /dev/null and b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/Beauty$OnFilterChangeListener.class differ diff --git a/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/Beauty.class b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/Beauty.class new file mode 100644 index 0000000..1fc0d60 Binary files /dev/null and b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/Beauty.class differ diff --git a/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/BeautyImpl$1$1.class b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/BeautyImpl$1$1.class new file mode 100644 index 0000000..bb57ccf Binary files /dev/null and b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/BeautyImpl$1$1.class differ diff --git a/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/BeautyImpl$1$2.class b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/BeautyImpl$1$2.class new file mode 100644 index 0000000..793be19 Binary files /dev/null and b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/BeautyImpl$1$2.class differ diff --git a/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/BeautyImpl$1$3.class b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/BeautyImpl$1$3.class new file mode 100644 index 0000000..76d9b6e Binary files /dev/null and b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/BeautyImpl$1$3.class differ diff --git a/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/BeautyImpl$1.class b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/BeautyImpl$1.class new file mode 100644 index 0000000..f55cbda Binary files /dev/null and b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/BeautyImpl$1.class differ diff --git a/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/BeautyImpl.class b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/BeautyImpl.class new file mode 100644 index 0000000..6def622 Binary files /dev/null and b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/BeautyImpl.class differ diff --git a/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/BeautyParams.class b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/BeautyParams.class new file mode 100644 index 0000000..ad6254b Binary files /dev/null and b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/BeautyParams.class differ diff --git a/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/BuildConfig.class b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/BuildConfig.class new file mode 100644 index 0000000..ddbda7c Binary files /dev/null and b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/BuildConfig.class differ diff --git a/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/adapter/ItemAdapter$1.class b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/adapter/ItemAdapter$1.class new file mode 100644 index 0000000..4ad3041 Binary files /dev/null and b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/adapter/ItemAdapter$1.class differ diff --git a/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/adapter/ItemAdapter$OnItemClickListener.class b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/adapter/ItemAdapter$OnItemClickListener.class new file mode 100644 index 0000000..19afae0 Binary files /dev/null and b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/adapter/ItemAdapter$OnItemClickListener.class differ diff --git a/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/adapter/ItemAdapter$ViewHolder.class b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/adapter/ItemAdapter$ViewHolder.class new file mode 100644 index 0000000..768ac8c Binary files /dev/null and b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/adapter/ItemAdapter$ViewHolder.class differ diff --git a/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/adapter/ItemAdapter.class b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/adapter/ItemAdapter.class new file mode 100644 index 0000000..14175eb Binary files /dev/null and b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/adapter/ItemAdapter.class differ diff --git a/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/adapter/TabAdapter$OnTabChangeListener.class b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/adapter/TabAdapter$OnTabChangeListener.class new file mode 100644 index 0000000..9672c64 Binary files /dev/null and b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/adapter/TabAdapter$OnTabChangeListener.class differ diff --git a/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/adapter/TabAdapter.class b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/adapter/TabAdapter.class new file mode 100644 index 0000000..558618a Binary files /dev/null and b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/adapter/TabAdapter.class differ diff --git a/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/constant/BeautyConstants.class b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/constant/BeautyConstants.class new file mode 100644 index 0000000..747e0b4 Binary files /dev/null and b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/constant/BeautyConstants.class differ diff --git a/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/download/DownloadListener.class b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/download/DownloadListener.class new file mode 100644 index 0000000..cd09dbb Binary files /dev/null and b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/download/DownloadListener.class differ diff --git a/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/download/HttpFileHelper.class b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/download/HttpFileHelper.class new file mode 100644 index 0000000..3b56f49 Binary files /dev/null and b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/download/HttpFileHelper.class differ diff --git a/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/download/HttpFileListener.class b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/download/HttpFileListener.class new file mode 100644 index 0000000..bf1a872 Binary files /dev/null and b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/download/HttpFileListener.class differ diff --git a/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/download/HttpStatusException.class b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/download/HttpStatusException.class new file mode 100644 index 0000000..de1a41b Binary files /dev/null and b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/download/HttpStatusException.class differ diff --git a/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/download/MaterialDownloader$1.class b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/download/MaterialDownloader$1.class new file mode 100644 index 0000000..6126751 Binary files /dev/null and b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/download/MaterialDownloader$1.class differ diff --git a/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/download/MaterialDownloader$DownloadThreadPool.class b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/download/MaterialDownloader$DownloadThreadPool.class new file mode 100644 index 0000000..0a94fa5 Binary files /dev/null and b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/download/MaterialDownloader$DownloadThreadPool.class differ diff --git a/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/download/MaterialDownloader.class b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/download/MaterialDownloader.class new file mode 100644 index 0000000..a3f6750 Binary files /dev/null and b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/download/MaterialDownloader.class differ diff --git a/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/model/BeautyInfo.class b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/model/BeautyInfo.class new file mode 100644 index 0000000..dc457ea Binary files /dev/null and b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/model/BeautyInfo.class differ diff --git a/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/model/ItemInfo.class b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/model/ItemInfo.class new file mode 100644 index 0000000..47e055f Binary files /dev/null and b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/model/ItemInfo.class differ diff --git a/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/model/TabInfo.class b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/model/TabInfo.class new file mode 100644 index 0000000..2547a08 Binary files /dev/null and b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/model/TabInfo.class differ diff --git a/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/utils/BeautyUtils.class b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/utils/BeautyUtils.class new file mode 100644 index 0000000..2cd54d6 Binary files /dev/null and b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/utils/BeautyUtils.class differ diff --git a/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/utils/ResourceUtils.class b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/utils/ResourceUtils.class new file mode 100644 index 0000000..539ac59 Binary files /dev/null and b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/utils/ResourceUtils.class differ diff --git a/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/utils/SPUtils.class b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/utils/SPUtils.class new file mode 100644 index 0000000..e090141 Binary files /dev/null and b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/utils/SPUtils.class differ diff --git a/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/view/BeautyPanel$1.class b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/view/BeautyPanel$1.class new file mode 100644 index 0000000..f31d62f Binary files /dev/null and b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/view/BeautyPanel$1.class differ diff --git a/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/view/BeautyPanel$2.class b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/view/BeautyPanel$2.class new file mode 100644 index 0000000..fbfdc2d Binary files /dev/null and b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/view/BeautyPanel$2.class differ diff --git a/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/view/BeautyPanel$OnBeautyListener.class b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/view/BeautyPanel$OnBeautyListener.class new file mode 100644 index 0000000..cb6e871 Binary files /dev/null and b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/view/BeautyPanel$OnBeautyListener.class differ diff --git a/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/view/BeautyPanel.class b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/view/BeautyPanel.class new file mode 100644 index 0000000..7dfcfca Binary files /dev/null and b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/view/BeautyPanel.class differ diff --git a/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/view/ProgressDialog.class b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/view/ProgressDialog.class new file mode 100644 index 0000000..9f6d5fb Binary files /dev/null and b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/view/ProgressDialog.class differ diff --git a/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/view/TCHorizontalScrollView$1.class b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/view/TCHorizontalScrollView$1.class new file mode 100644 index 0000000..d1ddeb1 Binary files /dev/null and b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/view/TCHorizontalScrollView$1.class differ diff --git a/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/view/TCHorizontalScrollView.class b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/view/TCHorizontalScrollView.class new file mode 100644 index 0000000..df0efba Binary files /dev/null and b/beautysettingkit/build/intermediates/javac/debug/classes/com/tencent/liteav/demo/beauty/view/TCHorizontalScrollView.class differ diff --git a/beautysettingkit/build/intermediates/library_assets/debug/out/default_beauty_data.json b/beautysettingkit/build/intermediates/library_assets/debug/out/default_beauty_data.json new file mode 100644 index 0000000..f4f6747 --- /dev/null +++ b/beautysettingkit/build/intermediates/library_assets/debug/out/default_beauty_data.json @@ -0,0 +1,624 @@ +{ + "beauty_bg": "#ff13233f", + "beauty_tab_name_color_normal": "#ff888888", + "beauty_tab_name_color_select": "#ffffffff", + "beauty_tab_name_width": -2, + "beauty_tab_name_height": -2, + "beauty_tab_name_size": 14, + "beauty_tab_list": [ + { + "tab_id": 1, + "tab_type": 10001, + "tab_name": "@beauty_setting_panel_beauty", + "tab_item_name_size": 10, + "tab_item_name_color_normal": "#ff888888", + "tab_item_name_color_select": "#ffffffff", + "tab_item_icon_width": 54, + "tab_item_icon_height": 54, + "tab_item_level_hint_color": "#ffffffff", + "tab_item_level_hint_size": 16, + "tab_item_level_value_color": "#ffffffff", + "tab_item_level_value_size": 14, + "tab_item_level_progress_drawable": "@beauty_progress_drawable", + "tab_item_level_progress_thumb": "@beauty_thumb", + "tab_item_list_default_selected_index": 2, + "tab_item_list": [ + { + "item_id": 1, + "item_type": 20101, + "item_name": "@beauty_panel_style_smooth", + "item_material_url": "", + "item_level": 4, + "item_icon_normal": "@beauty_ic_smooth", + "item_icon_select": "@beauty_ic_smooth" + }, + { + "item_id": 2, + "item_type": 20102, + "item_name": "@beauty_panel_style_natural", + "item_material_url": "", + "item_level": 4, + "item_icon_normal": "@beauty_ic_natural", + "item_icon_select": "@beauty_ic_natural" + }, + { + "item_id": 3, + "item_type": 20103, + "item_name": "@beauty_panel_style_pitu", + "item_material_url": "", + "item_level": 4, + "item_icon_normal": "@beauty_ic_pitu", + "item_icon_select": "@beauty_ic_pitu" + }, + { + "item_id": 4, + "item_type": 20104, + "item_name": "@beauty_panel_white", + "item_material_url": "", + "item_level": 1, + "item_icon_normal": "@beauty_ic_white", + "item_icon_select": "@beauty_ic_white" + }, + { + "item_id": 5, + "item_type": 20105, + "item_name": "@beauty_panel_ruddy", + "item_material_url": "", + "item_level": 0, + "item_icon_normal": "@beauty_ic_ruddy", + "item_icon_select": "@beauty_ic_ruddy" + }, + { + "item_id": 6, + "item_type": 20106, + "item_name": "@beauty_panel_bigeye", + "item_material_url": "", + "item_level": 0, + "item_icon_normal": "@beauty_ic_bigeye", + "item_icon_select": "@beauty_ic_bigeye" + }, + { + "item_id": 7, + "item_type": 20107, + "item_name": "@beauty_panel_faceslim", + "item_material_url": "", + "item_level": 0, + "item_icon_normal": "@beauty_ic_faceslim", + "item_icon_select": "@beauty_ic_faceslim" + }, + { + "item_id": 8, + "item_type": 20108, + "item_name": "@beauty_panel_facev", + "item_material_url": "", + "item_level": 0, + "item_icon_normal": "@beauty_ic_facev", + "item_icon_select": "@beauty_ic_facev" + }, + { + "item_id": 9, + "item_type": 20109, + "item_name": "@beauty_panel_chin", + "item_material_url": "", + "item_level": 0, + "item_icon_normal": "@beauty_ic_chin", + "item_icon_select": "@beauty_ic_chin" + }, + { + "item_id": 10, + "item_type": 20110, + "item_name": "@beauty_panel_faceshort", + "item_material_url": "", + "item_level": 0, + "item_icon_normal": "@beauty_ic_face_short", + "item_icon_select": "@beauty_ic_face_short" + }, + { + "item_id": 11, + "item_type": 20111, + "item_name": "@beauty_panel_noseslim", + "item_material_url": "", + "item_level": 0, + "item_icon_normal": "@beauty_ic_noseslim", + "item_icon_select": "@beauty_ic_noseslim" + }, + { + "item_id": 12, + "item_type": 20112, + "item_name": "@beauty_panel_eyelighten", + "item_material_url": "", + "item_level": 0, + "item_icon_normal": "@beauty_ic_eye_bright", + "item_icon_select": "@beauty_ic_eye_bright" + }, + { + "item_id": 13, + "item_type": 20113, + "item_name": "@beauty_panel_toothwhite", + "item_material_url": "", + "item_level": 0, + "item_icon_normal": "@beauty_ic_tooth_white", + "item_icon_select": "@beauty_ic_tooth_white" + }, + { + "item_id": 14, + "item_type": 20114, + "item_name": "@beauty_panel_wrinkleremove", + "item_material_url": "", + "item_level": 0, + "item_icon_normal": "@beauty_ic_wrinkles", + "item_icon_select": "@beauty_ic_wrinkles" + }, + { + "item_id": 15, + "item_type": 20115, + "item_name": "@beauty_panel_pounchremove", + "item_material_url": "", + "item_level": 0, + "item_icon_normal": "@beauty_ic_pouch_remove", + "item_icon_select": "@beauty_ic_pouch_remove" + }, + { + "item_id": 16, + "item_type": 20116, + "item_name": "@beauty_panel_smilelinesremove", + "item_material_url": "", + "item_level": 0, + "item_icon_normal": "@beauty_ic_smile_lines", + "item_icon_select": "@beauty_ic_smile_lines" + }, + { + "item_id": 17, + "item_type": 20117, + "item_name": "@beauty_panel_forehead", + "item_material_url": "", + "item_level": 0, + "item_icon_normal": "@beauty_ic_forehead", + "item_icon_select": "@beauty_ic_forehead" + }, + { + "item_id": 18, + "item_type": 20118, + "item_name": "@beauty_panel_eyedistance", + "item_material_url": "", + "item_level": 0, + "item_icon_normal": "@beauty_ic_eye_distance", + "item_icon_select": "@beauty_ic_eye_distance" + }, + { + "item_id": 19, + "item_type": 20119, + "item_name": "@beauty_panel_eyeangle", + "item_material_url": "", + "item_level": 0, + "item_icon_normal": "@beauty_ic_eye_angle", + "item_icon_select": "@beauty_ic_eye_angle" + }, + { + "item_id": 20, + "item_type": 20120, + "item_name": "@beauty_panel_mouthshape", + "item_material_url": "", + "item_level": 0, + "item_icon_normal": "@beauty_ic_mouse_shape", + "item_icon_select": "@beauty_ic_mouse_shape" + }, + { + "item_id": 21, + "item_type": 20121, + "item_name": "@beauty_panel_nosewing", + "item_material_url": "", + "item_level": 0, + "item_icon_normal": "@beauty_ic_nose_wing", + "item_icon_select": "@beauty_ic_nose_wing" + }, + { + "item_id": 22, + "item_type": 20122, + "item_name": "@beauty_panel_noseposition", + "item_material_url": "", + "item_level": 0, + "item_icon_normal": "@beauty_ic_nose_position", + "item_icon_select": "@beauty_ic_nose_position" + }, + { + "item_id": 23, + "item_type": 20123, + "item_name": "@beauty_panel_mousewidth", + "item_material_url": "", + "item_level": 0, + "item_icon_normal": "@beauty_ic_mouse_width", + "item_icon_select": "@beauty_ic_mouse_width" + }, + { + "item_id": 24, + "item_type": 20124, + "item_name": "@beauty_panel_faceshape", + "item_material_url": "", + "item_level": 0, + "item_icon_normal": "@beauty_ic_face_shape", + "item_icon_select": "@beauty_ic_face_shape" + } + ] + }, + { + "tab_id": 2, + "tab_type": 10002, + "tab_name": "@beauty_setting_panel_filter", + "tab_item_name_size": 10, + "tab_item_name_color_normal": "#ff888888", + "tab_item_name_color_select": "#ffffffff", + "tab_item_icon_width": 54, + "tab_item_icon_height": 54, + "tab_item_level_hint_color": "#ffffffff", + "tab_item_level_hint_size": 16, + "tab_item_level_value_color": "#ffffffff", + "tab_item_level_value_size": 14, + "tab_item_level_progress_drawable": "@beauty_progress_drawable", + "tab_item_level_progress_thumb": "@beauty_thumb", + "tab_item_list_default_selected_index": 1, + "tab_item_list": [ + { + "item_id": 1, + "item_type": 20201, + "item_name": "@beauty_common_none", + "item_material_url": "", + "item_level": 0, + "item_icon_normal": "@beauty_ic_common_none", + "item_icon_select": "@beauty_ic_common_none" + }, + { + "item_id": 2, + "item_type": 20202, + "item_name": "@beauty_panel_filter_baixi", + "item_material_url": "", + "item_level": 5, + "item_icon_normal": "@beauty_baixi", + "item_icon_select": "@beauty_baixi" + }, + { + "item_id": 3, + "item_type": 20203, + "item_name": "@beauty_panel_filter_standard", + "item_material_url": "", + "item_level": 4, + "item_icon_normal": "@beauty_biaozhun", + "item_icon_select": "@beauty_biaozhun" + }, + { + "item_id": 4, + "item_type": 20204, + "item_name": "@beauty_panel_filter_ziran", + "item_material_url": "", + "item_level": 5, + "item_icon_normal": "@beauty_ziran", + "item_icon_select": "@beauty_ziran" + }, + { + "item_id": 5, + "item_type": 20205, + "item_name": "@beauty_panel_filter_cheery", + "item_material_url": "", + "item_level": 8, + "item_icon_normal": "@beauty_yinghong", + "item_icon_select": "@beauty_yinghong" + }, + { + "item_id": 6, + "item_type": 20206, + "item_name": "@beauty_panel_filter_cloud", + "item_material_url": "", + "item_level": 8, + "item_icon_normal": "@beauty_yunshang", + "item_icon_select": "@beauty_yunshang" + }, + { + "item_id": 7, + "item_type": 20207, + "item_name": "@beauty_panel_filter_pure", + "item_material_url": "", + "item_level": 8, + "item_icon_normal": "@beauty_chunzhen", + "item_icon_select": "@beauty_chunzhen" + }, + { + "item_id": 8, + "item_type": 20208, + "item_name": "@beauty_panel_filter_orchid", + "item_material_url": "", + "item_level": 9, + "item_icon_normal": "@beauty_bailan", + "item_icon_select": "@beauty_bailan" + }, + { + "item_id": 9, + "item_type": 20209, + "item_name": "@beauty_panel_filter_vitality", + "item_material_url": "", + "item_level": 8, + "item_icon_normal": "@beauty_yuanqi", + "item_icon_select": "@beauty_yuanqi" + }, + { + "item_id": 10, + "item_type": 20210, + "item_name": "@beauty_panel_filter_super", + "item_material_url": "", + "item_level": 9, + "item_icon_normal": "@beauty_chaotuo", + "item_icon_select": "@beauty_chaotuo" + }, + { + "item_id": 11, + "item_type": 20211, + "item_name": "@beauty_panel_filter_fragrance", + "item_material_url": "", + "item_level": 5, + "item_icon_normal": "@beauty_xiangfen", + "item_icon_select": "@beauty_xiangfen" + }, + { + "item_id": 12, + "item_type": 20212, + "item_name": "@beauty_panel_filter_white", + "item_material_url": "", + "item_level": 5, + "item_icon_normal": "@beauty_fwhite", + "item_icon_select": "@beauty_fwhite" + }, + { + "item_id": 13, + "item_type": 20213, + "item_name": "@beauty_panel_filter_romantic", + "item_material_url": "", + "item_level": 5, + "item_icon_normal": "@beauty_langman", + "item_icon_select": "@beauty_langman" + }, + { + "item_id": 14, + "item_type": 20214, + "item_name": "@beauty_panel_filter_fresh", + "item_material_url": "", + "item_level": 5, + "item_icon_normal": "@beauty_qingxin", + "item_icon_select": "@beauty_qingxin" + }, + { + "item_id": 15, + "item_type": 20215, + "item_name": "@beauty_panel_filter_beautiful", + "item_material_url": "", + "item_level": 5, + "item_icon_normal": "@beauty_weimei", + "item_icon_select": "@beauty_weimei" + }, + { + "item_id": 16, + "item_type": 20216, + "item_name": "@beauty_panel_filter_pink", + "item_material_url": "", + "item_level": 5, + "item_icon_normal": "@beauty_fennen", + "item_icon_select": "@beauty_fennen" + }, + { + "item_id": 17, + "item_type": 20217, + "item_name": "@beauty_panel_filter_reminiscence", + "item_material_url": "", + "item_level": 5, + "item_icon_normal": "@beauty_huaijiu", + "item_icon_select": "@beauty_huaijiu" + }, + { + "item_id": 18, + "item_type": 20218, + "item_name": "@beauty_panel_filter_blues", + "item_material_url": "", + "item_level": 5, + "item_icon_normal": "@beauty_landiao", + "item_icon_select": "@beauty_landiao" + }, + { + "item_id": 19, + "item_type": 20219, + "item_name": "@beauty_panel_filter_cool", + "item_material_url": "", + "item_level": 5, + "item_icon_normal": "@beauty_qingliang", + "item_icon_select": "@beauty_qingliang" + }, + { + "item_id": 20, + "item_type": 20220, + "item_name": "@beauty_panel_filter_Japanese", + "item_material_url": "", + "item_level": 5, + "item_icon_normal": "@beauty_rixi", + "item_icon_select": "@beauty_rixi" + } + ] + }, + { + "tab_id": 3, + "tab_type": 10003, + "tab_name": "@beauty_setting_panel_dynamic_effect", + "tab_item_name_size": 10, + "tab_item_name_color_normal": "#ff888888", + "tab_item_name_color_select": "#ffffffff", + "tab_item_icon_width": 54, + "tab_item_icon_height": 54, + "tab_item_level_hint_color": "#ffffffff", + "tab_item_level_hint_size": 16, + "tab_item_level_value_color": "#ffffffff", + "tab_item_level_value_size": 14, + "tab_item_level_progress_drawable": "@beauty_progress_drawable", + "tab_item_level_progress_thumb": "@beauty_thumb", + "tab_item_list": [ + { + "item_id": 1, + "item_type": 20301, + "item_name": "@beauty_common_none", + "item_material_url": "", + "item_level": -1, + "item_icon_normal": "@beauty_ic_common_none", + "item_icon_select": "@beauty_ic_common_none" + }, + { + "item_id": 2, + "item_type": 20302, + "item_name": "@beauty_effect_boom", + "item_material_url": "http://dldir1.qq.com/hudongzhibo/AISpecial/Android/170/video_boomAndroid.zip", + "item_level": -1, + "item_icon_normal": "@beauty_ic_effect_boom", + "item_icon_select": "@beauty_ic_effect_boom" + } + ] + }, + { + "tab_id": 4, + "tab_type": 10004, + "tab_name": "@beauty_setting_panel_facebeauty", + "tab_item_name_size": 10, + "tab_item_name_color_normal": "#ff888888", + "tab_item_name_color_select": "#ffffffff", + "tab_item_icon_width": 54, + "tab_item_icon_height": 54, + "tab_item_level_hint_color": "#ffffffff", + "tab_item_level_hint_size": 16, + "tab_item_level_value_color": "#ffffffff", + "tab_item_level_value_size": 14, + "tab_item_level_progress_drawable": "@beauty_progress_drawable", + "tab_item_level_progress_thumb": "@beauty_thumb", + "tab_item_list": [ + { + "item_id": 1, + "item_type": 20401, + "item_name": "@beauty_common_none", + "item_material_url": "", + "item_level": -1, + "item_icon_normal": "@beauty_ic_common_none", + "item_icon_select": "@beauty_ic_common_none" + }, + { + "item_id": 2, + "item_type": 20402, + "item_name": "@beauty_makeups_cherry", + "item_material_url": "http://dldir1.qq.com/hudongzhibo/AISpecial/Android/video_cherriesAndroid.zip", + "item_level": -1, + "item_icon_normal": "@beauty_ic_makeups_cherry", + "item_icon_select": "@beauty_ic_makeups_cherry" + } + ] + }, + { + "tab_id": 5, + "tab_type": 10005, + "tab_name": "@beauty_setting_panel_gesture", + "tab_item_name_size": 10, + "tab_item_name_color_normal": "#ff888888", + "tab_item_name_color_select": "#ffffffff", + "tab_item_icon_width": 54, + "tab_item_icon_height": 54, + "tab_item_level_hint_color": "#ffffffff", + "tab_item_level_hint_size": 16, + "tab_item_level_value_color": "#ffffffff", + "tab_item_level_value_size": 14, + "tab_item_level_progress_drawable": "@beauty_progress_drawable", + "tab_item_level_progress_thumb": "@beauty_thumb", + "tab_item_list": [ + { + "item_id": 1, + "item_type": 20501, + "item_name": "@beauty_common_none", + "item_material_url": "", + "item_level": -1, + "item_icon_normal": "@beauty_ic_common_none", + "item_icon_select": "@beauty_ic_common_none" + }, + { + "item_id": 2, + "item_type": 20502, + "item_name": "@beauty_gesture_pikaqiu", + "item_material_url": "http://dldir1.qq.com/hudongzhibo/AISpecial/Android/181/video_pikachu.zip", + "item_level": -1, + "item_icon_normal": "@beauty_ic_gesture_pikachu", + "item_icon_select": "@beauty_ic_gesture_pikachu" + } + ] + }, + { + "tab_id": 6, + "tab_type": 10006, + "tab_name": "@beauty_cutout_background_ai", + "tab_item_name_size": 10, + "tab_item_name_color_normal": "#ff888888", + "tab_item_name_color_select": "#ffffffff", + "tab_item_icon_width": 54, + "tab_item_icon_height": 54, + "tab_item_level_hint_color": "#ffffffff", + "tab_item_level_hint_size": 16, + "tab_item_level_value_color": "#ffffffff", + "tab_item_level_value_size": 14, + "tab_item_level_progress_drawable": "@beauty_progress_drawable", + "tab_item_level_progress_thumb": "@beauty_thumb", + "tab_item_list": [ + { + "item_id": 1, + "item_type": 20601, + "item_name": "@beauty_common_none", + "item_material_url": "", + "item_level": -1, + "item_icon_normal": "@beauty_ic_common_none", + "item_icon_select": "@beauty_ic_common_none" + }, + { + "item_id": 2, + "item_type": 20602, + "item_name": "@beauty_cutout_background_ai", + "item_material_url": "http://dldir1.qq.com/hudongzhibo/AISpecial/Android/170/video_xiaofuAndroid.zip", + "item_level": -1, + "item_icon_normal": "@beauty_ic_cutout_background_ai", + "item_icon_select": "@beauty_ic_cutout_background_ai" + } + ] + }, + { + "tab_id": 7, + "tab_type": 10007, + "tab_name": "@beauty_setting_panel_green_screen", + "tab_item_name_size": 10, + "tab_item_name_color_normal": "#ff888888", + "tab_item_name_color_select": "#ffffffff", + "tab_item_icon_width": 54, + "tab_item_icon_height": 54, + "tab_item_level_hint_color": "#ffffffff", + "tab_item_level_hint_size": 16, + "tab_item_level_value_color": "#ffffffff", + "tab_item_level_value_size": 14, + "tab_item_level_progress_drawable": "@beauty_progress_drawable", + "tab_item_level_progress_thumb": "@beauty_thumb", + "tab_item_list": [ + { + "item_id": 1, + "item_type": 20701, + "item_name": "@beauty_common_none", + "item_material_url": "", + "item_level": -1, + "item_icon_normal": "@beauty_ic_common_none", + "item_icon_select": "@beauty_ic_common_none" + }, + { + "item_id": 2, + "item_type": 20702, + "item_name": "@beauty_good_luck", + "item_material_url": "", + "item_level": -1, + "item_icon_normal": "@beauty_ic_goodluck", + "item_icon_select": "@beauty_ic_goodluck" + } + ] + } + ] +} \ No newline at end of file diff --git a/beautysettingkit/build/intermediates/library_assets/debug/out/green_1.mp4 b/beautysettingkit/build/intermediates/library_assets/debug/out/green_1.mp4 new file mode 100644 index 0000000..a59ced0 Binary files /dev/null and b/beautysettingkit/build/intermediates/library_assets/debug/out/green_1.mp4 differ diff --git a/beautysettingkit/build/intermediates/library_manifest/debug/AndroidManifest.xml b/beautysettingkit/build/intermediates/library_manifest/debug/AndroidManifest.xml new file mode 100644 index 0000000..3a0ac13 --- /dev/null +++ b/beautysettingkit/build/intermediates/library_manifest/debug/AndroidManifest.xml @@ -0,0 +1,11 @@ + + + + + + \ No newline at end of file diff --git a/beautysettingkit/build/intermediates/local_only_symbol_list/debug/R-def.txt b/beautysettingkit/build/intermediates/local_only_symbol_list/debug/R-def.txt new file mode 100644 index 0000000..f5d8c6f --- /dev/null +++ b/beautysettingkit/build/intermediates/local_only_symbol_list/debug/R-def.txt @@ -0,0 +1,286 @@ +R_DEF: Internal format may change without notice +local +anim beauty_load_progress_animation +array beauty_category +array beauty_cutout_background +array beauty_filter_type +array beauty_gesture_type +array beauty_green_screen +array beauty_makeup_type +array beauty_motion_type +array beauty_style +array beauty_type +attr? beautyPanelBigeyeIcon +attr? beautyPanelChinIcon +attr? beautyPanelColorPrimary +attr? beautyPanelEyeAngleIcon +attr? beautyPanelEyeDistanceIcon +attr? beautyPanelEyeLightenIcon +attr? beautyPanelFaceShapeIcon +attr? beautyPanelFaceshortIcon +attr? beautyPanelFaceslimIcon +attr? beautyPanelFacevIcon +attr? beautyPanelForeheadIcon +attr? beautyPanelMouseWidthIcon +attr? beautyPanelMouthShapeIcon +attr? beautyPanelNaturalIcon +attr? beautyPanelNosePositionIcon +attr? beautyPanelNoseWingIcon +attr? beautyPanelNoseslimIcon +attr? beautyPanelPituIcon +attr? beautyPanelPouchRemoveIcon +attr? beautyPanelRuddyIcon +attr? beautyPanelSmileLinesRemoveIcon +attr? beautyPanelSmoothIcon +attr? beautyPanelToothWhiteIcon +attr? beautyPanelWhiteIcon +attr? beautyPanelWrinkleIcon +color beauty_color_red +color beauty_color_white +dimen beauty_h1 +dimen beauty_h10 +dimen beauty_h11 +dimen beauty_h12 +dimen beauty_h2 +dimen beauty_h3 +dimen beauty_h4 +dimen beauty_h5 +dimen beauty_h6 +dimen beauty_h7 +dimen beauty_h8 +dimen beauty_h9 +dimen beauty_live_btn_size +dimen beauty_qav_grid_view_item_width_audio +dimen beauty_qav_multi_video_friend_item_width +dimen beauty_sub_content +dimen beauty_title +dimen beauty_ugc_aspect_divider +dimen beauty_ugc_aspect_width +dimen beauty_ugc_cut_margin +dimen beauty_ugc_item_thumb_height +dimen beauty_ugc_progress_cursor +dimen beauty_ugc_progress_divider +dimen beauty_ugc_progress_min_pos +dimen beauty_video_progress_height +dimen beauty_video_thumbnail_width +drawable beauty_bailan +drawable beauty_baixi +drawable beauty_biaozhun +drawable beauty_chaotuo +drawable beauty_chunzhen +drawable beauty_fennen +drawable beauty_filter_bailan +drawable beauty_filter_baixi +drawable beauty_filter_biaozhun +drawable beauty_filter_chaotuo +drawable beauty_filter_chunzhen +drawable beauty_filter_fennen +drawable beauty_filter_huaijiu +drawable beauty_filter_landiao +drawable beauty_filter_langman +drawable beauty_filter_qingliang +drawable beauty_filter_qingxin +drawable beauty_filter_rixi +drawable beauty_filter_weimei +drawable beauty_filter_white +drawable beauty_filter_xiangfen +drawable beauty_filter_yinghong +drawable beauty_filter_yuanqi +drawable beauty_filter_yunshang +drawable beauty_filter_ziran +drawable beauty_fwhite +drawable beauty_huaijiu +drawable beauty_ic_bigeye +drawable beauty_ic_bottom_bg +drawable beauty_ic_bottom_bg2 +drawable beauty_ic_chin +drawable beauty_ic_common_none +drawable beauty_ic_cutout_background_ai +drawable beauty_ic_effect_boom +drawable beauty_ic_effect_call +drawable beauty_ic_effect_constellation +drawable beauty_ic_effect_face_change +drawable beauty_ic_effect_flower_fairy +drawable beauty_ic_effect_headband +drawable beauty_ic_effect_neon_rat +drawable beauty_ic_effect_princess +drawable beauty_ic_effect_purple_cat +drawable beauty_ic_effect_ribbon +drawable beauty_ic_effect_star_ear +drawable beauty_ic_eye_angle +drawable beauty_ic_eye_bright +drawable beauty_ic_eye_distance +drawable beauty_ic_eyebig +drawable beauty_ic_face_shape +drawable beauty_ic_face_short +drawable beauty_ic_faceslim +drawable beauty_ic_facev +drawable beauty_ic_forehead +drawable beauty_ic_gesture_bottle_cap_challenge +drawable beauty_ic_gesture_meteor_shower +drawable beauty_ic_gesture_pikachu +drawable beauty_ic_gesture_snow_control +drawable beauty_ic_gesture_tv_star +drawable beauty_ic_goodluck +drawable beauty_ic_makeups_cherry +drawable beauty_ic_makeups_costume +drawable beauty_ic_makeups_lip +drawable beauty_ic_makeups_mixing +drawable beauty_ic_makeups_pink +drawable beauty_ic_makeups_retro +drawable beauty_ic_makeups_seas +drawable beauty_ic_makeups_ugly +drawable beauty_ic_makeups_widow +drawable beauty_ic_mouse_shape +drawable beauty_ic_mouse_width +drawable beauty_ic_natural +drawable beauty_ic_nose_position +drawable beauty_ic_nose_wing +drawable beauty_ic_noseslim +drawable beauty_ic_pitu +drawable beauty_ic_pouch_remove +drawable beauty_ic_ruddy +drawable beauty_ic_smile_lines +drawable beauty_ic_smooth +drawable beauty_ic_tooth_white +drawable beauty_ic_white +drawable beauty_ic_wrinkles +drawable beauty_landiao +drawable beauty_langman +drawable beauty_loading_circle_progress +drawable beauty_orginal +drawable beauty_play_seekbar_icon +drawable beauty_qingliang +drawable beauty_qingxin +drawable beauty_rebuild_seekbar_progress_drawable +drawable beauty_rebuild_seekbar_progress_thumb +drawable beauty_rixi +drawable beauty_seekbar_progress_drawable +drawable beauty_text_color +drawable beauty_video_xiaofu +drawable beauty_weimei +drawable beauty_xiangfen +drawable beauty_yinghong +drawable beauty_yuanqi +drawable beauty_yunshang +drawable beauty_ziran +id beauty_horizontal_picker_second +id beauty_horizontal_picker_view_first +id beauty_iv_icon +id beauty_iv_progress_img +id beauty_ll_cutout_background +id beauty_ll_green +id beauty_ll_progress +id beauty_ll_record_seek_bar +id beauty_rl_item +id beauty_rl_seek_bar +id beauty_rl_tab +id beauty_rl_title +id beauty_seek_bar_third +id beauty_tv_close +id beauty_tv_cutout_background +id beauty_tv_cutout_background_none +id beauty_tv_green +id beauty_tv_green_none +id beauty_tv_msg +id beauty_tv_seek_bar_hint +id beauty_tv_seek_bar_value +id beauty_tv_title +layout beauty_item +layout beauty_layout_loading_progress +layout beauty_panel +layout beauty_view_item +layout beauty_view_layout +string beauty_cancel +string beauty_close +string beauty_common_none +string beauty_confirm +string beauty_cutout_background_ai +string beauty_effect_boom +string beauty_effect_call +string beauty_effect_constellation +string beauty_effect_face_change +string beauty_effect_flower_faerie +string beauty_effect_headband +string beauty_effect_neon_rat +string beauty_effect_princess +string beauty_effect_purple_kitten +string beauty_effect_ribbon +string beauty_effect_star_ear +string beauty_gesture_bottle_cap_challenge +string beauty_gesture_meteor_shower +string beauty_gesture_pikaqiu +string beauty_gesture_snow_control +string beauty_gesture_tv_star +string beauty_good_luck +string beauty_makeups_cherry +string beauty_makeups_costume +string beauty_makeups_lip +string beauty_makeups_mixing +string beauty_makeups_pink +string beauty_makeups_retro +string beauty_makeups_seas +string beauty_makeups_ugly +string beauty_makeups_widow +string beauty_palm_out +string beauty_panel_beauty +string beauty_panel_bigeye +string beauty_panel_chin +string beauty_panel_eyeangle +string beauty_panel_eyedistance +string beauty_panel_eyelighten +string beauty_panel_faceshape +string beauty_panel_faceshort +string beauty_panel_faceslim +string beauty_panel_facev +string beauty_panel_filter_Japanese +string beauty_panel_filter_baixi +string beauty_panel_filter_beautiful +string beauty_panel_filter_blues +string beauty_panel_filter_cheery +string beauty_panel_filter_cloud +string beauty_panel_filter_cool +string beauty_panel_filter_fragrance +string beauty_panel_filter_fresh +string beauty_panel_filter_orchid +string beauty_panel_filter_pink +string beauty_panel_filter_pure +string beauty_panel_filter_reminiscence +string beauty_panel_filter_romantic +string beauty_panel_filter_standard +string beauty_panel_filter_super +string beauty_panel_filter_vitality +string beauty_panel_filter_white +string beauty_panel_filter_ziran +string beauty_panel_forehead +string beauty_panel_mousewidth +string beauty_panel_mouthshape +string beauty_panel_noseposition +string beauty_panel_noseslim +string beauty_panel_nosewing +string beauty_panel_pounchremove +string beauty_panel_ruddy +string beauty_panel_smilelinesremove +string beauty_panel_style_natural +string beauty_panel_style_pitu +string beauty_panel_style_smooth +string beauty_panel_toothwhite +string beauty_panel_uniforms +string beauty_panel_white +string beauty_panel_wrinkleremove +string beauty_setting_panel_beauty +string beauty_setting_panel_dynamic_effect +string beauty_setting_panel_facebeauty +string beauty_setting_panel_filter +string beauty_setting_panel_gesture +string beauty_setting_panel_green_screen +string beauty_setting_panel_key +string beauty_setting_panel_style +string beauty_setup +string beauty_strength +string beauty_video_material_download_progress_download_failed +string beauty_video_material_download_progress_material_unzip_failed +string beauty_video_material_download_progress_no_enough_storage_space +style BeautyLoadingDialog +style BeautyPanelStyle +styleable BeautyPanelStyle beautyPanelColorPrimary beautyPanelSmoothIcon beautyPanelNaturalIcon beautyPanelPituIcon beautyPanelWhiteIcon beautyPanelRuddyIcon beautyPanelBigeyeIcon beautyPanelFaceslimIcon beautyPanelFacevIcon beautyPanelChinIcon beautyPanelFaceshortIcon beautyPanelNoseslimIcon beautyPanelEyeLightenIcon beautyPanelToothWhiteIcon beautyPanelPouchRemoveIcon beautyPanelSmileLinesRemoveIcon beautyPanelWrinkleIcon beautyPanelForeheadIcon beautyPanelEyeDistanceIcon beautyPanelEyeAngleIcon beautyPanelMouthShapeIcon beautyPanelNoseWingIcon beautyPanelNosePositionIcon beautyPanelMouseWidthIcon beautyPanelFaceShapeIcon diff --git a/beautysettingkit/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt b/beautysettingkit/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt new file mode 100644 index 0000000..c73674c --- /dev/null +++ b/beautysettingkit/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt @@ -0,0 +1,13 @@ +1 +2 +6 +7 /Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/AndroidManifest.xml +9 android:targetSdkVersion="23" /> +9-->/Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/AndroidManifest.xml +10 +11 diff --git a/beautysettingkit/build/intermediates/navigation_json/debug/navigation.json b/beautysettingkit/build/intermediates/navigation_json/debug/navigation.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/beautysettingkit/build/intermediates/navigation_json/debug/navigation.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/beautysettingkit/build/intermediates/packaged_manifests/debug/output-metadata.json b/beautysettingkit/build/intermediates/packaged_manifests/debug/output-metadata.json new file mode 100644 index 0000000..fc5eee9 --- /dev/null +++ b/beautysettingkit/build/intermediates/packaged_manifests/debug/output-metadata.json @@ -0,0 +1,16 @@ +{ + "version": 2, + "artifactType": { + "type": "PACKAGED_MANIFESTS", + "kind": "Directory" + }, + "applicationId": "com.tencent.liteav.demo.beauty", + "variantName": "debug", + "elements": [ + { + "type": "SINGLE", + "filters": [], + "outputFile": "../../library_manifest/debug/AndroidManifest.xml" + } + ] +} \ No newline at end of file diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/anim/beauty_load_progress_animation.xml b/beautysettingkit/build/intermediates/packaged_res/debug/anim/beauty_load_progress_animation.xml new file mode 100644 index 0000000..2e6a41c --- /dev/null +++ b/beautysettingkit/build/intermediates/packaged_res/debug/anim/beauty_load_progress_animation.xml @@ -0,0 +1,13 @@ + + + + \ No newline at end of file diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_bailan.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_bailan.png new file mode 100755 index 0000000..007896e Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_bailan.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_baixi.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_baixi.png new file mode 100644 index 0000000..3b9e9e8 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_baixi.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_biaozhun.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_biaozhun.png new file mode 100755 index 0000000..1e67831 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_biaozhun.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_chaotuo.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_chaotuo.png new file mode 100755 index 0000000..e0e5a12 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_chaotuo.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_chunzhen.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_chunzhen.png new file mode 100755 index 0000000..186af13 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_chunzhen.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_fennen.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_fennen.png new file mode 100755 index 0000000..ced9496 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_fennen.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_bailan.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_bailan.png new file mode 100755 index 0000000..cd2380a Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_bailan.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_baixi.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_baixi.png new file mode 100644 index 0000000..ca7a810 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_baixi.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_biaozhun.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_biaozhun.png new file mode 100644 index 0000000..bd4d709 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_biaozhun.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_chaotuo.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_chaotuo.png new file mode 100755 index 0000000..a22dec0 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_chaotuo.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_chunzhen.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_chunzhen.png new file mode 100755 index 0000000..a3a84bc Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_chunzhen.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_fennen.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_fennen.png new file mode 100644 index 0000000..955e731 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_fennen.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_huaijiu.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_huaijiu.png new file mode 100644 index 0000000..c7110c2 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_huaijiu.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_landiao.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_landiao.png new file mode 100644 index 0000000..7cf59a4 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_landiao.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_langman.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_langman.png new file mode 100644 index 0000000..0c0a589 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_langman.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_qingliang.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_qingliang.png new file mode 100644 index 0000000..1612524 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_qingliang.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_qingxin.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_qingxin.png new file mode 100644 index 0000000..4eb940c Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_qingxin.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_rixi.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_rixi.png new file mode 100644 index 0000000..54584a5 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_rixi.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_weimei.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_weimei.png new file mode 100644 index 0000000..01995e1 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_weimei.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_white.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_white.png new file mode 100644 index 0000000..76c4abd Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_white.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_xiangfen.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_xiangfen.png new file mode 100644 index 0000000..da46b95 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_xiangfen.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_yinghong.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_yinghong.png new file mode 100644 index 0000000..7a9db00 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_yinghong.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_yuanqi.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_yuanqi.png new file mode 100755 index 0000000..65ad504 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_yuanqi.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_yunshang.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_yunshang.png new file mode 100755 index 0000000..74bd4e8 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_yunshang.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_ziran.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_ziran.png new file mode 100644 index 0000000..d58ecae Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_filter_ziran.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_fwhite.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_fwhite.png new file mode 100755 index 0000000..42e33c5 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_fwhite.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_huaijiu.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_huaijiu.png new file mode 100755 index 0000000..14fecfb Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_huaijiu.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_bigeye.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_bigeye.png new file mode 100644 index 0000000..b16da0c Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_bigeye.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_bottom_bg.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_bottom_bg.png new file mode 100644 index 0000000..2d972b3 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_bottom_bg.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_bottom_bg2.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_bottom_bg2.png new file mode 100644 index 0000000..fe02c61 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_bottom_bg2.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_chin.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_chin.png new file mode 100644 index 0000000..ff8869f Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_chin.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_common_none.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_common_none.png new file mode 100644 index 0000000..8885a96 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_common_none.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_cutout_background_ai.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_cutout_background_ai.png new file mode 100644 index 0000000..1512fa8 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_cutout_background_ai.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_effect_boom.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_effect_boom.png new file mode 100755 index 0000000..bf87fbb Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_effect_boom.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_effect_call.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_effect_call.png new file mode 100755 index 0000000..a910594 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_effect_call.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_effect_constellation.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_effect_constellation.png new file mode 100755 index 0000000..149bd63 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_effect_constellation.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_effect_face_change.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_effect_face_change.png new file mode 100755 index 0000000..fd32a51 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_effect_face_change.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_effect_flower_fairy.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_effect_flower_fairy.png new file mode 100755 index 0000000..72b6070 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_effect_flower_fairy.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_effect_headband.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_effect_headband.png new file mode 100755 index 0000000..12aa196 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_effect_headband.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_effect_neon_rat.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_effect_neon_rat.png new file mode 100644 index 0000000..ff2eb08 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_effect_neon_rat.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_effect_princess.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_effect_princess.png new file mode 100755 index 0000000..b81df04 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_effect_princess.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_effect_purple_cat.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_effect_purple_cat.png new file mode 100755 index 0000000..8c6bbac Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_effect_purple_cat.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_effect_ribbon.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_effect_ribbon.png new file mode 100755 index 0000000..1c272ca Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_effect_ribbon.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_effect_star_ear.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_effect_star_ear.png new file mode 100755 index 0000000..ba897f5 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_effect_star_ear.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_eye_angle.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_eye_angle.png new file mode 100644 index 0000000..305a505 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_eye_angle.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_eye_bright.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_eye_bright.png new file mode 100644 index 0000000..f07d2e6 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_eye_bright.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_eye_distance.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_eye_distance.png new file mode 100644 index 0000000..17326c6 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_eye_distance.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_eyebig.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_eyebig.png new file mode 100644 index 0000000..b16da0c Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_eyebig.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_face_shape.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_face_shape.png new file mode 100644 index 0000000..036704b Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_face_shape.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_face_short.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_face_short.png new file mode 100644 index 0000000..97b8f32 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_face_short.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_faceslim.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_faceslim.png new file mode 100644 index 0000000..9f8657a Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_faceslim.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_facev.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_facev.png new file mode 100644 index 0000000..f04d432 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_facev.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_forehead.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_forehead.png new file mode 100644 index 0000000..26c21b3 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_forehead.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_gesture_bottle_cap_challenge.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_gesture_bottle_cap_challenge.png new file mode 100755 index 0000000..3aad25e Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_gesture_bottle_cap_challenge.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_gesture_meteor_shower.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_gesture_meteor_shower.png new file mode 100755 index 0000000..04d05e8 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_gesture_meteor_shower.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_gesture_pikachu.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_gesture_pikachu.png new file mode 100644 index 0000000..d19cd01 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_gesture_pikachu.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_gesture_snow_control.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_gesture_snow_control.png new file mode 100755 index 0000000..cb084f0 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_gesture_snow_control.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_gesture_tv_star.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_gesture_tv_star.png new file mode 100755 index 0000000..2653f94 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_gesture_tv_star.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_goodluck.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_goodluck.png new file mode 100644 index 0000000..08684d5 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_goodluck.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_makeups_cherry.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_makeups_cherry.png new file mode 100755 index 0000000..5907bbe Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_makeups_cherry.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_makeups_costume.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_makeups_costume.png new file mode 100755 index 0000000..809594d Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_makeups_costume.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_makeups_lip.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_makeups_lip.png new file mode 100755 index 0000000..6d76f02 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_makeups_lip.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_makeups_mixing.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_makeups_mixing.png new file mode 100755 index 0000000..159a078 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_makeups_mixing.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_makeups_pink.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_makeups_pink.png new file mode 100644 index 0000000..62f4139 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_makeups_pink.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_makeups_retro.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_makeups_retro.png new file mode 100644 index 0000000..a623161 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_makeups_retro.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_makeups_seas.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_makeups_seas.png new file mode 100755 index 0000000..893b240 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_makeups_seas.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_makeups_ugly.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_makeups_ugly.png new file mode 100755 index 0000000..a393f19 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_makeups_ugly.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_makeups_widow.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_makeups_widow.png new file mode 100644 index 0000000..7e7c0af Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_makeups_widow.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_mouse_shape.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_mouse_shape.png new file mode 100644 index 0000000..caa08ed Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_mouse_shape.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_mouse_width.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_mouse_width.png new file mode 100644 index 0000000..affaa5a Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_mouse_width.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_natural.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_natural.png new file mode 100644 index 0000000..6c641fc Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_natural.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_nose_position.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_nose_position.png new file mode 100644 index 0000000..fc509d2 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_nose_position.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_nose_wing.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_nose_wing.png new file mode 100644 index 0000000..f6ce419 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_nose_wing.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_noseslim.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_noseslim.png new file mode 100644 index 0000000..6384310 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_noseslim.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_pitu.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_pitu.png new file mode 100644 index 0000000..a47062b Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_pitu.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_pouch_remove.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_pouch_remove.png new file mode 100644 index 0000000..9ed7d75 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_pouch_remove.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_ruddy.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_ruddy.png new file mode 100644 index 0000000..3e5d101 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_ruddy.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_smile_lines.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_smile_lines.png new file mode 100644 index 0000000..5f4724c Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_smile_lines.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_smooth.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_smooth.png new file mode 100644 index 0000000..4f381cf Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_smooth.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_tooth_white.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_tooth_white.png new file mode 100644 index 0000000..f6a1798 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_tooth_white.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_white.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_white.png new file mode 100644 index 0000000..e5743f4 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_white.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_wrinkles.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_wrinkles.png new file mode 100644 index 0000000..be86890 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ic_wrinkles.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_landiao.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_landiao.png new file mode 100755 index 0000000..023cddc Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_landiao.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_langman.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_langman.png new file mode 100755 index 0000000..ac74b34 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_langman.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_loading_circle_progress.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_loading_circle_progress.png new file mode 100644 index 0000000..52e3fc9 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_loading_circle_progress.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_orginal.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_orginal.png new file mode 100755 index 0000000..67f5867 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_orginal.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_play_seekbar_icon.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_play_seekbar_icon.png new file mode 100644 index 0000000..952fe4e Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_play_seekbar_icon.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_qingliang.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_qingliang.png new file mode 100755 index 0000000..684f7a9 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_qingliang.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_qingxin.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_qingxin.png new file mode 100755 index 0000000..8717121 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_qingxin.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_rixi.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_rixi.png new file mode 100755 index 0000000..7288a00 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_rixi.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_video_xiaofu.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_video_xiaofu.png new file mode 100755 index 0000000..aaf8338 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_video_xiaofu.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_weimei.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_weimei.png new file mode 100755 index 0000000..85c1322 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_weimei.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_xiangfen.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_xiangfen.png new file mode 100755 index 0000000..0b5561e Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_xiangfen.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_yinghong.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_yinghong.png new file mode 100755 index 0000000..8f87fa2 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_yinghong.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_yuanqi.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_yuanqi.png new file mode 100755 index 0000000..b20c0a0 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_yuanqi.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_yunshang.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_yunshang.png new file mode 100755 index 0000000..d1b84b8 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_yunshang.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ziran.png b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ziran.png new file mode 100644 index 0000000..595f769 Binary files /dev/null and b/beautysettingkit/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/beauty_ziran.png differ diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable/beauty_rebuild_seekbar_progress_drawable.xml b/beautysettingkit/build/intermediates/packaged_res/debug/drawable/beauty_rebuild_seekbar_progress_drawable.xml new file mode 100644 index 0000000..e1be205 --- /dev/null +++ b/beautysettingkit/build/intermediates/packaged_res/debug/drawable/beauty_rebuild_seekbar_progress_drawable.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable/beauty_rebuild_seekbar_progress_thumb.xml b/beautysettingkit/build/intermediates/packaged_res/debug/drawable/beauty_rebuild_seekbar_progress_thumb.xml new file mode 100644 index 0000000..a8b0b40 --- /dev/null +++ b/beautysettingkit/build/intermediates/packaged_res/debug/drawable/beauty_rebuild_seekbar_progress_thumb.xml @@ -0,0 +1,8 @@ + + + + + \ No newline at end of file diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable/beauty_seekbar_progress_drawable.xml b/beautysettingkit/build/intermediates/packaged_res/debug/drawable/beauty_seekbar_progress_drawable.xml new file mode 100644 index 0000000..86563b7 --- /dev/null +++ b/beautysettingkit/build/intermediates/packaged_res/debug/drawable/beauty_seekbar_progress_drawable.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/drawable/beauty_text_color.xml b/beautysettingkit/build/intermediates/packaged_res/debug/drawable/beauty_text_color.xml new file mode 100755 index 0000000..8078659 --- /dev/null +++ b/beautysettingkit/build/intermediates/packaged_res/debug/drawable/beauty_text_color.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/layout/beauty_item.xml b/beautysettingkit/build/intermediates/packaged_res/debug/layout/beauty_item.xml new file mode 100644 index 0000000..5b13735 --- /dev/null +++ b/beautysettingkit/build/intermediates/packaged_res/debug/layout/beauty_item.xml @@ -0,0 +1,22 @@ + + + + + + + \ No newline at end of file diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/layout/beauty_layout_loading_progress.xml b/beautysettingkit/build/intermediates/packaged_res/debug/layout/beauty_layout_loading_progress.xml new file mode 100644 index 0000000..2b2fa7e --- /dev/null +++ b/beautysettingkit/build/intermediates/packaged_res/debug/layout/beauty_layout_loading_progress.xml @@ -0,0 +1,27 @@ + + + + + + + + \ No newline at end of file diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/layout/beauty_panel.xml b/beautysettingkit/build/intermediates/packaged_res/debug/layout/beauty_panel.xml new file mode 100644 index 0000000..8b9fe82 --- /dev/null +++ b/beautysettingkit/build/intermediates/packaged_res/debug/layout/beauty_panel.xml @@ -0,0 +1,153 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/layout/beauty_view_item.xml b/beautysettingkit/build/intermediates/packaged_res/debug/layout/beauty_view_item.xml new file mode 100644 index 0000000..50dbaf5 --- /dev/null +++ b/beautysettingkit/build/intermediates/packaged_res/debug/layout/beauty_view_item.xml @@ -0,0 +1,23 @@ + + + + + + + \ No newline at end of file diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/layout/beauty_view_layout.xml b/beautysettingkit/build/intermediates/packaged_res/debug/layout/beauty_view_layout.xml new file mode 100644 index 0000000..ee3ef49 --- /dev/null +++ b/beautysettingkit/build/intermediates/packaged_res/debug/layout/beauty_view_layout.xml @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/values-en/values-en.xml b/beautysettingkit/build/intermediates/packaged_res/debug/values-en/values-en.xml new file mode 100644 index 0000000..fe41882 --- /dev/null +++ b/beautysettingkit/build/intermediates/packaged_res/debug/values-en/values-en.xml @@ -0,0 +1,93 @@ + + + Cancel + Close + None + Confirm + AI Scratch + Boom + Glow stick + Q constellation + Change face + Floral Fairy + Bang Ribbon + Rainbow Mouse + Little princess + Violet Cat + Color Ribbon + Star ear + Bottle + Meteor Shower + PikaQiu + Snow Control + TV Star + Good luck + Cherries + Gufeng + Qixichun + Mixed Makeup + FenfenXia + Fu Gu + Ocean + Ugly Girl + Widow Makeup + Palm out + Beauty + Big eyes + Chin + Eye-angle + Eye-distance + Eye-lighten + Face-shape + Short-face + Thin-face + V-face + Sweet + Blond + Aesthetic + Blues + Cheery + Cloud + Cool + Fragrance + Fresh + Orchid + Rosy + Pure + Nostalgic + Romantic + Standard + Super + Vitality + White + Natural + Forehead + Mouse-width + Mouth-shape + Nose-position + Thin-nose + Nose-wing + Pounch-remove + Ruddy + Smilelines-remove + Beauty(Natural) + Beauty(PS) + Beauty(Smooth) + Tooth-white + Uniforms + White + Wrinkle-remove + Beauty + Dynamic effect + Face beauty + Filter + Gesture + Green screen + Blend Pic + Style + Setup + Strength + Unable to download + Unable to decompress materials + Insufficient storage + \ No newline at end of file diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/values-zh-rHK/values-zh-rHK.xml b/beautysettingkit/build/intermediates/packaged_res/debug/values-zh-rHK/values-zh-rHK.xml new file mode 100644 index 0000000..b82b3d5 --- /dev/null +++ b/beautysettingkit/build/intermediates/packaged_res/debug/values-zh-rHK/values-zh-rHK.xml @@ -0,0 +1,91 @@ + + + 取消 + 關閉 + + 確定 + AI摳背 + Boom + 瘋狂打call + Q星座 + 變臉 + 花仙子 + 劉海髮帶 + 霓虹鼠 + 小公舉 + 紫色小貓 + 彩色絲帶 + 星耳 + 瓶盖挑战 + 流星雨 + 皮卡丘 + 控雪 + 电视之星 + Good luck + 櫻桃 + 古风妝 + 七夕唇印 + 混合妝 + 粉粉霞 + 原宿復古 + 海洋 + 小丑女 + 寡姐妝 + 伸出手掌 + 美顏 + 大眼 + 下巴 + 眼角 + 眼距 + 亮眼 + 脸型 + 短臉 + 瘦臉 + V臉 + 日系 + 唯美 + 藍調 + 櫻紅 + 雲裳 + 清涼 + 香氛 + 清新 + 白蘭 + 粉嫩 + 純真 + 懷舊 + 浪漫 + 標準 + 超脫 + 元氣 + 美白 + 发际线 + 嘴唇厚度 + 嘴形 + 鼻子位置 + 瘦鼻 + 鼻翼 + 祛眼袋 + 紅潤 + 祛法令纹 + 美顏(自然) + 美顏(天天P图) + 美顏(光滑) + 白牙 + 校服 + 美白 + 祛皱 + 美顏 + 動效 + 美妆 + 濾鏡 + 手势 + 綠幕 + 摳背 + 風格 + 設置 + 強度 + 下載失敗 + 素材解壓失敗 + 存儲空間不足 + \ No newline at end of file diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/values-zh-rTW/values-zh-rTW.xml b/beautysettingkit/build/intermediates/packaged_res/debug/values-zh-rTW/values-zh-rTW.xml new file mode 100644 index 0000000..b82b3d5 --- /dev/null +++ b/beautysettingkit/build/intermediates/packaged_res/debug/values-zh-rTW/values-zh-rTW.xml @@ -0,0 +1,91 @@ + + + 取消 + 關閉 + + 確定 + AI摳背 + Boom + 瘋狂打call + Q星座 + 變臉 + 花仙子 + 劉海髮帶 + 霓虹鼠 + 小公舉 + 紫色小貓 + 彩色絲帶 + 星耳 + 瓶盖挑战 + 流星雨 + 皮卡丘 + 控雪 + 电视之星 + Good luck + 櫻桃 + 古风妝 + 七夕唇印 + 混合妝 + 粉粉霞 + 原宿復古 + 海洋 + 小丑女 + 寡姐妝 + 伸出手掌 + 美顏 + 大眼 + 下巴 + 眼角 + 眼距 + 亮眼 + 脸型 + 短臉 + 瘦臉 + V臉 + 日系 + 唯美 + 藍調 + 櫻紅 + 雲裳 + 清涼 + 香氛 + 清新 + 白蘭 + 粉嫩 + 純真 + 懷舊 + 浪漫 + 標準 + 超脫 + 元氣 + 美白 + 发际线 + 嘴唇厚度 + 嘴形 + 鼻子位置 + 瘦鼻 + 鼻翼 + 祛眼袋 + 紅潤 + 祛法令纹 + 美顏(自然) + 美顏(天天P图) + 美顏(光滑) + 白牙 + 校服 + 美白 + 祛皱 + 美顏 + 動效 + 美妆 + 濾鏡 + 手势 + 綠幕 + 摳背 + 風格 + 設置 + 強度 + 下載失敗 + 素材解壓失敗 + 存儲空間不足 + \ No newline at end of file diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/values-zh/values-zh.xml b/beautysettingkit/build/intermediates/packaged_res/debug/values-zh/values-zh.xml new file mode 100644 index 0000000..66cb07b --- /dev/null +++ b/beautysettingkit/build/intermediates/packaged_res/debug/values-zh/values-zh.xml @@ -0,0 +1,91 @@ + + + 取消 + 关闭 + + 确定 + AI抠背 + Boom + 疯狂打call + Q星座 + 变脸 + 花仙子 + 刘海发带 + 霓虹鼠 + 小公举 + 紫色小猫 + 彩色丝带 + 星耳 + 瓶盖挑战 + 流星雨 + 皮卡丘 + 控雪 + 电视之星 + Good luck + 樱桃 + 古风妆 + 七夕唇印 + 混合妆 + 粉粉霞 + 原宿复古 + 海洋 + 小丑女 + 寡姐妆 + 伸出手掌 + 美颜 + 大眼 + 下巴 + 眼角 + 眼距 + 亮眼 + 脸型 + 短脸 + 瘦脸 + V脸 + 日系 + 唯美 + 蓝调 + 樱红 + 云裳 + 清凉 + 香氛 + 清新 + 白兰 + 粉嫩 + 纯真 + 怀旧 + 浪漫 + 标准 + 超脱 + 元气 + 美白 + 发际线 + 嘴唇厚度 + 嘴形 + 鼻子位置 + 瘦鼻 + 鼻翼 + 祛眼袋 + 红润 + 祛法令纹 + 美颜(自然) + 美颜(天天P图) + 美颜(光滑) + 白牙 + 校服 + 美白 + 祛皱 + 美颜 + 动效 + 美妆 + 滤镜 + 手势 + 绿幕 + 抠背 + 风格 + 设置 + 强度 + 下载失败 + 素材解压失败 + 存储空间不足 + \ No newline at end of file diff --git a/beautysettingkit/build/intermediates/packaged_res/debug/values/values.xml b/beautysettingkit/build/intermediates/packaged_res/debug/values/values.xml new file mode 100644 index 0000000..d0fc4f9 --- /dev/null +++ b/beautysettingkit/build/intermediates/packaged_res/debug/values/values.xml @@ -0,0 +1,284 @@ + + + + 美颜 + 滤镜 + 动效 + 美妆 + 手势 + 抠背 + 绿幕 + + + 无动效 + AI抠背 + + + + 标准 + 自然 + 白皙 + 樱红 + 云裳 + 纯真 + 白兰 + 元气 + 超脱 + 香氛 + 美白 + 浪漫 + 清新 + 唯美 + 粉嫩 + 怀旧 + 蓝调 + 清凉 + 日系 + + + 皮卡丘 + 流星雨 + 控雪 + 电视之星 + 瓶盖挑战 + + + + Good luck + + + 原宿复古 + 樱桃 + 海洋 + 粉粉霞 + 寡姐妆 + 七夕唇印 + 古风妆 + 小丑女 + 混合妆 + + + + Boom + 霓虹鼠 + 星耳 + 疯狂打call + Q星座 + 彩色丝带 + 刘海发带 + 变脸 + 紫色小猫 + 花仙子 + 小公举 + + + 美颜(光滑) + 美颜(自然) + 美颜(天天P图) + + + 美颜 + 美白 + 红润 + 大眼 + 瘦脸 + V脸 + 下巴 + 短脸 + 瘦鼻 + 亮眼 + 白牙 + 祛眼袋 + 祛法令纹 + 祛皱 + 发际线 + 眼距 + 眼角 + 嘴形 + 鼻翼 + 鼻子位置 + 嘴唇厚度 + 脸型 + + #FF584C + #FFFFFF + 9sp + 18sp + 19sp + 20sp + 10sp + 11sp + 12sp + 13sp + 14sp + 15sp + 16sp + 17sp + 35dp + 75dp + 60dp + 14sp + 18sp + 18dp + 50dp + 10dp + 60dp + 2dp + 1dp + 2dp + 50dp + 50dp + 取消 + 关闭 + + 确定 + AI抠背 + Boom + 疯狂打call + Q星座 + 变脸 + 花仙子 + 刘海发带 + 霓虹鼠 + 小公举 + 紫色小猫 + 彩色丝带 + 星耳 + 瓶盖挑战 + 流星雨 + 皮卡丘 + 控雪 + 电视之星 + Good luck + 樱桃 + 古风妆 + 七夕唇印 + 混合妆 + 粉粉霞 + 原宿复古 + 海洋 + 小丑女 + 寡姐妆 + 伸出手掌 + 美颜 + 大眼 + 下巴 + 眼角 + 眼距 + 亮眼 + 脸型 + 短脸 + 瘦脸 + V脸 + 日系 + 白皙 + 唯美 + 蓝调 + 樱红 + 云裳 + 清凉 + 香氛 + 清新 + 白兰 + 粉嫩 + 纯真 + 怀旧 + 浪漫 + 标准 + 超脱 + 元气 + 美白 + 自然 + 发际线 + 嘴唇厚度 + 嘴形 + 鼻子位置 + 瘦鼻 + 鼻翼 + 祛眼袋 + 红润 + 祛法令纹 + 美颜(自然) + 美颜(天天P图) + 美颜(光滑) + 白牙 + 校服 + 美白 + 祛皱 + 美颜 + 动效 + 美妆 + 滤镜 + 手势 + 绿幕 + 抠背 + 风格 + 设置 + 强度 + 下载失败 + 素材解压失败 + 存储空间不足 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/beautysettingkit/build/intermediates/runtime_library_classes_jar/debug/classes.jar b/beautysettingkit/build/intermediates/runtime_library_classes_jar/debug/classes.jar new file mode 100644 index 0000000..d2fdc0e Binary files /dev/null and b/beautysettingkit/build/intermediates/runtime_library_classes_jar/debug/classes.jar differ diff --git a/beautysettingkit/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt b/beautysettingkit/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt new file mode 100644 index 0000000..32b7ea4 --- /dev/null +++ b/beautysettingkit/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt @@ -0,0 +1,1465 @@ +com.tencent.liteav.demo.beauty +anim abc_fade_in +anim abc_fade_out +anim abc_grow_fade_in_from_bottom +anim abc_popup_enter +anim abc_popup_exit +anim abc_shrink_fade_out_from_bottom +anim abc_slide_in_bottom +anim abc_slide_in_top +anim abc_slide_out_bottom +anim abc_slide_out_top +anim abc_tooltip_enter +anim abc_tooltip_exit +anim beauty_load_progress_animation +array beauty_category +array beauty_cutout_background +array beauty_filter_type +array beauty_gesture_type +array beauty_green_screen +array beauty_makeup_type +array beauty_motion_type +array beauty_style +array beauty_type +attr actionBarDivider +attr actionBarItemBackground +attr actionBarPopupTheme +attr actionBarSize +attr actionBarSplitStyle +attr actionBarStyle +attr actionBarTabBarStyle +attr actionBarTabStyle +attr actionBarTabTextStyle +attr actionBarTheme +attr actionBarWidgetTheme +attr actionButtonStyle +attr actionDropDownStyle +attr actionLayout +attr actionMenuTextAppearance +attr actionMenuTextColor +attr actionModeBackground +attr actionModeCloseButtonStyle +attr actionModeCloseDrawable +attr actionModeCopyDrawable +attr actionModeCutDrawable +attr actionModeFindDrawable +attr actionModePasteDrawable +attr actionModePopupWindowStyle +attr actionModeSelectAllDrawable +attr actionModeShareDrawable +attr actionModeSplitBackground +attr actionModeStyle +attr actionModeWebSearchDrawable +attr actionOverflowButtonStyle +attr actionOverflowMenuStyle +attr actionProviderClass +attr actionViewClass +attr activityChooserViewStyle +attr alertDialogButtonGroupStyle +attr alertDialogCenterButtons +attr alertDialogStyle +attr alertDialogTheme +attr allowStacking +attr alpha +attr alphabeticModifiers +attr arrowHeadLength +attr arrowShaftLength +attr autoCompleteTextViewStyle +attr autoSizeMaxTextSize +attr autoSizeMinTextSize +attr autoSizePresetSizes +attr autoSizeStepGranularity +attr autoSizeTextType +attr background +attr backgroundSplit +attr backgroundStacked +attr backgroundTint +attr backgroundTintMode +attr barLength +attr beautyPanelBigeyeIcon +attr beautyPanelChinIcon +attr beautyPanelColorPrimary +attr beautyPanelEyeAngleIcon +attr beautyPanelEyeDistanceIcon +attr beautyPanelEyeLightenIcon +attr beautyPanelFaceShapeIcon +attr beautyPanelFaceshortIcon +attr beautyPanelFaceslimIcon +attr beautyPanelFacevIcon +attr beautyPanelForeheadIcon +attr beautyPanelMouseWidthIcon +attr beautyPanelMouthShapeIcon +attr beautyPanelNaturalIcon +attr beautyPanelNosePositionIcon +attr beautyPanelNoseWingIcon +attr beautyPanelNoseslimIcon +attr beautyPanelPituIcon +attr beautyPanelPouchRemoveIcon +attr beautyPanelRuddyIcon +attr beautyPanelSmileLinesRemoveIcon +attr beautyPanelSmoothIcon +attr beautyPanelToothWhiteIcon +attr beautyPanelWhiteIcon +attr beautyPanelWrinkleIcon +attr borderlessButtonStyle +attr buttonBarButtonStyle +attr buttonBarNegativeButtonStyle +attr buttonBarNeutralButtonStyle +attr buttonBarPositiveButtonStyle +attr buttonBarStyle +attr buttonGravity +attr buttonIconDimen +attr buttonPanelSideLayout +attr buttonStyle +attr buttonStyleSmall +attr buttonTint +attr buttonTintMode +attr checkboxStyle +attr checkedTextViewStyle +attr closeIcon +attr closeItemLayout +attr collapseContentDescription +attr collapseIcon +attr color +attr colorAccent +attr colorBackgroundFloating +attr colorButtonNormal +attr colorControlActivated +attr colorControlHighlight +attr colorControlNormal +attr colorError +attr colorPrimary +attr colorPrimaryDark +attr colorSwitchThumbNormal +attr commitIcon +attr contentDescription +attr contentInsetEnd +attr contentInsetEndWithActions +attr contentInsetLeft +attr contentInsetRight +attr contentInsetStart +attr contentInsetStartWithNavigation +attr controlBackground +attr coordinatorLayoutStyle +attr customNavigationLayout +attr defaultQueryHint +attr dialogCornerRadius +attr dialogPreferredPadding +attr dialogTheme +attr displayOptions +attr divider +attr dividerHorizontal +attr dividerPadding +attr dividerVertical +attr drawableSize +attr drawerArrowStyle +attr dropDownListViewStyle +attr dropdownListPreferredItemHeight +attr editTextBackground +attr editTextColor +attr editTextStyle +attr elevation +attr expandActivityOverflowButtonDrawable +attr fastScrollEnabled +attr fastScrollHorizontalThumbDrawable +attr fastScrollHorizontalTrackDrawable +attr fastScrollVerticalThumbDrawable +attr fastScrollVerticalTrackDrawable +attr firstBaselineToTopHeight +attr font +attr fontFamily +attr fontProviderAuthority +attr fontProviderCerts +attr fontProviderFetchStrategy +attr fontProviderFetchTimeout +attr fontProviderPackage +attr fontProviderQuery +attr fontStyle +attr fontVariationSettings +attr fontWeight +attr gapBetweenBars +attr goIcon +attr height +attr hideOnContentScroll +attr homeAsUpIndicator +attr homeLayout +attr icon +attr iconTint +attr iconTintMode +attr iconifiedByDefault +attr imageButtonStyle +attr indeterminateProgressStyle +attr initialActivityCount +attr isLightTheme +attr itemPadding +attr keylines +attr lastBaselineToBottomHeight +attr layout +attr layoutManager +attr layout_anchor +attr layout_anchorGravity +attr layout_behavior +attr layout_dodgeInsetEdges +attr layout_insetEdge +attr layout_keyline +attr lineHeight +attr listChoiceBackgroundIndicator +attr listDividerAlertDialog +attr listItemLayout +attr listLayout +attr listMenuViewStyle +attr listPopupWindowStyle +attr listPreferredItemHeight +attr listPreferredItemHeightLarge +attr listPreferredItemHeightSmall +attr listPreferredItemPaddingLeft +attr listPreferredItemPaddingRight +attr logo +attr logoDescription +attr maxButtonHeight +attr measureWithLargestChild +attr multiChoiceItemLayout +attr navigationContentDescription +attr navigationIcon +attr navigationMode +attr numericModifiers +attr overlapAnchor +attr paddingBottomNoButtons +attr paddingEnd +attr paddingStart +attr paddingTopNoTitle +attr panelBackground +attr panelMenuListTheme +attr panelMenuListWidth +attr popupMenuStyle +attr popupTheme +attr popupWindowStyle +attr preserveIconSpacing +attr progressBarPadding +attr progressBarStyle +attr queryBackground +attr queryHint +attr radioButtonStyle +attr ratingBarStyle +attr ratingBarStyleIndicator +attr ratingBarStyleSmall +attr reverseLayout +attr searchHintIcon +attr searchIcon +attr searchViewStyle +attr seekBarStyle +attr selectableItemBackground +attr selectableItemBackgroundBorderless +attr showAsAction +attr showDividers +attr showText +attr showTitle +attr singleChoiceItemLayout +attr spanCount +attr spinBars +attr spinnerDropDownItemStyle +attr spinnerStyle +attr splitTrack +attr srcCompat +attr stackFromEnd +attr state_above_anchor +attr statusBarBackground +attr subMenuArrow +attr submitBackground +attr subtitle +attr subtitleTextAppearance +attr subtitleTextColor +attr subtitleTextStyle +attr suggestionRowLayout +attr switchMinWidth +attr switchPadding +attr switchStyle +attr switchTextAppearance +attr textAllCaps +attr textAppearanceLargePopupMenu +attr textAppearanceListItem +attr textAppearanceListItemSecondary +attr textAppearanceListItemSmall +attr textAppearancePopupMenuHeader +attr textAppearanceSearchResultSubtitle +attr textAppearanceSearchResultTitle +attr textAppearanceSmallPopupMenu +attr textColorAlertDialogListItem +attr textColorSearchUrl +attr theme +attr thickness +attr thumbTextPadding +attr thumbTint +attr thumbTintMode +attr tickMark +attr tickMarkTint +attr tickMarkTintMode +attr tint +attr tintMode +attr title +attr titleMargin +attr titleMarginBottom +attr titleMarginEnd +attr titleMarginStart +attr titleMarginTop +attr titleMargins +attr titleTextAppearance +attr titleTextColor +attr titleTextStyle +attr toolbarNavigationButtonStyle +attr toolbarStyle +attr tooltipForegroundColor +attr tooltipFrameBackground +attr tooltipText +attr track +attr trackTint +attr trackTintMode +attr ttcIndex +attr viewInflaterClass +attr voiceIcon +attr windowActionBar +attr windowActionBarOverlay +attr windowActionModeOverlay +attr windowFixedHeightMajor +attr windowFixedHeightMinor +attr windowFixedWidthMajor +attr windowFixedWidthMinor +attr windowMinWidthMajor +attr windowMinWidthMinor +attr windowNoTitle +bool abc_action_bar_embed_tabs +bool abc_allow_stacked_button_bar +bool abc_config_actionMenuItemAllCaps +color abc_background_cache_hint_selector_material_dark +color abc_background_cache_hint_selector_material_light +color abc_btn_colored_borderless_text_material +color abc_btn_colored_text_material +color abc_color_highlight_material +color abc_hint_foreground_material_dark +color abc_hint_foreground_material_light +color abc_input_method_navigation_guard +color abc_primary_text_disable_only_material_dark +color abc_primary_text_disable_only_material_light +color abc_primary_text_material_dark +color abc_primary_text_material_light +color abc_search_url_text +color abc_search_url_text_normal +color abc_search_url_text_pressed +color abc_search_url_text_selected +color abc_secondary_text_material_dark +color abc_secondary_text_material_light +color abc_tint_btn_checkable +color abc_tint_default +color abc_tint_edittext +color abc_tint_seek_thumb +color abc_tint_spinner +color abc_tint_switch_track +color accent_material_dark +color accent_material_light +color background_floating_material_dark +color background_floating_material_light +color background_material_dark +color background_material_light +color beauty_color_red +color beauty_color_white +color bright_foreground_disabled_material_dark +color bright_foreground_disabled_material_light +color bright_foreground_inverse_material_dark +color bright_foreground_inverse_material_light +color bright_foreground_material_dark +color bright_foreground_material_light +color button_material_dark +color button_material_light +color dim_foreground_disabled_material_dark +color dim_foreground_disabled_material_light +color dim_foreground_material_dark +color dim_foreground_material_light +color error_color_material_dark +color error_color_material_light +color foreground_material_dark +color foreground_material_light +color highlighted_text_material_dark +color highlighted_text_material_light +color material_blue_grey_800 +color material_blue_grey_900 +color material_blue_grey_950 +color material_deep_teal_200 +color material_deep_teal_500 +color material_grey_100 +color material_grey_300 +color material_grey_50 +color material_grey_600 +color material_grey_800 +color material_grey_850 +color material_grey_900 +color notification_action_color_filter +color notification_icon_bg_color +color primary_dark_material_dark +color primary_dark_material_light +color primary_material_dark +color primary_material_light +color primary_text_default_material_dark +color primary_text_default_material_light +color primary_text_disabled_material_dark +color primary_text_disabled_material_light +color ripple_material_dark +color ripple_material_light +color secondary_text_default_material_dark +color secondary_text_default_material_light +color secondary_text_disabled_material_dark +color secondary_text_disabled_material_light +color switch_thumb_disabled_material_dark +color switch_thumb_disabled_material_light +color switch_thumb_material_dark +color switch_thumb_material_light +color switch_thumb_normal_material_dark +color switch_thumb_normal_material_light +color tooltip_background_dark +color tooltip_background_light +dimen abc_action_bar_content_inset_material +dimen abc_action_bar_content_inset_with_nav +dimen abc_action_bar_default_height_material +dimen abc_action_bar_default_padding_end_material +dimen abc_action_bar_default_padding_start_material +dimen abc_action_bar_elevation_material +dimen abc_action_bar_icon_vertical_padding_material +dimen abc_action_bar_overflow_padding_end_material +dimen abc_action_bar_overflow_padding_start_material +dimen abc_action_bar_stacked_max_height +dimen abc_action_bar_stacked_tab_max_width +dimen abc_action_bar_subtitle_bottom_margin_material +dimen abc_action_bar_subtitle_top_margin_material +dimen abc_action_button_min_height_material +dimen abc_action_button_min_width_material +dimen abc_action_button_min_width_overflow_material +dimen abc_alert_dialog_button_bar_height +dimen abc_alert_dialog_button_dimen +dimen abc_button_inset_horizontal_material +dimen abc_button_inset_vertical_material +dimen abc_button_padding_horizontal_material +dimen abc_button_padding_vertical_material +dimen abc_cascading_menus_min_smallest_width +dimen abc_config_prefDialogWidth +dimen abc_control_corner_material +dimen abc_control_inset_material +dimen abc_control_padding_material +dimen abc_dialog_corner_radius_material +dimen abc_dialog_fixed_height_major +dimen abc_dialog_fixed_height_minor +dimen abc_dialog_fixed_width_major +dimen abc_dialog_fixed_width_minor +dimen abc_dialog_list_padding_bottom_no_buttons +dimen abc_dialog_list_padding_top_no_title +dimen abc_dialog_min_width_major +dimen abc_dialog_min_width_minor +dimen abc_dialog_padding_material +dimen abc_dialog_padding_top_material +dimen abc_dialog_title_divider_material +dimen abc_disabled_alpha_material_dark +dimen abc_disabled_alpha_material_light +dimen abc_dropdownitem_icon_width +dimen abc_dropdownitem_text_padding_left +dimen abc_dropdownitem_text_padding_right +dimen abc_edit_text_inset_bottom_material +dimen abc_edit_text_inset_horizontal_material +dimen abc_edit_text_inset_top_material +dimen abc_floating_window_z +dimen abc_list_item_padding_horizontal_material +dimen abc_panel_menu_list_width +dimen abc_progress_bar_height_material +dimen abc_search_view_preferred_height +dimen abc_search_view_preferred_width +dimen abc_seekbar_track_background_height_material +dimen abc_seekbar_track_progress_height_material +dimen abc_select_dialog_padding_start_material +dimen abc_switch_padding +dimen abc_text_size_body_1_material +dimen abc_text_size_body_2_material +dimen abc_text_size_button_material +dimen abc_text_size_caption_material +dimen abc_text_size_display_1_material +dimen abc_text_size_display_2_material +dimen abc_text_size_display_3_material +dimen abc_text_size_display_4_material +dimen abc_text_size_headline_material +dimen abc_text_size_large_material +dimen abc_text_size_medium_material +dimen abc_text_size_menu_header_material +dimen abc_text_size_menu_material +dimen abc_text_size_small_material +dimen abc_text_size_subhead_material +dimen abc_text_size_subtitle_material_toolbar +dimen abc_text_size_title_material +dimen abc_text_size_title_material_toolbar +dimen beauty_h1 +dimen beauty_h10 +dimen beauty_h11 +dimen beauty_h12 +dimen beauty_h2 +dimen beauty_h3 +dimen beauty_h4 +dimen beauty_h5 +dimen beauty_h6 +dimen beauty_h7 +dimen beauty_h8 +dimen beauty_h9 +dimen beauty_live_btn_size +dimen beauty_qav_grid_view_item_width_audio +dimen beauty_qav_multi_video_friend_item_width +dimen beauty_sub_content +dimen beauty_title +dimen beauty_ugc_aspect_divider +dimen beauty_ugc_aspect_width +dimen beauty_ugc_cut_margin +dimen beauty_ugc_item_thumb_height +dimen beauty_ugc_progress_cursor +dimen beauty_ugc_progress_divider +dimen beauty_ugc_progress_min_pos +dimen beauty_video_progress_height +dimen beauty_video_thumbnail_width +dimen compat_button_inset_horizontal_material +dimen compat_button_inset_vertical_material +dimen compat_button_padding_horizontal_material +dimen compat_button_padding_vertical_material +dimen compat_control_corner_material +dimen compat_notification_large_icon_max_height +dimen compat_notification_large_icon_max_width +dimen disabled_alpha_material_dark +dimen disabled_alpha_material_light +dimen fastscroll_default_thickness +dimen fastscroll_margin +dimen fastscroll_minimum_range +dimen highlight_alpha_material_colored +dimen highlight_alpha_material_dark +dimen highlight_alpha_material_light +dimen hint_alpha_material_dark +dimen hint_alpha_material_light +dimen hint_pressed_alpha_material_dark +dimen hint_pressed_alpha_material_light +dimen item_touch_helper_max_drag_scroll_per_frame +dimen item_touch_helper_swipe_escape_max_velocity +dimen item_touch_helper_swipe_escape_velocity +dimen notification_action_icon_size +dimen notification_action_text_size +dimen notification_big_circle_margin +dimen notification_content_margin_start +dimen notification_large_icon_height +dimen notification_large_icon_width +dimen notification_main_column_padding_top +dimen notification_media_narrow_margin +dimen notification_right_icon_size +dimen notification_right_side_padding_top +dimen notification_small_icon_background_padding +dimen notification_small_icon_size_as_large +dimen notification_subtext_size +dimen notification_top_pad +dimen notification_top_pad_large_text +dimen tooltip_corner_radius +dimen tooltip_horizontal_padding +dimen tooltip_margin +dimen tooltip_precise_anchor_extra_offset +dimen tooltip_precise_anchor_threshold +dimen tooltip_vertical_padding +dimen tooltip_y_offset_non_touch +dimen tooltip_y_offset_touch +drawable abc_ab_share_pack_mtrl_alpha +drawable abc_action_bar_item_background_material +drawable abc_btn_borderless_material +drawable abc_btn_check_material +drawable abc_btn_check_to_on_mtrl_000 +drawable abc_btn_check_to_on_mtrl_015 +drawable abc_btn_colored_material +drawable abc_btn_default_mtrl_shape +drawable abc_btn_radio_material +drawable abc_btn_radio_to_on_mtrl_000 +drawable abc_btn_radio_to_on_mtrl_015 +drawable abc_btn_switch_to_on_mtrl_00001 +drawable abc_btn_switch_to_on_mtrl_00012 +drawable abc_cab_background_internal_bg +drawable abc_cab_background_top_material +drawable abc_cab_background_top_mtrl_alpha +drawable abc_control_background_material +drawable abc_dialog_material_background +drawable abc_edit_text_material +drawable abc_ic_ab_back_material +drawable abc_ic_arrow_drop_right_black_24dp +drawable abc_ic_clear_material +drawable abc_ic_commit_search_api_mtrl_alpha +drawable abc_ic_go_search_api_material +drawable abc_ic_menu_copy_mtrl_am_alpha +drawable abc_ic_menu_cut_mtrl_alpha +drawable abc_ic_menu_overflow_material +drawable abc_ic_menu_paste_mtrl_am_alpha +drawable abc_ic_menu_selectall_mtrl_alpha +drawable abc_ic_menu_share_mtrl_alpha +drawable abc_ic_search_api_material +drawable abc_ic_star_black_16dp +drawable abc_ic_star_black_36dp +drawable abc_ic_star_black_48dp +drawable abc_ic_star_half_black_16dp +drawable abc_ic_star_half_black_36dp +drawable abc_ic_star_half_black_48dp +drawable abc_ic_voice_search_api_material +drawable abc_item_background_holo_dark +drawable abc_item_background_holo_light +drawable abc_list_divider_material +drawable abc_list_divider_mtrl_alpha +drawable abc_list_focused_holo +drawable abc_list_longpressed_holo +drawable abc_list_pressed_holo_dark +drawable abc_list_pressed_holo_light +drawable abc_list_selector_background_transition_holo_dark +drawable abc_list_selector_background_transition_holo_light +drawable abc_list_selector_disabled_holo_dark +drawable abc_list_selector_disabled_holo_light +drawable abc_list_selector_holo_dark +drawable abc_list_selector_holo_light +drawable abc_menu_hardkey_panel_mtrl_mult +drawable abc_popup_background_mtrl_mult +drawable abc_ratingbar_indicator_material +drawable abc_ratingbar_material +drawable abc_ratingbar_small_material +drawable abc_scrubber_control_off_mtrl_alpha +drawable abc_scrubber_control_to_pressed_mtrl_000 +drawable abc_scrubber_control_to_pressed_mtrl_005 +drawable abc_scrubber_primary_mtrl_alpha +drawable abc_scrubber_track_mtrl_alpha +drawable abc_seekbar_thumb_material +drawable abc_seekbar_tick_mark_material +drawable abc_seekbar_track_material +drawable abc_spinner_mtrl_am_alpha +drawable abc_spinner_textfield_background_material +drawable abc_switch_thumb_material +drawable abc_switch_track_mtrl_alpha +drawable abc_tab_indicator_material +drawable abc_tab_indicator_mtrl_alpha +drawable abc_text_cursor_material +drawable abc_text_select_handle_left_mtrl_dark +drawable abc_text_select_handle_left_mtrl_light +drawable abc_text_select_handle_middle_mtrl_dark +drawable abc_text_select_handle_middle_mtrl_light +drawable abc_text_select_handle_right_mtrl_dark +drawable abc_text_select_handle_right_mtrl_light +drawable abc_textfield_activated_mtrl_alpha +drawable abc_textfield_default_mtrl_alpha +drawable abc_textfield_search_activated_mtrl_alpha +drawable abc_textfield_search_default_mtrl_alpha +drawable abc_textfield_search_material +drawable abc_vector_test +drawable beauty_bailan +drawable beauty_baixi +drawable beauty_biaozhun +drawable beauty_chaotuo +drawable beauty_chunzhen +drawable beauty_fennen +drawable beauty_filter_bailan +drawable beauty_filter_baixi +drawable beauty_filter_biaozhun +drawable beauty_filter_chaotuo +drawable beauty_filter_chunzhen +drawable beauty_filter_fennen +drawable beauty_filter_huaijiu +drawable beauty_filter_landiao +drawable beauty_filter_langman +drawable beauty_filter_qingliang +drawable beauty_filter_qingxin +drawable beauty_filter_rixi +drawable beauty_filter_weimei +drawable beauty_filter_white +drawable beauty_filter_xiangfen +drawable beauty_filter_yinghong +drawable beauty_filter_yuanqi +drawable beauty_filter_yunshang +drawable beauty_filter_ziran +drawable beauty_fwhite +drawable beauty_huaijiu +drawable beauty_ic_bigeye +drawable beauty_ic_bottom_bg +drawable beauty_ic_bottom_bg2 +drawable beauty_ic_chin +drawable beauty_ic_common_none +drawable beauty_ic_cutout_background_ai +drawable beauty_ic_effect_boom +drawable beauty_ic_effect_call +drawable beauty_ic_effect_constellation +drawable beauty_ic_effect_face_change +drawable beauty_ic_effect_flower_fairy +drawable beauty_ic_effect_headband +drawable beauty_ic_effect_neon_rat +drawable beauty_ic_effect_princess +drawable beauty_ic_effect_purple_cat +drawable beauty_ic_effect_ribbon +drawable beauty_ic_effect_star_ear +drawable beauty_ic_eye_angle +drawable beauty_ic_eye_bright +drawable beauty_ic_eye_distance +drawable beauty_ic_eyebig +drawable beauty_ic_face_shape +drawable beauty_ic_face_short +drawable beauty_ic_faceslim +drawable beauty_ic_facev +drawable beauty_ic_forehead +drawable beauty_ic_gesture_bottle_cap_challenge +drawable beauty_ic_gesture_meteor_shower +drawable beauty_ic_gesture_pikachu +drawable beauty_ic_gesture_snow_control +drawable beauty_ic_gesture_tv_star +drawable beauty_ic_goodluck +drawable beauty_ic_makeups_cherry +drawable beauty_ic_makeups_costume +drawable beauty_ic_makeups_lip +drawable beauty_ic_makeups_mixing +drawable beauty_ic_makeups_pink +drawable beauty_ic_makeups_retro +drawable beauty_ic_makeups_seas +drawable beauty_ic_makeups_ugly +drawable beauty_ic_makeups_widow +drawable beauty_ic_mouse_shape +drawable beauty_ic_mouse_width +drawable beauty_ic_natural +drawable beauty_ic_nose_position +drawable beauty_ic_nose_wing +drawable beauty_ic_noseslim +drawable beauty_ic_pitu +drawable beauty_ic_pouch_remove +drawable beauty_ic_ruddy +drawable beauty_ic_smile_lines +drawable beauty_ic_smooth +drawable beauty_ic_tooth_white +drawable beauty_ic_white +drawable beauty_ic_wrinkles +drawable beauty_landiao +drawable beauty_langman +drawable beauty_loading_circle_progress +drawable beauty_orginal +drawable beauty_play_seekbar_icon +drawable beauty_qingliang +drawable beauty_qingxin +drawable beauty_rebuild_seekbar_progress_drawable +drawable beauty_rebuild_seekbar_progress_thumb +drawable beauty_rixi +drawable beauty_seekbar_progress_drawable +drawable beauty_text_color +drawable beauty_video_xiaofu +drawable beauty_weimei +drawable beauty_xiangfen +drawable beauty_yinghong +drawable beauty_yuanqi +drawable beauty_yunshang +drawable beauty_ziran +drawable notification_action_background +drawable notification_bg +drawable notification_bg_low +drawable notification_bg_low_normal +drawable notification_bg_low_pressed +drawable notification_bg_normal +drawable notification_bg_normal_pressed +drawable notification_icon_background +drawable notification_template_icon_bg +drawable notification_template_icon_low_bg +drawable notification_tile_bg +drawable notify_panel_notification_icon_bg +drawable tooltip_frame_dark +drawable tooltip_frame_light +id action_bar +id action_bar_activity_content +id action_bar_container +id action_bar_root +id action_bar_spinner +id action_bar_subtitle +id action_bar_title +id action_container +id action_context_bar +id action_divider +id action_image +id action_menu_divider +id action_menu_presenter +id action_mode_bar +id action_mode_bar_stub +id action_mode_close_button +id action_text +id actions +id activity_chooser_view_content +id add +id alertTitle +id async +id beauty_horizontal_picker_second +id beauty_horizontal_picker_view_first +id beauty_iv_icon +id beauty_iv_progress_img +id beauty_ll_cutout_background +id beauty_ll_green +id beauty_ll_progress +id beauty_ll_record_seek_bar +id beauty_rl_item +id beauty_rl_seek_bar +id beauty_rl_tab +id beauty_rl_title +id beauty_seek_bar_third +id beauty_tv_close +id beauty_tv_cutout_background +id beauty_tv_cutout_background_none +id beauty_tv_green +id beauty_tv_green_none +id beauty_tv_msg +id beauty_tv_seek_bar_hint +id beauty_tv_seek_bar_value +id beauty_tv_title +id blocking +id bottom +id buttonPanel +id checkbox +id chronometer +id content +id contentPanel +id custom +id customPanel +id decor_content_parent +id default_activity_button +id edit_query +id end +id expand_activities_button +id expanded_menu +id forever +id group_divider +id home +id icon +id icon_group +id image +id info +id italic +id item_touch_helper_previous_elevation +id left +id line1 +id line3 +id listMode +id list_item +id message +id multiply +id none +id normal +id notification_background +id notification_main_column +id notification_main_column_container +id parentPanel +id progress_circular +id progress_horizontal +id radio +id right +id right_icon +id right_side +id screen +id scrollIndicatorDown +id scrollIndicatorUp +id scrollView +id search_badge +id search_bar +id search_button +id search_close_btn +id search_edit_frame +id search_go_btn +id search_mag_icon +id search_plate +id search_src_text +id search_voice_btn +id select_dialog_listview +id shortcut +id spacer +id split_action_bar +id src_atop +id src_in +id src_over +id start +id submenuarrow +id submit_area +id tabMode +id tag_transition_group +id tag_unhandled_key_event_manager +id tag_unhandled_key_listeners +id text +id text2 +id textSpacerNoButtons +id textSpacerNoTitle +id time +id title +id titleDividerNoCustom +id title_template +id top +id topPanel +id uniform +id up +id wrap_content +integer abc_config_activityDefaultDur +integer abc_config_activityShortDur +integer cancel_button_image_alpha +integer config_tooltipAnimTime +integer status_bar_notification_info_maxnum +layout abc_action_bar_title_item +layout abc_action_bar_up_container +layout abc_action_menu_item_layout +layout abc_action_menu_layout +layout abc_action_mode_bar +layout abc_action_mode_close_item_material +layout abc_activity_chooser_view +layout abc_activity_chooser_view_list_item +layout abc_alert_dialog_button_bar_material +layout abc_alert_dialog_material +layout abc_alert_dialog_title_material +layout abc_cascading_menu_item_layout +layout abc_dialog_title_material +layout abc_expanded_menu_layout +layout abc_list_menu_item_checkbox +layout abc_list_menu_item_icon +layout abc_list_menu_item_layout +layout abc_list_menu_item_radio +layout abc_popup_menu_header_item_layout +layout abc_popup_menu_item_layout +layout abc_screen_content_include +layout abc_screen_simple +layout abc_screen_simple_overlay_action_mode +layout abc_screen_toolbar +layout abc_search_dropdown_item_icons_2line +layout abc_search_view +layout abc_select_dialog_material +layout abc_tooltip +layout beauty_item +layout beauty_layout_loading_progress +layout beauty_panel +layout beauty_view_item +layout beauty_view_layout +layout notification_action +layout notification_action_tombstone +layout notification_template_custom_big +layout notification_template_icon_group +layout notification_template_part_chronometer +layout notification_template_part_time +layout select_dialog_item_material +layout select_dialog_multichoice_material +layout select_dialog_singlechoice_material +layout support_simple_spinner_dropdown_item +string abc_action_bar_home_description +string abc_action_bar_up_description +string abc_action_menu_overflow_description +string abc_action_mode_done +string abc_activity_chooser_view_see_all +string abc_activitychooserview_choose_application +string abc_capital_off +string abc_capital_on +string abc_font_family_body_1_material +string abc_font_family_body_2_material +string abc_font_family_button_material +string abc_font_family_caption_material +string abc_font_family_display_1_material +string abc_font_family_display_2_material +string abc_font_family_display_3_material +string abc_font_family_display_4_material +string abc_font_family_headline_material +string abc_font_family_menu_material +string abc_font_family_subhead_material +string abc_font_family_title_material +string abc_menu_alt_shortcut_label +string abc_menu_ctrl_shortcut_label +string abc_menu_delete_shortcut_label +string abc_menu_enter_shortcut_label +string abc_menu_function_shortcut_label +string abc_menu_meta_shortcut_label +string abc_menu_shift_shortcut_label +string abc_menu_space_shortcut_label +string abc_menu_sym_shortcut_label +string abc_prepend_shortcut_label +string abc_search_hint +string abc_searchview_description_clear +string abc_searchview_description_query +string abc_searchview_description_search +string abc_searchview_description_submit +string abc_searchview_description_voice +string abc_shareactionprovider_share_with +string abc_shareactionprovider_share_with_application +string abc_toolbar_collapse_description +string app_name +string beauty_cancel +string beauty_close +string beauty_common_none +string beauty_confirm +string beauty_cutout_background_ai +string beauty_effect_boom +string beauty_effect_call +string beauty_effect_constellation +string beauty_effect_face_change +string beauty_effect_flower_faerie +string beauty_effect_headband +string beauty_effect_neon_rat +string beauty_effect_princess +string beauty_effect_purple_kitten +string beauty_effect_ribbon +string beauty_effect_star_ear +string beauty_gesture_bottle_cap_challenge +string beauty_gesture_meteor_shower +string beauty_gesture_pikaqiu +string beauty_gesture_snow_control +string beauty_gesture_tv_star +string beauty_good_luck +string beauty_makeups_cherry +string beauty_makeups_costume +string beauty_makeups_lip +string beauty_makeups_mixing +string beauty_makeups_pink +string beauty_makeups_retro +string beauty_makeups_seas +string beauty_makeups_ugly +string beauty_makeups_widow +string beauty_palm_out +string beauty_panel_beauty +string beauty_panel_bigeye +string beauty_panel_chin +string beauty_panel_eyeangle +string beauty_panel_eyedistance +string beauty_panel_eyelighten +string beauty_panel_faceshape +string beauty_panel_faceshort +string beauty_panel_faceslim +string beauty_panel_facev +string beauty_panel_filter_Japanese +string beauty_panel_filter_baixi +string beauty_panel_filter_beautiful +string beauty_panel_filter_blues +string beauty_panel_filter_cheery +string beauty_panel_filter_cloud +string beauty_panel_filter_cool +string beauty_panel_filter_fragrance +string beauty_panel_filter_fresh +string beauty_panel_filter_orchid +string beauty_panel_filter_pink +string beauty_panel_filter_pure +string beauty_panel_filter_reminiscence +string beauty_panel_filter_romantic +string beauty_panel_filter_standard +string beauty_panel_filter_super +string beauty_panel_filter_vitality +string beauty_panel_filter_white +string beauty_panel_filter_ziran +string beauty_panel_forehead +string beauty_panel_mousewidth +string beauty_panel_mouthshape +string beauty_panel_noseposition +string beauty_panel_noseslim +string beauty_panel_nosewing +string beauty_panel_pounchremove +string beauty_panel_ruddy +string beauty_panel_smilelinesremove +string beauty_panel_style_natural +string beauty_panel_style_pitu +string beauty_panel_style_smooth +string beauty_panel_toothwhite +string beauty_panel_uniforms +string beauty_panel_white +string beauty_panel_wrinkleremove +string beauty_setting_panel_beauty +string beauty_setting_panel_dynamic_effect +string beauty_setting_panel_facebeauty +string beauty_setting_panel_filter +string beauty_setting_panel_gesture +string beauty_setting_panel_green_screen +string beauty_setting_panel_key +string beauty_setting_panel_style +string beauty_setup +string beauty_strength +string beauty_video_material_download_progress_download_failed +string beauty_video_material_download_progress_material_unzip_failed +string beauty_video_material_download_progress_no_enough_storage_space +string search_menu_title +string status_bar_notification_info_overflow +style AlertDialog_AppCompat +style AlertDialog_AppCompat_Light +style Animation_AppCompat_Dialog +style Animation_AppCompat_DropDownUp +style Animation_AppCompat_Tooltip +style Base_AlertDialog_AppCompat +style Base_AlertDialog_AppCompat_Light +style Base_Animation_AppCompat_Dialog +style Base_Animation_AppCompat_DropDownUp +style Base_Animation_AppCompat_Tooltip +style Base_DialogWindowTitleBackground_AppCompat +style Base_DialogWindowTitle_AppCompat +style Base_TextAppearance_AppCompat +style Base_TextAppearance_AppCompat_Body1 +style Base_TextAppearance_AppCompat_Body2 +style Base_TextAppearance_AppCompat_Button +style Base_TextAppearance_AppCompat_Caption +style Base_TextAppearance_AppCompat_Display1 +style Base_TextAppearance_AppCompat_Display2 +style Base_TextAppearance_AppCompat_Display3 +style Base_TextAppearance_AppCompat_Display4 +style Base_TextAppearance_AppCompat_Headline +style Base_TextAppearance_AppCompat_Inverse +style Base_TextAppearance_AppCompat_Large +style Base_TextAppearance_AppCompat_Large_Inverse +style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +style Base_TextAppearance_AppCompat_Medium +style Base_TextAppearance_AppCompat_Medium_Inverse +style Base_TextAppearance_AppCompat_Menu +style Base_TextAppearance_AppCompat_SearchResult +style Base_TextAppearance_AppCompat_SearchResult_Subtitle +style Base_TextAppearance_AppCompat_SearchResult_Title +style Base_TextAppearance_AppCompat_Small +style Base_TextAppearance_AppCompat_Small_Inverse +style Base_TextAppearance_AppCompat_Subhead +style Base_TextAppearance_AppCompat_Subhead_Inverse +style Base_TextAppearance_AppCompat_Title +style Base_TextAppearance_AppCompat_Title_Inverse +style Base_TextAppearance_AppCompat_Tooltip +style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu +style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle +style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +style Base_TextAppearance_AppCompat_Widget_ActionBar_Title +style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle +style Base_TextAppearance_AppCompat_Widget_ActionMode_Title +style Base_TextAppearance_AppCompat_Widget_Button +style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored +style Base_TextAppearance_AppCompat_Widget_Button_Colored +style Base_TextAppearance_AppCompat_Widget_Button_Inverse +style Base_TextAppearance_AppCompat_Widget_DropDownItem +style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header +style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large +style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small +style Base_TextAppearance_AppCompat_Widget_Switch +style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem +style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item +style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle +style Base_TextAppearance_Widget_AppCompat_Toolbar_Title +style Base_ThemeOverlay_AppCompat +style Base_ThemeOverlay_AppCompat_ActionBar +style Base_ThemeOverlay_AppCompat_Dark +style Base_ThemeOverlay_AppCompat_Dark_ActionBar +style Base_ThemeOverlay_AppCompat_Dialog +style Base_ThemeOverlay_AppCompat_Dialog_Alert +style Base_ThemeOverlay_AppCompat_Light +style Base_Theme_AppCompat +style Base_Theme_AppCompat_CompactMenu +style Base_Theme_AppCompat_Dialog +style Base_Theme_AppCompat_DialogWhenLarge +style Base_Theme_AppCompat_Dialog_Alert +style Base_Theme_AppCompat_Dialog_FixedSize +style Base_Theme_AppCompat_Dialog_MinWidth +style Base_Theme_AppCompat_Light +style Base_Theme_AppCompat_Light_DarkActionBar +style Base_Theme_AppCompat_Light_Dialog +style Base_Theme_AppCompat_Light_DialogWhenLarge +style Base_Theme_AppCompat_Light_Dialog_Alert +style Base_Theme_AppCompat_Light_Dialog_FixedSize +style Base_Theme_AppCompat_Light_Dialog_MinWidth +style Base_V21_ThemeOverlay_AppCompat_Dialog +style Base_V21_Theme_AppCompat +style Base_V21_Theme_AppCompat_Dialog +style Base_V21_Theme_AppCompat_Light +style Base_V21_Theme_AppCompat_Light_Dialog +style Base_V22_Theme_AppCompat +style Base_V22_Theme_AppCompat_Light +style Base_V23_Theme_AppCompat +style Base_V23_Theme_AppCompat_Light +style Base_V26_Theme_AppCompat +style Base_V26_Theme_AppCompat_Light +style Base_V26_Widget_AppCompat_Toolbar +style Base_V28_Theme_AppCompat +style Base_V28_Theme_AppCompat_Light +style Base_V7_ThemeOverlay_AppCompat_Dialog +style Base_V7_Theme_AppCompat +style Base_V7_Theme_AppCompat_Dialog +style Base_V7_Theme_AppCompat_Light +style Base_V7_Theme_AppCompat_Light_Dialog +style Base_V7_Widget_AppCompat_AutoCompleteTextView +style Base_V7_Widget_AppCompat_EditText +style Base_V7_Widget_AppCompat_Toolbar +style Base_Widget_AppCompat_ActionBar +style Base_Widget_AppCompat_ActionBar_Solid +style Base_Widget_AppCompat_ActionBar_TabBar +style Base_Widget_AppCompat_ActionBar_TabText +style Base_Widget_AppCompat_ActionBar_TabView +style Base_Widget_AppCompat_ActionButton +style Base_Widget_AppCompat_ActionButton_CloseMode +style Base_Widget_AppCompat_ActionButton_Overflow +style Base_Widget_AppCompat_ActionMode +style Base_Widget_AppCompat_ActivityChooserView +style Base_Widget_AppCompat_AutoCompleteTextView +style Base_Widget_AppCompat_Button +style Base_Widget_AppCompat_ButtonBar +style Base_Widget_AppCompat_ButtonBar_AlertDialog +style Base_Widget_AppCompat_Button_Borderless +style Base_Widget_AppCompat_Button_Borderless_Colored +style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog +style Base_Widget_AppCompat_Button_Colored +style Base_Widget_AppCompat_Button_Small +style Base_Widget_AppCompat_CompoundButton_CheckBox +style Base_Widget_AppCompat_CompoundButton_RadioButton +style Base_Widget_AppCompat_CompoundButton_Switch +style Base_Widget_AppCompat_DrawerArrowToggle +style Base_Widget_AppCompat_DrawerArrowToggle_Common +style Base_Widget_AppCompat_DropDownItem_Spinner +style Base_Widget_AppCompat_EditText +style Base_Widget_AppCompat_ImageButton +style Base_Widget_AppCompat_Light_ActionBar +style Base_Widget_AppCompat_Light_ActionBar_Solid +style Base_Widget_AppCompat_Light_ActionBar_TabBar +style Base_Widget_AppCompat_Light_ActionBar_TabText +style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse +style Base_Widget_AppCompat_Light_ActionBar_TabView +style Base_Widget_AppCompat_Light_PopupMenu +style Base_Widget_AppCompat_Light_PopupMenu_Overflow +style Base_Widget_AppCompat_ListMenuView +style Base_Widget_AppCompat_ListPopupWindow +style Base_Widget_AppCompat_ListView +style Base_Widget_AppCompat_ListView_DropDown +style Base_Widget_AppCompat_ListView_Menu +style Base_Widget_AppCompat_PopupMenu +style Base_Widget_AppCompat_PopupMenu_Overflow +style Base_Widget_AppCompat_PopupWindow +style Base_Widget_AppCompat_ProgressBar +style Base_Widget_AppCompat_ProgressBar_Horizontal +style Base_Widget_AppCompat_RatingBar +style Base_Widget_AppCompat_RatingBar_Indicator +style Base_Widget_AppCompat_RatingBar_Small +style Base_Widget_AppCompat_SearchView +style Base_Widget_AppCompat_SearchView_ActionBar +style Base_Widget_AppCompat_SeekBar +style Base_Widget_AppCompat_SeekBar_Discrete +style Base_Widget_AppCompat_Spinner +style Base_Widget_AppCompat_Spinner_Underlined +style Base_Widget_AppCompat_TextView_SpinnerItem +style Base_Widget_AppCompat_Toolbar +style Base_Widget_AppCompat_Toolbar_Button_Navigation +style BeautyLoadingDialog +style BeautyPanelStyle +style Platform_AppCompat +style Platform_AppCompat_Light +style Platform_ThemeOverlay_AppCompat +style Platform_ThemeOverlay_AppCompat_Dark +style Platform_ThemeOverlay_AppCompat_Light +style Platform_V21_AppCompat +style Platform_V21_AppCompat_Light +style Platform_V25_AppCompat +style Platform_V25_AppCompat_Light +style Platform_Widget_AppCompat_Spinner +style RtlOverlay_DialogWindowTitle_AppCompat +style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem +style RtlOverlay_Widget_AppCompat_DialogTitle_Icon +style RtlOverlay_Widget_AppCompat_PopupMenuItem +style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup +style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut +style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow +style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text +style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title +style RtlOverlay_Widget_AppCompat_SearchView_MagIcon +style RtlOverlay_Widget_AppCompat_Search_DropDown +style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 +style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 +style RtlOverlay_Widget_AppCompat_Search_DropDown_Query +style RtlOverlay_Widget_AppCompat_Search_DropDown_Text +style RtlUnderlay_Widget_AppCompat_ActionButton +style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow +style TextAppearance_AppCompat +style TextAppearance_AppCompat_Body1 +style TextAppearance_AppCompat_Body2 +style TextAppearance_AppCompat_Button +style TextAppearance_AppCompat_Caption +style TextAppearance_AppCompat_Display1 +style TextAppearance_AppCompat_Display2 +style TextAppearance_AppCompat_Display3 +style TextAppearance_AppCompat_Display4 +style TextAppearance_AppCompat_Headline +style TextAppearance_AppCompat_Inverse +style TextAppearance_AppCompat_Large +style TextAppearance_AppCompat_Large_Inverse +style TextAppearance_AppCompat_Light_SearchResult_Subtitle +style TextAppearance_AppCompat_Light_SearchResult_Title +style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +style TextAppearance_AppCompat_Medium +style TextAppearance_AppCompat_Medium_Inverse +style TextAppearance_AppCompat_Menu +style TextAppearance_AppCompat_SearchResult_Subtitle +style TextAppearance_AppCompat_SearchResult_Title +style TextAppearance_AppCompat_Small +style TextAppearance_AppCompat_Small_Inverse +style TextAppearance_AppCompat_Subhead +style TextAppearance_AppCompat_Subhead_Inverse +style TextAppearance_AppCompat_Title +style TextAppearance_AppCompat_Title_Inverse +style TextAppearance_AppCompat_Tooltip +style TextAppearance_AppCompat_Widget_ActionBar_Menu +style TextAppearance_AppCompat_Widget_ActionBar_Subtitle +style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +style TextAppearance_AppCompat_Widget_ActionBar_Title +style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +style TextAppearance_AppCompat_Widget_ActionMode_Subtitle +style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse +style TextAppearance_AppCompat_Widget_ActionMode_Title +style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse +style TextAppearance_AppCompat_Widget_Button +style TextAppearance_AppCompat_Widget_Button_Borderless_Colored +style TextAppearance_AppCompat_Widget_Button_Colored +style TextAppearance_AppCompat_Widget_Button_Inverse +style TextAppearance_AppCompat_Widget_DropDownItem +style TextAppearance_AppCompat_Widget_PopupMenu_Header +style TextAppearance_AppCompat_Widget_PopupMenu_Large +style TextAppearance_AppCompat_Widget_PopupMenu_Small +style TextAppearance_AppCompat_Widget_Switch +style TextAppearance_AppCompat_Widget_TextView_SpinnerItem +style TextAppearance_Compat_Notification +style TextAppearance_Compat_Notification_Info +style TextAppearance_Compat_Notification_Line2 +style TextAppearance_Compat_Notification_Time +style TextAppearance_Compat_Notification_Title +style TextAppearance_Widget_AppCompat_ExpandedMenu_Item +style TextAppearance_Widget_AppCompat_Toolbar_Subtitle +style TextAppearance_Widget_AppCompat_Toolbar_Title +style ThemeOverlay_AppCompat +style ThemeOverlay_AppCompat_ActionBar +style ThemeOverlay_AppCompat_Dark +style ThemeOverlay_AppCompat_Dark_ActionBar +style ThemeOverlay_AppCompat_Dialog +style ThemeOverlay_AppCompat_Dialog_Alert +style ThemeOverlay_AppCompat_Light +style Theme_AppCompat +style Theme_AppCompat_CompactMenu +style Theme_AppCompat_DayNight +style Theme_AppCompat_DayNight_DarkActionBar +style Theme_AppCompat_DayNight_Dialog +style Theme_AppCompat_DayNight_DialogWhenLarge +style Theme_AppCompat_DayNight_Dialog_Alert +style Theme_AppCompat_DayNight_Dialog_MinWidth +style Theme_AppCompat_DayNight_NoActionBar +style Theme_AppCompat_Dialog +style Theme_AppCompat_DialogWhenLarge +style Theme_AppCompat_Dialog_Alert +style Theme_AppCompat_Dialog_MinWidth +style Theme_AppCompat_Light +style Theme_AppCompat_Light_DarkActionBar +style Theme_AppCompat_Light_Dialog +style Theme_AppCompat_Light_DialogWhenLarge +style Theme_AppCompat_Light_Dialog_Alert +style Theme_AppCompat_Light_Dialog_MinWidth +style Theme_AppCompat_Light_NoActionBar +style Theme_AppCompat_NoActionBar +style Widget_AppCompat_ActionBar +style Widget_AppCompat_ActionBar_Solid +style Widget_AppCompat_ActionBar_TabBar +style Widget_AppCompat_ActionBar_TabText +style Widget_AppCompat_ActionBar_TabView +style Widget_AppCompat_ActionButton +style Widget_AppCompat_ActionButton_CloseMode +style Widget_AppCompat_ActionButton_Overflow +style Widget_AppCompat_ActionMode +style Widget_AppCompat_ActivityChooserView +style Widget_AppCompat_AutoCompleteTextView +style Widget_AppCompat_Button +style Widget_AppCompat_ButtonBar +style Widget_AppCompat_ButtonBar_AlertDialog +style Widget_AppCompat_Button_Borderless +style Widget_AppCompat_Button_Borderless_Colored +style Widget_AppCompat_Button_ButtonBar_AlertDialog +style Widget_AppCompat_Button_Colored +style Widget_AppCompat_Button_Small +style Widget_AppCompat_CompoundButton_CheckBox +style Widget_AppCompat_CompoundButton_RadioButton +style Widget_AppCompat_CompoundButton_Switch +style Widget_AppCompat_DrawerArrowToggle +style Widget_AppCompat_DropDownItem_Spinner +style Widget_AppCompat_EditText +style Widget_AppCompat_ImageButton +style Widget_AppCompat_Light_ActionBar +style Widget_AppCompat_Light_ActionBar_Solid +style Widget_AppCompat_Light_ActionBar_Solid_Inverse +style Widget_AppCompat_Light_ActionBar_TabBar +style Widget_AppCompat_Light_ActionBar_TabBar_Inverse +style Widget_AppCompat_Light_ActionBar_TabText +style Widget_AppCompat_Light_ActionBar_TabText_Inverse +style Widget_AppCompat_Light_ActionBar_TabView +style Widget_AppCompat_Light_ActionBar_TabView_Inverse +style Widget_AppCompat_Light_ActionButton +style Widget_AppCompat_Light_ActionButton_CloseMode +style Widget_AppCompat_Light_ActionButton_Overflow +style Widget_AppCompat_Light_ActionMode_Inverse +style Widget_AppCompat_Light_ActivityChooserView +style Widget_AppCompat_Light_AutoCompleteTextView +style Widget_AppCompat_Light_DropDownItem_Spinner +style Widget_AppCompat_Light_ListPopupWindow +style Widget_AppCompat_Light_ListView_DropDown +style Widget_AppCompat_Light_PopupMenu +style Widget_AppCompat_Light_PopupMenu_Overflow +style Widget_AppCompat_Light_SearchView +style Widget_AppCompat_Light_Spinner_DropDown_ActionBar +style Widget_AppCompat_ListMenuView +style Widget_AppCompat_ListPopupWindow +style Widget_AppCompat_ListView +style Widget_AppCompat_ListView_DropDown +style Widget_AppCompat_ListView_Menu +style Widget_AppCompat_PopupMenu +style Widget_AppCompat_PopupMenu_Overflow +style Widget_AppCompat_PopupWindow +style Widget_AppCompat_ProgressBar +style Widget_AppCompat_ProgressBar_Horizontal +style Widget_AppCompat_RatingBar +style Widget_AppCompat_RatingBar_Indicator +style Widget_AppCompat_RatingBar_Small +style Widget_AppCompat_SearchView +style Widget_AppCompat_SearchView_ActionBar +style Widget_AppCompat_SeekBar +style Widget_AppCompat_SeekBar_Discrete +style Widget_AppCompat_Spinner +style Widget_AppCompat_Spinner_DropDown +style Widget_AppCompat_Spinner_DropDown_ActionBar +style Widget_AppCompat_Spinner_Underlined +style Widget_AppCompat_TextView_SpinnerItem +style Widget_AppCompat_Toolbar +style Widget_AppCompat_Toolbar_Button_Navigation +style Widget_Compat_NotificationActionContainer +style Widget_Compat_NotificationActionText +style Widget_Support_CoordinatorLayout +styleable ActionBar background backgroundSplit backgroundStacked contentInsetEnd contentInsetEndWithActions contentInsetLeft contentInsetRight contentInsetStart contentInsetStartWithNavigation customNavigationLayout displayOptions divider elevation height hideOnContentScroll homeAsUpIndicator homeLayout icon indeterminateProgressStyle itemPadding logo navigationMode popupTheme progressBarPadding progressBarStyle subtitle subtitleTextStyle title titleTextStyle +styleable ActionBarLayout android_layout_gravity +styleable ActionMenuItemView android_minWidth +styleable ActionMenuView +styleable ActionMode background backgroundSplit closeItemLayout height subtitleTextStyle titleTextStyle +styleable ActivityChooserView expandActivityOverflowButtonDrawable initialActivityCount +styleable AlertDialog android_layout buttonIconDimen buttonPanelSideLayout listItemLayout listLayout multiChoiceItemLayout showTitle singleChoiceItemLayout +styleable AnimatedStateListDrawableCompat android_constantSize android_dither android_enterFadeDuration android_exitFadeDuration android_variablePadding android_visible +styleable AnimatedStateListDrawableItem android_drawable android_id +styleable AnimatedStateListDrawableTransition android_drawable android_fromId android_reversible android_toId +styleable AppCompatImageView android_src srcCompat tint tintMode +styleable AppCompatSeekBar android_thumb tickMark tickMarkTint tickMarkTintMode +styleable AppCompatTextHelper android_drawableBottom android_drawableEnd android_drawableLeft android_drawableRight android_drawableStart android_drawableTop android_textAppearance +styleable AppCompatTextView android_textAppearance autoSizeMaxTextSize autoSizeMinTextSize autoSizePresetSizes autoSizeStepGranularity autoSizeTextType firstBaselineToTopHeight fontFamily lastBaselineToBottomHeight lineHeight textAllCaps +styleable AppCompatTheme actionBarDivider actionBarItemBackground actionBarPopupTheme actionBarSize actionBarSplitStyle actionBarStyle actionBarTabBarStyle actionBarTabStyle actionBarTabTextStyle actionBarTheme actionBarWidgetTheme actionButtonStyle actionDropDownStyle actionMenuTextAppearance actionMenuTextColor actionModeBackground actionModeCloseButtonStyle actionModeCloseDrawable actionModeCopyDrawable actionModeCutDrawable actionModeFindDrawable actionModePasteDrawable actionModePopupWindowStyle actionModeSelectAllDrawable actionModeShareDrawable actionModeSplitBackground actionModeStyle actionModeWebSearchDrawable actionOverflowButtonStyle actionOverflowMenuStyle activityChooserViewStyle alertDialogButtonGroupStyle alertDialogCenterButtons alertDialogStyle alertDialogTheme android_windowAnimationStyle android_windowIsFloating autoCompleteTextViewStyle borderlessButtonStyle buttonBarButtonStyle buttonBarNegativeButtonStyle buttonBarNeutralButtonStyle buttonBarPositiveButtonStyle buttonBarStyle buttonStyle buttonStyleSmall checkboxStyle checkedTextViewStyle colorAccent colorBackgroundFloating colorButtonNormal colorControlActivated colorControlHighlight colorControlNormal colorError colorPrimary colorPrimaryDark colorSwitchThumbNormal controlBackground dialogCornerRadius dialogPreferredPadding dialogTheme dividerHorizontal dividerVertical dropDownListViewStyle dropdownListPreferredItemHeight editTextBackground editTextColor editTextStyle homeAsUpIndicator imageButtonStyle listChoiceBackgroundIndicator listDividerAlertDialog listMenuViewStyle listPopupWindowStyle listPreferredItemHeight listPreferredItemHeightLarge listPreferredItemHeightSmall listPreferredItemPaddingLeft listPreferredItemPaddingRight panelBackground panelMenuListTheme panelMenuListWidth popupMenuStyle popupWindowStyle radioButtonStyle ratingBarStyle ratingBarStyleIndicator ratingBarStyleSmall searchViewStyle seekBarStyle selectableItemBackground selectableItemBackgroundBorderless spinnerDropDownItemStyle spinnerStyle switchStyle textAppearanceLargePopupMenu textAppearanceListItem textAppearanceListItemSecondary textAppearanceListItemSmall textAppearancePopupMenuHeader textAppearanceSearchResultSubtitle textAppearanceSearchResultTitle textAppearanceSmallPopupMenu textColorAlertDialogListItem textColorSearchUrl toolbarNavigationButtonStyle toolbarStyle tooltipForegroundColor tooltipFrameBackground viewInflaterClass windowActionBar windowActionBarOverlay windowActionModeOverlay windowFixedHeightMajor windowFixedHeightMinor windowFixedWidthMajor windowFixedWidthMinor windowMinWidthMajor windowMinWidthMinor windowNoTitle +styleable BeautyPanelStyle beautyPanelBigeyeIcon beautyPanelChinIcon beautyPanelColorPrimary beautyPanelEyeAngleIcon beautyPanelEyeDistanceIcon beautyPanelEyeLightenIcon beautyPanelFaceShapeIcon beautyPanelFaceshortIcon beautyPanelFaceslimIcon beautyPanelFacevIcon beautyPanelForeheadIcon beautyPanelMouseWidthIcon beautyPanelMouthShapeIcon beautyPanelNaturalIcon beautyPanelNosePositionIcon beautyPanelNoseWingIcon beautyPanelNoseslimIcon beautyPanelPituIcon beautyPanelPouchRemoveIcon beautyPanelRuddyIcon beautyPanelSmileLinesRemoveIcon beautyPanelSmoothIcon beautyPanelToothWhiteIcon beautyPanelWhiteIcon beautyPanelWrinkleIcon +styleable ButtonBarLayout allowStacking +styleable ColorStateListItem alpha android_alpha android_color +styleable CompoundButton android_button buttonTint buttonTintMode +styleable CoordinatorLayout keylines statusBarBackground +styleable CoordinatorLayout_Layout android_layout_gravity layout_anchor layout_anchorGravity layout_behavior layout_dodgeInsetEdges layout_insetEdge layout_keyline +styleable DrawerArrowToggle arrowHeadLength arrowShaftLength barLength color drawableSize gapBetweenBars spinBars thickness +styleable FontFamily fontProviderAuthority fontProviderCerts fontProviderFetchStrategy fontProviderFetchTimeout fontProviderPackage fontProviderQuery +styleable FontFamilyFont android_font android_fontStyle android_fontVariationSettings android_fontWeight android_ttcIndex font fontStyle fontVariationSettings fontWeight ttcIndex +styleable GradientColor android_centerColor android_centerX android_centerY android_endColor android_endX android_endY android_gradientRadius android_startColor android_startX android_startY android_tileMode android_type +styleable GradientColorItem android_color android_offset +styleable LinearLayoutCompat android_baselineAligned android_baselineAlignedChildIndex android_gravity android_orientation android_weightSum divider dividerPadding measureWithLargestChild showDividers +styleable LinearLayoutCompat_Layout android_layout_gravity android_layout_height android_layout_weight android_layout_width +styleable ListPopupWindow android_dropDownHorizontalOffset android_dropDownVerticalOffset +styleable MenuGroup android_checkableBehavior android_enabled android_id android_menuCategory android_orderInCategory android_visible +styleable MenuItem actionLayout actionProviderClass actionViewClass alphabeticModifiers android_alphabeticShortcut android_checkable android_checked android_enabled android_icon android_id android_menuCategory android_numericShortcut android_onClick android_orderInCategory android_title android_titleCondensed android_visible contentDescription iconTint iconTintMode numericModifiers showAsAction tooltipText +styleable MenuView android_headerBackground android_horizontalDivider android_itemBackground android_itemIconDisabledAlpha android_itemTextAppearance android_verticalDivider android_windowAnimationStyle preserveIconSpacing subMenuArrow +styleable PopupWindow android_popupAnimationStyle android_popupBackground overlapAnchor +styleable PopupWindowBackgroundState state_above_anchor +styleable RecycleListView paddingBottomNoButtons paddingTopNoTitle +styleable RecyclerView android_descendantFocusability android_orientation fastScrollEnabled fastScrollHorizontalThumbDrawable fastScrollHorizontalTrackDrawable fastScrollVerticalThumbDrawable fastScrollVerticalTrackDrawable layoutManager reverseLayout spanCount stackFromEnd +styleable SearchView android_focusable android_imeOptions android_inputType android_maxWidth closeIcon commitIcon defaultQueryHint goIcon iconifiedByDefault layout queryBackground queryHint searchHintIcon searchIcon submitBackground suggestionRowLayout voiceIcon +styleable Spinner android_dropDownWidth android_entries android_popupBackground android_prompt popupTheme +styleable StateListDrawable android_constantSize android_dither android_enterFadeDuration android_exitFadeDuration android_variablePadding android_visible +styleable StateListDrawableItem android_drawable +styleable SwitchCompat android_textOff android_textOn android_thumb showText splitTrack switchMinWidth switchPadding switchTextAppearance thumbTextPadding thumbTint thumbTintMode track trackTint trackTintMode +styleable TextAppearance android_fontFamily android_shadowColor android_shadowDx android_shadowDy android_shadowRadius android_textColor android_textColorHint android_textColorLink android_textSize android_textStyle android_typeface fontFamily textAllCaps +styleable Toolbar android_gravity android_minHeight buttonGravity collapseContentDescription collapseIcon contentInsetEnd contentInsetEndWithActions contentInsetLeft contentInsetRight contentInsetStart contentInsetStartWithNavigation logo logoDescription maxButtonHeight navigationContentDescription navigationIcon popupTheme subtitle subtitleTextAppearance subtitleTextColor title titleMargin titleMarginBottom titleMarginEnd titleMarginStart titleMarginTop titleMargins titleTextAppearance titleTextColor +styleable View android_focusable android_theme paddingEnd paddingStart theme +styleable ViewBackgroundHelper android_background backgroundTint backgroundTintMode +styleable ViewStubCompat android_id android_inflatedId android_layout diff --git a/beautysettingkit/build/outputs/logs/manifest-merger-debug-report.txt b/beautysettingkit/build/outputs/logs/manifest-merger-debug-report.txt new file mode 100644 index 0000000..2942c27 --- /dev/null +++ b/beautysettingkit/build/outputs/logs/manifest-merger-debug-report.txt @@ -0,0 +1,37 @@ +-- Merging decision tree log --- +manifest +ADDED from /Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/AndroidManifest.xml:1:1-4:12 +INJECTED from /Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/AndroidManifest.xml:1:1-4:12 +INJECTED from /Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/AndroidManifest.xml:1:1-4:12 +INJECTED from /Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/AndroidManifest.xml:1:1-4:12 +INJECTED from /Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/AndroidManifest.xml:1:1-4:12 +INJECTED from /Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/AndroidManifest.xml:1:1-4:12 +INJECTED from /Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/AndroidManifest.xml:1:1-4:12 + package + ADDED from /Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/AndroidManifest.xml:2:5-45 + INJECTED from /Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/AndroidManifest.xml + INJECTED from /Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/AndroidManifest.xml + android:versionName + INJECTED from /Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/AndroidManifest.xml + ADDED from /Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/AndroidManifest.xml:1:1-4:12 + INJECTED from /Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/AndroidManifest.xml + android:versionCode + INJECTED from /Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/AndroidManifest.xml + ADDED from /Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/AndroidManifest.xml:1:1-4:12 + INJECTED from /Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/AndroidManifest.xml + xmlns:android + ADDED from /Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/AndroidManifest.xml:1:11-69 +uses-sdk +INJECTED from /Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/AndroidManifest.xml reason: use-sdk injection requested +INJECTED from /Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/AndroidManifest.xml +INJECTED from /Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/AndroidManifest.xml +INJECTED from /Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/AndroidManifest.xml +INJECTED from /Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/AndroidManifest.xml + android:targetSdkVersion + INJECTED from /Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/AndroidManifest.xml + ADDED from /Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/AndroidManifest.xml + INJECTED from /Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/AndroidManifest.xml + android:minSdkVersion + INJECTED from /Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/AndroidManifest.xml + ADDED from /Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/AndroidManifest.xml + INJECTED from /Users/ouxuan/Desktop/UNI3/pad_plugin_android/Android-SDK@3.2.12.81096_20211101/UniPlugin-Hello-AS/beautysettingkit/src/main/AndroidManifest.xml diff --git a/beautysettingkit/build/tmp/compileDebugJavaWithJavac/source-classes-mapping.txt b/beautysettingkit/build/tmp/compileDebugJavaWithJavac/source-classes-mapping.txt new file mode 100644 index 0000000..4fb3cd6 --- /dev/null +++ b/beautysettingkit/build/tmp/compileDebugJavaWithJavac/source-classes-mapping.txt @@ -0,0 +1,57 @@ +com/tencent/liteav/demo/beauty/adapter/TabAdapter.java + com.tencent.liteav.demo.beauty.adapter.TabAdapter + com.tencent.liteav.demo.beauty.adapter.TabAdapter$OnTabChangeListener +com/tencent/liteav/demo/beauty/download/HttpStatusException.java + com.tencent.liteav.demo.beauty.download.HttpStatusException +com/tencent/liteav/demo/beauty/utils/ResourceUtils.java + com.tencent.liteav.demo.beauty.utils.ResourceUtils +com/tencent/liteav/demo/beauty/utils/BeautyUtils.java + com.tencent.liteav.demo.beauty.utils.BeautyUtils +com/tencent/liteav/demo/beauty/model/TabInfo.java + com.tencent.liteav.demo.beauty.model.TabInfo +com/tencent/liteav/demo/beauty/download/HttpFileHelper.java + com.tencent.liteav.demo.beauty.download.HttpFileHelper +com/tencent/liteav/demo/beauty/view/TCHorizontalScrollView.java + com.tencent.liteav.demo.beauty.view.TCHorizontalScrollView + com.tencent.liteav.demo.beauty.view.TCHorizontalScrollView$1 +com/tencent/liteav/demo/beauty/BuildConfig.java + com.tencent.liteav.demo.beauty.BuildConfig +com/tencent/liteav/demo/beauty/BeautyParams.java + com.tencent.liteav.demo.beauty.BeautyParams +com/tencent/liteav/demo/beauty/utils/SPUtils.java + com.tencent.liteav.demo.beauty.utils.SPUtils +com/tencent/liteav/demo/beauty/download/DownloadListener.java + com.tencent.liteav.demo.beauty.download.DownloadListener +com/tencent/liteav/demo/beauty/download/MaterialDownloader.java + com.tencent.liteav.demo.beauty.download.MaterialDownloader + com.tencent.liteav.demo.beauty.download.MaterialDownloader$1 + com.tencent.liteav.demo.beauty.download.MaterialDownloader$DownloadThreadPool +com/tencent/liteav/demo/beauty/Beauty.java + com.tencent.liteav.demo.beauty.Beauty + com.tencent.liteav.demo.beauty.Beauty$OnFilterChangeListener +com/tencent/liteav/demo/beauty/constant/BeautyConstants.java + com.tencent.liteav.demo.beauty.constant.BeautyConstants +com/tencent/liteav/demo/beauty/view/BeautyPanel.java + com.tencent.liteav.demo.beauty.view.BeautyPanel + com.tencent.liteav.demo.beauty.view.BeautyPanel$1 + com.tencent.liteav.demo.beauty.view.BeautyPanel$2 + com.tencent.liteav.demo.beauty.view.BeautyPanel$OnBeautyListener +com/tencent/liteav/demo/beauty/view/ProgressDialog.java + com.tencent.liteav.demo.beauty.view.ProgressDialog +com/tencent/liteav/demo/beauty/BeautyImpl.java + com.tencent.liteav.demo.beauty.BeautyImpl + com.tencent.liteav.demo.beauty.BeautyImpl$1 + com.tencent.liteav.demo.beauty.BeautyImpl$1$1 + com.tencent.liteav.demo.beauty.BeautyImpl$1$2 + com.tencent.liteav.demo.beauty.BeautyImpl$1$3 +com/tencent/liteav/demo/beauty/download/HttpFileListener.java + com.tencent.liteav.demo.beauty.download.HttpFileListener +com/tencent/liteav/demo/beauty/adapter/ItemAdapter.java + com.tencent.liteav.demo.beauty.adapter.ItemAdapter + com.tencent.liteav.demo.beauty.adapter.ItemAdapter$1 + com.tencent.liteav.demo.beauty.adapter.ItemAdapter$OnItemClickListener + com.tencent.liteav.demo.beauty.adapter.ItemAdapter$ViewHolder +com/tencent/liteav/demo/beauty/model/BeautyInfo.java + com.tencent.liteav.demo.beauty.model.BeautyInfo +com/tencent/liteav/demo/beauty/model/ItemInfo.java + com.tencent.liteav.demo.beauty.model.ItemInfo diff --git a/ugckit/build.gradle b/ugckit/build.gradle index ffcac05..c157c6f 100644 --- a/ugckit/build.gradle +++ b/ugckit/build.gradle @@ -54,7 +54,7 @@ dependencies { api 'com.github.bumptech.glide:glide:4.12.0@aar' implementation 'androidx.exifinterface:exifinterface:1.2.0' implementation 'androidx.vectordrawable:vectordrawable-animated:1.1.0' -// implementation rootProject.ext.liteavSdk + compileOnly rootProject.ext.liteavSdk implementation 'androidx.multidex:multidex:2.0.0' implementation 'de.hdodenhof:circleimageview:3.1.0' implementation 'com.github.castorflex.verticalviewpager:library:19.0.1' @@ -62,7 +62,7 @@ dependencies { implementation 'androidx.annotation:annotation:1.0.0' implementation 'com.squareup.okhttp3:okhttp:3.11.0' implementation 'com.squareup.okio:okio:1.14.0' -// implementation project(':beautysettingkit') + implementation project(':beautysettingkit') implementation 'com.qcloud.cos:cos-android-nobeacon:5.8.5' implementation 'com.qcloud.cos:quic:1.5.38' } \ No newline at end of file diff --git a/ugckit/src/main/java/com/tencent/qcloud/ugckit/module/PlayerManagerKit.java b/ugckit/src/main/java/com/tencent/qcloud/ugckit/module/PlayerManagerKit.java index 5d8205e..64c1050 100644 --- a/ugckit/src/main/java/com/tencent/qcloud/ugckit/module/PlayerManagerKit.java +++ b/ugckit/src/main/java/com/tencent/qcloud/ugckit/module/PlayerManagerKit.java @@ -1,330 +1,330 @@ -//package com.tencent.qcloud.ugckit.module; -// -//import androidx.annotation.NonNull; -//import android.util.Log; -// -//import com.tencent.qcloud.ugckit.module.effect.VideoEditerSDK; -//import com.tencent.qcloud.ugckit.module.effect.utils.PlayState; -//import com.tencent.ugc.TXVideoEditer; -// -//import java.util.ArrayList; -//import java.util.List; -// -//public class PlayerManagerKit implements TXVideoEditer.TXVideoPreviewListener { -// -// private static final String TAG = "PlayerKit"; -// @NonNull -// private static PlayerManagerKit sInstance = new PlayerManagerKit(); -// -// private int mCurrentState; -// private long mPreviewAtTime; -// public boolean isPreviewFinish; -// private Object mProgressObject = new Object(); -// private Object mStateObject = new Object(); -// private List mProgressListenerList; -// private List mStateListenerList; -// -// private PlayerManagerKit() { -// mProgressListenerList = new ArrayList(); -// mStateListenerList = new ArrayList(); -// mCurrentState = PlayState.STATE_NONE; -// } -// -// @NonNull -// public static PlayerManagerKit getInstance() { -// return sInstance; -// } -// -// /** -// * 开始视频预览 -// */ -// public void startPlay() { -// Log.i(TAG, "startPlay mCurrentState:" + mCurrentState); -// if (mCurrentState == PlayState.STATE_NONE || mCurrentState == PlayState.STATE_STOP) { -// TXVideoEditer editer = VideoEditerSDK.getInstance().getEditer(); -// if (editer != null) { -// addPreviewListener(); -// -// long startTime = VideoEditerSDK.getInstance().getCutterStartTime(); -// long endTime = VideoEditerSDK.getInstance().getCutterEndTime(); -// Log.d(TAG, "[UGCKit][PlayerKit]startPlay startTime:" + startTime + ",endTime:" + endTime); -// editer.startPlayFromTime(startTime, endTime); -// -// mCurrentState = PlayState.STATE_PLAY; -// notifyStart(); -// } -// isPreviewFinish = false; -// } -// } -// -// public void startPlayCutTime() { -// Log.i(TAG, "startPlayCutTime"); -// long startTime = VideoEditerSDK.getInstance().getCutterStartTime(); -// long endTime = VideoEditerSDK.getInstance().getCutterEndTime(); -// -// addPreviewListener(); -// TXVideoEditer editer = VideoEditerSDK.getInstance().getEditer(); -// if (editer != null) { -// Log.d(TAG, "[UGCKit][PlayerKit]startPlayCutTime startTime:" + startTime + ",endTime:" + endTime); -// editer.startPlayFromTime(startTime, endTime); -// -// notifyStart(); -// } -// mCurrentState = PlayState.STATE_PLAY; -// } -// -// /** -// * 停止视频预览 -// */ -// public void stopPlay() { -// Log.i(TAG, "stopPlay " + mCurrentState); -// if (mCurrentState == PlayState.STATE_RESUME || mCurrentState == PlayState.STATE_PLAY || -// mCurrentState == PlayState.STATE_PREVIEW_AT_TIME || mCurrentState == PlayState.STATE_PAUSE) { -// TXVideoEditer mEditer = VideoEditerSDK.getInstance().getEditer(); -// if (mEditer != null) { -// mEditer.stopPlay(); -// } -// removePreviewListener(); -// -// notifyStop(); -// } -// mCurrentState = PlayState.STATE_STOP; -// } -// -// public void resumePlay() { -// Log.i(TAG, "startPlay " + mCurrentState); -// if (mCurrentState == PlayState.STATE_NONE || mCurrentState == PlayState.STATE_STOP) { -// startPlay(); -// } else { -// TXVideoEditer mEditer = VideoEditerSDK.getInstance().getEditer(); -// if (mEditer != null) { -// mEditer.resumePlay(); -// } -// -// notifyResume(); -// } -// mCurrentState = PlayState.STATE_RESUME; -// } -// -// public void pausePlay() { -// Log.i(TAG, "stopPlay " + mCurrentState); -// if (mCurrentState == PlayState.STATE_RESUME || mCurrentState == PlayState.STATE_PLAY) { -// TXVideoEditer mEditer = VideoEditerSDK.getInstance().getEditer(); -// if (mEditer != null) { -// mEditer.pausePlay(); -// } -// notifyPause(); -// } -// mCurrentState = PlayState.STATE_PAUSE; -// } -// -// public void restartPlay() { -// stopPlay(); -// startPlay(); -// } -// -// /** -// * 调用mTXVideoEditer.previewAtTime后,需要记录当前时间,下次播放时从当前时间开始 -// * -// * @param timeMs -// */ -// public void previewAtTime(long timeMs) { -// pausePlay(); -// isPreviewFinish = false; -// TXVideoEditer mEditer = VideoEditerSDK.getInstance().getEditer(); -// if (mEditer != null) { -// mEditer.previewAtTime(timeMs); -// } -// mPreviewAtTime = timeMs; -// mCurrentState = PlayState.STATE_PREVIEW_AT_TIME; -// } -// -// public void addPreviewListener() { -// Log.d(TAG, "addPreviewListener"); -// TXVideoEditer mEditer = VideoEditerSDK.getInstance().getEditer(); -// if (mEditer != null) { -// mEditer.setTXVideoPreviewListener(this); -// } -// } -// -// public void removePreviewListener() { -// Log.d(TAG, "removePreviewListener"); -// TXVideoEditer mEditer = VideoEditerSDK.getInstance().getEditer(); -// if (mEditer != null) { -// mEditer.setTXVideoPreviewListener(null); -// } -// } -// -// @Override -// public void onPreviewProgress(int time) { -// // 转化为ms -// notifyPreviewProgress(time / 1000); -// } -// -// @Override -// public void onPreviewFinished() { -// isPreviewFinish = true; -// Log.d(TAG, "=====onPreviewFinished====="); -// mCurrentState = PlayState.STATE_NONE; -// restartPlay(); -// -// notifyPreviewFinish(); -// } -// -// public void playVideo(boolean isMotionFilter) { -// Log.i(TAG, "playVideo mCurrentState = " + mCurrentState); -// if (mCurrentState == PlayState.STATE_NONE || mCurrentState == PlayState.STATE_STOP) { -// startPlay(); -// } else if ((mCurrentState == PlayState.STATE_RESUME || mCurrentState == PlayState.STATE_PLAY) && !isMotionFilter) { -// pausePlay(); -// } else if (mCurrentState == PlayState.STATE_PAUSE) { -// resumePlay(); -// } else if (mCurrentState == PlayState.STATE_PREVIEW_AT_TIME) { -// long startTime = VideoEditerSDK.getInstance().getCutterStartTime(); -// long endTime = VideoEditerSDK.getInstance().getCutterEndTime(); -// -// if ((mPreviewAtTime >= endTime || mPreviewAtTime <= startTime) && !isMotionFilter) { -// startPlay(startTime, endTime); -// } else if (!VideoEditerSDK.getInstance().isReverse()) { -// startPlay(mPreviewAtTime, endTime); -// } else { -// startPlay(startTime, mPreviewAtTime); -// } -// } -// } -// -// public void startPlay(long startTime, long endTime) { -// TXVideoEditer editer = VideoEditerSDK.getInstance().getEditer(); -// if (editer != null) { -// addPreviewListener(); -// Log.d(TAG, "[UGCKit][PlayerKit]startPlay startTime:" + startTime + ",endTime:" + endTime); -// editer.startPlayFromTime(startTime, endTime); -// mCurrentState = PlayState.STATE_PLAY; -// notifyStart(); -// } -// isPreviewFinish = false; -// } -// -// public void addOnPreviewLitener(OnPreviewListener listener) { -// synchronized (mProgressObject) { -// mProgressListenerList.add(listener); -// } -// } -// -// public void removeOnPreviewListener(OnPreviewListener listener) { -// synchronized (mProgressObject) { -// mProgressListenerList.remove(listener); -// } -// } -// -// public void removeAllPreviewListener() { -// synchronized (mProgressObject) { -// mProgressListenerList.clear(); -// } -// } -// -// public void notifyPreviewProgress(int time) { -// synchronized (mProgressObject) { -// for (int i = 0; i < mProgressListenerList.size(); i++) { -// OnPreviewListener listener = mProgressListenerList.get(i); -// if (listener != null) { -// listener.onPreviewProgress(time); -// } -// } -// } -// } -// -// public void notifyPreviewFinish() { -// synchronized (mProgressObject) { -// for (int i = 0; i < mProgressListenerList.size(); i++) { -// OnPreviewListener listener = mProgressListenerList.get(i); -// if (listener != null) { -// listener.onPreviewFinish(); -// } -// } -// } -// } -// -// public void addOnPlayStateLitener(OnPlayStateListener listener) { -// synchronized (mStateObject) { -// mStateListenerList.add(listener); -// } -// } -// -// public void removeOnPlayStateListener(OnPlayStateListener listener) { -// synchronized (mStateObject) { -// mStateListenerList.remove(listener); -// } -// } -// -// public void removeAllPlayStateListener() { -// synchronized (mStateObject) { -// mStateListenerList.clear(); -// } -// } -// -// public void notifyStart() { -// synchronized (mStateObject) { -// for (int i = 0; i < mStateListenerList.size(); i++) { -// OnPlayStateListener listener = mStateListenerList.get(i); -// if (listener != null) { -// listener.onPlayStateStart(); -// } -// } -// } -// } -// -// public void notifyStop() { -// synchronized (mStateObject) { -// for (int i = 0; i < mStateListenerList.size(); i++) { -// OnPlayStateListener listener = mStateListenerList.get(i); -// if (listener != null) { -// listener.onPlayStateStop(); -// } -// } -// } -// } -// -// public void notifyResume() { -// synchronized (mStateObject) { -// for (int i = 0; i < mStateListenerList.size(); i++) { -// OnPlayStateListener listener = mStateListenerList.get(i); -// if (listener != null) { -// listener.onPlayStateResume(); -// } -// } -// } -// } -// -// public void notifyPause() { -// synchronized (mStateObject) { -// for (int i = 0; i < mStateListenerList.size(); i++) { -// OnPlayStateListener listener = mStateListenerList.get(i); -// if (listener != null) { -// listener.onPlayStatePause(); -// } -// } -// } -// } -// -// public int getCurrentState() { -// return mCurrentState; -// } -// -// public interface OnPlayStateListener { -// void onPlayStateStart(); -// -// void onPlayStateResume(); -// -// void onPlayStatePause(); -// -// void onPlayStateStop(); -// } -// -// public interface OnPreviewListener { -// void onPreviewProgress(int time); -// -// void onPreviewFinish(); -// } -// -//} +package com.tencent.qcloud.ugckit.module; + +import androidx.annotation.NonNull; +import android.util.Log; + +import com.tencent.qcloud.ugckit.module.effect.VideoEditerSDK; +import com.tencent.qcloud.ugckit.module.effect.utils.PlayState; +import com.tencent.ugc.TXVideoEditer; + +import java.util.ArrayList; +import java.util.List; + +public class PlayerManagerKit implements TXVideoEditer.TXVideoPreviewListener { + + private static final String TAG = "PlayerKit"; + @NonNull + private static PlayerManagerKit sInstance = new PlayerManagerKit(); + + private int mCurrentState; + private long mPreviewAtTime; + public boolean isPreviewFinish; + private Object mProgressObject = new Object(); + private Object mStateObject = new Object(); + private List mProgressListenerList; + private List mStateListenerList; + + private PlayerManagerKit() { + mProgressListenerList = new ArrayList(); + mStateListenerList = new ArrayList(); + mCurrentState = PlayState.STATE_NONE; + } + + @NonNull + public static PlayerManagerKit getInstance() { + return sInstance; + } + + /** + * 开始视频预览 + */ + public void startPlay() { + Log.i(TAG, "startPlay mCurrentState:" + mCurrentState); + if (mCurrentState == PlayState.STATE_NONE || mCurrentState == PlayState.STATE_STOP) { + TXVideoEditer editer = VideoEditerSDK.getInstance().getEditer(); + if (editer != null) { + addPreviewListener(); + + long startTime = VideoEditerSDK.getInstance().getCutterStartTime(); + long endTime = VideoEditerSDK.getInstance().getCutterEndTime(); + Log.d(TAG, "[UGCKit][PlayerKit]startPlay startTime:" + startTime + ",endTime:" + endTime); + editer.startPlayFromTime(startTime, endTime); + + mCurrentState = PlayState.STATE_PLAY; + notifyStart(); + } + isPreviewFinish = false; + } + } + + public void startPlayCutTime() { + Log.i(TAG, "startPlayCutTime"); + long startTime = VideoEditerSDK.getInstance().getCutterStartTime(); + long endTime = VideoEditerSDK.getInstance().getCutterEndTime(); + + addPreviewListener(); + TXVideoEditer editer = VideoEditerSDK.getInstance().getEditer(); + if (editer != null) { + Log.d(TAG, "[UGCKit][PlayerKit]startPlayCutTime startTime:" + startTime + ",endTime:" + endTime); + editer.startPlayFromTime(startTime, endTime); + + notifyStart(); + } + mCurrentState = PlayState.STATE_PLAY; + } + + /** + * 停止视频预览 + */ + public void stopPlay() { + Log.i(TAG, "stopPlay " + mCurrentState); + if (mCurrentState == PlayState.STATE_RESUME || mCurrentState == PlayState.STATE_PLAY || + mCurrentState == PlayState.STATE_PREVIEW_AT_TIME || mCurrentState == PlayState.STATE_PAUSE) { + TXVideoEditer mEditer = VideoEditerSDK.getInstance().getEditer(); + if (mEditer != null) { + mEditer.stopPlay(); + } + removePreviewListener(); + + notifyStop(); + } + mCurrentState = PlayState.STATE_STOP; + } + + public void resumePlay() { + Log.i(TAG, "startPlay " + mCurrentState); + if (mCurrentState == PlayState.STATE_NONE || mCurrentState == PlayState.STATE_STOP) { + startPlay(); + } else { + TXVideoEditer mEditer = VideoEditerSDK.getInstance().getEditer(); + if (mEditer != null) { + mEditer.resumePlay(); + } + + notifyResume(); + } + mCurrentState = PlayState.STATE_RESUME; + } + + public void pausePlay() { + Log.i(TAG, "stopPlay " + mCurrentState); + if (mCurrentState == PlayState.STATE_RESUME || mCurrentState == PlayState.STATE_PLAY) { + TXVideoEditer mEditer = VideoEditerSDK.getInstance().getEditer(); + if (mEditer != null) { + mEditer.pausePlay(); + } + notifyPause(); + } + mCurrentState = PlayState.STATE_PAUSE; + } + + public void restartPlay() { + stopPlay(); + startPlay(); + } + + /** + * 调用mTXVideoEditer.previewAtTime后,需要记录当前时间,下次播放时从当前时间开始 + * + * @param timeMs + */ + public void previewAtTime(long timeMs) { + pausePlay(); + isPreviewFinish = false; + TXVideoEditer mEditer = VideoEditerSDK.getInstance().getEditer(); + if (mEditer != null) { + mEditer.previewAtTime(timeMs); + } + mPreviewAtTime = timeMs; + mCurrentState = PlayState.STATE_PREVIEW_AT_TIME; + } + + public void addPreviewListener() { + Log.d(TAG, "addPreviewListener"); + TXVideoEditer mEditer = VideoEditerSDK.getInstance().getEditer(); + if (mEditer != null) { + mEditer.setTXVideoPreviewListener(this); + } + } + + public void removePreviewListener() { + Log.d(TAG, "removePreviewListener"); + TXVideoEditer mEditer = VideoEditerSDK.getInstance().getEditer(); + if (mEditer != null) { + mEditer.setTXVideoPreviewListener(null); + } + } + + @Override + public void onPreviewProgress(int time) { + // 转化为ms + notifyPreviewProgress(time / 1000); + } + + @Override + public void onPreviewFinished() { + isPreviewFinish = true; + Log.d(TAG, "=====onPreviewFinished====="); + mCurrentState = PlayState.STATE_NONE; + restartPlay(); + + notifyPreviewFinish(); + } + + public void playVideo(boolean isMotionFilter) { + Log.i(TAG, "playVideo mCurrentState = " + mCurrentState); + if (mCurrentState == PlayState.STATE_NONE || mCurrentState == PlayState.STATE_STOP) { + startPlay(); + } else if ((mCurrentState == PlayState.STATE_RESUME || mCurrentState == PlayState.STATE_PLAY) && !isMotionFilter) { + pausePlay(); + } else if (mCurrentState == PlayState.STATE_PAUSE) { + resumePlay(); + } else if (mCurrentState == PlayState.STATE_PREVIEW_AT_TIME) { + long startTime = VideoEditerSDK.getInstance().getCutterStartTime(); + long endTime = VideoEditerSDK.getInstance().getCutterEndTime(); + + if ((mPreviewAtTime >= endTime || mPreviewAtTime <= startTime) && !isMotionFilter) { + startPlay(startTime, endTime); + } else if (!VideoEditerSDK.getInstance().isReverse()) { + startPlay(mPreviewAtTime, endTime); + } else { + startPlay(startTime, mPreviewAtTime); + } + } + } + + public void startPlay(long startTime, long endTime) { + TXVideoEditer editer = VideoEditerSDK.getInstance().getEditer(); + if (editer != null) { + addPreviewListener(); + Log.d(TAG, "[UGCKit][PlayerKit]startPlay startTime:" + startTime + ",endTime:" + endTime); + editer.startPlayFromTime(startTime, endTime); + mCurrentState = PlayState.STATE_PLAY; + notifyStart(); + } + isPreviewFinish = false; + } + + public void addOnPreviewLitener(OnPreviewListener listener) { + synchronized (mProgressObject) { + mProgressListenerList.add(listener); + } + } + + public void removeOnPreviewListener(OnPreviewListener listener) { + synchronized (mProgressObject) { + mProgressListenerList.remove(listener); + } + } + + public void removeAllPreviewListener() { + synchronized (mProgressObject) { + mProgressListenerList.clear(); + } + } + + public void notifyPreviewProgress(int time) { + synchronized (mProgressObject) { + for (int i = 0; i < mProgressListenerList.size(); i++) { + OnPreviewListener listener = mProgressListenerList.get(i); + if (listener != null) { + listener.onPreviewProgress(time); + } + } + } + } + + public void notifyPreviewFinish() { + synchronized (mProgressObject) { + for (int i = 0; i < mProgressListenerList.size(); i++) { + OnPreviewListener listener = mProgressListenerList.get(i); + if (listener != null) { + listener.onPreviewFinish(); + } + } + } + } + + public void addOnPlayStateLitener(OnPlayStateListener listener) { + synchronized (mStateObject) { + mStateListenerList.add(listener); + } + } + + public void removeOnPlayStateListener(OnPlayStateListener listener) { + synchronized (mStateObject) { + mStateListenerList.remove(listener); + } + } + + public void removeAllPlayStateListener() { + synchronized (mStateObject) { + mStateListenerList.clear(); + } + } + + public void notifyStart() { + synchronized (mStateObject) { + for (int i = 0; i < mStateListenerList.size(); i++) { + OnPlayStateListener listener = mStateListenerList.get(i); + if (listener != null) { + listener.onPlayStateStart(); + } + } + } + } + + public void notifyStop() { + synchronized (mStateObject) { + for (int i = 0; i < mStateListenerList.size(); i++) { + OnPlayStateListener listener = mStateListenerList.get(i); + if (listener != null) { + listener.onPlayStateStop(); + } + } + } + } + + public void notifyResume() { + synchronized (mStateObject) { + for (int i = 0; i < mStateListenerList.size(); i++) { + OnPlayStateListener listener = mStateListenerList.get(i); + if (listener != null) { + listener.onPlayStateResume(); + } + } + } + } + + public void notifyPause() { + synchronized (mStateObject) { + for (int i = 0; i < mStateListenerList.size(); i++) { + OnPlayStateListener listener = mStateListenerList.get(i); + if (listener != null) { + listener.onPlayStatePause(); + } + } + } + } + + public int getCurrentState() { + return mCurrentState; + } + + public interface OnPlayStateListener { + void onPlayStateStart(); + + void onPlayStateResume(); + + void onPlayStatePause(); + + void onPlayStateStop(); + } + + public interface OnPreviewListener { + void onPreviewProgress(int time); + + void onPreviewFinish(); + } + +} diff --git a/ugckit/src/main/java/com/tencent/qcloud/ugckit/module/cut/VideoPlayLayout.java b/ugckit/src/main/java/com/tencent/qcloud/ugckit/module/cut/VideoPlayLayout.java index 347f460..9af5633 100644 --- a/ugckit/src/main/java/com/tencent/qcloud/ugckit/module/cut/VideoPlayLayout.java +++ b/ugckit/src/main/java/com/tencent/qcloud/ugckit/module/cut/VideoPlayLayout.java @@ -10,6 +10,8 @@ import android.widget.FrameLayout; import com.tencent.qcloud.ugckit.R; import com.tencent.qcloud.ugckit.module.effect.VideoEditerSDK; +import com.tencent.ugc.TXVideoEditConstants; +import com.tencent.ugc.TXVideoEditer; //import com.tencent.ugc.TXVideoEditConstants; //import com.tencent.ugc.TXVideoEditer; @@ -46,13 +48,13 @@ public class VideoPlayLayout extends FrameLayout { /** * 初始化预览播放器 */ -// public void initPlayerLayout() { -// TXVideoEditConstants.TXPreviewParam param = new TXVideoEditConstants.TXPreviewParam(); -// param.videoView = mLayoutPlayer; -// param.renderMode = TXVideoEditConstants.PREVIEW_RENDER_MODE_FILL_EDGE; -// TXVideoEditer videoEditer = VideoEditerSDK.getInstance().getEditer(); -// if (videoEditer != null) { -// videoEditer.initWithPreview(param); -// } -// } + public void initPlayerLayout() { + TXVideoEditConstants.TXPreviewParam param = new TXVideoEditConstants.TXPreviewParam(); + param.videoView = mLayoutPlayer; + param.renderMode = TXVideoEditConstants.PREVIEW_RENDER_MODE_FILL_EDGE; + TXVideoEditer videoEditer = VideoEditerSDK.getInstance().getEditer(); + if (videoEditer != null) { + videoEditer.initWithPreview(param); + } + } } diff --git a/uniplugin_module_TXLiveAVSDK/build.gradle b/uniplugin_module_TXLiveAVSDK/build.gradle index a2e6e53..042b095 100644 --- a/uniplugin_module_TXLiveAVSDK/build.gradle +++ b/uniplugin_module_TXLiveAVSDK/build.gradle @@ -53,5 +53,13 @@ dependencies { //腾讯liveSDK implementation 'com.tencent.liteav:LiteAVSDK_UGC:latest.release' implementation project(path: ':ugckit') + implementation 'com.mcxiaoke.volley:library:1.0.19' + implementation 'com.android.support:design:28.0.0' + implementation 'com.android.support:recyclerview-v7:28.0.0' + implementation 'com.google.code.gson:gson:2.3.1' + implementation 'com.github.bumptech.glide:glide:3.7.0' + implementation 'com.github.ctiao:dfm:0.4.4' +// compile project(':ugckit') + implementation 'com.android.support.constraint:constraint-layout:1.1.3' }