diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml
index 0d156937bb..663459aa50 100644
--- a/.idea/codeStyles/Project.xml
+++ b/.idea/codeStyles/Project.xml
@@ -3,18 +3,9 @@
-
diff --git a/libraries/tanlulib/src/main/java/com/zhidao/roadcondition/service/CosStatusController.kt b/libraries/tanlulib/src/main/java/com/zhidao/roadcondition/service/CosStatusController.kt
index c792152060..836d01608a 100644
--- a/libraries/tanlulib/src/main/java/com/zhidao/roadcondition/service/CosStatusController.kt
+++ b/libraries/tanlulib/src/main/java/com/zhidao/roadcondition/service/CosStatusController.kt
@@ -121,7 +121,6 @@ class CosStatusController : CosStatusCallback {
downloadUrl: String?,
localPath: String?
) {
- Log.d(TAG, "uploadFile mType= $mType")
Log.d(TAG, "uploadCosCompleted localPath = $localPath")
Log.d(TAG, "uploadCosCompleted downloadUrl = $downloadUrl")
Log.d(TAG, "uploadCosCompleted cosPath = $cosPath")
@@ -150,17 +149,19 @@ class CosStatusController : CosStatusCallback {
sendGetInfoFailedReceiver("100")
}
} else {
+ trackUploadCos(4)
//分享成功,并打点,如果是上报拥堵,需要takeVideo
LatLngStickyEventBus.getInstance()
.postSticky(GetImageSuccessEvent(downloadUrl, mType))
//上传录像以及缩略图成功
sendInformation(INFO_TYPE_VIDEO, videoAndThumbMap)
}
+ } else {
+ trackUploadCos(5)
}
} else {
//上传图片成功, 如果是上报路况,直接上传,TODO
- Log.d(TAG, "uploadCosCompleted 分享成功 ----mType = $mType")
-// if (mType.equals("1") || mType.equals("-1")) {
+ Log.d(TAG, "uploadCosCompleted 分享成功 ---- mType = $mType")
sendInformationDirectly(
INFO_TYPE_IMG,
mutableMapOf("pic" to downloadUrl as String),
@@ -170,7 +171,6 @@ class CosStatusController : CosStatusCallback {
mLongitude,
mLatitude
)
-// }
}
Log.d(TAG, "delete file: ${localPath!!}")
CosCallbackMapController.unregisterCallback(localPath)
@@ -200,8 +200,8 @@ class CosStatusController : CosStatusCallback {
longitude: Double,
latitude: Double
) {
- Log.d(TAG, "sendInformationDirectly isCustomSend = ${entity?.isCustom}")
Log.d(TAG, "sendInformationDirectly poiType= $poiType ---- mainInfoId= $mainInfoId")
+ //开始上传
entity?.isCustom?.let {
mainServiceHttpModel.sendInformationMessage(
type = type,
diff --git a/libraries/tanlulib/src/main/java/com/zhidao/roadcondition/util/AnalyticsUtil.kt b/libraries/tanlulib/src/main/java/com/zhidao/roadcondition/util/AnalyticsUtil.kt
index 042aad7327..29b5ad35cb 100644
--- a/libraries/tanlulib/src/main/java/com/zhidao/roadcondition/util/AnalyticsUtil.kt
+++ b/libraries/tanlulib/src/main/java/com/zhidao/roadcondition/util/AnalyticsUtil.kt
@@ -28,7 +28,7 @@ const val CarNet_Get_Strategy:String = "CarNet_Get_Strategy" //策略拉取成
const val CarNet_Create_Task:String = "CarNet_Create_Task" //创建定时任务
const val CarNet_Get_Picture:String = "CarNet_Get_Picture" //获取图片,type=1 调用, type=2 成功, type=3 失败
const val CarNet_Get_Video:String = "CarNet_Get_Video" //获取视频,type=1 调用,type=2 成功,type=3 失败
-const val CarNet_Cos_Upload:String = "CarNet_Cos_Upload" //上传COS, type=1 成功, type=2 失败, type=3 开始
+const val CarNet_Cos_Upload:String = "CarNet_Cos_Upload" //上传COS, type=1 成功, type=2 失败, type=3 开始, type=4 成功返回视频和缩略图,type=5 成功没有返回全视频和缩略图
const val CarNet_Servers_Upload:String = "CarNet_Servers_Upload" //上传服务端, type=1 成功,type=2 失败, type=3 开始
const val CarNet_Voice_Search:String = "CarNet_Voice_Search" //语音搜索路况,type=1 成功,type=2 失败
const val CarNet_USER_SHOW:String = "CarNet_user_show" //情报展示时长,showtime 加载列表时长
diff --git a/skin/mogo-skin-light/build/generated/source/buildConfig/debug/com/mogo/skin/light/BuildConfig.java b/skin/mogo-skin-light/build/generated/source/buildConfig/debug/com/mogo/skin/light/BuildConfig.java
new file mode 100644
index 0000000000..0c65384170
--- /dev/null
+++ b/skin/mogo-skin-light/build/generated/source/buildConfig/debug/com/mogo/skin/light/BuildConfig.java
@@ -0,0 +1,18 @@
+/**
+ * Automatically generated file. DO NOT MODIFY
+ */
+package com.mogo.skin.light;
+
+public final class BuildConfig {
+ public static final boolean DEBUG = Boolean.parseBoolean("true");
+ public static final String LIBRARY_PACKAGE_NAME = "com.mogo.skin.light";
+ /**
+ * @deprecated APPLICATION_ID is misleading in libraries. For the library package name use LIBRARY_PACKAGE_NAME
+ */
+ @Deprecated
+ public static final String APPLICATION_ID = "com.mogo.skin.light";
+ public static final String BUILD_TYPE = "debug";
+ public static final String FLAVOR = "";
+ public static final int VERSION_CODE = 1;
+ public static final String VERSION_NAME = "1.0.0";
+}
diff --git a/skin/mogo-skin-light/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml b/skin/mogo-skin-light/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml
new file mode 100644
index 0000000000..8d4f636704
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml
@@ -0,0 +1,12 @@
+
+
+
+
+ /
+
+
\ No newline at end of file
diff --git a/skin/mogo-skin-light/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output.json b/skin/mogo-skin-light/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output.json
new file mode 100644
index 0000000000..9dd3181ef1
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output.json
@@ -0,0 +1 @@
+[{"outputType":{"type":"AAPT_FRIENDLY_MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0.0","enabled":true,"outputFile":"mogo-skin-light-debug.aar","fullName":"debug","baseName":"debug"},"path":"AndroidManifest.xml","properties":{"packageId":"com.mogo.skin.light","split":""}}]
\ No newline at end of file
diff --git a/skin/mogo-skin-light/build/intermediates/annotation_processor_list/debug/annotationProcessors.json b/skin/mogo-skin-light/build/intermediates/annotation_processor_list/debug/annotationProcessors.json
new file mode 100644
index 0000000000..9e26dfeeb6
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/annotation_processor_list/debug/annotationProcessors.json
@@ -0,0 +1 @@
+{}
\ No newline at end of file
diff --git a/skin/mogo-skin-light/build/intermediates/compile_library_classes/debug/classes.jar b/skin/mogo-skin-light/build/intermediates/compile_library_classes/debug/classes.jar
new file mode 100644
index 0000000000..ead5329ba1
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/compile_library_classes/debug/classes.jar differ
diff --git a/skin/mogo-skin-light/build/intermediates/compile_only_not_namespaced_r_class_jar/debug/R.jar b/skin/mogo-skin-light/build/intermediates/compile_only_not_namespaced_r_class_jar/debug/R.jar
new file mode 100644
index 0000000000..c1b638e6eb
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/compile_only_not_namespaced_r_class_jar/debug/R.jar differ
diff --git a/skin/mogo-skin-light/build/intermediates/incremental/debug-mergeNativeLibs/merge-state b/skin/mogo-skin-light/build/intermediates/incremental/debug-mergeNativeLibs/merge-state
new file mode 100644
index 0000000000..ef0711d4a6
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/incremental/debug-mergeNativeLibs/merge-state differ
diff --git a/skin/mogo-skin-light/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml b/skin/mogo-skin-light/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml
new file mode 100644
index 0000000000..251916c56d
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/skin/mogo-skin-light/build/intermediates/incremental/mergeDebugShaders/merger.xml b/skin/mogo-skin-light/build/intermediates/incremental/mergeDebugShaders/merger.xml
new file mode 100644
index 0000000000..4783b9fbef
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/incremental/mergeDebugShaders/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/skin/mogo-skin-light/build/intermediates/incremental/packageDebugAssets/merger.xml b/skin/mogo-skin-light/build/intermediates/incremental/packageDebugAssets/merger.xml
new file mode 100644
index 0000000000..df7e82be6e
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/incremental/packageDebugAssets/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/skin/mogo-skin-light/build/intermediates/incremental/packageDebugResources/compile-file-map.properties b/skin/mogo-skin-light/build/intermediates/incremental/packageDebugResources/compile-file-map.properties
new file mode 100644
index 0000000000..7c71a94967
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/incremental/packageDebugResources/compile-file-map.properties
@@ -0,0 +1,173 @@
+#Thu Sep 03 19:51:14 CST 2020
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-mdpi/mogo_image_daolushigong_small_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_daolushigong_small_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-mdpi/module_ext_ic_dust_sand_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_dust_sand_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-media-res/drawable/module_media_play_bg_selector_light.xml=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_media_play_bg_selector_light.xml
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-ldpi/module_ext_ic_sunny_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_sunny_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-xhdpi/mogo_image_yongdu_small_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_yongdu_small_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-mdpi/mogo_image_fenglu_small_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_fenglu_small_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-mdpi/mogo_image_yongdu_nor_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_yongdu_nor_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-xhdpi/mogo_image_blank_nor_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_blank_nor_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-push-res/drawable/module_push_message_background_light.xml=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_push_message_background_light.xml
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-xhdpi/mogo_image_shishilukuang_small_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_shishilukuang_small_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-apps-res/drawable-xhdpi/module_apps_ic_navigator_media_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_apps_ic_navigator_media_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-ldpi/module_ext_ic_shower_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_shower_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-xhdpi/mogo_image_jiaotongjiancha_small_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_jiaotongjiancha_small_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-push-res/drawable/module_push_recycler_item_background_light.xml=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_push_recycler_item_background_light.xml
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-mdpi/model_ext_default_user_head_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/model_ext_default_user_head_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-push-res/drawable-xhdpi/module_push_close_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_push_close_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-ldpi/icon_parking_p_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/icon_parking_p_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable/module_ext_dw_common_corner_bkg_light.xml=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_ext_dw_common_corner_bkg_light.xml
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-xhdpi/mogo_image_jishui_nor_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_jishui_nor_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-xhdpi/mogo_image_daolushigong_nor_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_daolushigong_nor_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-apps-res/drawable-xhdpi/module_apps_ic_navigator_applist_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_apps_ic_navigator_applist_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-ldpi/module_ext_ic_cloudy_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_cloudy_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-share-res/drawable-mdpi/module_share_title_icon_left_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_share_title_icon_left_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-xhdpi/module_map_ic_move2_current_location_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_map_ic_move2_current_location_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-ldpi/model_ext_default_user_head_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/model_ext_default_user_head_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-apps-res/drawable-xhdpi/module_apps_ic_retract_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_apps_ic_retract_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-mdpi/mogo_image_nongwu_nor_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_nongwu_nor_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-apps-res/drawable-mdpi/module_apps_ic_navigator_im_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_apps_ic_navigator_im_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-ldpi/module_ext_ic_overcast_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_overcast_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-mdpi/module_ext_ic_sunny_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_sunny_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-main-res/drawable/module_main_dw_left_frame_bkg_light.xml=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_main_dw_left_frame_bkg_light.xml
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable/bg_v2x_event_description_light.xml=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/bg_v2x_event_description_light.xml
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-ldpi/module_ext_ic_message2_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_message2_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-mdpi/mogo_image_yongdu_small_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_yongdu_small_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-mdpi/mogo_image_accident_small_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_accident_small_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable/module_ext_drawable_weather_bkg_light.xml=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_ext_drawable_weather_bkg_light.xml
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-xhdpi/module_ext_ic_sunny_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_sunny_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-push-res/drawable/module_push_clear_bg_light.xml=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_push_clear_bg_light.xml
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-xhdpi/icon_default_black_logo_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/icon_default_black_logo_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-apps-res/drawable-mdpi/module_apps_ic_navigator_media_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_apps_ic_navigator_media_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable/v2x_panel_color_bg_light.xml=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/v2x_panel_color_bg_light.xml
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-mdpi/module_ext_ic_haze_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_haze_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-xhdpi/module_ext_ic_overcast_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_overcast_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-ldpi/icon_default_black_logo_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/icon_default_black_logo_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-share-res/drawable-ldpi/module_share_title_icon_right_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_share_title_icon_right_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-ldpi/module_ext_ic_light_rain_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_light_rain_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable/bg_v2x_refresh_light.xml=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/bg_v2x_refresh_light.xml
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-mdpi/mogo_image_jiebing_nor_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_jiebing_nor_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-tanlu-res/drawable-mdpi/tanlu_navi.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/tanlu_navi.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-xhdpi/module_ext_ic_message2_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_message2_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-mdpi/module_ext_ic_severe_storm_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_severe_storm_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-share-res/drawable-mdpi/module_share_title_icon_right_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_share_title_icon_right_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-xhdpi/module_ext_ic_duststorm_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_duststorm_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-share-res/drawable/module_share_btn_bg_light.xml=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_share_btn_bg_light.xml
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-ldpi/module_ext_ic_unknown_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_unknown_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-xhdpi/mogo_image_qiuzhu_small_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_qiuzhu_small_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-mdpi/module_ext_ic_moderate_rain_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_moderate_rain_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-mdpi/icon_default_black_logo_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/icon_default_black_logo_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-apps-res/drawable-xhdpi/module_apps_ic_navigator_im_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_apps_ic_navigator_im_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-services-res/drawable/module_services_driver_info_window_bkg_light.xml=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_services_driver_info_window_bkg_light.xml
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-mdpi/mogo_image_shishlukuang_nor_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_shishlukuang_nor_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-mdpi/mogo_image_jiaotongshigu_nor_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_jiaotongshigu_nor_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-ldpi/module_ext_ic_moderate_rain_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_moderate_rain_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-mdpi/mogo_image_qiuzhu_small_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_qiuzhu_small_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-mdpi/module_map_ic_move2_current_location_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_map_ic_move2_current_location_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-share-res/drawable-ldpi/module_share_title_icon_left_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_share_title_icon_left_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-xhdpi/mogo_image_jishui_small_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_jishui_small_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-mdpi/module_ext_ic_heavy_rain_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_heavy_rain_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-media-res/drawable/module_media_window_alert_bg_light.xml=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_media_window_alert_bg_light.xml
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-mdpi/mogo_image_jiaotongjiancha_nor_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_jiaotongjiancha_nor_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-services-res/drawable-mdpi/module_services_marker_bkg_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_services_marker_bkg_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable/v2x_alert_window_bg_light.xml=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/v2x_alert_window_bg_light.xml
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-xhdpi/mogo_image_daolushigong_small_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_daolushigong_small_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-xhdpi/mogo_image_nongwu_nor_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_nongwu_nor_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-mdpi/icon_illegal_parking_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/icon_illegal_parking_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-xhdpi/module_ext_ic_moderate_rain_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_moderate_rain_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-xhdpi/mogo_image_yongdu_nor_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_yongdu_nor_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-xhdpi/mogo_image_shishlukuang_nor_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_shishlukuang_nor_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-xhdpi/mogo_image_nongwu_small_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_nongwu_small_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-mdpi/module_ext_ic_unknown_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_unknown_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-push-res/drawable-mdpi/module_push_close_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_push_close_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-mdpi/mogo_image_qiuzhu_nor_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_qiuzhu_nor_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-services-res/drawable-xhdpi/module_services_marker_bkg_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_services_marker_bkg_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-ldpi/icon_share_empty_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/icon_share_empty_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-xhdpi/icon_parking_nav.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/icon_parking_nav.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-xhdpi/module_ext_ic_snow_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_snow_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-share-res/drawable/v2x_shadow_shape_view_light.xml=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/v2x_shadow_shape_view_light.xml
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-mdpi/module_ext_ic_fog_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_fog_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-xhdpi/icon_share_empty_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/icon_share_empty_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-ldpi/module_ext_ic_fog_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_fog_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-apps-res/drawable-mdpi/module_apps_ic_navigator_applist_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_apps_ic_navigator_applist_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-xhdpi/module_ext_ic_heavy_rain_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_heavy_rain_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-tanlu-res/drawable-xhdpi/tanlu_navi.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/tanlu_navi.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-mdpi/mogo_image_jiaotongjiancha_small_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_jiaotongjiancha_small_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-ldpi/module_ext_ic_snow_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_snow_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-xhdpi/mogo_image_jiebing_small_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_jiebing_small_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-media-res/drawable-mdpi/module_media_window_pop_play_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_media_window_pop_play_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-xhdpi/mogo_image_jiaotongshigu_nor_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_jiaotongshigu_nor_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-mdpi/mogo_image_jishui_small_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_jishui_small_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/color/radiobutton_textcolor_light.xml=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/color/radiobutton_textcolor_light.xml
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-media-res/drawable-mdpi/module_media_default_music_img_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_media_default_music_img_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-xhdpi/mogo_image_accident_small_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_accident_small_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-ldpi/module_map_ic_move2_current_location_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_map_ic_move2_current_location_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-ldpi/icon_illegal_parking_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/icon_illegal_parking_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-media-res/drawable-ldpi/module_media_window_pop_pause_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_media_window_pop_pause_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-ldpi/module_ext_ic_duststorm_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_duststorm_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-mdpi/mogo_image_nongwu_small_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_nongwu_small_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-xhdpi/module_ext_ic_unknown_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_unknown_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-push-res/drawable-mdpi/tanlu_normal_image_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/tanlu_normal_image_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-mdpi/mogo_image_jiebing_small_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_jiebing_small_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-mdpi/mogo_image_fenglu_nor_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_fenglu_nor_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-xhdpi/module_ext_ic_dust_sand_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_dust_sand_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-mdpi/icon_window_close_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/icon_window_close_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-ldpi/icon_window_close_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/icon_window_close_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-mdpi/icon_event_panel_more_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/icon_event_panel_more_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-ldpi/module_ext_ic_thunder_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_thunder_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-xhdpi/mogo_image_jiaotongjiancha_nor_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_jiaotongjiancha_nor_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-mdpi/mogo_image_jishui_nor_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_jishui_nor_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-mdpi/module_ext_ic_duststorm_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_duststorm_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable/v2x_drawable_event_more_bkg_light.xml=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/v2x_drawable_event_more_bkg_light.xml
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-xhdpi/module_ext_ic_fog_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_fog_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-media-res/drawable-mdpi/module_media_window_pop_pause_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_media_window_pop_pause_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-media-res/drawable/module_media_progress_pop_bg_light.xml=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_media_progress_pop_bg_light.xml
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-apps-res/drawable-mdpi/module_apps_ic_navigator_navi_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_apps_ic_navigator_navi_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-media-res/drawable/module_media_next_bg_selector_light.xml=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_media_next_bg_selector_light.xml
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-mdpi/icon_share_empty_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/icon_share_empty_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-media-res/drawable-ldpi/module_media_window_pop_play_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_media_window_pop_play_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-xhdpi/module_ext_ic_severe_storm_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_severe_storm_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-mdpi/module_ext_ic_light_rain_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_light_rain_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-apps-res/drawable-mdpi/module_apps_ic_navigator_navi_disable_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_apps_ic_navigator_navi_disable_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-media-res/drawable-mdpi/module_media_next_song_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_media_next_song_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-xhdpi/module_ext_ic_haze_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_haze_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-xhdpi/module_ext_ic_light_rain_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_light_rain_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-xhdpi/mogo_image_qiuzhu_nor_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_qiuzhu_nor_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable/module_ext_drawable_msg_container_bkg_light.xml=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_ext_drawable_msg_container_bkg_light.xml
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-commons-res/drawable/module_commons_toast_bkg_light.xml=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_commons_toast_bkg_light.xml
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-media-res/drawable-ldpi/module_media_default_music_img_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_media_default_music_img_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-mdpi/module_ext_ic_thunder_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_thunder_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-ldpi/module_ext_ic_haze_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_haze_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-apps-res/drawable/module_apps_pager_indicator_light.xml=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_apps_pager_indicator_light.xml
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-tanlu-res/drawable/tanlu_gradual_change_bg_light.xml=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/tanlu_gradual_change_bg_light.xml
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-xhdpi/mogo_image_jiebing_nor_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_jiebing_nor_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-mdpi/mogo_image_blank_nor_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_blank_nor_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-mdpi/icon_parking_nav.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/icon_parking_nav.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable/v2xt_dw_common_corner_bkg_dark_light.xml=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/v2xt_dw_common_corner_bkg_dark_light.xml
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-mdpi/module_ext_ic_thundershower_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_thundershower_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-apps-res/drawable-xhdpi/module_apps_ic_navigator_navi_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_apps_ic_navigator_navi_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable/bg_v2x_go_to_share_light.xml=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/bg_v2x_go_to_share_light.xml
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-ldpi/module_ext_ic_severe_storm_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_severe_storm_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-mdpi/mogo_image_shishilukuang_small_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_shishilukuang_small_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-ldpi/module_ext_ic_heavy_rain_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_heavy_rain_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-ldpi/module_ext_ic_thundershower_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_thundershower_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-xhdpi/module_ext_ic_shower_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_shower_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-apps-res/drawable-xhdpi/module_apps_ic_ai_assist_bkg_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_apps_ic_ai_assist_bkg_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-mdpi/panel_shadow_bg_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/panel_shadow_bg_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-ldpi/module_ext_ic_dust_sand_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_dust_sand_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-mdpi/module_ext_ic_overcast_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_overcast_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-mdpi/module_ext_ic_shower_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_shower_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-services-res/drawable/module_services_info_window_cursor_light.xml=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_services_info_window_cursor_light.xml
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-apps-res/drawable-mdpi/module_apps_ic_ai_assist_bkg_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_apps_ic_ai_assist_bkg_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-xhdpi/module_ext_ic_cloudy_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_cloudy_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-mdpi/module_ext_ic_message2_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_message2_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-mdpi/module_ext_ic_snow_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_snow_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-xhdpi/module_ext_ic_thunder_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_thunder_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-xhdpi/mogo_image_fenglu_nor_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_fenglu_nor_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-share-res/drawable/module_share_dialog_bg_light.xml=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_share_dialog_bg_light.xml
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-mdpi/module_ext_ic_cloudy_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_cloudy_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-extensions-res/drawable-xhdpi/module_ext_ic_thundershower_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_thundershower_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-media-res/drawable-ldpi/module_media_next_song_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_media_next_song_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-xhdpi/mogo_image_fenglu_small_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_fenglu_small_light.png
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-media-res/drawable/module_media_window_progress_bar_light.xml=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_media_window_progress_bar_light.xml
+/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/module-v2x-res/drawable-mdpi/mogo_image_daolushigong_nor_light.png=/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_daolushigong_nor_light.png
diff --git a/skin/mogo-skin-light/build/intermediates/incremental/packageDebugResources/merged.dir/values-ldpi-v4/values-ldpi-v4.xml b/skin/mogo-skin-light/build/intermediates/incremental/packageDebugResources/merged.dir/values-ldpi-v4/values-ldpi-v4.xml
new file mode 100644
index 0000000000..15105860b3
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/incremental/packageDebugResources/merged.dir/values-ldpi-v4/values-ldpi-v4.xml
@@ -0,0 +1,6 @@
+
+
+ 24px
+ 16px
+ 12px
+
\ No newline at end of file
diff --git a/skin/mogo-skin-light/build/intermediates/incremental/packageDebugResources/merged.dir/values-mdpi-v4/values-mdpi-v4.xml b/skin/mogo-skin-light/build/intermediates/incremental/packageDebugResources/merged.dir/values-mdpi-v4/values-mdpi-v4.xml
new file mode 100644
index 0000000000..15105860b3
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/incremental/packageDebugResources/merged.dir/values-mdpi-v4/values-mdpi-v4.xml
@@ -0,0 +1,6 @@
+
+
+ 24px
+ 16px
+ 12px
+
\ No newline at end of file
diff --git a/skin/mogo-skin-light/build/intermediates/incremental/packageDebugResources/merged.dir/values-xhdpi-1920x1000-v4/values-xhdpi-1920x1000-v4.xml b/skin/mogo-skin-light/build/intermediates/incremental/packageDebugResources/merged.dir/values-xhdpi-1920x1000-v4/values-xhdpi-1920x1000-v4.xml
new file mode 100644
index 0000000000..165b6b81a9
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/incremental/packageDebugResources/merged.dir/values-xhdpi-1920x1000-v4/values-xhdpi-1920x1000-v4.xml
@@ -0,0 +1,79 @@
+
+
+ 24px
+ 6px
+ 130px
+ 40px
+ 36px
+ 524px
+ 59px
+ 66px
+ 105px
+ 44px
+ 44px
+ 16px
+ 20px
+ 790px
+ 50px
+ 98px
+ 72px
+ 5px
+ 46px
+ 30px
+ 28px
+ 28px
+ 4px
+ 26px
+ 205px
+ 2px
+ 20px
+ 40px
+ 350px
+ 15px
+ 23px
+ 50px
+ 30px
+ 82px
+ 60px
+ 255px
+ 320px
+ 32px
+ 480px
+ 1060px
+ 45px
+ 50px
+ 50px
+ 100px
+ 12px
+ 700px
+ 96px
+ 96px
+ 30px
+ 92px
+ 40px
+ 800px
+ 106px
+ 106px
+ 34px
+ 24px
+ 135px
+ 48px
+ 48px
+ 32px
+ 60px
+ 82px
+ 750px
+ 120px
+ 270px
+ 15px
+ 25px
+ 10px
+ 27px
+ 40px
+ 10px
+ 98px
+ 98px
+ 50px
+ 488px
+ 30px
+
\ No newline at end of file
diff --git a/skin/mogo-skin-light/build/intermediates/incremental/packageDebugResources/merged.dir/values-xhdpi-v4/values-xhdpi-v4.xml b/skin/mogo-skin-light/build/intermediates/incremental/packageDebugResources/merged.dir/values-xhdpi-v4/values-xhdpi-v4.xml
new file mode 100644
index 0000000000..9c766cdd60
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/incremental/packageDebugResources/merged.dir/values-xhdpi-v4/values-xhdpi-v4.xml
@@ -0,0 +1,82 @@
+
+
+ 45px
+ 29px
+ 22px
+ 24px
+ 6px
+ 130px
+ 40px
+ 36px
+ 524px
+ 59px
+ 66px
+ 105px
+ 44px
+ 44px
+ 16px
+ 20px
+ 790px
+ 50px
+ 98px
+ 72px
+ 5px
+ 46px
+ 30px
+ 28px
+ 28px
+ 4px
+ 26px
+ 205px
+ 2px
+ 20px
+ 40px
+ 350px
+ 15px
+ 23px
+ 50px
+ 30px
+ 82px
+ 60px
+ 255px
+ 320px
+ 32px
+ 480px
+ 1060px
+ 45px
+ 50px
+ 50px
+ 100px
+ 12px
+ 700px
+ 96px
+ 96px
+ 30px
+ 92px
+ 40px
+ 800px
+ 106px
+ 106px
+ 34px
+ 24px
+ 135px
+ 48px
+ 48px
+ 32px
+ 60px
+ 82px
+ 750px
+ 120px
+ 270px
+ 15px
+ 25px
+ 10px
+ 27px
+ 40px
+ 10px
+ 98px
+ 98px
+ 50px
+ 488px
+ 30px
+
\ No newline at end of file
diff --git a/skin/mogo-skin-light/build/intermediates/incremental/packageDebugResources/merged.dir/values/values.xml b/skin/mogo-skin-light/build/intermediates/incremental/packageDebugResources/merged.dir/values/values.xml
new file mode 100644
index 0000000000..cb9226a0b7
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/incremental/packageDebugResources/merged.dir/values/values.xml
@@ -0,0 +1,113 @@
+
+
+ #666666
+ #F5F5F5
+ #333333
+ #CFCACA
+ #FF333333
+ #666666
+ #999999
+ #333333
+ #333333
+ #333333
+ #ff333333
+ #99FFFFFF
+ #ff333333
+ #FFFFFF
+ #FF333333
+ #ff999999
+ #000
+ #F5F5F5
+ #333333
+ #DDDDDD
+ #333333
+ #999999
+ #333333
+ #333333
+ #F5F5F5
+ #333333
+ #666666
+ #999999
+ #FFFFFF
+ #333333
+ #FFFFFF
+ 24px
+ 16px
+ 12px
+ 24px
+ 3px
+ 69px
+ 22px
+ 18px
+ 278px
+ 32px
+ 36px
+ 56px
+ 20px
+ 23px
+ 8px
+ 10px
+ 418px
+ 28px
+ 56px
+ 72px
+ 5px
+ 26px
+ 10px
+ 15px
+ 15px
+ 2px
+ 13px
+ 109px
+ 2px
+ 10px
+ 23px
+ 194px
+ 8px
+ 16px
+ 28px
+ 16px
+ 44px
+ 30px
+ 136px
+ 194px
+ 19px
+ 266px
+ 642px
+ 45px
+ 25px
+ 25px
+ 90px
+ 10px
+ 700px
+ 96px
+ 96px
+ 16px
+ 48px
+ 22px
+ 700px
+ 56px
+ 56px
+ 18px
+ 14px
+ 72px
+ 48px
+ 48px
+ 16px
+ 32px
+ 44px
+ 400px
+ 80px
+ 150px
+ 15px
+ 13px
+ 10px
+ 18px
+ 22px
+ 6px
+ 52px
+ 52px
+ 26px
+ 260px
+ 16px
+
\ No newline at end of file
diff --git a/skin/mogo-skin-light/build/intermediates/incremental/packageDebugResources/merger.xml b/skin/mogo-skin-light/build/intermediates/incremental/packageDebugResources/merger.xml
new file mode 100644
index 0000000000..8245735b49
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/incremental/packageDebugResources/merger.xml
@@ -0,0 +1,2 @@
+
+#F5F5F5#333333#CFCACA#FF33333324px#FFFFFF#DDDDDD#999999#333333#F5F5F5#333333#FFFFFF#FFFFFF#333333#333333#999999#333333#666666#F5F5F524px24px#33333329px22px45px#333333#333333#666666#99999916px12px24px16px12px24px16px12px24px#ff333333#ff333333#99FFFFFF98px98px48px48px72px5px106px106px96px96px100px700px12px135px50px50px30px92px40px800px30px28px4px32px255px82px2px205px20px40px60px50px32px40px50px10px750px270px120px60px488px82px34px24px28px26px30px790px524px130px40px66px36px59px44px105px44px20px16px1060px350px480px320px45px23px15px25px15px10px27px46px50px98px6px30px#333333#66666652px52px48px48px72px5px56px56px96px96px90px700px10px72px25px25px16px48px22px700px10px15px2px19px136px44px2px109px10px23px30px28px16px22px26px6px400px150px80px32px260px44px18px14px15px13px16px418px278px69px22px36px18px32px20px56px23px10px8px642px194px266px194px45px16px8px13px15px10px18px26px28px56px3px16px98px98px48px48px72px5px106px106px96px96px100px700px12px135px50px50px30px92px40px800px30px28px4px32px255px82px2px205px20px40px60px50px32px40px50px10px750px270px120px60px488px82px34px24px28px26px30px790px524px130px40px66px36px59px44px105px44px20px16px1060px350px480px320px45px23px15px25px15px10px27px46px50px98px6px30px#FF333333#000#ff999999
\ No newline at end of file
diff --git a/skin/mogo-skin-light/build/intermediates/javac/debug/classes/com/mogo/skin/light/BuildConfig.class b/skin/mogo-skin-light/build/intermediates/javac/debug/classes/com/mogo/skin/light/BuildConfig.class
new file mode 100644
index 0000000000..41cc817f49
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/javac/debug/classes/com/mogo/skin/light/BuildConfig.class differ
diff --git a/skin/mogo-skin-light/build/intermediates/library_java_res/debug/res.jar b/skin/mogo-skin-light/build/intermediates/library_java_res/debug/res.jar
new file mode 100644
index 0000000000..15cb0ecb3e
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/library_java_res/debug/res.jar differ
diff --git a/skin/mogo-skin-light/build/intermediates/library_manifest/debug/AndroidManifest.xml b/skin/mogo-skin-light/build/intermediates/library_manifest/debug/AndroidManifest.xml
new file mode 100644
index 0000000000..8d4f636704
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/library_manifest/debug/AndroidManifest.xml
@@ -0,0 +1,12 @@
+
+
+
+
+ /
+
+
\ No newline at end of file
diff --git a/skin/mogo-skin-light/build/intermediates/local_only_symbol_list/debug/parseDebugLibraryResources/R-def.txt b/skin/mogo-skin-light/build/intermediates/local_only_symbol_list/debug/parseDebugLibraryResources/R-def.txt
new file mode 100644
index 0000000000..f92eb619c7
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/local_only_symbol_list/debug/parseDebugLibraryResources/R-def.txt
@@ -0,0 +1,206 @@
+R_DEF: Internal format may change without notice
+local
+color color_99FFFFFF_light
+color module_app_page_bkg_color_light
+color module_apps_id_app_name_textColor_light
+color module_ext_weather_bkg_color_light
+color module_ext_weather_text_color_light
+color module_push_item_content_textColor_light
+color module_push_item_time_textColor_light
+color module_push_item_title_textColor_light
+color module_push_panel_title_textColor_light
+color module_service_info_window_content_textColor_light
+color module_share_dialog_icon_text_color_light
+color module_share_dialog_notice_text_color_light
+color module_share_dialog_title_text_color_light
+color module_v2x_bkg_color_light
+color modules_commons_toast_text_color_light
+color modules_media_music_time_text_color_light
+color modules_media_music_title_text_color_light
+color panel_shadow_shape_color_light
+color radiobutton_textcolor_light
+color share_event_address_color_light
+color share_event_item_bg_color_light
+color share_event_no_more_color_light
+color share_event_share_time_color_light
+color tanlu_white_light
+color transparent_white_30_light
+color v2x_555A_F5F5_light
+color v2x_FFF_333_light
+color v2x_FFF_666_light
+color v2x_FFF_999_light
+color v2x_item_white_light
+color v2x_white_light
+color v2x_white_refresh_light
+dimen module_push_clear_bg_radius
+dimen module_push_panel_corner
+dimen module_push_panel_item_corner
+dimen module_v2x_surrounding_refresh_bt_radius
+dimen tanlu_button_radius_size
+dimen tanlu_dialog_button_height
+dimen tanlu_dialog_content_size
+dimen tanlu_dialog_first_margin_top
+dimen tanlu_dialog_height
+dimen tanlu_dialog_margin_button_top
+dimen tanlu_dialog_margin_top
+dimen tanlu_dialog_neterror_button_height
+dimen tanlu_dialog_neterror_button_top
+dimen tanlu_dialog_neterror_margin_left
+dimen tanlu_dialog_neterror_radius
+dimen tanlu_dialog_radius
+dimen tanlu_dialog_width
+dimen tanlu_head_image_size
+dimen tanlu_image_size
+dimen tanlu_module_bottom_height
+dimen tanlu_module_bottom_margin
+dimen tanlu_module_button_height
+dimen tanlu_module_card_address_margin_top
+dimen tanlu_module_card_address_size
+dimen tanlu_module_card_distance_margin_bottom
+dimen tanlu_module_card_distance_margin_top
+dimen tanlu_module_card_distance_size
+dimen tanlu_module_card_empty_maginleft
+dimen tanlu_module_card_empty_magintop
+dimen tanlu_module_card_empty_tv_magintop
+dimen tanlu_module_card_empty_tv_magintop_2
+dimen tanlu_module_card_height
+dimen tanlu_module_card_margin_left
+dimen tanlu_module_card_margin_top
+dimen tanlu_module_card_next_margin_left
+dimen tanlu_module_card_next_size
+dimen tanlu_module_card_previous_height
+dimen tanlu_module_card_previous_margin_left
+dimen tanlu_module_card_previous_width
+dimen tanlu_module_card_video_height
+dimen tanlu_module_card_video_marginbottom
+dimen tanlu_module_card_video_width
+dimen tanlu_module_card_width
+dimen tanlu_module_close_height
+dimen tanlu_module_full_back_height
+dimen tanlu_module_full_back_width
+dimen tanlu_module_full_bottom_height
+dimen tanlu_module_full_bottom_margin
+dimen tanlu_module_full_bottom_width
+dimen tanlu_module_full_loading_height
+dimen tanlu_module_full_loading_width
+dimen tanlu_module_full_margin_left
+dimen tanlu_module_full_margin_right
+dimen tanlu_module_full_margin_top
+dimen tanlu_module_full_margin_width
+dimen tanlu_module_full_start_height
+dimen tanlu_module_full_start_width
+dimen tanlu_module_full_title_content
+dimen tanlu_module_full_title_time
+dimen tanlu_module_full_top_height
+dimen tanlu_module_loading_height
+dimen tanlu_module_loading_width
+dimen tanlu_module_logo_margin_left
+dimen tanlu_module_map_bottom
+dimen tanlu_module_map_bottom_height
+dimen tanlu_module_map_left
+dimen tanlu_module_map_right
+dimen tanlu_module_map_top
+dimen tanlu_module_margin_left
+dimen tanlu_module_margin_right
+dimen tanlu_module_margin_top
+dimen tanlu_module_mavi_height
+dimen tanlu_module_radius
+dimen tanlu_module_small_player_height
+dimen tanlu_module_start_height
+dimen tanlu_module_start_width
+dimen tanlu_module_upload_radius
+dimen tanlu_module_upload_width
+dimen tanlu_normal_image_radius_size
+drawable bg_v2x_event_description_light
+drawable bg_v2x_go_to_share_light
+drawable bg_v2x_refresh_light
+drawable icon_default_black_logo_light
+drawable icon_event_panel_more_light
+drawable icon_illegal_parking_light
+drawable icon_parking_nav
+drawable icon_parking_p_light
+drawable icon_share_empty_light
+drawable icon_window_close_light
+drawable model_ext_default_user_head_light
+drawable module_apps_ic_ai_assist_bkg_light
+drawable module_apps_ic_navigator_applist_light
+drawable module_apps_ic_navigator_im_light
+drawable module_apps_ic_navigator_media_light
+drawable module_apps_ic_navigator_navi_disable_light
+drawable module_apps_ic_navigator_navi_light
+drawable module_apps_ic_retract_light
+drawable module_apps_pager_indicator_light
+drawable module_commons_toast_bkg_light
+drawable module_ext_drawable_msg_container_bkg_light
+drawable module_ext_drawable_weather_bkg_light
+drawable module_ext_dw_common_corner_bkg_light
+drawable module_ext_ic_cloudy_light
+drawable module_ext_ic_dust_sand_light
+drawable module_ext_ic_duststorm_light
+drawable module_ext_ic_fog_light
+drawable module_ext_ic_haze_light
+drawable module_ext_ic_heavy_rain_light
+drawable module_ext_ic_light_rain_light
+drawable module_ext_ic_message2_light
+drawable module_ext_ic_moderate_rain_light
+drawable module_ext_ic_overcast_light
+drawable module_ext_ic_severe_storm_light
+drawable module_ext_ic_shower_light
+drawable module_ext_ic_snow_light
+drawable module_ext_ic_sunny_light
+drawable module_ext_ic_thunder_light
+drawable module_ext_ic_thundershower_light
+drawable module_ext_ic_unknown_light
+drawable module_main_dw_left_frame_bkg_light
+drawable module_map_ic_move2_current_location_light
+drawable module_media_default_music_img_light
+drawable module_media_next_bg_selector_light
+drawable module_media_next_song_light
+drawable module_media_play_bg_selector_light
+drawable module_media_progress_pop_bg_light
+drawable module_media_window_alert_bg_light
+drawable module_media_window_pop_pause_light
+drawable module_media_window_pop_play_light
+drawable module_media_window_progress_bar_light
+drawable module_push_clear_bg_light
+drawable module_push_close_light
+drawable module_push_message_background_light
+drawable module_push_recycler_item_background_light
+drawable module_services_driver_info_window_bkg_light
+drawable module_services_info_window_cursor_light
+drawable module_services_marker_bkg_light
+drawable module_share_btn_bg_light
+drawable module_share_dialog_bg_light
+drawable module_share_title_icon_left_light
+drawable module_share_title_icon_right_light
+drawable mogo_image_accident_small_light
+drawable mogo_image_blank_nor_light
+drawable mogo_image_daolushigong_nor_light
+drawable mogo_image_daolushigong_small_light
+drawable mogo_image_fenglu_nor_light
+drawable mogo_image_fenglu_small_light
+drawable mogo_image_jiaotongjiancha_nor_light
+drawable mogo_image_jiaotongjiancha_small_light
+drawable mogo_image_jiaotongshigu_nor_light
+drawable mogo_image_jiebing_nor_light
+drawable mogo_image_jiebing_small_light
+drawable mogo_image_jishui_nor_light
+drawable mogo_image_jishui_small_light
+drawable mogo_image_nongwu_nor_light
+drawable mogo_image_nongwu_small_light
+drawable mogo_image_qiuzhu_nor_light
+drawable mogo_image_qiuzhu_small_light
+drawable mogo_image_shishilukuang_small_light
+drawable mogo_image_shishlukuang_nor_light
+drawable mogo_image_yongdu_nor_light
+drawable mogo_image_yongdu_small_light
+drawable panel_shadow_bg_light
+drawable tanlu_gradual_change_bg_light
+drawable tanlu_navi
+drawable tanlu_normal_image_light
+drawable v2x_alert_window_bg_light
+drawable v2x_drawable_event_more_bkg_light
+drawable v2x_panel_color_bg_light
+drawable v2x_shadow_shape_view_light
+drawable v2xt_dw_common_corner_bkg_dark_light
+id shape_id
diff --git a/skin/mogo-skin-light/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt b/skin/mogo-skin-light/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt
new file mode 100644
index 0000000000..00aeb08f5b
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt
@@ -0,0 +1,14 @@
+1
+2
+6
+7 /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/AndroidManifest.xml
+9 android:targetSdkVersion="22" />
+9-->/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/AndroidManifest.xml
+10 /
+11
+12
diff --git a/skin/mogo-skin-light/build/intermediates/merged_manifests/debug/output.json b/skin/mogo-skin-light/build/intermediates/merged_manifests/debug/output.json
new file mode 100644
index 0000000000..35e2c710ba
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/merged_manifests/debug/output.json
@@ -0,0 +1 @@
+[{"outputType":{"type":"MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0.0","enabled":true,"outputFile":"mogo-skin-light-debug.aar","fullName":"debug","baseName":"debug"},"path":"../../library_manifest/debug/AndroidManifest.xml","properties":{"packageId":"com.mogo.skin.light","split":""}}]
\ No newline at end of file
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/color/radiobutton_textcolor_light.xml b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/color/radiobutton_textcolor_light.xml
new file mode 100644
index 0000000000..0b615ca429
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/color/radiobutton_textcolor_light.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/icon_default_black_logo_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/icon_default_black_logo_light.png
new file mode 100644
index 0000000000..c20fc46314
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/icon_default_black_logo_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/icon_illegal_parking_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/icon_illegal_parking_light.png
new file mode 100644
index 0000000000..46e9240f43
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/icon_illegal_parking_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/icon_parking_p_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/icon_parking_p_light.png
new file mode 100644
index 0000000000..430f4db852
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/icon_parking_p_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/icon_share_empty_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/icon_share_empty_light.png
new file mode 100644
index 0000000000..03da771490
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/icon_share_empty_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/icon_window_close_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/icon_window_close_light.png
new file mode 100644
index 0000000000..d3eb35c6ae
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/icon_window_close_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/model_ext_default_user_head_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/model_ext_default_user_head_light.png
new file mode 100644
index 0000000000..21805b2ff7
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/model_ext_default_user_head_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_cloudy_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_cloudy_light.png
new file mode 100644
index 0000000000..ebc208a2ea
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_cloudy_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_dust_sand_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_dust_sand_light.png
new file mode 100644
index 0000000000..7edb8c0912
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_dust_sand_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_duststorm_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_duststorm_light.png
new file mode 100644
index 0000000000..6b70067112
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_duststorm_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_fog_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_fog_light.png
new file mode 100644
index 0000000000..cff3fb047e
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_fog_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_haze_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_haze_light.png
new file mode 100644
index 0000000000..36a3333d13
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_haze_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_heavy_rain_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_heavy_rain_light.png
new file mode 100644
index 0000000000..d0cfc9a7ee
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_heavy_rain_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_light_rain_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_light_rain_light.png
new file mode 100644
index 0000000000..6480636ee3
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_light_rain_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_message2_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_message2_light.png
new file mode 100644
index 0000000000..53a52ffd6a
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_message2_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_moderate_rain_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_moderate_rain_light.png
new file mode 100644
index 0000000000..6480636ee3
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_moderate_rain_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_overcast_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_overcast_light.png
new file mode 100644
index 0000000000..ef331cedd8
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_overcast_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_severe_storm_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_severe_storm_light.png
new file mode 100644
index 0000000000..1e67af154f
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_severe_storm_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_shower_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_shower_light.png
new file mode 100644
index 0000000000..aafd6198a0
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_shower_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_snow_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_snow_light.png
new file mode 100644
index 0000000000..a3cc2043ac
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_snow_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_sunny_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_sunny_light.png
new file mode 100644
index 0000000000..f1c9f9aca8
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_sunny_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_thunder_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_thunder_light.png
new file mode 100644
index 0000000000..7c71c81274
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_thunder_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_thundershower_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_thundershower_light.png
new file mode 100644
index 0000000000..abd78fa982
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_thundershower_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_unknown_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_unknown_light.png
new file mode 100644
index 0000000000..1a6694b3a6
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_ext_ic_unknown_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_map_ic_move2_current_location_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_map_ic_move2_current_location_light.png
new file mode 100644
index 0000000000..1b49fddbc4
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_map_ic_move2_current_location_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_media_default_music_img_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_media_default_music_img_light.png
new file mode 100644
index 0000000000..efe70879e7
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_media_default_music_img_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_media_next_song_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_media_next_song_light.png
new file mode 100644
index 0000000000..d105b96661
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_media_next_song_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_media_window_pop_pause_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_media_window_pop_pause_light.png
new file mode 100644
index 0000000000..6215bd9f95
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_media_window_pop_pause_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_media_window_pop_play_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_media_window_pop_play_light.png
new file mode 100644
index 0000000000..7c68250c3f
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_media_window_pop_play_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_share_title_icon_left_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_share_title_icon_left_light.png
new file mode 100644
index 0000000000..f63e50a750
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_share_title_icon_left_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_share_title_icon_right_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_share_title_icon_right_light.png
new file mode 100644
index 0000000000..f6e4175e24
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-ldpi-v4/module_share_title_icon_right_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/icon_default_black_logo_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/icon_default_black_logo_light.png
new file mode 100644
index 0000000000..c20fc46314
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/icon_default_black_logo_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/icon_event_panel_more_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/icon_event_panel_more_light.png
new file mode 100644
index 0000000000..62e3039df2
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/icon_event_panel_more_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/icon_illegal_parking_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/icon_illegal_parking_light.png
new file mode 100644
index 0000000000..47c45a2b5c
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/icon_illegal_parking_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/icon_parking_nav.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/icon_parking_nav.png
new file mode 100644
index 0000000000..57abc3ccb6
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/icon_parking_nav.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/icon_share_empty_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/icon_share_empty_light.png
new file mode 100644
index 0000000000..6d45024974
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/icon_share_empty_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/icon_window_close_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/icon_window_close_light.png
new file mode 100644
index 0000000000..d3eb35c6ae
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/icon_window_close_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/model_ext_default_user_head_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/model_ext_default_user_head_light.png
new file mode 100644
index 0000000000..21805b2ff7
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/model_ext_default_user_head_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_apps_ic_ai_assist_bkg_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_apps_ic_ai_assist_bkg_light.png
new file mode 100755
index 0000000000..402c1def01
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_apps_ic_ai_assist_bkg_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_apps_ic_navigator_applist_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_apps_ic_navigator_applist_light.png
new file mode 100755
index 0000000000..0438b180a1
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_apps_ic_navigator_applist_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_apps_ic_navigator_im_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_apps_ic_navigator_im_light.png
new file mode 100755
index 0000000000..e1d31d23fc
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_apps_ic_navigator_im_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_apps_ic_navigator_media_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_apps_ic_navigator_media_light.png
new file mode 100755
index 0000000000..9c4ddd35f3
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_apps_ic_navigator_media_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_apps_ic_navigator_navi_disable_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_apps_ic_navigator_navi_disable_light.png
new file mode 100644
index 0000000000..6138ca850c
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_apps_ic_navigator_navi_disable_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_apps_ic_navigator_navi_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_apps_ic_navigator_navi_light.png
new file mode 100755
index 0000000000..6abad98484
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_apps_ic_navigator_navi_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_cloudy_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_cloudy_light.png
new file mode 100644
index 0000000000..ebc208a2ea
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_cloudy_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_dust_sand_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_dust_sand_light.png
new file mode 100644
index 0000000000..7edb8c0912
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_dust_sand_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_duststorm_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_duststorm_light.png
new file mode 100644
index 0000000000..6b70067112
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_duststorm_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_fog_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_fog_light.png
new file mode 100644
index 0000000000..cff3fb047e
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_fog_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_haze_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_haze_light.png
new file mode 100644
index 0000000000..36a3333d13
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_haze_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_heavy_rain_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_heavy_rain_light.png
new file mode 100644
index 0000000000..d0cfc9a7ee
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_heavy_rain_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_light_rain_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_light_rain_light.png
new file mode 100644
index 0000000000..6480636ee3
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_light_rain_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_message2_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_message2_light.png
new file mode 100644
index 0000000000..53a52ffd6a
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_message2_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_moderate_rain_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_moderate_rain_light.png
new file mode 100644
index 0000000000..6480636ee3
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_moderate_rain_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_overcast_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_overcast_light.png
new file mode 100644
index 0000000000..ef331cedd8
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_overcast_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_severe_storm_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_severe_storm_light.png
new file mode 100644
index 0000000000..1e67af154f
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_severe_storm_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_shower_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_shower_light.png
new file mode 100644
index 0000000000..aafd6198a0
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_shower_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_snow_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_snow_light.png
new file mode 100644
index 0000000000..a3cc2043ac
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_snow_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_sunny_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_sunny_light.png
new file mode 100644
index 0000000000..f1c9f9aca8
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_sunny_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_thunder_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_thunder_light.png
new file mode 100644
index 0000000000..7c71c81274
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_thunder_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_thundershower_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_thundershower_light.png
new file mode 100644
index 0000000000..abd78fa982
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_thundershower_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_unknown_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_unknown_light.png
new file mode 100644
index 0000000000..1a6694b3a6
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_ext_ic_unknown_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_map_ic_move2_current_location_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_map_ic_move2_current_location_light.png
new file mode 100644
index 0000000000..1b49fddbc4
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_map_ic_move2_current_location_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_media_default_music_img_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_media_default_music_img_light.png
new file mode 100644
index 0000000000..efe70879e7
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_media_default_music_img_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_media_next_song_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_media_next_song_light.png
new file mode 100644
index 0000000000..d105b96661
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_media_next_song_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_media_window_pop_pause_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_media_window_pop_pause_light.png
new file mode 100644
index 0000000000..6215bd9f95
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_media_window_pop_pause_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_media_window_pop_play_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_media_window_pop_play_light.png
new file mode 100644
index 0000000000..7c68250c3f
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_media_window_pop_play_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_push_close_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_push_close_light.png
new file mode 100755
index 0000000000..d25aa13032
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_push_close_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_services_marker_bkg_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_services_marker_bkg_light.png
new file mode 100755
index 0000000000..8044b0458f
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_services_marker_bkg_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_share_title_icon_left_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_share_title_icon_left_light.png
new file mode 100644
index 0000000000..f63e50a750
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_share_title_icon_left_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_share_title_icon_right_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_share_title_icon_right_light.png
new file mode 100644
index 0000000000..f6e4175e24
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_share_title_icon_right_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_accident_small_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_accident_small_light.png
new file mode 100755
index 0000000000..6756d3e6a8
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_accident_small_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_blank_nor_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_blank_nor_light.png
new file mode 100755
index 0000000000..6a9605f5a9
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_blank_nor_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_daolushigong_nor_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_daolushigong_nor_light.png
new file mode 100755
index 0000000000..5b93e817d8
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_daolushigong_nor_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_daolushigong_small_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_daolushigong_small_light.png
new file mode 100755
index 0000000000..8a3b38601e
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_daolushigong_small_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_fenglu_nor_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_fenglu_nor_light.png
new file mode 100755
index 0000000000..d4f16ca8fe
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_fenglu_nor_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_fenglu_small_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_fenglu_small_light.png
new file mode 100755
index 0000000000..d7207113b6
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_fenglu_small_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_jiaotongjiancha_nor_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_jiaotongjiancha_nor_light.png
new file mode 100755
index 0000000000..870bf87e82
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_jiaotongjiancha_nor_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_jiaotongjiancha_small_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_jiaotongjiancha_small_light.png
new file mode 100755
index 0000000000..b3092ae360
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_jiaotongjiancha_small_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_jiaotongshigu_nor_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_jiaotongshigu_nor_light.png
new file mode 100755
index 0000000000..547bd4ce22
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_jiaotongshigu_nor_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_jiebing_nor_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_jiebing_nor_light.png
new file mode 100644
index 0000000000..dcef2a496c
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_jiebing_nor_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_jiebing_small_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_jiebing_small_light.png
new file mode 100755
index 0000000000..b4fb7eda7d
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_jiebing_small_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_jishui_nor_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_jishui_nor_light.png
new file mode 100755
index 0000000000..75489d8075
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_jishui_nor_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_jishui_small_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_jishui_small_light.png
new file mode 100644
index 0000000000..c93bd218fb
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_jishui_small_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_nongwu_nor_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_nongwu_nor_light.png
new file mode 100755
index 0000000000..f9347adaf3
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_nongwu_nor_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_nongwu_small_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_nongwu_small_light.png
new file mode 100755
index 0000000000..1c51c47115
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_nongwu_small_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_qiuzhu_nor_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_qiuzhu_nor_light.png
new file mode 100755
index 0000000000..a5d9f22c18
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_qiuzhu_nor_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_qiuzhu_small_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_qiuzhu_small_light.png
new file mode 100755
index 0000000000..377f3ee1ca
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_qiuzhu_small_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_shishilukuang_small_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_shishilukuang_small_light.png
new file mode 100755
index 0000000000..dcf7a4fc97
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_shishilukuang_small_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_shishlukuang_nor_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_shishlukuang_nor_light.png
new file mode 100755
index 0000000000..6e069f57de
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_shishlukuang_nor_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_yongdu_nor_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_yongdu_nor_light.png
new file mode 100755
index 0000000000..508d6b2ebf
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_yongdu_nor_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_yongdu_small_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_yongdu_small_light.png
new file mode 100755
index 0000000000..1bcc7852d1
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/mogo_image_yongdu_small_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/panel_shadow_bg_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/panel_shadow_bg_light.png
new file mode 100644
index 0000000000..58b9db6f42
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/panel_shadow_bg_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/tanlu_navi.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/tanlu_navi.png
new file mode 100644
index 0000000000..1e635c539a
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/tanlu_navi.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/tanlu_normal_image_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/tanlu_normal_image_light.png
new file mode 100755
index 0000000000..d25aa13032
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-mdpi-v4/tanlu_normal_image_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/icon_default_black_logo_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/icon_default_black_logo_light.png
new file mode 100644
index 0000000000..cfbbe87d04
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/icon_default_black_logo_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/icon_parking_nav.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/icon_parking_nav.png
new file mode 100644
index 0000000000..57abc3ccb6
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/icon_parking_nav.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/icon_share_empty_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/icon_share_empty_light.png
new file mode 100644
index 0000000000..03da771490
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/icon_share_empty_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_apps_ic_ai_assist_bkg_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_apps_ic_ai_assist_bkg_light.png
new file mode 100755
index 0000000000..d051a63791
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_apps_ic_ai_assist_bkg_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_apps_ic_navigator_applist_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_apps_ic_navigator_applist_light.png
new file mode 100755
index 0000000000..97b67efdad
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_apps_ic_navigator_applist_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_apps_ic_navigator_im_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_apps_ic_navigator_im_light.png
new file mode 100755
index 0000000000..b1ff28e6c3
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_apps_ic_navigator_im_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_apps_ic_navigator_media_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_apps_ic_navigator_media_light.png
new file mode 100755
index 0000000000..3971dd0bf6
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_apps_ic_navigator_media_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_apps_ic_navigator_navi_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_apps_ic_navigator_navi_light.png
new file mode 100755
index 0000000000..1de8baa9da
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_apps_ic_navigator_navi_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_apps_ic_retract_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_apps_ic_retract_light.png
new file mode 100755
index 0000000000..88fe0aa4fc
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_apps_ic_retract_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_cloudy_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_cloudy_light.png
new file mode 100644
index 0000000000..f8a5aad757
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_cloudy_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_dust_sand_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_dust_sand_light.png
new file mode 100644
index 0000000000..bb569d3acb
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_dust_sand_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_duststorm_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_duststorm_light.png
new file mode 100644
index 0000000000..a9306d52e1
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_duststorm_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_fog_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_fog_light.png
new file mode 100644
index 0000000000..e3191b16db
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_fog_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_haze_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_haze_light.png
new file mode 100644
index 0000000000..9a175259d8
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_haze_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_heavy_rain_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_heavy_rain_light.png
new file mode 100644
index 0000000000..611138031e
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_heavy_rain_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_light_rain_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_light_rain_light.png
new file mode 100644
index 0000000000..befda6499f
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_light_rain_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_message2_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_message2_light.png
new file mode 100644
index 0000000000..970f745d27
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_message2_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_moderate_rain_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_moderate_rain_light.png
new file mode 100644
index 0000000000..befda6499f
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_moderate_rain_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_overcast_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_overcast_light.png
new file mode 100644
index 0000000000..b175ea286c
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_overcast_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_severe_storm_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_severe_storm_light.png
new file mode 100644
index 0000000000..5cef27c8e6
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_severe_storm_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_shower_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_shower_light.png
new file mode 100644
index 0000000000..4e6ba5269d
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_shower_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_snow_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_snow_light.png
new file mode 100644
index 0000000000..c410d04819
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_snow_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_sunny_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_sunny_light.png
new file mode 100644
index 0000000000..6772fd028d
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_sunny_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_thunder_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_thunder_light.png
new file mode 100644
index 0000000000..c59120a307
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_thunder_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_thundershower_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_thundershower_light.png
new file mode 100644
index 0000000000..66059ed230
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_thundershower_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_unknown_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_unknown_light.png
new file mode 100644
index 0000000000..523a489cd3
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_ext_ic_unknown_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_map_ic_move2_current_location_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_map_ic_move2_current_location_light.png
new file mode 100644
index 0000000000..d3f83f0530
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_map_ic_move2_current_location_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_push_close_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_push_close_light.png
new file mode 100755
index 0000000000..cbf14c5566
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_push_close_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_services_marker_bkg_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_services_marker_bkg_light.png
new file mode 100755
index 0000000000..d43d74c08c
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_services_marker_bkg_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_accident_small_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_accident_small_light.png
new file mode 100755
index 0000000000..e1354bab9c
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_accident_small_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_blank_nor_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_blank_nor_light.png
new file mode 100755
index 0000000000..57fc9d6829
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_blank_nor_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_daolushigong_nor_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_daolushigong_nor_light.png
new file mode 100755
index 0000000000..76847aaee9
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_daolushigong_nor_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_daolushigong_small_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_daolushigong_small_light.png
new file mode 100755
index 0000000000..9bf06bf948
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_daolushigong_small_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_fenglu_nor_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_fenglu_nor_light.png
new file mode 100755
index 0000000000..2538c35258
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_fenglu_nor_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_fenglu_small_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_fenglu_small_light.png
new file mode 100755
index 0000000000..263a63a1c1
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_fenglu_small_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_jiaotongjiancha_nor_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_jiaotongjiancha_nor_light.png
new file mode 100755
index 0000000000..307d137ef4
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_jiaotongjiancha_nor_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_jiaotongjiancha_small_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_jiaotongjiancha_small_light.png
new file mode 100755
index 0000000000..9a2ca23726
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_jiaotongjiancha_small_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_jiaotongshigu_nor_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_jiaotongshigu_nor_light.png
new file mode 100755
index 0000000000..bfea0e04b9
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_jiaotongshigu_nor_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_jiebing_nor_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_jiebing_nor_light.png
new file mode 100644
index 0000000000..dcef2a496c
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_jiebing_nor_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_jiebing_small_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_jiebing_small_light.png
new file mode 100755
index 0000000000..cddfe149f1
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_jiebing_small_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_jishui_nor_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_jishui_nor_light.png
new file mode 100755
index 0000000000..af4fd037ae
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_jishui_nor_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_jishui_small_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_jishui_small_light.png
new file mode 100644
index 0000000000..c93bd218fb
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_jishui_small_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_nongwu_nor_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_nongwu_nor_light.png
new file mode 100755
index 0000000000..5c965dbf11
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_nongwu_nor_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_nongwu_small_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_nongwu_small_light.png
new file mode 100755
index 0000000000..963694c6af
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_nongwu_small_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_qiuzhu_nor_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_qiuzhu_nor_light.png
new file mode 100755
index 0000000000..5ebfc76a29
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_qiuzhu_nor_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_qiuzhu_small_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_qiuzhu_small_light.png
new file mode 100755
index 0000000000..ea26ce1853
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_qiuzhu_small_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_shishilukuang_small_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_shishilukuang_small_light.png
new file mode 100755
index 0000000000..f6d348cc83
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_shishilukuang_small_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_shishlukuang_nor_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_shishlukuang_nor_light.png
new file mode 100755
index 0000000000..33a17d184c
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_shishlukuang_nor_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_yongdu_nor_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_yongdu_nor_light.png
new file mode 100755
index 0000000000..a72533bfb0
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_yongdu_nor_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_yongdu_small_light.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_yongdu_small_light.png
new file mode 100755
index 0000000000..cc0e15621e
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/mogo_image_yongdu_small_light.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/tanlu_navi.png b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/tanlu_navi.png
new file mode 100644
index 0000000000..564236aaba
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/tanlu_navi.png differ
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/bg_v2x_event_description_light.xml b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/bg_v2x_event_description_light.xml
new file mode 100644
index 0000000000..95faf8680b
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/bg_v2x_event_description_light.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/bg_v2x_go_to_share_light.xml b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/bg_v2x_go_to_share_light.xml
new file mode 100644
index 0000000000..5132bd085c
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/bg_v2x_go_to_share_light.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/bg_v2x_refresh_light.xml b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/bg_v2x_refresh_light.xml
new file mode 100644
index 0000000000..17e43ef185
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/bg_v2x_refresh_light.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_apps_pager_indicator_light.xml b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_apps_pager_indicator_light.xml
new file mode 100644
index 0000000000..bff99886f4
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_apps_pager_indicator_light.xml
@@ -0,0 +1,25 @@
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_commons_toast_bkg_light.xml b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_commons_toast_bkg_light.xml
new file mode 100644
index 0000000000..f1e575c745
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_commons_toast_bkg_light.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_ext_drawable_msg_container_bkg_light.xml b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_ext_drawable_msg_container_bkg_light.xml
new file mode 100644
index 0000000000..366ee8bdc4
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_ext_drawable_msg_container_bkg_light.xml
@@ -0,0 +1,8 @@
+
+ -
+
+
+
+
+
+
\ No newline at end of file
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_ext_drawable_weather_bkg_light.xml b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_ext_drawable_weather_bkg_light.xml
new file mode 100644
index 0000000000..37e38ab7ca
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_ext_drawable_weather_bkg_light.xml
@@ -0,0 +1,9 @@
+
+
+ -
+
+
+
+
+
+
\ No newline at end of file
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_ext_dw_common_corner_bkg_light.xml b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_ext_dw_common_corner_bkg_light.xml
new file mode 100644
index 0000000000..ea5ba85bfa
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_ext_dw_common_corner_bkg_light.xml
@@ -0,0 +1,15 @@
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+
\ No newline at end of file
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_main_dw_left_frame_bkg_light.xml b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_main_dw_left_frame_bkg_light.xml
new file mode 100644
index 0000000000..46fe20fe0d
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_main_dw_left_frame_bkg_light.xml
@@ -0,0 +1,8 @@
+
+
+ -
+
+
+
+
+
\ No newline at end of file
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_media_next_bg_selector_light.xml b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_media_next_bg_selector_light.xml
new file mode 100644
index 0000000000..9bb9aa1a6a
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_media_next_bg_selector_light.xml
@@ -0,0 +1,14 @@
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
\ No newline at end of file
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_media_play_bg_selector_light.xml b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_media_play_bg_selector_light.xml
new file mode 100644
index 0000000000..adce397ed8
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_media_play_bg_selector_light.xml
@@ -0,0 +1,13 @@
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+
\ No newline at end of file
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_media_progress_pop_bg_light.xml b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_media_progress_pop_bg_light.xml
new file mode 100644
index 0000000000..5ffe812b15
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_media_progress_pop_bg_light.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_media_window_alert_bg_light.xml b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_media_window_alert_bg_light.xml
new file mode 100644
index 0000000000..d30c0a264a
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_media_window_alert_bg_light.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_media_window_progress_bar_light.xml b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_media_window_progress_bar_light.xml
new file mode 100644
index 0000000000..1d408286b0
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_media_window_progress_bar_light.xml
@@ -0,0 +1,32 @@
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_push_clear_bg_light.xml b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_push_clear_bg_light.xml
new file mode 100644
index 0000000000..d518d9b0ab
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_push_clear_bg_light.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_push_message_background_light.xml b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_push_message_background_light.xml
new file mode 100644
index 0000000000..d55da005a7
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_push_message_background_light.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_push_recycler_item_background_light.xml b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_push_recycler_item_background_light.xml
new file mode 100644
index 0000000000..fb455c4e47
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_push_recycler_item_background_light.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_services_driver_info_window_bkg_light.xml b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_services_driver_info_window_bkg_light.xml
new file mode 100644
index 0000000000..a702e0853b
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_services_driver_info_window_bkg_light.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_services_info_window_cursor_light.xml b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_services_info_window_cursor_light.xml
new file mode 100644
index 0000000000..6ea27dfa6f
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_services_info_window_cursor_light.xml
@@ -0,0 +1,17 @@
+
+
+ -
+
+
+
+
+
+
+
+
+
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_share_btn_bg_light.xml b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_share_btn_bg_light.xml
new file mode 100644
index 0000000000..38ac04abf5
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_share_btn_bg_light.xml
@@ -0,0 +1,9 @@
+
+
+ -
+
+
+
+
+
+
\ No newline at end of file
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_share_dialog_bg_light.xml b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_share_dialog_bg_light.xml
new file mode 100644
index 0000000000..92df4a917c
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/module_share_dialog_bg_light.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/tanlu_gradual_change_bg_light.xml b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/tanlu_gradual_change_bg_light.xml
new file mode 100644
index 0000000000..1dc5930dc8
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/tanlu_gradual_change_bg_light.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/v2x_alert_window_bg_light.xml b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/v2x_alert_window_bg_light.xml
new file mode 100644
index 0000000000..fc0bfb4660
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/v2x_alert_window_bg_light.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/v2x_drawable_event_more_bkg_light.xml b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/v2x_drawable_event_more_bkg_light.xml
new file mode 100644
index 0000000000..bbd1124438
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/v2x_drawable_event_more_bkg_light.xml
@@ -0,0 +1,10 @@
+
+ -
+
+
+
+
+
+
\ No newline at end of file
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/v2x_panel_color_bg_light.xml b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/v2x_panel_color_bg_light.xml
new file mode 100644
index 0000000000..6c0812711e
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/v2x_panel_color_bg_light.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/v2x_shadow_shape_view_light.xml b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/v2x_shadow_shape_view_light.xml
new file mode 100644
index 0000000000..7c8291b6c3
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/v2x_shadow_shape_view_light.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/v2xt_dw_common_corner_bkg_dark_light.xml b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/v2xt_dw_common_corner_bkg_dark_light.xml
new file mode 100644
index 0000000000..1c9c0b5e05
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/drawable/v2xt_dw_common_corner_bkg_dark_light.xml
@@ -0,0 +1,21 @@
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+
\ No newline at end of file
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/values-ldpi-v4/values-ldpi-v4.xml b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/values-ldpi-v4/values-ldpi-v4.xml
new file mode 100644
index 0000000000..15105860b3
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/values-ldpi-v4/values-ldpi-v4.xml
@@ -0,0 +1,6 @@
+
+
+ 24px
+ 16px
+ 12px
+
\ No newline at end of file
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/values-mdpi-v4/values-mdpi-v4.xml b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/values-mdpi-v4/values-mdpi-v4.xml
new file mode 100644
index 0000000000..15105860b3
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/values-mdpi-v4/values-mdpi-v4.xml
@@ -0,0 +1,6 @@
+
+
+ 24px
+ 16px
+ 12px
+
\ No newline at end of file
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/values-xhdpi-1920x1000-v4/values-xhdpi-1920x1000-v4.xml b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/values-xhdpi-1920x1000-v4/values-xhdpi-1920x1000-v4.xml
new file mode 100644
index 0000000000..165b6b81a9
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/values-xhdpi-1920x1000-v4/values-xhdpi-1920x1000-v4.xml
@@ -0,0 +1,79 @@
+
+
+ 24px
+ 6px
+ 130px
+ 40px
+ 36px
+ 524px
+ 59px
+ 66px
+ 105px
+ 44px
+ 44px
+ 16px
+ 20px
+ 790px
+ 50px
+ 98px
+ 72px
+ 5px
+ 46px
+ 30px
+ 28px
+ 28px
+ 4px
+ 26px
+ 205px
+ 2px
+ 20px
+ 40px
+ 350px
+ 15px
+ 23px
+ 50px
+ 30px
+ 82px
+ 60px
+ 255px
+ 320px
+ 32px
+ 480px
+ 1060px
+ 45px
+ 50px
+ 50px
+ 100px
+ 12px
+ 700px
+ 96px
+ 96px
+ 30px
+ 92px
+ 40px
+ 800px
+ 106px
+ 106px
+ 34px
+ 24px
+ 135px
+ 48px
+ 48px
+ 32px
+ 60px
+ 82px
+ 750px
+ 120px
+ 270px
+ 15px
+ 25px
+ 10px
+ 27px
+ 40px
+ 10px
+ 98px
+ 98px
+ 50px
+ 488px
+ 30px
+
\ No newline at end of file
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/values-xhdpi-v4/values-xhdpi-v4.xml b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/values-xhdpi-v4/values-xhdpi-v4.xml
new file mode 100644
index 0000000000..9c766cdd60
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/values-xhdpi-v4/values-xhdpi-v4.xml
@@ -0,0 +1,82 @@
+
+
+ 45px
+ 29px
+ 22px
+ 24px
+ 6px
+ 130px
+ 40px
+ 36px
+ 524px
+ 59px
+ 66px
+ 105px
+ 44px
+ 44px
+ 16px
+ 20px
+ 790px
+ 50px
+ 98px
+ 72px
+ 5px
+ 46px
+ 30px
+ 28px
+ 28px
+ 4px
+ 26px
+ 205px
+ 2px
+ 20px
+ 40px
+ 350px
+ 15px
+ 23px
+ 50px
+ 30px
+ 82px
+ 60px
+ 255px
+ 320px
+ 32px
+ 480px
+ 1060px
+ 45px
+ 50px
+ 50px
+ 100px
+ 12px
+ 700px
+ 96px
+ 96px
+ 30px
+ 92px
+ 40px
+ 800px
+ 106px
+ 106px
+ 34px
+ 24px
+ 135px
+ 48px
+ 48px
+ 32px
+ 60px
+ 82px
+ 750px
+ 120px
+ 270px
+ 15px
+ 25px
+ 10px
+ 27px
+ 40px
+ 10px
+ 98px
+ 98px
+ 50px
+ 488px
+ 30px
+
\ No newline at end of file
diff --git a/skin/mogo-skin-light/build/intermediates/packaged_res/debug/values/values.xml b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/values/values.xml
new file mode 100644
index 0000000000..cb9226a0b7
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/packaged_res/debug/values/values.xml
@@ -0,0 +1,113 @@
+
+
+ #666666
+ #F5F5F5
+ #333333
+ #CFCACA
+ #FF333333
+ #666666
+ #999999
+ #333333
+ #333333
+ #333333
+ #ff333333
+ #99FFFFFF
+ #ff333333
+ #FFFFFF
+ #FF333333
+ #ff999999
+ #000
+ #F5F5F5
+ #333333
+ #DDDDDD
+ #333333
+ #999999
+ #333333
+ #333333
+ #F5F5F5
+ #333333
+ #666666
+ #999999
+ #FFFFFF
+ #333333
+ #FFFFFF
+ 24px
+ 16px
+ 12px
+ 24px
+ 3px
+ 69px
+ 22px
+ 18px
+ 278px
+ 32px
+ 36px
+ 56px
+ 20px
+ 23px
+ 8px
+ 10px
+ 418px
+ 28px
+ 56px
+ 72px
+ 5px
+ 26px
+ 10px
+ 15px
+ 15px
+ 2px
+ 13px
+ 109px
+ 2px
+ 10px
+ 23px
+ 194px
+ 8px
+ 16px
+ 28px
+ 16px
+ 44px
+ 30px
+ 136px
+ 194px
+ 19px
+ 266px
+ 642px
+ 45px
+ 25px
+ 25px
+ 90px
+ 10px
+ 700px
+ 96px
+ 96px
+ 16px
+ 48px
+ 22px
+ 700px
+ 56px
+ 56px
+ 18px
+ 14px
+ 72px
+ 48px
+ 48px
+ 16px
+ 32px
+ 44px
+ 400px
+ 80px
+ 150px
+ 15px
+ 13px
+ 10px
+ 18px
+ 22px
+ 6px
+ 52px
+ 52px
+ 26px
+ 260px
+ 16px
+
\ No newline at end of file
diff --git a/skin/mogo-skin-light/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt b/skin/mogo-skin-light/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt
new file mode 100644
index 0000000000..51e00c776b
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt
@@ -0,0 +1,2859 @@
+com.mogo.skin.light
+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 btn_checkbox_to_checked_box_inner_merged_animation
+anim btn_checkbox_to_checked_box_outer_merged_animation
+anim btn_checkbox_to_checked_icon_null_animation
+anim btn_checkbox_to_unchecked_box_inner_merged_animation
+anim btn_checkbox_to_unchecked_check_path_merged_animation
+anim btn_checkbox_to_unchecked_icon_null_animation
+anim btn_radio_to_off_mtrl_dot_group_animation
+anim btn_radio_to_off_mtrl_ring_outer_animation
+anim btn_radio_to_off_mtrl_ring_outer_path_animation
+anim btn_radio_to_on_mtrl_dot_group_animation
+anim btn_radio_to_on_mtrl_ring_outer_animation
+anim btn_radio_to_on_mtrl_ring_outer_path_animation
+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 actualImageScaleType
+attr actualImageUri
+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 backgroundImage
+attr backgroundSplit
+attr backgroundStacked
+attr backgroundTint
+attr backgroundTintMode
+attr barLength
+attr barrierAllowsGoneWidgets
+attr barrierDirection
+attr borderlessButtonStyle
+attr buttonBarButtonStyle
+attr buttonBarNegativeButtonStyle
+attr buttonBarNeutralButtonStyle
+attr buttonBarPositiveButtonStyle
+attr buttonBarStyle
+attr buttonCompat
+attr buttonGravity
+attr buttonIconDimen
+attr buttonPanelSideLayout
+attr buttonStyle
+attr buttonStyleSmall
+attr buttonTint
+attr buttonTintMode
+attr chainUseRtl
+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 constraintSet
+attr constraint_referenced_ids
+attr content
+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 drawableBottomCompat
+attr drawableEndCompat
+attr drawableLeftCompat
+attr drawableRightCompat
+attr drawableSize
+attr drawableStartCompat
+attr drawableTint
+attr drawableTintMode
+attr drawableTopCompat
+attr drawerArrowStyle
+attr dropDownListViewStyle
+attr dropdownListPreferredItemHeight
+attr dsv_orientation
+attr editTextBackground
+attr editTextColor
+attr editTextStyle
+attr elevation
+attr emptyVisibility
+attr expandActivityOverflowButtonDrawable
+attr fadeDuration
+attr failureImage
+attr failureImageScaleType
+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_constrainedHeight
+attr layout_constrainedWidth
+attr layout_constraintBaseline_creator
+attr layout_constraintBaseline_toBaselineOf
+attr layout_constraintBottom_creator
+attr layout_constraintBottom_toBottomOf
+attr layout_constraintBottom_toTopOf
+attr layout_constraintCircle
+attr layout_constraintCircleAngle
+attr layout_constraintCircleRadius
+attr layout_constraintDimensionRatio
+attr layout_constraintEnd_toEndOf
+attr layout_constraintEnd_toStartOf
+attr layout_constraintGuide_begin
+attr layout_constraintGuide_end
+attr layout_constraintGuide_percent
+attr layout_constraintHeight_default
+attr layout_constraintHeight_max
+attr layout_constraintHeight_min
+attr layout_constraintHeight_percent
+attr layout_constraintHorizontal_bias
+attr layout_constraintHorizontal_chainStyle
+attr layout_constraintHorizontal_weight
+attr layout_constraintLeft_creator
+attr layout_constraintLeft_toLeftOf
+attr layout_constraintLeft_toRightOf
+attr layout_constraintRight_creator
+attr layout_constraintRight_toLeftOf
+attr layout_constraintRight_toRightOf
+attr layout_constraintStart_toEndOf
+attr layout_constraintStart_toStartOf
+attr layout_constraintTop_creator
+attr layout_constraintTop_toBottomOf
+attr layout_constraintTop_toTopOf
+attr layout_constraintVertical_bias
+attr layout_constraintVertical_chainStyle
+attr layout_constraintVertical_weight
+attr layout_constraintWidth_default
+attr layout_constraintWidth_max
+attr layout_constraintWidth_min
+attr layout_constraintWidth_percent
+attr layout_dodgeInsetEdges
+attr layout_editor_absoluteX
+attr layout_editor_absoluteY
+attr layout_goneMarginBottom
+attr layout_goneMarginEnd
+attr layout_goneMarginLeft
+attr layout_goneMarginRight
+attr layout_goneMarginStart
+attr layout_goneMarginTop
+attr layout_insetEdge
+attr layout_keyline
+attr layout_optimizationLevel
+attr lineHeight
+attr listChoiceBackgroundIndicator
+attr listChoiceIndicatorMultipleAnimated
+attr listChoiceIndicatorSingleAnimated
+attr listDividerAlertDialog
+attr listItemLayout
+attr listLayout
+attr listMenuViewStyle
+attr listPopupWindowStyle
+attr listPreferredItemHeight
+attr listPreferredItemHeightLarge
+attr listPreferredItemHeightSmall
+attr listPreferredItemPaddingEnd
+attr listPreferredItemPaddingLeft
+attr listPreferredItemPaddingRight
+attr listPreferredItemPaddingStart
+attr logo
+attr logoDescription
+attr maxButtonHeight
+attr measureWithLargestChild
+attr menu
+attr miv_blurRadius
+attr miv_borderColor
+attr miv_bottomLeftRadius
+attr miv_bottomRightRadius
+attr miv_failureHolder
+attr miv_isBlur
+attr miv_overlayImageId
+attr miv_placeHolder
+attr miv_radius
+attr miv_shape
+attr miv_shapeBorderWidth
+attr miv_topLeftRadius
+attr miv_topRightRadius
+attr multiChoiceItemLayout
+attr navigationContentDescription
+attr navigationIcon
+attr navigationMode
+attr numericModifiers
+attr overlapAnchor
+attr overlayImage
+attr paddingBottomNoButtons
+attr paddingEnd
+attr paddingStart
+attr paddingTopNoTitle
+attr panelBackground
+attr panelMenuListTheme
+attr panelMenuListWidth
+attr placeholderImage
+attr placeholderImageScaleType
+attr popupMenuStyle
+attr popupTheme
+attr popupWindowStyle
+attr preserveIconSpacing
+attr pressedStateOverlayImage
+attr progressBarAutoRotateInterval
+attr progressBarImage
+attr progressBarImageScaleType
+attr progressBarPadding
+attr progressBarStyle
+attr queryBackground
+attr queryHint
+attr radioButtonStyle
+attr ratingBarStyle
+attr ratingBarStyleIndicator
+attr ratingBarStyleSmall
+attr recyclerViewStyle
+attr retryImage
+attr retryImageScaleType
+attr reverseLayout
+attr roundAsCircle
+attr roundBottomLeft
+attr roundBottomRight
+attr roundTopLeft
+attr roundTopRight
+attr roundWithOverlayColor
+attr roundedCornerRadius
+attr roundingBorderColor
+attr roundingBorderPadding
+attr roundingBorderWidth
+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 textLocale
+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 viewAspectRatio
+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
+bool abc_config_showMenuShortcutsWhenKeyboardPresent
+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 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 color_99FFFFFF_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
+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 module_app_page_bkg_color_light
+color module_apps_id_app_name_textColor_light
+color module_ext_weather_bkg_color_light
+color module_ext_weather_text_color_light
+color module_push_item_content_textColor_light
+color module_push_item_time_textColor_light
+color module_push_item_title_textColor_light
+color module_push_panel_title_textColor_light
+color module_service_info_window_content_textColor_light
+color module_share_dialog_icon_text_color_light
+color module_share_dialog_notice_text_color_light
+color module_share_dialog_title_text_color_light
+color module_v2x_bkg_color_light
+color modules_commons_toast_text_color
+color modules_commons_toast_text_color_light
+color modules_media_music_time_text_color_light
+color modules_media_music_title_text_color_light
+color notification_action_color_filter
+color notification_icon_bg_color
+color notification_material_background_media_default_color
+color panel_shadow_shape_color_light
+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 radiobutton_textcolor_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 share_event_address_color_light
+color share_event_item_bg_color_light
+color share_event_no_more_color_light
+color share_event_share_time_color_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 tanlu_white_light
+color tooltip_background_dark
+color tooltip_background_light
+color transparent_white_30_light
+color v2x_555A_F5F5_light
+color v2x_FFF_333_light
+color v2x_FFF_666_light
+color v2x_FFF_999_light
+color v2x_item_white_light
+color v2x_white_light
+color v2x_white_refresh_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_progress_bar_size
+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_height_large_material
+dimen abc_list_item_height_material
+dimen abc_list_item_height_small_material
+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 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 dp_0
+dimen dp_0_1
+dimen dp_0_5
+dimen dp_1
+dimen dp_10
+dimen dp_100
+dimen dp_1000
+dimen dp_101
+dimen dp_102
+dimen dp_103
+dimen dp_104
+dimen dp_104_5
+dimen dp_105
+dimen dp_106
+dimen dp_107
+dimen dp_108
+dimen dp_109
+dimen dp_11
+dimen dp_110
+dimen dp_111
+dimen dp_112
+dimen dp_113
+dimen dp_114
+dimen dp_115
+dimen dp_116
+dimen dp_117
+dimen dp_118
+dimen dp_119
+dimen dp_12
+dimen dp_120
+dimen dp_121
+dimen dp_122
+dimen dp_123
+dimen dp_124
+dimen dp_125
+dimen dp_126
+dimen dp_127
+dimen dp_128
+dimen dp_129
+dimen dp_13
+dimen dp_130
+dimen dp_1300
+dimen dp_131
+dimen dp_132
+dimen dp_133
+dimen dp_134
+dimen dp_134_5
+dimen dp_135
+dimen dp_136
+dimen dp_137
+dimen dp_138
+dimen dp_139
+dimen dp_14
+dimen dp_140
+dimen dp_141
+dimen dp_142
+dimen dp_143
+dimen dp_144
+dimen dp_145
+dimen dp_146
+dimen dp_147
+dimen dp_148
+dimen dp_149
+dimen dp_15
+dimen dp_150
+dimen dp_151
+dimen dp_152
+dimen dp_153
+dimen dp_154
+dimen dp_155
+dimen dp_156
+dimen dp_157
+dimen dp_158
+dimen dp_159
+dimen dp_16
+dimen dp_160
+dimen dp_161
+dimen dp_162
+dimen dp_163
+dimen dp_164
+dimen dp_165
+dimen dp_166
+dimen dp_167
+dimen dp_168
+dimen dp_169
+dimen dp_17
+dimen dp_170
+dimen dp_171
+dimen dp_172
+dimen dp_173
+dimen dp_174
+dimen dp_175
+dimen dp_176
+dimen dp_177
+dimen dp_178
+dimen dp_179
+dimen dp_18
+dimen dp_180
+dimen dp_181
+dimen dp_182
+dimen dp_183
+dimen dp_184
+dimen dp_185
+dimen dp_186
+dimen dp_187
+dimen dp_188
+dimen dp_189
+dimen dp_19
+dimen dp_190
+dimen dp_191
+dimen dp_191_25
+dimen dp_192
+dimen dp_1920
+dimen dp_193
+dimen dp_194
+dimen dp_195
+dimen dp_196
+dimen dp_197
+dimen dp_198
+dimen dp_199
+dimen dp_1_5
+dimen dp_2
+dimen dp_20
+dimen dp_200
+dimen dp_201
+dimen dp_202
+dimen dp_203
+dimen dp_204
+dimen dp_205
+dimen dp_206
+dimen dp_207
+dimen dp_208
+dimen dp_209
+dimen dp_21
+dimen dp_210
+dimen dp_211
+dimen dp_212
+dimen dp_213
+dimen dp_214
+dimen dp_215
+dimen dp_216
+dimen dp_217
+dimen dp_218
+dimen dp_219
+dimen dp_22
+dimen dp_220
+dimen dp_221
+dimen dp_222
+dimen dp_223
+dimen dp_224
+dimen dp_225
+dimen dp_226
+dimen dp_227
+dimen dp_228
+dimen dp_229
+dimen dp_23
+dimen dp_230
+dimen dp_231
+dimen dp_232
+dimen dp_233
+dimen dp_234
+dimen dp_235
+dimen dp_236
+dimen dp_237
+dimen dp_238
+dimen dp_239
+dimen dp_24
+dimen dp_240
+dimen dp_241
+dimen dp_242
+dimen dp_243
+dimen dp_244
+dimen dp_245
+dimen dp_246
+dimen dp_247
+dimen dp_248
+dimen dp_249
+dimen dp_25
+dimen dp_250
+dimen dp_251
+dimen dp_252
+dimen dp_253
+dimen dp_254
+dimen dp_255
+dimen dp_256
+dimen dp_257
+dimen dp_258
+dimen dp_259
+dimen dp_26
+dimen dp_260
+dimen dp_261
+dimen dp_262
+dimen dp_263
+dimen dp_264
+dimen dp_265
+dimen dp_266
+dimen dp_267
+dimen dp_268
+dimen dp_269
+dimen dp_27
+dimen dp_270
+dimen dp_271
+dimen dp_272
+dimen dp_273
+dimen dp_274
+dimen dp_275
+dimen dp_276
+dimen dp_277
+dimen dp_278
+dimen dp_279
+dimen dp_28
+dimen dp_280
+dimen dp_281
+dimen dp_282
+dimen dp_283
+dimen dp_284
+dimen dp_285
+dimen dp_286
+dimen dp_287
+dimen dp_288
+dimen dp_289
+dimen dp_29
+dimen dp_290
+dimen dp_291
+dimen dp_292
+dimen dp_293
+dimen dp_294
+dimen dp_295
+dimen dp_296
+dimen dp_297
+dimen dp_298
+dimen dp_299
+dimen dp_2_5
+dimen dp_3
+dimen dp_30
+dimen dp_300
+dimen dp_301
+dimen dp_302
+dimen dp_303
+dimen dp_304
+dimen dp_305
+dimen dp_306
+dimen dp_307
+dimen dp_308
+dimen dp_309
+dimen dp_31
+dimen dp_310
+dimen dp_311
+dimen dp_312
+dimen dp_313
+dimen dp_314
+dimen dp_315
+dimen dp_316
+dimen dp_317
+dimen dp_318
+dimen dp_319
+dimen dp_32
+dimen dp_320
+dimen dp_321
+dimen dp_322
+dimen dp_323
+dimen dp_324
+dimen dp_325
+dimen dp_326
+dimen dp_327
+dimen dp_328
+dimen dp_329
+dimen dp_33
+dimen dp_330
+dimen dp_331
+dimen dp_332
+dimen dp_333
+dimen dp_334
+dimen dp_335
+dimen dp_336
+dimen dp_337
+dimen dp_338
+dimen dp_339
+dimen dp_34
+dimen dp_340
+dimen dp_341
+dimen dp_342
+dimen dp_343
+dimen dp_344
+dimen dp_345
+dimen dp_346
+dimen dp_347
+dimen dp_348
+dimen dp_349
+dimen dp_35
+dimen dp_350
+dimen dp_351
+dimen dp_352
+dimen dp_353
+dimen dp_354
+dimen dp_355
+dimen dp_356
+dimen dp_357
+dimen dp_358
+dimen dp_359
+dimen dp_36
+dimen dp_366
+dimen dp_367
+dimen dp_368
+dimen dp_369
+dimen dp_37
+dimen dp_370
+dimen dp_371
+dimen dp_372
+dimen dp_373
+dimen dp_374
+dimen dp_375
+dimen dp_376
+dimen dp_377
+dimen dp_378
+dimen dp_379
+dimen dp_38
+dimen dp_380
+dimen dp_381
+dimen dp_382
+dimen dp_383
+dimen dp_384
+dimen dp_385
+dimen dp_386
+dimen dp_387
+dimen dp_388
+dimen dp_389
+dimen dp_39
+dimen dp_390
+dimen dp_391
+dimen dp_392
+dimen dp_393
+dimen dp_394
+dimen dp_395
+dimen dp_396
+dimen dp_397
+dimen dp_398
+dimen dp_399
+dimen dp_3_5
+dimen dp_4
+dimen dp_40
+dimen dp_400
+dimen dp_401
+dimen dp_402
+dimen dp_403
+dimen dp_404
+dimen dp_405
+dimen dp_406
+dimen dp_407
+dimen dp_408
+dimen dp_409
+dimen dp_41
+dimen dp_410
+dimen dp_411
+dimen dp_412
+dimen dp_413
+dimen dp_414
+dimen dp_415
+dimen dp_416
+dimen dp_417
+dimen dp_418
+dimen dp_419
+dimen dp_42
+dimen dp_420
+dimen dp_421
+dimen dp_422
+dimen dp_423
+dimen dp_424
+dimen dp_425
+dimen dp_426
+dimen dp_427
+dimen dp_428
+dimen dp_429
+dimen dp_43
+dimen dp_430
+dimen dp_431
+dimen dp_432
+dimen dp_433
+dimen dp_434
+dimen dp_435
+dimen dp_436
+dimen dp_437
+dimen dp_438
+dimen dp_439
+dimen dp_44
+dimen dp_440
+dimen dp_441
+dimen dp_442
+dimen dp_443
+dimen dp_444
+dimen dp_445
+dimen dp_446
+dimen dp_447
+dimen dp_448
+dimen dp_449
+dimen dp_45
+dimen dp_450
+dimen dp_451
+dimen dp_452
+dimen dp_453
+dimen dp_454
+dimen dp_455
+dimen dp_456
+dimen dp_457
+dimen dp_458
+dimen dp_459
+dimen dp_46
+dimen dp_460
+dimen dp_461
+dimen dp_462
+dimen dp_463
+dimen dp_464
+dimen dp_465
+dimen dp_466
+dimen dp_467
+dimen dp_468
+dimen dp_469
+dimen dp_47
+dimen dp_470
+dimen dp_471
+dimen dp_472
+dimen dp_473
+dimen dp_474
+dimen dp_475
+dimen dp_476
+dimen dp_477
+dimen dp_478
+dimen dp_479
+dimen dp_48
+dimen dp_480
+dimen dp_481
+dimen dp_482
+dimen dp_483
+dimen dp_484
+dimen dp_485
+dimen dp_486
+dimen dp_487
+dimen dp_488
+dimen dp_489
+dimen dp_49
+dimen dp_490
+dimen dp_491
+dimen dp_492
+dimen dp_493
+dimen dp_494
+dimen dp_495
+dimen dp_496
+dimen dp_497
+dimen dp_498
+dimen dp_499
+dimen dp_4_5
+dimen dp_5
+dimen dp_50
+dimen dp_500
+dimen dp_501
+dimen dp_502
+dimen dp_503
+dimen dp_504
+dimen dp_505
+dimen dp_506
+dimen dp_507
+dimen dp_508
+dimen dp_509
+dimen dp_51
+dimen dp_510
+dimen dp_511
+dimen dp_512
+dimen dp_513
+dimen dp_514
+dimen dp_515
+dimen dp_516
+dimen dp_517
+dimen dp_518
+dimen dp_519
+dimen dp_52
+dimen dp_520
+dimen dp_521
+dimen dp_522
+dimen dp_523
+dimen dp_524
+dimen dp_525
+dimen dp_526
+dimen dp_527
+dimen dp_528
+dimen dp_529
+dimen dp_53
+dimen dp_530
+dimen dp_531
+dimen dp_532
+dimen dp_533
+dimen dp_534
+dimen dp_535
+dimen dp_536
+dimen dp_537
+dimen dp_538
+dimen dp_539
+dimen dp_54
+dimen dp_540
+dimen dp_541
+dimen dp_542
+dimen dp_543
+dimen dp_544
+dimen dp_545
+dimen dp_546
+dimen dp_547
+dimen dp_548
+dimen dp_549
+dimen dp_55
+dimen dp_550
+dimen dp_551
+dimen dp_552
+dimen dp_553
+dimen dp_554
+dimen dp_555
+dimen dp_556
+dimen dp_557
+dimen dp_558
+dimen dp_559
+dimen dp_56
+dimen dp_560
+dimen dp_561
+dimen dp_562
+dimen dp_563
+dimen dp_564
+dimen dp_565
+dimen dp_566
+dimen dp_567
+dimen dp_568
+dimen dp_569
+dimen dp_57
+dimen dp_570
+dimen dp_571
+dimen dp_572
+dimen dp_573
+dimen dp_574
+dimen dp_575
+dimen dp_576
+dimen dp_577
+dimen dp_578
+dimen dp_579
+dimen dp_58
+dimen dp_580
+dimen dp_581
+dimen dp_582
+dimen dp_583
+dimen dp_584
+dimen dp_585
+dimen dp_586
+dimen dp_587
+dimen dp_588
+dimen dp_589
+dimen dp_59
+dimen dp_590
+dimen dp_591
+dimen dp_592
+dimen dp_593
+dimen dp_594
+dimen dp_595
+dimen dp_596
+dimen dp_597
+dimen dp_598
+dimen dp_599
+dimen dp_6
+dimen dp_60
+dimen dp_600
+dimen dp_601
+dimen dp_602
+dimen dp_603
+dimen dp_604
+dimen dp_605
+dimen dp_606
+dimen dp_607
+dimen dp_608
+dimen dp_609
+dimen dp_61
+dimen dp_610
+dimen dp_611
+dimen dp_612
+dimen dp_613
+dimen dp_614
+dimen dp_615
+dimen dp_616
+dimen dp_617
+dimen dp_618
+dimen dp_619
+dimen dp_62
+dimen dp_620
+dimen dp_621
+dimen dp_622
+dimen dp_623
+dimen dp_624
+dimen dp_625
+dimen dp_626
+dimen dp_627
+dimen dp_628
+dimen dp_629
+dimen dp_63
+dimen dp_630
+dimen dp_631
+dimen dp_632
+dimen dp_633
+dimen dp_634
+dimen dp_635
+dimen dp_636
+dimen dp_637
+dimen dp_638
+dimen dp_639
+dimen dp_64
+dimen dp_640
+dimen dp_641
+dimen dp_642
+dimen dp_643
+dimen dp_644
+dimen dp_645
+dimen dp_646
+dimen dp_647
+dimen dp_648
+dimen dp_649
+dimen dp_65
+dimen dp_650
+dimen dp_651
+dimen dp_652
+dimen dp_653
+dimen dp_654
+dimen dp_655
+dimen dp_656
+dimen dp_657
+dimen dp_658
+dimen dp_659
+dimen dp_66
+dimen dp_660
+dimen dp_661
+dimen dp_662
+dimen dp_663
+dimen dp_664
+dimen dp_665
+dimen dp_666
+dimen dp_667
+dimen dp_668
+dimen dp_669
+dimen dp_67
+dimen dp_670
+dimen dp_671
+dimen dp_672
+dimen dp_673
+dimen dp_674
+dimen dp_675
+dimen dp_676
+dimen dp_677
+dimen dp_678
+dimen dp_679
+dimen dp_68
+dimen dp_680
+dimen dp_681
+dimen dp_682
+dimen dp_683
+dimen dp_684
+dimen dp_685
+dimen dp_686
+dimen dp_687
+dimen dp_688
+dimen dp_689
+dimen dp_69
+dimen dp_690
+dimen dp_691
+dimen dp_692
+dimen dp_693
+dimen dp_694
+dimen dp_695
+dimen dp_696
+dimen dp_697
+dimen dp_698
+dimen dp_699
+dimen dp_7
+dimen dp_70
+dimen dp_700
+dimen dp_701
+dimen dp_702
+dimen dp_703
+dimen dp_704
+dimen dp_705
+dimen dp_706
+dimen dp_707
+dimen dp_708
+dimen dp_709
+dimen dp_71
+dimen dp_710
+dimen dp_711
+dimen dp_712
+dimen dp_713
+dimen dp_714
+dimen dp_715
+dimen dp_716
+dimen dp_717
+dimen dp_718
+dimen dp_719
+dimen dp_72
+dimen dp_720
+dimen dp_721
+dimen dp_722
+dimen dp_723
+dimen dp_724
+dimen dp_725
+dimen dp_726
+dimen dp_727
+dimen dp_728
+dimen dp_729
+dimen dp_73
+dimen dp_730
+dimen dp_731
+dimen dp_732
+dimen dp_733
+dimen dp_734
+dimen dp_735
+dimen dp_736
+dimen dp_737
+dimen dp_738
+dimen dp_739
+dimen dp_74
+dimen dp_740
+dimen dp_741
+dimen dp_742
+dimen dp_743
+dimen dp_744
+dimen dp_745
+dimen dp_746
+dimen dp_747
+dimen dp_748
+dimen dp_749
+dimen dp_75
+dimen dp_750
+dimen dp_751
+dimen dp_752
+dimen dp_753
+dimen dp_754
+dimen dp_755
+dimen dp_756
+dimen dp_757
+dimen dp_758
+dimen dp_759
+dimen dp_76
+dimen dp_760
+dimen dp_761
+dimen dp_762
+dimen dp_763
+dimen dp_764
+dimen dp_765
+dimen dp_766
+dimen dp_767
+dimen dp_768
+dimen dp_769
+dimen dp_77
+dimen dp_770
+dimen dp_771
+dimen dp_772
+dimen dp_773
+dimen dp_774
+dimen dp_775
+dimen dp_776
+dimen dp_777
+dimen dp_778
+dimen dp_779
+dimen dp_78
+dimen dp_780
+dimen dp_781
+dimen dp_782
+dimen dp_783
+dimen dp_784
+dimen dp_785
+dimen dp_786
+dimen dp_787
+dimen dp_788
+dimen dp_789
+dimen dp_79
+dimen dp_790
+dimen dp_791
+dimen dp_792
+dimen dp_793
+dimen dp_794
+dimen dp_795
+dimen dp_796
+dimen dp_797
+dimen dp_798
+dimen dp_799
+dimen dp_7_5
+dimen dp_8
+dimen dp_80
+dimen dp_800
+dimen dp_801
+dimen dp_802
+dimen dp_803
+dimen dp_804
+dimen dp_805
+dimen dp_806
+dimen dp_807
+dimen dp_808
+dimen dp_809
+dimen dp_81
+dimen dp_810
+dimen dp_811
+dimen dp_812
+dimen dp_813
+dimen dp_814
+dimen dp_815
+dimen dp_816
+dimen dp_817
+dimen dp_818
+dimen dp_819
+dimen dp_82
+dimen dp_820
+dimen dp_821
+dimen dp_822
+dimen dp_823
+dimen dp_824
+dimen dp_825
+dimen dp_826
+dimen dp_827
+dimen dp_828
+dimen dp_829
+dimen dp_83
+dimen dp_830
+dimen dp_831
+dimen dp_832
+dimen dp_833
+dimen dp_834
+dimen dp_835
+dimen dp_836
+dimen dp_837
+dimen dp_838
+dimen dp_839
+dimen dp_84
+dimen dp_840
+dimen dp_841
+dimen dp_842
+dimen dp_843
+dimen dp_844
+dimen dp_845
+dimen dp_846
+dimen dp_847
+dimen dp_848
+dimen dp_849
+dimen dp_85
+dimen dp_850
+dimen dp_851
+dimen dp_852
+dimen dp_853
+dimen dp_854
+dimen dp_855
+dimen dp_856
+dimen dp_857
+dimen dp_858
+dimen dp_859
+dimen dp_86
+dimen dp_860
+dimen dp_861
+dimen dp_862
+dimen dp_863
+dimen dp_864
+dimen dp_865
+dimen dp_866
+dimen dp_867
+dimen dp_868
+dimen dp_869
+dimen dp_87
+dimen dp_870
+dimen dp_871
+dimen dp_872
+dimen dp_873
+dimen dp_874
+dimen dp_875
+dimen dp_876
+dimen dp_877
+dimen dp_878
+dimen dp_879
+dimen dp_88
+dimen dp_880
+dimen dp_881
+dimen dp_882
+dimen dp_883
+dimen dp_884
+dimen dp_885
+dimen dp_886
+dimen dp_887
+dimen dp_888
+dimen dp_889
+dimen dp_89
+dimen dp_890
+dimen dp_891
+dimen dp_892
+dimen dp_893
+dimen dp_894
+dimen dp_895
+dimen dp_896
+dimen dp_897
+dimen dp_898
+dimen dp_899
+dimen dp_9
+dimen dp_90
+dimen dp_900
+dimen dp_901
+dimen dp_902
+dimen dp_903
+dimen dp_904
+dimen dp_905
+dimen dp_906
+dimen dp_907
+dimen dp_908
+dimen dp_909
+dimen dp_91
+dimen dp_910
+dimen dp_911
+dimen dp_912
+dimen dp_913
+dimen dp_914
+dimen dp_915
+dimen dp_916
+dimen dp_917
+dimen dp_918
+dimen dp_919
+dimen dp_92
+dimen dp_920
+dimen dp_921
+dimen dp_922
+dimen dp_923
+dimen dp_924
+dimen dp_925
+dimen dp_926
+dimen dp_927
+dimen dp_928
+dimen dp_929
+dimen dp_93
+dimen dp_930
+dimen dp_931
+dimen dp_932
+dimen dp_933
+dimen dp_934
+dimen dp_935
+dimen dp_936
+dimen dp_937
+dimen dp_938
+dimen dp_939
+dimen dp_94
+dimen dp_940
+dimen dp_941
+dimen dp_942
+dimen dp_943
+dimen dp_944
+dimen dp_945
+dimen dp_946
+dimen dp_947
+dimen dp_948
+dimen dp_949
+dimen dp_95
+dimen dp_950
+dimen dp_951
+dimen dp_952
+dimen dp_953
+dimen dp_954
+dimen dp_955
+dimen dp_956
+dimen dp_957
+dimen dp_958
+dimen dp_959
+dimen dp_96
+dimen dp_960
+dimen dp_961
+dimen dp_962
+dimen dp_963
+dimen dp_964
+dimen dp_965
+dimen dp_966
+dimen dp_967
+dimen dp_968
+dimen dp_969
+dimen dp_97
+dimen dp_970
+dimen dp_971
+dimen dp_972
+dimen dp_973
+dimen dp_974
+dimen dp_975
+dimen dp_976
+dimen dp_977
+dimen dp_978
+dimen dp_979
+dimen dp_98
+dimen dp_980
+dimen dp_981
+dimen dp_982
+dimen dp_983
+dimen dp_984
+dimen dp_985
+dimen dp_986
+dimen dp_987
+dimen dp_988
+dimen dp_989
+dimen dp_99
+dimen dp_990
+dimen dp_991
+dimen dp_992
+dimen dp_993
+dimen dp_994
+dimen dp_995
+dimen dp_996
+dimen dp_997
+dimen dp_998
+dimen dp_999
+dimen dp_m_1
+dimen dp_m_10
+dimen dp_m_12
+dimen dp_m_2
+dimen dp_m_20
+dimen dp_m_30
+dimen dp_m_5
+dimen dp_m_60
+dimen dp_m_8
+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 module_commons_toast_icon_width
+dimen module_commons_toast_marginBottom
+dimen module_commons_toast_marginLeft
+dimen module_commons_toast_marginRight
+dimen module_commons_toast_marginTop
+dimen module_commons_toast_maxWidth
+dimen module_commons_toast_minWidth
+dimen module_commons_toast_space_between_icon_and_msg
+dimen module_commons_toast_textSize
+dimen module_commons_toast_with_left_drawable_marginBottom
+dimen module_commons_toast_with_left_drawable_marginLeft
+dimen module_commons_toast_with_left_drawable_marginTop
+dimen module_commons_toast_y_offset
+dimen module_push_clear_bg_radius
+dimen module_push_panel_corner
+dimen module_push_panel_item_corner
+dimen module_v2x_surrounding_refresh_bt_radius
+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 path_width
+dimen sp_10
+dimen sp_11
+dimen sp_12
+dimen sp_13
+dimen sp_14
+dimen sp_15
+dimen sp_16
+dimen sp_17
+dimen sp_18
+dimen sp_19
+dimen sp_20
+dimen sp_21
+dimen sp_22
+dimen sp_23
+dimen sp_24
+dimen sp_25
+dimen sp_28
+dimen sp_30
+dimen sp_32
+dimen sp_34
+dimen sp_36
+dimen sp_38
+dimen sp_40
+dimen sp_42
+dimen sp_48
+dimen sp_6
+dimen sp_7
+dimen sp_8
+dimen sp_9
+dimen subtitle_corner_radius
+dimen subtitle_outline_width
+dimen subtitle_shadow_offset
+dimen subtitle_shadow_radius
+dimen tanlu_button_radius_size
+dimen tanlu_dialog_button_height
+dimen tanlu_dialog_content_size
+dimen tanlu_dialog_first_margin_top
+dimen tanlu_dialog_height
+dimen tanlu_dialog_margin_button_top
+dimen tanlu_dialog_margin_top
+dimen tanlu_dialog_neterror_button_height
+dimen tanlu_dialog_neterror_button_top
+dimen tanlu_dialog_neterror_margin_left
+dimen tanlu_dialog_neterror_radius
+dimen tanlu_dialog_radius
+dimen tanlu_dialog_width
+dimen tanlu_head_image_size
+dimen tanlu_image_size
+dimen tanlu_module_bottom_height
+dimen tanlu_module_bottom_margin
+dimen tanlu_module_button_height
+dimen tanlu_module_card_address_margin_top
+dimen tanlu_module_card_address_size
+dimen tanlu_module_card_distance_margin_bottom
+dimen tanlu_module_card_distance_margin_top
+dimen tanlu_module_card_distance_size
+dimen tanlu_module_card_empty_maginleft
+dimen tanlu_module_card_empty_magintop
+dimen tanlu_module_card_empty_tv_magintop
+dimen tanlu_module_card_empty_tv_magintop_2
+dimen tanlu_module_card_height
+dimen tanlu_module_card_margin_left
+dimen tanlu_module_card_margin_top
+dimen tanlu_module_card_next_margin_left
+dimen tanlu_module_card_next_size
+dimen tanlu_module_card_previous_height
+dimen tanlu_module_card_previous_margin_left
+dimen tanlu_module_card_previous_width
+dimen tanlu_module_card_video_height
+dimen tanlu_module_card_video_marginbottom
+dimen tanlu_module_card_video_width
+dimen tanlu_module_card_width
+dimen tanlu_module_close_height
+dimen tanlu_module_full_back_height
+dimen tanlu_module_full_back_width
+dimen tanlu_module_full_bottom_height
+dimen tanlu_module_full_bottom_margin
+dimen tanlu_module_full_bottom_width
+dimen tanlu_module_full_loading_height
+dimen tanlu_module_full_loading_width
+dimen tanlu_module_full_margin_left
+dimen tanlu_module_full_margin_right
+dimen tanlu_module_full_margin_top
+dimen tanlu_module_full_margin_width
+dimen tanlu_module_full_start_height
+dimen tanlu_module_full_start_width
+dimen tanlu_module_full_title_content
+dimen tanlu_module_full_title_time
+dimen tanlu_module_full_top_height
+dimen tanlu_module_loading_height
+dimen tanlu_module_loading_width
+dimen tanlu_module_logo_margin_left
+dimen tanlu_module_map_bottom
+dimen tanlu_module_map_bottom_height
+dimen tanlu_module_map_left
+dimen tanlu_module_map_right
+dimen tanlu_module_map_top
+dimen tanlu_module_margin_left
+dimen tanlu_module_margin_right
+dimen tanlu_module_margin_top
+dimen tanlu_module_mavi_height
+dimen tanlu_module_radius
+dimen tanlu_module_small_player_height
+dimen tanlu_module_start_height
+dimen tanlu_module_start_width
+dimen tanlu_module_upload_radius
+dimen tanlu_module_upload_width
+dimen tanlu_normal_image_radius_size
+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_material_anim
+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_material_anim
+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 amap_bus
+drawable amap_car
+drawable amap_end
+drawable amap_man
+drawable amap_ride
+drawable amap_route_color_texture_0_arrow
+drawable amap_route_color_texture_1_arrow
+drawable amap_route_color_texture_2_arrow
+drawable amap_route_color_texture_3_arrow
+drawable amap_route_color_texture_4_arrow
+drawable amap_route_color_texture_5_arrow
+drawable amap_route_color_texture_6_arrow
+drawable amap_route_color_texture_7_arrow
+drawable amap_route_color_texture_8_arrow
+drawable amap_route_color_texture_9_arrow
+drawable amap_start
+drawable amap_through
+drawable app_icon
+drawable bg_v2x_event_description_light
+drawable bg_v2x_go_to_share_light
+drawable bg_v2x_refresh_light
+drawable btn_checkbox_checked_mtrl
+drawable btn_checkbox_checked_to_unchecked_mtrl_animation
+drawable btn_checkbox_unchecked_mtrl
+drawable btn_checkbox_unchecked_to_checked_mtrl_animation
+drawable btn_radio_off_mtrl
+drawable btn_radio_off_to_on_mtrl_animation
+drawable btn_radio_on_mtrl
+drawable btn_radio_on_to_off_mtrl_animation
+drawable default_image
+drawable dir1
+drawable dir10
+drawable dir11
+drawable dir12
+drawable dir13
+drawable dir14
+drawable dir15
+drawable dir16
+drawable dir2
+drawable dir3
+drawable dir4
+drawable dir5
+drawable dir6
+drawable dir7
+drawable dir8
+drawable dir9
+drawable dir_end
+drawable dir_start
+drawable dir_station
+drawable ic_1
+drawable ic_10
+drawable ic_11
+drawable ic_12
+drawable ic_13
+drawable ic_14
+drawable ic_15
+drawable ic_16
+drawable ic_17
+drawable ic_18
+drawable ic_19
+drawable ic_2
+drawable ic_20
+drawable ic_21
+drawable ic_22
+drawable ic_23
+drawable ic_24
+drawable ic_25
+drawable ic_26
+drawable ic_27
+drawable ic_28
+drawable ic_3
+drawable ic_4
+drawable ic_5
+drawable ic_50
+drawable ic_51
+drawable ic_52
+drawable ic_53
+drawable ic_54
+drawable ic_55
+drawable ic_56
+drawable ic_57
+drawable ic_58
+drawable ic_59
+drawable ic_6
+drawable ic_60
+drawable ic_61
+drawable ic_62
+drawable ic_63
+drawable ic_64
+drawable ic_65
+drawable ic_66
+drawable ic_67
+drawable ic_68
+drawable ic_69
+drawable ic_7
+drawable ic_8
+drawable ic_9
+drawable ic_amap_navi_cursor
+drawable ic_endpoint
+drawable ic_navi_start
+drawable ic_navi_target
+drawable ic_refresh
+drawable ic_snapshot_ph
+drawable icon_default_black_logo_light
+drawable icon_default_user_head
+drawable icon_event_panel_more_light
+drawable icon_illegal_parking_light
+drawable icon_parking_nav
+drawable icon_parking_p_light
+drawable icon_share_empty_light
+drawable icon_window_close_light
+drawable join_checkbox_bg
+drawable live_exit
+drawable location_city_image
+drawable main_solid_left_page_up_normal
+drawable main_solid_left_page_up_press
+drawable main_solid_right_page_up_normal
+drawable main_solid_right_page_up_press
+drawable mainpage_location_img
+drawable map_api_ic_current_location2
+drawable map_location_normal
+drawable map_location_press
+drawable moddule_commons_shape_react_blue_grident
+drawable model_ext_default_user_head_light
+drawable module_apps_ic_ai_assist_bkg_light
+drawable module_apps_ic_navigator_applist_light
+drawable module_apps_ic_navigator_im_light
+drawable module_apps_ic_navigator_media_light
+drawable module_apps_ic_navigator_navi_disable_light
+drawable module_apps_ic_navigator_navi_light
+drawable module_apps_ic_retract_light
+drawable module_apps_pager_indicator_light
+drawable module_commons_shape_react_gray_grident
+drawable module_commons_shape_round_gray
+drawable module_commons_toast_bkg
+drawable module_commons_toast_bkg_light
+drawable module_ext_drawable_msg_container_bkg_light
+drawable module_ext_drawable_weather_bkg_light
+drawable module_ext_dw_common_corner_bkg_light
+drawable module_ext_ic_cloudy_light
+drawable module_ext_ic_dust_sand_light
+drawable module_ext_ic_duststorm_light
+drawable module_ext_ic_fog_light
+drawable module_ext_ic_haze_light
+drawable module_ext_ic_heavy_rain_light
+drawable module_ext_ic_light_rain_light
+drawable module_ext_ic_message2_light
+drawable module_ext_ic_moderate_rain_light
+drawable module_ext_ic_overcast_light
+drawable module_ext_ic_severe_storm_light
+drawable module_ext_ic_shower_light
+drawable module_ext_ic_snow_light
+drawable module_ext_ic_sunny_light
+drawable module_ext_ic_thunder_light
+drawable module_ext_ic_thundershower_light
+drawable module_ext_ic_unknown_light
+drawable module_main_dw_left_frame_bkg_light
+drawable module_map_ic_move2_current_location_light
+drawable module_media_default_music_img_light
+drawable module_media_next_bg_selector_light
+drawable module_media_next_song_light
+drawable module_media_play_bg_selector_light
+drawable module_media_progress_pop_bg_light
+drawable module_media_window_alert_bg_light
+drawable module_media_window_pop_pause_light
+drawable module_media_window_pop_play_light
+drawable module_media_window_progress_bar_light
+drawable module_push_clear_bg_light
+drawable module_push_close_light
+drawable module_push_message_background_light
+drawable module_push_recycler_item_background_light
+drawable module_services_driver_info_window_bkg_light
+drawable module_services_info_window_cursor_light
+drawable module_services_marker_bkg_light
+drawable module_share_btn_bg_light
+drawable module_share_dialog_bg_light
+drawable module_share_title_icon_left_light
+drawable module_share_title_icon_right_light
+drawable mogo_image_accident_small_light
+drawable mogo_image_blank_nor_light
+drawable mogo_image_daolushigong_nor_light
+drawable mogo_image_daolushigong_small_light
+drawable mogo_image_fenglu_nor_light
+drawable mogo_image_fenglu_small_light
+drawable mogo_image_jiaotongjiancha_nor_light
+drawable mogo_image_jiaotongjiancha_small_light
+drawable mogo_image_jiaotongshigu_nor_light
+drawable mogo_image_jiebing_nor_light
+drawable mogo_image_jiebing_small_light
+drawable mogo_image_jishui_nor_light
+drawable mogo_image_jishui_small_light
+drawable mogo_image_nongwu_nor_light
+drawable mogo_image_nongwu_small_light
+drawable mogo_image_qiuzhu_nor_light
+drawable mogo_image_qiuzhu_small_light
+drawable mogo_image_shishilukuang_small_light
+drawable mogo_image_shishlukuang_nor_light
+drawable mogo_image_yongdu_nor_light
+drawable mogo_image_yongdu_small_light
+drawable not_join_checkbox_bg
+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 panel_shadow_bg_light
+drawable public_arrow_back_iv
+drawable search_information_normal
+drawable search_information_press
+drawable tanlu_gradual_change_bg_light
+drawable tanlu_navi
+drawable tanlu_normal_image_light
+drawable tc_10
+drawable tc_11
+drawable tc_12
+drawable tc_13
+drawable tc_14
+drawable tc_15
+drawable tc_16
+drawable tc_17
+drawable tc_20
+drawable tc_21
+drawable tc_22
+drawable tc_23
+drawable tc_24
+drawable tc_25
+drawable tc_26
+drawable tc_27
+drawable tc_28
+drawable tc_30
+drawable tc_31
+drawable tc_32
+drawable tc_33
+drawable tc_34
+drawable tc_35
+drawable tc_36
+drawable tc_37
+drawable tc_38
+drawable tc_39
+drawable tc_40
+drawable tc_41
+drawable tc_42
+drawable tc_43
+drawable tc_44
+drawable tc_68
+drawable tc_84
+drawable tc_85
+drawable tooltip_frame_dark
+drawable tooltip_frame_light
+drawable v2x_alert_window_bg_light
+drawable v2x_drawable_event_more_bkg_light
+drawable v2x_panel_color_bg_light
+drawable v2x_shadow_shape_view_light
+drawable v2xt_dw_common_corner_bkg_dark_light
+drawable video_loading_img
+id accessibility_action_clickable_span
+id accessibility_custom_action_0
+id accessibility_custom_action_1
+id accessibility_custom_action_10
+id accessibility_custom_action_11
+id accessibility_custom_action_12
+id accessibility_custom_action_13
+id accessibility_custom_action_14
+id accessibility_custom_action_15
+id accessibility_custom_action_16
+id accessibility_custom_action_17
+id accessibility_custom_action_18
+id accessibility_custom_action_19
+id accessibility_custom_action_2
+id accessibility_custom_action_20
+id accessibility_custom_action_21
+id accessibility_custom_action_22
+id accessibility_custom_action_23
+id accessibility_custom_action_24
+id accessibility_custom_action_25
+id accessibility_custom_action_26
+id accessibility_custom_action_27
+id accessibility_custom_action_28
+id accessibility_custom_action_29
+id accessibility_custom_action_3
+id accessibility_custom_action_30
+id accessibility_custom_action_31
+id accessibility_custom_action_4
+id accessibility_custom_action_5
+id accessibility_custom_action_6
+id accessibility_custom_action_7
+id accessibility_custom_action_8
+id accessibility_custom_action_9
+id action0
+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 blocking
+id bottom
+id buttonPanel
+id cancel_action
+id center
+id centerCrop
+id centerInside
+id checkbox
+id checked
+id chronometer
+id circle
+id content
+id contentPanel
+id custom
+id customPanel
+id decor_content_parent
+id default_activity_button
+id dialog_button
+id edit_query
+id end
+id end_padder
+id expand_activities_button
+id expanded_menu
+id fitCenter
+id fitEnd
+id fitStart
+id fitXY
+id focusCrop
+id forever
+id glide_custom_view_target_tag
+id gone
+id group_divider
+id home
+id horizontal
+id icon
+id icon_group
+id image
+id info
+id invisible
+id italic
+id item_touch_helper_previous_elevation
+id left
+id line1
+id line3
+id listMode
+id list_item
+id media_actions
+id message
+id module_commons_toast_left_drawable
+id module_commons_toast_msg
+id module_commons_wm_dialog_button_cancel
+id module_commons_wm_dialog_button_ok
+id module_commons_wm_dialog_content
+id multiply
+id none
+id normal
+id notification_background
+id notification_main_column
+id notification_main_column_container
+id off
+id on
+id packed
+id parent
+id parentPanel
+id percent
+id progress_circular
+id progress_horizontal
+id radio
+id right
+id right_icon
+id right_side
+id round
+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 shape_id
+id shortcut
+id spacer
+id split_action_bar
+id spread
+id spread_inside
+id src_atop
+id src_in
+id src_over
+id start
+id status_bar_latest_event_content
+id submenuarrow
+id submit_area
+id tabMode
+id tag_accessibility_actions
+id tag_accessibility_clickable_spans
+id tag_accessibility_heading
+id tag_accessibility_pane_title
+id tag_screen_reader_focusable
+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 unchecked
+id uniform
+id up
+id vertical
+id wrap
+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
+interpolator btn_checkbox_checked_mtrl_animation_interpolator_0
+interpolator btn_checkbox_checked_mtrl_animation_interpolator_1
+interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_0
+interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_1
+interpolator btn_radio_to_off_mtrl_animation_interpolator_0
+interpolator btn_radio_to_on_mtrl_animation_interpolator_0
+interpolator fast_out_slow_in
+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 custom_dialog
+layout module_commons_layout_toast
+layout module_commons_layout_toast_with_left_drawable
+layout module_commons_layout_wm_dialog
+layout notification_action
+layout notification_action_tombstone
+layout notification_media_action
+layout notification_media_cancel_action
+layout notification_template_big_media
+layout notification_template_big_media_custom
+layout notification_template_big_media_narrow
+layout notification_template_big_media_narrow_custom
+layout notification_template_custom_big
+layout notification_template_icon_group
+layout notification_template_lines_media
+layout notification_template_media
+layout notification_template_media_custom
+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 module_commons_button_cancel
+string module_commons_button_ok
+string module_commons_exit_navi_content
+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 BaseFloatDialogStyle
+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
+style Base_Widget_AppCompat_TextView_SpinnerItem
+style Base_Widget_AppCompat_Toolbar
+style Base_Widget_AppCompat_Toolbar_Button_Navigation
+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_Info_Media
+style TextAppearance_Compat_Notification_Line2
+style TextAppearance_Compat_Notification_Line2_Media
+style TextAppearance_Compat_Notification_Media
+style TextAppearance_Compat_Notification_Time
+style TextAppearance_Compat_Notification_Time_Media
+style TextAppearance_Compat_Notification_Title
+style TextAppearance_Compat_Notification_Title_Media
+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_DayNight
+style ThemeOverlay_AppCompat_DayNight_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
+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 drawableBottomCompat drawableEndCompat drawableLeftCompat drawableRightCompat drawableStartCompat drawableTint drawableTintMode drawableTopCompat firstBaselineToTopHeight fontFamily fontVariationSettings lastBaselineToBottomHeight lineHeight textAllCaps textLocale
+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 listChoiceIndicatorMultipleAnimated listChoiceIndicatorSingleAnimated listDividerAlertDialog listMenuViewStyle listPopupWindowStyle listPreferredItemHeight listPreferredItemHeightLarge listPreferredItemHeightSmall listPreferredItemPaddingEnd listPreferredItemPaddingLeft listPreferredItemPaddingRight listPreferredItemPaddingStart 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 ButtonBarLayout allowStacking
+styleable ColorStateListItem alpha android_alpha android_color
+styleable CompoundButton android_button buttonCompat buttonTint buttonTintMode
+styleable ConstraintLayout_Layout android_maxHeight android_maxWidth android_minHeight android_minWidth android_orientation barrierAllowsGoneWidgets barrierDirection chainUseRtl constraintSet constraint_referenced_ids layout_constrainedHeight layout_constrainedWidth layout_constraintBaseline_creator layout_constraintBaseline_toBaselineOf layout_constraintBottom_creator layout_constraintBottom_toBottomOf layout_constraintBottom_toTopOf layout_constraintCircle layout_constraintCircleAngle layout_constraintCircleRadius layout_constraintDimensionRatio layout_constraintEnd_toEndOf layout_constraintEnd_toStartOf layout_constraintGuide_begin layout_constraintGuide_end layout_constraintGuide_percent layout_constraintHeight_default layout_constraintHeight_max layout_constraintHeight_min layout_constraintHeight_percent layout_constraintHorizontal_bias layout_constraintHorizontal_chainStyle layout_constraintHorizontal_weight layout_constraintLeft_creator layout_constraintLeft_toLeftOf layout_constraintLeft_toRightOf layout_constraintRight_creator layout_constraintRight_toLeftOf layout_constraintRight_toRightOf layout_constraintStart_toEndOf layout_constraintStart_toStartOf layout_constraintTop_creator layout_constraintTop_toBottomOf layout_constraintTop_toTopOf layout_constraintVertical_bias layout_constraintVertical_chainStyle layout_constraintVertical_weight layout_constraintWidth_default layout_constraintWidth_max layout_constraintWidth_min layout_constraintWidth_percent layout_editor_absoluteX layout_editor_absoluteY layout_goneMarginBottom layout_goneMarginEnd layout_goneMarginLeft layout_goneMarginRight layout_goneMarginStart layout_goneMarginTop layout_optimizationLevel
+styleable ConstraintLayout_placeholder content emptyVisibility
+styleable ConstraintSet android_alpha android_elevation android_id android_layout_height android_layout_marginBottom android_layout_marginEnd android_layout_marginLeft android_layout_marginRight android_layout_marginStart android_layout_marginTop android_layout_width android_maxHeight android_maxWidth android_minHeight android_minWidth android_orientation android_rotation android_rotationX android_rotationY android_scaleX android_scaleY android_transformPivotX android_transformPivotY android_translationX android_translationY android_translationZ android_visibility barrierAllowsGoneWidgets barrierDirection chainUseRtl constraint_referenced_ids layout_constrainedHeight layout_constrainedWidth layout_constraintBaseline_creator layout_constraintBaseline_toBaselineOf layout_constraintBottom_creator layout_constraintBottom_toBottomOf layout_constraintBottom_toTopOf layout_constraintCircle layout_constraintCircleAngle layout_constraintCircleRadius layout_constraintDimensionRatio layout_constraintEnd_toEndOf layout_constraintEnd_toStartOf layout_constraintGuide_begin layout_constraintGuide_end layout_constraintGuide_percent layout_constraintHeight_default layout_constraintHeight_max layout_constraintHeight_min layout_constraintHeight_percent layout_constraintHorizontal_bias layout_constraintHorizontal_chainStyle layout_constraintHorizontal_weight layout_constraintLeft_creator layout_constraintLeft_toLeftOf layout_constraintLeft_toRightOf layout_constraintRight_creator layout_constraintRight_toLeftOf layout_constraintRight_toRightOf layout_constraintStart_toEndOf layout_constraintStart_toStartOf layout_constraintTop_creator layout_constraintTop_toBottomOf layout_constraintTop_toTopOf layout_constraintVertical_bias layout_constraintVertical_chainStyle layout_constraintVertical_weight layout_constraintWidth_default layout_constraintWidth_max layout_constraintWidth_min layout_constraintWidth_percent layout_editor_absoluteX layout_editor_absoluteY layout_goneMarginBottom layout_goneMarginEnd layout_goneMarginLeft layout_goneMarginRight layout_goneMarginStart layout_goneMarginTop
+styleable CoordinatorLayout keylines statusBarBackground
+styleable CoordinatorLayout_Layout android_layout_gravity layout_anchor layout_anchorGravity layout_behavior layout_dodgeInsetEdges layout_insetEdge layout_keyline
+styleable DiscreteScrollView dsv_orientation
+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 GenericDraweeHierarchy actualImageScaleType backgroundImage fadeDuration failureImage failureImageScaleType overlayImage placeholderImage placeholderImageScaleType pressedStateOverlayImage progressBarAutoRotateInterval progressBarImage progressBarImageScaleType retryImage retryImageScaleType roundAsCircle roundBottomLeft roundBottomRight roundTopLeft roundTopRight roundWithOverlayColor roundedCornerRadius roundingBorderColor roundingBorderPadding roundingBorderWidth viewAspectRatio
+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 LinearConstraintLayout android_orientation
+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 MogoImageView miv_blurRadius miv_borderColor miv_bottomLeftRadius miv_bottomRightRadius miv_failureHolder miv_isBlur miv_overlayImageId miv_placeHolder miv_radius miv_shape miv_shapeBorderWidth miv_topLeftRadius miv_topRightRadius
+styleable MogoSkinBackgroundHelper android_background
+styleable MogoSkinCompatImageView android_src android_tint srcCompat tint
+styleable MogoSkinCompatTextHelper android_drawableBottom android_drawableEnd android_drawableLeft android_drawableRight android_drawableStart android_drawableTop android_textAppearance
+styleable MogoSkinTextAppearance android_shadowColor android_shadowDx android_shadowDy android_shadowRadius android_textColor android_textColorHint android_textSize android_textStyle android_typeface textAllCaps
+styleable PopupWindow android_popupAnimationStyle android_popupBackground overlapAnchor
+styleable PopupWindowBackgroundState state_above_anchor
+styleable RecycleListView paddingBottomNoButtons paddingTopNoTitle
+styleable RecyclerView android_clipToPadding 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 SimpleDraweeView actualImageUri
+styleable SkinCompatProgressBar android_indeterminateDrawable android_progressDrawable
+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_textFontWeight android_textSize android_textStyle android_typeface fontFamily fontVariationSettings textAllCaps textLocale
+styleable Toolbar android_gravity android_minHeight buttonGravity collapseContentDescription collapseIcon contentInsetEnd contentInsetEndWithActions contentInsetLeft contentInsetRight contentInsetStart contentInsetStartWithNavigation logo logoDescription maxButtonHeight menu 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/skin/mogo-skin-light/build/intermediates/runtime_library_classes/debug/classes.jar b/skin/mogo-skin-light/build/intermediates/runtime_library_classes/debug/classes.jar
new file mode 100644
index 0000000000..ead5329ba1
Binary files /dev/null and b/skin/mogo-skin-light/build/intermediates/runtime_library_classes/debug/classes.jar differ
diff --git a/skin/mogo-skin-light/build/intermediates/symbols/debug/R.txt b/skin/mogo-skin-light/build/intermediates/symbols/debug/R.txt
new file mode 100644
index 0000000000..a447566f37
--- /dev/null
+++ b/skin/mogo-skin-light/build/intermediates/symbols/debug/R.txt
@@ -0,0 +1,3511 @@
+int anim abc_fade_in 0x7f010001
+int anim abc_fade_out 0x7f010002
+int anim abc_grow_fade_in_from_bottom 0x7f010003
+int anim abc_popup_enter 0x7f010004
+int anim abc_popup_exit 0x7f010005
+int anim abc_shrink_fade_out_from_bottom 0x7f010006
+int anim abc_slide_in_bottom 0x7f010007
+int anim abc_slide_in_top 0x7f010008
+int anim abc_slide_out_bottom 0x7f010009
+int anim abc_slide_out_top 0x7f01000a
+int anim abc_tooltip_enter 0x7f01000b
+int anim abc_tooltip_exit 0x7f01000c
+int anim btn_checkbox_to_checked_box_inner_merged_animation 0x7f01000d
+int anim btn_checkbox_to_checked_box_outer_merged_animation 0x7f01000e
+int anim btn_checkbox_to_checked_icon_null_animation 0x7f01000f
+int anim btn_checkbox_to_unchecked_box_inner_merged_animation 0x7f010010
+int anim btn_checkbox_to_unchecked_check_path_merged_animation 0x7f010011
+int anim btn_checkbox_to_unchecked_icon_null_animation 0x7f010012
+int anim btn_radio_to_off_mtrl_dot_group_animation 0x7f010013
+int anim btn_radio_to_off_mtrl_ring_outer_animation 0x7f010014
+int anim btn_radio_to_off_mtrl_ring_outer_path_animation 0x7f010015
+int anim btn_radio_to_on_mtrl_dot_group_animation 0x7f010016
+int anim btn_radio_to_on_mtrl_ring_outer_animation 0x7f010017
+int anim btn_radio_to_on_mtrl_ring_outer_path_animation 0x7f010018
+int attr actionBarDivider 0x7f040001
+int attr actionBarItemBackground 0x7f040002
+int attr actionBarPopupTheme 0x7f040003
+int attr actionBarSize 0x7f040004
+int attr actionBarSplitStyle 0x7f040005
+int attr actionBarStyle 0x7f040006
+int attr actionBarTabBarStyle 0x7f040007
+int attr actionBarTabStyle 0x7f040008
+int attr actionBarTabTextStyle 0x7f040009
+int attr actionBarTheme 0x7f04000a
+int attr actionBarWidgetTheme 0x7f04000b
+int attr actionButtonStyle 0x7f04000c
+int attr actionDropDownStyle 0x7f04000d
+int attr actionLayout 0x7f04000e
+int attr actionMenuTextAppearance 0x7f04000f
+int attr actionMenuTextColor 0x7f040010
+int attr actionModeBackground 0x7f040011
+int attr actionModeCloseButtonStyle 0x7f040012
+int attr actionModeCloseDrawable 0x7f040013
+int attr actionModeCopyDrawable 0x7f040014
+int attr actionModeCutDrawable 0x7f040015
+int attr actionModeFindDrawable 0x7f040016
+int attr actionModePasteDrawable 0x7f040017
+int attr actionModePopupWindowStyle 0x7f040018
+int attr actionModeSelectAllDrawable 0x7f040019
+int attr actionModeShareDrawable 0x7f04001a
+int attr actionModeSplitBackground 0x7f04001b
+int attr actionModeStyle 0x7f04001c
+int attr actionModeWebSearchDrawable 0x7f04001d
+int attr actionOverflowButtonStyle 0x7f04001e
+int attr actionOverflowMenuStyle 0x7f04001f
+int attr actionProviderClass 0x7f040020
+int attr actionViewClass 0x7f040021
+int attr activityChooserViewStyle 0x7f040022
+int attr actualImageScaleType 0x7f040023
+int attr actualImageUri 0x7f040024
+int attr alertDialogButtonGroupStyle 0x7f040025
+int attr alertDialogCenterButtons 0x7f040026
+int attr alertDialogStyle 0x7f040027
+int attr alertDialogTheme 0x7f040028
+int attr allowStacking 0x7f040029
+int attr alpha 0x7f04002a
+int attr alphabeticModifiers 0x7f04002b
+int attr arrowHeadLength 0x7f04002c
+int attr arrowShaftLength 0x7f04002d
+int attr autoCompleteTextViewStyle 0x7f04002e
+int attr autoSizeMaxTextSize 0x7f04002f
+int attr autoSizeMinTextSize 0x7f040030
+int attr autoSizePresetSizes 0x7f040031
+int attr autoSizeStepGranularity 0x7f040032
+int attr autoSizeTextType 0x7f040033
+int attr background 0x7f040034
+int attr backgroundImage 0x7f040035
+int attr backgroundSplit 0x7f040036
+int attr backgroundStacked 0x7f040037
+int attr backgroundTint 0x7f040038
+int attr backgroundTintMode 0x7f040039
+int attr barLength 0x7f04003a
+int attr barrierAllowsGoneWidgets 0x7f04003b
+int attr barrierDirection 0x7f04003c
+int attr borderlessButtonStyle 0x7f04003d
+int attr buttonBarButtonStyle 0x7f04003e
+int attr buttonBarNegativeButtonStyle 0x7f04003f
+int attr buttonBarNeutralButtonStyle 0x7f040040
+int attr buttonBarPositiveButtonStyle 0x7f040041
+int attr buttonBarStyle 0x7f040042
+int attr buttonCompat 0x7f040043
+int attr buttonGravity 0x7f040044
+int attr buttonIconDimen 0x7f040045
+int attr buttonPanelSideLayout 0x7f040046
+int attr buttonStyle 0x7f040047
+int attr buttonStyleSmall 0x7f040048
+int attr buttonTint 0x7f040049
+int attr buttonTintMode 0x7f04004a
+int attr chainUseRtl 0x7f04004b
+int attr checkboxStyle 0x7f04004c
+int attr checkedTextViewStyle 0x7f04004d
+int attr closeIcon 0x7f04004e
+int attr closeItemLayout 0x7f04004f
+int attr collapseContentDescription 0x7f040050
+int attr collapseIcon 0x7f040051
+int attr color 0x7f040052
+int attr colorAccent 0x7f040053
+int attr colorBackgroundFloating 0x7f040054
+int attr colorButtonNormal 0x7f040055
+int attr colorControlActivated 0x7f040056
+int attr colorControlHighlight 0x7f040057
+int attr colorControlNormal 0x7f040058
+int attr colorError 0x7f040059
+int attr colorPrimary 0x7f04005a
+int attr colorPrimaryDark 0x7f04005b
+int attr colorSwitchThumbNormal 0x7f04005c
+int attr commitIcon 0x7f04005d
+int attr constraintSet 0x7f04005e
+int attr constraint_referenced_ids 0x7f04005f
+int attr content 0x7f040060
+int attr contentDescription 0x7f040061
+int attr contentInsetEnd 0x7f040062
+int attr contentInsetEndWithActions 0x7f040063
+int attr contentInsetLeft 0x7f040064
+int attr contentInsetRight 0x7f040065
+int attr contentInsetStart 0x7f040066
+int attr contentInsetStartWithNavigation 0x7f040067
+int attr controlBackground 0x7f040068
+int attr coordinatorLayoutStyle 0x7f040069
+int attr customNavigationLayout 0x7f04006a
+int attr defaultQueryHint 0x7f04006b
+int attr dialogCornerRadius 0x7f04006c
+int attr dialogPreferredPadding 0x7f04006d
+int attr dialogTheme 0x7f04006e
+int attr displayOptions 0x7f04006f
+int attr divider 0x7f040070
+int attr dividerHorizontal 0x7f040071
+int attr dividerPadding 0x7f040072
+int attr dividerVertical 0x7f040073
+int attr drawableBottomCompat 0x7f040074
+int attr drawableEndCompat 0x7f040075
+int attr drawableLeftCompat 0x7f040076
+int attr drawableRightCompat 0x7f040077
+int attr drawableSize 0x7f040078
+int attr drawableStartCompat 0x7f040079
+int attr drawableTint 0x7f04007a
+int attr drawableTintMode 0x7f04007b
+int attr drawableTopCompat 0x7f04007c
+int attr drawerArrowStyle 0x7f04007d
+int attr dropDownListViewStyle 0x7f04007e
+int attr dropdownListPreferredItemHeight 0x7f04007f
+int attr dsv_orientation 0x7f040080
+int attr editTextBackground 0x7f040081
+int attr editTextColor 0x7f040082
+int attr editTextStyle 0x7f040083
+int attr elevation 0x7f040084
+int attr emptyVisibility 0x7f040085
+int attr expandActivityOverflowButtonDrawable 0x7f040086
+int attr fadeDuration 0x7f040087
+int attr failureImage 0x7f040088
+int attr failureImageScaleType 0x7f040089
+int attr fastScrollEnabled 0x7f04008a
+int attr fastScrollHorizontalThumbDrawable 0x7f04008b
+int attr fastScrollHorizontalTrackDrawable 0x7f04008c
+int attr fastScrollVerticalThumbDrawable 0x7f04008d
+int attr fastScrollVerticalTrackDrawable 0x7f04008e
+int attr firstBaselineToTopHeight 0x7f04008f
+int attr font 0x7f040090
+int attr fontFamily 0x7f040091
+int attr fontProviderAuthority 0x7f040092
+int attr fontProviderCerts 0x7f040093
+int attr fontProviderFetchStrategy 0x7f040094
+int attr fontProviderFetchTimeout 0x7f040095
+int attr fontProviderPackage 0x7f040096
+int attr fontProviderQuery 0x7f040097
+int attr fontStyle 0x7f040098
+int attr fontVariationSettings 0x7f040099
+int attr fontWeight 0x7f04009a
+int attr gapBetweenBars 0x7f04009b
+int attr goIcon 0x7f04009c
+int attr height 0x7f04009d
+int attr hideOnContentScroll 0x7f04009e
+int attr homeAsUpIndicator 0x7f04009f
+int attr homeLayout 0x7f0400a0
+int attr icon 0x7f0400a1
+int attr iconTint 0x7f0400a2
+int attr iconTintMode 0x7f0400a3
+int attr iconifiedByDefault 0x7f0400a4
+int attr imageButtonStyle 0x7f0400a5
+int attr indeterminateProgressStyle 0x7f0400a6
+int attr initialActivityCount 0x7f0400a7
+int attr isLightTheme 0x7f0400a8
+int attr itemPadding 0x7f0400a9
+int attr keylines 0x7f0400aa
+int attr lastBaselineToBottomHeight 0x7f0400ab
+int attr layout 0x7f0400ac
+int attr layoutManager 0x7f0400ad
+int attr layout_anchor 0x7f0400ae
+int attr layout_anchorGravity 0x7f0400af
+int attr layout_behavior 0x7f0400b0
+int attr layout_constrainedHeight 0x7f0400b1
+int attr layout_constrainedWidth 0x7f0400b2
+int attr layout_constraintBaseline_creator 0x7f0400b3
+int attr layout_constraintBaseline_toBaselineOf 0x7f0400b4
+int attr layout_constraintBottom_creator 0x7f0400b5
+int attr layout_constraintBottom_toBottomOf 0x7f0400b6
+int attr layout_constraintBottom_toTopOf 0x7f0400b7
+int attr layout_constraintCircle 0x7f0400b8
+int attr layout_constraintCircleAngle 0x7f0400b9
+int attr layout_constraintCircleRadius 0x7f0400ba
+int attr layout_constraintDimensionRatio 0x7f0400bb
+int attr layout_constraintEnd_toEndOf 0x7f0400bc
+int attr layout_constraintEnd_toStartOf 0x7f0400bd
+int attr layout_constraintGuide_begin 0x7f0400be
+int attr layout_constraintGuide_end 0x7f0400bf
+int attr layout_constraintGuide_percent 0x7f0400c0
+int attr layout_constraintHeight_default 0x7f0400c1
+int attr layout_constraintHeight_max 0x7f0400c2
+int attr layout_constraintHeight_min 0x7f0400c3
+int attr layout_constraintHeight_percent 0x7f0400c4
+int attr layout_constraintHorizontal_bias 0x7f0400c5
+int attr layout_constraintHorizontal_chainStyle 0x7f0400c6
+int attr layout_constraintHorizontal_weight 0x7f0400c7
+int attr layout_constraintLeft_creator 0x7f0400c8
+int attr layout_constraintLeft_toLeftOf 0x7f0400c9
+int attr layout_constraintLeft_toRightOf 0x7f0400ca
+int attr layout_constraintRight_creator 0x7f0400cb
+int attr layout_constraintRight_toLeftOf 0x7f0400cc
+int attr layout_constraintRight_toRightOf 0x7f0400cd
+int attr layout_constraintStart_toEndOf 0x7f0400ce
+int attr layout_constraintStart_toStartOf 0x7f0400cf
+int attr layout_constraintTop_creator 0x7f0400d0
+int attr layout_constraintTop_toBottomOf 0x7f0400d1
+int attr layout_constraintTop_toTopOf 0x7f0400d2
+int attr layout_constraintVertical_bias 0x7f0400d3
+int attr layout_constraintVertical_chainStyle 0x7f0400d4
+int attr layout_constraintVertical_weight 0x7f0400d5
+int attr layout_constraintWidth_default 0x7f0400d6
+int attr layout_constraintWidth_max 0x7f0400d7
+int attr layout_constraintWidth_min 0x7f0400d8
+int attr layout_constraintWidth_percent 0x7f0400d9
+int attr layout_dodgeInsetEdges 0x7f0400da
+int attr layout_editor_absoluteX 0x7f0400db
+int attr layout_editor_absoluteY 0x7f0400dc
+int attr layout_goneMarginBottom 0x7f0400dd
+int attr layout_goneMarginEnd 0x7f0400de
+int attr layout_goneMarginLeft 0x7f0400df
+int attr layout_goneMarginRight 0x7f0400e0
+int attr layout_goneMarginStart 0x7f0400e1
+int attr layout_goneMarginTop 0x7f0400e2
+int attr layout_insetEdge 0x7f0400e3
+int attr layout_keyline 0x7f0400e4
+int attr layout_optimizationLevel 0x7f0400e5
+int attr lineHeight 0x7f0400e6
+int attr listChoiceBackgroundIndicator 0x7f0400e7
+int attr listChoiceIndicatorMultipleAnimated 0x7f0400e8
+int attr listChoiceIndicatorSingleAnimated 0x7f0400e9
+int attr listDividerAlertDialog 0x7f0400ea
+int attr listItemLayout 0x7f0400eb
+int attr listLayout 0x7f0400ec
+int attr listMenuViewStyle 0x7f0400ed
+int attr listPopupWindowStyle 0x7f0400ee
+int attr listPreferredItemHeight 0x7f0400ef
+int attr listPreferredItemHeightLarge 0x7f0400f0
+int attr listPreferredItemHeightSmall 0x7f0400f1
+int attr listPreferredItemPaddingEnd 0x7f0400f2
+int attr listPreferredItemPaddingLeft 0x7f0400f3
+int attr listPreferredItemPaddingRight 0x7f0400f4
+int attr listPreferredItemPaddingStart 0x7f0400f5
+int attr logo 0x7f0400f6
+int attr logoDescription 0x7f0400f7
+int attr maxButtonHeight 0x7f0400f8
+int attr measureWithLargestChild 0x7f0400f9
+int attr menu 0x7f0400fa
+int attr miv_blurRadius 0x7f0400fb
+int attr miv_borderColor 0x7f0400fc
+int attr miv_bottomLeftRadius 0x7f0400fd
+int attr miv_bottomRightRadius 0x7f0400fe
+int attr miv_failureHolder 0x7f0400ff
+int attr miv_isBlur 0x7f040100
+int attr miv_overlayImageId 0x7f040101
+int attr miv_placeHolder 0x7f040102
+int attr miv_radius 0x7f040103
+int attr miv_shape 0x7f040104
+int attr miv_shapeBorderWidth 0x7f040105
+int attr miv_topLeftRadius 0x7f040106
+int attr miv_topRightRadius 0x7f040107
+int attr multiChoiceItemLayout 0x7f040108
+int attr navigationContentDescription 0x7f040109
+int attr navigationIcon 0x7f04010a
+int attr navigationMode 0x7f04010b
+int attr numericModifiers 0x7f04010c
+int attr overlapAnchor 0x7f04010d
+int attr overlayImage 0x7f04010e
+int attr paddingBottomNoButtons 0x7f04010f
+int attr paddingEnd 0x7f040110
+int attr paddingStart 0x7f040111
+int attr paddingTopNoTitle 0x7f040112
+int attr panelBackground 0x7f040113
+int attr panelMenuListTheme 0x7f040114
+int attr panelMenuListWidth 0x7f040115
+int attr placeholderImage 0x7f040116
+int attr placeholderImageScaleType 0x7f040117
+int attr popupMenuStyle 0x7f040118
+int attr popupTheme 0x7f040119
+int attr popupWindowStyle 0x7f04011a
+int attr preserveIconSpacing 0x7f04011b
+int attr pressedStateOverlayImage 0x7f04011c
+int attr progressBarAutoRotateInterval 0x7f04011d
+int attr progressBarImage 0x7f04011e
+int attr progressBarImageScaleType 0x7f04011f
+int attr progressBarPadding 0x7f040120
+int attr progressBarStyle 0x7f040121
+int attr queryBackground 0x7f040122
+int attr queryHint 0x7f040123
+int attr radioButtonStyle 0x7f040124
+int attr ratingBarStyle 0x7f040125
+int attr ratingBarStyleIndicator 0x7f040126
+int attr ratingBarStyleSmall 0x7f040127
+int attr recyclerViewStyle 0x7f040128
+int attr retryImage 0x7f040129
+int attr retryImageScaleType 0x7f04012a
+int attr reverseLayout 0x7f04012b
+int attr roundAsCircle 0x7f04012c
+int attr roundBottomLeft 0x7f04012d
+int attr roundBottomRight 0x7f04012e
+int attr roundTopLeft 0x7f04012f
+int attr roundTopRight 0x7f040130
+int attr roundWithOverlayColor 0x7f040131
+int attr roundedCornerRadius 0x7f040132
+int attr roundingBorderColor 0x7f040133
+int attr roundingBorderPadding 0x7f040134
+int attr roundingBorderWidth 0x7f040135
+int attr searchHintIcon 0x7f040136
+int attr searchIcon 0x7f040137
+int attr searchViewStyle 0x7f040138
+int attr seekBarStyle 0x7f040139
+int attr selectableItemBackground 0x7f04013a
+int attr selectableItemBackgroundBorderless 0x7f04013b
+int attr showAsAction 0x7f04013c
+int attr showDividers 0x7f04013d
+int attr showText 0x7f04013e
+int attr showTitle 0x7f04013f
+int attr singleChoiceItemLayout 0x7f040140
+int attr spanCount 0x7f040141
+int attr spinBars 0x7f040142
+int attr spinnerDropDownItemStyle 0x7f040143
+int attr spinnerStyle 0x7f040144
+int attr splitTrack 0x7f040145
+int attr srcCompat 0x7f040146
+int attr stackFromEnd 0x7f040147
+int attr state_above_anchor 0x7f040148
+int attr statusBarBackground 0x7f040149
+int attr subMenuArrow 0x7f04014a
+int attr submitBackground 0x7f04014b
+int attr subtitle 0x7f04014c
+int attr subtitleTextAppearance 0x7f04014d
+int attr subtitleTextColor 0x7f04014e
+int attr subtitleTextStyle 0x7f04014f
+int attr suggestionRowLayout 0x7f040150
+int attr switchMinWidth 0x7f040151
+int attr switchPadding 0x7f040152
+int attr switchStyle 0x7f040153
+int attr switchTextAppearance 0x7f040154
+int attr textAllCaps 0x7f040155
+int attr textAppearanceLargePopupMenu 0x7f040156
+int attr textAppearanceListItem 0x7f040157
+int attr textAppearanceListItemSecondary 0x7f040158
+int attr textAppearanceListItemSmall 0x7f040159
+int attr textAppearancePopupMenuHeader 0x7f04015a
+int attr textAppearanceSearchResultSubtitle 0x7f04015b
+int attr textAppearanceSearchResultTitle 0x7f04015c
+int attr textAppearanceSmallPopupMenu 0x7f04015d
+int attr textColorAlertDialogListItem 0x7f04015e
+int attr textColorSearchUrl 0x7f04015f
+int attr textLocale 0x7f040160
+int attr theme 0x7f040161
+int attr thickness 0x7f040162
+int attr thumbTextPadding 0x7f040163
+int attr thumbTint 0x7f040164
+int attr thumbTintMode 0x7f040165
+int attr tickMark 0x7f040166
+int attr tickMarkTint 0x7f040167
+int attr tickMarkTintMode 0x7f040168
+int attr tint 0x7f040169
+int attr tintMode 0x7f04016a
+int attr title 0x7f04016b
+int attr titleMargin 0x7f04016c
+int attr titleMarginBottom 0x7f04016d
+int attr titleMarginEnd 0x7f04016e
+int attr titleMarginStart 0x7f04016f
+int attr titleMarginTop 0x7f040170
+int attr titleMargins 0x7f040171
+int attr titleTextAppearance 0x7f040172
+int attr titleTextColor 0x7f040173
+int attr titleTextStyle 0x7f040174
+int attr toolbarNavigationButtonStyle 0x7f040175
+int attr toolbarStyle 0x7f040176
+int attr tooltipForegroundColor 0x7f040177
+int attr tooltipFrameBackground 0x7f040178
+int attr tooltipText 0x7f040179
+int attr track 0x7f04017a
+int attr trackTint 0x7f04017b
+int attr trackTintMode 0x7f04017c
+int attr ttcIndex 0x7f04017d
+int attr viewAspectRatio 0x7f04017e
+int attr viewInflaterClass 0x7f04017f
+int attr voiceIcon 0x7f040180
+int attr windowActionBar 0x7f040181
+int attr windowActionBarOverlay 0x7f040182
+int attr windowActionModeOverlay 0x7f040183
+int attr windowFixedHeightMajor 0x7f040184
+int attr windowFixedHeightMinor 0x7f040185
+int attr windowFixedWidthMajor 0x7f040186
+int attr windowFixedWidthMinor 0x7f040187
+int attr windowMinWidthMajor 0x7f040188
+int attr windowMinWidthMinor 0x7f040189
+int attr windowNoTitle 0x7f04018a
+int bool abc_action_bar_embed_tabs 0x7f050001
+int bool abc_allow_stacked_button_bar 0x7f050002
+int bool abc_config_actionMenuItemAllCaps 0x7f050003
+int bool abc_config_showMenuShortcutsWhenKeyboardPresent 0x7f050004
+int color abc_background_cache_hint_selector_material_dark 0x7f060001
+int color abc_background_cache_hint_selector_material_light 0x7f060002
+int color abc_btn_colored_borderless_text_material 0x7f060003
+int color abc_btn_colored_text_material 0x7f060004
+int color abc_color_highlight_material 0x7f060005
+int color abc_hint_foreground_material_dark 0x7f060006
+int color abc_hint_foreground_material_light 0x7f060007
+int color abc_input_method_navigation_guard 0x7f060008
+int color abc_primary_text_disable_only_material_dark 0x7f060009
+int color abc_primary_text_disable_only_material_light 0x7f06000a
+int color abc_primary_text_material_dark 0x7f06000b
+int color abc_primary_text_material_light 0x7f06000c
+int color abc_search_url_text 0x7f06000d
+int color abc_search_url_text_normal 0x7f06000e
+int color abc_search_url_text_pressed 0x7f06000f
+int color abc_search_url_text_selected 0x7f060010
+int color abc_secondary_text_material_dark 0x7f060011
+int color abc_secondary_text_material_light 0x7f060012
+int color abc_tint_btn_checkable 0x7f060013
+int color abc_tint_default 0x7f060014
+int color abc_tint_edittext 0x7f060015
+int color abc_tint_seek_thumb 0x7f060016
+int color abc_tint_spinner 0x7f060017
+int color abc_tint_switch_track 0x7f060018
+int color accent_material_dark 0x7f060019
+int color accent_material_light 0x7f06001a
+int color background_floating_material_dark 0x7f06001b
+int color background_floating_material_light 0x7f06001c
+int color background_material_dark 0x7f06001d
+int color background_material_light 0x7f06001e
+int color bright_foreground_disabled_material_dark 0x7f06001f
+int color bright_foreground_disabled_material_light 0x7f060020
+int color bright_foreground_inverse_material_dark 0x7f060021
+int color bright_foreground_inverse_material_light 0x7f060022
+int color bright_foreground_material_dark 0x7f060023
+int color bright_foreground_material_light 0x7f060024
+int color button_material_dark 0x7f060025
+int color button_material_light 0x7f060026
+int color color_99FFFFFF_light 0x7f060027
+int color dim_foreground_disabled_material_dark 0x7f060028
+int color dim_foreground_disabled_material_light 0x7f060029
+int color dim_foreground_material_dark 0x7f06002a
+int color dim_foreground_material_light 0x7f06002b
+int color error_color_material 0x7f06002c
+int color error_color_material_dark 0x7f06002d
+int color error_color_material_light 0x7f06002e
+int color foreground_material_dark 0x7f06002f
+int color foreground_material_light 0x7f060030
+int color highlighted_text_material_dark 0x7f060031
+int color highlighted_text_material_light 0x7f060032
+int color material_blue_grey_800 0x7f060033
+int color material_blue_grey_900 0x7f060034
+int color material_blue_grey_950 0x7f060035
+int color material_deep_teal_200 0x7f060036
+int color material_deep_teal_500 0x7f060037
+int color material_grey_100 0x7f060038
+int color material_grey_300 0x7f060039
+int color material_grey_50 0x7f06003a
+int color material_grey_600 0x7f06003b
+int color material_grey_800 0x7f06003c
+int color material_grey_850 0x7f06003d
+int color material_grey_900 0x7f06003e
+int color module_app_page_bkg_color_light 0x7f06003f
+int color module_apps_id_app_name_textColor_light 0x7f060040
+int color module_ext_weather_bkg_color_light 0x7f060041
+int color module_ext_weather_text_color_light 0x7f060042
+int color module_push_item_content_textColor_light 0x7f060043
+int color module_push_item_time_textColor_light 0x7f060044
+int color module_push_item_title_textColor_light 0x7f060045
+int color module_push_panel_title_textColor_light 0x7f060046
+int color module_service_info_window_content_textColor_light 0x7f060047
+int color module_share_dialog_icon_text_color_light 0x7f060048
+int color module_share_dialog_notice_text_color_light 0x7f060049
+int color module_share_dialog_title_text_color_light 0x7f06004a
+int color module_v2x_bkg_color_light 0x7f06004b
+int color modules_commons_toast_text_color 0x7f06004c
+int color modules_commons_toast_text_color_light 0x7f06004d
+int color modules_media_music_time_text_color_light 0x7f06004e
+int color modules_media_music_title_text_color_light 0x7f06004f
+int color notification_action_color_filter 0x7f060050
+int color notification_icon_bg_color 0x7f060051
+int color notification_material_background_media_default_color 0x7f060052
+int color panel_shadow_shape_color_light 0x7f060053
+int color primary_dark_material_dark 0x7f060054
+int color primary_dark_material_light 0x7f060055
+int color primary_material_dark 0x7f060056
+int color primary_material_light 0x7f060057
+int color primary_text_default_material_dark 0x7f060058
+int color primary_text_default_material_light 0x7f060059
+int color primary_text_disabled_material_dark 0x7f06005a
+int color primary_text_disabled_material_light 0x7f06005b
+int color radiobutton_textcolor_light 0x7f06005c
+int color ripple_material_dark 0x7f06005d
+int color ripple_material_light 0x7f06005e
+int color secondary_text_default_material_dark 0x7f06005f
+int color secondary_text_default_material_light 0x7f060060
+int color secondary_text_disabled_material_dark 0x7f060061
+int color secondary_text_disabled_material_light 0x7f060062
+int color share_event_address_color_light 0x7f060063
+int color share_event_item_bg_color_light 0x7f060064
+int color share_event_no_more_color_light 0x7f060065
+int color share_event_share_time_color_light 0x7f060066
+int color switch_thumb_disabled_material_dark 0x7f060067
+int color switch_thumb_disabled_material_light 0x7f060068
+int color switch_thumb_material_dark 0x7f060069
+int color switch_thumb_material_light 0x7f06006a
+int color switch_thumb_normal_material_dark 0x7f06006b
+int color switch_thumb_normal_material_light 0x7f06006c
+int color tanlu_white_light 0x7f06006d
+int color tooltip_background_dark 0x7f06006e
+int color tooltip_background_light 0x7f06006f
+int color transparent_white_30_light 0x7f060070
+int color v2x_555A_F5F5_light 0x7f060071
+int color v2x_FFF_333_light 0x7f060072
+int color v2x_FFF_666_light 0x7f060073
+int color v2x_FFF_999_light 0x7f060074
+int color v2x_item_white_light 0x7f060075
+int color v2x_white_light 0x7f060076
+int color v2x_white_refresh_light 0x7f060077
+int dimen abc_action_bar_content_inset_material 0x7f070001
+int dimen abc_action_bar_content_inset_with_nav 0x7f070002
+int dimen abc_action_bar_default_height_material 0x7f070003
+int dimen abc_action_bar_default_padding_end_material 0x7f070004
+int dimen abc_action_bar_default_padding_start_material 0x7f070005
+int dimen abc_action_bar_elevation_material 0x7f070006
+int dimen abc_action_bar_icon_vertical_padding_material 0x7f070007
+int dimen abc_action_bar_overflow_padding_end_material 0x7f070008
+int dimen abc_action_bar_overflow_padding_start_material 0x7f070009
+int dimen abc_action_bar_progress_bar_size 0x7f07000a
+int dimen abc_action_bar_stacked_max_height 0x7f07000b
+int dimen abc_action_bar_stacked_tab_max_width 0x7f07000c
+int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f07000d
+int dimen abc_action_bar_subtitle_top_margin_material 0x7f07000e
+int dimen abc_action_button_min_height_material 0x7f07000f
+int dimen abc_action_button_min_width_material 0x7f070010
+int dimen abc_action_button_min_width_overflow_material 0x7f070011
+int dimen abc_alert_dialog_button_bar_height 0x7f070012
+int dimen abc_alert_dialog_button_dimen 0x7f070013
+int dimen abc_button_inset_horizontal_material 0x7f070014
+int dimen abc_button_inset_vertical_material 0x7f070015
+int dimen abc_button_padding_horizontal_material 0x7f070016
+int dimen abc_button_padding_vertical_material 0x7f070017
+int dimen abc_cascading_menus_min_smallest_width 0x7f070018
+int dimen abc_config_prefDialogWidth 0x7f070019
+int dimen abc_control_corner_material 0x7f07001a
+int dimen abc_control_inset_material 0x7f07001b
+int dimen abc_control_padding_material 0x7f07001c
+int dimen abc_dialog_corner_radius_material 0x7f07001d
+int dimen abc_dialog_fixed_height_major 0x7f07001e
+int dimen abc_dialog_fixed_height_minor 0x7f07001f
+int dimen abc_dialog_fixed_width_major 0x7f070020
+int dimen abc_dialog_fixed_width_minor 0x7f070021
+int dimen abc_dialog_list_padding_bottom_no_buttons 0x7f070022
+int dimen abc_dialog_list_padding_top_no_title 0x7f070023
+int dimen abc_dialog_min_width_major 0x7f070024
+int dimen abc_dialog_min_width_minor 0x7f070025
+int dimen abc_dialog_padding_material 0x7f070026
+int dimen abc_dialog_padding_top_material 0x7f070027
+int dimen abc_dialog_title_divider_material 0x7f070028
+int dimen abc_disabled_alpha_material_dark 0x7f070029
+int dimen abc_disabled_alpha_material_light 0x7f07002a
+int dimen abc_dropdownitem_icon_width 0x7f07002b
+int dimen abc_dropdownitem_text_padding_left 0x7f07002c
+int dimen abc_dropdownitem_text_padding_right 0x7f07002d
+int dimen abc_edit_text_inset_bottom_material 0x7f07002e
+int dimen abc_edit_text_inset_horizontal_material 0x7f07002f
+int dimen abc_edit_text_inset_top_material 0x7f070030
+int dimen abc_floating_window_z 0x7f070031
+int dimen abc_list_item_height_large_material 0x7f070032
+int dimen abc_list_item_height_material 0x7f070033
+int dimen abc_list_item_height_small_material 0x7f070034
+int dimen abc_list_item_padding_horizontal_material 0x7f070035
+int dimen abc_panel_menu_list_width 0x7f070036
+int dimen abc_progress_bar_height_material 0x7f070037
+int dimen abc_search_view_preferred_height 0x7f070038
+int dimen abc_search_view_preferred_width 0x7f070039
+int dimen abc_seekbar_track_background_height_material 0x7f07003a
+int dimen abc_seekbar_track_progress_height_material 0x7f07003b
+int dimen abc_select_dialog_padding_start_material 0x7f07003c
+int dimen abc_switch_padding 0x7f07003d
+int dimen abc_text_size_body_1_material 0x7f07003e
+int dimen abc_text_size_body_2_material 0x7f07003f
+int dimen abc_text_size_button_material 0x7f070040
+int dimen abc_text_size_caption_material 0x7f070041
+int dimen abc_text_size_display_1_material 0x7f070042
+int dimen abc_text_size_display_2_material 0x7f070043
+int dimen abc_text_size_display_3_material 0x7f070044
+int dimen abc_text_size_display_4_material 0x7f070045
+int dimen abc_text_size_headline_material 0x7f070046
+int dimen abc_text_size_large_material 0x7f070047
+int dimen abc_text_size_medium_material 0x7f070048
+int dimen abc_text_size_menu_header_material 0x7f070049
+int dimen abc_text_size_menu_material 0x7f07004a
+int dimen abc_text_size_small_material 0x7f07004b
+int dimen abc_text_size_subhead_material 0x7f07004c
+int dimen abc_text_size_subtitle_material_toolbar 0x7f07004d
+int dimen abc_text_size_title_material 0x7f07004e
+int dimen abc_text_size_title_material_toolbar 0x7f07004f
+int dimen compat_button_inset_horizontal_material 0x7f070050
+int dimen compat_button_inset_vertical_material 0x7f070051
+int dimen compat_button_padding_horizontal_material 0x7f070052
+int dimen compat_button_padding_vertical_material 0x7f070053
+int dimen compat_control_corner_material 0x7f070054
+int dimen compat_notification_large_icon_max_height 0x7f070055
+int dimen compat_notification_large_icon_max_width 0x7f070056
+int dimen disabled_alpha_material_dark 0x7f070057
+int dimen disabled_alpha_material_light 0x7f070058
+int dimen dp_0 0x7f070059
+int dimen dp_0_1 0x7f07005a
+int dimen dp_0_5 0x7f07005b
+int dimen dp_1 0x7f07005c
+int dimen dp_10 0x7f07005d
+int dimen dp_100 0x7f07005e
+int dimen dp_1000 0x7f07005f
+int dimen dp_101 0x7f070060
+int dimen dp_102 0x7f070061
+int dimen dp_103 0x7f070062
+int dimen dp_104 0x7f070063
+int dimen dp_104_5 0x7f070064
+int dimen dp_105 0x7f070065
+int dimen dp_106 0x7f070066
+int dimen dp_107 0x7f070067
+int dimen dp_108 0x7f070068
+int dimen dp_109 0x7f070069
+int dimen dp_11 0x7f07006a
+int dimen dp_110 0x7f07006b
+int dimen dp_111 0x7f07006c
+int dimen dp_112 0x7f07006d
+int dimen dp_113 0x7f07006e
+int dimen dp_114 0x7f07006f
+int dimen dp_115 0x7f070070
+int dimen dp_116 0x7f070071
+int dimen dp_117 0x7f070072
+int dimen dp_118 0x7f070073
+int dimen dp_119 0x7f070074
+int dimen dp_12 0x7f070075
+int dimen dp_120 0x7f070076
+int dimen dp_121 0x7f070077
+int dimen dp_122 0x7f070078
+int dimen dp_123 0x7f070079
+int dimen dp_124 0x7f07007a
+int dimen dp_125 0x7f07007b
+int dimen dp_126 0x7f07007c
+int dimen dp_127 0x7f07007d
+int dimen dp_128 0x7f07007e
+int dimen dp_129 0x7f07007f
+int dimen dp_13 0x7f070080
+int dimen dp_130 0x7f070081
+int dimen dp_1300 0x7f070082
+int dimen dp_131 0x7f070083
+int dimen dp_132 0x7f070084
+int dimen dp_133 0x7f070085
+int dimen dp_134 0x7f070086
+int dimen dp_134_5 0x7f070087
+int dimen dp_135 0x7f070088
+int dimen dp_136 0x7f070089
+int dimen dp_137 0x7f07008a
+int dimen dp_138 0x7f07008b
+int dimen dp_139 0x7f07008c
+int dimen dp_14 0x7f07008d
+int dimen dp_140 0x7f07008e
+int dimen dp_141 0x7f07008f
+int dimen dp_142 0x7f070090
+int dimen dp_143 0x7f070091
+int dimen dp_144 0x7f070092
+int dimen dp_145 0x7f070093
+int dimen dp_146 0x7f070094
+int dimen dp_147 0x7f070095
+int dimen dp_148 0x7f070096
+int dimen dp_149 0x7f070097
+int dimen dp_15 0x7f070098
+int dimen dp_150 0x7f070099
+int dimen dp_151 0x7f07009a
+int dimen dp_152 0x7f07009b
+int dimen dp_153 0x7f07009c
+int dimen dp_154 0x7f07009d
+int dimen dp_155 0x7f07009e
+int dimen dp_156 0x7f07009f
+int dimen dp_157 0x7f0700a0
+int dimen dp_158 0x7f0700a1
+int dimen dp_159 0x7f0700a2
+int dimen dp_16 0x7f0700a3
+int dimen dp_160 0x7f0700a4
+int dimen dp_161 0x7f0700a5
+int dimen dp_162 0x7f0700a6
+int dimen dp_163 0x7f0700a7
+int dimen dp_164 0x7f0700a8
+int dimen dp_165 0x7f0700a9
+int dimen dp_166 0x7f0700aa
+int dimen dp_167 0x7f0700ab
+int dimen dp_168 0x7f0700ac
+int dimen dp_169 0x7f0700ad
+int dimen dp_17 0x7f0700ae
+int dimen dp_170 0x7f0700af
+int dimen dp_171 0x7f0700b0
+int dimen dp_172 0x7f0700b1
+int dimen dp_173 0x7f0700b2
+int dimen dp_174 0x7f0700b3
+int dimen dp_175 0x7f0700b4
+int dimen dp_176 0x7f0700b5
+int dimen dp_177 0x7f0700b6
+int dimen dp_178 0x7f0700b7
+int dimen dp_179 0x7f0700b8
+int dimen dp_18 0x7f0700b9
+int dimen dp_180 0x7f0700ba
+int dimen dp_181 0x7f0700bb
+int dimen dp_182 0x7f0700bc
+int dimen dp_183 0x7f0700bd
+int dimen dp_184 0x7f0700be
+int dimen dp_185 0x7f0700bf
+int dimen dp_186 0x7f0700c0
+int dimen dp_187 0x7f0700c1
+int dimen dp_188 0x7f0700c2
+int dimen dp_189 0x7f0700c3
+int dimen dp_19 0x7f0700c4
+int dimen dp_190 0x7f0700c5
+int dimen dp_191 0x7f0700c6
+int dimen dp_191_25 0x7f0700c7
+int dimen dp_192 0x7f0700c8
+int dimen dp_1920 0x7f0700c9
+int dimen dp_193 0x7f0700ca
+int dimen dp_194 0x7f0700cb
+int dimen dp_195 0x7f0700cc
+int dimen dp_196 0x7f0700cd
+int dimen dp_197 0x7f0700ce
+int dimen dp_198 0x7f0700cf
+int dimen dp_199 0x7f0700d0
+int dimen dp_1_5 0x7f0700d1
+int dimen dp_2 0x7f0700d2
+int dimen dp_20 0x7f0700d3
+int dimen dp_200 0x7f0700d4
+int dimen dp_201 0x7f0700d5
+int dimen dp_202 0x7f0700d6
+int dimen dp_203 0x7f0700d7
+int dimen dp_204 0x7f0700d8
+int dimen dp_205 0x7f0700d9
+int dimen dp_206 0x7f0700da
+int dimen dp_207 0x7f0700db
+int dimen dp_208 0x7f0700dc
+int dimen dp_209 0x7f0700dd
+int dimen dp_21 0x7f0700de
+int dimen dp_210 0x7f0700df
+int dimen dp_211 0x7f0700e0
+int dimen dp_212 0x7f0700e1
+int dimen dp_213 0x7f0700e2
+int dimen dp_214 0x7f0700e3
+int dimen dp_215 0x7f0700e4
+int dimen dp_216 0x7f0700e5
+int dimen dp_217 0x7f0700e6
+int dimen dp_218 0x7f0700e7
+int dimen dp_219 0x7f0700e8
+int dimen dp_22 0x7f0700e9
+int dimen dp_220 0x7f0700ea
+int dimen dp_221 0x7f0700eb
+int dimen dp_222 0x7f0700ec
+int dimen dp_223 0x7f0700ed
+int dimen dp_224 0x7f0700ee
+int dimen dp_225 0x7f0700ef
+int dimen dp_226 0x7f0700f0
+int dimen dp_227 0x7f0700f1
+int dimen dp_228 0x7f0700f2
+int dimen dp_229 0x7f0700f3
+int dimen dp_23 0x7f0700f4
+int dimen dp_230 0x7f0700f5
+int dimen dp_231 0x7f0700f6
+int dimen dp_232 0x7f0700f7
+int dimen dp_233 0x7f0700f8
+int dimen dp_234 0x7f0700f9
+int dimen dp_235 0x7f0700fa
+int dimen dp_236 0x7f0700fb
+int dimen dp_237 0x7f0700fc
+int dimen dp_238 0x7f0700fd
+int dimen dp_239 0x7f0700fe
+int dimen dp_24 0x7f0700ff
+int dimen dp_240 0x7f070100
+int dimen dp_241 0x7f070101
+int dimen dp_242 0x7f070102
+int dimen dp_243 0x7f070103
+int dimen dp_244 0x7f070104
+int dimen dp_245 0x7f070105
+int dimen dp_246 0x7f070106
+int dimen dp_247 0x7f070107
+int dimen dp_248 0x7f070108
+int dimen dp_249 0x7f070109
+int dimen dp_25 0x7f07010a
+int dimen dp_250 0x7f07010b
+int dimen dp_251 0x7f07010c
+int dimen dp_252 0x7f07010d
+int dimen dp_253 0x7f07010e
+int dimen dp_254 0x7f07010f
+int dimen dp_255 0x7f070110
+int dimen dp_256 0x7f070111
+int dimen dp_257 0x7f070112
+int dimen dp_258 0x7f070113
+int dimen dp_259 0x7f070114
+int dimen dp_26 0x7f070115
+int dimen dp_260 0x7f070116
+int dimen dp_261 0x7f070117
+int dimen dp_262 0x7f070118
+int dimen dp_263 0x7f070119
+int dimen dp_264 0x7f07011a
+int dimen dp_265 0x7f07011b
+int dimen dp_266 0x7f07011c
+int dimen dp_267 0x7f07011d
+int dimen dp_268 0x7f07011e
+int dimen dp_269 0x7f07011f
+int dimen dp_27 0x7f070120
+int dimen dp_270 0x7f070121
+int dimen dp_271 0x7f070122
+int dimen dp_272 0x7f070123
+int dimen dp_273 0x7f070124
+int dimen dp_274 0x7f070125
+int dimen dp_275 0x7f070126
+int dimen dp_276 0x7f070127
+int dimen dp_277 0x7f070128
+int dimen dp_278 0x7f070129
+int dimen dp_279 0x7f07012a
+int dimen dp_28 0x7f07012b
+int dimen dp_280 0x7f07012c
+int dimen dp_281 0x7f07012d
+int dimen dp_282 0x7f07012e
+int dimen dp_283 0x7f07012f
+int dimen dp_284 0x7f070130
+int dimen dp_285 0x7f070131
+int dimen dp_286 0x7f070132
+int dimen dp_287 0x7f070133
+int dimen dp_288 0x7f070134
+int dimen dp_289 0x7f070135
+int dimen dp_29 0x7f070136
+int dimen dp_290 0x7f070137
+int dimen dp_291 0x7f070138
+int dimen dp_292 0x7f070139
+int dimen dp_293 0x7f07013a
+int dimen dp_294 0x7f07013b
+int dimen dp_295 0x7f07013c
+int dimen dp_296 0x7f07013d
+int dimen dp_297 0x7f07013e
+int dimen dp_298 0x7f07013f
+int dimen dp_299 0x7f070140
+int dimen dp_2_5 0x7f070141
+int dimen dp_3 0x7f070142
+int dimen dp_30 0x7f070143
+int dimen dp_300 0x7f070144
+int dimen dp_301 0x7f070145
+int dimen dp_302 0x7f070146
+int dimen dp_303 0x7f070147
+int dimen dp_304 0x7f070148
+int dimen dp_305 0x7f070149
+int dimen dp_306 0x7f07014a
+int dimen dp_307 0x7f07014b
+int dimen dp_308 0x7f07014c
+int dimen dp_309 0x7f07014d
+int dimen dp_31 0x7f07014e
+int dimen dp_310 0x7f07014f
+int dimen dp_311 0x7f070150
+int dimen dp_312 0x7f070151
+int dimen dp_313 0x7f070152
+int dimen dp_314 0x7f070153
+int dimen dp_315 0x7f070154
+int dimen dp_316 0x7f070155
+int dimen dp_317 0x7f070156
+int dimen dp_318 0x7f070157
+int dimen dp_319 0x7f070158
+int dimen dp_32 0x7f070159
+int dimen dp_320 0x7f07015a
+int dimen dp_321 0x7f07015b
+int dimen dp_322 0x7f07015c
+int dimen dp_323 0x7f07015d
+int dimen dp_324 0x7f07015e
+int dimen dp_325 0x7f07015f
+int dimen dp_326 0x7f070160
+int dimen dp_327 0x7f070161
+int dimen dp_328 0x7f070162
+int dimen dp_329 0x7f070163
+int dimen dp_33 0x7f070164
+int dimen dp_330 0x7f070165
+int dimen dp_331 0x7f070166
+int dimen dp_332 0x7f070167
+int dimen dp_333 0x7f070168
+int dimen dp_334 0x7f070169
+int dimen dp_335 0x7f07016a
+int dimen dp_336 0x7f07016b
+int dimen dp_337 0x7f07016c
+int dimen dp_338 0x7f07016d
+int dimen dp_339 0x7f07016e
+int dimen dp_34 0x7f07016f
+int dimen dp_340 0x7f070170
+int dimen dp_341 0x7f070171
+int dimen dp_342 0x7f070172
+int dimen dp_343 0x7f070173
+int dimen dp_344 0x7f070174
+int dimen dp_345 0x7f070175
+int dimen dp_346 0x7f070176
+int dimen dp_347 0x7f070177
+int dimen dp_348 0x7f070178
+int dimen dp_349 0x7f070179
+int dimen dp_35 0x7f07017a
+int dimen dp_350 0x7f07017b
+int dimen dp_351 0x7f07017c
+int dimen dp_352 0x7f07017d
+int dimen dp_353 0x7f07017e
+int dimen dp_354 0x7f07017f
+int dimen dp_355 0x7f070180
+int dimen dp_356 0x7f070181
+int dimen dp_357 0x7f070182
+int dimen dp_358 0x7f070183
+int dimen dp_359 0x7f070184
+int dimen dp_36 0x7f070185
+int dimen dp_366 0x7f070186
+int dimen dp_367 0x7f070187
+int dimen dp_368 0x7f070188
+int dimen dp_369 0x7f070189
+int dimen dp_37 0x7f07018a
+int dimen dp_370 0x7f07018b
+int dimen dp_371 0x7f07018c
+int dimen dp_372 0x7f07018d
+int dimen dp_373 0x7f07018e
+int dimen dp_374 0x7f07018f
+int dimen dp_375 0x7f070190
+int dimen dp_376 0x7f070191
+int dimen dp_377 0x7f070192
+int dimen dp_378 0x7f070193
+int dimen dp_379 0x7f070194
+int dimen dp_38 0x7f070195
+int dimen dp_380 0x7f070196
+int dimen dp_381 0x7f070197
+int dimen dp_382 0x7f070198
+int dimen dp_383 0x7f070199
+int dimen dp_384 0x7f07019a
+int dimen dp_385 0x7f07019b
+int dimen dp_386 0x7f07019c
+int dimen dp_387 0x7f07019d
+int dimen dp_388 0x7f07019e
+int dimen dp_389 0x7f07019f
+int dimen dp_39 0x7f0701a0
+int dimen dp_390 0x7f0701a1
+int dimen dp_391 0x7f0701a2
+int dimen dp_392 0x7f0701a3
+int dimen dp_393 0x7f0701a4
+int dimen dp_394 0x7f0701a5
+int dimen dp_395 0x7f0701a6
+int dimen dp_396 0x7f0701a7
+int dimen dp_397 0x7f0701a8
+int dimen dp_398 0x7f0701a9
+int dimen dp_399 0x7f0701aa
+int dimen dp_3_5 0x7f0701ab
+int dimen dp_4 0x7f0701ac
+int dimen dp_40 0x7f0701ad
+int dimen dp_400 0x7f0701ae
+int dimen dp_401 0x7f0701af
+int dimen dp_402 0x7f0701b0
+int dimen dp_403 0x7f0701b1
+int dimen dp_404 0x7f0701b2
+int dimen dp_405 0x7f0701b3
+int dimen dp_406 0x7f0701b4
+int dimen dp_407 0x7f0701b5
+int dimen dp_408 0x7f0701b6
+int dimen dp_409 0x7f0701b7
+int dimen dp_41 0x7f0701b8
+int dimen dp_410 0x7f0701b9
+int dimen dp_411 0x7f0701ba
+int dimen dp_412 0x7f0701bb
+int dimen dp_413 0x7f0701bc
+int dimen dp_414 0x7f0701bd
+int dimen dp_415 0x7f0701be
+int dimen dp_416 0x7f0701bf
+int dimen dp_417 0x7f0701c0
+int dimen dp_418 0x7f0701c1
+int dimen dp_419 0x7f0701c2
+int dimen dp_42 0x7f0701c3
+int dimen dp_420 0x7f0701c4
+int dimen dp_421 0x7f0701c5
+int dimen dp_422 0x7f0701c6
+int dimen dp_423 0x7f0701c7
+int dimen dp_424 0x7f0701c8
+int dimen dp_425 0x7f0701c9
+int dimen dp_426 0x7f0701ca
+int dimen dp_427 0x7f0701cb
+int dimen dp_428 0x7f0701cc
+int dimen dp_429 0x7f0701cd
+int dimen dp_43 0x7f0701ce
+int dimen dp_430 0x7f0701cf
+int dimen dp_431 0x7f0701d0
+int dimen dp_432 0x7f0701d1
+int dimen dp_433 0x7f0701d2
+int dimen dp_434 0x7f0701d3
+int dimen dp_435 0x7f0701d4
+int dimen dp_436 0x7f0701d5
+int dimen dp_437 0x7f0701d6
+int dimen dp_438 0x7f0701d7
+int dimen dp_439 0x7f0701d8
+int dimen dp_44 0x7f0701d9
+int dimen dp_440 0x7f0701da
+int dimen dp_441 0x7f0701db
+int dimen dp_442 0x7f0701dc
+int dimen dp_443 0x7f0701dd
+int dimen dp_444 0x7f0701de
+int dimen dp_445 0x7f0701df
+int dimen dp_446 0x7f0701e0
+int dimen dp_447 0x7f0701e1
+int dimen dp_448 0x7f0701e2
+int dimen dp_449 0x7f0701e3
+int dimen dp_45 0x7f0701e4
+int dimen dp_450 0x7f0701e5
+int dimen dp_451 0x7f0701e6
+int dimen dp_452 0x7f0701e7
+int dimen dp_453 0x7f0701e8
+int dimen dp_454 0x7f0701e9
+int dimen dp_455 0x7f0701ea
+int dimen dp_456 0x7f0701eb
+int dimen dp_457 0x7f0701ec
+int dimen dp_458 0x7f0701ed
+int dimen dp_459 0x7f0701ee
+int dimen dp_46 0x7f0701ef
+int dimen dp_460 0x7f0701f0
+int dimen dp_461 0x7f0701f1
+int dimen dp_462 0x7f0701f2
+int dimen dp_463 0x7f0701f3
+int dimen dp_464 0x7f0701f4
+int dimen dp_465 0x7f0701f5
+int dimen dp_466 0x7f0701f6
+int dimen dp_467 0x7f0701f7
+int dimen dp_468 0x7f0701f8
+int dimen dp_469 0x7f0701f9
+int dimen dp_47 0x7f0701fa
+int dimen dp_470 0x7f0701fb
+int dimen dp_471 0x7f0701fc
+int dimen dp_472 0x7f0701fd
+int dimen dp_473 0x7f0701fe
+int dimen dp_474 0x7f0701ff
+int dimen dp_475 0x7f070200
+int dimen dp_476 0x7f070201
+int dimen dp_477 0x7f070202
+int dimen dp_478 0x7f070203
+int dimen dp_479 0x7f070204
+int dimen dp_48 0x7f070205
+int dimen dp_480 0x7f070206
+int dimen dp_481 0x7f070207
+int dimen dp_482 0x7f070208
+int dimen dp_483 0x7f070209
+int dimen dp_484 0x7f07020a
+int dimen dp_485 0x7f07020b
+int dimen dp_486 0x7f07020c
+int dimen dp_487 0x7f07020d
+int dimen dp_488 0x7f07020e
+int dimen dp_489 0x7f07020f
+int dimen dp_49 0x7f070210
+int dimen dp_490 0x7f070211
+int dimen dp_491 0x7f070212
+int dimen dp_492 0x7f070213
+int dimen dp_493 0x7f070214
+int dimen dp_494 0x7f070215
+int dimen dp_495 0x7f070216
+int dimen dp_496 0x7f070217
+int dimen dp_497 0x7f070218
+int dimen dp_498 0x7f070219
+int dimen dp_499 0x7f07021a
+int dimen dp_4_5 0x7f07021b
+int dimen dp_5 0x7f07021c
+int dimen dp_50 0x7f07021d
+int dimen dp_500 0x7f07021e
+int dimen dp_501 0x7f07021f
+int dimen dp_502 0x7f070220
+int dimen dp_503 0x7f070221
+int dimen dp_504 0x7f070222
+int dimen dp_505 0x7f070223
+int dimen dp_506 0x7f070224
+int dimen dp_507 0x7f070225
+int dimen dp_508 0x7f070226
+int dimen dp_509 0x7f070227
+int dimen dp_51 0x7f070228
+int dimen dp_510 0x7f070229
+int dimen dp_511 0x7f07022a
+int dimen dp_512 0x7f07022b
+int dimen dp_513 0x7f07022c
+int dimen dp_514 0x7f07022d
+int dimen dp_515 0x7f07022e
+int dimen dp_516 0x7f07022f
+int dimen dp_517 0x7f070230
+int dimen dp_518 0x7f070231
+int dimen dp_519 0x7f070232
+int dimen dp_52 0x7f070233
+int dimen dp_520 0x7f070234
+int dimen dp_521 0x7f070235
+int dimen dp_522 0x7f070236
+int dimen dp_523 0x7f070237
+int dimen dp_524 0x7f070238
+int dimen dp_525 0x7f070239
+int dimen dp_526 0x7f07023a
+int dimen dp_527 0x7f07023b
+int dimen dp_528 0x7f07023c
+int dimen dp_529 0x7f07023d
+int dimen dp_53 0x7f07023e
+int dimen dp_530 0x7f07023f
+int dimen dp_531 0x7f070240
+int dimen dp_532 0x7f070241
+int dimen dp_533 0x7f070242
+int dimen dp_534 0x7f070243
+int dimen dp_535 0x7f070244
+int dimen dp_536 0x7f070245
+int dimen dp_537 0x7f070246
+int dimen dp_538 0x7f070247
+int dimen dp_539 0x7f070248
+int dimen dp_54 0x7f070249
+int dimen dp_540 0x7f07024a
+int dimen dp_541 0x7f07024b
+int dimen dp_542 0x7f07024c
+int dimen dp_543 0x7f07024d
+int dimen dp_544 0x7f07024e
+int dimen dp_545 0x7f07024f
+int dimen dp_546 0x7f070250
+int dimen dp_547 0x7f070251
+int dimen dp_548 0x7f070252
+int dimen dp_549 0x7f070253
+int dimen dp_55 0x7f070254
+int dimen dp_550 0x7f070255
+int dimen dp_551 0x7f070256
+int dimen dp_552 0x7f070257
+int dimen dp_553 0x7f070258
+int dimen dp_554 0x7f070259
+int dimen dp_555 0x7f07025a
+int dimen dp_556 0x7f07025b
+int dimen dp_557 0x7f07025c
+int dimen dp_558 0x7f07025d
+int dimen dp_559 0x7f07025e
+int dimen dp_56 0x7f07025f
+int dimen dp_560 0x7f070260
+int dimen dp_561 0x7f070261
+int dimen dp_562 0x7f070262
+int dimen dp_563 0x7f070263
+int dimen dp_564 0x7f070264
+int dimen dp_565 0x7f070265
+int dimen dp_566 0x7f070266
+int dimen dp_567 0x7f070267
+int dimen dp_568 0x7f070268
+int dimen dp_569 0x7f070269
+int dimen dp_57 0x7f07026a
+int dimen dp_570 0x7f07026b
+int dimen dp_571 0x7f07026c
+int dimen dp_572 0x7f07026d
+int dimen dp_573 0x7f07026e
+int dimen dp_574 0x7f07026f
+int dimen dp_575 0x7f070270
+int dimen dp_576 0x7f070271
+int dimen dp_577 0x7f070272
+int dimen dp_578 0x7f070273
+int dimen dp_579 0x7f070274
+int dimen dp_58 0x7f070275
+int dimen dp_580 0x7f070276
+int dimen dp_581 0x7f070277
+int dimen dp_582 0x7f070278
+int dimen dp_583 0x7f070279
+int dimen dp_584 0x7f07027a
+int dimen dp_585 0x7f07027b
+int dimen dp_586 0x7f07027c
+int dimen dp_587 0x7f07027d
+int dimen dp_588 0x7f07027e
+int dimen dp_589 0x7f07027f
+int dimen dp_59 0x7f070280
+int dimen dp_590 0x7f070281
+int dimen dp_591 0x7f070282
+int dimen dp_592 0x7f070283
+int dimen dp_593 0x7f070284
+int dimen dp_594 0x7f070285
+int dimen dp_595 0x7f070286
+int dimen dp_596 0x7f070287
+int dimen dp_597 0x7f070288
+int dimen dp_598 0x7f070289
+int dimen dp_599 0x7f07028a
+int dimen dp_6 0x7f07028b
+int dimen dp_60 0x7f07028c
+int dimen dp_600 0x7f07028d
+int dimen dp_601 0x7f07028e
+int dimen dp_602 0x7f07028f
+int dimen dp_603 0x7f070290
+int dimen dp_604 0x7f070291
+int dimen dp_605 0x7f070292
+int dimen dp_606 0x7f070293
+int dimen dp_607 0x7f070294
+int dimen dp_608 0x7f070295
+int dimen dp_609 0x7f070296
+int dimen dp_61 0x7f070297
+int dimen dp_610 0x7f070298
+int dimen dp_611 0x7f070299
+int dimen dp_612 0x7f07029a
+int dimen dp_613 0x7f07029b
+int dimen dp_614 0x7f07029c
+int dimen dp_615 0x7f07029d
+int dimen dp_616 0x7f07029e
+int dimen dp_617 0x7f07029f
+int dimen dp_618 0x7f0702a0
+int dimen dp_619 0x7f0702a1
+int dimen dp_62 0x7f0702a2
+int dimen dp_620 0x7f0702a3
+int dimen dp_621 0x7f0702a4
+int dimen dp_622 0x7f0702a5
+int dimen dp_623 0x7f0702a6
+int dimen dp_624 0x7f0702a7
+int dimen dp_625 0x7f0702a8
+int dimen dp_626 0x7f0702a9
+int dimen dp_627 0x7f0702aa
+int dimen dp_628 0x7f0702ab
+int dimen dp_629 0x7f0702ac
+int dimen dp_63 0x7f0702ad
+int dimen dp_630 0x7f0702ae
+int dimen dp_631 0x7f0702af
+int dimen dp_632 0x7f0702b0
+int dimen dp_633 0x7f0702b1
+int dimen dp_634 0x7f0702b2
+int dimen dp_635 0x7f0702b3
+int dimen dp_636 0x7f0702b4
+int dimen dp_637 0x7f0702b5
+int dimen dp_638 0x7f0702b6
+int dimen dp_639 0x7f0702b7
+int dimen dp_64 0x7f0702b8
+int dimen dp_640 0x7f0702b9
+int dimen dp_641 0x7f0702ba
+int dimen dp_642 0x7f0702bb
+int dimen dp_643 0x7f0702bc
+int dimen dp_644 0x7f0702bd
+int dimen dp_645 0x7f0702be
+int dimen dp_646 0x7f0702bf
+int dimen dp_647 0x7f0702c0
+int dimen dp_648 0x7f0702c1
+int dimen dp_649 0x7f0702c2
+int dimen dp_65 0x7f0702c3
+int dimen dp_650 0x7f0702c4
+int dimen dp_651 0x7f0702c5
+int dimen dp_652 0x7f0702c6
+int dimen dp_653 0x7f0702c7
+int dimen dp_654 0x7f0702c8
+int dimen dp_655 0x7f0702c9
+int dimen dp_656 0x7f0702ca
+int dimen dp_657 0x7f0702cb
+int dimen dp_658 0x7f0702cc
+int dimen dp_659 0x7f0702cd
+int dimen dp_66 0x7f0702ce
+int dimen dp_660 0x7f0702cf
+int dimen dp_661 0x7f0702d0
+int dimen dp_662 0x7f0702d1
+int dimen dp_663 0x7f0702d2
+int dimen dp_664 0x7f0702d3
+int dimen dp_665 0x7f0702d4
+int dimen dp_666 0x7f0702d5
+int dimen dp_667 0x7f0702d6
+int dimen dp_668 0x7f0702d7
+int dimen dp_669 0x7f0702d8
+int dimen dp_67 0x7f0702d9
+int dimen dp_670 0x7f0702da
+int dimen dp_671 0x7f0702db
+int dimen dp_672 0x7f0702dc
+int dimen dp_673 0x7f0702dd
+int dimen dp_674 0x7f0702de
+int dimen dp_675 0x7f0702df
+int dimen dp_676 0x7f0702e0
+int dimen dp_677 0x7f0702e1
+int dimen dp_678 0x7f0702e2
+int dimen dp_679 0x7f0702e3
+int dimen dp_68 0x7f0702e4
+int dimen dp_680 0x7f0702e5
+int dimen dp_681 0x7f0702e6
+int dimen dp_682 0x7f0702e7
+int dimen dp_683 0x7f0702e8
+int dimen dp_684 0x7f0702e9
+int dimen dp_685 0x7f0702ea
+int dimen dp_686 0x7f0702eb
+int dimen dp_687 0x7f0702ec
+int dimen dp_688 0x7f0702ed
+int dimen dp_689 0x7f0702ee
+int dimen dp_69 0x7f0702ef
+int dimen dp_690 0x7f0702f0
+int dimen dp_691 0x7f0702f1
+int dimen dp_692 0x7f0702f2
+int dimen dp_693 0x7f0702f3
+int dimen dp_694 0x7f0702f4
+int dimen dp_695 0x7f0702f5
+int dimen dp_696 0x7f0702f6
+int dimen dp_697 0x7f0702f7
+int dimen dp_698 0x7f0702f8
+int dimen dp_699 0x7f0702f9
+int dimen dp_7 0x7f0702fa
+int dimen dp_70 0x7f0702fb
+int dimen dp_700 0x7f0702fc
+int dimen dp_701 0x7f0702fd
+int dimen dp_702 0x7f0702fe
+int dimen dp_703 0x7f0702ff
+int dimen dp_704 0x7f070300
+int dimen dp_705 0x7f070301
+int dimen dp_706 0x7f070302
+int dimen dp_707 0x7f070303
+int dimen dp_708 0x7f070304
+int dimen dp_709 0x7f070305
+int dimen dp_71 0x7f070306
+int dimen dp_710 0x7f070307
+int dimen dp_711 0x7f070308
+int dimen dp_712 0x7f070309
+int dimen dp_713 0x7f07030a
+int dimen dp_714 0x7f07030b
+int dimen dp_715 0x7f07030c
+int dimen dp_716 0x7f07030d
+int dimen dp_717 0x7f07030e
+int dimen dp_718 0x7f07030f
+int dimen dp_719 0x7f070310
+int dimen dp_72 0x7f070311
+int dimen dp_720 0x7f070312
+int dimen dp_721 0x7f070313
+int dimen dp_722 0x7f070314
+int dimen dp_723 0x7f070315
+int dimen dp_724 0x7f070316
+int dimen dp_725 0x7f070317
+int dimen dp_726 0x7f070318
+int dimen dp_727 0x7f070319
+int dimen dp_728 0x7f07031a
+int dimen dp_729 0x7f07031b
+int dimen dp_73 0x7f07031c
+int dimen dp_730 0x7f07031d
+int dimen dp_731 0x7f07031e
+int dimen dp_732 0x7f07031f
+int dimen dp_733 0x7f070320
+int dimen dp_734 0x7f070321
+int dimen dp_735 0x7f070322
+int dimen dp_736 0x7f070323
+int dimen dp_737 0x7f070324
+int dimen dp_738 0x7f070325
+int dimen dp_739 0x7f070326
+int dimen dp_74 0x7f070327
+int dimen dp_740 0x7f070328
+int dimen dp_741 0x7f070329
+int dimen dp_742 0x7f07032a
+int dimen dp_743 0x7f07032b
+int dimen dp_744 0x7f07032c
+int dimen dp_745 0x7f07032d
+int dimen dp_746 0x7f07032e
+int dimen dp_747 0x7f07032f
+int dimen dp_748 0x7f070330
+int dimen dp_749 0x7f070331
+int dimen dp_75 0x7f070332
+int dimen dp_750 0x7f070333
+int dimen dp_751 0x7f070334
+int dimen dp_752 0x7f070335
+int dimen dp_753 0x7f070336
+int dimen dp_754 0x7f070337
+int dimen dp_755 0x7f070338
+int dimen dp_756 0x7f070339
+int dimen dp_757 0x7f07033a
+int dimen dp_758 0x7f07033b
+int dimen dp_759 0x7f07033c
+int dimen dp_76 0x7f07033d
+int dimen dp_760 0x7f07033e
+int dimen dp_761 0x7f07033f
+int dimen dp_762 0x7f070340
+int dimen dp_763 0x7f070341
+int dimen dp_764 0x7f070342
+int dimen dp_765 0x7f070343
+int dimen dp_766 0x7f070344
+int dimen dp_767 0x7f070345
+int dimen dp_768 0x7f070346
+int dimen dp_769 0x7f070347
+int dimen dp_77 0x7f070348
+int dimen dp_770 0x7f070349
+int dimen dp_771 0x7f07034a
+int dimen dp_772 0x7f07034b
+int dimen dp_773 0x7f07034c
+int dimen dp_774 0x7f07034d
+int dimen dp_775 0x7f07034e
+int dimen dp_776 0x7f07034f
+int dimen dp_777 0x7f070350
+int dimen dp_778 0x7f070351
+int dimen dp_779 0x7f070352
+int dimen dp_78 0x7f070353
+int dimen dp_780 0x7f070354
+int dimen dp_781 0x7f070355
+int dimen dp_782 0x7f070356
+int dimen dp_783 0x7f070357
+int dimen dp_784 0x7f070358
+int dimen dp_785 0x7f070359
+int dimen dp_786 0x7f07035a
+int dimen dp_787 0x7f07035b
+int dimen dp_788 0x7f07035c
+int dimen dp_789 0x7f07035d
+int dimen dp_79 0x7f07035e
+int dimen dp_790 0x7f07035f
+int dimen dp_791 0x7f070360
+int dimen dp_792 0x7f070361
+int dimen dp_793 0x7f070362
+int dimen dp_794 0x7f070363
+int dimen dp_795 0x7f070364
+int dimen dp_796 0x7f070365
+int dimen dp_797 0x7f070366
+int dimen dp_798 0x7f070367
+int dimen dp_799 0x7f070368
+int dimen dp_7_5 0x7f070369
+int dimen dp_8 0x7f07036a
+int dimen dp_80 0x7f07036b
+int dimen dp_800 0x7f07036c
+int dimen dp_801 0x7f07036d
+int dimen dp_802 0x7f07036e
+int dimen dp_803 0x7f07036f
+int dimen dp_804 0x7f070370
+int dimen dp_805 0x7f070371
+int dimen dp_806 0x7f070372
+int dimen dp_807 0x7f070373
+int dimen dp_808 0x7f070374
+int dimen dp_809 0x7f070375
+int dimen dp_81 0x7f070376
+int dimen dp_810 0x7f070377
+int dimen dp_811 0x7f070378
+int dimen dp_812 0x7f070379
+int dimen dp_813 0x7f07037a
+int dimen dp_814 0x7f07037b
+int dimen dp_815 0x7f07037c
+int dimen dp_816 0x7f07037d
+int dimen dp_817 0x7f07037e
+int dimen dp_818 0x7f07037f
+int dimen dp_819 0x7f070380
+int dimen dp_82 0x7f070381
+int dimen dp_820 0x7f070382
+int dimen dp_821 0x7f070383
+int dimen dp_822 0x7f070384
+int dimen dp_823 0x7f070385
+int dimen dp_824 0x7f070386
+int dimen dp_825 0x7f070387
+int dimen dp_826 0x7f070388
+int dimen dp_827 0x7f070389
+int dimen dp_828 0x7f07038a
+int dimen dp_829 0x7f07038b
+int dimen dp_83 0x7f07038c
+int dimen dp_830 0x7f07038d
+int dimen dp_831 0x7f07038e
+int dimen dp_832 0x7f07038f
+int dimen dp_833 0x7f070390
+int dimen dp_834 0x7f070391
+int dimen dp_835 0x7f070392
+int dimen dp_836 0x7f070393
+int dimen dp_837 0x7f070394
+int dimen dp_838 0x7f070395
+int dimen dp_839 0x7f070396
+int dimen dp_84 0x7f070397
+int dimen dp_840 0x7f070398
+int dimen dp_841 0x7f070399
+int dimen dp_842 0x7f07039a
+int dimen dp_843 0x7f07039b
+int dimen dp_844 0x7f07039c
+int dimen dp_845 0x7f07039d
+int dimen dp_846 0x7f07039e
+int dimen dp_847 0x7f07039f
+int dimen dp_848 0x7f0703a0
+int dimen dp_849 0x7f0703a1
+int dimen dp_85 0x7f0703a2
+int dimen dp_850 0x7f0703a3
+int dimen dp_851 0x7f0703a4
+int dimen dp_852 0x7f0703a5
+int dimen dp_853 0x7f0703a6
+int dimen dp_854 0x7f0703a7
+int dimen dp_855 0x7f0703a8
+int dimen dp_856 0x7f0703a9
+int dimen dp_857 0x7f0703aa
+int dimen dp_858 0x7f0703ab
+int dimen dp_859 0x7f0703ac
+int dimen dp_86 0x7f0703ad
+int dimen dp_860 0x7f0703ae
+int dimen dp_861 0x7f0703af
+int dimen dp_862 0x7f0703b0
+int dimen dp_863 0x7f0703b1
+int dimen dp_864 0x7f0703b2
+int dimen dp_865 0x7f0703b3
+int dimen dp_866 0x7f0703b4
+int dimen dp_867 0x7f0703b5
+int dimen dp_868 0x7f0703b6
+int dimen dp_869 0x7f0703b7
+int dimen dp_87 0x7f0703b8
+int dimen dp_870 0x7f0703b9
+int dimen dp_871 0x7f0703ba
+int dimen dp_872 0x7f0703bb
+int dimen dp_873 0x7f0703bc
+int dimen dp_874 0x7f0703bd
+int dimen dp_875 0x7f0703be
+int dimen dp_876 0x7f0703bf
+int dimen dp_877 0x7f0703c0
+int dimen dp_878 0x7f0703c1
+int dimen dp_879 0x7f0703c2
+int dimen dp_88 0x7f0703c3
+int dimen dp_880 0x7f0703c4
+int dimen dp_881 0x7f0703c5
+int dimen dp_882 0x7f0703c6
+int dimen dp_883 0x7f0703c7
+int dimen dp_884 0x7f0703c8
+int dimen dp_885 0x7f0703c9
+int dimen dp_886 0x7f0703ca
+int dimen dp_887 0x7f0703cb
+int dimen dp_888 0x7f0703cc
+int dimen dp_889 0x7f0703cd
+int dimen dp_89 0x7f0703ce
+int dimen dp_890 0x7f0703cf
+int dimen dp_891 0x7f0703d0
+int dimen dp_892 0x7f0703d1
+int dimen dp_893 0x7f0703d2
+int dimen dp_894 0x7f0703d3
+int dimen dp_895 0x7f0703d4
+int dimen dp_896 0x7f0703d5
+int dimen dp_897 0x7f0703d6
+int dimen dp_898 0x7f0703d7
+int dimen dp_899 0x7f0703d8
+int dimen dp_9 0x7f0703d9
+int dimen dp_90 0x7f0703da
+int dimen dp_900 0x7f0703db
+int dimen dp_901 0x7f0703dc
+int dimen dp_902 0x7f0703dd
+int dimen dp_903 0x7f0703de
+int dimen dp_904 0x7f0703df
+int dimen dp_905 0x7f0703e0
+int dimen dp_906 0x7f0703e1
+int dimen dp_907 0x7f0703e2
+int dimen dp_908 0x7f0703e3
+int dimen dp_909 0x7f0703e4
+int dimen dp_91 0x7f0703e5
+int dimen dp_910 0x7f0703e6
+int dimen dp_911 0x7f0703e7
+int dimen dp_912 0x7f0703e8
+int dimen dp_913 0x7f0703e9
+int dimen dp_914 0x7f0703ea
+int dimen dp_915 0x7f0703eb
+int dimen dp_916 0x7f0703ec
+int dimen dp_917 0x7f0703ed
+int dimen dp_918 0x7f0703ee
+int dimen dp_919 0x7f0703ef
+int dimen dp_92 0x7f0703f0
+int dimen dp_920 0x7f0703f1
+int dimen dp_921 0x7f0703f2
+int dimen dp_922 0x7f0703f3
+int dimen dp_923 0x7f0703f4
+int dimen dp_924 0x7f0703f5
+int dimen dp_925 0x7f0703f6
+int dimen dp_926 0x7f0703f7
+int dimen dp_927 0x7f0703f8
+int dimen dp_928 0x7f0703f9
+int dimen dp_929 0x7f0703fa
+int dimen dp_93 0x7f0703fb
+int dimen dp_930 0x7f0703fc
+int dimen dp_931 0x7f0703fd
+int dimen dp_932 0x7f0703fe
+int dimen dp_933 0x7f0703ff
+int dimen dp_934 0x7f070400
+int dimen dp_935 0x7f070401
+int dimen dp_936 0x7f070402
+int dimen dp_937 0x7f070403
+int dimen dp_938 0x7f070404
+int dimen dp_939 0x7f070405
+int dimen dp_94 0x7f070406
+int dimen dp_940 0x7f070407
+int dimen dp_941 0x7f070408
+int dimen dp_942 0x7f070409
+int dimen dp_943 0x7f07040a
+int dimen dp_944 0x7f07040b
+int dimen dp_945 0x7f07040c
+int dimen dp_946 0x7f07040d
+int dimen dp_947 0x7f07040e
+int dimen dp_948 0x7f07040f
+int dimen dp_949 0x7f070410
+int dimen dp_95 0x7f070411
+int dimen dp_950 0x7f070412
+int dimen dp_951 0x7f070413
+int dimen dp_952 0x7f070414
+int dimen dp_953 0x7f070415
+int dimen dp_954 0x7f070416
+int dimen dp_955 0x7f070417
+int dimen dp_956 0x7f070418
+int dimen dp_957 0x7f070419
+int dimen dp_958 0x7f07041a
+int dimen dp_959 0x7f07041b
+int dimen dp_96 0x7f07041c
+int dimen dp_960 0x7f07041d
+int dimen dp_961 0x7f07041e
+int dimen dp_962 0x7f07041f
+int dimen dp_963 0x7f070420
+int dimen dp_964 0x7f070421
+int dimen dp_965 0x7f070422
+int dimen dp_966 0x7f070423
+int dimen dp_967 0x7f070424
+int dimen dp_968 0x7f070425
+int dimen dp_969 0x7f070426
+int dimen dp_97 0x7f070427
+int dimen dp_970 0x7f070428
+int dimen dp_971 0x7f070429
+int dimen dp_972 0x7f07042a
+int dimen dp_973 0x7f07042b
+int dimen dp_974 0x7f07042c
+int dimen dp_975 0x7f07042d
+int dimen dp_976 0x7f07042e
+int dimen dp_977 0x7f07042f
+int dimen dp_978 0x7f070430
+int dimen dp_979 0x7f070431
+int dimen dp_98 0x7f070432
+int dimen dp_980 0x7f070433
+int dimen dp_981 0x7f070434
+int dimen dp_982 0x7f070435
+int dimen dp_983 0x7f070436
+int dimen dp_984 0x7f070437
+int dimen dp_985 0x7f070438
+int dimen dp_986 0x7f070439
+int dimen dp_987 0x7f07043a
+int dimen dp_988 0x7f07043b
+int dimen dp_989 0x7f07043c
+int dimen dp_99 0x7f07043d
+int dimen dp_990 0x7f07043e
+int dimen dp_991 0x7f07043f
+int dimen dp_992 0x7f070440
+int dimen dp_993 0x7f070441
+int dimen dp_994 0x7f070442
+int dimen dp_995 0x7f070443
+int dimen dp_996 0x7f070444
+int dimen dp_997 0x7f070445
+int dimen dp_998 0x7f070446
+int dimen dp_999 0x7f070447
+int dimen dp_m_1 0x7f070448
+int dimen dp_m_10 0x7f070449
+int dimen dp_m_12 0x7f07044a
+int dimen dp_m_2 0x7f07044b
+int dimen dp_m_20 0x7f07044c
+int dimen dp_m_30 0x7f07044d
+int dimen dp_m_5 0x7f07044e
+int dimen dp_m_60 0x7f07044f
+int dimen dp_m_8 0x7f070450
+int dimen fastscroll_default_thickness 0x7f070451
+int dimen fastscroll_margin 0x7f070452
+int dimen fastscroll_minimum_range 0x7f070453
+int dimen highlight_alpha_material_colored 0x7f070454
+int dimen highlight_alpha_material_dark 0x7f070455
+int dimen highlight_alpha_material_light 0x7f070456
+int dimen hint_alpha_material_dark 0x7f070457
+int dimen hint_alpha_material_light 0x7f070458
+int dimen hint_pressed_alpha_material_dark 0x7f070459
+int dimen hint_pressed_alpha_material_light 0x7f07045a
+int dimen item_touch_helper_max_drag_scroll_per_frame 0x7f07045b
+int dimen item_touch_helper_swipe_escape_max_velocity 0x7f07045c
+int dimen item_touch_helper_swipe_escape_velocity 0x7f07045d
+int dimen module_commons_toast_icon_width 0x7f07045e
+int dimen module_commons_toast_marginBottom 0x7f07045f
+int dimen module_commons_toast_marginLeft 0x7f070460
+int dimen module_commons_toast_marginRight 0x7f070461
+int dimen module_commons_toast_marginTop 0x7f070462
+int dimen module_commons_toast_maxWidth 0x7f070463
+int dimen module_commons_toast_minWidth 0x7f070464
+int dimen module_commons_toast_space_between_icon_and_msg 0x7f070465
+int dimen module_commons_toast_textSize 0x7f070466
+int dimen module_commons_toast_with_left_drawable_marginBottom 0x7f070467
+int dimen module_commons_toast_with_left_drawable_marginLeft 0x7f070468
+int dimen module_commons_toast_with_left_drawable_marginTop 0x7f070469
+int dimen module_commons_toast_y_offset 0x7f07046a
+int dimen module_push_clear_bg_radius 0x7f07046b
+int dimen module_push_panel_corner 0x7f07046c
+int dimen module_push_panel_item_corner 0x7f07046d
+int dimen module_v2x_surrounding_refresh_bt_radius 0x7f07046e
+int dimen notification_action_icon_size 0x7f07046f
+int dimen notification_action_text_size 0x7f070470
+int dimen notification_big_circle_margin 0x7f070471
+int dimen notification_content_margin_start 0x7f070472
+int dimen notification_large_icon_height 0x7f070473
+int dimen notification_large_icon_width 0x7f070474
+int dimen notification_main_column_padding_top 0x7f070475
+int dimen notification_media_narrow_margin 0x7f070476
+int dimen notification_right_icon_size 0x7f070477
+int dimen notification_right_side_padding_top 0x7f070478
+int dimen notification_small_icon_background_padding 0x7f070479
+int dimen notification_small_icon_size_as_large 0x7f07047a
+int dimen notification_subtext_size 0x7f07047b
+int dimen notification_top_pad 0x7f07047c
+int dimen notification_top_pad_large_text 0x7f07047d
+int dimen path_width 0x7f07047e
+int dimen sp_10 0x7f07047f
+int dimen sp_11 0x7f070480
+int dimen sp_12 0x7f070481
+int dimen sp_13 0x7f070482
+int dimen sp_14 0x7f070483
+int dimen sp_15 0x7f070484
+int dimen sp_16 0x7f070485
+int dimen sp_17 0x7f070486
+int dimen sp_18 0x7f070487
+int dimen sp_19 0x7f070488
+int dimen sp_20 0x7f070489
+int dimen sp_21 0x7f07048a
+int dimen sp_22 0x7f07048b
+int dimen sp_23 0x7f07048c
+int dimen sp_24 0x7f07048d
+int dimen sp_25 0x7f07048e
+int dimen sp_28 0x7f07048f
+int dimen sp_30 0x7f070490
+int dimen sp_32 0x7f070491
+int dimen sp_34 0x7f070492
+int dimen sp_36 0x7f070493
+int dimen sp_38 0x7f070494
+int dimen sp_40 0x7f070495
+int dimen sp_42 0x7f070496
+int dimen sp_48 0x7f070497
+int dimen sp_6 0x7f070498
+int dimen sp_7 0x7f070499
+int dimen sp_8 0x7f07049a
+int dimen sp_9 0x7f07049b
+int dimen subtitle_corner_radius 0x7f07049c
+int dimen subtitle_outline_width 0x7f07049d
+int dimen subtitle_shadow_offset 0x7f07049e
+int dimen subtitle_shadow_radius 0x7f07049f
+int dimen tanlu_button_radius_size 0x7f0704a0
+int dimen tanlu_dialog_button_height 0x7f0704a1
+int dimen tanlu_dialog_content_size 0x7f0704a2
+int dimen tanlu_dialog_first_margin_top 0x7f0704a3
+int dimen tanlu_dialog_height 0x7f0704a4
+int dimen tanlu_dialog_margin_button_top 0x7f0704a5
+int dimen tanlu_dialog_margin_top 0x7f0704a6
+int dimen tanlu_dialog_neterror_button_height 0x7f0704a7
+int dimen tanlu_dialog_neterror_button_top 0x7f0704a8
+int dimen tanlu_dialog_neterror_margin_left 0x7f0704a9
+int dimen tanlu_dialog_neterror_radius 0x7f0704aa
+int dimen tanlu_dialog_radius 0x7f0704ab
+int dimen tanlu_dialog_width 0x7f0704ac
+int dimen tanlu_head_image_size 0x7f0704ad
+int dimen tanlu_image_size 0x7f0704ae
+int dimen tanlu_module_bottom_height 0x7f0704af
+int dimen tanlu_module_bottom_margin 0x7f0704b0
+int dimen tanlu_module_button_height 0x7f0704b1
+int dimen tanlu_module_card_address_margin_top 0x7f0704b2
+int dimen tanlu_module_card_address_size 0x7f0704b3
+int dimen tanlu_module_card_distance_margin_bottom 0x7f0704b4
+int dimen tanlu_module_card_distance_margin_top 0x7f0704b5
+int dimen tanlu_module_card_distance_size 0x7f0704b6
+int dimen tanlu_module_card_empty_maginleft 0x7f0704b7
+int dimen tanlu_module_card_empty_magintop 0x7f0704b8
+int dimen tanlu_module_card_empty_tv_magintop 0x7f0704b9
+int dimen tanlu_module_card_empty_tv_magintop_2 0x7f0704ba
+int dimen tanlu_module_card_height 0x7f0704bb
+int dimen tanlu_module_card_margin_left 0x7f0704bc
+int dimen tanlu_module_card_margin_top 0x7f0704bd
+int dimen tanlu_module_card_next_margin_left 0x7f0704be
+int dimen tanlu_module_card_next_size 0x7f0704bf
+int dimen tanlu_module_card_previous_height 0x7f0704c0
+int dimen tanlu_module_card_previous_margin_left 0x7f0704c1
+int dimen tanlu_module_card_previous_width 0x7f0704c2
+int dimen tanlu_module_card_video_height 0x7f0704c3
+int dimen tanlu_module_card_video_marginbottom 0x7f0704c4
+int dimen tanlu_module_card_video_width 0x7f0704c5
+int dimen tanlu_module_card_width 0x7f0704c6
+int dimen tanlu_module_close_height 0x7f0704c7
+int dimen tanlu_module_full_back_height 0x7f0704c8
+int dimen tanlu_module_full_back_width 0x7f0704c9
+int dimen tanlu_module_full_bottom_height 0x7f0704ca
+int dimen tanlu_module_full_bottom_margin 0x7f0704cb
+int dimen tanlu_module_full_bottom_width 0x7f0704cc
+int dimen tanlu_module_full_loading_height 0x7f0704cd
+int dimen tanlu_module_full_loading_width 0x7f0704ce
+int dimen tanlu_module_full_margin_left 0x7f0704cf
+int dimen tanlu_module_full_margin_right 0x7f0704d0
+int dimen tanlu_module_full_margin_top 0x7f0704d1
+int dimen tanlu_module_full_margin_width 0x7f0704d2
+int dimen tanlu_module_full_start_height 0x7f0704d3
+int dimen tanlu_module_full_start_width 0x7f0704d4
+int dimen tanlu_module_full_title_content 0x7f0704d5
+int dimen tanlu_module_full_title_time 0x7f0704d6
+int dimen tanlu_module_full_top_height 0x7f0704d7
+int dimen tanlu_module_loading_height 0x7f0704d8
+int dimen tanlu_module_loading_width 0x7f0704d9
+int dimen tanlu_module_logo_margin_left 0x7f0704da
+int dimen tanlu_module_map_bottom 0x7f0704db
+int dimen tanlu_module_map_bottom_height 0x7f0704dc
+int dimen tanlu_module_map_left 0x7f0704dd
+int dimen tanlu_module_map_right 0x7f0704de
+int dimen tanlu_module_map_top 0x7f0704df
+int dimen tanlu_module_margin_left 0x7f0704e0
+int dimen tanlu_module_margin_right 0x7f0704e1
+int dimen tanlu_module_margin_top 0x7f0704e2
+int dimen tanlu_module_mavi_height 0x7f0704e3
+int dimen tanlu_module_radius 0x7f0704e4
+int dimen tanlu_module_small_player_height 0x7f0704e5
+int dimen tanlu_module_start_height 0x7f0704e6
+int dimen tanlu_module_start_width 0x7f0704e7
+int dimen tanlu_module_upload_radius 0x7f0704e8
+int dimen tanlu_module_upload_width 0x7f0704e9
+int dimen tanlu_normal_image_radius_size 0x7f0704ea
+int dimen tooltip_corner_radius 0x7f0704eb
+int dimen tooltip_horizontal_padding 0x7f0704ec
+int dimen tooltip_margin 0x7f0704ed
+int dimen tooltip_precise_anchor_extra_offset 0x7f0704ee
+int dimen tooltip_precise_anchor_threshold 0x7f0704ef
+int dimen tooltip_vertical_padding 0x7f0704f0
+int dimen tooltip_y_offset_non_touch 0x7f0704f1
+int dimen tooltip_y_offset_touch 0x7f0704f2
+int drawable abc_ab_share_pack_mtrl_alpha 0x7f080001
+int drawable abc_action_bar_item_background_material 0x7f080002
+int drawable abc_btn_borderless_material 0x7f080003
+int drawable abc_btn_check_material 0x7f080004
+int drawable abc_btn_check_material_anim 0x7f080005
+int drawable abc_btn_check_to_on_mtrl_000 0x7f080006
+int drawable abc_btn_check_to_on_mtrl_015 0x7f080007
+int drawable abc_btn_colored_material 0x7f080008
+int drawable abc_btn_default_mtrl_shape 0x7f080009
+int drawable abc_btn_radio_material 0x7f08000a
+int drawable abc_btn_radio_material_anim 0x7f08000b
+int drawable abc_btn_radio_to_on_mtrl_000 0x7f08000c
+int drawable abc_btn_radio_to_on_mtrl_015 0x7f08000d
+int drawable abc_btn_switch_to_on_mtrl_00001 0x7f08000e
+int drawable abc_btn_switch_to_on_mtrl_00012 0x7f08000f
+int drawable abc_cab_background_internal_bg 0x7f080010
+int drawable abc_cab_background_top_material 0x7f080011
+int drawable abc_cab_background_top_mtrl_alpha 0x7f080012
+int drawable abc_control_background_material 0x7f080013
+int drawable abc_dialog_material_background 0x7f080014
+int drawable abc_edit_text_material 0x7f080015
+int drawable abc_ic_ab_back_material 0x7f080016
+int drawable abc_ic_arrow_drop_right_black_24dp 0x7f080017
+int drawable abc_ic_clear_material 0x7f080018
+int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f080019
+int drawable abc_ic_go_search_api_material 0x7f08001a
+int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f08001b
+int drawable abc_ic_menu_cut_mtrl_alpha 0x7f08001c
+int drawable abc_ic_menu_overflow_material 0x7f08001d
+int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f08001e
+int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f08001f
+int drawable abc_ic_menu_share_mtrl_alpha 0x7f080020
+int drawable abc_ic_search_api_material 0x7f080021
+int drawable abc_ic_star_black_16dp 0x7f080022
+int drawable abc_ic_star_black_36dp 0x7f080023
+int drawable abc_ic_star_black_48dp 0x7f080024
+int drawable abc_ic_star_half_black_16dp 0x7f080025
+int drawable abc_ic_star_half_black_36dp 0x7f080026
+int drawable abc_ic_star_half_black_48dp 0x7f080027
+int drawable abc_ic_voice_search_api_material 0x7f080028
+int drawable abc_item_background_holo_dark 0x7f080029
+int drawable abc_item_background_holo_light 0x7f08002a
+int drawable abc_list_divider_material 0x7f08002b
+int drawable abc_list_divider_mtrl_alpha 0x7f08002c
+int drawable abc_list_focused_holo 0x7f08002d
+int drawable abc_list_longpressed_holo 0x7f08002e
+int drawable abc_list_pressed_holo_dark 0x7f08002f
+int drawable abc_list_pressed_holo_light 0x7f080030
+int drawable abc_list_selector_background_transition_holo_dark 0x7f080031
+int drawable abc_list_selector_background_transition_holo_light 0x7f080032
+int drawable abc_list_selector_disabled_holo_dark 0x7f080033
+int drawable abc_list_selector_disabled_holo_light 0x7f080034
+int drawable abc_list_selector_holo_dark 0x7f080035
+int drawable abc_list_selector_holo_light 0x7f080036
+int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f080037
+int drawable abc_popup_background_mtrl_mult 0x7f080038
+int drawable abc_ratingbar_indicator_material 0x7f080039
+int drawable abc_ratingbar_material 0x7f08003a
+int drawable abc_ratingbar_small_material 0x7f08003b
+int drawable abc_scrubber_control_off_mtrl_alpha 0x7f08003c
+int drawable abc_scrubber_control_to_pressed_mtrl_000 0x7f08003d
+int drawable abc_scrubber_control_to_pressed_mtrl_005 0x7f08003e
+int drawable abc_scrubber_primary_mtrl_alpha 0x7f08003f
+int drawable abc_scrubber_track_mtrl_alpha 0x7f080040
+int drawable abc_seekbar_thumb_material 0x7f080041
+int drawable abc_seekbar_tick_mark_material 0x7f080042
+int drawable abc_seekbar_track_material 0x7f080043
+int drawable abc_spinner_mtrl_am_alpha 0x7f080044
+int drawable abc_spinner_textfield_background_material 0x7f080045
+int drawable abc_switch_thumb_material 0x7f080046
+int drawable abc_switch_track_mtrl_alpha 0x7f080047
+int drawable abc_tab_indicator_material 0x7f080048
+int drawable abc_tab_indicator_mtrl_alpha 0x7f080049
+int drawable abc_text_cursor_material 0x7f08004a
+int drawable abc_text_select_handle_left_mtrl_dark 0x7f08004b
+int drawable abc_text_select_handle_left_mtrl_light 0x7f08004c
+int drawable abc_text_select_handle_middle_mtrl_dark 0x7f08004d
+int drawable abc_text_select_handle_middle_mtrl_light 0x7f08004e
+int drawable abc_text_select_handle_right_mtrl_dark 0x7f08004f
+int drawable abc_text_select_handle_right_mtrl_light 0x7f080050
+int drawable abc_textfield_activated_mtrl_alpha 0x7f080051
+int drawable abc_textfield_default_mtrl_alpha 0x7f080052
+int drawable abc_textfield_search_activated_mtrl_alpha 0x7f080053
+int drawable abc_textfield_search_default_mtrl_alpha 0x7f080054
+int drawable abc_textfield_search_material 0x7f080055
+int drawable abc_vector_test 0x7f080056
+int drawable amap_bus 0x7f080057
+int drawable amap_car 0x7f080058
+int drawable amap_end 0x7f080059
+int drawable amap_man 0x7f08005a
+int drawable amap_ride 0x7f08005b
+int drawable amap_route_color_texture_0_arrow 0x7f08005c
+int drawable amap_route_color_texture_1_arrow 0x7f08005d
+int drawable amap_route_color_texture_2_arrow 0x7f08005e
+int drawable amap_route_color_texture_3_arrow 0x7f08005f
+int drawable amap_route_color_texture_4_arrow 0x7f080060
+int drawable amap_route_color_texture_5_arrow 0x7f080061
+int drawable amap_route_color_texture_6_arrow 0x7f080062
+int drawable amap_route_color_texture_7_arrow 0x7f080063
+int drawable amap_route_color_texture_8_arrow 0x7f080064
+int drawable amap_route_color_texture_9_arrow 0x7f080065
+int drawable amap_start 0x7f080066
+int drawable amap_through 0x7f080067
+int drawable app_icon 0x7f080068
+int drawable bg_v2x_event_description_light 0x7f080069
+int drawable bg_v2x_go_to_share_light 0x7f08006a
+int drawable bg_v2x_refresh_light 0x7f08006b
+int drawable btn_checkbox_checked_mtrl 0x7f08006c
+int drawable btn_checkbox_checked_to_unchecked_mtrl_animation 0x7f08006d
+int drawable btn_checkbox_unchecked_mtrl 0x7f08006e
+int drawable btn_checkbox_unchecked_to_checked_mtrl_animation 0x7f08006f
+int drawable btn_radio_off_mtrl 0x7f080070
+int drawable btn_radio_off_to_on_mtrl_animation 0x7f080071
+int drawable btn_radio_on_mtrl 0x7f080072
+int drawable btn_radio_on_to_off_mtrl_animation 0x7f080073
+int drawable default_image 0x7f080074
+int drawable dir1 0x7f080075
+int drawable dir10 0x7f080076
+int drawable dir11 0x7f080077
+int drawable dir12 0x7f080078
+int drawable dir13 0x7f080079
+int drawable dir14 0x7f08007a
+int drawable dir15 0x7f08007b
+int drawable dir16 0x7f08007c
+int drawable dir2 0x7f08007d
+int drawable dir3 0x7f08007e
+int drawable dir4 0x7f08007f
+int drawable dir5 0x7f080080
+int drawable dir6 0x7f080081
+int drawable dir7 0x7f080082
+int drawable dir8 0x7f080083
+int drawable dir9 0x7f080084
+int drawable dir_end 0x7f080085
+int drawable dir_start 0x7f080086
+int drawable dir_station 0x7f080087
+int drawable ic_1 0x7f080088
+int drawable ic_10 0x7f080089
+int drawable ic_11 0x7f08008a
+int drawable ic_12 0x7f08008b
+int drawable ic_13 0x7f08008c
+int drawable ic_14 0x7f08008d
+int drawable ic_15 0x7f08008e
+int drawable ic_16 0x7f08008f
+int drawable ic_17 0x7f080090
+int drawable ic_18 0x7f080091
+int drawable ic_19 0x7f080092
+int drawable ic_2 0x7f080093
+int drawable ic_20 0x7f080094
+int drawable ic_21 0x7f080095
+int drawable ic_22 0x7f080096
+int drawable ic_23 0x7f080097
+int drawable ic_24 0x7f080098
+int drawable ic_25 0x7f080099
+int drawable ic_26 0x7f08009a
+int drawable ic_27 0x7f08009b
+int drawable ic_28 0x7f08009c
+int drawable ic_3 0x7f08009d
+int drawable ic_4 0x7f08009e
+int drawable ic_5 0x7f08009f
+int drawable ic_50 0x7f0800a0
+int drawable ic_51 0x7f0800a1
+int drawable ic_52 0x7f0800a2
+int drawable ic_53 0x7f0800a3
+int drawable ic_54 0x7f0800a4
+int drawable ic_55 0x7f0800a5
+int drawable ic_56 0x7f0800a6
+int drawable ic_57 0x7f0800a7
+int drawable ic_58 0x7f0800a8
+int drawable ic_59 0x7f0800a9
+int drawable ic_6 0x7f0800aa
+int drawable ic_60 0x7f0800ab
+int drawable ic_61 0x7f0800ac
+int drawable ic_62 0x7f0800ad
+int drawable ic_63 0x7f0800ae
+int drawable ic_64 0x7f0800af
+int drawable ic_65 0x7f0800b0
+int drawable ic_66 0x7f0800b1
+int drawable ic_67 0x7f0800b2
+int drawable ic_68 0x7f0800b3
+int drawable ic_69 0x7f0800b4
+int drawable ic_7 0x7f0800b5
+int drawable ic_8 0x7f0800b6
+int drawable ic_9 0x7f0800b7
+int drawable ic_amap_navi_cursor 0x7f0800b8
+int drawable ic_endpoint 0x7f0800b9
+int drawable ic_navi_start 0x7f0800ba
+int drawable ic_navi_target 0x7f0800bb
+int drawable ic_refresh 0x7f0800bc
+int drawable ic_snapshot_ph 0x7f0800bd
+int drawable icon_default_black_logo_light 0x7f0800be
+int drawable icon_default_user_head 0x7f0800bf
+int drawable icon_event_panel_more_light 0x7f0800c0
+int drawable icon_illegal_parking_light 0x7f0800c1
+int drawable icon_parking_nav 0x7f0800c2
+int drawable icon_parking_p_light 0x7f0800c3
+int drawable icon_share_empty_light 0x7f0800c4
+int drawable icon_window_close_light 0x7f0800c5
+int drawable join_checkbox_bg 0x7f0800c6
+int drawable live_exit 0x7f0800c7
+int drawable location_city_image 0x7f0800c8
+int drawable main_solid_left_page_up_normal 0x7f0800c9
+int drawable main_solid_left_page_up_press 0x7f0800ca
+int drawable main_solid_right_page_up_normal 0x7f0800cb
+int drawable main_solid_right_page_up_press 0x7f0800cc
+int drawable mainpage_location_img 0x7f0800cd
+int drawable map_api_ic_current_location2 0x7f0800ce
+int drawable map_location_normal 0x7f0800cf
+int drawable map_location_press 0x7f0800d0
+int drawable moddule_commons_shape_react_blue_grident 0x7f0800d1
+int drawable model_ext_default_user_head_light 0x7f0800d2
+int drawable module_apps_ic_ai_assist_bkg_light 0x7f0800d3
+int drawable module_apps_ic_navigator_applist_light 0x7f0800d4
+int drawable module_apps_ic_navigator_im_light 0x7f0800d5
+int drawable module_apps_ic_navigator_media_light 0x7f0800d6
+int drawable module_apps_ic_navigator_navi_disable_light 0x7f0800d7
+int drawable module_apps_ic_navigator_navi_light 0x7f0800d8
+int drawable module_apps_ic_retract_light 0x7f0800d9
+int drawable module_apps_pager_indicator_light 0x7f0800da
+int drawable module_commons_shape_react_gray_grident 0x7f0800db
+int drawable module_commons_shape_round_gray 0x7f0800dc
+int drawable module_commons_toast_bkg 0x7f0800dd
+int drawable module_commons_toast_bkg_light 0x7f0800de
+int drawable module_ext_drawable_msg_container_bkg_light 0x7f0800df
+int drawable module_ext_drawable_weather_bkg_light 0x7f0800e0
+int drawable module_ext_dw_common_corner_bkg_light 0x7f0800e1
+int drawable module_ext_ic_cloudy_light 0x7f0800e2
+int drawable module_ext_ic_dust_sand_light 0x7f0800e3
+int drawable module_ext_ic_duststorm_light 0x7f0800e4
+int drawable module_ext_ic_fog_light 0x7f0800e5
+int drawable module_ext_ic_haze_light 0x7f0800e6
+int drawable module_ext_ic_heavy_rain_light 0x7f0800e7
+int drawable module_ext_ic_light_rain_light 0x7f0800e8
+int drawable module_ext_ic_message2_light 0x7f0800e9
+int drawable module_ext_ic_moderate_rain_light 0x7f0800ea
+int drawable module_ext_ic_overcast_light 0x7f0800eb
+int drawable module_ext_ic_severe_storm_light 0x7f0800ec
+int drawable module_ext_ic_shower_light 0x7f0800ed
+int drawable module_ext_ic_snow_light 0x7f0800ee
+int drawable module_ext_ic_sunny_light 0x7f0800ef
+int drawable module_ext_ic_thunder_light 0x7f0800f0
+int drawable module_ext_ic_thundershower_light 0x7f0800f1
+int drawable module_ext_ic_unknown_light 0x7f0800f2
+int drawable module_main_dw_left_frame_bkg_light 0x7f0800f3
+int drawable module_map_ic_move2_current_location_light 0x7f0800f4
+int drawable module_media_default_music_img_light 0x7f0800f5
+int drawable module_media_next_bg_selector_light 0x7f0800f6
+int drawable module_media_next_song_light 0x7f0800f7
+int drawable module_media_play_bg_selector_light 0x7f0800f8
+int drawable module_media_progress_pop_bg_light 0x7f0800f9
+int drawable module_media_window_alert_bg_light 0x7f0800fa
+int drawable module_media_window_pop_pause_light 0x7f0800fb
+int drawable module_media_window_pop_play_light 0x7f0800fc
+int drawable module_media_window_progress_bar_light 0x7f0800fd
+int drawable module_push_clear_bg_light 0x7f0800fe
+int drawable module_push_close_light 0x7f0800ff
+int drawable module_push_message_background_light 0x7f080100
+int drawable module_push_recycler_item_background_light 0x7f080101
+int drawable module_services_driver_info_window_bkg_light 0x7f080102
+int drawable module_services_info_window_cursor_light 0x7f080103
+int drawable module_services_marker_bkg_light 0x7f080104
+int drawable module_share_btn_bg_light 0x7f080105
+int drawable module_share_dialog_bg_light 0x7f080106
+int drawable module_share_title_icon_left_light 0x7f080107
+int drawable module_share_title_icon_right_light 0x7f080108
+int drawable mogo_image_accident_small_light 0x7f080109
+int drawable mogo_image_blank_nor_light 0x7f08010a
+int drawable mogo_image_daolushigong_nor_light 0x7f08010b
+int drawable mogo_image_daolushigong_small_light 0x7f08010c
+int drawable mogo_image_fenglu_nor_light 0x7f08010d
+int drawable mogo_image_fenglu_small_light 0x7f08010e
+int drawable mogo_image_jiaotongjiancha_nor_light 0x7f08010f
+int drawable mogo_image_jiaotongjiancha_small_light 0x7f080110
+int drawable mogo_image_jiaotongshigu_nor_light 0x7f080111
+int drawable mogo_image_jiebing_nor_light 0x7f080112
+int drawable mogo_image_jiebing_small_light 0x7f080113
+int drawable mogo_image_jishui_nor_light 0x7f080114
+int drawable mogo_image_jishui_small_light 0x7f080115
+int drawable mogo_image_nongwu_nor_light 0x7f080116
+int drawable mogo_image_nongwu_small_light 0x7f080117
+int drawable mogo_image_qiuzhu_nor_light 0x7f080118
+int drawable mogo_image_qiuzhu_small_light 0x7f080119
+int drawable mogo_image_shishilukuang_small_light 0x7f08011a
+int drawable mogo_image_shishlukuang_nor_light 0x7f08011b
+int drawable mogo_image_yongdu_nor_light 0x7f08011c
+int drawable mogo_image_yongdu_small_light 0x7f08011d
+int drawable not_join_checkbox_bg 0x7f08011e
+int drawable notification_action_background 0x7f08011f
+int drawable notification_bg 0x7f080120
+int drawable notification_bg_low 0x7f080121
+int drawable notification_bg_low_normal 0x7f080122
+int drawable notification_bg_low_pressed 0x7f080123
+int drawable notification_bg_normal 0x7f080124
+int drawable notification_bg_normal_pressed 0x7f080125
+int drawable notification_icon_background 0x7f080126
+int drawable notification_template_icon_bg 0x7f080127
+int drawable notification_template_icon_low_bg 0x7f080128
+int drawable notification_tile_bg 0x7f080129
+int drawable notify_panel_notification_icon_bg 0x7f08012a
+int drawable panel_shadow_bg_light 0x7f08012b
+int drawable public_arrow_back_iv 0x7f08012c
+int drawable search_information_normal 0x7f08012d
+int drawable search_information_press 0x7f08012e
+int drawable tanlu_gradual_change_bg_light 0x7f08012f
+int drawable tanlu_navi 0x7f080130
+int drawable tanlu_normal_image_light 0x7f080131
+int drawable tc_10 0x7f080132
+int drawable tc_11 0x7f080133
+int drawable tc_12 0x7f080134
+int drawable tc_13 0x7f080135
+int drawable tc_14 0x7f080136
+int drawable tc_15 0x7f080137
+int drawable tc_16 0x7f080138
+int drawable tc_17 0x7f080139
+int drawable tc_20 0x7f08013a
+int drawable tc_21 0x7f08013b
+int drawable tc_22 0x7f08013c
+int drawable tc_23 0x7f08013d
+int drawable tc_24 0x7f08013e
+int drawable tc_25 0x7f08013f
+int drawable tc_26 0x7f080140
+int drawable tc_27 0x7f080141
+int drawable tc_28 0x7f080142
+int drawable tc_30 0x7f080143
+int drawable tc_31 0x7f080144
+int drawable tc_32 0x7f080145
+int drawable tc_33 0x7f080146
+int drawable tc_34 0x7f080147
+int drawable tc_35 0x7f080148
+int drawable tc_36 0x7f080149
+int drawable tc_37 0x7f08014a
+int drawable tc_38 0x7f08014b
+int drawable tc_39 0x7f08014c
+int drawable tc_40 0x7f08014d
+int drawable tc_41 0x7f08014e
+int drawable tc_42 0x7f08014f
+int drawable tc_43 0x7f080150
+int drawable tc_44 0x7f080151
+int drawable tc_68 0x7f080152
+int drawable tc_84 0x7f080153
+int drawable tc_85 0x7f080154
+int drawable tooltip_frame_dark 0x7f080155
+int drawable tooltip_frame_light 0x7f080156
+int drawable v2x_alert_window_bg_light 0x7f080157
+int drawable v2x_drawable_event_more_bkg_light 0x7f080158
+int drawable v2x_panel_color_bg_light 0x7f080159
+int drawable v2x_shadow_shape_view_light 0x7f08015a
+int drawable v2xt_dw_common_corner_bkg_dark_light 0x7f08015b
+int drawable video_loading_img 0x7f08015c
+int id accessibility_action_clickable_span 0x7f0b0001
+int id accessibility_custom_action_0 0x7f0b0002
+int id accessibility_custom_action_1 0x7f0b0003
+int id accessibility_custom_action_10 0x7f0b0004
+int id accessibility_custom_action_11 0x7f0b0005
+int id accessibility_custom_action_12 0x7f0b0006
+int id accessibility_custom_action_13 0x7f0b0007
+int id accessibility_custom_action_14 0x7f0b0008
+int id accessibility_custom_action_15 0x7f0b0009
+int id accessibility_custom_action_16 0x7f0b000a
+int id accessibility_custom_action_17 0x7f0b000b
+int id accessibility_custom_action_18 0x7f0b000c
+int id accessibility_custom_action_19 0x7f0b000d
+int id accessibility_custom_action_2 0x7f0b000e
+int id accessibility_custom_action_20 0x7f0b000f
+int id accessibility_custom_action_21 0x7f0b0010
+int id accessibility_custom_action_22 0x7f0b0011
+int id accessibility_custom_action_23 0x7f0b0012
+int id accessibility_custom_action_24 0x7f0b0013
+int id accessibility_custom_action_25 0x7f0b0014
+int id accessibility_custom_action_26 0x7f0b0015
+int id accessibility_custom_action_27 0x7f0b0016
+int id accessibility_custom_action_28 0x7f0b0017
+int id accessibility_custom_action_29 0x7f0b0018
+int id accessibility_custom_action_3 0x7f0b0019
+int id accessibility_custom_action_30 0x7f0b001a
+int id accessibility_custom_action_31 0x7f0b001b
+int id accessibility_custom_action_4 0x7f0b001c
+int id accessibility_custom_action_5 0x7f0b001d
+int id accessibility_custom_action_6 0x7f0b001e
+int id accessibility_custom_action_7 0x7f0b001f
+int id accessibility_custom_action_8 0x7f0b0020
+int id accessibility_custom_action_9 0x7f0b0021
+int id action0 0x7f0b0022
+int id action_bar 0x7f0b0023
+int id action_bar_activity_content 0x7f0b0024
+int id action_bar_container 0x7f0b0025
+int id action_bar_root 0x7f0b0026
+int id action_bar_spinner 0x7f0b0027
+int id action_bar_subtitle 0x7f0b0028
+int id action_bar_title 0x7f0b0029
+int id action_container 0x7f0b002a
+int id action_context_bar 0x7f0b002b
+int id action_divider 0x7f0b002c
+int id action_image 0x7f0b002d
+int id action_menu_divider 0x7f0b002e
+int id action_menu_presenter 0x7f0b002f
+int id action_mode_bar 0x7f0b0030
+int id action_mode_bar_stub 0x7f0b0031
+int id action_mode_close_button 0x7f0b0032
+int id action_text 0x7f0b0033
+int id actions 0x7f0b0034
+int id activity_chooser_view_content 0x7f0b0035
+int id add 0x7f0b0036
+int id alertTitle 0x7f0b0037
+int id async 0x7f0b0038
+int id blocking 0x7f0b0039
+int id bottom 0x7f0b003a
+int id buttonPanel 0x7f0b003b
+int id cancel_action 0x7f0b003c
+int id center 0x7f0b003d
+int id centerCrop 0x7f0b003e
+int id centerInside 0x7f0b003f
+int id checkbox 0x7f0b0040
+int id checked 0x7f0b0041
+int id chronometer 0x7f0b0042
+int id circle 0x7f0b0043
+int id content 0x7f0b0044
+int id contentPanel 0x7f0b0045
+int id custom 0x7f0b0046
+int id customPanel 0x7f0b0047
+int id decor_content_parent 0x7f0b0048
+int id default_activity_button 0x7f0b0049
+int id dialog_button 0x7f0b004a
+int id edit_query 0x7f0b004b
+int id end 0x7f0b004c
+int id end_padder 0x7f0b004d
+int id expand_activities_button 0x7f0b004e
+int id expanded_menu 0x7f0b004f
+int id fitCenter 0x7f0b0050
+int id fitEnd 0x7f0b0051
+int id fitStart 0x7f0b0052
+int id fitXY 0x7f0b0053
+int id focusCrop 0x7f0b0054
+int id forever 0x7f0b0055
+int id glide_custom_view_target_tag 0x7f0b0056
+int id gone 0x7f0b0057
+int id group_divider 0x7f0b0058
+int id home 0x7f0b0059
+int id horizontal 0x7f0b005a
+int id icon 0x7f0b005b
+int id icon_group 0x7f0b005c
+int id image 0x7f0b005d
+int id info 0x7f0b005e
+int id invisible 0x7f0b005f
+int id italic 0x7f0b0060
+int id item_touch_helper_previous_elevation 0x7f0b0061
+int id left 0x7f0b0062
+int id line1 0x7f0b0063
+int id line3 0x7f0b0064
+int id listMode 0x7f0b0065
+int id list_item 0x7f0b0066
+int id media_actions 0x7f0b0067
+int id message 0x7f0b0068
+int id module_commons_toast_left_drawable 0x7f0b0069
+int id module_commons_toast_msg 0x7f0b006a
+int id module_commons_wm_dialog_button_cancel 0x7f0b006b
+int id module_commons_wm_dialog_button_ok 0x7f0b006c
+int id module_commons_wm_dialog_content 0x7f0b006d
+int id multiply 0x7f0b006e
+int id none 0x7f0b006f
+int id normal 0x7f0b0070
+int id notification_background 0x7f0b0071
+int id notification_main_column 0x7f0b0072
+int id notification_main_column_container 0x7f0b0073
+int id off 0x7f0b0074
+int id on 0x7f0b0075
+int id packed 0x7f0b0076
+int id parent 0x7f0b0077
+int id parentPanel 0x7f0b0078
+int id percent 0x7f0b0079
+int id progress_circular 0x7f0b007a
+int id progress_horizontal 0x7f0b007b
+int id radio 0x7f0b007c
+int id right 0x7f0b007d
+int id right_icon 0x7f0b007e
+int id right_side 0x7f0b007f
+int id round 0x7f0b0080
+int id screen 0x7f0b0081
+int id scrollIndicatorDown 0x7f0b0082
+int id scrollIndicatorUp 0x7f0b0083
+int id scrollView 0x7f0b0084
+int id search_badge 0x7f0b0085
+int id search_bar 0x7f0b0086
+int id search_button 0x7f0b0087
+int id search_close_btn 0x7f0b0088
+int id search_edit_frame 0x7f0b0089
+int id search_go_btn 0x7f0b008a
+int id search_mag_icon 0x7f0b008b
+int id search_plate 0x7f0b008c
+int id search_src_text 0x7f0b008d
+int id search_voice_btn 0x7f0b008e
+int id select_dialog_listview 0x7f0b008f
+int id shape_id 0x7f0b0090
+int id shortcut 0x7f0b0091
+int id spacer 0x7f0b0092
+int id split_action_bar 0x7f0b0093
+int id spread 0x7f0b0094
+int id spread_inside 0x7f0b0095
+int id src_atop 0x7f0b0096
+int id src_in 0x7f0b0097
+int id src_over 0x7f0b0098
+int id start 0x7f0b0099
+int id status_bar_latest_event_content 0x7f0b009a
+int id submenuarrow 0x7f0b009b
+int id submit_area 0x7f0b009c
+int id tabMode 0x7f0b009d
+int id tag_accessibility_actions 0x7f0b009e
+int id tag_accessibility_clickable_spans 0x7f0b009f
+int id tag_accessibility_heading 0x7f0b00a0
+int id tag_accessibility_pane_title 0x7f0b00a1
+int id tag_screen_reader_focusable 0x7f0b00a2
+int id tag_transition_group 0x7f0b00a3
+int id tag_unhandled_key_event_manager 0x7f0b00a4
+int id tag_unhandled_key_listeners 0x7f0b00a5
+int id text 0x7f0b00a6
+int id text2 0x7f0b00a7
+int id textSpacerNoButtons 0x7f0b00a8
+int id textSpacerNoTitle 0x7f0b00a9
+int id time 0x7f0b00aa
+int id title 0x7f0b00ab
+int id titleDividerNoCustom 0x7f0b00ac
+int id title_template 0x7f0b00ad
+int id top 0x7f0b00ae
+int id topPanel 0x7f0b00af
+int id unchecked 0x7f0b00b0
+int id uniform 0x7f0b00b1
+int id up 0x7f0b00b2
+int id vertical 0x7f0b00b3
+int id wrap 0x7f0b00b4
+int id wrap_content 0x7f0b00b5
+int integer abc_config_activityDefaultDur 0x7f0c0001
+int integer abc_config_activityShortDur 0x7f0c0002
+int integer cancel_button_image_alpha 0x7f0c0003
+int integer config_tooltipAnimTime 0x7f0c0004
+int integer status_bar_notification_info_maxnum 0x7f0c0005
+int interpolator btn_checkbox_checked_mtrl_animation_interpolator_0 0x7f0d0001
+int interpolator btn_checkbox_checked_mtrl_animation_interpolator_1 0x7f0d0002
+int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_0 0x7f0d0003
+int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_1 0x7f0d0004
+int interpolator btn_radio_to_off_mtrl_animation_interpolator_0 0x7f0d0005
+int interpolator btn_radio_to_on_mtrl_animation_interpolator_0 0x7f0d0006
+int interpolator fast_out_slow_in 0x7f0d0007
+int layout abc_action_bar_title_item 0x7f0e0001
+int layout abc_action_bar_up_container 0x7f0e0002
+int layout abc_action_menu_item_layout 0x7f0e0003
+int layout abc_action_menu_layout 0x7f0e0004
+int layout abc_action_mode_bar 0x7f0e0005
+int layout abc_action_mode_close_item_material 0x7f0e0006
+int layout abc_activity_chooser_view 0x7f0e0007
+int layout abc_activity_chooser_view_list_item 0x7f0e0008
+int layout abc_alert_dialog_button_bar_material 0x7f0e0009
+int layout abc_alert_dialog_material 0x7f0e000a
+int layout abc_alert_dialog_title_material 0x7f0e000b
+int layout abc_cascading_menu_item_layout 0x7f0e000c
+int layout abc_dialog_title_material 0x7f0e000d
+int layout abc_expanded_menu_layout 0x7f0e000e
+int layout abc_list_menu_item_checkbox 0x7f0e000f
+int layout abc_list_menu_item_icon 0x7f0e0010
+int layout abc_list_menu_item_layout 0x7f0e0011
+int layout abc_list_menu_item_radio 0x7f0e0012
+int layout abc_popup_menu_header_item_layout 0x7f0e0013
+int layout abc_popup_menu_item_layout 0x7f0e0014
+int layout abc_screen_content_include 0x7f0e0015
+int layout abc_screen_simple 0x7f0e0016
+int layout abc_screen_simple_overlay_action_mode 0x7f0e0017
+int layout abc_screen_toolbar 0x7f0e0018
+int layout abc_search_dropdown_item_icons_2line 0x7f0e0019
+int layout abc_search_view 0x7f0e001a
+int layout abc_select_dialog_material 0x7f0e001b
+int layout abc_tooltip 0x7f0e001c
+int layout custom_dialog 0x7f0e001d
+int layout module_commons_layout_toast 0x7f0e001e
+int layout module_commons_layout_toast_with_left_drawable 0x7f0e001f
+int layout module_commons_layout_wm_dialog 0x7f0e0020
+int layout notification_action 0x7f0e0021
+int layout notification_action_tombstone 0x7f0e0022
+int layout notification_media_action 0x7f0e0023
+int layout notification_media_cancel_action 0x7f0e0024
+int layout notification_template_big_media 0x7f0e0025
+int layout notification_template_big_media_custom 0x7f0e0026
+int layout notification_template_big_media_narrow 0x7f0e0027
+int layout notification_template_big_media_narrow_custom 0x7f0e0028
+int layout notification_template_custom_big 0x7f0e0029
+int layout notification_template_icon_group 0x7f0e002a
+int layout notification_template_lines_media 0x7f0e002b
+int layout notification_template_media 0x7f0e002c
+int layout notification_template_media_custom 0x7f0e002d
+int layout notification_template_part_chronometer 0x7f0e002e
+int layout notification_template_part_time 0x7f0e002f
+int layout select_dialog_item_material 0x7f0e0030
+int layout select_dialog_multichoice_material 0x7f0e0031
+int layout select_dialog_singlechoice_material 0x7f0e0032
+int layout support_simple_spinner_dropdown_item 0x7f0e0033
+int string abc_action_bar_home_description 0x7f140001
+int string abc_action_bar_up_description 0x7f140002
+int string abc_action_menu_overflow_description 0x7f140003
+int string abc_action_mode_done 0x7f140004
+int string abc_activity_chooser_view_see_all 0x7f140005
+int string abc_activitychooserview_choose_application 0x7f140006
+int string abc_capital_off 0x7f140007
+int string abc_capital_on 0x7f140008
+int string abc_font_family_body_1_material 0x7f140009
+int string abc_font_family_body_2_material 0x7f14000a
+int string abc_font_family_button_material 0x7f14000b
+int string abc_font_family_caption_material 0x7f14000c
+int string abc_font_family_display_1_material 0x7f14000d
+int string abc_font_family_display_2_material 0x7f14000e
+int string abc_font_family_display_3_material 0x7f14000f
+int string abc_font_family_display_4_material 0x7f140010
+int string abc_font_family_headline_material 0x7f140011
+int string abc_font_family_menu_material 0x7f140012
+int string abc_font_family_subhead_material 0x7f140013
+int string abc_font_family_title_material 0x7f140014
+int string abc_menu_alt_shortcut_label 0x7f140015
+int string abc_menu_ctrl_shortcut_label 0x7f140016
+int string abc_menu_delete_shortcut_label 0x7f140017
+int string abc_menu_enter_shortcut_label 0x7f140018
+int string abc_menu_function_shortcut_label 0x7f140019
+int string abc_menu_meta_shortcut_label 0x7f14001a
+int string abc_menu_shift_shortcut_label 0x7f14001b
+int string abc_menu_space_shortcut_label 0x7f14001c
+int string abc_menu_sym_shortcut_label 0x7f14001d
+int string abc_prepend_shortcut_label 0x7f14001e
+int string abc_search_hint 0x7f14001f
+int string abc_searchview_description_clear 0x7f140020
+int string abc_searchview_description_query 0x7f140021
+int string abc_searchview_description_search 0x7f140022
+int string abc_searchview_description_submit 0x7f140023
+int string abc_searchview_description_voice 0x7f140024
+int string abc_shareactionprovider_share_with 0x7f140025
+int string abc_shareactionprovider_share_with_application 0x7f140026
+int string abc_toolbar_collapse_description 0x7f140027
+int string app_name 0x7f140028
+int string module_commons_button_cancel 0x7f140029
+int string module_commons_button_ok 0x7f14002a
+int string module_commons_exit_navi_content 0x7f14002b
+int string search_menu_title 0x7f14002c
+int string status_bar_notification_info_overflow 0x7f14002d
+int style AlertDialog_AppCompat 0x7f150001
+int style AlertDialog_AppCompat_Light 0x7f150002
+int style Animation_AppCompat_Dialog 0x7f150003
+int style Animation_AppCompat_DropDownUp 0x7f150004
+int style Animation_AppCompat_Tooltip 0x7f150005
+int style BaseFloatDialogStyle 0x7f150006
+int style Base_AlertDialog_AppCompat 0x7f150007
+int style Base_AlertDialog_AppCompat_Light 0x7f150008
+int style Base_Animation_AppCompat_Dialog 0x7f150009
+int style Base_Animation_AppCompat_DropDownUp 0x7f15000a
+int style Base_Animation_AppCompat_Tooltip 0x7f15000b
+int style Base_DialogWindowTitleBackground_AppCompat 0x7f15000c
+int style Base_DialogWindowTitle_AppCompat 0x7f15000d
+int style Base_TextAppearance_AppCompat 0x7f15000e
+int style Base_TextAppearance_AppCompat_Body1 0x7f15000f
+int style Base_TextAppearance_AppCompat_Body2 0x7f150010
+int style Base_TextAppearance_AppCompat_Button 0x7f150011
+int style Base_TextAppearance_AppCompat_Caption 0x7f150012
+int style Base_TextAppearance_AppCompat_Display1 0x7f150013
+int style Base_TextAppearance_AppCompat_Display2 0x7f150014
+int style Base_TextAppearance_AppCompat_Display3 0x7f150015
+int style Base_TextAppearance_AppCompat_Display4 0x7f150016
+int style Base_TextAppearance_AppCompat_Headline 0x7f150017
+int style Base_TextAppearance_AppCompat_Inverse 0x7f150018
+int style Base_TextAppearance_AppCompat_Large 0x7f150019
+int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f15001a
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f15001b
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f15001c
+int style Base_TextAppearance_AppCompat_Medium 0x7f15001d
+int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f15001e
+int style Base_TextAppearance_AppCompat_Menu 0x7f15001f
+int style Base_TextAppearance_AppCompat_SearchResult 0x7f150020
+int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f150021
+int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f150022
+int style Base_TextAppearance_AppCompat_Small 0x7f150023
+int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f150024
+int style Base_TextAppearance_AppCompat_Subhead 0x7f150025
+int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f150026
+int style Base_TextAppearance_AppCompat_Title 0x7f150027
+int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f150028
+int style Base_TextAppearance_AppCompat_Tooltip 0x7f150029
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f15002a
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f15002b
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f15002c
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f15002d
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f15002e
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f15002f
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f150030
+int style Base_TextAppearance_AppCompat_Widget_Button 0x7f150031
+int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f150032
+int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x7f150033
+int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f150034
+int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f150035
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f150036
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f150037
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f150038
+int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f150039
+int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f15003a
+int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f15003b
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f15003c
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f15003d
+int style Base_ThemeOverlay_AppCompat 0x7f15003e
+int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f15003f
+int style Base_ThemeOverlay_AppCompat_Dark 0x7f150040
+int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f150041
+int style Base_ThemeOverlay_AppCompat_Dialog 0x7f150042
+int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x7f150043
+int style Base_ThemeOverlay_AppCompat_Light 0x7f150044
+int style Base_Theme_AppCompat 0x7f150045
+int style Base_Theme_AppCompat_CompactMenu 0x7f150046
+int style Base_Theme_AppCompat_Dialog 0x7f150047
+int style Base_Theme_AppCompat_DialogWhenLarge 0x7f150048
+int style Base_Theme_AppCompat_Dialog_Alert 0x7f150049
+int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f15004a
+int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f15004b
+int style Base_Theme_AppCompat_Light 0x7f15004c
+int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f15004d
+int style Base_Theme_AppCompat_Light_Dialog 0x7f15004e
+int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f15004f
+int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f150050
+int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f150051
+int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f150052
+int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x7f150053
+int style Base_V21_Theme_AppCompat 0x7f150054
+int style Base_V21_Theme_AppCompat_Dialog 0x7f150055
+int style Base_V21_Theme_AppCompat_Light 0x7f150056
+int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f150057
+int style Base_V22_Theme_AppCompat 0x7f150058
+int style Base_V22_Theme_AppCompat_Light 0x7f150059
+int style Base_V23_Theme_AppCompat 0x7f15005a
+int style Base_V23_Theme_AppCompat_Light 0x7f15005b
+int style Base_V26_Theme_AppCompat 0x7f15005c
+int style Base_V26_Theme_AppCompat_Light 0x7f15005d
+int style Base_V26_Widget_AppCompat_Toolbar 0x7f15005e
+int style Base_V28_Theme_AppCompat 0x7f15005f
+int style Base_V28_Theme_AppCompat_Light 0x7f150060
+int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x7f150061
+int style Base_V7_Theme_AppCompat 0x7f150062
+int style Base_V7_Theme_AppCompat_Dialog 0x7f150063
+int style Base_V7_Theme_AppCompat_Light 0x7f150064
+int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f150065
+int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f150066
+int style Base_V7_Widget_AppCompat_EditText 0x7f150067
+int style Base_V7_Widget_AppCompat_Toolbar 0x7f150068
+int style Base_Widget_AppCompat_ActionBar 0x7f150069
+int style Base_Widget_AppCompat_ActionBar_Solid 0x7f15006a
+int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f15006b
+int style Base_Widget_AppCompat_ActionBar_TabText 0x7f15006c
+int style Base_Widget_AppCompat_ActionBar_TabView 0x7f15006d
+int style Base_Widget_AppCompat_ActionButton 0x7f15006e
+int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f15006f
+int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f150070
+int style Base_Widget_AppCompat_ActionMode 0x7f150071
+int style Base_Widget_AppCompat_ActivityChooserView 0x7f150072
+int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f150073
+int style Base_Widget_AppCompat_Button 0x7f150074
+int style Base_Widget_AppCompat_ButtonBar 0x7f150075
+int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f150076
+int style Base_Widget_AppCompat_Button_Borderless 0x7f150077
+int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f150078
+int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f150079
+int style Base_Widget_AppCompat_Button_Colored 0x7f15007a
+int style Base_Widget_AppCompat_Button_Small 0x7f15007b
+int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f15007c
+int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f15007d
+int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f15007e
+int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f15007f
+int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f150080
+int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f150081
+int style Base_Widget_AppCompat_EditText 0x7f150082
+int style Base_Widget_AppCompat_ImageButton 0x7f150083
+int style Base_Widget_AppCompat_Light_ActionBar 0x7f150084
+int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f150085
+int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f150086
+int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f150087
+int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f150088
+int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f150089
+int style Base_Widget_AppCompat_Light_PopupMenu 0x7f15008a
+int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f15008b
+int style Base_Widget_AppCompat_ListMenuView 0x7f15008c
+int style Base_Widget_AppCompat_ListPopupWindow 0x7f15008d
+int style Base_Widget_AppCompat_ListView 0x7f15008e
+int style Base_Widget_AppCompat_ListView_DropDown 0x7f15008f
+int style Base_Widget_AppCompat_ListView_Menu 0x7f150090
+int style Base_Widget_AppCompat_PopupMenu 0x7f150091
+int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f150092
+int style Base_Widget_AppCompat_PopupWindow 0x7f150093
+int style Base_Widget_AppCompat_ProgressBar 0x7f150094
+int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f150095
+int style Base_Widget_AppCompat_RatingBar 0x7f150096
+int style Base_Widget_AppCompat_RatingBar_Indicator 0x7f150097
+int style Base_Widget_AppCompat_RatingBar_Small 0x7f150098
+int style Base_Widget_AppCompat_SearchView 0x7f150099
+int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f15009a
+int style Base_Widget_AppCompat_SeekBar 0x7f15009b
+int style Base_Widget_AppCompat_SeekBar_Discrete 0x7f15009c
+int style Base_Widget_AppCompat_Spinner 0x7f15009d
+int style Base_Widget_AppCompat_Spinner_Underlined 0x7f15009e
+int style Base_Widget_AppCompat_TextView 0x7f15009f
+int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f1500a0
+int style Base_Widget_AppCompat_Toolbar 0x7f1500a1
+int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f1500a2
+int style Platform_AppCompat 0x7f1500a3
+int style Platform_AppCompat_Light 0x7f1500a4
+int style Platform_ThemeOverlay_AppCompat 0x7f1500a5
+int style Platform_ThemeOverlay_AppCompat_Dark 0x7f1500a6
+int style Platform_ThemeOverlay_AppCompat_Light 0x7f1500a7
+int style Platform_V21_AppCompat 0x7f1500a8
+int style Platform_V21_AppCompat_Light 0x7f1500a9
+int style Platform_V25_AppCompat 0x7f1500aa
+int style Platform_V25_AppCompat_Light 0x7f1500ab
+int style Platform_Widget_AppCompat_Spinner 0x7f1500ac
+int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f1500ad
+int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f1500ae
+int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f1500af
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f1500b0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f1500b1
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut 0x7f1500b2
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow 0x7f1500b3
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f1500b4
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title 0x7f1500b5
+int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f1500b6
+int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f1500b7
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f1500b8
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f1500b9
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f1500ba
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f1500bb
+int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f1500bc
+int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f1500bd
+int style TextAppearance_AppCompat 0x7f1500be
+int style TextAppearance_AppCompat_Body1 0x7f1500bf
+int style TextAppearance_AppCompat_Body2 0x7f1500c0
+int style TextAppearance_AppCompat_Button 0x7f1500c1
+int style TextAppearance_AppCompat_Caption 0x7f1500c2
+int style TextAppearance_AppCompat_Display1 0x7f1500c3
+int style TextAppearance_AppCompat_Display2 0x7f1500c4
+int style TextAppearance_AppCompat_Display3 0x7f1500c5
+int style TextAppearance_AppCompat_Display4 0x7f1500c6
+int style TextAppearance_AppCompat_Headline 0x7f1500c7
+int style TextAppearance_AppCompat_Inverse 0x7f1500c8
+int style TextAppearance_AppCompat_Large 0x7f1500c9
+int style TextAppearance_AppCompat_Large_Inverse 0x7f1500ca
+int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f1500cb
+int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f1500cc
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f1500cd
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f1500ce
+int style TextAppearance_AppCompat_Medium 0x7f1500cf
+int style TextAppearance_AppCompat_Medium_Inverse 0x7f1500d0
+int style TextAppearance_AppCompat_Menu 0x7f1500d1
+int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f1500d2
+int style TextAppearance_AppCompat_SearchResult_Title 0x7f1500d3
+int style TextAppearance_AppCompat_Small 0x7f1500d4
+int style TextAppearance_AppCompat_Small_Inverse 0x7f1500d5
+int style TextAppearance_AppCompat_Subhead 0x7f1500d6
+int style TextAppearance_AppCompat_Subhead_Inverse 0x7f1500d7
+int style TextAppearance_AppCompat_Title 0x7f1500d8
+int style TextAppearance_AppCompat_Title_Inverse 0x7f1500d9
+int style TextAppearance_AppCompat_Tooltip 0x7f1500da
+int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f1500db
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f1500dc
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f1500dd
+int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f1500de
+int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f1500df
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f1500e0
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f1500e1
+int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f1500e2
+int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f1500e3
+int style TextAppearance_AppCompat_Widget_Button 0x7f1500e4
+int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f1500e5
+int style TextAppearance_AppCompat_Widget_Button_Colored 0x7f1500e6
+int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f1500e7
+int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f1500e8
+int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f1500e9
+int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f1500ea
+int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f1500eb
+int style TextAppearance_AppCompat_Widget_Switch 0x7f1500ec
+int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f1500ed
+int style TextAppearance_Compat_Notification 0x7f1500ee
+int style TextAppearance_Compat_Notification_Info 0x7f1500ef
+int style TextAppearance_Compat_Notification_Info_Media 0x7f1500f0
+int style TextAppearance_Compat_Notification_Line2 0x7f1500f1
+int style TextAppearance_Compat_Notification_Line2_Media 0x7f1500f2
+int style TextAppearance_Compat_Notification_Media 0x7f1500f3
+int style TextAppearance_Compat_Notification_Time 0x7f1500f4
+int style TextAppearance_Compat_Notification_Time_Media 0x7f1500f5
+int style TextAppearance_Compat_Notification_Title 0x7f1500f6
+int style TextAppearance_Compat_Notification_Title_Media 0x7f1500f7
+int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f1500f8
+int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f1500f9
+int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f1500fa
+int style ThemeOverlay_AppCompat 0x7f1500fb
+int style ThemeOverlay_AppCompat_ActionBar 0x7f1500fc
+int style ThemeOverlay_AppCompat_Dark 0x7f1500fd
+int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f1500fe
+int style ThemeOverlay_AppCompat_DayNight 0x7f1500ff
+int style ThemeOverlay_AppCompat_DayNight_ActionBar 0x7f150100
+int style ThemeOverlay_AppCompat_Dialog 0x7f150101
+int style ThemeOverlay_AppCompat_Dialog_Alert 0x7f150102
+int style ThemeOverlay_AppCompat_Light 0x7f150103
+int style Theme_AppCompat 0x7f150104
+int style Theme_AppCompat_CompactMenu 0x7f150105
+int style Theme_AppCompat_DayNight 0x7f150106
+int style Theme_AppCompat_DayNight_DarkActionBar 0x7f150107
+int style Theme_AppCompat_DayNight_Dialog 0x7f150108
+int style Theme_AppCompat_DayNight_DialogWhenLarge 0x7f150109
+int style Theme_AppCompat_DayNight_Dialog_Alert 0x7f15010a
+int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x7f15010b
+int style Theme_AppCompat_DayNight_NoActionBar 0x7f15010c
+int style Theme_AppCompat_Dialog 0x7f15010d
+int style Theme_AppCompat_DialogWhenLarge 0x7f15010e
+int style Theme_AppCompat_Dialog_Alert 0x7f15010f
+int style Theme_AppCompat_Dialog_MinWidth 0x7f150110
+int style Theme_AppCompat_Light 0x7f150111
+int style Theme_AppCompat_Light_DarkActionBar 0x7f150112
+int style Theme_AppCompat_Light_Dialog 0x7f150113
+int style Theme_AppCompat_Light_DialogWhenLarge 0x7f150114
+int style Theme_AppCompat_Light_Dialog_Alert 0x7f150115
+int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f150116
+int style Theme_AppCompat_Light_NoActionBar 0x7f150117
+int style Theme_AppCompat_NoActionBar 0x7f150118
+int style Widget_AppCompat_ActionBar 0x7f150119
+int style Widget_AppCompat_ActionBar_Solid 0x7f15011a
+int style Widget_AppCompat_ActionBar_TabBar 0x7f15011b
+int style Widget_AppCompat_ActionBar_TabText 0x7f15011c
+int style Widget_AppCompat_ActionBar_TabView 0x7f15011d
+int style Widget_AppCompat_ActionButton 0x7f15011e
+int style Widget_AppCompat_ActionButton_CloseMode 0x7f15011f
+int style Widget_AppCompat_ActionButton_Overflow 0x7f150120
+int style Widget_AppCompat_ActionMode 0x7f150121
+int style Widget_AppCompat_ActivityChooserView 0x7f150122
+int style Widget_AppCompat_AutoCompleteTextView 0x7f150123
+int style Widget_AppCompat_Button 0x7f150124
+int style Widget_AppCompat_ButtonBar 0x7f150125
+int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f150126
+int style Widget_AppCompat_Button_Borderless 0x7f150127
+int style Widget_AppCompat_Button_Borderless_Colored 0x7f150128
+int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f150129
+int style Widget_AppCompat_Button_Colored 0x7f15012a
+int style Widget_AppCompat_Button_Small 0x7f15012b
+int style Widget_AppCompat_CompoundButton_CheckBox 0x7f15012c
+int style Widget_AppCompat_CompoundButton_RadioButton 0x7f15012d
+int style Widget_AppCompat_CompoundButton_Switch 0x7f15012e
+int style Widget_AppCompat_DrawerArrowToggle 0x7f15012f
+int style Widget_AppCompat_DropDownItem_Spinner 0x7f150130
+int style Widget_AppCompat_EditText 0x7f150131
+int style Widget_AppCompat_ImageButton 0x7f150132
+int style Widget_AppCompat_Light_ActionBar 0x7f150133
+int style Widget_AppCompat_Light_ActionBar_Solid 0x7f150134
+int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f150135
+int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f150136
+int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f150137
+int style Widget_AppCompat_Light_ActionBar_TabText 0x7f150138
+int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f150139
+int style Widget_AppCompat_Light_ActionBar_TabView 0x7f15013a
+int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f15013b
+int style Widget_AppCompat_Light_ActionButton 0x7f15013c
+int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f15013d
+int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f15013e
+int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f15013f
+int style Widget_AppCompat_Light_ActivityChooserView 0x7f150140
+int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f150141
+int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f150142
+int style Widget_AppCompat_Light_ListPopupWindow 0x7f150143
+int style Widget_AppCompat_Light_ListView_DropDown 0x7f150144
+int style Widget_AppCompat_Light_PopupMenu 0x7f150145
+int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f150146
+int style Widget_AppCompat_Light_SearchView 0x7f150147
+int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f150148
+int style Widget_AppCompat_ListMenuView 0x7f150149
+int style Widget_AppCompat_ListPopupWindow 0x7f15014a
+int style Widget_AppCompat_ListView 0x7f15014b
+int style Widget_AppCompat_ListView_DropDown 0x7f15014c
+int style Widget_AppCompat_ListView_Menu 0x7f15014d
+int style Widget_AppCompat_PopupMenu 0x7f15014e
+int style Widget_AppCompat_PopupMenu_Overflow 0x7f15014f
+int style Widget_AppCompat_PopupWindow 0x7f150150
+int style Widget_AppCompat_ProgressBar 0x7f150151
+int style Widget_AppCompat_ProgressBar_Horizontal 0x7f150152
+int style Widget_AppCompat_RatingBar 0x7f150153
+int style Widget_AppCompat_RatingBar_Indicator 0x7f150154
+int style Widget_AppCompat_RatingBar_Small 0x7f150155
+int style Widget_AppCompat_SearchView 0x7f150156
+int style Widget_AppCompat_SearchView_ActionBar 0x7f150157
+int style Widget_AppCompat_SeekBar 0x7f150158
+int style Widget_AppCompat_SeekBar_Discrete 0x7f150159
+int style Widget_AppCompat_Spinner 0x7f15015a
+int style Widget_AppCompat_Spinner_DropDown 0x7f15015b
+int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f15015c
+int style Widget_AppCompat_Spinner_Underlined 0x7f15015d
+int style Widget_AppCompat_TextView 0x7f15015e
+int style Widget_AppCompat_TextView_SpinnerItem 0x7f15015f
+int style Widget_AppCompat_Toolbar 0x7f150160
+int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f150161
+int style Widget_Compat_NotificationActionContainer 0x7f150162
+int style Widget_Compat_NotificationActionText 0x7f150163
+int style Widget_Support_CoordinatorLayout 0x7f150164
+int[] styleable ActionBar { 0x7f040034, 0x7f040036, 0x7f040037, 0x7f040062, 0x7f040063, 0x7f040064, 0x7f040065, 0x7f040066, 0x7f040067, 0x7f04006a, 0x7f04006f, 0x7f040070, 0x7f040084, 0x7f04009d, 0x7f04009e, 0x7f04009f, 0x7f0400a0, 0x7f0400a1, 0x7f0400a6, 0x7f0400a9, 0x7f0400f6, 0x7f04010b, 0x7f040119, 0x7f040120, 0x7f040121, 0x7f04014c, 0x7f04014f, 0x7f04016b, 0x7f040174 }
+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 { 0x7f040034, 0x7f040036, 0x7f04004f, 0x7f04009d, 0x7f04014f, 0x7f040174 }
+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 { 0x7f040086, 0x7f0400a7 }
+int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0
+int styleable ActivityChooserView_initialActivityCount 1
+int[] styleable AlertDialog { 0x10100f2, 0x7f040045, 0x7f040046, 0x7f0400eb, 0x7f0400ec, 0x7f040108, 0x7f04013f, 0x7f040140 }
+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, 0x7f040146, 0x7f040169, 0x7f04016a }
+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, 0x7f040166, 0x7f040167, 0x7f040168 }
+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, 0x7f04002f, 0x7f040030, 0x7f040031, 0x7f040032, 0x7f040033, 0x7f040074, 0x7f040075, 0x7f040076, 0x7f040077, 0x7f040079, 0x7f04007a, 0x7f04007b, 0x7f04007c, 0x7f04008f, 0x7f040091, 0x7f040099, 0x7f0400ab, 0x7f0400e6, 0x7f040155, 0x7f040160 }
+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_drawableBottomCompat 6
+int styleable AppCompatTextView_drawableEndCompat 7
+int styleable AppCompatTextView_drawableLeftCompat 8
+int styleable AppCompatTextView_drawableRightCompat 9
+int styleable AppCompatTextView_drawableStartCompat 10
+int styleable AppCompatTextView_drawableTint 11
+int styleable AppCompatTextView_drawableTintMode 12
+int styleable AppCompatTextView_drawableTopCompat 13
+int styleable AppCompatTextView_firstBaselineToTopHeight 14
+int styleable AppCompatTextView_fontFamily 15
+int styleable AppCompatTextView_fontVariationSettings 16
+int styleable AppCompatTextView_lastBaselineToBottomHeight 17
+int styleable AppCompatTextView_lineHeight 18
+int styleable AppCompatTextView_textAllCaps 19
+int styleable AppCompatTextView_textLocale 20
+int[] styleable AppCompatTheme { 0x7f040001, 0x7f040002, 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f04000d, 0x7f04000f, 0x7f040010, 0x7f040011, 0x7f040012, 0x7f040013, 0x7f040014, 0x7f040015, 0x7f040016, 0x7f040017, 0x7f040018, 0x7f040019, 0x7f04001a, 0x7f04001b, 0x7f04001c, 0x7f04001d, 0x7f04001e, 0x7f04001f, 0x7f040022, 0x7f040025, 0x7f040026, 0x7f040027, 0x7f040028, 0x10100ae, 0x1010057, 0x7f04002e, 0x7f04003d, 0x7f04003e, 0x7f04003f, 0x7f040040, 0x7f040041, 0x7f040042, 0x7f040047, 0x7f040048, 0x7f04004c, 0x7f04004d, 0x7f040053, 0x7f040054, 0x7f040055, 0x7f040056, 0x7f040057, 0x7f040058, 0x7f040059, 0x7f04005a, 0x7f04005b, 0x7f04005c, 0x7f040068, 0x7f04006c, 0x7f04006d, 0x7f04006e, 0x7f040071, 0x7f040073, 0x7f04007e, 0x7f04007f, 0x7f040081, 0x7f040082, 0x7f040083, 0x7f04009f, 0x7f0400a5, 0x7f0400e7, 0x7f0400e8, 0x7f0400e9, 0x7f0400ea, 0x7f0400ed, 0x7f0400ee, 0x7f0400ef, 0x7f0400f0, 0x7f0400f1, 0x7f0400f2, 0x7f0400f3, 0x7f0400f4, 0x7f0400f5, 0x7f040113, 0x7f040114, 0x7f040115, 0x7f040118, 0x7f04011a, 0x7f040124, 0x7f040125, 0x7f040126, 0x7f040127, 0x7f040138, 0x7f040139, 0x7f04013a, 0x7f04013b, 0x7f040143, 0x7f040144, 0x7f040153, 0x7f040156, 0x7f040157, 0x7f040158, 0x7f040159, 0x7f04015a, 0x7f04015b, 0x7f04015c, 0x7f04015d, 0x7f04015e, 0x7f04015f, 0x7f040175, 0x7f040176, 0x7f040177, 0x7f040178, 0x7f04017f, 0x7f040181, 0x7f040182, 0x7f040183, 0x7f040184, 0x7f040185, 0x7f040186, 0x7f040187, 0x7f040188, 0x7f040189, 0x7f04018a }
+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_listChoiceIndicatorMultipleAnimated 72
+int styleable AppCompatTheme_listChoiceIndicatorSingleAnimated 73
+int styleable AppCompatTheme_listDividerAlertDialog 74
+int styleable AppCompatTheme_listMenuViewStyle 75
+int styleable AppCompatTheme_listPopupWindowStyle 76
+int styleable AppCompatTheme_listPreferredItemHeight 77
+int styleable AppCompatTheme_listPreferredItemHeightLarge 78
+int styleable AppCompatTheme_listPreferredItemHeightSmall 79
+int styleable AppCompatTheme_listPreferredItemPaddingEnd 80
+int styleable AppCompatTheme_listPreferredItemPaddingLeft 81
+int styleable AppCompatTheme_listPreferredItemPaddingRight 82
+int styleable AppCompatTheme_listPreferredItemPaddingStart 83
+int styleable AppCompatTheme_panelBackground 84
+int styleable AppCompatTheme_panelMenuListTheme 85
+int styleable AppCompatTheme_panelMenuListWidth 86
+int styleable AppCompatTheme_popupMenuStyle 87
+int styleable AppCompatTheme_popupWindowStyle 88
+int styleable AppCompatTheme_radioButtonStyle 89
+int styleable AppCompatTheme_ratingBarStyle 90
+int styleable AppCompatTheme_ratingBarStyleIndicator 91
+int styleable AppCompatTheme_ratingBarStyleSmall 92
+int styleable AppCompatTheme_searchViewStyle 93
+int styleable AppCompatTheme_seekBarStyle 94
+int styleable AppCompatTheme_selectableItemBackground 95
+int styleable AppCompatTheme_selectableItemBackgroundBorderless 96
+int styleable AppCompatTheme_spinnerDropDownItemStyle 97
+int styleable AppCompatTheme_spinnerStyle 98
+int styleable AppCompatTheme_switchStyle 99
+int styleable AppCompatTheme_textAppearanceLargePopupMenu 100
+int styleable AppCompatTheme_textAppearanceListItem 101
+int styleable AppCompatTheme_textAppearanceListItemSecondary 102
+int styleable AppCompatTheme_textAppearanceListItemSmall 103
+int styleable AppCompatTheme_textAppearancePopupMenuHeader 104
+int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 105
+int styleable AppCompatTheme_textAppearanceSearchResultTitle 106
+int styleable AppCompatTheme_textAppearanceSmallPopupMenu 107
+int styleable AppCompatTheme_textColorAlertDialogListItem 108
+int styleable AppCompatTheme_textColorSearchUrl 109
+int styleable AppCompatTheme_toolbarNavigationButtonStyle 110
+int styleable AppCompatTheme_toolbarStyle 111
+int styleable AppCompatTheme_tooltipForegroundColor 112
+int styleable AppCompatTheme_tooltipFrameBackground 113
+int styleable AppCompatTheme_viewInflaterClass 114
+int styleable AppCompatTheme_windowActionBar 115
+int styleable AppCompatTheme_windowActionBarOverlay 116
+int styleable AppCompatTheme_windowActionModeOverlay 117
+int styleable AppCompatTheme_windowFixedHeightMajor 118
+int styleable AppCompatTheme_windowFixedHeightMinor 119
+int styleable AppCompatTheme_windowFixedWidthMajor 120
+int styleable AppCompatTheme_windowFixedWidthMinor 121
+int styleable AppCompatTheme_windowMinWidthMajor 122
+int styleable AppCompatTheme_windowMinWidthMinor 123
+int styleable AppCompatTheme_windowNoTitle 124
+int[] styleable ButtonBarLayout { 0x7f040029 }
+int styleable ButtonBarLayout_allowStacking 0
+int[] styleable ColorStateListItem { 0x7f04002a, 0x101031f, 0x10101a5 }
+int styleable ColorStateListItem_alpha 0
+int styleable ColorStateListItem_android_alpha 1
+int styleable ColorStateListItem_android_color 2
+int[] styleable CompoundButton { 0x1010107, 0x7f040043, 0x7f040049, 0x7f04004a }
+int styleable CompoundButton_android_button 0
+int styleable CompoundButton_buttonCompat 1
+int styleable CompoundButton_buttonTint 2
+int styleable CompoundButton_buttonTintMode 3
+int[] styleable ConstraintLayout_Layout { 0x1010120, 0x101011f, 0x1010140, 0x101013f, 0x10100c4, 0x7f04003b, 0x7f04003c, 0x7f04004b, 0x7f04005e, 0x7f04005f, 0x7f0400b1, 0x7f0400b2, 0x7f0400b3, 0x7f0400b4, 0x7f0400b5, 0x7f0400b6, 0x7f0400b7, 0x7f0400b8, 0x7f0400b9, 0x7f0400ba, 0x7f0400bb, 0x7f0400bc, 0x7f0400bd, 0x7f0400be, 0x7f0400bf, 0x7f0400c0, 0x7f0400c1, 0x7f0400c2, 0x7f0400c3, 0x7f0400c4, 0x7f0400c5, 0x7f0400c6, 0x7f0400c7, 0x7f0400c8, 0x7f0400c9, 0x7f0400ca, 0x7f0400cb, 0x7f0400cc, 0x7f0400cd, 0x7f0400ce, 0x7f0400cf, 0x7f0400d0, 0x7f0400d1, 0x7f0400d2, 0x7f0400d3, 0x7f0400d4, 0x7f0400d5, 0x7f0400d6, 0x7f0400d7, 0x7f0400d8, 0x7f0400d9, 0x7f0400db, 0x7f0400dc, 0x7f0400dd, 0x7f0400de, 0x7f0400df, 0x7f0400e0, 0x7f0400e1, 0x7f0400e2, 0x7f0400e5 }
+int styleable ConstraintLayout_Layout_android_maxHeight 0
+int styleable ConstraintLayout_Layout_android_maxWidth 1
+int styleable ConstraintLayout_Layout_android_minHeight 2
+int styleable ConstraintLayout_Layout_android_minWidth 3
+int styleable ConstraintLayout_Layout_android_orientation 4
+int styleable ConstraintLayout_Layout_barrierAllowsGoneWidgets 5
+int styleable ConstraintLayout_Layout_barrierDirection 6
+int styleable ConstraintLayout_Layout_chainUseRtl 7
+int styleable ConstraintLayout_Layout_constraintSet 8
+int styleable ConstraintLayout_Layout_constraint_referenced_ids 9
+int styleable ConstraintLayout_Layout_layout_constrainedHeight 10
+int styleable ConstraintLayout_Layout_layout_constrainedWidth 11
+int styleable ConstraintLayout_Layout_layout_constraintBaseline_creator 12
+int styleable ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf 13
+int styleable ConstraintLayout_Layout_layout_constraintBottom_creator 14
+int styleable ConstraintLayout_Layout_layout_constraintBottom_toBottomOf 15
+int styleable ConstraintLayout_Layout_layout_constraintBottom_toTopOf 16
+int styleable ConstraintLayout_Layout_layout_constraintCircle 17
+int styleable ConstraintLayout_Layout_layout_constraintCircleAngle 18
+int styleable ConstraintLayout_Layout_layout_constraintCircleRadius 19
+int styleable ConstraintLayout_Layout_layout_constraintDimensionRatio 20
+int styleable ConstraintLayout_Layout_layout_constraintEnd_toEndOf 21
+int styleable ConstraintLayout_Layout_layout_constraintEnd_toStartOf 22
+int styleable ConstraintLayout_Layout_layout_constraintGuide_begin 23
+int styleable ConstraintLayout_Layout_layout_constraintGuide_end 24
+int styleable ConstraintLayout_Layout_layout_constraintGuide_percent 25
+int styleable ConstraintLayout_Layout_layout_constraintHeight_default 26
+int styleable ConstraintLayout_Layout_layout_constraintHeight_max 27
+int styleable ConstraintLayout_Layout_layout_constraintHeight_min 28
+int styleable ConstraintLayout_Layout_layout_constraintHeight_percent 29
+int styleable ConstraintLayout_Layout_layout_constraintHorizontal_bias 30
+int styleable ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle 31
+int styleable ConstraintLayout_Layout_layout_constraintHorizontal_weight 32
+int styleable ConstraintLayout_Layout_layout_constraintLeft_creator 33
+int styleable ConstraintLayout_Layout_layout_constraintLeft_toLeftOf 34
+int styleable ConstraintLayout_Layout_layout_constraintLeft_toRightOf 35
+int styleable ConstraintLayout_Layout_layout_constraintRight_creator 36
+int styleable ConstraintLayout_Layout_layout_constraintRight_toLeftOf 37
+int styleable ConstraintLayout_Layout_layout_constraintRight_toRightOf 38
+int styleable ConstraintLayout_Layout_layout_constraintStart_toEndOf 39
+int styleable ConstraintLayout_Layout_layout_constraintStart_toStartOf 40
+int styleable ConstraintLayout_Layout_layout_constraintTop_creator 41
+int styleable ConstraintLayout_Layout_layout_constraintTop_toBottomOf 42
+int styleable ConstraintLayout_Layout_layout_constraintTop_toTopOf 43
+int styleable ConstraintLayout_Layout_layout_constraintVertical_bias 44
+int styleable ConstraintLayout_Layout_layout_constraintVertical_chainStyle 45
+int styleable ConstraintLayout_Layout_layout_constraintVertical_weight 46
+int styleable ConstraintLayout_Layout_layout_constraintWidth_default 47
+int styleable ConstraintLayout_Layout_layout_constraintWidth_max 48
+int styleable ConstraintLayout_Layout_layout_constraintWidth_min 49
+int styleable ConstraintLayout_Layout_layout_constraintWidth_percent 50
+int styleable ConstraintLayout_Layout_layout_editor_absoluteX 51
+int styleable ConstraintLayout_Layout_layout_editor_absoluteY 52
+int styleable ConstraintLayout_Layout_layout_goneMarginBottom 53
+int styleable ConstraintLayout_Layout_layout_goneMarginEnd 54
+int styleable ConstraintLayout_Layout_layout_goneMarginLeft 55
+int styleable ConstraintLayout_Layout_layout_goneMarginRight 56
+int styleable ConstraintLayout_Layout_layout_goneMarginStart 57
+int styleable ConstraintLayout_Layout_layout_goneMarginTop 58
+int styleable ConstraintLayout_Layout_layout_optimizationLevel 59
+int[] styleable ConstraintLayout_placeholder { 0x7f040060, 0x7f040085 }
+int styleable ConstraintLayout_placeholder_content 0
+int styleable ConstraintLayout_placeholder_emptyVisibility 1
+int[] styleable ConstraintSet { 0x101031f, 0x1010440, 0x10100d0, 0x10100f5, 0x10100fa, 0x10103b6, 0x10100f7, 0x10100f9, 0x10103b5, 0x10100f8, 0x10100f4, 0x1010120, 0x101011f, 0x1010140, 0x101013f, 0x10100c4, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x10103fa, 0x10100dc, 0x7f04003b, 0x7f04003c, 0x7f04004b, 0x7f04005f, 0x7f0400b1, 0x7f0400b2, 0x7f0400b3, 0x7f0400b4, 0x7f0400b5, 0x7f0400b6, 0x7f0400b7, 0x7f0400b8, 0x7f0400b9, 0x7f0400ba, 0x7f0400bb, 0x7f0400bc, 0x7f0400bd, 0x7f0400be, 0x7f0400bf, 0x7f0400c0, 0x7f0400c1, 0x7f0400c2, 0x7f0400c3, 0x7f0400c4, 0x7f0400c5, 0x7f0400c6, 0x7f0400c7, 0x7f0400c8, 0x7f0400c9, 0x7f0400ca, 0x7f0400cb, 0x7f0400cc, 0x7f0400cd, 0x7f0400ce, 0x7f0400cf, 0x7f0400d0, 0x7f0400d1, 0x7f0400d2, 0x7f0400d3, 0x7f0400d4, 0x7f0400d5, 0x7f0400d6, 0x7f0400d7, 0x7f0400d8, 0x7f0400d9, 0x7f0400db, 0x7f0400dc, 0x7f0400dd, 0x7f0400de, 0x7f0400df, 0x7f0400e0, 0x7f0400e1, 0x7f0400e2 }
+int styleable ConstraintSet_android_alpha 0
+int styleable ConstraintSet_android_elevation 1
+int styleable ConstraintSet_android_id 2
+int styleable ConstraintSet_android_layout_height 3
+int styleable ConstraintSet_android_layout_marginBottom 4
+int styleable ConstraintSet_android_layout_marginEnd 5
+int styleable ConstraintSet_android_layout_marginLeft 6
+int styleable ConstraintSet_android_layout_marginRight 7
+int styleable ConstraintSet_android_layout_marginStart 8
+int styleable ConstraintSet_android_layout_marginTop 9
+int styleable ConstraintSet_android_layout_width 10
+int styleable ConstraintSet_android_maxHeight 11
+int styleable ConstraintSet_android_maxWidth 12
+int styleable ConstraintSet_android_minHeight 13
+int styleable ConstraintSet_android_minWidth 14
+int styleable ConstraintSet_android_orientation 15
+int styleable ConstraintSet_android_rotation 16
+int styleable ConstraintSet_android_rotationX 17
+int styleable ConstraintSet_android_rotationY 18
+int styleable ConstraintSet_android_scaleX 19
+int styleable ConstraintSet_android_scaleY 20
+int styleable ConstraintSet_android_transformPivotX 21
+int styleable ConstraintSet_android_transformPivotY 22
+int styleable ConstraintSet_android_translationX 23
+int styleable ConstraintSet_android_translationY 24
+int styleable ConstraintSet_android_translationZ 25
+int styleable ConstraintSet_android_visibility 26
+int styleable ConstraintSet_barrierAllowsGoneWidgets 27
+int styleable ConstraintSet_barrierDirection 28
+int styleable ConstraintSet_chainUseRtl 29
+int styleable ConstraintSet_constraint_referenced_ids 30
+int styleable ConstraintSet_layout_constrainedHeight 31
+int styleable ConstraintSet_layout_constrainedWidth 32
+int styleable ConstraintSet_layout_constraintBaseline_creator 33
+int styleable ConstraintSet_layout_constraintBaseline_toBaselineOf 34
+int styleable ConstraintSet_layout_constraintBottom_creator 35
+int styleable ConstraintSet_layout_constraintBottom_toBottomOf 36
+int styleable ConstraintSet_layout_constraintBottom_toTopOf 37
+int styleable ConstraintSet_layout_constraintCircle 38
+int styleable ConstraintSet_layout_constraintCircleAngle 39
+int styleable ConstraintSet_layout_constraintCircleRadius 40
+int styleable ConstraintSet_layout_constraintDimensionRatio 41
+int styleable ConstraintSet_layout_constraintEnd_toEndOf 42
+int styleable ConstraintSet_layout_constraintEnd_toStartOf 43
+int styleable ConstraintSet_layout_constraintGuide_begin 44
+int styleable ConstraintSet_layout_constraintGuide_end 45
+int styleable ConstraintSet_layout_constraintGuide_percent 46
+int styleable ConstraintSet_layout_constraintHeight_default 47
+int styleable ConstraintSet_layout_constraintHeight_max 48
+int styleable ConstraintSet_layout_constraintHeight_min 49
+int styleable ConstraintSet_layout_constraintHeight_percent 50
+int styleable ConstraintSet_layout_constraintHorizontal_bias 51
+int styleable ConstraintSet_layout_constraintHorizontal_chainStyle 52
+int styleable ConstraintSet_layout_constraintHorizontal_weight 53
+int styleable ConstraintSet_layout_constraintLeft_creator 54
+int styleable ConstraintSet_layout_constraintLeft_toLeftOf 55
+int styleable ConstraintSet_layout_constraintLeft_toRightOf 56
+int styleable ConstraintSet_layout_constraintRight_creator 57
+int styleable ConstraintSet_layout_constraintRight_toLeftOf 58
+int styleable ConstraintSet_layout_constraintRight_toRightOf 59
+int styleable ConstraintSet_layout_constraintStart_toEndOf 60
+int styleable ConstraintSet_layout_constraintStart_toStartOf 61
+int styleable ConstraintSet_layout_constraintTop_creator 62
+int styleable ConstraintSet_layout_constraintTop_toBottomOf 63
+int styleable ConstraintSet_layout_constraintTop_toTopOf 64
+int styleable ConstraintSet_layout_constraintVertical_bias 65
+int styleable ConstraintSet_layout_constraintVertical_chainStyle 66
+int styleable ConstraintSet_layout_constraintVertical_weight 67
+int styleable ConstraintSet_layout_constraintWidth_default 68
+int styleable ConstraintSet_layout_constraintWidth_max 69
+int styleable ConstraintSet_layout_constraintWidth_min 70
+int styleable ConstraintSet_layout_constraintWidth_percent 71
+int styleable ConstraintSet_layout_editor_absoluteX 72
+int styleable ConstraintSet_layout_editor_absoluteY 73
+int styleable ConstraintSet_layout_goneMarginBottom 74
+int styleable ConstraintSet_layout_goneMarginEnd 75
+int styleable ConstraintSet_layout_goneMarginLeft 76
+int styleable ConstraintSet_layout_goneMarginRight 77
+int styleable ConstraintSet_layout_goneMarginStart 78
+int styleable ConstraintSet_layout_goneMarginTop 79
+int[] styleable CoordinatorLayout { 0x7f0400aa, 0x7f040149 }
+int styleable CoordinatorLayout_keylines 0
+int styleable CoordinatorLayout_statusBarBackground 1
+int[] styleable CoordinatorLayout_Layout { 0x10100b3, 0x7f0400ae, 0x7f0400af, 0x7f0400b0, 0x7f0400da, 0x7f0400e3, 0x7f0400e4 }
+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 DiscreteScrollView { 0x7f040080 }
+int styleable DiscreteScrollView_dsv_orientation 0
+int[] styleable DrawerArrowToggle { 0x7f04002c, 0x7f04002d, 0x7f04003a, 0x7f040052, 0x7f040078, 0x7f04009b, 0x7f040142, 0x7f040162 }
+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 { 0x7f040092, 0x7f040093, 0x7f040094, 0x7f040095, 0x7f040096, 0x7f040097 }
+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, 0x7f040090, 0x7f040098, 0x7f040099, 0x7f04009a, 0x7f04017d }
+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 GenericDraweeHierarchy { 0x7f040023, 0x7f040035, 0x7f040087, 0x7f040088, 0x7f040089, 0x7f04010e, 0x7f040116, 0x7f040117, 0x7f04011c, 0x7f04011d, 0x7f04011e, 0x7f04011f, 0x7f040129, 0x7f04012a, 0x7f04012c, 0x7f04012d, 0x7f04012e, 0x7f04012f, 0x7f040130, 0x7f040131, 0x7f040132, 0x7f040133, 0x7f040134, 0x7f040135, 0x7f04017e }
+int styleable GenericDraweeHierarchy_actualImageScaleType 0
+int styleable GenericDraweeHierarchy_backgroundImage 1
+int styleable GenericDraweeHierarchy_fadeDuration 2
+int styleable GenericDraweeHierarchy_failureImage 3
+int styleable GenericDraweeHierarchy_failureImageScaleType 4
+int styleable GenericDraweeHierarchy_overlayImage 5
+int styleable GenericDraweeHierarchy_placeholderImage 6
+int styleable GenericDraweeHierarchy_placeholderImageScaleType 7
+int styleable GenericDraweeHierarchy_pressedStateOverlayImage 8
+int styleable GenericDraweeHierarchy_progressBarAutoRotateInterval 9
+int styleable GenericDraweeHierarchy_progressBarImage 10
+int styleable GenericDraweeHierarchy_progressBarImageScaleType 11
+int styleable GenericDraweeHierarchy_retryImage 12
+int styleable GenericDraweeHierarchy_retryImageScaleType 13
+int styleable GenericDraweeHierarchy_roundAsCircle 14
+int styleable GenericDraweeHierarchy_roundBottomLeft 15
+int styleable GenericDraweeHierarchy_roundBottomRight 16
+int styleable GenericDraweeHierarchy_roundTopLeft 17
+int styleable GenericDraweeHierarchy_roundTopRight 18
+int styleable GenericDraweeHierarchy_roundWithOverlayColor 19
+int styleable GenericDraweeHierarchy_roundedCornerRadius 20
+int styleable GenericDraweeHierarchy_roundingBorderColor 21
+int styleable GenericDraweeHierarchy_roundingBorderPadding 22
+int styleable GenericDraweeHierarchy_roundingBorderWidth 23
+int styleable GenericDraweeHierarchy_viewAspectRatio 24
+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 LinearConstraintLayout { 0x10100c4 }
+int styleable LinearConstraintLayout_android_orientation 0
+int[] styleable LinearLayoutCompat { 0x1010126, 0x1010127, 0x10100af, 0x10100c4, 0x1010128, 0x7f040070, 0x7f040072, 0x7f0400f9, 0x7f04013d }
+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 { 0x7f04000e, 0x7f040020, 0x7f040021, 0x7f04002b, 0x10101e3, 0x10101e5, 0x1010106, 0x101000e, 0x1010002, 0x10100d0, 0x10101de, 0x10101e4, 0x101026f, 0x10101df, 0x10101e1, 0x10101e2, 0x1010194, 0x7f040061, 0x7f0400a2, 0x7f0400a3, 0x7f04010c, 0x7f04013c, 0x7f040179 }
+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, 0x7f04011b, 0x7f04014a }
+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 MogoImageView { 0x7f0400fb, 0x7f0400fc, 0x7f0400fd, 0x7f0400fe, 0x7f0400ff, 0x7f040100, 0x7f040101, 0x7f040102, 0x7f040103, 0x7f040104, 0x7f040105, 0x7f040106, 0x7f040107 }
+int styleable MogoImageView_miv_blurRadius 0
+int styleable MogoImageView_miv_borderColor 1
+int styleable MogoImageView_miv_bottomLeftRadius 2
+int styleable MogoImageView_miv_bottomRightRadius 3
+int styleable MogoImageView_miv_failureHolder 4
+int styleable MogoImageView_miv_isBlur 5
+int styleable MogoImageView_miv_overlayImageId 6
+int styleable MogoImageView_miv_placeHolder 7
+int styleable MogoImageView_miv_radius 8
+int styleable MogoImageView_miv_shape 9
+int styleable MogoImageView_miv_shapeBorderWidth 10
+int styleable MogoImageView_miv_topLeftRadius 11
+int styleable MogoImageView_miv_topRightRadius 12
+int[] styleable MogoSkinBackgroundHelper { 0x10100d4 }
+int styleable MogoSkinBackgroundHelper_android_background 0
+int[] styleable MogoSkinCompatImageView { 0x1010119, 0x1010121, 0x7f040146, 0x7f040169 }
+int styleable MogoSkinCompatImageView_android_src 0
+int styleable MogoSkinCompatImageView_android_tint 1
+int styleable MogoSkinCompatImageView_srcCompat 2
+int styleable MogoSkinCompatImageView_tint 3
+int[] styleable MogoSkinCompatTextHelper { 0x101016e, 0x1010393, 0x101016f, 0x1010170, 0x1010392, 0x101016d, 0x1010034 }
+int styleable MogoSkinCompatTextHelper_android_drawableBottom 0
+int styleable MogoSkinCompatTextHelper_android_drawableEnd 1
+int styleable MogoSkinCompatTextHelper_android_drawableLeft 2
+int styleable MogoSkinCompatTextHelper_android_drawableRight 3
+int styleable MogoSkinCompatTextHelper_android_drawableStart 4
+int styleable MogoSkinCompatTextHelper_android_drawableTop 5
+int styleable MogoSkinCompatTextHelper_android_textAppearance 6
+int[] styleable MogoSkinTextAppearance { 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x1010098, 0x101009a, 0x1010095, 0x1010097, 0x1010096, 0x7f040155 }
+int styleable MogoSkinTextAppearance_android_shadowColor 0
+int styleable MogoSkinTextAppearance_android_shadowDx 1
+int styleable MogoSkinTextAppearance_android_shadowDy 2
+int styleable MogoSkinTextAppearance_android_shadowRadius 3
+int styleable MogoSkinTextAppearance_android_textColor 4
+int styleable MogoSkinTextAppearance_android_textColorHint 5
+int styleable MogoSkinTextAppearance_android_textSize 6
+int styleable MogoSkinTextAppearance_android_textStyle 7
+int styleable MogoSkinTextAppearance_android_typeface 8
+int styleable MogoSkinTextAppearance_textAllCaps 9
+int[] styleable PopupWindow { 0x10102c9, 0x1010176, 0x7f04010d }
+int styleable PopupWindow_android_popupAnimationStyle 0
+int styleable PopupWindow_android_popupBackground 1
+int styleable PopupWindow_overlapAnchor 2
+int[] styleable PopupWindowBackgroundState { 0x7f040148 }
+int styleable PopupWindowBackgroundState_state_above_anchor 0
+int[] styleable RecycleListView { 0x7f04010f, 0x7f040112 }
+int styleable RecycleListView_paddingBottomNoButtons 0
+int styleable RecycleListView_paddingTopNoTitle 1
+int[] styleable RecyclerView { 0x10100eb, 0x10100f1, 0x10100c4, 0x7f04008a, 0x7f04008b, 0x7f04008c, 0x7f04008d, 0x7f04008e, 0x7f0400ad, 0x7f04012b, 0x7f040141, 0x7f040147 }
+int styleable RecyclerView_android_clipToPadding 0
+int styleable RecyclerView_android_descendantFocusability 1
+int styleable RecyclerView_android_orientation 2
+int styleable RecyclerView_fastScrollEnabled 3
+int styleable RecyclerView_fastScrollHorizontalThumbDrawable 4
+int styleable RecyclerView_fastScrollHorizontalTrackDrawable 5
+int styleable RecyclerView_fastScrollVerticalThumbDrawable 6
+int styleable RecyclerView_fastScrollVerticalTrackDrawable 7
+int styleable RecyclerView_layoutManager 8
+int styleable RecyclerView_reverseLayout 9
+int styleable RecyclerView_spanCount 10
+int styleable RecyclerView_stackFromEnd 11
+int[] styleable SearchView { 0x10100da, 0x1010264, 0x1010220, 0x101011f, 0x7f04004e, 0x7f04005d, 0x7f04006b, 0x7f04009c, 0x7f0400a4, 0x7f0400ac, 0x7f040122, 0x7f040123, 0x7f040136, 0x7f040137, 0x7f04014b, 0x7f040150, 0x7f040180 }
+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 SimpleDraweeView { 0x7f040024 }
+int styleable SimpleDraweeView_actualImageUri 0
+int[] styleable SkinCompatProgressBar { 0x101013b, 0x101013c }
+int styleable SkinCompatProgressBar_android_indeterminateDrawable 0
+int styleable SkinCompatProgressBar_android_progressDrawable 1
+int[] styleable Spinner { 0x1010262, 0x10100b2, 0x1010176, 0x101017b, 0x7f040119 }
+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, 0x7f04013e, 0x7f040145, 0x7f040151, 0x7f040152, 0x7f040154, 0x7f040163, 0x7f040164, 0x7f040165, 0x7f04017a, 0x7f04017b, 0x7f04017c }
+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, 0x1010585, 0x1010095, 0x1010097, 0x1010096, 0x7f040091, 0x7f040099, 0x7f040155, 0x7f040160 }
+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_textFontWeight 8
+int styleable TextAppearance_android_textSize 9
+int styleable TextAppearance_android_textStyle 10
+int styleable TextAppearance_android_typeface 11
+int styleable TextAppearance_fontFamily 12
+int styleable TextAppearance_fontVariationSettings 13
+int styleable TextAppearance_textAllCaps 14
+int styleable TextAppearance_textLocale 15
+int[] styleable Toolbar { 0x10100af, 0x1010140, 0x7f040044, 0x7f040050, 0x7f040051, 0x7f040062, 0x7f040063, 0x7f040064, 0x7f040065, 0x7f040066, 0x7f040067, 0x7f0400f6, 0x7f0400f7, 0x7f0400f8, 0x7f0400fa, 0x7f040109, 0x7f04010a, 0x7f040119, 0x7f04014c, 0x7f04014d, 0x7f04014e, 0x7f04016b, 0x7f04016c, 0x7f04016d, 0x7f04016e, 0x7f04016f, 0x7f040170, 0x7f040171, 0x7f040172, 0x7f040173 }
+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_menu 14
+int styleable Toolbar_navigationContentDescription 15
+int styleable Toolbar_navigationIcon 16
+int styleable Toolbar_popupTheme 17
+int styleable Toolbar_subtitle 18
+int styleable Toolbar_subtitleTextAppearance 19
+int styleable Toolbar_subtitleTextColor 20
+int styleable Toolbar_title 21
+int styleable Toolbar_titleMargin 22
+int styleable Toolbar_titleMarginBottom 23
+int styleable Toolbar_titleMarginEnd 24
+int styleable Toolbar_titleMarginStart 25
+int styleable Toolbar_titleMarginTop 26
+int styleable Toolbar_titleMargins 27
+int styleable Toolbar_titleTextAppearance 28
+int styleable Toolbar_titleTextColor 29
+int[] styleable View { 0x10100da, 0x1010000, 0x7f040110, 0x7f040111, 0x7f040161 }
+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, 0x7f040038, 0x7f040039 }
+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/skin/mogo-skin-light/build/outputs/logs/manifest-merger-debug-report.txt b/skin/mogo-skin-light/build/outputs/logs/manifest-merger-debug-report.txt
new file mode 100644
index 0000000000..b9e76e8161
--- /dev/null
+++ b/skin/mogo-skin-light/build/outputs/logs/manifest-merger-debug-report.txt
@@ -0,0 +1,37 @@
+-- Merging decision tree log ---
+manifest
+ADDED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/AndroidManifest.xml:1:1-5:12
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/AndroidManifest.xml:1:1-5:12
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/AndroidManifest.xml:1:1-5:12
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/AndroidManifest.xml:1:1-5:12
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/AndroidManifest.xml:1:1-5:12
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/AndroidManifest.xml:1:1-5:12
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/AndroidManifest.xml:1:1-5:12
+ package
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/AndroidManifest.xml:2:5-34
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/AndroidManifest.xml
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/AndroidManifest.xml
+ android:versionName
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/AndroidManifest.xml
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/AndroidManifest.xml:1:1-5:12
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/AndroidManifest.xml
+ android:versionCode
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/AndroidManifest.xml
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/AndroidManifest.xml:1:1-5:12
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/AndroidManifest.xml
+ xmlns:android
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/AndroidManifest.xml:1:11-69
+uses-sdk
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/AndroidManifest.xml reason: use-sdk injection requested
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/AndroidManifest.xml
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/AndroidManifest.xml
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/AndroidManifest.xml
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/AndroidManifest.xml
+ android:targetSdkVersion
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/AndroidManifest.xml
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/AndroidManifest.xml
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/AndroidManifest.xml
+ android:minSdkVersion
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/AndroidManifest.xml
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/AndroidManifest.xml
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-light/src/main/AndroidManifest.xml
diff --git a/skin/mogo-skin-support-impl/build/generated/ap_generated_sources/debug/out/com/alibaba/android/arouter/routes/ARouter$$Group$$skin.java b/skin/mogo-skin-support-impl/build/generated/ap_generated_sources/debug/out/com/alibaba/android/arouter/routes/ARouter$$Group$$skin.java
new file mode 100644
index 0000000000..43deaa18d7
--- /dev/null
+++ b/skin/mogo-skin-support-impl/build/generated/ap_generated_sources/debug/out/com/alibaba/android/arouter/routes/ARouter$$Group$$skin.java
@@ -0,0 +1,18 @@
+package com.alibaba.android.arouter.routes;
+
+import com.alibaba.android.arouter.facade.enums.RouteType;
+import com.alibaba.android.arouter.facade.model.RouteMeta;
+import com.alibaba.android.arouter.facade.template.IRouteGroup;
+import com.mogo.skin.support.impl.SkinSupportInstaller;
+import java.lang.Override;
+import java.lang.String;
+import java.util.Map;
+
+/**
+ * DO NOT EDIT THIS FILE!!! IT WAS GENERATED BY AROUTER. */
+public class ARouter$$Group$$skin implements IRouteGroup {
+ @Override
+ public void loadInto(Map atlas) {
+ atlas.put("/skin/install", RouteMeta.build(RouteType.PROVIDER, SkinSupportInstaller.class, "/skin/install", "skin", null, -1, -2147483648));
+ }
+}
diff --git a/skin/mogo-skin-support-impl/build/generated/ap_generated_sources/debug/out/com/alibaba/android/arouter/routes/ARouter$$Providers$$mogoskinsupportimpl.java b/skin/mogo-skin-support-impl/build/generated/ap_generated_sources/debug/out/com/alibaba/android/arouter/routes/ARouter$$Providers$$mogoskinsupportimpl.java
new file mode 100644
index 0000000000..e2fa59b71c
--- /dev/null
+++ b/skin/mogo-skin-support-impl/build/generated/ap_generated_sources/debug/out/com/alibaba/android/arouter/routes/ARouter$$Providers$$mogoskinsupportimpl.java
@@ -0,0 +1,18 @@
+package com.alibaba.android.arouter.routes;
+
+import com.alibaba.android.arouter.facade.enums.RouteType;
+import com.alibaba.android.arouter.facade.model.RouteMeta;
+import com.alibaba.android.arouter.facade.template.IProviderGroup;
+import com.mogo.skin.support.impl.SkinSupportInstaller;
+import java.lang.Override;
+import java.lang.String;
+import java.util.Map;
+
+/**
+ * DO NOT EDIT THIS FILE!!! IT WAS GENERATED BY AROUTER. */
+public class ARouter$$Providers$$mogoskinsupportimpl implements IProviderGroup {
+ @Override
+ public void loadInto(Map providers) {
+ providers.put("com.mogo.skin.support.IMogoSkinSupportInstaller", RouteMeta.build(RouteType.PROVIDER, SkinSupportInstaller.class, "/skin/install", "skin", null, -1, -2147483648));
+ }
+}
diff --git a/skin/mogo-skin-support-impl/build/generated/ap_generated_sources/debug/out/com/alibaba/android/arouter/routes/ARouter$$Root$$mogoskinsupportimpl.java b/skin/mogo-skin-support-impl/build/generated/ap_generated_sources/debug/out/com/alibaba/android/arouter/routes/ARouter$$Root$$mogoskinsupportimpl.java
new file mode 100644
index 0000000000..7d7409d5c7
--- /dev/null
+++ b/skin/mogo-skin-support-impl/build/generated/ap_generated_sources/debug/out/com/alibaba/android/arouter/routes/ARouter$$Root$$mogoskinsupportimpl.java
@@ -0,0 +1,17 @@
+package com.alibaba.android.arouter.routes;
+
+import com.alibaba.android.arouter.facade.template.IRouteGroup;
+import com.alibaba.android.arouter.facade.template.IRouteRoot;
+import java.lang.Class;
+import java.lang.Override;
+import java.lang.String;
+import java.util.Map;
+
+/**
+ * DO NOT EDIT THIS FILE!!! IT WAS GENERATED BY AROUTER. */
+public class ARouter$$Root$$mogoskinsupportimpl implements IRouteRoot {
+ @Override
+ public void loadInto(Map> routes) {
+ routes.put("skin", ARouter$$Group$$skin.class);
+ }
+}
diff --git a/skin/mogo-skin-support-impl/build/generated/source/buildConfig/debug/com/mogo/skin/support/impl/BuildConfig.java b/skin/mogo-skin-support-impl/build/generated/source/buildConfig/debug/com/mogo/skin/support/impl/BuildConfig.java
new file mode 100644
index 0000000000..0df16f1c2b
--- /dev/null
+++ b/skin/mogo-skin-support-impl/build/generated/source/buildConfig/debug/com/mogo/skin/support/impl/BuildConfig.java
@@ -0,0 +1,18 @@
+/**
+ * Automatically generated file. DO NOT MODIFY
+ */
+package com.mogo.skin.support.impl;
+
+public final class BuildConfig {
+ public static final boolean DEBUG = Boolean.parseBoolean("true");
+ public static final String LIBRARY_PACKAGE_NAME = "com.mogo.skin.support.impl";
+ /**
+ * @deprecated APPLICATION_ID is misleading in libraries. For the library package name use LIBRARY_PACKAGE_NAME
+ */
+ @Deprecated
+ public static final String APPLICATION_ID = "com.mogo.skin.support.impl";
+ public static final String BUILD_TYPE = "debug";
+ public static final String FLAVOR = "";
+ public static final int VERSION_CODE = 1;
+ public static final String VERSION_NAME = "1.0.0";
+}
diff --git a/skin/mogo-skin-support-impl/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml b/skin/mogo-skin-support-impl/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml
new file mode 100644
index 0000000000..4e47bbcf81
--- /dev/null
+++ b/skin/mogo-skin-support-impl/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml
@@ -0,0 +1,12 @@
+
+
+
+
+ /
+
+
\ No newline at end of file
diff --git a/skin/mogo-skin-support-impl/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output.json b/skin/mogo-skin-support-impl/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output.json
new file mode 100644
index 0000000000..d9cbb71c12
--- /dev/null
+++ b/skin/mogo-skin-support-impl/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output.json
@@ -0,0 +1 @@
+[{"outputType":{"type":"AAPT_FRIENDLY_MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0.0","enabled":true,"outputFile":"mogo-skin-support-impl-debug.aar","fullName":"debug","baseName":"debug"},"path":"AndroidManifest.xml","properties":{"packageId":"com.mogo.skin.support.impl","split":""}}]
\ No newline at end of file
diff --git a/skin/mogo-skin-support-impl/build/intermediates/annotation_processor_list/debug/annotationProcessors.json b/skin/mogo-skin-support-impl/build/intermediates/annotation_processor_list/debug/annotationProcessors.json
new file mode 100644
index 0000000000..0e71b72210
--- /dev/null
+++ b/skin/mogo-skin-support-impl/build/intermediates/annotation_processor_list/debug/annotationProcessors.json
@@ -0,0 +1 @@
+{"jetified-arouter-compiler-1.2.2.jar (com.alibaba:arouter-compiler:1.2.2)":false,"auto-service-1.0-rc2.jar (com.google.auto.service:auto-service:1.0-rc2)":false}
\ No newline at end of file
diff --git a/skin/mogo-skin-support-impl/build/intermediates/compile_library_classes/debug/classes.jar b/skin/mogo-skin-support-impl/build/intermediates/compile_library_classes/debug/classes.jar
new file mode 100644
index 0000000000..1f7f19e817
Binary files /dev/null and b/skin/mogo-skin-support-impl/build/intermediates/compile_library_classes/debug/classes.jar differ
diff --git a/skin/mogo-skin-support-impl/build/intermediates/compile_only_not_namespaced_r_class_jar/debug/R.jar b/skin/mogo-skin-support-impl/build/intermediates/compile_only_not_namespaced_r_class_jar/debug/R.jar
new file mode 100644
index 0000000000..db31cdcb9c
Binary files /dev/null and b/skin/mogo-skin-support-impl/build/intermediates/compile_only_not_namespaced_r_class_jar/debug/R.jar differ
diff --git a/skin/mogo-skin-support-impl/build/intermediates/incremental/debug-mergeNativeLibs/merge-state b/skin/mogo-skin-support-impl/build/intermediates/incremental/debug-mergeNativeLibs/merge-state
new file mode 100644
index 0000000000..4c06a7e9f1
Binary files /dev/null and b/skin/mogo-skin-support-impl/build/intermediates/incremental/debug-mergeNativeLibs/merge-state differ
diff --git a/skin/mogo-skin-support-impl/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml b/skin/mogo-skin-support-impl/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml
new file mode 100644
index 0000000000..eed890bbad
--- /dev/null
+++ b/skin/mogo-skin-support-impl/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/skin/mogo-skin-support-impl/build/intermediates/incremental/mergeDebugShaders/merger.xml b/skin/mogo-skin-support-impl/build/intermediates/incremental/mergeDebugShaders/merger.xml
new file mode 100644
index 0000000000..7ce6f1baf1
--- /dev/null
+++ b/skin/mogo-skin-support-impl/build/intermediates/incremental/mergeDebugShaders/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/skin/mogo-skin-support-impl/build/intermediates/incremental/packageDebugAssets/merger.xml b/skin/mogo-skin-support-impl/build/intermediates/incremental/packageDebugAssets/merger.xml
new file mode 100644
index 0000000000..e6691f6a44
--- /dev/null
+++ b/skin/mogo-skin-support-impl/build/intermediates/incremental/packageDebugAssets/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/skin/mogo-skin-support-impl/build/intermediates/incremental/packageDebugResources/compile-file-map.properties b/skin/mogo-skin-support-impl/build/intermediates/incremental/packageDebugResources/compile-file-map.properties
new file mode 100644
index 0000000000..271e73b9fd
--- /dev/null
+++ b/skin/mogo-skin-support-impl/build/intermediates/incremental/packageDebugResources/compile-file-map.properties
@@ -0,0 +1 @@
+#Thu Sep 03 19:51:13 CST 2020
diff --git a/skin/mogo-skin-support-impl/build/intermediates/incremental/packageDebugResources/merger.xml b/skin/mogo-skin-support-impl/build/intermediates/incremental/packageDebugResources/merger.xml
new file mode 100644
index 0000000000..dd38f26574
--- /dev/null
+++ b/skin/mogo-skin-support-impl/build/intermediates/incremental/packageDebugResources/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/skin/mogo-skin-support-impl/build/intermediates/javac/debug/classes/com/alibaba/android/arouter/routes/ARouter$$Group$$skin.class b/skin/mogo-skin-support-impl/build/intermediates/javac/debug/classes/com/alibaba/android/arouter/routes/ARouter$$Group$$skin.class
new file mode 100644
index 0000000000..f7d7bcbbe1
Binary files /dev/null and b/skin/mogo-skin-support-impl/build/intermediates/javac/debug/classes/com/alibaba/android/arouter/routes/ARouter$$Group$$skin.class differ
diff --git a/skin/mogo-skin-support-impl/build/intermediates/javac/debug/classes/com/alibaba/android/arouter/routes/ARouter$$Providers$$mogoskinsupportimpl.class b/skin/mogo-skin-support-impl/build/intermediates/javac/debug/classes/com/alibaba/android/arouter/routes/ARouter$$Providers$$mogoskinsupportimpl.class
new file mode 100644
index 0000000000..afd359272f
Binary files /dev/null and b/skin/mogo-skin-support-impl/build/intermediates/javac/debug/classes/com/alibaba/android/arouter/routes/ARouter$$Providers$$mogoskinsupportimpl.class differ
diff --git a/skin/mogo-skin-support-impl/build/intermediates/javac/debug/classes/com/alibaba/android/arouter/routes/ARouter$$Root$$mogoskinsupportimpl.class b/skin/mogo-skin-support-impl/build/intermediates/javac/debug/classes/com/alibaba/android/arouter/routes/ARouter$$Root$$mogoskinsupportimpl.class
new file mode 100644
index 0000000000..bfa11ea106
Binary files /dev/null and b/skin/mogo-skin-support-impl/build/intermediates/javac/debug/classes/com/alibaba/android/arouter/routes/ARouter$$Root$$mogoskinsupportimpl.class differ
diff --git a/skin/mogo-skin-support-impl/build/intermediates/javac/debug/classes/com/mogo/skin/support/impl/BuildConfig.class b/skin/mogo-skin-support-impl/build/intermediates/javac/debug/classes/com/mogo/skin/support/impl/BuildConfig.class
new file mode 100644
index 0000000000..574a8a54cc
Binary files /dev/null and b/skin/mogo-skin-support-impl/build/intermediates/javac/debug/classes/com/mogo/skin/support/impl/BuildConfig.class differ
diff --git a/skin/mogo-skin-support-impl/build/intermediates/javac/debug/classes/com/mogo/skin/support/impl/SkinSupportInstaller.class b/skin/mogo-skin-support-impl/build/intermediates/javac/debug/classes/com/mogo/skin/support/impl/SkinSupportInstaller.class
new file mode 100644
index 0000000000..9cb2f63ebd
Binary files /dev/null and b/skin/mogo-skin-support-impl/build/intermediates/javac/debug/classes/com/mogo/skin/support/impl/SkinSupportInstaller.class differ
diff --git a/skin/mogo-skin-support-impl/build/intermediates/library_java_res/debug/res.jar b/skin/mogo-skin-support-impl/build/intermediates/library_java_res/debug/res.jar
new file mode 100644
index 0000000000..15cb0ecb3e
Binary files /dev/null and b/skin/mogo-skin-support-impl/build/intermediates/library_java_res/debug/res.jar differ
diff --git a/skin/mogo-skin-support-impl/build/intermediates/library_manifest/debug/AndroidManifest.xml b/skin/mogo-skin-support-impl/build/intermediates/library_manifest/debug/AndroidManifest.xml
new file mode 100644
index 0000000000..4e47bbcf81
--- /dev/null
+++ b/skin/mogo-skin-support-impl/build/intermediates/library_manifest/debug/AndroidManifest.xml
@@ -0,0 +1,12 @@
+
+
+
+
+ /
+
+
\ No newline at end of file
diff --git a/skin/mogo-skin-support-impl/build/intermediates/local_only_symbol_list/debug/parseDebugLibraryResources/R-def.txt b/skin/mogo-skin-support-impl/build/intermediates/local_only_symbol_list/debug/parseDebugLibraryResources/R-def.txt
new file mode 100644
index 0000000000..78ac5b8bef
--- /dev/null
+++ b/skin/mogo-skin-support-impl/build/intermediates/local_only_symbol_list/debug/parseDebugLibraryResources/R-def.txt
@@ -0,0 +1,2 @@
+R_DEF: Internal format may change without notice
+local
diff --git a/skin/mogo-skin-support-impl/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt b/skin/mogo-skin-support-impl/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt
new file mode 100644
index 0000000000..7cef33fdf5
--- /dev/null
+++ b/skin/mogo-skin-support-impl/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt
@@ -0,0 +1,14 @@
+1
+2
+6
+7 /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support-impl/src/main/AndroidManifest.xml
+9 android:targetSdkVersion="22" />
+9-->/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support-impl/src/main/AndroidManifest.xml
+10 /
+11
+12
diff --git a/skin/mogo-skin-support-impl/build/intermediates/merged_manifests/debug/output.json b/skin/mogo-skin-support-impl/build/intermediates/merged_manifests/debug/output.json
new file mode 100644
index 0000000000..05e40675b8
--- /dev/null
+++ b/skin/mogo-skin-support-impl/build/intermediates/merged_manifests/debug/output.json
@@ -0,0 +1 @@
+[{"outputType":{"type":"MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0.0","enabled":true,"outputFile":"mogo-skin-support-impl-debug.aar","fullName":"debug","baseName":"debug"},"path":"../../library_manifest/debug/AndroidManifest.xml","properties":{"packageId":"com.mogo.skin.support.impl","split":""}}]
\ No newline at end of file
diff --git a/skin/mogo-skin-support-impl/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt b/skin/mogo-skin-support-impl/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt
new file mode 100644
index 0000000000..7aa6e55e5b
--- /dev/null
+++ b/skin/mogo-skin-support-impl/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt
@@ -0,0 +1,2661 @@
+com.mogo.skin.support.impl
+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 btn_checkbox_to_checked_box_inner_merged_animation
+anim btn_checkbox_to_checked_box_outer_merged_animation
+anim btn_checkbox_to_checked_icon_null_animation
+anim btn_checkbox_to_unchecked_box_inner_merged_animation
+anim btn_checkbox_to_unchecked_check_path_merged_animation
+anim btn_checkbox_to_unchecked_icon_null_animation
+anim btn_radio_to_off_mtrl_dot_group_animation
+anim btn_radio_to_off_mtrl_ring_outer_animation
+anim btn_radio_to_off_mtrl_ring_outer_path_animation
+anim btn_radio_to_on_mtrl_dot_group_animation
+anim btn_radio_to_on_mtrl_ring_outer_animation
+anim btn_radio_to_on_mtrl_ring_outer_path_animation
+anim design_bottom_sheet_slide_in
+anim design_bottom_sheet_slide_out
+anim design_snackbar_in
+anim design_snackbar_out
+anim mtrl_bottom_sheet_slide_in
+anim mtrl_bottom_sheet_slide_out
+anim mtrl_card_lowers_interpolator
+animator design_appbar_state_list_animator
+animator design_fab_hide_motion_spec
+animator design_fab_show_motion_spec
+animator mtrl_btn_state_list_anim
+animator mtrl_btn_unelevated_state_list_anim
+animator mtrl_card_state_list_anim
+animator mtrl_chip_state_list_anim
+animator mtrl_extended_fab_change_size_motion_spec
+animator mtrl_extended_fab_hide_motion_spec
+animator mtrl_extended_fab_show_motion_spec
+animator mtrl_extended_fab_state_list_animator
+animator mtrl_fab_hide_motion_spec
+animator mtrl_fab_show_motion_spec
+animator mtrl_fab_transformation_sheet_collapse_spec
+animator mtrl_fab_transformation_sheet_expand_spec
+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 actionTextColorAlpha
+attr actionViewClass
+attr activityChooserViewStyle
+attr alertDialogButtonGroupStyle
+attr alertDialogCenterButtons
+attr alertDialogStyle
+attr alertDialogTheme
+attr allowStacking
+attr alpha
+attr alphabeticModifiers
+attr animationMode
+attr appBarLayoutStyle
+attr arrowHeadLength
+attr arrowShaftLength
+attr autoCompleteTextViewStyle
+attr autoSizeMaxTextSize
+attr autoSizeMinTextSize
+attr autoSizePresetSizes
+attr autoSizeStepGranularity
+attr autoSizeTextType
+attr background
+attr backgroundColor
+attr backgroundInsetBottom
+attr backgroundInsetEnd
+attr backgroundInsetStart
+attr backgroundInsetTop
+attr backgroundOverlayColorAlpha
+attr backgroundSplit
+attr backgroundStacked
+attr backgroundTint
+attr backgroundTintMode
+attr badgeGravity
+attr badgeStyle
+attr badgeTextColor
+attr barLength
+attr barrierAllowsGoneWidgets
+attr barrierDirection
+attr behavior_autoHide
+attr behavior_autoShrink
+attr behavior_expandedOffset
+attr behavior_fitToContents
+attr behavior_halfExpandedRatio
+attr behavior_hideable
+attr behavior_overlapTop
+attr behavior_peekHeight
+attr behavior_saveFlags
+attr behavior_skipCollapsed
+attr borderWidth
+attr borderlessButtonStyle
+attr bottomAppBarStyle
+attr bottomNavigationStyle
+attr bottomSheetDialogTheme
+attr bottomSheetStyle
+attr boxBackgroundColor
+attr boxBackgroundMode
+attr boxCollapsedPaddingTop
+attr boxCornerRadiusBottomEnd
+attr boxCornerRadiusBottomStart
+attr boxCornerRadiusTopEnd
+attr boxCornerRadiusTopStart
+attr boxStrokeColor
+attr boxStrokeWidth
+attr boxStrokeWidthFocused
+attr buttonBarButtonStyle
+attr buttonBarNegativeButtonStyle
+attr buttonBarNeutralButtonStyle
+attr buttonBarPositiveButtonStyle
+attr buttonBarStyle
+attr buttonCompat
+attr buttonGravity
+attr buttonIconDimen
+attr buttonPanelSideLayout
+attr buttonStyle
+attr buttonStyleSmall
+attr buttonTint
+attr buttonTintMode
+attr cardBackgroundColor
+attr cardCornerRadius
+attr cardElevation
+attr cardForegroundColor
+attr cardMaxElevation
+attr cardPreventCornerOverlap
+attr cardUseCompatPadding
+attr cardViewStyle
+attr chainUseRtl
+attr checkboxStyle
+attr checkedButton
+attr checkedChip
+attr checkedIcon
+attr checkedIconEnabled
+attr checkedIconTint
+attr checkedIconVisible
+attr checkedTextViewStyle
+attr chipBackgroundColor
+attr chipCornerRadius
+attr chipEndPadding
+attr chipGroupStyle
+attr chipIcon
+attr chipIconEnabled
+attr chipIconSize
+attr chipIconTint
+attr chipIconVisible
+attr chipMinHeight
+attr chipMinTouchTargetSize
+attr chipSpacing
+attr chipSpacingHorizontal
+attr chipSpacingVertical
+attr chipStandaloneStyle
+attr chipStartPadding
+attr chipStrokeColor
+attr chipStrokeWidth
+attr chipStyle
+attr chipSurfaceColor
+attr closeIcon
+attr closeIconEnabled
+attr closeIconEndPadding
+attr closeIconSize
+attr closeIconStartPadding
+attr closeIconTint
+attr closeIconVisible
+attr closeItemLayout
+attr collapseContentDescription
+attr collapseIcon
+attr collapsedTitleGravity
+attr collapsedTitleTextAppearance
+attr color
+attr colorAccent
+attr colorBackgroundFloating
+attr colorButtonNormal
+attr colorControlActivated
+attr colorControlHighlight
+attr colorControlNormal
+attr colorError
+attr colorOnBackground
+attr colorOnError
+attr colorOnPrimary
+attr colorOnPrimarySurface
+attr colorOnSecondary
+attr colorOnSurface
+attr colorPrimary
+attr colorPrimaryDark
+attr colorPrimarySurface
+attr colorPrimaryVariant
+attr colorSecondary
+attr colorSecondaryVariant
+attr colorSurface
+attr colorSwitchThumbNormal
+attr commitIcon
+attr constraintSet
+attr constraint_referenced_ids
+attr content
+attr contentDescription
+attr contentInsetEnd
+attr contentInsetEndWithActions
+attr contentInsetLeft
+attr contentInsetRight
+attr contentInsetStart
+attr contentInsetStartWithNavigation
+attr contentPadding
+attr contentPaddingBottom
+attr contentPaddingLeft
+attr contentPaddingRight
+attr contentPaddingTop
+attr contentScrim
+attr controlBackground
+attr coordinatorLayoutStyle
+attr cornerFamily
+attr cornerFamilyBottomLeft
+attr cornerFamilyBottomRight
+attr cornerFamilyTopLeft
+attr cornerFamilyTopRight
+attr cornerRadius
+attr cornerSize
+attr cornerSizeBottomLeft
+attr cornerSizeBottomRight
+attr cornerSizeTopLeft
+attr cornerSizeTopRight
+attr counterEnabled
+attr counterMaxLength
+attr counterOverflowTextAppearance
+attr counterOverflowTextColor
+attr counterTextAppearance
+attr counterTextColor
+attr customNavigationLayout
+attr dayInvalidStyle
+attr daySelectedStyle
+attr dayStyle
+attr dayTodayStyle
+attr defaultQueryHint
+attr dialogCornerRadius
+attr dialogPreferredPadding
+attr dialogTheme
+attr displayOptions
+attr divider
+attr dividerHorizontal
+attr dividerPadding
+attr dividerVertical
+attr drawableBottomCompat
+attr drawableEndCompat
+attr drawableLeftCompat
+attr drawableRightCompat
+attr drawableSize
+attr drawableStartCompat
+attr drawableTint
+attr drawableTintMode
+attr drawableTopCompat
+attr drawerArrowStyle
+attr dropDownListViewStyle
+attr dropdownListPreferredItemHeight
+attr editTextBackground
+attr editTextColor
+attr editTextStyle
+attr elevation
+attr elevationOverlayColor
+attr elevationOverlayEnabled
+attr emptyVisibility
+attr endIconCheckable
+attr endIconContentDescription
+attr endIconDrawable
+attr endIconMode
+attr endIconTint
+attr endIconTintMode
+attr enforceMaterialTheme
+attr enforceTextAppearance
+attr ensureMinTouchTargetSize
+attr errorEnabled
+attr errorIconDrawable
+attr errorIconTint
+attr errorIconTintMode
+attr errorTextAppearance
+attr errorTextColor
+attr expandActivityOverflowButtonDrawable
+attr expanded
+attr expandedTitleGravity
+attr expandedTitleMargin
+attr expandedTitleMarginBottom
+attr expandedTitleMarginEnd
+attr expandedTitleMarginStart
+attr expandedTitleMarginTop
+attr expandedTitleTextAppearance
+attr extendMotionSpec
+attr extendedFloatingActionButtonStyle
+attr fabAlignmentMode
+attr fabAnimationMode
+attr fabCradleMargin
+attr fabCradleRoundedCornerRadius
+attr fabCradleVerticalOffset
+attr fabCustomSize
+attr fabSize
+attr fastScrollEnabled
+attr fastScrollHorizontalThumbDrawable
+attr fastScrollHorizontalTrackDrawable
+attr fastScrollVerticalThumbDrawable
+attr fastScrollVerticalTrackDrawable
+attr firstBaselineToTopHeight
+attr floatingActionButtonStyle
+attr font
+attr fontFamily
+attr fontProviderAuthority
+attr fontProviderCerts
+attr fontProviderFetchStrategy
+attr fontProviderFetchTimeout
+attr fontProviderPackage
+attr fontProviderQuery
+attr fontStyle
+attr fontVariationSettings
+attr fontWeight
+attr foregroundInsidePadding
+attr gapBetweenBars
+attr goIcon
+attr headerLayout
+attr height
+attr helperText
+attr helperTextEnabled
+attr helperTextTextAppearance
+attr helperTextTextColor
+attr hideMotionSpec
+attr hideOnContentScroll
+attr hideOnScroll
+attr hintAnimationEnabled
+attr hintEnabled
+attr hintTextAppearance
+attr hintTextColor
+attr homeAsUpIndicator
+attr homeLayout
+attr hoveredFocusedTranslationZ
+attr icon
+attr iconEndPadding
+attr iconGravity
+attr iconPadding
+attr iconSize
+attr iconStartPadding
+attr iconTint
+attr iconTintMode
+attr iconifiedByDefault
+attr imageButtonStyle
+attr indeterminateProgressStyle
+attr initialActivityCount
+attr insetForeground
+attr isLightTheme
+attr isMaterialTheme
+attr itemBackground
+attr itemFillColor
+attr itemHorizontalPadding
+attr itemHorizontalTranslationEnabled
+attr itemIconPadding
+attr itemIconSize
+attr itemIconTint
+attr itemMaxLines
+attr itemPadding
+attr itemRippleColor
+attr itemShapeAppearance
+attr itemShapeAppearanceOverlay
+attr itemShapeFillColor
+attr itemShapeInsetBottom
+attr itemShapeInsetEnd
+attr itemShapeInsetStart
+attr itemShapeInsetTop
+attr itemSpacing
+attr itemStrokeColor
+attr itemStrokeWidth
+attr itemTextAppearance
+attr itemTextAppearanceActive
+attr itemTextAppearanceInactive
+attr itemTextColor
+attr keylines
+attr labelVisibilityMode
+attr lastBaselineToBottomHeight
+attr layout
+attr layoutManager
+attr layout_anchor
+attr layout_anchorGravity
+attr layout_behavior
+attr layout_collapseMode
+attr layout_collapseParallaxMultiplier
+attr layout_constrainedHeight
+attr layout_constrainedWidth
+attr layout_constraintBaseline_creator
+attr layout_constraintBaseline_toBaselineOf
+attr layout_constraintBottom_creator
+attr layout_constraintBottom_toBottomOf
+attr layout_constraintBottom_toTopOf
+attr layout_constraintCircle
+attr layout_constraintCircleAngle
+attr layout_constraintCircleRadius
+attr layout_constraintDimensionRatio
+attr layout_constraintEnd_toEndOf
+attr layout_constraintEnd_toStartOf
+attr layout_constraintGuide_begin
+attr layout_constraintGuide_end
+attr layout_constraintGuide_percent
+attr layout_constraintHeight_default
+attr layout_constraintHeight_max
+attr layout_constraintHeight_min
+attr layout_constraintHeight_percent
+attr layout_constraintHorizontal_bias
+attr layout_constraintHorizontal_chainStyle
+attr layout_constraintHorizontal_weight
+attr layout_constraintLeft_creator
+attr layout_constraintLeft_toLeftOf
+attr layout_constraintLeft_toRightOf
+attr layout_constraintRight_creator
+attr layout_constraintRight_toLeftOf
+attr layout_constraintRight_toRightOf
+attr layout_constraintStart_toEndOf
+attr layout_constraintStart_toStartOf
+attr layout_constraintTop_creator
+attr layout_constraintTop_toBottomOf
+attr layout_constraintTop_toTopOf
+attr layout_constraintVertical_bias
+attr layout_constraintVertical_chainStyle
+attr layout_constraintVertical_weight
+attr layout_constraintWidth_default
+attr layout_constraintWidth_max
+attr layout_constraintWidth_min
+attr layout_constraintWidth_percent
+attr layout_dodgeInsetEdges
+attr layout_editor_absoluteX
+attr layout_editor_absoluteY
+attr layout_goneMarginBottom
+attr layout_goneMarginEnd
+attr layout_goneMarginLeft
+attr layout_goneMarginRight
+attr layout_goneMarginStart
+attr layout_goneMarginTop
+attr layout_insetEdge
+attr layout_keyline
+attr layout_optimizationLevel
+attr layout_scrollFlags
+attr layout_scrollInterpolator
+attr liftOnScroll
+attr liftOnScrollTargetViewId
+attr lineHeight
+attr lineSpacing
+attr listChoiceBackgroundIndicator
+attr listChoiceIndicatorMultipleAnimated
+attr listChoiceIndicatorSingleAnimated
+attr listDividerAlertDialog
+attr listItemLayout
+attr listLayout
+attr listMenuViewStyle
+attr listPopupWindowStyle
+attr listPreferredItemHeight
+attr listPreferredItemHeightLarge
+attr listPreferredItemHeightSmall
+attr listPreferredItemPaddingEnd
+attr listPreferredItemPaddingLeft
+attr listPreferredItemPaddingRight
+attr listPreferredItemPaddingStart
+attr logo
+attr logoDescription
+attr materialAlertDialogBodyTextStyle
+attr materialAlertDialogTheme
+attr materialAlertDialogTitleIconStyle
+attr materialAlertDialogTitlePanelStyle
+attr materialAlertDialogTitleTextStyle
+attr materialButtonOutlinedStyle
+attr materialButtonStyle
+attr materialButtonToggleGroupStyle
+attr materialCalendarDay
+attr materialCalendarFullscreenTheme
+attr materialCalendarHeaderConfirmButton
+attr materialCalendarHeaderDivider
+attr materialCalendarHeaderLayout
+attr materialCalendarHeaderSelection
+attr materialCalendarHeaderTitle
+attr materialCalendarHeaderToggleButton
+attr materialCalendarStyle
+attr materialCalendarTheme
+attr materialCardViewStyle
+attr materialThemeOverlay
+attr maxActionInlineWidth
+attr maxButtonHeight
+attr maxCharacterCount
+attr maxImageSize
+attr measureWithLargestChild
+attr menu
+attr minTouchTargetSize
+attr multiChoiceItemLayout
+attr navigationContentDescription
+attr navigationIcon
+attr navigationMode
+attr navigationViewStyle
+attr number
+attr numericModifiers
+attr overlapAnchor
+attr paddingBottomNoButtons
+attr paddingEnd
+attr paddingStart
+attr paddingTopNoTitle
+attr panelBackground
+attr panelMenuListTheme
+attr panelMenuListWidth
+attr passwordToggleContentDescription
+attr passwordToggleDrawable
+attr passwordToggleEnabled
+attr passwordToggleTint
+attr passwordToggleTintMode
+attr popupMenuBackground
+attr popupMenuStyle
+attr popupTheme
+attr popupWindowStyle
+attr preserveIconSpacing
+attr pressedTranslationZ
+attr progressBarPadding
+attr progressBarStyle
+attr queryBackground
+attr queryHint
+attr radioButtonStyle
+attr rangeFillColor
+attr ratingBarStyle
+attr ratingBarStyleIndicator
+attr ratingBarStyleSmall
+attr recyclerViewStyle
+attr reverseLayout
+attr rippleColor
+attr scrimAnimationDuration
+attr scrimBackground
+attr scrimVisibleHeightTrigger
+attr searchHintIcon
+attr searchIcon
+attr searchViewStyle
+attr seekBarStyle
+attr selectableItemBackground
+attr selectableItemBackgroundBorderless
+attr shapeAppearance
+attr shapeAppearanceLargeComponent
+attr shapeAppearanceMediumComponent
+attr shapeAppearanceOverlay
+attr shapeAppearanceSmallComponent
+attr showAsAction
+attr showDividers
+attr showMotionSpec
+attr showText
+attr showTitle
+attr shrinkMotionSpec
+attr singleChoiceItemLayout
+attr singleLine
+attr singleSelection
+attr skinAlertDialogBackground
+attr skinAlertDialogControlHighlightColor
+attr skinAlertDialogListDivider
+attr skinAlertDialogListItemTextColor
+attr skinAlertDialogMessageTextColor
+attr skinAlertDialogNegativeButtonTextColor
+attr skinAlertDialogNeutralButtonTextColor
+attr skinAlertDialogPositiveButtonTextColor
+attr skinAlertDialogTitleTextColor
+attr skinListChoiceIndicatorMultiple
+attr skinListChoiceIndicatorSingle
+attr snackbarButtonStyle
+attr snackbarStyle
+attr spanCount
+attr spinBars
+attr spinnerDropDownItemStyle
+attr spinnerStyle
+attr splitTrack
+attr srcCompat
+attr stackFromEnd
+attr startIconCheckable
+attr startIconContentDescription
+attr startIconDrawable
+attr startIconTint
+attr startIconTintMode
+attr state_above_anchor
+attr state_collapsed
+attr state_collapsible
+attr state_dragged
+attr state_liftable
+attr state_lifted
+attr statusBarBackground
+attr statusBarForeground
+attr statusBarScrim
+attr strokeColor
+attr strokeWidth
+attr subMenuArrow
+attr submitBackground
+attr subtitle
+attr subtitleTextAppearance
+attr subtitleTextColor
+attr subtitleTextStyle
+attr suggestionRowLayout
+attr switchMinWidth
+attr switchPadding
+attr switchStyle
+attr switchTextAppearance
+attr tabBackground
+attr tabContentStart
+attr tabGravity
+attr tabIconTint
+attr tabIconTintMode
+attr tabIndicator
+attr tabIndicatorAnimationDuration
+attr tabIndicatorColor
+attr tabIndicatorFullWidth
+attr tabIndicatorGravity
+attr tabIndicatorHeight
+attr tabInlineLabel
+attr tabMaxWidth
+attr tabMinWidth
+attr tabMode
+attr tabPadding
+attr tabPaddingBottom
+attr tabPaddingEnd
+attr tabPaddingStart
+attr tabPaddingTop
+attr tabRippleColor
+attr tabSelectedTextColor
+attr tabStyle
+attr tabTextAppearance
+attr tabTextColor
+attr tabUnboundedRipple
+attr textAllCaps
+attr textAppearanceBody1
+attr textAppearanceBody2
+attr textAppearanceButton
+attr textAppearanceCaption
+attr textAppearanceHeadline1
+attr textAppearanceHeadline2
+attr textAppearanceHeadline3
+attr textAppearanceHeadline4
+attr textAppearanceHeadline5
+attr textAppearanceHeadline6
+attr textAppearanceLargePopupMenu
+attr textAppearanceLineHeightEnabled
+attr textAppearanceListItem
+attr textAppearanceListItemSecondary
+attr textAppearanceListItemSmall
+attr textAppearanceOverline
+attr textAppearancePopupMenuHeader
+attr textAppearanceSearchResultSubtitle
+attr textAppearanceSearchResultTitle
+attr textAppearanceSmallPopupMenu
+attr textAppearanceSubtitle1
+attr textAppearanceSubtitle2
+attr textColorAlertDialogListItem
+attr textColorSearchUrl
+attr textEndPadding
+attr textInputStyle
+attr textLocale
+attr textStartPadding
+attr theme
+attr themeLineHeight
+attr thickness
+attr thumbTextPadding
+attr thumbTint
+attr thumbTintMode
+attr tickMark
+attr tickMarkTint
+attr tickMarkTintMode
+attr tint
+attr tintMode
+attr title
+attr titleEnabled
+attr titleMargin
+attr titleMarginBottom
+attr titleMarginEnd
+attr titleMarginStart
+attr titleMarginTop
+attr titleMargins
+attr titleTextAppearance
+attr titleTextColor
+attr titleTextStyle
+attr toolbarId
+attr toolbarNavigationButtonStyle
+attr toolbarStyle
+attr tooltipForegroundColor
+attr tooltipFrameBackground
+attr tooltipText
+attr track
+attr trackTint
+attr trackTintMode
+attr ttcIndex
+attr useCompatPadding
+attr useMaterialThemeColors
+attr viewInflaterClass
+attr voiceIcon
+attr windowActionBar
+attr windowActionBarOverlay
+attr windowActionModeOverlay
+attr windowFixedHeightMajor
+attr windowFixedHeightMinor
+attr windowFixedWidthMajor
+attr windowFixedWidthMinor
+attr windowMinWidthMajor
+attr windowMinWidthMinor
+attr windowNoTitle
+attr yearSelectedStyle
+attr yearStyle
+attr yearTodayStyle
+bool abc_action_bar_embed_tabs
+bool abc_allow_stacked_button_bar
+bool abc_config_actionMenuItemAllCaps
+bool mtrl_btn_textappearance_all_caps
+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 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 cardview_dark_background
+color cardview_light_background
+color cardview_shadow_end_color
+color cardview_shadow_start_color
+color checkbox_themeable_attribute_color
+color design_bottom_navigation_shadow_color
+color design_box_stroke_color
+color design_dark_default_color_background
+color design_dark_default_color_error
+color design_dark_default_color_on_background
+color design_dark_default_color_on_error
+color design_dark_default_color_on_primary
+color design_dark_default_color_on_secondary
+color design_dark_default_color_on_surface
+color design_dark_default_color_primary
+color design_dark_default_color_primary_dark
+color design_dark_default_color_primary_variant
+color design_dark_default_color_secondary
+color design_dark_default_color_secondary_variant
+color design_dark_default_color_surface
+color design_default_color_background
+color design_default_color_error
+color design_default_color_on_background
+color design_default_color_on_error
+color design_default_color_on_primary
+color design_default_color_on_secondary
+color design_default_color_on_surface
+color design_default_color_primary
+color design_default_color_primary_dark
+color design_default_color_primary_variant
+color design_default_color_secondary
+color design_default_color_secondary_variant
+color design_default_color_surface
+color design_error
+color design_fab_shadow_end_color
+color design_fab_shadow_mid_color
+color design_fab_shadow_start_color
+color design_fab_stroke_end_inner_color
+color design_fab_stroke_end_outer_color
+color design_fab_stroke_top_inner_color
+color design_fab_stroke_top_outer_color
+color design_icon_tint
+color design_snackbar_background_color
+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 material_on_background_disabled
+color material_on_background_emphasis_high_type
+color material_on_background_emphasis_medium
+color material_on_primary_disabled
+color material_on_primary_emphasis_high_type
+color material_on_primary_emphasis_medium
+color material_on_surface_disabled
+color material_on_surface_emphasis_high_type
+color material_on_surface_emphasis_medium
+color mtrl_bottom_nav_colored_item_tint
+color mtrl_bottom_nav_colored_ripple_color
+color mtrl_bottom_nav_item_tint
+color mtrl_bottom_nav_ripple_color
+color mtrl_btn_bg_color_selector
+color mtrl_btn_ripple_color
+color mtrl_btn_stroke_color_selector
+color mtrl_btn_text_btn_bg_color_selector
+color mtrl_btn_text_btn_ripple_color
+color mtrl_btn_text_color_disabled
+color mtrl_btn_text_color_selector
+color mtrl_btn_transparent_bg_color
+color mtrl_calendar_item_stroke_color
+color mtrl_calendar_selected_range
+color mtrl_card_view_foreground
+color mtrl_card_view_ripple
+color mtrl_chip_background_color
+color mtrl_chip_close_icon_tint
+color mtrl_chip_ripple_color
+color mtrl_chip_surface_color
+color mtrl_chip_text_color
+color mtrl_choice_chip_background_color
+color mtrl_choice_chip_ripple_color
+color mtrl_choice_chip_text_color
+color mtrl_error
+color mtrl_extended_fab_bg_color_selector
+color mtrl_extended_fab_ripple_color
+color mtrl_extended_fab_text_color_selector
+color mtrl_fab_ripple_color
+color mtrl_filled_background_color
+color mtrl_filled_icon_tint
+color mtrl_filled_stroke_color
+color mtrl_indicator_text_color
+color mtrl_navigation_item_background_color
+color mtrl_navigation_item_icon_tint
+color mtrl_navigation_item_text_color
+color mtrl_on_primary_text_btn_text_color_selector
+color mtrl_outlined_icon_tint
+color mtrl_outlined_stroke_color
+color mtrl_popupmenu_overlay_color
+color mtrl_scrim_color
+color mtrl_tabs_colored_ripple_color
+color mtrl_tabs_icon_color_selector
+color mtrl_tabs_icon_color_selector_colored
+color mtrl_tabs_legacy_text_color_selector
+color mtrl_tabs_ripple_color
+color mtrl_text_btn_text_color_selector
+color mtrl_textinput_default_box_stroke_color
+color mtrl_textinput_disabled_color
+color mtrl_textinput_filled_box_default_background_color
+color mtrl_textinput_focused_box_stroke_color
+color mtrl_textinput_hovered_box_stroke_color
+color notification_action_color_filter
+color notification_icon_bg_color
+color notification_material_background_media_default_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 test_mtrl_calendar_day
+color test_mtrl_calendar_day_selected
+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_height_large_material
+dimen abc_list_item_height_material
+dimen abc_list_item_height_small_material
+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 action_bar_size
+dimen appcompat_dialog_background_inset
+dimen cardview_compat_inset_shadow
+dimen cardview_default_elevation
+dimen cardview_default_radius
+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 default_dimension
+dimen design_appbar_elevation
+dimen design_bottom_navigation_active_item_max_width
+dimen design_bottom_navigation_active_item_min_width
+dimen design_bottom_navigation_active_text_size
+dimen design_bottom_navigation_elevation
+dimen design_bottom_navigation_height
+dimen design_bottom_navigation_icon_size
+dimen design_bottom_navigation_item_max_width
+dimen design_bottom_navigation_item_min_width
+dimen design_bottom_navigation_margin
+dimen design_bottom_navigation_shadow_height
+dimen design_bottom_navigation_text_size
+dimen design_bottom_sheet_elevation
+dimen design_bottom_sheet_modal_elevation
+dimen design_bottom_sheet_peek_height_min
+dimen design_fab_border_width
+dimen design_fab_elevation
+dimen design_fab_image_size
+dimen design_fab_size_mini
+dimen design_fab_size_normal
+dimen design_fab_translation_z_hovered_focused
+dimen design_fab_translation_z_pressed
+dimen design_navigation_elevation
+dimen design_navigation_icon_padding
+dimen design_navigation_icon_size
+dimen design_navigation_item_horizontal_padding
+dimen design_navigation_item_icon_padding
+dimen design_navigation_max_width
+dimen design_navigation_padding_bottom
+dimen design_navigation_separator_vertical_padding
+dimen design_snackbar_action_inline_max_width
+dimen design_snackbar_action_text_color_alpha
+dimen design_snackbar_background_corner_radius
+dimen design_snackbar_elevation
+dimen design_snackbar_extra_spacing_horizontal
+dimen design_snackbar_max_width
+dimen design_snackbar_min_width
+dimen design_snackbar_padding_horizontal
+dimen design_snackbar_padding_vertical
+dimen design_snackbar_padding_vertical_2lines
+dimen design_snackbar_text_size
+dimen design_tab_max_width
+dimen design_tab_scrollable_min_width
+dimen design_tab_text_size
+dimen design_tab_text_size_2line
+dimen design_textinput_caption_translate_y
+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 material_emphasis_disabled
+dimen material_emphasis_high_type
+dimen material_emphasis_medium
+dimen material_text_view_test_line_height
+dimen material_text_view_test_line_height_override
+dimen mtrl_alert_dialog_background_inset_bottom
+dimen mtrl_alert_dialog_background_inset_end
+dimen mtrl_alert_dialog_background_inset_start
+dimen mtrl_alert_dialog_background_inset_top
+dimen mtrl_alert_dialog_picker_background_inset
+dimen mtrl_badge_horizontal_edge_offset
+dimen mtrl_badge_long_text_horizontal_padding
+dimen mtrl_badge_radius
+dimen mtrl_badge_text_horizontal_edge_offset
+dimen mtrl_badge_text_size
+dimen mtrl_badge_with_text_radius
+dimen mtrl_bottomappbar_fabOffsetEndMode
+dimen mtrl_bottomappbar_fab_bottom_margin
+dimen mtrl_bottomappbar_fab_cradle_margin
+dimen mtrl_bottomappbar_fab_cradle_rounded_corner_radius
+dimen mtrl_bottomappbar_fab_cradle_vertical_offset
+dimen mtrl_bottomappbar_height
+dimen mtrl_btn_corner_radius
+dimen mtrl_btn_dialog_btn_min_width
+dimen mtrl_btn_disabled_elevation
+dimen mtrl_btn_disabled_z
+dimen mtrl_btn_elevation
+dimen mtrl_btn_focused_z
+dimen mtrl_btn_hovered_z
+dimen mtrl_btn_icon_btn_padding_left
+dimen mtrl_btn_icon_padding
+dimen mtrl_btn_inset
+dimen mtrl_btn_letter_spacing
+dimen mtrl_btn_padding_bottom
+dimen mtrl_btn_padding_left
+dimen mtrl_btn_padding_right
+dimen mtrl_btn_padding_top
+dimen mtrl_btn_pressed_z
+dimen mtrl_btn_stroke_size
+dimen mtrl_btn_text_btn_icon_padding
+dimen mtrl_btn_text_btn_padding_left
+dimen mtrl_btn_text_btn_padding_right
+dimen mtrl_btn_text_size
+dimen mtrl_btn_z
+dimen mtrl_calendar_action_height
+dimen mtrl_calendar_action_padding
+dimen mtrl_calendar_bottom_padding
+dimen mtrl_calendar_content_padding
+dimen mtrl_calendar_day_corner
+dimen mtrl_calendar_day_height
+dimen mtrl_calendar_day_horizontal_padding
+dimen mtrl_calendar_day_today_stroke
+dimen mtrl_calendar_day_vertical_padding
+dimen mtrl_calendar_day_width
+dimen mtrl_calendar_days_of_week_height
+dimen mtrl_calendar_dialog_background_inset
+dimen mtrl_calendar_header_content_padding
+dimen mtrl_calendar_header_content_padding_fullscreen
+dimen mtrl_calendar_header_divider_thickness
+dimen mtrl_calendar_header_height
+dimen mtrl_calendar_header_height_fullscreen
+dimen mtrl_calendar_header_selection_line_height
+dimen mtrl_calendar_header_text_padding
+dimen mtrl_calendar_header_toggle_margin_bottom
+dimen mtrl_calendar_header_toggle_margin_top
+dimen mtrl_calendar_landscape_header_width
+dimen mtrl_calendar_maximum_default_fullscreen_minor_axis
+dimen mtrl_calendar_month_horizontal_padding
+dimen mtrl_calendar_month_vertical_padding
+dimen mtrl_calendar_navigation_bottom_padding
+dimen mtrl_calendar_navigation_height
+dimen mtrl_calendar_navigation_top_padding
+dimen mtrl_calendar_pre_l_text_clip_padding
+dimen mtrl_calendar_selection_baseline_to_top_fullscreen
+dimen mtrl_calendar_selection_text_baseline_to_bottom
+dimen mtrl_calendar_selection_text_baseline_to_bottom_fullscreen
+dimen mtrl_calendar_selection_text_baseline_to_top
+dimen mtrl_calendar_text_input_padding_top
+dimen mtrl_calendar_title_baseline_to_top
+dimen mtrl_calendar_title_baseline_to_top_fullscreen
+dimen mtrl_calendar_year_corner
+dimen mtrl_calendar_year_height
+dimen mtrl_calendar_year_horizontal_padding
+dimen mtrl_calendar_year_vertical_padding
+dimen mtrl_calendar_year_width
+dimen mtrl_card_checked_icon_margin
+dimen mtrl_card_checked_icon_size
+dimen mtrl_card_corner_radius
+dimen mtrl_card_dragged_z
+dimen mtrl_card_elevation
+dimen mtrl_card_spacing
+dimen mtrl_chip_pressed_translation_z
+dimen mtrl_chip_text_size
+dimen mtrl_exposed_dropdown_menu_popup_elevation
+dimen mtrl_exposed_dropdown_menu_popup_vertical_offset
+dimen mtrl_exposed_dropdown_menu_popup_vertical_padding
+dimen mtrl_extended_fab_bottom_padding
+dimen mtrl_extended_fab_corner_radius
+dimen mtrl_extended_fab_disabled_elevation
+dimen mtrl_extended_fab_disabled_translation_z
+dimen mtrl_extended_fab_elevation
+dimen mtrl_extended_fab_end_padding
+dimen mtrl_extended_fab_end_padding_icon
+dimen mtrl_extended_fab_icon_size
+dimen mtrl_extended_fab_icon_text_spacing
+dimen mtrl_extended_fab_min_height
+dimen mtrl_extended_fab_min_width
+dimen mtrl_extended_fab_start_padding
+dimen mtrl_extended_fab_start_padding_icon
+dimen mtrl_extended_fab_top_padding
+dimen mtrl_extended_fab_translation_z_base
+dimen mtrl_extended_fab_translation_z_hovered_focused
+dimen mtrl_extended_fab_translation_z_pressed
+dimen mtrl_fab_elevation
+dimen mtrl_fab_min_touch_target
+dimen mtrl_fab_translation_z_hovered_focused
+dimen mtrl_fab_translation_z_pressed
+dimen mtrl_high_ripple_default_alpha
+dimen mtrl_high_ripple_focused_alpha
+dimen mtrl_high_ripple_hovered_alpha
+dimen mtrl_high_ripple_pressed_alpha
+dimen mtrl_large_touch_target
+dimen mtrl_low_ripple_default_alpha
+dimen mtrl_low_ripple_focused_alpha
+dimen mtrl_low_ripple_hovered_alpha
+dimen mtrl_low_ripple_pressed_alpha
+dimen mtrl_min_touch_target_size
+dimen mtrl_navigation_elevation
+dimen mtrl_navigation_item_horizontal_padding
+dimen mtrl_navigation_item_icon_padding
+dimen mtrl_navigation_item_icon_size
+dimen mtrl_navigation_item_shape_horizontal_margin
+dimen mtrl_navigation_item_shape_vertical_margin
+dimen mtrl_shape_corner_size_large_component
+dimen mtrl_shape_corner_size_medium_component
+dimen mtrl_shape_corner_size_small_component
+dimen mtrl_snackbar_action_text_color_alpha
+dimen mtrl_snackbar_background_corner_radius
+dimen mtrl_snackbar_background_overlay_color_alpha
+dimen mtrl_snackbar_margin
+dimen mtrl_switch_thumb_elevation
+dimen mtrl_textinput_box_corner_radius_medium
+dimen mtrl_textinput_box_corner_radius_small
+dimen mtrl_textinput_box_label_cutout_padding
+dimen mtrl_textinput_box_stroke_width_default
+dimen mtrl_textinput_box_stroke_width_focused
+dimen mtrl_textinput_end_icon_margin_start
+dimen mtrl_textinput_outline_box_expanded_padding
+dimen mtrl_textinput_start_icon_margin_end
+dimen mtrl_toolbar_default_height
+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 skin_dialog_list_padding_bottom_no_buttons
+dimen skin_dialog_list_padding_top_no_title
+dimen skin_dialog_padding_top
+dimen skin_dialog_title_divider
+dimen skin_select_dialog_padding_start
+dimen subtitle_corner_radius
+dimen subtitle_outline_width
+dimen subtitle_shadow_offset
+dimen subtitle_shadow_radius
+dimen test_mtrl_calendar_day_cornerSize
+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_material_anim
+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_material_anim
+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 avd_hide_password
+drawable avd_show_password
+drawable btn_checkbox_checked_mtrl
+drawable btn_checkbox_checked_to_unchecked_mtrl_animation
+drawable btn_checkbox_unchecked_mtrl
+drawable btn_checkbox_unchecked_to_checked_mtrl_animation
+drawable btn_radio_off_mtrl
+drawable btn_radio_off_to_on_mtrl_animation
+drawable btn_radio_on_mtrl
+drawable btn_radio_on_to_off_mtrl_animation
+drawable design_bottom_navigation_item_background
+drawable design_fab_background
+drawable design_ic_visibility
+drawable design_ic_visibility_off
+drawable design_password_eye
+drawable design_snackbar_background
+drawable ic_calendar_black_24dp
+drawable ic_clear_black_24dp
+drawable ic_edit_black_24dp
+drawable ic_keyboard_arrow_left_black_24dp
+drawable ic_keyboard_arrow_right_black_24dp
+drawable ic_menu_arrow_down_black_24dp
+drawable ic_menu_arrow_up_black_24dp
+drawable ic_mtrl_checked_circle
+drawable ic_mtrl_chip_checked_black
+drawable ic_mtrl_chip_checked_circle
+drawable ic_mtrl_chip_close_circle
+drawable mtrl_dialog_background
+drawable mtrl_dropdown_arrow
+drawable mtrl_ic_arrow_drop_down
+drawable mtrl_ic_arrow_drop_up
+drawable mtrl_ic_cancel
+drawable mtrl_ic_error
+drawable mtrl_popupmenu_background
+drawable mtrl_popupmenu_background_dark
+drawable mtrl_tabs_default_indicator
+drawable navigation_empty_icon
+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 skin_btn_check
+drawable skin_btn_check_box
+drawable skin_btn_check_box_outline_blank
+drawable skin_btn_radio
+drawable skin_btn_radio_checked
+drawable skin_btn_radio_unchecked
+drawable test_custom_background
+drawable tooltip_frame_dark
+drawable tooltip_frame_light
+id BOTTOM_END
+id BOTTOM_START
+id TOP_END
+id TOP_START
+id accessibility_action_clickable_span
+id accessibility_custom_action_0
+id accessibility_custom_action_1
+id accessibility_custom_action_10
+id accessibility_custom_action_11
+id accessibility_custom_action_12
+id accessibility_custom_action_13
+id accessibility_custom_action_14
+id accessibility_custom_action_15
+id accessibility_custom_action_16
+id accessibility_custom_action_17
+id accessibility_custom_action_18
+id accessibility_custom_action_19
+id accessibility_custom_action_2
+id accessibility_custom_action_20
+id accessibility_custom_action_21
+id accessibility_custom_action_22
+id accessibility_custom_action_23
+id accessibility_custom_action_24
+id accessibility_custom_action_25
+id accessibility_custom_action_26
+id accessibility_custom_action_27
+id accessibility_custom_action_28
+id accessibility_custom_action_29
+id accessibility_custom_action_3
+id accessibility_custom_action_30
+id accessibility_custom_action_31
+id accessibility_custom_action_4
+id accessibility_custom_action_5
+id accessibility_custom_action_6
+id accessibility_custom_action_7
+id accessibility_custom_action_8
+id accessibility_custom_action_9
+id action0
+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 auto
+id blocking
+id bottom
+id buttonPanel
+id cancel_action
+id cancel_button
+id center
+id checkbox
+id checked
+id chip
+id chip_group
+id chronometer
+id clear_text
+id confirm_button
+id container
+id content
+id contentPanel
+id coordinator
+id custom
+id customPanel
+id cut
+id date_picker_actions
+id decor_content_parent
+id default_activity_button
+id design_bottom_sheet
+id design_menu_item_action_area
+id design_menu_item_action_area_stub
+id design_menu_item_text
+id design_navigation_view
+id dialog_button
+id dropdown_menu
+id edit_query
+id end
+id end_padder
+id expand_activities_button
+id expanded_menu
+id fade
+id fill
+id filled
+id filter_chip
+id fixed
+id forever
+id ghost_view
+id ghost_view_holder
+id gone
+id group_divider
+id home
+id icon
+id icon_group
+id image
+id info
+id invisible
+id italic
+id item_touch_helper_previous_elevation
+id labeled
+id largeLabel
+id left
+id line1
+id line3
+id listMode
+id list_item
+id masked
+id media_actions
+id message
+id mini
+id month_grid
+id month_navigation_bar
+id month_navigation_fragment_toggle
+id month_navigation_next
+id month_navigation_previous
+id month_title
+id mtrl_calendar_day_selector_frame
+id mtrl_calendar_days_of_week
+id mtrl_calendar_frame
+id mtrl_calendar_main_pane
+id mtrl_calendar_months
+id mtrl_calendar_selection_frame
+id mtrl_calendar_text_input_frame
+id mtrl_calendar_year_selector_frame
+id mtrl_card_checked_layer_id
+id mtrl_child_content_container
+id mtrl_internal_children_alpha_tag
+id mtrl_picker_fullscreen
+id mtrl_picker_header
+id mtrl_picker_header_selection_text
+id mtrl_picker_header_title_and_selection
+id mtrl_picker_header_toggle
+id mtrl_picker_text_input_date
+id mtrl_picker_text_input_range_end
+id mtrl_picker_text_input_range_start
+id mtrl_picker_title_text
+id multiply
+id navigation_header_container
+id none
+id normal
+id notification_background
+id notification_main_column
+id notification_main_column_container
+id off
+id on
+id outline
+id packed
+id parallax
+id parent
+id parentPanel
+id parent_matrix
+id password_toggle
+id percent
+id pin
+id progress_circular
+id progress_horizontal
+id radio
+id right
+id right_icon
+id right_side
+id rounded
+id save_non_transition_alpha
+id save_overlay_view
+id scale
+id screen
+id scrollIndicatorDown
+id scrollIndicatorUp
+id scrollView
+id scrollable
+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 selected
+id shortcut
+id slide
+id smallLabel
+id snackbar_action
+id snackbar_text
+id spacer
+id split_action_bar
+id spread
+id spread_inside
+id src_atop
+id src_in
+id src_over
+id start
+id status_bar_latest_event_content
+id stretch
+id submenuarrow
+id submit_area
+id tabMode
+id tag_accessibility_actions
+id tag_accessibility_clickable_spans
+id tag_accessibility_heading
+id tag_accessibility_pane_title
+id tag_screen_reader_focusable
+id tag_transition_group
+id tag_unhandled_key_event_manager
+id tag_unhandled_key_listeners
+id test_checkbox_android_button_tint
+id test_checkbox_app_button_tint
+id text
+id text2
+id textSpacerNoButtons
+id textSpacerNoTitle
+id text_input_end_icon
+id text_input_start_icon
+id textinput_counter
+id textinput_error
+id textinput_helper_text
+id time
+id title
+id titleDividerNoCustom
+id title_template
+id top
+id topPanel
+id touch_outside
+id transition_current_scene
+id transition_layout_save
+id transition_position
+id transition_scene_layoutid_cache
+id transition_transform
+id unchecked
+id uniform
+id unlabeled
+id up
+id view_offset_helper
+id visible
+id wrap
+id wrap_content
+integer abc_config_activityDefaultDur
+integer abc_config_activityShortDur
+integer app_bar_elevation_anim_duration
+integer bottom_sheet_slide_duration
+integer cancel_button_image_alpha
+integer config_tooltipAnimTime
+integer design_snackbar_text_max_lines
+integer design_tab_indicator_anim_duration_ms
+integer hide_password_duration
+integer mtrl_badge_max_character_count
+integer mtrl_btn_anim_delay_ms
+integer mtrl_btn_anim_duration_ms
+integer mtrl_calendar_header_orientation
+integer mtrl_calendar_selection_text_lines
+integer mtrl_calendar_year_selector_span
+integer mtrl_card_anim_delay_ms
+integer mtrl_card_anim_duration_ms
+integer mtrl_chip_anim_duration
+integer mtrl_tab_indicator_anim_duration_ms
+integer show_password_duration
+integer status_bar_notification_info_maxnum
+interpolator btn_checkbox_checked_mtrl_animation_interpolator_0
+interpolator btn_checkbox_checked_mtrl_animation_interpolator_1
+interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_0
+interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_1
+interpolator btn_radio_to_off_mtrl_animation_interpolator_0
+interpolator btn_radio_to_on_mtrl_animation_interpolator_0
+interpolator fast_out_slow_in
+interpolator mtrl_fast_out_linear_in
+interpolator mtrl_fast_out_slow_in
+interpolator mtrl_linear
+interpolator mtrl_linear_out_slow_in
+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 custom_dialog
+layout design_bottom_navigation_item
+layout design_bottom_sheet_dialog
+layout design_layout_snackbar
+layout design_layout_snackbar_include
+layout design_layout_tab_icon
+layout design_layout_tab_text
+layout design_menu_item_action_area
+layout design_navigation_item
+layout design_navigation_item_header
+layout design_navigation_item_separator
+layout design_navigation_item_subheader
+layout design_navigation_menu
+layout design_navigation_menu_item
+layout design_text_input_end_icon
+layout design_text_input_start_icon
+layout mtrl_alert_dialog
+layout mtrl_alert_dialog_actions
+layout mtrl_alert_dialog_title
+layout mtrl_alert_select_dialog_item
+layout mtrl_alert_select_dialog_multichoice
+layout mtrl_alert_select_dialog_singlechoice
+layout mtrl_calendar_day
+layout mtrl_calendar_day_of_week
+layout mtrl_calendar_days_of_week
+layout mtrl_calendar_horizontal
+layout mtrl_calendar_month
+layout mtrl_calendar_month_labeled
+layout mtrl_calendar_month_navigation
+layout mtrl_calendar_months
+layout mtrl_calendar_vertical
+layout mtrl_calendar_year
+layout mtrl_layout_snackbar
+layout mtrl_layout_snackbar_include
+layout mtrl_picker_actions
+layout mtrl_picker_dialog
+layout mtrl_picker_fullscreen
+layout mtrl_picker_header_dialog
+layout mtrl_picker_header_fullscreen
+layout mtrl_picker_header_selection_text
+layout mtrl_picker_header_title_text
+layout mtrl_picker_header_toggle
+layout mtrl_picker_text_input_date
+layout mtrl_picker_text_input_date_range
+layout notification_action
+layout notification_action_tombstone
+layout notification_media_action
+layout notification_media_cancel_action
+layout notification_template_big_media
+layout notification_template_big_media_custom
+layout notification_template_big_media_narrow
+layout notification_template_big_media_narrow_custom
+layout notification_template_custom_big
+layout notification_template_icon_group
+layout notification_template_lines_media
+layout notification_template_media
+layout notification_template_media_custom
+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 skin_alert_dialog
+layout skin_alert_dialog_button_bar
+layout skin_alert_dialog_title
+layout skin_select_dialog
+layout skin_select_dialog_item
+layout skin_select_dialog_multichoice
+layout skin_select_dialog_singlechoice
+layout support_simple_spinner_dropdown_item
+layout test_action_chip
+layout test_design_checkbox
+layout test_reflow_chipgroup
+layout test_toolbar
+layout test_toolbar_custom_background
+layout test_toolbar_elevation
+layout test_toolbar_surface
+layout text_view_with_line_height_from_appearance
+layout text_view_with_line_height_from_layout
+layout text_view_with_line_height_from_style
+layout text_view_with_theme_line_height
+layout text_view_without_line_height
+plurals mtrl_badge_content_description
+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_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 appbar_scrolling_view_behavior
+string bottom_sheet_behavior
+string character_counter_content_description
+string character_counter_overflowed_content_description
+string character_counter_pattern
+string chip_text
+string clear_text_end_icon_content_description
+string error_icon_content_description
+string exposed_dropdown_menu_content_description
+string fab_transformation_scrim_behavior
+string fab_transformation_sheet_behavior
+string hide_bottom_view_on_scroll_behavior
+string icon_content_description
+string mtrl_badge_numberless_content_description
+string mtrl_chip_close_icon_content_description
+string mtrl_exceed_max_badge_number_suffix
+string mtrl_picker_a11y_next_month
+string mtrl_picker_a11y_prev_month
+string mtrl_picker_announce_current_selection
+string mtrl_picker_cancel
+string mtrl_picker_confirm
+string mtrl_picker_date_header_selected
+string mtrl_picker_date_header_title
+string mtrl_picker_date_header_unselected
+string mtrl_picker_day_of_week_column_header
+string mtrl_picker_invalid_format
+string mtrl_picker_invalid_format_example
+string mtrl_picker_invalid_format_use
+string mtrl_picker_invalid_range
+string mtrl_picker_navigate_to_year_description
+string mtrl_picker_out_of_range
+string mtrl_picker_range_header_only_end_selected
+string mtrl_picker_range_header_only_start_selected
+string mtrl_picker_range_header_selected
+string mtrl_picker_range_header_title
+string mtrl_picker_range_header_unselected
+string mtrl_picker_save
+string mtrl_picker_text_input_date_hint
+string mtrl_picker_text_input_date_range_end_hint
+string mtrl_picker_text_input_date_range_start_hint
+string mtrl_picker_text_input_day_abbr
+string mtrl_picker_text_input_month_abbr
+string mtrl_picker_text_input_year_abbr
+string mtrl_picker_toggle_to_calendar_input_mode
+string mtrl_picker_toggle_to_day_selection
+string mtrl_picker_toggle_to_text_input_mode
+string mtrl_picker_toggle_to_year_selection
+string password_toggle_content_description
+string path_password_eye
+string path_password_eye_mask_strike_through
+string path_password_eye_mask_visible
+string path_password_strike_through
+string search_menu_title
+string status_bar_notification_info_overflow
+style AlertDialog_AppCompat
+style AlertDialog_AppCompat_Light
+style AlertDialog_SkinCompat
+style Animation_AppCompat_Dialog
+style Animation_AppCompat_DropDownUp
+style Animation_AppCompat_Tooltip
+style Animation_Design_BottomSheetDialog
+style Animation_MaterialComponents_BottomSheetDialog
+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_CardView
+style Base_DialogWindowTitleBackground_AppCompat
+style Base_DialogWindowTitle_AppCompat
+style Base_MaterialAlertDialog_MaterialComponents_Title_Icon
+style Base_MaterialAlertDialog_MaterialComponents_Title_Panel
+style Base_MaterialAlertDialog_MaterialComponents_Title_Text
+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_MaterialComponents_Badge
+style Base_TextAppearance_MaterialComponents_Button
+style Base_TextAppearance_MaterialComponents_Headline6
+style Base_TextAppearance_MaterialComponents_Subtitle2
+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_ThemeOverlay_MaterialComponents_Dialog
+style Base_ThemeOverlay_MaterialComponents_Dialog_Alert
+style Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog
+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_Theme_MaterialComponents
+style Base_Theme_MaterialComponents_Bridge
+style Base_Theme_MaterialComponents_CompactMenu
+style Base_Theme_MaterialComponents_Dialog
+style Base_Theme_MaterialComponents_DialogWhenLarge
+style Base_Theme_MaterialComponents_Dialog_Alert
+style Base_Theme_MaterialComponents_Dialog_Bridge
+style Base_Theme_MaterialComponents_Dialog_FixedSize
+style Base_Theme_MaterialComponents_Dialog_MinWidth
+style Base_Theme_MaterialComponents_Light
+style Base_Theme_MaterialComponents_Light_Bridge
+style Base_Theme_MaterialComponents_Light_DarkActionBar
+style Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge
+style Base_Theme_MaterialComponents_Light_Dialog
+style Base_Theme_MaterialComponents_Light_DialogWhenLarge
+style Base_Theme_MaterialComponents_Light_Dialog_Alert
+style Base_Theme_MaterialComponents_Light_Dialog_Bridge
+style Base_Theme_MaterialComponents_Light_Dialog_FixedSize
+style Base_Theme_MaterialComponents_Light_Dialog_MinWidth
+style Base_V14_ThemeOverlay_MaterialComponents_Dialog
+style Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert
+style Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog
+style Base_V14_Theme_MaterialComponents
+style Base_V14_Theme_MaterialComponents_Bridge
+style Base_V14_Theme_MaterialComponents_Dialog
+style Base_V14_Theme_MaterialComponents_Dialog_Bridge
+style Base_V14_Theme_MaterialComponents_Light
+style Base_V14_Theme_MaterialComponents_Light_Bridge
+style Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge
+style Base_V14_Theme_MaterialComponents_Light_Dialog
+style Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge
+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
+style Base_Widget_AppCompat_TextView_SpinnerItem
+style Base_Widget_AppCompat_Toolbar
+style Base_Widget_AppCompat_Toolbar_Button_Navigation
+style Base_Widget_Design_TabLayout
+style Base_Widget_MaterialComponents_AutoCompleteTextView
+style Base_Widget_MaterialComponents_CheckedTextView
+style Base_Widget_MaterialComponents_Chip
+style Base_Widget_MaterialComponents_PopupMenu
+style Base_Widget_MaterialComponents_PopupMenu_ContextMenu
+style Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow
+style Base_Widget_MaterialComponents_PopupMenu_Overflow
+style Base_Widget_MaterialComponents_TextInputEditText
+style Base_Widget_MaterialComponents_TextInputLayout
+style Base_Widget_MaterialComponents_TextView
+style CardView
+style CardView_Dark
+style CardView_Light
+style EmptyTheme
+style MaterialAlertDialog_MaterialComponents
+style MaterialAlertDialog_MaterialComponents_Body_Text
+style MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar
+style MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner
+style MaterialAlertDialog_MaterialComponents_Title_Icon
+style MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked
+style MaterialAlertDialog_MaterialComponents_Title_Panel
+style MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked
+style MaterialAlertDialog_MaterialComponents_Title_Text
+style MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked
+style Platform_AppCompat
+style Platform_AppCompat_Light
+style Platform_MaterialComponents
+style Platform_MaterialComponents_Dialog
+style Platform_MaterialComponents_Light
+style Platform_MaterialComponents_Light_Dialog
+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 ShapeAppearanceOverlay
+style ShapeAppearanceOverlay_BottomLeftDifferentCornerSize
+style ShapeAppearanceOverlay_BottomRightCut
+style ShapeAppearanceOverlay_Cut
+style ShapeAppearanceOverlay_DifferentCornerSize
+style ShapeAppearanceOverlay_MaterialComponents_BottomSheet
+style ShapeAppearanceOverlay_MaterialComponents_Chip
+style ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton
+style ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton
+style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day
+style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen
+style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year
+style ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox
+style ShapeAppearanceOverlay_TopLeftCut
+style ShapeAppearanceOverlay_TopRightDifferentCornerSize
+style ShapeAppearance_MaterialComponents
+style ShapeAppearance_MaterialComponents_LargeComponent
+style ShapeAppearance_MaterialComponents_MediumComponent
+style ShapeAppearance_MaterialComponents_SmallComponent
+style ShapeAppearance_MaterialComponents_Test
+style TestStyleWithLineHeight
+style TestStyleWithLineHeightAppearance
+style TestStyleWithThemeLineHeightAttribute
+style TestStyleWithoutLineHeight
+style TestThemeWithLineHeight
+style TestThemeWithLineHeightDisabled
+style Test_ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day
+style Test_Theme_MaterialComponents_MaterialCalendar
+style Test_Widget_MaterialComponents_MaterialCalendar
+style Test_Widget_MaterialComponents_MaterialCalendar_Day
+style Test_Widget_MaterialComponents_MaterialCalendar_Day_Selected
+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_Info_Media
+style TextAppearance_Compat_Notification_Line2
+style TextAppearance_Compat_Notification_Line2_Media
+style TextAppearance_Compat_Notification_Media
+style TextAppearance_Compat_Notification_Time
+style TextAppearance_Compat_Notification_Time_Media
+style TextAppearance_Compat_Notification_Title
+style TextAppearance_Compat_Notification_Title_Media
+style TextAppearance_Design_CollapsingToolbar_Expanded
+style TextAppearance_Design_Counter
+style TextAppearance_Design_Counter_Overflow
+style TextAppearance_Design_Error
+style TextAppearance_Design_HelperText
+style TextAppearance_Design_Hint
+style TextAppearance_Design_Snackbar_Message
+style TextAppearance_Design_Tab
+style TextAppearance_MaterialComponents_Badge
+style TextAppearance_MaterialComponents_Body1
+style TextAppearance_MaterialComponents_Body2
+style TextAppearance_MaterialComponents_Button
+style TextAppearance_MaterialComponents_Caption
+style TextAppearance_MaterialComponents_Chip
+style TextAppearance_MaterialComponents_Headline1
+style TextAppearance_MaterialComponents_Headline2
+style TextAppearance_MaterialComponents_Headline3
+style TextAppearance_MaterialComponents_Headline4
+style TextAppearance_MaterialComponents_Headline5
+style TextAppearance_MaterialComponents_Headline6
+style TextAppearance_MaterialComponents_Overline
+style TextAppearance_MaterialComponents_Subtitle1
+style TextAppearance_MaterialComponents_Subtitle2
+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_DayNight
+style ThemeOverlay_AppCompat_DayNight_ActionBar
+style ThemeOverlay_AppCompat_Dialog
+style ThemeOverlay_AppCompat_Dialog_Alert
+style ThemeOverlay_AppCompat_Light
+style ThemeOverlay_Design_TextInputEditText
+style ThemeOverlay_MaterialComponents
+style ThemeOverlay_MaterialComponents_ActionBar
+style ThemeOverlay_MaterialComponents_ActionBar_Primary
+style ThemeOverlay_MaterialComponents_ActionBar_Surface
+style ThemeOverlay_MaterialComponents_AutoCompleteTextView
+style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox
+style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense
+style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox
+style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense
+style ThemeOverlay_MaterialComponents_BottomAppBar_Primary
+style ThemeOverlay_MaterialComponents_BottomAppBar_Surface
+style ThemeOverlay_MaterialComponents_BottomSheetDialog
+style ThemeOverlay_MaterialComponents_Dark
+style ThemeOverlay_MaterialComponents_Dark_ActionBar
+style ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog
+style ThemeOverlay_MaterialComponents_Dialog
+style ThemeOverlay_MaterialComponents_Dialog_Alert
+style ThemeOverlay_MaterialComponents_Light
+style ThemeOverlay_MaterialComponents_Light_BottomSheetDialog
+style ThemeOverlay_MaterialComponents_MaterialAlertDialog
+style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered
+style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date
+style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar
+style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text
+style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day
+style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner
+style ThemeOverlay_MaterialComponents_MaterialCalendar
+style ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen
+style ThemeOverlay_MaterialComponents_TextInputEditText
+style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox
+style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense
+style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox
+style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense
+style ThemeOverlay_MaterialComponents_Toolbar_Primary
+style ThemeOverlay_MaterialComponents_Toolbar_Surface
+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 Theme_Design
+style Theme_Design_BottomSheetDialog
+style Theme_Design_Light
+style Theme_Design_Light_BottomSheetDialog
+style Theme_Design_Light_NoActionBar
+style Theme_Design_NoActionBar
+style Theme_MaterialComponents
+style Theme_MaterialComponents_BottomSheetDialog
+style Theme_MaterialComponents_Bridge
+style Theme_MaterialComponents_CompactMenu
+style Theme_MaterialComponents_DayNight
+style Theme_MaterialComponents_DayNight_BottomSheetDialog
+style Theme_MaterialComponents_DayNight_Bridge
+style Theme_MaterialComponents_DayNight_DarkActionBar
+style Theme_MaterialComponents_DayNight_DarkActionBar_Bridge
+style Theme_MaterialComponents_DayNight_Dialog
+style Theme_MaterialComponents_DayNight_DialogWhenLarge
+style Theme_MaterialComponents_DayNight_Dialog_Alert
+style Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge
+style Theme_MaterialComponents_DayNight_Dialog_Bridge
+style Theme_MaterialComponents_DayNight_Dialog_FixedSize
+style Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge
+style Theme_MaterialComponents_DayNight_Dialog_MinWidth
+style Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge
+style Theme_MaterialComponents_DayNight_NoActionBar
+style Theme_MaterialComponents_DayNight_NoActionBar_Bridge
+style Theme_MaterialComponents_Dialog
+style Theme_MaterialComponents_DialogWhenLarge
+style Theme_MaterialComponents_Dialog_Alert
+style Theme_MaterialComponents_Dialog_Alert_Bridge
+style Theme_MaterialComponents_Dialog_Bridge
+style Theme_MaterialComponents_Dialog_FixedSize
+style Theme_MaterialComponents_Dialog_FixedSize_Bridge
+style Theme_MaterialComponents_Dialog_MinWidth
+style Theme_MaterialComponents_Dialog_MinWidth_Bridge
+style Theme_MaterialComponents_Light
+style Theme_MaterialComponents_Light_BarSize
+style Theme_MaterialComponents_Light_BottomSheetDialog
+style Theme_MaterialComponents_Light_Bridge
+style Theme_MaterialComponents_Light_DarkActionBar
+style Theme_MaterialComponents_Light_DarkActionBar_Bridge
+style Theme_MaterialComponents_Light_Dialog
+style Theme_MaterialComponents_Light_DialogWhenLarge
+style Theme_MaterialComponents_Light_Dialog_Alert
+style Theme_MaterialComponents_Light_Dialog_Alert_Bridge
+style Theme_MaterialComponents_Light_Dialog_Bridge
+style Theme_MaterialComponents_Light_Dialog_FixedSize
+style Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge
+style Theme_MaterialComponents_Light_Dialog_MinWidth
+style Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge
+style Theme_MaterialComponents_Light_LargeTouch
+style Theme_MaterialComponents_Light_NoActionBar
+style Theme_MaterialComponents_Light_NoActionBar_Bridge
+style Theme_MaterialComponents_NoActionBar
+style Theme_MaterialComponents_NoActionBar_Bridge
+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
+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_Design_AppBarLayout
+style Widget_Design_BottomNavigationView
+style Widget_Design_BottomSheet_Modal
+style Widget_Design_CollapsingToolbar
+style Widget_Design_FloatingActionButton
+style Widget_Design_NavigationView
+style Widget_Design_ScrimInsetsFrameLayout
+style Widget_Design_Snackbar
+style Widget_Design_TabLayout
+style Widget_Design_TextInputLayout
+style Widget_MaterialComponents_ActionBar_Primary
+style Widget_MaterialComponents_ActionBar_PrimarySurface
+style Widget_MaterialComponents_ActionBar_Solid
+style Widget_MaterialComponents_ActionBar_Surface
+style Widget_MaterialComponents_AppBarLayout_Primary
+style Widget_MaterialComponents_AppBarLayout_PrimarySurface
+style Widget_MaterialComponents_AppBarLayout_Surface
+style Widget_MaterialComponents_AutoCompleteTextView_FilledBox
+style Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense
+style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox
+style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense
+style Widget_MaterialComponents_Badge
+style Widget_MaterialComponents_BottomAppBar
+style Widget_MaterialComponents_BottomAppBar_Colored
+style Widget_MaterialComponents_BottomAppBar_PrimarySurface
+style Widget_MaterialComponents_BottomNavigationView
+style Widget_MaterialComponents_BottomNavigationView_Colored
+style Widget_MaterialComponents_BottomNavigationView_PrimarySurface
+style Widget_MaterialComponents_BottomSheet
+style Widget_MaterialComponents_BottomSheet_Modal
+style Widget_MaterialComponents_Button
+style Widget_MaterialComponents_Button_Icon
+style Widget_MaterialComponents_Button_OutlinedButton
+style Widget_MaterialComponents_Button_OutlinedButton_Icon
+style Widget_MaterialComponents_Button_TextButton
+style Widget_MaterialComponents_Button_TextButton_Dialog
+style Widget_MaterialComponents_Button_TextButton_Dialog_Flush
+style Widget_MaterialComponents_Button_TextButton_Dialog_Icon
+style Widget_MaterialComponents_Button_TextButton_Icon
+style Widget_MaterialComponents_Button_TextButton_Snackbar
+style Widget_MaterialComponents_Button_UnelevatedButton
+style Widget_MaterialComponents_Button_UnelevatedButton_Icon
+style Widget_MaterialComponents_CardView
+style Widget_MaterialComponents_CheckedTextView
+style Widget_MaterialComponents_ChipGroup
+style Widget_MaterialComponents_Chip_Action
+style Widget_MaterialComponents_Chip_Choice
+style Widget_MaterialComponents_Chip_Entry
+style Widget_MaterialComponents_Chip_Filter
+style Widget_MaterialComponents_CompoundButton_CheckBox
+style Widget_MaterialComponents_CompoundButton_RadioButton
+style Widget_MaterialComponents_CompoundButton_Switch
+style Widget_MaterialComponents_ExtendedFloatingActionButton
+style Widget_MaterialComponents_ExtendedFloatingActionButton_Icon
+style Widget_MaterialComponents_FloatingActionButton
+style Widget_MaterialComponents_Light_ActionBar_Solid
+style Widget_MaterialComponents_MaterialButtonToggleGroup
+style Widget_MaterialComponents_MaterialCalendar
+style Widget_MaterialComponents_MaterialCalendar_Day
+style Widget_MaterialComponents_MaterialCalendar_DayTextView
+style Widget_MaterialComponents_MaterialCalendar_Day_Invalid
+style Widget_MaterialComponents_MaterialCalendar_Day_Selected
+style Widget_MaterialComponents_MaterialCalendar_Day_Today
+style Widget_MaterialComponents_MaterialCalendar_Fullscreen
+style Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton
+style Widget_MaterialComponents_MaterialCalendar_HeaderDivider
+style Widget_MaterialComponents_MaterialCalendar_HeaderLayout
+style Widget_MaterialComponents_MaterialCalendar_HeaderSelection
+style Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen
+style Widget_MaterialComponents_MaterialCalendar_HeaderTitle
+style Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton
+style Widget_MaterialComponents_MaterialCalendar_Item
+style Widget_MaterialComponents_MaterialCalendar_Year
+style Widget_MaterialComponents_MaterialCalendar_Year_Selected
+style Widget_MaterialComponents_MaterialCalendar_Year_Today
+style Widget_MaterialComponents_NavigationView
+style Widget_MaterialComponents_PopupMenu
+style Widget_MaterialComponents_PopupMenu_ContextMenu
+style Widget_MaterialComponents_PopupMenu_ListPopupWindow
+style Widget_MaterialComponents_PopupMenu_Overflow
+style Widget_MaterialComponents_Snackbar
+style Widget_MaterialComponents_Snackbar_FullWidth
+style Widget_MaterialComponents_TabLayout
+style Widget_MaterialComponents_TabLayout_Colored
+style Widget_MaterialComponents_TabLayout_PrimarySurface
+style Widget_MaterialComponents_TextInputEditText_FilledBox
+style Widget_MaterialComponents_TextInputEditText_FilledBox_Dense
+style Widget_MaterialComponents_TextInputEditText_OutlinedBox
+style Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense
+style Widget_MaterialComponents_TextInputLayout_FilledBox
+style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense
+style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu
+style Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu
+style Widget_MaterialComponents_TextInputLayout_OutlinedBox
+style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense
+style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu
+style Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu
+style Widget_MaterialComponents_TextView
+style Widget_MaterialComponents_Toolbar
+style Widget_MaterialComponents_Toolbar_Primary
+style Widget_MaterialComponents_Toolbar_PrimarySurface
+style Widget_MaterialComponents_Toolbar_Surface
+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 AppBarLayout android_background android_keyboardNavigationCluster android_touchscreenBlocksFocus elevation expanded liftOnScroll liftOnScrollTargetViewId statusBarForeground
+styleable AppBarLayoutStates state_collapsed state_collapsible state_liftable state_lifted
+styleable AppBarLayout_Layout layout_scrollFlags layout_scrollInterpolator
+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 drawableBottomCompat drawableEndCompat drawableLeftCompat drawableRightCompat drawableStartCompat drawableTint drawableTintMode drawableTopCompat firstBaselineToTopHeight fontFamily fontVariationSettings lastBaselineToBottomHeight lineHeight textAllCaps textLocale
+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 listChoiceIndicatorMultipleAnimated listChoiceIndicatorSingleAnimated listDividerAlertDialog listMenuViewStyle listPopupWindowStyle listPreferredItemHeight listPreferredItemHeightLarge listPreferredItemHeightSmall listPreferredItemPaddingEnd listPreferredItemPaddingLeft listPreferredItemPaddingRight listPreferredItemPaddingStart 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 Badge backgroundColor badgeGravity badgeTextColor maxCharacterCount number
+styleable BottomAppBar backgroundTint elevation fabAlignmentMode fabAnimationMode fabCradleMargin fabCradleRoundedCornerRadius fabCradleVerticalOffset hideOnScroll
+styleable BottomNavigationView backgroundTint elevation itemBackground itemHorizontalTranslationEnabled itemIconSize itemIconTint itemRippleColor itemTextAppearanceActive itemTextAppearanceInactive itemTextColor labelVisibilityMode menu
+styleable BottomSheetBehavior_Layout android_elevation backgroundTint behavior_expandedOffset behavior_fitToContents behavior_halfExpandedRatio behavior_hideable behavior_peekHeight behavior_saveFlags behavior_skipCollapsed shapeAppearance shapeAppearanceOverlay
+styleable ButtonBarLayout allowStacking
+styleable CardView android_minHeight android_minWidth cardBackgroundColor cardCornerRadius cardElevation cardMaxElevation cardPreventCornerOverlap cardUseCompatPadding contentPadding contentPaddingBottom contentPaddingLeft contentPaddingRight contentPaddingTop
+styleable Chip android_checkable android_ellipsize android_maxWidth android_text android_textAppearance android_textColor checkedIcon checkedIconEnabled checkedIconVisible chipBackgroundColor chipCornerRadius chipEndPadding chipIcon chipIconEnabled chipIconSize chipIconTint chipIconVisible chipMinHeight chipMinTouchTargetSize chipStartPadding chipStrokeColor chipStrokeWidth chipSurfaceColor closeIcon closeIconEnabled closeIconEndPadding closeIconSize closeIconStartPadding closeIconTint closeIconVisible ensureMinTouchTargetSize hideMotionSpec iconEndPadding iconStartPadding rippleColor shapeAppearance shapeAppearanceOverlay showMotionSpec textEndPadding textStartPadding
+styleable ChipGroup checkedChip chipSpacing chipSpacingHorizontal chipSpacingVertical singleLine singleSelection
+styleable CollapsingToolbarLayout collapsedTitleGravity collapsedTitleTextAppearance contentScrim expandedTitleGravity expandedTitleMargin expandedTitleMarginBottom expandedTitleMarginEnd expandedTitleMarginStart expandedTitleMarginTop expandedTitleTextAppearance scrimAnimationDuration scrimVisibleHeightTrigger statusBarScrim title titleEnabled toolbarId
+styleable CollapsingToolbarLayout_Layout layout_collapseMode layout_collapseParallaxMultiplier
+styleable ColorStateListItem alpha android_alpha android_color
+styleable CompoundButton android_button buttonCompat buttonTint buttonTintMode
+styleable ConstraintLayout_Layout android_maxHeight android_maxWidth android_minHeight android_minWidth android_orientation barrierAllowsGoneWidgets barrierDirection chainUseRtl constraintSet constraint_referenced_ids layout_constrainedHeight layout_constrainedWidth layout_constraintBaseline_creator layout_constraintBaseline_toBaselineOf layout_constraintBottom_creator layout_constraintBottom_toBottomOf layout_constraintBottom_toTopOf layout_constraintCircle layout_constraintCircleAngle layout_constraintCircleRadius layout_constraintDimensionRatio layout_constraintEnd_toEndOf layout_constraintEnd_toStartOf layout_constraintGuide_begin layout_constraintGuide_end layout_constraintGuide_percent layout_constraintHeight_default layout_constraintHeight_max layout_constraintHeight_min layout_constraintHeight_percent layout_constraintHorizontal_bias layout_constraintHorizontal_chainStyle layout_constraintHorizontal_weight layout_constraintLeft_creator layout_constraintLeft_toLeftOf layout_constraintLeft_toRightOf layout_constraintRight_creator layout_constraintRight_toLeftOf layout_constraintRight_toRightOf layout_constraintStart_toEndOf layout_constraintStart_toStartOf layout_constraintTop_creator layout_constraintTop_toBottomOf layout_constraintTop_toTopOf layout_constraintVertical_bias layout_constraintVertical_chainStyle layout_constraintVertical_weight layout_constraintWidth_default layout_constraintWidth_max layout_constraintWidth_min layout_constraintWidth_percent layout_editor_absoluteX layout_editor_absoluteY layout_goneMarginBottom layout_goneMarginEnd layout_goneMarginLeft layout_goneMarginRight layout_goneMarginStart layout_goneMarginTop layout_optimizationLevel
+styleable ConstraintLayout_placeholder content emptyVisibility
+styleable ConstraintSet android_alpha android_elevation android_id android_layout_height android_layout_marginBottom android_layout_marginEnd android_layout_marginLeft android_layout_marginRight android_layout_marginStart android_layout_marginTop android_layout_width android_maxHeight android_maxWidth android_minHeight android_minWidth android_orientation android_rotation android_rotationX android_rotationY android_scaleX android_scaleY android_transformPivotX android_transformPivotY android_translationX android_translationY android_translationZ android_visibility barrierAllowsGoneWidgets barrierDirection chainUseRtl constraint_referenced_ids layout_constrainedHeight layout_constrainedWidth layout_constraintBaseline_creator layout_constraintBaseline_toBaselineOf layout_constraintBottom_creator layout_constraintBottom_toBottomOf layout_constraintBottom_toTopOf layout_constraintCircle layout_constraintCircleAngle layout_constraintCircleRadius layout_constraintDimensionRatio layout_constraintEnd_toEndOf layout_constraintEnd_toStartOf layout_constraintGuide_begin layout_constraintGuide_end layout_constraintGuide_percent layout_constraintHeight_default layout_constraintHeight_max layout_constraintHeight_min layout_constraintHeight_percent layout_constraintHorizontal_bias layout_constraintHorizontal_chainStyle layout_constraintHorizontal_weight layout_constraintLeft_creator layout_constraintLeft_toLeftOf layout_constraintLeft_toRightOf layout_constraintRight_creator layout_constraintRight_toLeftOf layout_constraintRight_toRightOf layout_constraintStart_toEndOf layout_constraintStart_toStartOf layout_constraintTop_creator layout_constraintTop_toBottomOf layout_constraintTop_toTopOf layout_constraintVertical_bias layout_constraintVertical_chainStyle layout_constraintVertical_weight layout_constraintWidth_default layout_constraintWidth_max layout_constraintWidth_min layout_constraintWidth_percent layout_editor_absoluteX layout_editor_absoluteY layout_goneMarginBottom layout_goneMarginEnd layout_goneMarginLeft layout_goneMarginRight layout_goneMarginStart layout_goneMarginTop
+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 ExtendedFloatingActionButton elevation extendMotionSpec hideMotionSpec showMotionSpec shrinkMotionSpec
+styleable ExtendedFloatingActionButton_Behavior_Layout behavior_autoHide behavior_autoShrink
+styleable FloatingActionButton backgroundTint backgroundTintMode borderWidth elevation ensureMinTouchTargetSize fabCustomSize fabSize hideMotionSpec hoveredFocusedTranslationZ maxImageSize pressedTranslationZ rippleColor shapeAppearance shapeAppearanceOverlay showMotionSpec useCompatPadding
+styleable FloatingActionButton_Behavior_Layout behavior_autoHide
+styleable FlowLayout itemSpacing lineSpacing
+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 ForegroundLinearLayout android_foreground android_foregroundGravity foregroundInsidePadding
+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 LinearConstraintLayout android_orientation
+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 MaterialAlertDialog backgroundInsetBottom backgroundInsetEnd backgroundInsetStart backgroundInsetTop
+styleable MaterialAlertDialogTheme materialAlertDialogBodyTextStyle materialAlertDialogTheme materialAlertDialogTitleIconStyle materialAlertDialogTitlePanelStyle materialAlertDialogTitleTextStyle
+styleable MaterialButton android_checkable android_insetBottom android_insetLeft android_insetRight android_insetTop backgroundTint backgroundTintMode cornerRadius elevation icon iconGravity iconPadding iconSize iconTint iconTintMode rippleColor shapeAppearance shapeAppearanceOverlay strokeColor strokeWidth
+styleable MaterialButtonToggleGroup checkedButton singleSelection
+styleable MaterialCalendar android_windowFullscreen dayInvalidStyle daySelectedStyle dayStyle dayTodayStyle rangeFillColor yearSelectedStyle yearStyle yearTodayStyle
+styleable MaterialCalendarItem android_insetBottom android_insetLeft android_insetRight android_insetTop itemFillColor itemShapeAppearance itemShapeAppearanceOverlay itemStrokeColor itemStrokeWidth itemTextColor
+styleable MaterialCardView android_checkable cardForegroundColor checkedIcon checkedIconTint rippleColor shapeAppearance shapeAppearanceOverlay state_dragged strokeColor strokeWidth
+styleable MaterialCheckBox buttonTint useMaterialThemeColors
+styleable MaterialRadioButton useMaterialThemeColors
+styleable MaterialShape shapeAppearance shapeAppearanceOverlay
+styleable MaterialTextAppearance android_lineHeight lineHeight
+styleable MaterialTextView android_lineHeight android_textAppearance lineHeight
+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 MogoSkinBackgroundHelper android_background
+styleable MogoSkinCompatImageView android_src android_tint srcCompat tint
+styleable MogoSkinCompatTextHelper android_drawableBottom android_drawableEnd android_drawableLeft android_drawableRight android_drawableStart android_drawableTop android_textAppearance
+styleable MogoSkinTextAppearance android_shadowColor android_shadowDx android_shadowDy android_shadowRadius android_textColor android_textColorHint android_textSize android_textStyle android_typeface textAllCaps
+styleable NavigationView android_background android_fitsSystemWindows android_maxWidth elevation headerLayout itemBackground itemHorizontalPadding itemIconPadding itemIconSize itemIconTint itemMaxLines itemShapeAppearance itemShapeAppearanceOverlay itemShapeFillColor itemShapeInsetBottom itemShapeInsetEnd itemShapeInsetStart itemShapeInsetTop itemTextAppearance itemTextColor menu
+styleable PopupWindow android_popupAnimationStyle android_popupBackground overlapAnchor
+styleable PopupWindowBackgroundState state_above_anchor
+styleable RecycleListView paddingBottomNoButtons paddingTopNoTitle
+styleable RecyclerView android_clipToPadding android_descendantFocusability android_orientation fastScrollEnabled fastScrollHorizontalThumbDrawable fastScrollHorizontalTrackDrawable fastScrollVerticalThumbDrawable fastScrollVerticalTrackDrawable layoutManager reverseLayout spanCount stackFromEnd
+styleable ScrimInsetsFrameLayout insetForeground
+styleable ScrollingViewBehavior_Layout behavior_overlapTop
+styleable SearchView android_focusable android_imeOptions android_inputType android_maxWidth closeIcon commitIcon defaultQueryHint goIcon iconifiedByDefault layout queryBackground queryHint searchHintIcon searchIcon submitBackground suggestionRowLayout voiceIcon
+styleable ShapeAppearance cornerFamily cornerFamilyBottomLeft cornerFamilyBottomRight cornerFamilyTopLeft cornerFamilyTopRight cornerSize cornerSizeBottomLeft cornerSizeBottomRight cornerSizeTopLeft cornerSizeTopRight
+styleable SkinBackgroundHelper android_background
+styleable SkinCompatImageView android_src android_tint srcCompat tint
+styleable SkinCompatProgressBar android_indeterminateDrawable android_progressDrawable
+styleable SkinCompatTextHelper android_drawableBottom android_drawableEnd android_drawableLeft android_drawableRight android_drawableStart android_drawableTop android_textAppearance
+styleable SkinTextAppearance android_shadowColor android_shadowDx android_shadowDy android_shadowRadius android_textColor android_textColorHint android_textSize android_textStyle android_typeface textAllCaps
+styleable Snackbar snackbarButtonStyle snackbarStyle
+styleable SnackbarLayout actionTextColorAlpha android_maxWidth animationMode backgroundOverlayColorAlpha elevation maxActionInlineWidth
+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 SwitchMaterial useMaterialThemeColors
+styleable TabItem android_icon android_layout android_text
+styleable TabLayout tabBackground tabContentStart tabGravity tabIconTint tabIconTintMode tabIndicator tabIndicatorAnimationDuration tabIndicatorColor tabIndicatorFullWidth tabIndicatorGravity tabIndicatorHeight tabInlineLabel tabMaxWidth tabMinWidth tabMode tabPadding tabPaddingBottom tabPaddingEnd tabPaddingStart tabPaddingTop tabRippleColor tabSelectedTextColor tabTextAppearance tabTextColor tabUnboundedRipple
+styleable TextAppearance android_fontFamily android_shadowColor android_shadowDx android_shadowDy android_shadowRadius android_textColor android_textColorHint android_textColorLink android_textFontWeight android_textSize android_textStyle android_typeface fontFamily fontVariationSettings textAllCaps textLocale
+styleable TextInputLayout android_hint android_textColorHint boxBackgroundColor boxBackgroundMode boxCollapsedPaddingTop boxCornerRadiusBottomEnd boxCornerRadiusBottomStart boxCornerRadiusTopEnd boxCornerRadiusTopStart boxStrokeColor boxStrokeWidth boxStrokeWidthFocused counterEnabled counterMaxLength counterOverflowTextAppearance counterOverflowTextColor counterTextAppearance counterTextColor endIconCheckable endIconContentDescription endIconDrawable endIconMode endIconTint endIconTintMode errorEnabled errorIconDrawable errorIconTint errorIconTintMode errorTextAppearance errorTextColor helperText helperTextEnabled helperTextTextAppearance helperTextTextColor hintAnimationEnabled hintEnabled hintTextAppearance hintTextColor passwordToggleContentDescription passwordToggleDrawable passwordToggleEnabled passwordToggleTint passwordToggleTintMode shapeAppearance shapeAppearanceOverlay startIconCheckable startIconContentDescription startIconDrawable startIconTint startIconTintMode
+styleable ThemeEnforcement android_textAppearance enforceMaterialTheme enforceTextAppearance
+styleable Toolbar android_gravity android_minHeight buttonGravity collapseContentDescription collapseIcon contentInsetEnd contentInsetEndWithActions contentInsetLeft contentInsetRight contentInsetStart contentInsetStartWithNavigation logo logoDescription maxButtonHeight menu 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 ViewPager2 android_orientation
+styleable ViewStubCompat android_id android_inflatedId android_layout
+xml standalone_badge
+xml standalone_badge_gravity_bottom_end
+xml standalone_badge_gravity_bottom_start
+xml standalone_badge_gravity_top_start
diff --git a/skin/mogo-skin-support-impl/build/intermediates/runtime_library_classes/debug/classes.jar b/skin/mogo-skin-support-impl/build/intermediates/runtime_library_classes/debug/classes.jar
new file mode 100644
index 0000000000..1f7f19e817
Binary files /dev/null and b/skin/mogo-skin-support-impl/build/intermediates/runtime_library_classes/debug/classes.jar differ
diff --git a/skin/mogo-skin-support-impl/build/intermediates/symbols/debug/R.txt b/skin/mogo-skin-support-impl/build/intermediates/symbols/debug/R.txt
new file mode 100644
index 0000000000..713e6a2bd3
--- /dev/null
+++ b/skin/mogo-skin-support-impl/build/intermediates/symbols/debug/R.txt
@@ -0,0 +1,3645 @@
+int anim abc_fade_in 0x7f010001
+int anim abc_fade_out 0x7f010002
+int anim abc_grow_fade_in_from_bottom 0x7f010003
+int anim abc_popup_enter 0x7f010004
+int anim abc_popup_exit 0x7f010005
+int anim abc_shrink_fade_out_from_bottom 0x7f010006
+int anim abc_slide_in_bottom 0x7f010007
+int anim abc_slide_in_top 0x7f010008
+int anim abc_slide_out_bottom 0x7f010009
+int anim abc_slide_out_top 0x7f01000a
+int anim abc_tooltip_enter 0x7f01000b
+int anim abc_tooltip_exit 0x7f01000c
+int anim btn_checkbox_to_checked_box_inner_merged_animation 0x7f01000d
+int anim btn_checkbox_to_checked_box_outer_merged_animation 0x7f01000e
+int anim btn_checkbox_to_checked_icon_null_animation 0x7f01000f
+int anim btn_checkbox_to_unchecked_box_inner_merged_animation 0x7f010010
+int anim btn_checkbox_to_unchecked_check_path_merged_animation 0x7f010011
+int anim btn_checkbox_to_unchecked_icon_null_animation 0x7f010012
+int anim btn_radio_to_off_mtrl_dot_group_animation 0x7f010013
+int anim btn_radio_to_off_mtrl_ring_outer_animation 0x7f010014
+int anim btn_radio_to_off_mtrl_ring_outer_path_animation 0x7f010015
+int anim btn_radio_to_on_mtrl_dot_group_animation 0x7f010016
+int anim btn_radio_to_on_mtrl_ring_outer_animation 0x7f010017
+int anim btn_radio_to_on_mtrl_ring_outer_path_animation 0x7f010018
+int anim design_bottom_sheet_slide_in 0x7f010019
+int anim design_bottom_sheet_slide_out 0x7f01001a
+int anim design_snackbar_in 0x7f01001b
+int anim design_snackbar_out 0x7f01001c
+int anim mtrl_bottom_sheet_slide_in 0x7f01001d
+int anim mtrl_bottom_sheet_slide_out 0x7f01001e
+int anim mtrl_card_lowers_interpolator 0x7f01001f
+int animator design_appbar_state_list_animator 0x7f020001
+int animator design_fab_hide_motion_spec 0x7f020002
+int animator design_fab_show_motion_spec 0x7f020003
+int animator mtrl_btn_state_list_anim 0x7f020004
+int animator mtrl_btn_unelevated_state_list_anim 0x7f020005
+int animator mtrl_card_state_list_anim 0x7f020006
+int animator mtrl_chip_state_list_anim 0x7f020007
+int animator mtrl_extended_fab_change_size_motion_spec 0x7f020008
+int animator mtrl_extended_fab_hide_motion_spec 0x7f020009
+int animator mtrl_extended_fab_show_motion_spec 0x7f02000a
+int animator mtrl_extended_fab_state_list_animator 0x7f02000b
+int animator mtrl_fab_hide_motion_spec 0x7f02000c
+int animator mtrl_fab_show_motion_spec 0x7f02000d
+int animator mtrl_fab_transformation_sheet_collapse_spec 0x7f02000e
+int animator mtrl_fab_transformation_sheet_expand_spec 0x7f02000f
+int attr actionBarDivider 0x7f040001
+int attr actionBarItemBackground 0x7f040002
+int attr actionBarPopupTheme 0x7f040003
+int attr actionBarSize 0x7f040004
+int attr actionBarSplitStyle 0x7f040005
+int attr actionBarStyle 0x7f040006
+int attr actionBarTabBarStyle 0x7f040007
+int attr actionBarTabStyle 0x7f040008
+int attr actionBarTabTextStyle 0x7f040009
+int attr actionBarTheme 0x7f04000a
+int attr actionBarWidgetTheme 0x7f04000b
+int attr actionButtonStyle 0x7f04000c
+int attr actionDropDownStyle 0x7f04000d
+int attr actionLayout 0x7f04000e
+int attr actionMenuTextAppearance 0x7f04000f
+int attr actionMenuTextColor 0x7f040010
+int attr actionModeBackground 0x7f040011
+int attr actionModeCloseButtonStyle 0x7f040012
+int attr actionModeCloseDrawable 0x7f040013
+int attr actionModeCopyDrawable 0x7f040014
+int attr actionModeCutDrawable 0x7f040015
+int attr actionModeFindDrawable 0x7f040016
+int attr actionModePasteDrawable 0x7f040017
+int attr actionModePopupWindowStyle 0x7f040018
+int attr actionModeSelectAllDrawable 0x7f040019
+int attr actionModeShareDrawable 0x7f04001a
+int attr actionModeSplitBackground 0x7f04001b
+int attr actionModeStyle 0x7f04001c
+int attr actionModeWebSearchDrawable 0x7f04001d
+int attr actionOverflowButtonStyle 0x7f04001e
+int attr actionOverflowMenuStyle 0x7f04001f
+int attr actionProviderClass 0x7f040020
+int attr actionTextColorAlpha 0x7f040021
+int attr actionViewClass 0x7f040022
+int attr activityChooserViewStyle 0x7f040023
+int attr alertDialogButtonGroupStyle 0x7f040024
+int attr alertDialogCenterButtons 0x7f040025
+int attr alertDialogStyle 0x7f040026
+int attr alertDialogTheme 0x7f040027
+int attr allowStacking 0x7f040028
+int attr alpha 0x7f040029
+int attr alphabeticModifiers 0x7f04002a
+int attr animationMode 0x7f04002b
+int attr appBarLayoutStyle 0x7f04002c
+int attr arrowHeadLength 0x7f04002d
+int attr arrowShaftLength 0x7f04002e
+int attr autoCompleteTextViewStyle 0x7f04002f
+int attr autoSizeMaxTextSize 0x7f040030
+int attr autoSizeMinTextSize 0x7f040031
+int attr autoSizePresetSizes 0x7f040032
+int attr autoSizeStepGranularity 0x7f040033
+int attr autoSizeTextType 0x7f040034
+int attr background 0x7f040035
+int attr backgroundColor 0x7f040036
+int attr backgroundInsetBottom 0x7f040037
+int attr backgroundInsetEnd 0x7f040038
+int attr backgroundInsetStart 0x7f040039
+int attr backgroundInsetTop 0x7f04003a
+int attr backgroundOverlayColorAlpha 0x7f04003b
+int attr backgroundSplit 0x7f04003c
+int attr backgroundStacked 0x7f04003d
+int attr backgroundTint 0x7f04003e
+int attr backgroundTintMode 0x7f04003f
+int attr badgeGravity 0x7f040040
+int attr badgeStyle 0x7f040041
+int attr badgeTextColor 0x7f040042
+int attr barLength 0x7f040043
+int attr barrierAllowsGoneWidgets 0x7f040044
+int attr barrierDirection 0x7f040045
+int attr behavior_autoHide 0x7f040046
+int attr behavior_autoShrink 0x7f040047
+int attr behavior_expandedOffset 0x7f040048
+int attr behavior_fitToContents 0x7f040049
+int attr behavior_halfExpandedRatio 0x7f04004a
+int attr behavior_hideable 0x7f04004b
+int attr behavior_overlapTop 0x7f04004c
+int attr behavior_peekHeight 0x7f04004d
+int attr behavior_saveFlags 0x7f04004e
+int attr behavior_skipCollapsed 0x7f04004f
+int attr borderWidth 0x7f040050
+int attr borderlessButtonStyle 0x7f040051
+int attr bottomAppBarStyle 0x7f040052
+int attr bottomNavigationStyle 0x7f040053
+int attr bottomSheetDialogTheme 0x7f040054
+int attr bottomSheetStyle 0x7f040055
+int attr boxBackgroundColor 0x7f040056
+int attr boxBackgroundMode 0x7f040057
+int attr boxCollapsedPaddingTop 0x7f040058
+int attr boxCornerRadiusBottomEnd 0x7f040059
+int attr boxCornerRadiusBottomStart 0x7f04005a
+int attr boxCornerRadiusTopEnd 0x7f04005b
+int attr boxCornerRadiusTopStart 0x7f04005c
+int attr boxStrokeColor 0x7f04005d
+int attr boxStrokeWidth 0x7f04005e
+int attr boxStrokeWidthFocused 0x7f04005f
+int attr buttonBarButtonStyle 0x7f040060
+int attr buttonBarNegativeButtonStyle 0x7f040061
+int attr buttonBarNeutralButtonStyle 0x7f040062
+int attr buttonBarPositiveButtonStyle 0x7f040063
+int attr buttonBarStyle 0x7f040064
+int attr buttonCompat 0x7f040065
+int attr buttonGravity 0x7f040066
+int attr buttonIconDimen 0x7f040067
+int attr buttonPanelSideLayout 0x7f040068
+int attr buttonStyle 0x7f040069
+int attr buttonStyleSmall 0x7f04006a
+int attr buttonTint 0x7f04006b
+int attr buttonTintMode 0x7f04006c
+int attr cardBackgroundColor 0x7f04006d
+int attr cardCornerRadius 0x7f04006e
+int attr cardElevation 0x7f04006f
+int attr cardForegroundColor 0x7f040070
+int attr cardMaxElevation 0x7f040071
+int attr cardPreventCornerOverlap 0x7f040072
+int attr cardUseCompatPadding 0x7f040073
+int attr cardViewStyle 0x7f040074
+int attr chainUseRtl 0x7f040075
+int attr checkboxStyle 0x7f040076
+int attr checkedButton 0x7f040077
+int attr checkedChip 0x7f040078
+int attr checkedIcon 0x7f040079
+int attr checkedIconEnabled 0x7f04007a
+int attr checkedIconTint 0x7f04007b
+int attr checkedIconVisible 0x7f04007c
+int attr checkedTextViewStyle 0x7f04007d
+int attr chipBackgroundColor 0x7f04007e
+int attr chipCornerRadius 0x7f04007f
+int attr chipEndPadding 0x7f040080
+int attr chipGroupStyle 0x7f040081
+int attr chipIcon 0x7f040082
+int attr chipIconEnabled 0x7f040083
+int attr chipIconSize 0x7f040084
+int attr chipIconTint 0x7f040085
+int attr chipIconVisible 0x7f040086
+int attr chipMinHeight 0x7f040087
+int attr chipMinTouchTargetSize 0x7f040088
+int attr chipSpacing 0x7f040089
+int attr chipSpacingHorizontal 0x7f04008a
+int attr chipSpacingVertical 0x7f04008b
+int attr chipStandaloneStyle 0x7f04008c
+int attr chipStartPadding 0x7f04008d
+int attr chipStrokeColor 0x7f04008e
+int attr chipStrokeWidth 0x7f04008f
+int attr chipStyle 0x7f040090
+int attr chipSurfaceColor 0x7f040091
+int attr closeIcon 0x7f040092
+int attr closeIconEnabled 0x7f040093
+int attr closeIconEndPadding 0x7f040094
+int attr closeIconSize 0x7f040095
+int attr closeIconStartPadding 0x7f040096
+int attr closeIconTint 0x7f040097
+int attr closeIconVisible 0x7f040098
+int attr closeItemLayout 0x7f040099
+int attr collapseContentDescription 0x7f04009a
+int attr collapseIcon 0x7f04009b
+int attr collapsedTitleGravity 0x7f04009c
+int attr collapsedTitleTextAppearance 0x7f04009d
+int attr color 0x7f04009e
+int attr colorAccent 0x7f04009f
+int attr colorBackgroundFloating 0x7f0400a0
+int attr colorButtonNormal 0x7f0400a1
+int attr colorControlActivated 0x7f0400a2
+int attr colorControlHighlight 0x7f0400a3
+int attr colorControlNormal 0x7f0400a4
+int attr colorError 0x7f0400a5
+int attr colorOnBackground 0x7f0400a6
+int attr colorOnError 0x7f0400a7
+int attr colorOnPrimary 0x7f0400a8
+int attr colorOnPrimarySurface 0x7f0400a9
+int attr colorOnSecondary 0x7f0400aa
+int attr colorOnSurface 0x7f0400ab
+int attr colorPrimary 0x7f0400ac
+int attr colorPrimaryDark 0x7f0400ad
+int attr colorPrimarySurface 0x7f0400ae
+int attr colorPrimaryVariant 0x7f0400af
+int attr colorSecondary 0x7f0400b0
+int attr colorSecondaryVariant 0x7f0400b1
+int attr colorSurface 0x7f0400b2
+int attr colorSwitchThumbNormal 0x7f0400b3
+int attr commitIcon 0x7f0400b4
+int attr constraintSet 0x7f0400b5
+int attr constraint_referenced_ids 0x7f0400b6
+int attr content 0x7f0400b7
+int attr contentDescription 0x7f0400b8
+int attr contentInsetEnd 0x7f0400b9
+int attr contentInsetEndWithActions 0x7f0400ba
+int attr contentInsetLeft 0x7f0400bb
+int attr contentInsetRight 0x7f0400bc
+int attr contentInsetStart 0x7f0400bd
+int attr contentInsetStartWithNavigation 0x7f0400be
+int attr contentPadding 0x7f0400bf
+int attr contentPaddingBottom 0x7f0400c0
+int attr contentPaddingLeft 0x7f0400c1
+int attr contentPaddingRight 0x7f0400c2
+int attr contentPaddingTop 0x7f0400c3
+int attr contentScrim 0x7f0400c4
+int attr controlBackground 0x7f0400c5
+int attr coordinatorLayoutStyle 0x7f0400c6
+int attr cornerFamily 0x7f0400c7
+int attr cornerFamilyBottomLeft 0x7f0400c8
+int attr cornerFamilyBottomRight 0x7f0400c9
+int attr cornerFamilyTopLeft 0x7f0400ca
+int attr cornerFamilyTopRight 0x7f0400cb
+int attr cornerRadius 0x7f0400cc
+int attr cornerSize 0x7f0400cd
+int attr cornerSizeBottomLeft 0x7f0400ce
+int attr cornerSizeBottomRight 0x7f0400cf
+int attr cornerSizeTopLeft 0x7f0400d0
+int attr cornerSizeTopRight 0x7f0400d1
+int attr counterEnabled 0x7f0400d2
+int attr counterMaxLength 0x7f0400d3
+int attr counterOverflowTextAppearance 0x7f0400d4
+int attr counterOverflowTextColor 0x7f0400d5
+int attr counterTextAppearance 0x7f0400d6
+int attr counterTextColor 0x7f0400d7
+int attr customNavigationLayout 0x7f0400d8
+int attr dayInvalidStyle 0x7f0400d9
+int attr daySelectedStyle 0x7f0400da
+int attr dayStyle 0x7f0400db
+int attr dayTodayStyle 0x7f0400dc
+int attr defaultQueryHint 0x7f0400dd
+int attr dialogCornerRadius 0x7f0400de
+int attr dialogPreferredPadding 0x7f0400df
+int attr dialogTheme 0x7f0400e0
+int attr displayOptions 0x7f0400e1
+int attr divider 0x7f0400e2
+int attr dividerHorizontal 0x7f0400e3
+int attr dividerPadding 0x7f0400e4
+int attr dividerVertical 0x7f0400e5
+int attr drawableBottomCompat 0x7f0400e6
+int attr drawableEndCompat 0x7f0400e7
+int attr drawableLeftCompat 0x7f0400e8
+int attr drawableRightCompat 0x7f0400e9
+int attr drawableSize 0x7f0400ea
+int attr drawableStartCompat 0x7f0400eb
+int attr drawableTint 0x7f0400ec
+int attr drawableTintMode 0x7f0400ed
+int attr drawableTopCompat 0x7f0400ee
+int attr drawerArrowStyle 0x7f0400ef
+int attr dropDownListViewStyle 0x7f0400f0
+int attr dropdownListPreferredItemHeight 0x7f0400f1
+int attr editTextBackground 0x7f0400f2
+int attr editTextColor 0x7f0400f3
+int attr editTextStyle 0x7f0400f4
+int attr elevation 0x7f0400f5
+int attr elevationOverlayColor 0x7f0400f6
+int attr elevationOverlayEnabled 0x7f0400f7
+int attr emptyVisibility 0x7f0400f8
+int attr endIconCheckable 0x7f0400f9
+int attr endIconContentDescription 0x7f0400fa
+int attr endIconDrawable 0x7f0400fb
+int attr endIconMode 0x7f0400fc
+int attr endIconTint 0x7f0400fd
+int attr endIconTintMode 0x7f0400fe
+int attr enforceMaterialTheme 0x7f0400ff
+int attr enforceTextAppearance 0x7f040100
+int attr ensureMinTouchTargetSize 0x7f040101
+int attr errorEnabled 0x7f040102
+int attr errorIconDrawable 0x7f040103
+int attr errorIconTint 0x7f040104
+int attr errorIconTintMode 0x7f040105
+int attr errorTextAppearance 0x7f040106
+int attr errorTextColor 0x7f040107
+int attr expandActivityOverflowButtonDrawable 0x7f040108
+int attr expanded 0x7f040109
+int attr expandedTitleGravity 0x7f04010a
+int attr expandedTitleMargin 0x7f04010b
+int attr expandedTitleMarginBottom 0x7f04010c
+int attr expandedTitleMarginEnd 0x7f04010d
+int attr expandedTitleMarginStart 0x7f04010e
+int attr expandedTitleMarginTop 0x7f04010f
+int attr expandedTitleTextAppearance 0x7f040110
+int attr extendMotionSpec 0x7f040111
+int attr extendedFloatingActionButtonStyle 0x7f040112
+int attr fabAlignmentMode 0x7f040113
+int attr fabAnimationMode 0x7f040114
+int attr fabCradleMargin 0x7f040115
+int attr fabCradleRoundedCornerRadius 0x7f040116
+int attr fabCradleVerticalOffset 0x7f040117
+int attr fabCustomSize 0x7f040118
+int attr fabSize 0x7f040119
+int attr fastScrollEnabled 0x7f04011a
+int attr fastScrollHorizontalThumbDrawable 0x7f04011b
+int attr fastScrollHorizontalTrackDrawable 0x7f04011c
+int attr fastScrollVerticalThumbDrawable 0x7f04011d
+int attr fastScrollVerticalTrackDrawable 0x7f04011e
+int attr firstBaselineToTopHeight 0x7f04011f
+int attr floatingActionButtonStyle 0x7f040120
+int attr font 0x7f040121
+int attr fontFamily 0x7f040122
+int attr fontProviderAuthority 0x7f040123
+int attr fontProviderCerts 0x7f040124
+int attr fontProviderFetchStrategy 0x7f040125
+int attr fontProviderFetchTimeout 0x7f040126
+int attr fontProviderPackage 0x7f040127
+int attr fontProviderQuery 0x7f040128
+int attr fontStyle 0x7f040129
+int attr fontVariationSettings 0x7f04012a
+int attr fontWeight 0x7f04012b
+int attr foregroundInsidePadding 0x7f04012c
+int attr gapBetweenBars 0x7f04012d
+int attr goIcon 0x7f04012e
+int attr headerLayout 0x7f04012f
+int attr height 0x7f040130
+int attr helperText 0x7f040131
+int attr helperTextEnabled 0x7f040132
+int attr helperTextTextAppearance 0x7f040133
+int attr helperTextTextColor 0x7f040134
+int attr hideMotionSpec 0x7f040135
+int attr hideOnContentScroll 0x7f040136
+int attr hideOnScroll 0x7f040137
+int attr hintAnimationEnabled 0x7f040138
+int attr hintEnabled 0x7f040139
+int attr hintTextAppearance 0x7f04013a
+int attr hintTextColor 0x7f04013b
+int attr homeAsUpIndicator 0x7f04013c
+int attr homeLayout 0x7f04013d
+int attr hoveredFocusedTranslationZ 0x7f04013e
+int attr icon 0x7f04013f
+int attr iconEndPadding 0x7f040140
+int attr iconGravity 0x7f040141
+int attr iconPadding 0x7f040142
+int attr iconSize 0x7f040143
+int attr iconStartPadding 0x7f040144
+int attr iconTint 0x7f040145
+int attr iconTintMode 0x7f040146
+int attr iconifiedByDefault 0x7f040147
+int attr imageButtonStyle 0x7f040148
+int attr indeterminateProgressStyle 0x7f040149
+int attr initialActivityCount 0x7f04014a
+int attr insetForeground 0x7f04014b
+int attr isLightTheme 0x7f04014c
+int attr isMaterialTheme 0x7f04014d
+int attr itemBackground 0x7f04014e
+int attr itemFillColor 0x7f04014f
+int attr itemHorizontalPadding 0x7f040150
+int attr itemHorizontalTranslationEnabled 0x7f040151
+int attr itemIconPadding 0x7f040152
+int attr itemIconSize 0x7f040153
+int attr itemIconTint 0x7f040154
+int attr itemMaxLines 0x7f040155
+int attr itemPadding 0x7f040156
+int attr itemRippleColor 0x7f040157
+int attr itemShapeAppearance 0x7f040158
+int attr itemShapeAppearanceOverlay 0x7f040159
+int attr itemShapeFillColor 0x7f04015a
+int attr itemShapeInsetBottom 0x7f04015b
+int attr itemShapeInsetEnd 0x7f04015c
+int attr itemShapeInsetStart 0x7f04015d
+int attr itemShapeInsetTop 0x7f04015e
+int attr itemSpacing 0x7f04015f
+int attr itemStrokeColor 0x7f040160
+int attr itemStrokeWidth 0x7f040161
+int attr itemTextAppearance 0x7f040162
+int attr itemTextAppearanceActive 0x7f040163
+int attr itemTextAppearanceInactive 0x7f040164
+int attr itemTextColor 0x7f040165
+int attr keylines 0x7f040166
+int attr labelVisibilityMode 0x7f040167
+int attr lastBaselineToBottomHeight 0x7f040168
+int attr layout 0x7f040169
+int attr layoutManager 0x7f04016a
+int attr layout_anchor 0x7f04016b
+int attr layout_anchorGravity 0x7f04016c
+int attr layout_behavior 0x7f04016d
+int attr layout_collapseMode 0x7f04016e
+int attr layout_collapseParallaxMultiplier 0x7f04016f
+int attr layout_constrainedHeight 0x7f040170
+int attr layout_constrainedWidth 0x7f040171
+int attr layout_constraintBaseline_creator 0x7f040172
+int attr layout_constraintBaseline_toBaselineOf 0x7f040173
+int attr layout_constraintBottom_creator 0x7f040174
+int attr layout_constraintBottom_toBottomOf 0x7f040175
+int attr layout_constraintBottom_toTopOf 0x7f040176
+int attr layout_constraintCircle 0x7f040177
+int attr layout_constraintCircleAngle 0x7f040178
+int attr layout_constraintCircleRadius 0x7f040179
+int attr layout_constraintDimensionRatio 0x7f04017a
+int attr layout_constraintEnd_toEndOf 0x7f04017b
+int attr layout_constraintEnd_toStartOf 0x7f04017c
+int attr layout_constraintGuide_begin 0x7f04017d
+int attr layout_constraintGuide_end 0x7f04017e
+int attr layout_constraintGuide_percent 0x7f04017f
+int attr layout_constraintHeight_default 0x7f040180
+int attr layout_constraintHeight_max 0x7f040181
+int attr layout_constraintHeight_min 0x7f040182
+int attr layout_constraintHeight_percent 0x7f040183
+int attr layout_constraintHorizontal_bias 0x7f040184
+int attr layout_constraintHorizontal_chainStyle 0x7f040185
+int attr layout_constraintHorizontal_weight 0x7f040186
+int attr layout_constraintLeft_creator 0x7f040187
+int attr layout_constraintLeft_toLeftOf 0x7f040188
+int attr layout_constraintLeft_toRightOf 0x7f040189
+int attr layout_constraintRight_creator 0x7f04018a
+int attr layout_constraintRight_toLeftOf 0x7f04018b
+int attr layout_constraintRight_toRightOf 0x7f04018c
+int attr layout_constraintStart_toEndOf 0x7f04018d
+int attr layout_constraintStart_toStartOf 0x7f04018e
+int attr layout_constraintTop_creator 0x7f04018f
+int attr layout_constraintTop_toBottomOf 0x7f040190
+int attr layout_constraintTop_toTopOf 0x7f040191
+int attr layout_constraintVertical_bias 0x7f040192
+int attr layout_constraintVertical_chainStyle 0x7f040193
+int attr layout_constraintVertical_weight 0x7f040194
+int attr layout_constraintWidth_default 0x7f040195
+int attr layout_constraintWidth_max 0x7f040196
+int attr layout_constraintWidth_min 0x7f040197
+int attr layout_constraintWidth_percent 0x7f040198
+int attr layout_dodgeInsetEdges 0x7f040199
+int attr layout_editor_absoluteX 0x7f04019a
+int attr layout_editor_absoluteY 0x7f04019b
+int attr layout_goneMarginBottom 0x7f04019c
+int attr layout_goneMarginEnd 0x7f04019d
+int attr layout_goneMarginLeft 0x7f04019e
+int attr layout_goneMarginRight 0x7f04019f
+int attr layout_goneMarginStart 0x7f0401a0
+int attr layout_goneMarginTop 0x7f0401a1
+int attr layout_insetEdge 0x7f0401a2
+int attr layout_keyline 0x7f0401a3
+int attr layout_optimizationLevel 0x7f0401a4
+int attr layout_scrollFlags 0x7f0401a5
+int attr layout_scrollInterpolator 0x7f0401a6
+int attr liftOnScroll 0x7f0401a7
+int attr liftOnScrollTargetViewId 0x7f0401a8
+int attr lineHeight 0x7f0401a9
+int attr lineSpacing 0x7f0401aa
+int attr listChoiceBackgroundIndicator 0x7f0401ab
+int attr listChoiceIndicatorMultipleAnimated 0x7f0401ac
+int attr listChoiceIndicatorSingleAnimated 0x7f0401ad
+int attr listDividerAlertDialog 0x7f0401ae
+int attr listItemLayout 0x7f0401af
+int attr listLayout 0x7f0401b0
+int attr listMenuViewStyle 0x7f0401b1
+int attr listPopupWindowStyle 0x7f0401b2
+int attr listPreferredItemHeight 0x7f0401b3
+int attr listPreferredItemHeightLarge 0x7f0401b4
+int attr listPreferredItemHeightSmall 0x7f0401b5
+int attr listPreferredItemPaddingEnd 0x7f0401b6
+int attr listPreferredItemPaddingLeft 0x7f0401b7
+int attr listPreferredItemPaddingRight 0x7f0401b8
+int attr listPreferredItemPaddingStart 0x7f0401b9
+int attr logo 0x7f0401ba
+int attr logoDescription 0x7f0401bb
+int attr materialAlertDialogBodyTextStyle 0x7f0401bc
+int attr materialAlertDialogTheme 0x7f0401bd
+int attr materialAlertDialogTitleIconStyle 0x7f0401be
+int attr materialAlertDialogTitlePanelStyle 0x7f0401bf
+int attr materialAlertDialogTitleTextStyle 0x7f0401c0
+int attr materialButtonOutlinedStyle 0x7f0401c1
+int attr materialButtonStyle 0x7f0401c2
+int attr materialButtonToggleGroupStyle 0x7f0401c3
+int attr materialCalendarDay 0x7f0401c4
+int attr materialCalendarFullscreenTheme 0x7f0401c5
+int attr materialCalendarHeaderConfirmButton 0x7f0401c6
+int attr materialCalendarHeaderDivider 0x7f0401c7
+int attr materialCalendarHeaderLayout 0x7f0401c8
+int attr materialCalendarHeaderSelection 0x7f0401c9
+int attr materialCalendarHeaderTitle 0x7f0401ca
+int attr materialCalendarHeaderToggleButton 0x7f0401cb
+int attr materialCalendarStyle 0x7f0401cc
+int attr materialCalendarTheme 0x7f0401cd
+int attr materialCardViewStyle 0x7f0401ce
+int attr materialThemeOverlay 0x7f0401cf
+int attr maxActionInlineWidth 0x7f0401d0
+int attr maxButtonHeight 0x7f0401d1
+int attr maxCharacterCount 0x7f0401d2
+int attr maxImageSize 0x7f0401d3
+int attr measureWithLargestChild 0x7f0401d4
+int attr menu 0x7f0401d5
+int attr minTouchTargetSize 0x7f0401d6
+int attr multiChoiceItemLayout 0x7f0401d7
+int attr navigationContentDescription 0x7f0401d8
+int attr navigationIcon 0x7f0401d9
+int attr navigationMode 0x7f0401da
+int attr navigationViewStyle 0x7f0401db
+int attr number 0x7f0401dc
+int attr numericModifiers 0x7f0401dd
+int attr overlapAnchor 0x7f0401de
+int attr paddingBottomNoButtons 0x7f0401df
+int attr paddingEnd 0x7f0401e0
+int attr paddingStart 0x7f0401e1
+int attr paddingTopNoTitle 0x7f0401e2
+int attr panelBackground 0x7f0401e3
+int attr panelMenuListTheme 0x7f0401e4
+int attr panelMenuListWidth 0x7f0401e5
+int attr passwordToggleContentDescription 0x7f0401e6
+int attr passwordToggleDrawable 0x7f0401e7
+int attr passwordToggleEnabled 0x7f0401e8
+int attr passwordToggleTint 0x7f0401e9
+int attr passwordToggleTintMode 0x7f0401ea
+int attr popupMenuBackground 0x7f0401eb
+int attr popupMenuStyle 0x7f0401ec
+int attr popupTheme 0x7f0401ed
+int attr popupWindowStyle 0x7f0401ee
+int attr preserveIconSpacing 0x7f0401ef
+int attr pressedTranslationZ 0x7f0401f0
+int attr progressBarPadding 0x7f0401f1
+int attr progressBarStyle 0x7f0401f2
+int attr queryBackground 0x7f0401f3
+int attr queryHint 0x7f0401f4
+int attr radioButtonStyle 0x7f0401f5
+int attr rangeFillColor 0x7f0401f6
+int attr ratingBarStyle 0x7f0401f7
+int attr ratingBarStyleIndicator 0x7f0401f8
+int attr ratingBarStyleSmall 0x7f0401f9
+int attr recyclerViewStyle 0x7f0401fa
+int attr reverseLayout 0x7f0401fb
+int attr rippleColor 0x7f0401fc
+int attr scrimAnimationDuration 0x7f0401fd
+int attr scrimBackground 0x7f0401fe
+int attr scrimVisibleHeightTrigger 0x7f0401ff
+int attr searchHintIcon 0x7f040200
+int attr searchIcon 0x7f040201
+int attr searchViewStyle 0x7f040202
+int attr seekBarStyle 0x7f040203
+int attr selectableItemBackground 0x7f040204
+int attr selectableItemBackgroundBorderless 0x7f040205
+int attr shapeAppearance 0x7f040206
+int attr shapeAppearanceLargeComponent 0x7f040207
+int attr shapeAppearanceMediumComponent 0x7f040208
+int attr shapeAppearanceOverlay 0x7f040209
+int attr shapeAppearanceSmallComponent 0x7f04020a
+int attr showAsAction 0x7f04020b
+int attr showDividers 0x7f04020c
+int attr showMotionSpec 0x7f04020d
+int attr showText 0x7f04020e
+int attr showTitle 0x7f04020f
+int attr shrinkMotionSpec 0x7f040210
+int attr singleChoiceItemLayout 0x7f040211
+int attr singleLine 0x7f040212
+int attr singleSelection 0x7f040213
+int attr skinAlertDialogBackground 0x7f040214
+int attr skinAlertDialogControlHighlightColor 0x7f040215
+int attr skinAlertDialogListDivider 0x7f040216
+int attr skinAlertDialogListItemTextColor 0x7f040217
+int attr skinAlertDialogMessageTextColor 0x7f040218
+int attr skinAlertDialogNegativeButtonTextColor 0x7f040219
+int attr skinAlertDialogNeutralButtonTextColor 0x7f04021a
+int attr skinAlertDialogPositiveButtonTextColor 0x7f04021b
+int attr skinAlertDialogTitleTextColor 0x7f04021c
+int attr skinListChoiceIndicatorMultiple 0x7f04021d
+int attr skinListChoiceIndicatorSingle 0x7f04021e
+int attr snackbarButtonStyle 0x7f04021f
+int attr snackbarStyle 0x7f040220
+int attr spanCount 0x7f040221
+int attr spinBars 0x7f040222
+int attr spinnerDropDownItemStyle 0x7f040223
+int attr spinnerStyle 0x7f040224
+int attr splitTrack 0x7f040225
+int attr srcCompat 0x7f040226
+int attr stackFromEnd 0x7f040227
+int attr startIconCheckable 0x7f040228
+int attr startIconContentDescription 0x7f040229
+int attr startIconDrawable 0x7f04022a
+int attr startIconTint 0x7f04022b
+int attr startIconTintMode 0x7f04022c
+int attr state_above_anchor 0x7f04022d
+int attr state_collapsed 0x7f04022e
+int attr state_collapsible 0x7f04022f
+int attr state_dragged 0x7f040230
+int attr state_liftable 0x7f040231
+int attr state_lifted 0x7f040232
+int attr statusBarBackground 0x7f040233
+int attr statusBarForeground 0x7f040234
+int attr statusBarScrim 0x7f040235
+int attr strokeColor 0x7f040236
+int attr strokeWidth 0x7f040237
+int attr subMenuArrow 0x7f040238
+int attr submitBackground 0x7f040239
+int attr subtitle 0x7f04023a
+int attr subtitleTextAppearance 0x7f04023b
+int attr subtitleTextColor 0x7f04023c
+int attr subtitleTextStyle 0x7f04023d
+int attr suggestionRowLayout 0x7f04023e
+int attr switchMinWidth 0x7f04023f
+int attr switchPadding 0x7f040240
+int attr switchStyle 0x7f040241
+int attr switchTextAppearance 0x7f040242
+int attr tabBackground 0x7f040243
+int attr tabContentStart 0x7f040244
+int attr tabGravity 0x7f040245
+int attr tabIconTint 0x7f040246
+int attr tabIconTintMode 0x7f040247
+int attr tabIndicator 0x7f040248
+int attr tabIndicatorAnimationDuration 0x7f040249
+int attr tabIndicatorColor 0x7f04024a
+int attr tabIndicatorFullWidth 0x7f04024b
+int attr tabIndicatorGravity 0x7f04024c
+int attr tabIndicatorHeight 0x7f04024d
+int attr tabInlineLabel 0x7f04024e
+int attr tabMaxWidth 0x7f04024f
+int attr tabMinWidth 0x7f040250
+int attr tabMode 0x7f040251
+int attr tabPadding 0x7f040252
+int attr tabPaddingBottom 0x7f040253
+int attr tabPaddingEnd 0x7f040254
+int attr tabPaddingStart 0x7f040255
+int attr tabPaddingTop 0x7f040256
+int attr tabRippleColor 0x7f040257
+int attr tabSelectedTextColor 0x7f040258
+int attr tabStyle 0x7f040259
+int attr tabTextAppearance 0x7f04025a
+int attr tabTextColor 0x7f04025b
+int attr tabUnboundedRipple 0x7f04025c
+int attr textAllCaps 0x7f04025d
+int attr textAppearanceBody1 0x7f04025e
+int attr textAppearanceBody2 0x7f04025f
+int attr textAppearanceButton 0x7f040260
+int attr textAppearanceCaption 0x7f040261
+int attr textAppearanceHeadline1 0x7f040262
+int attr textAppearanceHeadline2 0x7f040263
+int attr textAppearanceHeadline3 0x7f040264
+int attr textAppearanceHeadline4 0x7f040265
+int attr textAppearanceHeadline5 0x7f040266
+int attr textAppearanceHeadline6 0x7f040267
+int attr textAppearanceLargePopupMenu 0x7f040268
+int attr textAppearanceLineHeightEnabled 0x7f040269
+int attr textAppearanceListItem 0x7f04026a
+int attr textAppearanceListItemSecondary 0x7f04026b
+int attr textAppearanceListItemSmall 0x7f04026c
+int attr textAppearanceOverline 0x7f04026d
+int attr textAppearancePopupMenuHeader 0x7f04026e
+int attr textAppearanceSearchResultSubtitle 0x7f04026f
+int attr textAppearanceSearchResultTitle 0x7f040270
+int attr textAppearanceSmallPopupMenu 0x7f040271
+int attr textAppearanceSubtitle1 0x7f040272
+int attr textAppearanceSubtitle2 0x7f040273
+int attr textColorAlertDialogListItem 0x7f040274
+int attr textColorSearchUrl 0x7f040275
+int attr textEndPadding 0x7f040276
+int attr textInputStyle 0x7f040277
+int attr textLocale 0x7f040278
+int attr textStartPadding 0x7f040279
+int attr theme 0x7f04027a
+int attr themeLineHeight 0x7f04027b
+int attr thickness 0x7f04027c
+int attr thumbTextPadding 0x7f04027d
+int attr thumbTint 0x7f04027e
+int attr thumbTintMode 0x7f04027f
+int attr tickMark 0x7f040280
+int attr tickMarkTint 0x7f040281
+int attr tickMarkTintMode 0x7f040282
+int attr tint 0x7f040283
+int attr tintMode 0x7f040284
+int attr title 0x7f040285
+int attr titleEnabled 0x7f040286
+int attr titleMargin 0x7f040287
+int attr titleMarginBottom 0x7f040288
+int attr titleMarginEnd 0x7f040289
+int attr titleMarginStart 0x7f04028a
+int attr titleMarginTop 0x7f04028b
+int attr titleMargins 0x7f04028c
+int attr titleTextAppearance 0x7f04028d
+int attr titleTextColor 0x7f04028e
+int attr titleTextStyle 0x7f04028f
+int attr toolbarId 0x7f040290
+int attr toolbarNavigationButtonStyle 0x7f040291
+int attr toolbarStyle 0x7f040292
+int attr tooltipForegroundColor 0x7f040293
+int attr tooltipFrameBackground 0x7f040294
+int attr tooltipText 0x7f040295
+int attr track 0x7f040296
+int attr trackTint 0x7f040297
+int attr trackTintMode 0x7f040298
+int attr ttcIndex 0x7f040299
+int attr useCompatPadding 0x7f04029a
+int attr useMaterialThemeColors 0x7f04029b
+int attr viewInflaterClass 0x7f04029c
+int attr voiceIcon 0x7f04029d
+int attr windowActionBar 0x7f04029e
+int attr windowActionBarOverlay 0x7f04029f
+int attr windowActionModeOverlay 0x7f0402a0
+int attr windowFixedHeightMajor 0x7f0402a1
+int attr windowFixedHeightMinor 0x7f0402a2
+int attr windowFixedWidthMajor 0x7f0402a3
+int attr windowFixedWidthMinor 0x7f0402a4
+int attr windowMinWidthMajor 0x7f0402a5
+int attr windowMinWidthMinor 0x7f0402a6
+int attr windowNoTitle 0x7f0402a7
+int attr yearSelectedStyle 0x7f0402a8
+int attr yearStyle 0x7f0402a9
+int attr yearTodayStyle 0x7f0402aa
+int bool abc_action_bar_embed_tabs 0x7f050001
+int bool abc_allow_stacked_button_bar 0x7f050002
+int bool abc_config_actionMenuItemAllCaps 0x7f050003
+int bool mtrl_btn_textappearance_all_caps 0x7f050004
+int color abc_background_cache_hint_selector_material_dark 0x7f060001
+int color abc_background_cache_hint_selector_material_light 0x7f060002
+int color abc_btn_colored_borderless_text_material 0x7f060003
+int color abc_btn_colored_text_material 0x7f060004
+int color abc_color_highlight_material 0x7f060005
+int color abc_hint_foreground_material_dark 0x7f060006
+int color abc_hint_foreground_material_light 0x7f060007
+int color abc_input_method_navigation_guard 0x7f060008
+int color abc_primary_text_disable_only_material_dark 0x7f060009
+int color abc_primary_text_disable_only_material_light 0x7f06000a
+int color abc_primary_text_material_dark 0x7f06000b
+int color abc_primary_text_material_light 0x7f06000c
+int color abc_search_url_text 0x7f06000d
+int color abc_search_url_text_normal 0x7f06000e
+int color abc_search_url_text_pressed 0x7f06000f
+int color abc_search_url_text_selected 0x7f060010
+int color abc_secondary_text_material_dark 0x7f060011
+int color abc_secondary_text_material_light 0x7f060012
+int color abc_tint_btn_checkable 0x7f060013
+int color abc_tint_default 0x7f060014
+int color abc_tint_edittext 0x7f060015
+int color abc_tint_seek_thumb 0x7f060016
+int color abc_tint_spinner 0x7f060017
+int color abc_tint_switch_track 0x7f060018
+int color accent_material_dark 0x7f060019
+int color accent_material_light 0x7f06001a
+int color background_floating_material_dark 0x7f06001b
+int color background_floating_material_light 0x7f06001c
+int color background_material_dark 0x7f06001d
+int color background_material_light 0x7f06001e
+int color bright_foreground_disabled_material_dark 0x7f06001f
+int color bright_foreground_disabled_material_light 0x7f060020
+int color bright_foreground_inverse_material_dark 0x7f060021
+int color bright_foreground_inverse_material_light 0x7f060022
+int color bright_foreground_material_dark 0x7f060023
+int color bright_foreground_material_light 0x7f060024
+int color button_material_dark 0x7f060025
+int color button_material_light 0x7f060026
+int color cardview_dark_background 0x7f060027
+int color cardview_light_background 0x7f060028
+int color cardview_shadow_end_color 0x7f060029
+int color cardview_shadow_start_color 0x7f06002a
+int color checkbox_themeable_attribute_color 0x7f06002b
+int color design_bottom_navigation_shadow_color 0x7f06002c
+int color design_box_stroke_color 0x7f06002d
+int color design_dark_default_color_background 0x7f06002e
+int color design_dark_default_color_error 0x7f06002f
+int color design_dark_default_color_on_background 0x7f060030
+int color design_dark_default_color_on_error 0x7f060031
+int color design_dark_default_color_on_primary 0x7f060032
+int color design_dark_default_color_on_secondary 0x7f060033
+int color design_dark_default_color_on_surface 0x7f060034
+int color design_dark_default_color_primary 0x7f060035
+int color design_dark_default_color_primary_dark 0x7f060036
+int color design_dark_default_color_primary_variant 0x7f060037
+int color design_dark_default_color_secondary 0x7f060038
+int color design_dark_default_color_secondary_variant 0x7f060039
+int color design_dark_default_color_surface 0x7f06003a
+int color design_default_color_background 0x7f06003b
+int color design_default_color_error 0x7f06003c
+int color design_default_color_on_background 0x7f06003d
+int color design_default_color_on_error 0x7f06003e
+int color design_default_color_on_primary 0x7f06003f
+int color design_default_color_on_secondary 0x7f060040
+int color design_default_color_on_surface 0x7f060041
+int color design_default_color_primary 0x7f060042
+int color design_default_color_primary_dark 0x7f060043
+int color design_default_color_primary_variant 0x7f060044
+int color design_default_color_secondary 0x7f060045
+int color design_default_color_secondary_variant 0x7f060046
+int color design_default_color_surface 0x7f060047
+int color design_error 0x7f060048
+int color design_fab_shadow_end_color 0x7f060049
+int color design_fab_shadow_mid_color 0x7f06004a
+int color design_fab_shadow_start_color 0x7f06004b
+int color design_fab_stroke_end_inner_color 0x7f06004c
+int color design_fab_stroke_end_outer_color 0x7f06004d
+int color design_fab_stroke_top_inner_color 0x7f06004e
+int color design_fab_stroke_top_outer_color 0x7f06004f
+int color design_icon_tint 0x7f060050
+int color design_snackbar_background_color 0x7f060051
+int color dim_foreground_disabled_material_dark 0x7f060052
+int color dim_foreground_disabled_material_light 0x7f060053
+int color dim_foreground_material_dark 0x7f060054
+int color dim_foreground_material_light 0x7f060055
+int color error_color_material_dark 0x7f060056
+int color error_color_material_light 0x7f060057
+int color foreground_material_dark 0x7f060058
+int color foreground_material_light 0x7f060059
+int color highlighted_text_material_dark 0x7f06005a
+int color highlighted_text_material_light 0x7f06005b
+int color material_blue_grey_800 0x7f06005c
+int color material_blue_grey_900 0x7f06005d
+int color material_blue_grey_950 0x7f06005e
+int color material_deep_teal_200 0x7f06005f
+int color material_deep_teal_500 0x7f060060
+int color material_grey_100 0x7f060061
+int color material_grey_300 0x7f060062
+int color material_grey_50 0x7f060063
+int color material_grey_600 0x7f060064
+int color material_grey_800 0x7f060065
+int color material_grey_850 0x7f060066
+int color material_grey_900 0x7f060067
+int color material_on_background_disabled 0x7f060068
+int color material_on_background_emphasis_high_type 0x7f060069
+int color material_on_background_emphasis_medium 0x7f06006a
+int color material_on_primary_disabled 0x7f06006b
+int color material_on_primary_emphasis_high_type 0x7f06006c
+int color material_on_primary_emphasis_medium 0x7f06006d
+int color material_on_surface_disabled 0x7f06006e
+int color material_on_surface_emphasis_high_type 0x7f06006f
+int color material_on_surface_emphasis_medium 0x7f060070
+int color mtrl_bottom_nav_colored_item_tint 0x7f060071
+int color mtrl_bottom_nav_colored_ripple_color 0x7f060072
+int color mtrl_bottom_nav_item_tint 0x7f060073
+int color mtrl_bottom_nav_ripple_color 0x7f060074
+int color mtrl_btn_bg_color_selector 0x7f060075
+int color mtrl_btn_ripple_color 0x7f060076
+int color mtrl_btn_stroke_color_selector 0x7f060077
+int color mtrl_btn_text_btn_bg_color_selector 0x7f060078
+int color mtrl_btn_text_btn_ripple_color 0x7f060079
+int color mtrl_btn_text_color_disabled 0x7f06007a
+int color mtrl_btn_text_color_selector 0x7f06007b
+int color mtrl_btn_transparent_bg_color 0x7f06007c
+int color mtrl_calendar_item_stroke_color 0x7f06007d
+int color mtrl_calendar_selected_range 0x7f06007e
+int color mtrl_card_view_foreground 0x7f06007f
+int color mtrl_card_view_ripple 0x7f060080
+int color mtrl_chip_background_color 0x7f060081
+int color mtrl_chip_close_icon_tint 0x7f060082
+int color mtrl_chip_ripple_color 0x7f060083
+int color mtrl_chip_surface_color 0x7f060084
+int color mtrl_chip_text_color 0x7f060085
+int color mtrl_choice_chip_background_color 0x7f060086
+int color mtrl_choice_chip_ripple_color 0x7f060087
+int color mtrl_choice_chip_text_color 0x7f060088
+int color mtrl_error 0x7f060089
+int color mtrl_extended_fab_bg_color_selector 0x7f06008a
+int color mtrl_extended_fab_ripple_color 0x7f06008b
+int color mtrl_extended_fab_text_color_selector 0x7f06008c
+int color mtrl_fab_ripple_color 0x7f06008d
+int color mtrl_filled_background_color 0x7f06008e
+int color mtrl_filled_icon_tint 0x7f06008f
+int color mtrl_filled_stroke_color 0x7f060090
+int color mtrl_indicator_text_color 0x7f060091
+int color mtrl_navigation_item_background_color 0x7f060092
+int color mtrl_navigation_item_icon_tint 0x7f060093
+int color mtrl_navigation_item_text_color 0x7f060094
+int color mtrl_on_primary_text_btn_text_color_selector 0x7f060095
+int color mtrl_outlined_icon_tint 0x7f060096
+int color mtrl_outlined_stroke_color 0x7f060097
+int color mtrl_popupmenu_overlay_color 0x7f060098
+int color mtrl_scrim_color 0x7f060099
+int color mtrl_tabs_colored_ripple_color 0x7f06009a
+int color mtrl_tabs_icon_color_selector 0x7f06009b
+int color mtrl_tabs_icon_color_selector_colored 0x7f06009c
+int color mtrl_tabs_legacy_text_color_selector 0x7f06009d
+int color mtrl_tabs_ripple_color 0x7f06009e
+int color mtrl_text_btn_text_color_selector 0x7f06009f
+int color mtrl_textinput_default_box_stroke_color 0x7f0600a0
+int color mtrl_textinput_disabled_color 0x7f0600a1
+int color mtrl_textinput_filled_box_default_background_color 0x7f0600a2
+int color mtrl_textinput_focused_box_stroke_color 0x7f0600a3
+int color mtrl_textinput_hovered_box_stroke_color 0x7f0600a4
+int color notification_action_color_filter 0x7f0600a5
+int color notification_icon_bg_color 0x7f0600a6
+int color notification_material_background_media_default_color 0x7f0600a7
+int color primary_dark_material_dark 0x7f0600a8
+int color primary_dark_material_light 0x7f0600a9
+int color primary_material_dark 0x7f0600aa
+int color primary_material_light 0x7f0600ab
+int color primary_text_default_material_dark 0x7f0600ac
+int color primary_text_default_material_light 0x7f0600ad
+int color primary_text_disabled_material_dark 0x7f0600ae
+int color primary_text_disabled_material_light 0x7f0600af
+int color ripple_material_dark 0x7f0600b0
+int color ripple_material_light 0x7f0600b1
+int color secondary_text_default_material_dark 0x7f0600b2
+int color secondary_text_default_material_light 0x7f0600b3
+int color secondary_text_disabled_material_dark 0x7f0600b4
+int color secondary_text_disabled_material_light 0x7f0600b5
+int color switch_thumb_disabled_material_dark 0x7f0600b6
+int color switch_thumb_disabled_material_light 0x7f0600b7
+int color switch_thumb_material_dark 0x7f0600b8
+int color switch_thumb_material_light 0x7f0600b9
+int color switch_thumb_normal_material_dark 0x7f0600ba
+int color switch_thumb_normal_material_light 0x7f0600bb
+int color test_mtrl_calendar_day 0x7f0600bc
+int color test_mtrl_calendar_day_selected 0x7f0600bd
+int color tooltip_background_dark 0x7f0600be
+int color tooltip_background_light 0x7f0600bf
+int dimen abc_action_bar_content_inset_material 0x7f070001
+int dimen abc_action_bar_content_inset_with_nav 0x7f070002
+int dimen abc_action_bar_default_height_material 0x7f070003
+int dimen abc_action_bar_default_padding_end_material 0x7f070004
+int dimen abc_action_bar_default_padding_start_material 0x7f070005
+int dimen abc_action_bar_elevation_material 0x7f070006
+int dimen abc_action_bar_icon_vertical_padding_material 0x7f070007
+int dimen abc_action_bar_overflow_padding_end_material 0x7f070008
+int dimen abc_action_bar_overflow_padding_start_material 0x7f070009
+int dimen abc_action_bar_stacked_max_height 0x7f07000a
+int dimen abc_action_bar_stacked_tab_max_width 0x7f07000b
+int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f07000c
+int dimen abc_action_bar_subtitle_top_margin_material 0x7f07000d
+int dimen abc_action_button_min_height_material 0x7f07000e
+int dimen abc_action_button_min_width_material 0x7f07000f
+int dimen abc_action_button_min_width_overflow_material 0x7f070010
+int dimen abc_alert_dialog_button_bar_height 0x7f070011
+int dimen abc_alert_dialog_button_dimen 0x7f070012
+int dimen abc_button_inset_horizontal_material 0x7f070013
+int dimen abc_button_inset_vertical_material 0x7f070014
+int dimen abc_button_padding_horizontal_material 0x7f070015
+int dimen abc_button_padding_vertical_material 0x7f070016
+int dimen abc_cascading_menus_min_smallest_width 0x7f070017
+int dimen abc_config_prefDialogWidth 0x7f070018
+int dimen abc_control_corner_material 0x7f070019
+int dimen abc_control_inset_material 0x7f07001a
+int dimen abc_control_padding_material 0x7f07001b
+int dimen abc_dialog_corner_radius_material 0x7f07001c
+int dimen abc_dialog_fixed_height_major 0x7f07001d
+int dimen abc_dialog_fixed_height_minor 0x7f07001e
+int dimen abc_dialog_fixed_width_major 0x7f07001f
+int dimen abc_dialog_fixed_width_minor 0x7f070020
+int dimen abc_dialog_list_padding_bottom_no_buttons 0x7f070021
+int dimen abc_dialog_list_padding_top_no_title 0x7f070022
+int dimen abc_dialog_min_width_major 0x7f070023
+int dimen abc_dialog_min_width_minor 0x7f070024
+int dimen abc_dialog_padding_material 0x7f070025
+int dimen abc_dialog_padding_top_material 0x7f070026
+int dimen abc_dialog_title_divider_material 0x7f070027
+int dimen abc_disabled_alpha_material_dark 0x7f070028
+int dimen abc_disabled_alpha_material_light 0x7f070029
+int dimen abc_dropdownitem_icon_width 0x7f07002a
+int dimen abc_dropdownitem_text_padding_left 0x7f07002b
+int dimen abc_dropdownitem_text_padding_right 0x7f07002c
+int dimen abc_edit_text_inset_bottom_material 0x7f07002d
+int dimen abc_edit_text_inset_horizontal_material 0x7f07002e
+int dimen abc_edit_text_inset_top_material 0x7f07002f
+int dimen abc_floating_window_z 0x7f070030
+int dimen abc_list_item_height_large_material 0x7f070031
+int dimen abc_list_item_height_material 0x7f070032
+int dimen abc_list_item_height_small_material 0x7f070033
+int dimen abc_list_item_padding_horizontal_material 0x7f070034
+int dimen abc_panel_menu_list_width 0x7f070035
+int dimen abc_progress_bar_height_material 0x7f070036
+int dimen abc_search_view_preferred_height 0x7f070037
+int dimen abc_search_view_preferred_width 0x7f070038
+int dimen abc_seekbar_track_background_height_material 0x7f070039
+int dimen abc_seekbar_track_progress_height_material 0x7f07003a
+int dimen abc_select_dialog_padding_start_material 0x7f07003b
+int dimen abc_switch_padding 0x7f07003c
+int dimen abc_text_size_body_1_material 0x7f07003d
+int dimen abc_text_size_body_2_material 0x7f07003e
+int dimen abc_text_size_button_material 0x7f07003f
+int dimen abc_text_size_caption_material 0x7f070040
+int dimen abc_text_size_display_1_material 0x7f070041
+int dimen abc_text_size_display_2_material 0x7f070042
+int dimen abc_text_size_display_3_material 0x7f070043
+int dimen abc_text_size_display_4_material 0x7f070044
+int dimen abc_text_size_headline_material 0x7f070045
+int dimen abc_text_size_large_material 0x7f070046
+int dimen abc_text_size_medium_material 0x7f070047
+int dimen abc_text_size_menu_header_material 0x7f070048
+int dimen abc_text_size_menu_material 0x7f070049
+int dimen abc_text_size_small_material 0x7f07004a
+int dimen abc_text_size_subhead_material 0x7f07004b
+int dimen abc_text_size_subtitle_material_toolbar 0x7f07004c
+int dimen abc_text_size_title_material 0x7f07004d
+int dimen abc_text_size_title_material_toolbar 0x7f07004e
+int dimen action_bar_size 0x7f07004f
+int dimen appcompat_dialog_background_inset 0x7f070050
+int dimen cardview_compat_inset_shadow 0x7f070051
+int dimen cardview_default_elevation 0x7f070052
+int dimen cardview_default_radius 0x7f070053
+int dimen compat_button_inset_horizontal_material 0x7f070054
+int dimen compat_button_inset_vertical_material 0x7f070055
+int dimen compat_button_padding_horizontal_material 0x7f070056
+int dimen compat_button_padding_vertical_material 0x7f070057
+int dimen compat_control_corner_material 0x7f070058
+int dimen compat_notification_large_icon_max_height 0x7f070059
+int dimen compat_notification_large_icon_max_width 0x7f07005a
+int dimen default_dimension 0x7f07005b
+int dimen design_appbar_elevation 0x7f07005c
+int dimen design_bottom_navigation_active_item_max_width 0x7f07005d
+int dimen design_bottom_navigation_active_item_min_width 0x7f07005e
+int dimen design_bottom_navigation_active_text_size 0x7f07005f
+int dimen design_bottom_navigation_elevation 0x7f070060
+int dimen design_bottom_navigation_height 0x7f070061
+int dimen design_bottom_navigation_icon_size 0x7f070062
+int dimen design_bottom_navigation_item_max_width 0x7f070063
+int dimen design_bottom_navigation_item_min_width 0x7f070064
+int dimen design_bottom_navigation_margin 0x7f070065
+int dimen design_bottom_navigation_shadow_height 0x7f070066
+int dimen design_bottom_navigation_text_size 0x7f070067
+int dimen design_bottom_sheet_elevation 0x7f070068
+int dimen design_bottom_sheet_modal_elevation 0x7f070069
+int dimen design_bottom_sheet_peek_height_min 0x7f07006a
+int dimen design_fab_border_width 0x7f07006b
+int dimen design_fab_elevation 0x7f07006c
+int dimen design_fab_image_size 0x7f07006d
+int dimen design_fab_size_mini 0x7f07006e
+int dimen design_fab_size_normal 0x7f07006f
+int dimen design_fab_translation_z_hovered_focused 0x7f070070
+int dimen design_fab_translation_z_pressed 0x7f070071
+int dimen design_navigation_elevation 0x7f070072
+int dimen design_navigation_icon_padding 0x7f070073
+int dimen design_navigation_icon_size 0x7f070074
+int dimen design_navigation_item_horizontal_padding 0x7f070075
+int dimen design_navigation_item_icon_padding 0x7f070076
+int dimen design_navigation_max_width 0x7f070077
+int dimen design_navigation_padding_bottom 0x7f070078
+int dimen design_navigation_separator_vertical_padding 0x7f070079
+int dimen design_snackbar_action_inline_max_width 0x7f07007a
+int dimen design_snackbar_action_text_color_alpha 0x7f07007b
+int dimen design_snackbar_background_corner_radius 0x7f07007c
+int dimen design_snackbar_elevation 0x7f07007d
+int dimen design_snackbar_extra_spacing_horizontal 0x7f07007e
+int dimen design_snackbar_max_width 0x7f07007f
+int dimen design_snackbar_min_width 0x7f070080
+int dimen design_snackbar_padding_horizontal 0x7f070081
+int dimen design_snackbar_padding_vertical 0x7f070082
+int dimen design_snackbar_padding_vertical_2lines 0x7f070083
+int dimen design_snackbar_text_size 0x7f070084
+int dimen design_tab_max_width 0x7f070085
+int dimen design_tab_scrollable_min_width 0x7f070086
+int dimen design_tab_text_size 0x7f070087
+int dimen design_tab_text_size_2line 0x7f070088
+int dimen design_textinput_caption_translate_y 0x7f070089
+int dimen disabled_alpha_material_dark 0x7f07008a
+int dimen disabled_alpha_material_light 0x7f07008b
+int dimen fastscroll_default_thickness 0x7f07008c
+int dimen fastscroll_margin 0x7f07008d
+int dimen fastscroll_minimum_range 0x7f07008e
+int dimen highlight_alpha_material_colored 0x7f07008f
+int dimen highlight_alpha_material_dark 0x7f070090
+int dimen highlight_alpha_material_light 0x7f070091
+int dimen hint_alpha_material_dark 0x7f070092
+int dimen hint_alpha_material_light 0x7f070093
+int dimen hint_pressed_alpha_material_dark 0x7f070094
+int dimen hint_pressed_alpha_material_light 0x7f070095
+int dimen item_touch_helper_max_drag_scroll_per_frame 0x7f070096
+int dimen item_touch_helper_swipe_escape_max_velocity 0x7f070097
+int dimen item_touch_helper_swipe_escape_velocity 0x7f070098
+int dimen material_emphasis_disabled 0x7f070099
+int dimen material_emphasis_high_type 0x7f07009a
+int dimen material_emphasis_medium 0x7f07009b
+int dimen material_text_view_test_line_height 0x7f07009c
+int dimen material_text_view_test_line_height_override 0x7f07009d
+int dimen mtrl_alert_dialog_background_inset_bottom 0x7f07009e
+int dimen mtrl_alert_dialog_background_inset_end 0x7f07009f
+int dimen mtrl_alert_dialog_background_inset_start 0x7f0700a0
+int dimen mtrl_alert_dialog_background_inset_top 0x7f0700a1
+int dimen mtrl_alert_dialog_picker_background_inset 0x7f0700a2
+int dimen mtrl_badge_horizontal_edge_offset 0x7f0700a3
+int dimen mtrl_badge_long_text_horizontal_padding 0x7f0700a4
+int dimen mtrl_badge_radius 0x7f0700a5
+int dimen mtrl_badge_text_horizontal_edge_offset 0x7f0700a6
+int dimen mtrl_badge_text_size 0x7f0700a7
+int dimen mtrl_badge_with_text_radius 0x7f0700a8
+int dimen mtrl_bottomappbar_fabOffsetEndMode 0x7f0700a9
+int dimen mtrl_bottomappbar_fab_bottom_margin 0x7f0700aa
+int dimen mtrl_bottomappbar_fab_cradle_margin 0x7f0700ab
+int dimen mtrl_bottomappbar_fab_cradle_rounded_corner_radius 0x7f0700ac
+int dimen mtrl_bottomappbar_fab_cradle_vertical_offset 0x7f0700ad
+int dimen mtrl_bottomappbar_height 0x7f0700ae
+int dimen mtrl_btn_corner_radius 0x7f0700af
+int dimen mtrl_btn_dialog_btn_min_width 0x7f0700b0
+int dimen mtrl_btn_disabled_elevation 0x7f0700b1
+int dimen mtrl_btn_disabled_z 0x7f0700b2
+int dimen mtrl_btn_elevation 0x7f0700b3
+int dimen mtrl_btn_focused_z 0x7f0700b4
+int dimen mtrl_btn_hovered_z 0x7f0700b5
+int dimen mtrl_btn_icon_btn_padding_left 0x7f0700b6
+int dimen mtrl_btn_icon_padding 0x7f0700b7
+int dimen mtrl_btn_inset 0x7f0700b8
+int dimen mtrl_btn_letter_spacing 0x7f0700b9
+int dimen mtrl_btn_padding_bottom 0x7f0700ba
+int dimen mtrl_btn_padding_left 0x7f0700bb
+int dimen mtrl_btn_padding_right 0x7f0700bc
+int dimen mtrl_btn_padding_top 0x7f0700bd
+int dimen mtrl_btn_pressed_z 0x7f0700be
+int dimen mtrl_btn_stroke_size 0x7f0700bf
+int dimen mtrl_btn_text_btn_icon_padding 0x7f0700c0
+int dimen mtrl_btn_text_btn_padding_left 0x7f0700c1
+int dimen mtrl_btn_text_btn_padding_right 0x7f0700c2
+int dimen mtrl_btn_text_size 0x7f0700c3
+int dimen mtrl_btn_z 0x7f0700c4
+int dimen mtrl_calendar_action_height 0x7f0700c5
+int dimen mtrl_calendar_action_padding 0x7f0700c6
+int dimen mtrl_calendar_bottom_padding 0x7f0700c7
+int dimen mtrl_calendar_content_padding 0x7f0700c8
+int dimen mtrl_calendar_day_corner 0x7f0700c9
+int dimen mtrl_calendar_day_height 0x7f0700ca
+int dimen mtrl_calendar_day_horizontal_padding 0x7f0700cb
+int dimen mtrl_calendar_day_today_stroke 0x7f0700cc
+int dimen mtrl_calendar_day_vertical_padding 0x7f0700cd
+int dimen mtrl_calendar_day_width 0x7f0700ce
+int dimen mtrl_calendar_days_of_week_height 0x7f0700cf
+int dimen mtrl_calendar_dialog_background_inset 0x7f0700d0
+int dimen mtrl_calendar_header_content_padding 0x7f0700d1
+int dimen mtrl_calendar_header_content_padding_fullscreen 0x7f0700d2
+int dimen mtrl_calendar_header_divider_thickness 0x7f0700d3
+int dimen mtrl_calendar_header_height 0x7f0700d4
+int dimen mtrl_calendar_header_height_fullscreen 0x7f0700d5
+int dimen mtrl_calendar_header_selection_line_height 0x7f0700d6
+int dimen mtrl_calendar_header_text_padding 0x7f0700d7
+int dimen mtrl_calendar_header_toggle_margin_bottom 0x7f0700d8
+int dimen mtrl_calendar_header_toggle_margin_top 0x7f0700d9
+int dimen mtrl_calendar_landscape_header_width 0x7f0700da
+int dimen mtrl_calendar_maximum_default_fullscreen_minor_axis 0x7f0700db
+int dimen mtrl_calendar_month_horizontal_padding 0x7f0700dc
+int dimen mtrl_calendar_month_vertical_padding 0x7f0700dd
+int dimen mtrl_calendar_navigation_bottom_padding 0x7f0700de
+int dimen mtrl_calendar_navigation_height 0x7f0700df
+int dimen mtrl_calendar_navigation_top_padding 0x7f0700e0
+int dimen mtrl_calendar_pre_l_text_clip_padding 0x7f0700e1
+int dimen mtrl_calendar_selection_baseline_to_top_fullscreen 0x7f0700e2
+int dimen mtrl_calendar_selection_text_baseline_to_bottom 0x7f0700e3
+int dimen mtrl_calendar_selection_text_baseline_to_bottom_fullscreen 0x7f0700e4
+int dimen mtrl_calendar_selection_text_baseline_to_top 0x7f0700e5
+int dimen mtrl_calendar_text_input_padding_top 0x7f0700e6
+int dimen mtrl_calendar_title_baseline_to_top 0x7f0700e7
+int dimen mtrl_calendar_title_baseline_to_top_fullscreen 0x7f0700e8
+int dimen mtrl_calendar_year_corner 0x7f0700e9
+int dimen mtrl_calendar_year_height 0x7f0700ea
+int dimen mtrl_calendar_year_horizontal_padding 0x7f0700eb
+int dimen mtrl_calendar_year_vertical_padding 0x7f0700ec
+int dimen mtrl_calendar_year_width 0x7f0700ed
+int dimen mtrl_card_checked_icon_margin 0x7f0700ee
+int dimen mtrl_card_checked_icon_size 0x7f0700ef
+int dimen mtrl_card_corner_radius 0x7f0700f0
+int dimen mtrl_card_dragged_z 0x7f0700f1
+int dimen mtrl_card_elevation 0x7f0700f2
+int dimen mtrl_card_spacing 0x7f0700f3
+int dimen mtrl_chip_pressed_translation_z 0x7f0700f4
+int dimen mtrl_chip_text_size 0x7f0700f5
+int dimen mtrl_exposed_dropdown_menu_popup_elevation 0x7f0700f6
+int dimen mtrl_exposed_dropdown_menu_popup_vertical_offset 0x7f0700f7
+int dimen mtrl_exposed_dropdown_menu_popup_vertical_padding 0x7f0700f8
+int dimen mtrl_extended_fab_bottom_padding 0x7f0700f9
+int dimen mtrl_extended_fab_corner_radius 0x7f0700fa
+int dimen mtrl_extended_fab_disabled_elevation 0x7f0700fb
+int dimen mtrl_extended_fab_disabled_translation_z 0x7f0700fc
+int dimen mtrl_extended_fab_elevation 0x7f0700fd
+int dimen mtrl_extended_fab_end_padding 0x7f0700fe
+int dimen mtrl_extended_fab_end_padding_icon 0x7f0700ff
+int dimen mtrl_extended_fab_icon_size 0x7f070100
+int dimen mtrl_extended_fab_icon_text_spacing 0x7f070101
+int dimen mtrl_extended_fab_min_height 0x7f070102
+int dimen mtrl_extended_fab_min_width 0x7f070103
+int dimen mtrl_extended_fab_start_padding 0x7f070104
+int dimen mtrl_extended_fab_start_padding_icon 0x7f070105
+int dimen mtrl_extended_fab_top_padding 0x7f070106
+int dimen mtrl_extended_fab_translation_z_base 0x7f070107
+int dimen mtrl_extended_fab_translation_z_hovered_focused 0x7f070108
+int dimen mtrl_extended_fab_translation_z_pressed 0x7f070109
+int dimen mtrl_fab_elevation 0x7f07010a
+int dimen mtrl_fab_min_touch_target 0x7f07010b
+int dimen mtrl_fab_translation_z_hovered_focused 0x7f07010c
+int dimen mtrl_fab_translation_z_pressed 0x7f07010d
+int dimen mtrl_high_ripple_default_alpha 0x7f07010e
+int dimen mtrl_high_ripple_focused_alpha 0x7f07010f
+int dimen mtrl_high_ripple_hovered_alpha 0x7f070110
+int dimen mtrl_high_ripple_pressed_alpha 0x7f070111
+int dimen mtrl_large_touch_target 0x7f070112
+int dimen mtrl_low_ripple_default_alpha 0x7f070113
+int dimen mtrl_low_ripple_focused_alpha 0x7f070114
+int dimen mtrl_low_ripple_hovered_alpha 0x7f070115
+int dimen mtrl_low_ripple_pressed_alpha 0x7f070116
+int dimen mtrl_min_touch_target_size 0x7f070117
+int dimen mtrl_navigation_elevation 0x7f070118
+int dimen mtrl_navigation_item_horizontal_padding 0x7f070119
+int dimen mtrl_navigation_item_icon_padding 0x7f07011a
+int dimen mtrl_navigation_item_icon_size 0x7f07011b
+int dimen mtrl_navigation_item_shape_horizontal_margin 0x7f07011c
+int dimen mtrl_navigation_item_shape_vertical_margin 0x7f07011d
+int dimen mtrl_shape_corner_size_large_component 0x7f07011e
+int dimen mtrl_shape_corner_size_medium_component 0x7f07011f
+int dimen mtrl_shape_corner_size_small_component 0x7f070120
+int dimen mtrl_snackbar_action_text_color_alpha 0x7f070121
+int dimen mtrl_snackbar_background_corner_radius 0x7f070122
+int dimen mtrl_snackbar_background_overlay_color_alpha 0x7f070123
+int dimen mtrl_snackbar_margin 0x7f070124
+int dimen mtrl_switch_thumb_elevation 0x7f070125
+int dimen mtrl_textinput_box_corner_radius_medium 0x7f070126
+int dimen mtrl_textinput_box_corner_radius_small 0x7f070127
+int dimen mtrl_textinput_box_label_cutout_padding 0x7f070128
+int dimen mtrl_textinput_box_stroke_width_default 0x7f070129
+int dimen mtrl_textinput_box_stroke_width_focused 0x7f07012a
+int dimen mtrl_textinput_end_icon_margin_start 0x7f07012b
+int dimen mtrl_textinput_outline_box_expanded_padding 0x7f07012c
+int dimen mtrl_textinput_start_icon_margin_end 0x7f07012d
+int dimen mtrl_toolbar_default_height 0x7f07012e
+int dimen notification_action_icon_size 0x7f07012f
+int dimen notification_action_text_size 0x7f070130
+int dimen notification_big_circle_margin 0x7f070131
+int dimen notification_content_margin_start 0x7f070132
+int dimen notification_large_icon_height 0x7f070133
+int dimen notification_large_icon_width 0x7f070134
+int dimen notification_main_column_padding_top 0x7f070135
+int dimen notification_media_narrow_margin 0x7f070136
+int dimen notification_right_icon_size 0x7f070137
+int dimen notification_right_side_padding_top 0x7f070138
+int dimen notification_small_icon_background_padding 0x7f070139
+int dimen notification_small_icon_size_as_large 0x7f07013a
+int dimen notification_subtext_size 0x7f07013b
+int dimen notification_top_pad 0x7f07013c
+int dimen notification_top_pad_large_text 0x7f07013d
+int dimen skin_dialog_list_padding_bottom_no_buttons 0x7f07013e
+int dimen skin_dialog_list_padding_top_no_title 0x7f07013f
+int dimen skin_dialog_padding_top 0x7f070140
+int dimen skin_dialog_title_divider 0x7f070141
+int dimen skin_select_dialog_padding_start 0x7f070142
+int dimen subtitle_corner_radius 0x7f070143
+int dimen subtitle_outline_width 0x7f070144
+int dimen subtitle_shadow_offset 0x7f070145
+int dimen subtitle_shadow_radius 0x7f070146
+int dimen test_mtrl_calendar_day_cornerSize 0x7f070147
+int dimen tooltip_corner_radius 0x7f070148
+int dimen tooltip_horizontal_padding 0x7f070149
+int dimen tooltip_margin 0x7f07014a
+int dimen tooltip_precise_anchor_extra_offset 0x7f07014b
+int dimen tooltip_precise_anchor_threshold 0x7f07014c
+int dimen tooltip_vertical_padding 0x7f07014d
+int dimen tooltip_y_offset_non_touch 0x7f07014e
+int dimen tooltip_y_offset_touch 0x7f07014f
+int drawable abc_ab_share_pack_mtrl_alpha 0x7f080001
+int drawable abc_action_bar_item_background_material 0x7f080002
+int drawable abc_btn_borderless_material 0x7f080003
+int drawable abc_btn_check_material 0x7f080004
+int drawable abc_btn_check_material_anim 0x7f080005
+int drawable abc_btn_check_to_on_mtrl_000 0x7f080006
+int drawable abc_btn_check_to_on_mtrl_015 0x7f080007
+int drawable abc_btn_colored_material 0x7f080008
+int drawable abc_btn_default_mtrl_shape 0x7f080009
+int drawable abc_btn_radio_material 0x7f08000a
+int drawable abc_btn_radio_material_anim 0x7f08000b
+int drawable abc_btn_radio_to_on_mtrl_000 0x7f08000c
+int drawable abc_btn_radio_to_on_mtrl_015 0x7f08000d
+int drawable abc_btn_switch_to_on_mtrl_00001 0x7f08000e
+int drawable abc_btn_switch_to_on_mtrl_00012 0x7f08000f
+int drawable abc_cab_background_internal_bg 0x7f080010
+int drawable abc_cab_background_top_material 0x7f080011
+int drawable abc_cab_background_top_mtrl_alpha 0x7f080012
+int drawable abc_control_background_material 0x7f080013
+int drawable abc_dialog_material_background 0x7f080014
+int drawable abc_edit_text_material 0x7f080015
+int drawable abc_ic_ab_back_material 0x7f080016
+int drawable abc_ic_arrow_drop_right_black_24dp 0x7f080017
+int drawable abc_ic_clear_material 0x7f080018
+int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f080019
+int drawable abc_ic_go_search_api_material 0x7f08001a
+int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f08001b
+int drawable abc_ic_menu_cut_mtrl_alpha 0x7f08001c
+int drawable abc_ic_menu_overflow_material 0x7f08001d
+int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f08001e
+int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f08001f
+int drawable abc_ic_menu_share_mtrl_alpha 0x7f080020
+int drawable abc_ic_search_api_material 0x7f080021
+int drawable abc_ic_star_black_16dp 0x7f080022
+int drawable abc_ic_star_black_36dp 0x7f080023
+int drawable abc_ic_star_black_48dp 0x7f080024
+int drawable abc_ic_star_half_black_16dp 0x7f080025
+int drawable abc_ic_star_half_black_36dp 0x7f080026
+int drawable abc_ic_star_half_black_48dp 0x7f080027
+int drawable abc_ic_voice_search_api_material 0x7f080028
+int drawable abc_item_background_holo_dark 0x7f080029
+int drawable abc_item_background_holo_light 0x7f08002a
+int drawable abc_list_divider_material 0x7f08002b
+int drawable abc_list_divider_mtrl_alpha 0x7f08002c
+int drawable abc_list_focused_holo 0x7f08002d
+int drawable abc_list_longpressed_holo 0x7f08002e
+int drawable abc_list_pressed_holo_dark 0x7f08002f
+int drawable abc_list_pressed_holo_light 0x7f080030
+int drawable abc_list_selector_background_transition_holo_dark 0x7f080031
+int drawable abc_list_selector_background_transition_holo_light 0x7f080032
+int drawable abc_list_selector_disabled_holo_dark 0x7f080033
+int drawable abc_list_selector_disabled_holo_light 0x7f080034
+int drawable abc_list_selector_holo_dark 0x7f080035
+int drawable abc_list_selector_holo_light 0x7f080036
+int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f080037
+int drawable abc_popup_background_mtrl_mult 0x7f080038
+int drawable abc_ratingbar_indicator_material 0x7f080039
+int drawable abc_ratingbar_material 0x7f08003a
+int drawable abc_ratingbar_small_material 0x7f08003b
+int drawable abc_scrubber_control_off_mtrl_alpha 0x7f08003c
+int drawable abc_scrubber_control_to_pressed_mtrl_000 0x7f08003d
+int drawable abc_scrubber_control_to_pressed_mtrl_005 0x7f08003e
+int drawable abc_scrubber_primary_mtrl_alpha 0x7f08003f
+int drawable abc_scrubber_track_mtrl_alpha 0x7f080040
+int drawable abc_seekbar_thumb_material 0x7f080041
+int drawable abc_seekbar_tick_mark_material 0x7f080042
+int drawable abc_seekbar_track_material 0x7f080043
+int drawable abc_spinner_mtrl_am_alpha 0x7f080044
+int drawable abc_spinner_textfield_background_material 0x7f080045
+int drawable abc_switch_thumb_material 0x7f080046
+int drawable abc_switch_track_mtrl_alpha 0x7f080047
+int drawable abc_tab_indicator_material 0x7f080048
+int drawable abc_tab_indicator_mtrl_alpha 0x7f080049
+int drawable abc_text_cursor_material 0x7f08004a
+int drawable abc_text_select_handle_left_mtrl_dark 0x7f08004b
+int drawable abc_text_select_handle_left_mtrl_light 0x7f08004c
+int drawable abc_text_select_handle_middle_mtrl_dark 0x7f08004d
+int drawable abc_text_select_handle_middle_mtrl_light 0x7f08004e
+int drawable abc_text_select_handle_right_mtrl_dark 0x7f08004f
+int drawable abc_text_select_handle_right_mtrl_light 0x7f080050
+int drawable abc_textfield_activated_mtrl_alpha 0x7f080051
+int drawable abc_textfield_default_mtrl_alpha 0x7f080052
+int drawable abc_textfield_search_activated_mtrl_alpha 0x7f080053
+int drawable abc_textfield_search_default_mtrl_alpha 0x7f080054
+int drawable abc_textfield_search_material 0x7f080055
+int drawable abc_vector_test 0x7f080056
+int drawable avd_hide_password 0x7f080057
+int drawable avd_show_password 0x7f080058
+int drawable btn_checkbox_checked_mtrl 0x7f080059
+int drawable btn_checkbox_checked_to_unchecked_mtrl_animation 0x7f08005a
+int drawable btn_checkbox_unchecked_mtrl 0x7f08005b
+int drawable btn_checkbox_unchecked_to_checked_mtrl_animation 0x7f08005c
+int drawable btn_radio_off_mtrl 0x7f08005d
+int drawable btn_radio_off_to_on_mtrl_animation 0x7f08005e
+int drawable btn_radio_on_mtrl 0x7f08005f
+int drawable btn_radio_on_to_off_mtrl_animation 0x7f080060
+int drawable design_bottom_navigation_item_background 0x7f080061
+int drawable design_fab_background 0x7f080062
+int drawable design_ic_visibility 0x7f080063
+int drawable design_ic_visibility_off 0x7f080064
+int drawable design_password_eye 0x7f080065
+int drawable design_snackbar_background 0x7f080066
+int drawable ic_calendar_black_24dp 0x7f080067
+int drawable ic_clear_black_24dp 0x7f080068
+int drawable ic_edit_black_24dp 0x7f080069
+int drawable ic_keyboard_arrow_left_black_24dp 0x7f08006a
+int drawable ic_keyboard_arrow_right_black_24dp 0x7f08006b
+int drawable ic_menu_arrow_down_black_24dp 0x7f08006c
+int drawable ic_menu_arrow_up_black_24dp 0x7f08006d
+int drawable ic_mtrl_checked_circle 0x7f08006e
+int drawable ic_mtrl_chip_checked_black 0x7f08006f
+int drawable ic_mtrl_chip_checked_circle 0x7f080070
+int drawable ic_mtrl_chip_close_circle 0x7f080071
+int drawable mtrl_dialog_background 0x7f080072
+int drawable mtrl_dropdown_arrow 0x7f080073
+int drawable mtrl_ic_arrow_drop_down 0x7f080074
+int drawable mtrl_ic_arrow_drop_up 0x7f080075
+int drawable mtrl_ic_cancel 0x7f080076
+int drawable mtrl_ic_error 0x7f080077
+int drawable mtrl_popupmenu_background 0x7f080078
+int drawable mtrl_popupmenu_background_dark 0x7f080079
+int drawable mtrl_tabs_default_indicator 0x7f08007a
+int drawable navigation_empty_icon 0x7f08007b
+int drawable notification_action_background 0x7f08007c
+int drawable notification_bg 0x7f08007d
+int drawable notification_bg_low 0x7f08007e
+int drawable notification_bg_low_normal 0x7f08007f
+int drawable notification_bg_low_pressed 0x7f080080
+int drawable notification_bg_normal 0x7f080081
+int drawable notification_bg_normal_pressed 0x7f080082
+int drawable notification_icon_background 0x7f080083
+int drawable notification_template_icon_bg 0x7f080084
+int drawable notification_template_icon_low_bg 0x7f080085
+int drawable notification_tile_bg 0x7f080086
+int drawable notify_panel_notification_icon_bg 0x7f080087
+int drawable skin_btn_check 0x7f080088
+int drawable skin_btn_check_box 0x7f080089
+int drawable skin_btn_check_box_outline_blank 0x7f08008a
+int drawable skin_btn_radio 0x7f08008b
+int drawable skin_btn_radio_checked 0x7f08008c
+int drawable skin_btn_radio_unchecked 0x7f08008d
+int drawable test_custom_background 0x7f08008e
+int drawable tooltip_frame_dark 0x7f08008f
+int drawable tooltip_frame_light 0x7f080090
+int id BOTTOM_END 0x7f0b0001
+int id BOTTOM_START 0x7f0b0002
+int id TOP_END 0x7f0b0003
+int id TOP_START 0x7f0b0004
+int id accessibility_action_clickable_span 0x7f0b0005
+int id accessibility_custom_action_0 0x7f0b0006
+int id accessibility_custom_action_1 0x7f0b0007
+int id accessibility_custom_action_10 0x7f0b0008
+int id accessibility_custom_action_11 0x7f0b0009
+int id accessibility_custom_action_12 0x7f0b000a
+int id accessibility_custom_action_13 0x7f0b000b
+int id accessibility_custom_action_14 0x7f0b000c
+int id accessibility_custom_action_15 0x7f0b000d
+int id accessibility_custom_action_16 0x7f0b000e
+int id accessibility_custom_action_17 0x7f0b000f
+int id accessibility_custom_action_18 0x7f0b0010
+int id accessibility_custom_action_19 0x7f0b0011
+int id accessibility_custom_action_2 0x7f0b0012
+int id accessibility_custom_action_20 0x7f0b0013
+int id accessibility_custom_action_21 0x7f0b0014
+int id accessibility_custom_action_22 0x7f0b0015
+int id accessibility_custom_action_23 0x7f0b0016
+int id accessibility_custom_action_24 0x7f0b0017
+int id accessibility_custom_action_25 0x7f0b0018
+int id accessibility_custom_action_26 0x7f0b0019
+int id accessibility_custom_action_27 0x7f0b001a
+int id accessibility_custom_action_28 0x7f0b001b
+int id accessibility_custom_action_29 0x7f0b001c
+int id accessibility_custom_action_3 0x7f0b001d
+int id accessibility_custom_action_30 0x7f0b001e
+int id accessibility_custom_action_31 0x7f0b001f
+int id accessibility_custom_action_4 0x7f0b0020
+int id accessibility_custom_action_5 0x7f0b0021
+int id accessibility_custom_action_6 0x7f0b0022
+int id accessibility_custom_action_7 0x7f0b0023
+int id accessibility_custom_action_8 0x7f0b0024
+int id accessibility_custom_action_9 0x7f0b0025
+int id action0 0x7f0b0026
+int id action_bar 0x7f0b0027
+int id action_bar_activity_content 0x7f0b0028
+int id action_bar_container 0x7f0b0029
+int id action_bar_root 0x7f0b002a
+int id action_bar_spinner 0x7f0b002b
+int id action_bar_subtitle 0x7f0b002c
+int id action_bar_title 0x7f0b002d
+int id action_container 0x7f0b002e
+int id action_context_bar 0x7f0b002f
+int id action_divider 0x7f0b0030
+int id action_image 0x7f0b0031
+int id action_menu_divider 0x7f0b0032
+int id action_menu_presenter 0x7f0b0033
+int id action_mode_bar 0x7f0b0034
+int id action_mode_bar_stub 0x7f0b0035
+int id action_mode_close_button 0x7f0b0036
+int id action_text 0x7f0b0037
+int id actions 0x7f0b0038
+int id activity_chooser_view_content 0x7f0b0039
+int id add 0x7f0b003a
+int id alertTitle 0x7f0b003b
+int id async 0x7f0b003c
+int id auto 0x7f0b003d
+int id blocking 0x7f0b003e
+int id bottom 0x7f0b003f
+int id buttonPanel 0x7f0b0040
+int id cancel_action 0x7f0b0041
+int id cancel_button 0x7f0b0042
+int id center 0x7f0b0043
+int id checkbox 0x7f0b0044
+int id checked 0x7f0b0045
+int id chip 0x7f0b0046
+int id chip_group 0x7f0b0047
+int id chronometer 0x7f0b0048
+int id clear_text 0x7f0b0049
+int id confirm_button 0x7f0b004a
+int id container 0x7f0b004b
+int id content 0x7f0b004c
+int id contentPanel 0x7f0b004d
+int id coordinator 0x7f0b004e
+int id custom 0x7f0b004f
+int id customPanel 0x7f0b0050
+int id cut 0x7f0b0051
+int id date_picker_actions 0x7f0b0052
+int id decor_content_parent 0x7f0b0053
+int id default_activity_button 0x7f0b0054
+int id design_bottom_sheet 0x7f0b0055
+int id design_menu_item_action_area 0x7f0b0056
+int id design_menu_item_action_area_stub 0x7f0b0057
+int id design_menu_item_text 0x7f0b0058
+int id design_navigation_view 0x7f0b0059
+int id dialog_button 0x7f0b005a
+int id dropdown_menu 0x7f0b005b
+int id edit_query 0x7f0b005c
+int id end 0x7f0b005d
+int id end_padder 0x7f0b005e
+int id expand_activities_button 0x7f0b005f
+int id expanded_menu 0x7f0b0060
+int id fade 0x7f0b0061
+int id fill 0x7f0b0062
+int id filled 0x7f0b0063
+int id filter_chip 0x7f0b0064
+int id fixed 0x7f0b0065
+int id forever 0x7f0b0066
+int id ghost_view 0x7f0b0067
+int id ghost_view_holder 0x7f0b0068
+int id gone 0x7f0b0069
+int id group_divider 0x7f0b006a
+int id home 0x7f0b006b
+int id icon 0x7f0b006c
+int id icon_group 0x7f0b006d
+int id image 0x7f0b006e
+int id info 0x7f0b006f
+int id invisible 0x7f0b0070
+int id italic 0x7f0b0071
+int id item_touch_helper_previous_elevation 0x7f0b0072
+int id labeled 0x7f0b0073
+int id largeLabel 0x7f0b0074
+int id left 0x7f0b0075
+int id line1 0x7f0b0076
+int id line3 0x7f0b0077
+int id listMode 0x7f0b0078
+int id list_item 0x7f0b0079
+int id masked 0x7f0b007a
+int id media_actions 0x7f0b007b
+int id message 0x7f0b007c
+int id mini 0x7f0b007d
+int id month_grid 0x7f0b007e
+int id month_navigation_bar 0x7f0b007f
+int id month_navigation_fragment_toggle 0x7f0b0080
+int id month_navigation_next 0x7f0b0081
+int id month_navigation_previous 0x7f0b0082
+int id month_title 0x7f0b0083
+int id mtrl_calendar_day_selector_frame 0x7f0b0084
+int id mtrl_calendar_days_of_week 0x7f0b0085
+int id mtrl_calendar_frame 0x7f0b0086
+int id mtrl_calendar_main_pane 0x7f0b0087
+int id mtrl_calendar_months 0x7f0b0088
+int id mtrl_calendar_selection_frame 0x7f0b0089
+int id mtrl_calendar_text_input_frame 0x7f0b008a
+int id mtrl_calendar_year_selector_frame 0x7f0b008b
+int id mtrl_card_checked_layer_id 0x7f0b008c
+int id mtrl_child_content_container 0x7f0b008d
+int id mtrl_internal_children_alpha_tag 0x7f0b008e
+int id mtrl_picker_fullscreen 0x7f0b008f
+int id mtrl_picker_header 0x7f0b0090
+int id mtrl_picker_header_selection_text 0x7f0b0091
+int id mtrl_picker_header_title_and_selection 0x7f0b0092
+int id mtrl_picker_header_toggle 0x7f0b0093
+int id mtrl_picker_text_input_date 0x7f0b0094
+int id mtrl_picker_text_input_range_end 0x7f0b0095
+int id mtrl_picker_text_input_range_start 0x7f0b0096
+int id mtrl_picker_title_text 0x7f0b0097
+int id multiply 0x7f0b0098
+int id navigation_header_container 0x7f0b0099
+int id none 0x7f0b009a
+int id normal 0x7f0b009b
+int id notification_background 0x7f0b009c
+int id notification_main_column 0x7f0b009d
+int id notification_main_column_container 0x7f0b009e
+int id off 0x7f0b009f
+int id on 0x7f0b00a0
+int id outline 0x7f0b00a1
+int id packed 0x7f0b00a2
+int id parallax 0x7f0b00a3
+int id parent 0x7f0b00a4
+int id parentPanel 0x7f0b00a5
+int id parent_matrix 0x7f0b00a6
+int id password_toggle 0x7f0b00a7
+int id percent 0x7f0b00a8
+int id pin 0x7f0b00a9
+int id progress_circular 0x7f0b00aa
+int id progress_horizontal 0x7f0b00ab
+int id radio 0x7f0b00ac
+int id right 0x7f0b00ad
+int id right_icon 0x7f0b00ae
+int id right_side 0x7f0b00af
+int id rounded 0x7f0b00b0
+int id save_non_transition_alpha 0x7f0b00b1
+int id save_overlay_view 0x7f0b00b2
+int id scale 0x7f0b00b3
+int id screen 0x7f0b00b4
+int id scrollIndicatorDown 0x7f0b00b5
+int id scrollIndicatorUp 0x7f0b00b6
+int id scrollView 0x7f0b00b7
+int id scrollable 0x7f0b00b8
+int id search_badge 0x7f0b00b9
+int id search_bar 0x7f0b00ba
+int id search_button 0x7f0b00bb
+int id search_close_btn 0x7f0b00bc
+int id search_edit_frame 0x7f0b00bd
+int id search_go_btn 0x7f0b00be
+int id search_mag_icon 0x7f0b00bf
+int id search_plate 0x7f0b00c0
+int id search_src_text 0x7f0b00c1
+int id search_voice_btn 0x7f0b00c2
+int id select_dialog_listview 0x7f0b00c3
+int id selected 0x7f0b00c4
+int id shortcut 0x7f0b00c5
+int id slide 0x7f0b00c6
+int id smallLabel 0x7f0b00c7
+int id snackbar_action 0x7f0b00c8
+int id snackbar_text 0x7f0b00c9
+int id spacer 0x7f0b00ca
+int id split_action_bar 0x7f0b00cb
+int id spread 0x7f0b00cc
+int id spread_inside 0x7f0b00cd
+int id src_atop 0x7f0b00ce
+int id src_in 0x7f0b00cf
+int id src_over 0x7f0b00d0
+int id start 0x7f0b00d1
+int id status_bar_latest_event_content 0x7f0b00d2
+int id stretch 0x7f0b00d3
+int id submenuarrow 0x7f0b00d4
+int id submit_area 0x7f0b00d5
+int id tabMode 0x7f0b00d6
+int id tag_accessibility_actions 0x7f0b00d7
+int id tag_accessibility_clickable_spans 0x7f0b00d8
+int id tag_accessibility_heading 0x7f0b00d9
+int id tag_accessibility_pane_title 0x7f0b00da
+int id tag_screen_reader_focusable 0x7f0b00db
+int id tag_transition_group 0x7f0b00dc
+int id tag_unhandled_key_event_manager 0x7f0b00dd
+int id tag_unhandled_key_listeners 0x7f0b00de
+int id test_checkbox_android_button_tint 0x7f0b00df
+int id test_checkbox_app_button_tint 0x7f0b00e0
+int id text 0x7f0b00e1
+int id text2 0x7f0b00e2
+int id textSpacerNoButtons 0x7f0b00e3
+int id textSpacerNoTitle 0x7f0b00e4
+int id text_input_end_icon 0x7f0b00e5
+int id text_input_start_icon 0x7f0b00e6
+int id textinput_counter 0x7f0b00e7
+int id textinput_error 0x7f0b00e8
+int id textinput_helper_text 0x7f0b00e9
+int id time 0x7f0b00ea
+int id title 0x7f0b00eb
+int id titleDividerNoCustom 0x7f0b00ec
+int id title_template 0x7f0b00ed
+int id top 0x7f0b00ee
+int id topPanel 0x7f0b00ef
+int id touch_outside 0x7f0b00f0
+int id transition_current_scene 0x7f0b00f1
+int id transition_layout_save 0x7f0b00f2
+int id transition_position 0x7f0b00f3
+int id transition_scene_layoutid_cache 0x7f0b00f4
+int id transition_transform 0x7f0b00f5
+int id unchecked 0x7f0b00f6
+int id uniform 0x7f0b00f7
+int id unlabeled 0x7f0b00f8
+int id up 0x7f0b00f9
+int id view_offset_helper 0x7f0b00fa
+int id visible 0x7f0b00fb
+int id wrap 0x7f0b00fc
+int id wrap_content 0x7f0b00fd
+int integer abc_config_activityDefaultDur 0x7f0c0001
+int integer abc_config_activityShortDur 0x7f0c0002
+int integer app_bar_elevation_anim_duration 0x7f0c0003
+int integer bottom_sheet_slide_duration 0x7f0c0004
+int integer cancel_button_image_alpha 0x7f0c0005
+int integer config_tooltipAnimTime 0x7f0c0006
+int integer design_snackbar_text_max_lines 0x7f0c0007
+int integer design_tab_indicator_anim_duration_ms 0x7f0c0008
+int integer hide_password_duration 0x7f0c0009
+int integer mtrl_badge_max_character_count 0x7f0c000a
+int integer mtrl_btn_anim_delay_ms 0x7f0c000b
+int integer mtrl_btn_anim_duration_ms 0x7f0c000c
+int integer mtrl_calendar_header_orientation 0x7f0c000d
+int integer mtrl_calendar_selection_text_lines 0x7f0c000e
+int integer mtrl_calendar_year_selector_span 0x7f0c000f
+int integer mtrl_card_anim_delay_ms 0x7f0c0010
+int integer mtrl_card_anim_duration_ms 0x7f0c0011
+int integer mtrl_chip_anim_duration 0x7f0c0012
+int integer mtrl_tab_indicator_anim_duration_ms 0x7f0c0013
+int integer show_password_duration 0x7f0c0014
+int integer status_bar_notification_info_maxnum 0x7f0c0015
+int interpolator btn_checkbox_checked_mtrl_animation_interpolator_0 0x7f0d0001
+int interpolator btn_checkbox_checked_mtrl_animation_interpolator_1 0x7f0d0002
+int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_0 0x7f0d0003
+int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_1 0x7f0d0004
+int interpolator btn_radio_to_off_mtrl_animation_interpolator_0 0x7f0d0005
+int interpolator btn_radio_to_on_mtrl_animation_interpolator_0 0x7f0d0006
+int interpolator fast_out_slow_in 0x7f0d0007
+int interpolator mtrl_fast_out_linear_in 0x7f0d0008
+int interpolator mtrl_fast_out_slow_in 0x7f0d0009
+int interpolator mtrl_linear 0x7f0d000a
+int interpolator mtrl_linear_out_slow_in 0x7f0d000b
+int layout abc_action_bar_title_item 0x7f0e0001
+int layout abc_action_bar_up_container 0x7f0e0002
+int layout abc_action_menu_item_layout 0x7f0e0003
+int layout abc_action_menu_layout 0x7f0e0004
+int layout abc_action_mode_bar 0x7f0e0005
+int layout abc_action_mode_close_item_material 0x7f0e0006
+int layout abc_activity_chooser_view 0x7f0e0007
+int layout abc_activity_chooser_view_list_item 0x7f0e0008
+int layout abc_alert_dialog_button_bar_material 0x7f0e0009
+int layout abc_alert_dialog_material 0x7f0e000a
+int layout abc_alert_dialog_title_material 0x7f0e000b
+int layout abc_cascading_menu_item_layout 0x7f0e000c
+int layout abc_dialog_title_material 0x7f0e000d
+int layout abc_expanded_menu_layout 0x7f0e000e
+int layout abc_list_menu_item_checkbox 0x7f0e000f
+int layout abc_list_menu_item_icon 0x7f0e0010
+int layout abc_list_menu_item_layout 0x7f0e0011
+int layout abc_list_menu_item_radio 0x7f0e0012
+int layout abc_popup_menu_header_item_layout 0x7f0e0013
+int layout abc_popup_menu_item_layout 0x7f0e0014
+int layout abc_screen_content_include 0x7f0e0015
+int layout abc_screen_simple 0x7f0e0016
+int layout abc_screen_simple_overlay_action_mode 0x7f0e0017
+int layout abc_screen_toolbar 0x7f0e0018
+int layout abc_search_dropdown_item_icons_2line 0x7f0e0019
+int layout abc_search_view 0x7f0e001a
+int layout abc_select_dialog_material 0x7f0e001b
+int layout abc_tooltip 0x7f0e001c
+int layout custom_dialog 0x7f0e001d
+int layout design_bottom_navigation_item 0x7f0e001e
+int layout design_bottom_sheet_dialog 0x7f0e001f
+int layout design_layout_snackbar 0x7f0e0020
+int layout design_layout_snackbar_include 0x7f0e0021
+int layout design_layout_tab_icon 0x7f0e0022
+int layout design_layout_tab_text 0x7f0e0023
+int layout design_menu_item_action_area 0x7f0e0024
+int layout design_navigation_item 0x7f0e0025
+int layout design_navigation_item_header 0x7f0e0026
+int layout design_navigation_item_separator 0x7f0e0027
+int layout design_navigation_item_subheader 0x7f0e0028
+int layout design_navigation_menu 0x7f0e0029
+int layout design_navigation_menu_item 0x7f0e002a
+int layout design_text_input_end_icon 0x7f0e002b
+int layout design_text_input_start_icon 0x7f0e002c
+int layout mtrl_alert_dialog 0x7f0e002d
+int layout mtrl_alert_dialog_actions 0x7f0e002e
+int layout mtrl_alert_dialog_title 0x7f0e002f
+int layout mtrl_alert_select_dialog_item 0x7f0e0030
+int layout mtrl_alert_select_dialog_multichoice 0x7f0e0031
+int layout mtrl_alert_select_dialog_singlechoice 0x7f0e0032
+int layout mtrl_calendar_day 0x7f0e0033
+int layout mtrl_calendar_day_of_week 0x7f0e0034
+int layout mtrl_calendar_days_of_week 0x7f0e0035
+int layout mtrl_calendar_horizontal 0x7f0e0036
+int layout mtrl_calendar_month 0x7f0e0037
+int layout mtrl_calendar_month_labeled 0x7f0e0038
+int layout mtrl_calendar_month_navigation 0x7f0e0039
+int layout mtrl_calendar_months 0x7f0e003a
+int layout mtrl_calendar_vertical 0x7f0e003b
+int layout mtrl_calendar_year 0x7f0e003c
+int layout mtrl_layout_snackbar 0x7f0e003d
+int layout mtrl_layout_snackbar_include 0x7f0e003e
+int layout mtrl_picker_actions 0x7f0e003f
+int layout mtrl_picker_dialog 0x7f0e0040
+int layout mtrl_picker_fullscreen 0x7f0e0041
+int layout mtrl_picker_header_dialog 0x7f0e0042
+int layout mtrl_picker_header_fullscreen 0x7f0e0043
+int layout mtrl_picker_header_selection_text 0x7f0e0044
+int layout mtrl_picker_header_title_text 0x7f0e0045
+int layout mtrl_picker_header_toggle 0x7f0e0046
+int layout mtrl_picker_text_input_date 0x7f0e0047
+int layout mtrl_picker_text_input_date_range 0x7f0e0048
+int layout notification_action 0x7f0e0049
+int layout notification_action_tombstone 0x7f0e004a
+int layout notification_media_action 0x7f0e004b
+int layout notification_media_cancel_action 0x7f0e004c
+int layout notification_template_big_media 0x7f0e004d
+int layout notification_template_big_media_custom 0x7f0e004e
+int layout notification_template_big_media_narrow 0x7f0e004f
+int layout notification_template_big_media_narrow_custom 0x7f0e0050
+int layout notification_template_custom_big 0x7f0e0051
+int layout notification_template_icon_group 0x7f0e0052
+int layout notification_template_lines_media 0x7f0e0053
+int layout notification_template_media 0x7f0e0054
+int layout notification_template_media_custom 0x7f0e0055
+int layout notification_template_part_chronometer 0x7f0e0056
+int layout notification_template_part_time 0x7f0e0057
+int layout select_dialog_item_material 0x7f0e0058
+int layout select_dialog_multichoice_material 0x7f0e0059
+int layout select_dialog_singlechoice_material 0x7f0e005a
+int layout skin_alert_dialog 0x7f0e005b
+int layout skin_alert_dialog_button_bar 0x7f0e005c
+int layout skin_alert_dialog_title 0x7f0e005d
+int layout skin_select_dialog 0x7f0e005e
+int layout skin_select_dialog_item 0x7f0e005f
+int layout skin_select_dialog_multichoice 0x7f0e0060
+int layout skin_select_dialog_singlechoice 0x7f0e0061
+int layout support_simple_spinner_dropdown_item 0x7f0e0062
+int layout test_action_chip 0x7f0e0063
+int layout test_design_checkbox 0x7f0e0064
+int layout test_reflow_chipgroup 0x7f0e0065
+int layout test_toolbar 0x7f0e0066
+int layout test_toolbar_custom_background 0x7f0e0067
+int layout test_toolbar_elevation 0x7f0e0068
+int layout test_toolbar_surface 0x7f0e0069
+int layout text_view_with_line_height_from_appearance 0x7f0e006a
+int layout text_view_with_line_height_from_layout 0x7f0e006b
+int layout text_view_with_line_height_from_style 0x7f0e006c
+int layout text_view_with_theme_line_height 0x7f0e006d
+int layout text_view_without_line_height 0x7f0e006e
+int plurals mtrl_badge_content_description 0x7f120001
+int string abc_action_bar_home_description 0x7f140001
+int string abc_action_bar_up_description 0x7f140002
+int string abc_action_menu_overflow_description 0x7f140003
+int string abc_action_mode_done 0x7f140004
+int string abc_activity_chooser_view_see_all 0x7f140005
+int string abc_activitychooserview_choose_application 0x7f140006
+int string abc_capital_off 0x7f140007
+int string abc_capital_on 0x7f140008
+int string abc_menu_alt_shortcut_label 0x7f140009
+int string abc_menu_ctrl_shortcut_label 0x7f14000a
+int string abc_menu_delete_shortcut_label 0x7f14000b
+int string abc_menu_enter_shortcut_label 0x7f14000c
+int string abc_menu_function_shortcut_label 0x7f14000d
+int string abc_menu_meta_shortcut_label 0x7f14000e
+int string abc_menu_shift_shortcut_label 0x7f14000f
+int string abc_menu_space_shortcut_label 0x7f140010
+int string abc_menu_sym_shortcut_label 0x7f140011
+int string abc_prepend_shortcut_label 0x7f140012
+int string abc_search_hint 0x7f140013
+int string abc_searchview_description_clear 0x7f140014
+int string abc_searchview_description_query 0x7f140015
+int string abc_searchview_description_search 0x7f140016
+int string abc_searchview_description_submit 0x7f140017
+int string abc_searchview_description_voice 0x7f140018
+int string abc_shareactionprovider_share_with 0x7f140019
+int string abc_shareactionprovider_share_with_application 0x7f14001a
+int string abc_toolbar_collapse_description 0x7f14001b
+int string app_name 0x7f14001c
+int string appbar_scrolling_view_behavior 0x7f14001d
+int string bottom_sheet_behavior 0x7f14001e
+int string character_counter_content_description 0x7f14001f
+int string character_counter_overflowed_content_description 0x7f140020
+int string character_counter_pattern 0x7f140021
+int string chip_text 0x7f140022
+int string clear_text_end_icon_content_description 0x7f140023
+int string error_icon_content_description 0x7f140024
+int string exposed_dropdown_menu_content_description 0x7f140025
+int string fab_transformation_scrim_behavior 0x7f140026
+int string fab_transformation_sheet_behavior 0x7f140027
+int string hide_bottom_view_on_scroll_behavior 0x7f140028
+int string icon_content_description 0x7f140029
+int string mtrl_badge_numberless_content_description 0x7f14002a
+int string mtrl_chip_close_icon_content_description 0x7f14002b
+int string mtrl_exceed_max_badge_number_suffix 0x7f14002c
+int string mtrl_picker_a11y_next_month 0x7f14002d
+int string mtrl_picker_a11y_prev_month 0x7f14002e
+int string mtrl_picker_announce_current_selection 0x7f14002f
+int string mtrl_picker_cancel 0x7f140030
+int string mtrl_picker_confirm 0x7f140031
+int string mtrl_picker_date_header_selected 0x7f140032
+int string mtrl_picker_date_header_title 0x7f140033
+int string mtrl_picker_date_header_unselected 0x7f140034
+int string mtrl_picker_day_of_week_column_header 0x7f140035
+int string mtrl_picker_invalid_format 0x7f140036
+int string mtrl_picker_invalid_format_example 0x7f140037
+int string mtrl_picker_invalid_format_use 0x7f140038
+int string mtrl_picker_invalid_range 0x7f140039
+int string mtrl_picker_navigate_to_year_description 0x7f14003a
+int string mtrl_picker_out_of_range 0x7f14003b
+int string mtrl_picker_range_header_only_end_selected 0x7f14003c
+int string mtrl_picker_range_header_only_start_selected 0x7f14003d
+int string mtrl_picker_range_header_selected 0x7f14003e
+int string mtrl_picker_range_header_title 0x7f14003f
+int string mtrl_picker_range_header_unselected 0x7f140040
+int string mtrl_picker_save 0x7f140041
+int string mtrl_picker_text_input_date_hint 0x7f140042
+int string mtrl_picker_text_input_date_range_end_hint 0x7f140043
+int string mtrl_picker_text_input_date_range_start_hint 0x7f140044
+int string mtrl_picker_text_input_day_abbr 0x7f140045
+int string mtrl_picker_text_input_month_abbr 0x7f140046
+int string mtrl_picker_text_input_year_abbr 0x7f140047
+int string mtrl_picker_toggle_to_calendar_input_mode 0x7f140048
+int string mtrl_picker_toggle_to_day_selection 0x7f140049
+int string mtrl_picker_toggle_to_text_input_mode 0x7f14004a
+int string mtrl_picker_toggle_to_year_selection 0x7f14004b
+int string password_toggle_content_description 0x7f14004c
+int string path_password_eye 0x7f14004d
+int string path_password_eye_mask_strike_through 0x7f14004e
+int string path_password_eye_mask_visible 0x7f14004f
+int string path_password_strike_through 0x7f140050
+int string search_menu_title 0x7f140051
+int string status_bar_notification_info_overflow 0x7f140052
+int style AlertDialog_AppCompat 0x7f150001
+int style AlertDialog_AppCompat_Light 0x7f150002
+int style AlertDialog_SkinCompat 0x7f150003
+int style Animation_AppCompat_Dialog 0x7f150004
+int style Animation_AppCompat_DropDownUp 0x7f150005
+int style Animation_AppCompat_Tooltip 0x7f150006
+int style Animation_Design_BottomSheetDialog 0x7f150007
+int style Animation_MaterialComponents_BottomSheetDialog 0x7f150008
+int style Base_AlertDialog_AppCompat 0x7f150009
+int style Base_AlertDialog_AppCompat_Light 0x7f15000a
+int style Base_Animation_AppCompat_Dialog 0x7f15000b
+int style Base_Animation_AppCompat_DropDownUp 0x7f15000c
+int style Base_Animation_AppCompat_Tooltip 0x7f15000d
+int style Base_CardView 0x7f15000e
+int style Base_DialogWindowTitleBackground_AppCompat 0x7f15000f
+int style Base_DialogWindowTitle_AppCompat 0x7f150010
+int style Base_MaterialAlertDialog_MaterialComponents_Title_Icon 0x7f150011
+int style Base_MaterialAlertDialog_MaterialComponents_Title_Panel 0x7f150012
+int style Base_MaterialAlertDialog_MaterialComponents_Title_Text 0x7f150013
+int style Base_TextAppearance_AppCompat 0x7f150014
+int style Base_TextAppearance_AppCompat_Body1 0x7f150015
+int style Base_TextAppearance_AppCompat_Body2 0x7f150016
+int style Base_TextAppearance_AppCompat_Button 0x7f150017
+int style Base_TextAppearance_AppCompat_Caption 0x7f150018
+int style Base_TextAppearance_AppCompat_Display1 0x7f150019
+int style Base_TextAppearance_AppCompat_Display2 0x7f15001a
+int style Base_TextAppearance_AppCompat_Display3 0x7f15001b
+int style Base_TextAppearance_AppCompat_Display4 0x7f15001c
+int style Base_TextAppearance_AppCompat_Headline 0x7f15001d
+int style Base_TextAppearance_AppCompat_Inverse 0x7f15001e
+int style Base_TextAppearance_AppCompat_Large 0x7f15001f
+int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f150020
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f150021
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f150022
+int style Base_TextAppearance_AppCompat_Medium 0x7f150023
+int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f150024
+int style Base_TextAppearance_AppCompat_Menu 0x7f150025
+int style Base_TextAppearance_AppCompat_SearchResult 0x7f150026
+int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f150027
+int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f150028
+int style Base_TextAppearance_AppCompat_Small 0x7f150029
+int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f15002a
+int style Base_TextAppearance_AppCompat_Subhead 0x7f15002b
+int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f15002c
+int style Base_TextAppearance_AppCompat_Title 0x7f15002d
+int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f15002e
+int style Base_TextAppearance_AppCompat_Tooltip 0x7f15002f
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f150030
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f150031
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f150032
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f150033
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f150034
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f150035
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f150036
+int style Base_TextAppearance_AppCompat_Widget_Button 0x7f150037
+int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f150038
+int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x7f150039
+int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f15003a
+int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f15003b
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f15003c
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f15003d
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f15003e
+int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f15003f
+int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f150040
+int style Base_TextAppearance_MaterialComponents_Badge 0x7f150041
+int style Base_TextAppearance_MaterialComponents_Button 0x7f150042
+int style Base_TextAppearance_MaterialComponents_Headline6 0x7f150043
+int style Base_TextAppearance_MaterialComponents_Subtitle2 0x7f150044
+int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f150045
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f150046
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f150047
+int style Base_ThemeOverlay_AppCompat 0x7f150048
+int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f150049
+int style Base_ThemeOverlay_AppCompat_Dark 0x7f15004a
+int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f15004b
+int style Base_ThemeOverlay_AppCompat_Dialog 0x7f15004c
+int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x7f15004d
+int style Base_ThemeOverlay_AppCompat_Light 0x7f15004e
+int style Base_ThemeOverlay_MaterialComponents_Dialog 0x7f15004f
+int style Base_ThemeOverlay_MaterialComponents_Dialog_Alert 0x7f150050
+int style Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x7f150051
+int style Base_Theme_AppCompat 0x7f150052
+int style Base_Theme_AppCompat_CompactMenu 0x7f150053
+int style Base_Theme_AppCompat_Dialog 0x7f150054
+int style Base_Theme_AppCompat_DialogWhenLarge 0x7f150055
+int style Base_Theme_AppCompat_Dialog_Alert 0x7f150056
+int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f150057
+int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f150058
+int style Base_Theme_AppCompat_Light 0x7f150059
+int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f15005a
+int style Base_Theme_AppCompat_Light_Dialog 0x7f15005b
+int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f15005c
+int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f15005d
+int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f15005e
+int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f15005f
+int style Base_Theme_MaterialComponents 0x7f150060
+int style Base_Theme_MaterialComponents_Bridge 0x7f150061
+int style Base_Theme_MaterialComponents_CompactMenu 0x7f150062
+int style Base_Theme_MaterialComponents_Dialog 0x7f150063
+int style Base_Theme_MaterialComponents_DialogWhenLarge 0x7f150064
+int style Base_Theme_MaterialComponents_Dialog_Alert 0x7f150065
+int style Base_Theme_MaterialComponents_Dialog_Bridge 0x7f150066
+int style Base_Theme_MaterialComponents_Dialog_FixedSize 0x7f150067
+int style Base_Theme_MaterialComponents_Dialog_MinWidth 0x7f150068
+int style Base_Theme_MaterialComponents_Light 0x7f150069
+int style Base_Theme_MaterialComponents_Light_Bridge 0x7f15006a
+int style Base_Theme_MaterialComponents_Light_DarkActionBar 0x7f15006b
+int style Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x7f15006c
+int style Base_Theme_MaterialComponents_Light_Dialog 0x7f15006d
+int style Base_Theme_MaterialComponents_Light_DialogWhenLarge 0x7f15006e
+int style Base_Theme_MaterialComponents_Light_Dialog_Alert 0x7f15006f
+int style Base_Theme_MaterialComponents_Light_Dialog_Bridge 0x7f150070
+int style Base_Theme_MaterialComponents_Light_Dialog_FixedSize 0x7f150071
+int style Base_Theme_MaterialComponents_Light_Dialog_MinWidth 0x7f150072
+int style Base_V14_ThemeOverlay_MaterialComponents_Dialog 0x7f150073
+int style Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert 0x7f150074
+int style Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x7f150075
+int style Base_V14_Theme_MaterialComponents 0x7f150076
+int style Base_V14_Theme_MaterialComponents_Bridge 0x7f150077
+int style Base_V14_Theme_MaterialComponents_Dialog 0x7f150078
+int style Base_V14_Theme_MaterialComponents_Dialog_Bridge 0x7f150079
+int style Base_V14_Theme_MaterialComponents_Light 0x7f15007a
+int style Base_V14_Theme_MaterialComponents_Light_Bridge 0x7f15007b
+int style Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x7f15007c
+int style Base_V14_Theme_MaterialComponents_Light_Dialog 0x7f15007d
+int style Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge 0x7f15007e
+int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x7f15007f
+int style Base_V21_Theme_AppCompat 0x7f150080
+int style Base_V21_Theme_AppCompat_Dialog 0x7f150081
+int style Base_V21_Theme_AppCompat_Light 0x7f150082
+int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f150083
+int style Base_V22_Theme_AppCompat 0x7f150084
+int style Base_V22_Theme_AppCompat_Light 0x7f150085
+int style Base_V23_Theme_AppCompat 0x7f150086
+int style Base_V23_Theme_AppCompat_Light 0x7f150087
+int style Base_V26_Theme_AppCompat 0x7f150088
+int style Base_V26_Theme_AppCompat_Light 0x7f150089
+int style Base_V26_Widget_AppCompat_Toolbar 0x7f15008a
+int style Base_V28_Theme_AppCompat 0x7f15008b
+int style Base_V28_Theme_AppCompat_Light 0x7f15008c
+int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x7f15008d
+int style Base_V7_Theme_AppCompat 0x7f15008e
+int style Base_V7_Theme_AppCompat_Dialog 0x7f15008f
+int style Base_V7_Theme_AppCompat_Light 0x7f150090
+int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f150091
+int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f150092
+int style Base_V7_Widget_AppCompat_EditText 0x7f150093
+int style Base_V7_Widget_AppCompat_Toolbar 0x7f150094
+int style Base_Widget_AppCompat_ActionBar 0x7f150095
+int style Base_Widget_AppCompat_ActionBar_Solid 0x7f150096
+int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f150097
+int style Base_Widget_AppCompat_ActionBar_TabText 0x7f150098
+int style Base_Widget_AppCompat_ActionBar_TabView 0x7f150099
+int style Base_Widget_AppCompat_ActionButton 0x7f15009a
+int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f15009b
+int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f15009c
+int style Base_Widget_AppCompat_ActionMode 0x7f15009d
+int style Base_Widget_AppCompat_ActivityChooserView 0x7f15009e
+int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f15009f
+int style Base_Widget_AppCompat_Button 0x7f1500a0
+int style Base_Widget_AppCompat_ButtonBar 0x7f1500a1
+int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f1500a2
+int style Base_Widget_AppCompat_Button_Borderless 0x7f1500a3
+int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f1500a4
+int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f1500a5
+int style Base_Widget_AppCompat_Button_Colored 0x7f1500a6
+int style Base_Widget_AppCompat_Button_Small 0x7f1500a7
+int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f1500a8
+int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f1500a9
+int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f1500aa
+int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f1500ab
+int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f1500ac
+int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f1500ad
+int style Base_Widget_AppCompat_EditText 0x7f1500ae
+int style Base_Widget_AppCompat_ImageButton 0x7f1500af
+int style Base_Widget_AppCompat_Light_ActionBar 0x7f1500b0
+int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f1500b1
+int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f1500b2
+int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f1500b3
+int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f1500b4
+int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f1500b5
+int style Base_Widget_AppCompat_Light_PopupMenu 0x7f1500b6
+int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f1500b7
+int style Base_Widget_AppCompat_ListMenuView 0x7f1500b8
+int style Base_Widget_AppCompat_ListPopupWindow 0x7f1500b9
+int style Base_Widget_AppCompat_ListView 0x7f1500ba
+int style Base_Widget_AppCompat_ListView_DropDown 0x7f1500bb
+int style Base_Widget_AppCompat_ListView_Menu 0x7f1500bc
+int style Base_Widget_AppCompat_PopupMenu 0x7f1500bd
+int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f1500be
+int style Base_Widget_AppCompat_PopupWindow 0x7f1500bf
+int style Base_Widget_AppCompat_ProgressBar 0x7f1500c0
+int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f1500c1
+int style Base_Widget_AppCompat_RatingBar 0x7f1500c2
+int style Base_Widget_AppCompat_RatingBar_Indicator 0x7f1500c3
+int style Base_Widget_AppCompat_RatingBar_Small 0x7f1500c4
+int style Base_Widget_AppCompat_SearchView 0x7f1500c5
+int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f1500c6
+int style Base_Widget_AppCompat_SeekBar 0x7f1500c7
+int style Base_Widget_AppCompat_SeekBar_Discrete 0x7f1500c8
+int style Base_Widget_AppCompat_Spinner 0x7f1500c9
+int style Base_Widget_AppCompat_Spinner_Underlined 0x7f1500ca
+int style Base_Widget_AppCompat_TextView 0x7f1500cb
+int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f1500cc
+int style Base_Widget_AppCompat_Toolbar 0x7f1500cd
+int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f1500ce
+int style Base_Widget_Design_TabLayout 0x7f1500cf
+int style Base_Widget_MaterialComponents_AutoCompleteTextView 0x7f1500d0
+int style Base_Widget_MaterialComponents_CheckedTextView 0x7f1500d1
+int style Base_Widget_MaterialComponents_Chip 0x7f1500d2
+int style Base_Widget_MaterialComponents_PopupMenu 0x7f1500d3
+int style Base_Widget_MaterialComponents_PopupMenu_ContextMenu 0x7f1500d4
+int style Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow 0x7f1500d5
+int style Base_Widget_MaterialComponents_PopupMenu_Overflow 0x7f1500d6
+int style Base_Widget_MaterialComponents_TextInputEditText 0x7f1500d7
+int style Base_Widget_MaterialComponents_TextInputLayout 0x7f1500d8
+int style Base_Widget_MaterialComponents_TextView 0x7f1500d9
+int style CardView 0x7f1500da
+int style CardView_Dark 0x7f1500db
+int style CardView_Light 0x7f1500dc
+int style EmptyTheme 0x7f1500dd
+int style MaterialAlertDialog_MaterialComponents 0x7f1500de
+int style MaterialAlertDialog_MaterialComponents_Body_Text 0x7f1500df
+int style MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar 0x7f1500e0
+int style MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner 0x7f1500e1
+int style MaterialAlertDialog_MaterialComponents_Title_Icon 0x7f1500e2
+int style MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked 0x7f1500e3
+int style MaterialAlertDialog_MaterialComponents_Title_Panel 0x7f1500e4
+int style MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked 0x7f1500e5
+int style MaterialAlertDialog_MaterialComponents_Title_Text 0x7f1500e6
+int style MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked 0x7f1500e7
+int style Platform_AppCompat 0x7f1500e8
+int style Platform_AppCompat_Light 0x7f1500e9
+int style Platform_MaterialComponents 0x7f1500ea
+int style Platform_MaterialComponents_Dialog 0x7f1500eb
+int style Platform_MaterialComponents_Light 0x7f1500ec
+int style Platform_MaterialComponents_Light_Dialog 0x7f1500ed
+int style Platform_ThemeOverlay_AppCompat 0x7f1500ee
+int style Platform_ThemeOverlay_AppCompat_Dark 0x7f1500ef
+int style Platform_ThemeOverlay_AppCompat_Light 0x7f1500f0
+int style Platform_V21_AppCompat 0x7f1500f1
+int style Platform_V21_AppCompat_Light 0x7f1500f2
+int style Platform_V25_AppCompat 0x7f1500f3
+int style Platform_V25_AppCompat_Light 0x7f1500f4
+int style Platform_Widget_AppCompat_Spinner 0x7f1500f5
+int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f1500f6
+int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f1500f7
+int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f1500f8
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f1500f9
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f1500fa
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut 0x7f1500fb
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow 0x7f1500fc
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f1500fd
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title 0x7f1500fe
+int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f1500ff
+int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f150100
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f150101
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f150102
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f150103
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f150104
+int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f150105
+int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f150106
+int style ShapeAppearanceOverlay 0x7f150107
+int style ShapeAppearanceOverlay_BottomLeftDifferentCornerSize 0x7f150108
+int style ShapeAppearanceOverlay_BottomRightCut 0x7f150109
+int style ShapeAppearanceOverlay_Cut 0x7f15010a
+int style ShapeAppearanceOverlay_DifferentCornerSize 0x7f15010b
+int style ShapeAppearanceOverlay_MaterialComponents_BottomSheet 0x7f15010c
+int style ShapeAppearanceOverlay_MaterialComponents_Chip 0x7f15010d
+int style ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton 0x7f15010e
+int style ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton 0x7f15010f
+int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day 0x7f150110
+int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen 0x7f150111
+int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year 0x7f150112
+int style ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox 0x7f150113
+int style ShapeAppearanceOverlay_TopLeftCut 0x7f150114
+int style ShapeAppearanceOverlay_TopRightDifferentCornerSize 0x7f150115
+int style ShapeAppearance_MaterialComponents 0x7f150116
+int style ShapeAppearance_MaterialComponents_LargeComponent 0x7f150117
+int style ShapeAppearance_MaterialComponents_MediumComponent 0x7f150118
+int style ShapeAppearance_MaterialComponents_SmallComponent 0x7f150119
+int style ShapeAppearance_MaterialComponents_Test 0x7f15011a
+int style TestStyleWithLineHeight 0x7f15011b
+int style TestStyleWithLineHeightAppearance 0x7f15011c
+int style TestStyleWithThemeLineHeightAttribute 0x7f15011d
+int style TestStyleWithoutLineHeight 0x7f15011e
+int style TestThemeWithLineHeight 0x7f15011f
+int style TestThemeWithLineHeightDisabled 0x7f150120
+int style Test_ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day 0x7f150121
+int style Test_Theme_MaterialComponents_MaterialCalendar 0x7f150122
+int style Test_Widget_MaterialComponents_MaterialCalendar 0x7f150123
+int style Test_Widget_MaterialComponents_MaterialCalendar_Day 0x7f150124
+int style Test_Widget_MaterialComponents_MaterialCalendar_Day_Selected 0x7f150125
+int style TextAppearance_AppCompat 0x7f150126
+int style TextAppearance_AppCompat_Body1 0x7f150127
+int style TextAppearance_AppCompat_Body2 0x7f150128
+int style TextAppearance_AppCompat_Button 0x7f150129
+int style TextAppearance_AppCompat_Caption 0x7f15012a
+int style TextAppearance_AppCompat_Display1 0x7f15012b
+int style TextAppearance_AppCompat_Display2 0x7f15012c
+int style TextAppearance_AppCompat_Display3 0x7f15012d
+int style TextAppearance_AppCompat_Display4 0x7f15012e
+int style TextAppearance_AppCompat_Headline 0x7f15012f
+int style TextAppearance_AppCompat_Inverse 0x7f150130
+int style TextAppearance_AppCompat_Large 0x7f150131
+int style TextAppearance_AppCompat_Large_Inverse 0x7f150132
+int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f150133
+int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f150134
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f150135
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f150136
+int style TextAppearance_AppCompat_Medium 0x7f150137
+int style TextAppearance_AppCompat_Medium_Inverse 0x7f150138
+int style TextAppearance_AppCompat_Menu 0x7f150139
+int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f15013a
+int style TextAppearance_AppCompat_SearchResult_Title 0x7f15013b
+int style TextAppearance_AppCompat_Small 0x7f15013c
+int style TextAppearance_AppCompat_Small_Inverse 0x7f15013d
+int style TextAppearance_AppCompat_Subhead 0x7f15013e
+int style TextAppearance_AppCompat_Subhead_Inverse 0x7f15013f
+int style TextAppearance_AppCompat_Title 0x7f150140
+int style TextAppearance_AppCompat_Title_Inverse 0x7f150141
+int style TextAppearance_AppCompat_Tooltip 0x7f150142
+int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f150143
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f150144
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f150145
+int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f150146
+int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f150147
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f150148
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f150149
+int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f15014a
+int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f15014b
+int style TextAppearance_AppCompat_Widget_Button 0x7f15014c
+int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f15014d
+int style TextAppearance_AppCompat_Widget_Button_Colored 0x7f15014e
+int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f15014f
+int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f150150
+int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f150151
+int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f150152
+int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f150153
+int style TextAppearance_AppCompat_Widget_Switch 0x7f150154
+int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f150155
+int style TextAppearance_Compat_Notification 0x7f150156
+int style TextAppearance_Compat_Notification_Info 0x7f150157
+int style TextAppearance_Compat_Notification_Info_Media 0x7f150158
+int style TextAppearance_Compat_Notification_Line2 0x7f150159
+int style TextAppearance_Compat_Notification_Line2_Media 0x7f15015a
+int style TextAppearance_Compat_Notification_Media 0x7f15015b
+int style TextAppearance_Compat_Notification_Time 0x7f15015c
+int style TextAppearance_Compat_Notification_Time_Media 0x7f15015d
+int style TextAppearance_Compat_Notification_Title 0x7f15015e
+int style TextAppearance_Compat_Notification_Title_Media 0x7f15015f
+int style TextAppearance_Design_CollapsingToolbar_Expanded 0x7f150160
+int style TextAppearance_Design_Counter 0x7f150161
+int style TextAppearance_Design_Counter_Overflow 0x7f150162
+int style TextAppearance_Design_Error 0x7f150163
+int style TextAppearance_Design_HelperText 0x7f150164
+int style TextAppearance_Design_Hint 0x7f150165
+int style TextAppearance_Design_Snackbar_Message 0x7f150166
+int style TextAppearance_Design_Tab 0x7f150167
+int style TextAppearance_MaterialComponents_Badge 0x7f150168
+int style TextAppearance_MaterialComponents_Body1 0x7f150169
+int style TextAppearance_MaterialComponents_Body2 0x7f15016a
+int style TextAppearance_MaterialComponents_Button 0x7f15016b
+int style TextAppearance_MaterialComponents_Caption 0x7f15016c
+int style TextAppearance_MaterialComponents_Chip 0x7f15016d
+int style TextAppearance_MaterialComponents_Headline1 0x7f15016e
+int style TextAppearance_MaterialComponents_Headline2 0x7f15016f
+int style TextAppearance_MaterialComponents_Headline3 0x7f150170
+int style TextAppearance_MaterialComponents_Headline4 0x7f150171
+int style TextAppearance_MaterialComponents_Headline5 0x7f150172
+int style TextAppearance_MaterialComponents_Headline6 0x7f150173
+int style TextAppearance_MaterialComponents_Overline 0x7f150174
+int style TextAppearance_MaterialComponents_Subtitle1 0x7f150175
+int style TextAppearance_MaterialComponents_Subtitle2 0x7f150176
+int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f150177
+int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f150178
+int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f150179
+int style ThemeOverlay_AppCompat 0x7f15017a
+int style ThemeOverlay_AppCompat_ActionBar 0x7f15017b
+int style ThemeOverlay_AppCompat_Dark 0x7f15017c
+int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f15017d
+int style ThemeOverlay_AppCompat_DayNight 0x7f15017e
+int style ThemeOverlay_AppCompat_DayNight_ActionBar 0x7f15017f
+int style ThemeOverlay_AppCompat_Dialog 0x7f150180
+int style ThemeOverlay_AppCompat_Dialog_Alert 0x7f150181
+int style ThemeOverlay_AppCompat_Light 0x7f150182
+int style ThemeOverlay_Design_TextInputEditText 0x7f150183
+int style ThemeOverlay_MaterialComponents 0x7f150184
+int style ThemeOverlay_MaterialComponents_ActionBar 0x7f150185
+int style ThemeOverlay_MaterialComponents_ActionBar_Primary 0x7f150186
+int style ThemeOverlay_MaterialComponents_ActionBar_Surface 0x7f150187
+int style ThemeOverlay_MaterialComponents_AutoCompleteTextView 0x7f150188
+int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox 0x7f150189
+int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense 0x7f15018a
+int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox 0x7f15018b
+int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense 0x7f15018c
+int style ThemeOverlay_MaterialComponents_BottomAppBar_Primary 0x7f15018d
+int style ThemeOverlay_MaterialComponents_BottomAppBar_Surface 0x7f15018e
+int style ThemeOverlay_MaterialComponents_BottomSheetDialog 0x7f15018f
+int style ThemeOverlay_MaterialComponents_Dark 0x7f150190
+int style ThemeOverlay_MaterialComponents_Dark_ActionBar 0x7f150191
+int style ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog 0x7f150192
+int style ThemeOverlay_MaterialComponents_Dialog 0x7f150193
+int style ThemeOverlay_MaterialComponents_Dialog_Alert 0x7f150194
+int style ThemeOverlay_MaterialComponents_Light 0x7f150195
+int style ThemeOverlay_MaterialComponents_Light_BottomSheetDialog 0x7f150196
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x7f150197
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered 0x7f150198
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date 0x7f150199
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar 0x7f15019a
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text 0x7f15019b
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day 0x7f15019c
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner 0x7f15019d
+int style ThemeOverlay_MaterialComponents_MaterialCalendar 0x7f15019e
+int style ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen 0x7f15019f
+int style ThemeOverlay_MaterialComponents_TextInputEditText 0x7f1501a0
+int style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox 0x7f1501a1
+int style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense 0x7f1501a2
+int style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox 0x7f1501a3
+int style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense 0x7f1501a4
+int style ThemeOverlay_MaterialComponents_Toolbar_Primary 0x7f1501a5
+int style ThemeOverlay_MaterialComponents_Toolbar_Surface 0x7f1501a6
+int style Theme_AppCompat 0x7f1501a7
+int style Theme_AppCompat_CompactMenu 0x7f1501a8
+int style Theme_AppCompat_DayNight 0x7f1501a9
+int style Theme_AppCompat_DayNight_DarkActionBar 0x7f1501aa
+int style Theme_AppCompat_DayNight_Dialog 0x7f1501ab
+int style Theme_AppCompat_DayNight_DialogWhenLarge 0x7f1501ac
+int style Theme_AppCompat_DayNight_Dialog_Alert 0x7f1501ad
+int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x7f1501ae
+int style Theme_AppCompat_DayNight_NoActionBar 0x7f1501af
+int style Theme_AppCompat_Dialog 0x7f1501b0
+int style Theme_AppCompat_DialogWhenLarge 0x7f1501b1
+int style Theme_AppCompat_Dialog_Alert 0x7f1501b2
+int style Theme_AppCompat_Dialog_MinWidth 0x7f1501b3
+int style Theme_AppCompat_Light 0x7f1501b4
+int style Theme_AppCompat_Light_DarkActionBar 0x7f1501b5
+int style Theme_AppCompat_Light_Dialog 0x7f1501b6
+int style Theme_AppCompat_Light_DialogWhenLarge 0x7f1501b7
+int style Theme_AppCompat_Light_Dialog_Alert 0x7f1501b8
+int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f1501b9
+int style Theme_AppCompat_Light_NoActionBar 0x7f1501ba
+int style Theme_AppCompat_NoActionBar 0x7f1501bb
+int style Theme_Design 0x7f1501bc
+int style Theme_Design_BottomSheetDialog 0x7f1501bd
+int style Theme_Design_Light 0x7f1501be
+int style Theme_Design_Light_BottomSheetDialog 0x7f1501bf
+int style Theme_Design_Light_NoActionBar 0x7f1501c0
+int style Theme_Design_NoActionBar 0x7f1501c1
+int style Theme_MaterialComponents 0x7f1501c2
+int style Theme_MaterialComponents_BottomSheetDialog 0x7f1501c3
+int style Theme_MaterialComponents_Bridge 0x7f1501c4
+int style Theme_MaterialComponents_CompactMenu 0x7f1501c5
+int style Theme_MaterialComponents_DayNight 0x7f1501c6
+int style Theme_MaterialComponents_DayNight_BottomSheetDialog 0x7f1501c7
+int style Theme_MaterialComponents_DayNight_Bridge 0x7f1501c8
+int style Theme_MaterialComponents_DayNight_DarkActionBar 0x7f1501c9
+int style Theme_MaterialComponents_DayNight_DarkActionBar_Bridge 0x7f1501ca
+int style Theme_MaterialComponents_DayNight_Dialog 0x7f1501cb
+int style Theme_MaterialComponents_DayNight_DialogWhenLarge 0x7f1501cc
+int style Theme_MaterialComponents_DayNight_Dialog_Alert 0x7f1501cd
+int style Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge 0x7f1501ce
+int style Theme_MaterialComponents_DayNight_Dialog_Bridge 0x7f1501cf
+int style Theme_MaterialComponents_DayNight_Dialog_FixedSize 0x7f1501d0
+int style Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge 0x7f1501d1
+int style Theme_MaterialComponents_DayNight_Dialog_MinWidth 0x7f1501d2
+int style Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge 0x7f1501d3
+int style Theme_MaterialComponents_DayNight_NoActionBar 0x7f1501d4
+int style Theme_MaterialComponents_DayNight_NoActionBar_Bridge 0x7f1501d5
+int style Theme_MaterialComponents_Dialog 0x7f1501d6
+int style Theme_MaterialComponents_DialogWhenLarge 0x7f1501d7
+int style Theme_MaterialComponents_Dialog_Alert 0x7f1501d8
+int style Theme_MaterialComponents_Dialog_Alert_Bridge 0x7f1501d9
+int style Theme_MaterialComponents_Dialog_Bridge 0x7f1501da
+int style Theme_MaterialComponents_Dialog_FixedSize 0x7f1501db
+int style Theme_MaterialComponents_Dialog_FixedSize_Bridge 0x7f1501dc
+int style Theme_MaterialComponents_Dialog_MinWidth 0x7f1501dd
+int style Theme_MaterialComponents_Dialog_MinWidth_Bridge 0x7f1501de
+int style Theme_MaterialComponents_Light 0x7f1501df
+int style Theme_MaterialComponents_Light_BarSize 0x7f1501e0
+int style Theme_MaterialComponents_Light_BottomSheetDialog 0x7f1501e1
+int style Theme_MaterialComponents_Light_Bridge 0x7f1501e2
+int style Theme_MaterialComponents_Light_DarkActionBar 0x7f1501e3
+int style Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x7f1501e4
+int style Theme_MaterialComponents_Light_Dialog 0x7f1501e5
+int style Theme_MaterialComponents_Light_DialogWhenLarge 0x7f1501e6
+int style Theme_MaterialComponents_Light_Dialog_Alert 0x7f1501e7
+int style Theme_MaterialComponents_Light_Dialog_Alert_Bridge 0x7f1501e8
+int style Theme_MaterialComponents_Light_Dialog_Bridge 0x7f1501e9
+int style Theme_MaterialComponents_Light_Dialog_FixedSize 0x7f1501ea
+int style Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge 0x7f1501eb
+int style Theme_MaterialComponents_Light_Dialog_MinWidth 0x7f1501ec
+int style Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge 0x7f1501ed
+int style Theme_MaterialComponents_Light_LargeTouch 0x7f1501ee
+int style Theme_MaterialComponents_Light_NoActionBar 0x7f1501ef
+int style Theme_MaterialComponents_Light_NoActionBar_Bridge 0x7f1501f0
+int style Theme_MaterialComponents_NoActionBar 0x7f1501f1
+int style Theme_MaterialComponents_NoActionBar_Bridge 0x7f1501f2
+int style Widget_AppCompat_ActionBar 0x7f1501f3
+int style Widget_AppCompat_ActionBar_Solid 0x7f1501f4
+int style Widget_AppCompat_ActionBar_TabBar 0x7f1501f5
+int style Widget_AppCompat_ActionBar_TabText 0x7f1501f6
+int style Widget_AppCompat_ActionBar_TabView 0x7f1501f7
+int style Widget_AppCompat_ActionButton 0x7f1501f8
+int style Widget_AppCompat_ActionButton_CloseMode 0x7f1501f9
+int style Widget_AppCompat_ActionButton_Overflow 0x7f1501fa
+int style Widget_AppCompat_ActionMode 0x7f1501fb
+int style Widget_AppCompat_ActivityChooserView 0x7f1501fc
+int style Widget_AppCompat_AutoCompleteTextView 0x7f1501fd
+int style Widget_AppCompat_Button 0x7f1501fe
+int style Widget_AppCompat_ButtonBar 0x7f1501ff
+int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f150200
+int style Widget_AppCompat_Button_Borderless 0x7f150201
+int style Widget_AppCompat_Button_Borderless_Colored 0x7f150202
+int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f150203
+int style Widget_AppCompat_Button_Colored 0x7f150204
+int style Widget_AppCompat_Button_Small 0x7f150205
+int style Widget_AppCompat_CompoundButton_CheckBox 0x7f150206
+int style Widget_AppCompat_CompoundButton_RadioButton 0x7f150207
+int style Widget_AppCompat_CompoundButton_Switch 0x7f150208
+int style Widget_AppCompat_DrawerArrowToggle 0x7f150209
+int style Widget_AppCompat_DropDownItem_Spinner 0x7f15020a
+int style Widget_AppCompat_EditText 0x7f15020b
+int style Widget_AppCompat_ImageButton 0x7f15020c
+int style Widget_AppCompat_Light_ActionBar 0x7f15020d
+int style Widget_AppCompat_Light_ActionBar_Solid 0x7f15020e
+int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f15020f
+int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f150210
+int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f150211
+int style Widget_AppCompat_Light_ActionBar_TabText 0x7f150212
+int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f150213
+int style Widget_AppCompat_Light_ActionBar_TabView 0x7f150214
+int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f150215
+int style Widget_AppCompat_Light_ActionButton 0x7f150216
+int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f150217
+int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f150218
+int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f150219
+int style Widget_AppCompat_Light_ActivityChooserView 0x7f15021a
+int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f15021b
+int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f15021c
+int style Widget_AppCompat_Light_ListPopupWindow 0x7f15021d
+int style Widget_AppCompat_Light_ListView_DropDown 0x7f15021e
+int style Widget_AppCompat_Light_PopupMenu 0x7f15021f
+int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f150220
+int style Widget_AppCompat_Light_SearchView 0x7f150221
+int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f150222
+int style Widget_AppCompat_ListMenuView 0x7f150223
+int style Widget_AppCompat_ListPopupWindow 0x7f150224
+int style Widget_AppCompat_ListView 0x7f150225
+int style Widget_AppCompat_ListView_DropDown 0x7f150226
+int style Widget_AppCompat_ListView_Menu 0x7f150227
+int style Widget_AppCompat_PopupMenu 0x7f150228
+int style Widget_AppCompat_PopupMenu_Overflow 0x7f150229
+int style Widget_AppCompat_PopupWindow 0x7f15022a
+int style Widget_AppCompat_ProgressBar 0x7f15022b
+int style Widget_AppCompat_ProgressBar_Horizontal 0x7f15022c
+int style Widget_AppCompat_RatingBar 0x7f15022d
+int style Widget_AppCompat_RatingBar_Indicator 0x7f15022e
+int style Widget_AppCompat_RatingBar_Small 0x7f15022f
+int style Widget_AppCompat_SearchView 0x7f150230
+int style Widget_AppCompat_SearchView_ActionBar 0x7f150231
+int style Widget_AppCompat_SeekBar 0x7f150232
+int style Widget_AppCompat_SeekBar_Discrete 0x7f150233
+int style Widget_AppCompat_Spinner 0x7f150234
+int style Widget_AppCompat_Spinner_DropDown 0x7f150235
+int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f150236
+int style Widget_AppCompat_Spinner_Underlined 0x7f150237
+int style Widget_AppCompat_TextView 0x7f150238
+int style Widget_AppCompat_TextView_SpinnerItem 0x7f150239
+int style Widget_AppCompat_Toolbar 0x7f15023a
+int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f15023b
+int style Widget_Compat_NotificationActionContainer 0x7f15023c
+int style Widget_Compat_NotificationActionText 0x7f15023d
+int style Widget_Design_AppBarLayout 0x7f15023e
+int style Widget_Design_BottomNavigationView 0x7f15023f
+int style Widget_Design_BottomSheet_Modal 0x7f150240
+int style Widget_Design_CollapsingToolbar 0x7f150241
+int style Widget_Design_FloatingActionButton 0x7f150242
+int style Widget_Design_NavigationView 0x7f150243
+int style Widget_Design_ScrimInsetsFrameLayout 0x7f150244
+int style Widget_Design_Snackbar 0x7f150245
+int style Widget_Design_TabLayout 0x7f150246
+int style Widget_Design_TextInputLayout 0x7f150247
+int style Widget_MaterialComponents_ActionBar_Primary 0x7f150248
+int style Widget_MaterialComponents_ActionBar_PrimarySurface 0x7f150249
+int style Widget_MaterialComponents_ActionBar_Solid 0x7f15024a
+int style Widget_MaterialComponents_ActionBar_Surface 0x7f15024b
+int style Widget_MaterialComponents_AppBarLayout_Primary 0x7f15024c
+int style Widget_MaterialComponents_AppBarLayout_PrimarySurface 0x7f15024d
+int style Widget_MaterialComponents_AppBarLayout_Surface 0x7f15024e
+int style Widget_MaterialComponents_AutoCompleteTextView_FilledBox 0x7f15024f
+int style Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense 0x7f150250
+int style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox 0x7f150251
+int style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense 0x7f150252
+int style Widget_MaterialComponents_Badge 0x7f150253
+int style Widget_MaterialComponents_BottomAppBar 0x7f150254
+int style Widget_MaterialComponents_BottomAppBar_Colored 0x7f150255
+int style Widget_MaterialComponents_BottomAppBar_PrimarySurface 0x7f150256
+int style Widget_MaterialComponents_BottomNavigationView 0x7f150257
+int style Widget_MaterialComponents_BottomNavigationView_Colored 0x7f150258
+int style Widget_MaterialComponents_BottomNavigationView_PrimarySurface 0x7f150259
+int style Widget_MaterialComponents_BottomSheet 0x7f15025a
+int style Widget_MaterialComponents_BottomSheet_Modal 0x7f15025b
+int style Widget_MaterialComponents_Button 0x7f15025c
+int style Widget_MaterialComponents_Button_Icon 0x7f15025d
+int style Widget_MaterialComponents_Button_OutlinedButton 0x7f15025e
+int style Widget_MaterialComponents_Button_OutlinedButton_Icon 0x7f15025f
+int style Widget_MaterialComponents_Button_TextButton 0x7f150260
+int style Widget_MaterialComponents_Button_TextButton_Dialog 0x7f150261
+int style Widget_MaterialComponents_Button_TextButton_Dialog_Flush 0x7f150262
+int style Widget_MaterialComponents_Button_TextButton_Dialog_Icon 0x7f150263
+int style Widget_MaterialComponents_Button_TextButton_Icon 0x7f150264
+int style Widget_MaterialComponents_Button_TextButton_Snackbar 0x7f150265
+int style Widget_MaterialComponents_Button_UnelevatedButton 0x7f150266
+int style Widget_MaterialComponents_Button_UnelevatedButton_Icon 0x7f150267
+int style Widget_MaterialComponents_CardView 0x7f150268
+int style Widget_MaterialComponents_CheckedTextView 0x7f150269
+int style Widget_MaterialComponents_ChipGroup 0x7f15026a
+int style Widget_MaterialComponents_Chip_Action 0x7f15026b
+int style Widget_MaterialComponents_Chip_Choice 0x7f15026c
+int style Widget_MaterialComponents_Chip_Entry 0x7f15026d
+int style Widget_MaterialComponents_Chip_Filter 0x7f15026e
+int style Widget_MaterialComponents_CompoundButton_CheckBox 0x7f15026f
+int style Widget_MaterialComponents_CompoundButton_RadioButton 0x7f150270
+int style Widget_MaterialComponents_CompoundButton_Switch 0x7f150271
+int style Widget_MaterialComponents_ExtendedFloatingActionButton 0x7f150272
+int style Widget_MaterialComponents_ExtendedFloatingActionButton_Icon 0x7f150273
+int style Widget_MaterialComponents_FloatingActionButton 0x7f150274
+int style Widget_MaterialComponents_Light_ActionBar_Solid 0x7f150275
+int style Widget_MaterialComponents_MaterialButtonToggleGroup 0x7f150276
+int style Widget_MaterialComponents_MaterialCalendar 0x7f150277
+int style Widget_MaterialComponents_MaterialCalendar_Day 0x7f150278
+int style Widget_MaterialComponents_MaterialCalendar_DayTextView 0x7f150279
+int style Widget_MaterialComponents_MaterialCalendar_Day_Invalid 0x7f15027a
+int style Widget_MaterialComponents_MaterialCalendar_Day_Selected 0x7f15027b
+int style Widget_MaterialComponents_MaterialCalendar_Day_Today 0x7f15027c
+int style Widget_MaterialComponents_MaterialCalendar_Fullscreen 0x7f15027d
+int style Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton 0x7f15027e
+int style Widget_MaterialComponents_MaterialCalendar_HeaderDivider 0x7f15027f
+int style Widget_MaterialComponents_MaterialCalendar_HeaderLayout 0x7f150280
+int style Widget_MaterialComponents_MaterialCalendar_HeaderSelection 0x7f150281
+int style Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen 0x7f150282
+int style Widget_MaterialComponents_MaterialCalendar_HeaderTitle 0x7f150283
+int style Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton 0x7f150284
+int style Widget_MaterialComponents_MaterialCalendar_Item 0x7f150285
+int style Widget_MaterialComponents_MaterialCalendar_Year 0x7f150286
+int style Widget_MaterialComponents_MaterialCalendar_Year_Selected 0x7f150287
+int style Widget_MaterialComponents_MaterialCalendar_Year_Today 0x7f150288
+int style Widget_MaterialComponents_NavigationView 0x7f150289
+int style Widget_MaterialComponents_PopupMenu 0x7f15028a
+int style Widget_MaterialComponents_PopupMenu_ContextMenu 0x7f15028b
+int style Widget_MaterialComponents_PopupMenu_ListPopupWindow 0x7f15028c
+int style Widget_MaterialComponents_PopupMenu_Overflow 0x7f15028d
+int style Widget_MaterialComponents_Snackbar 0x7f15028e
+int style Widget_MaterialComponents_Snackbar_FullWidth 0x7f15028f
+int style Widget_MaterialComponents_TabLayout 0x7f150290
+int style Widget_MaterialComponents_TabLayout_Colored 0x7f150291
+int style Widget_MaterialComponents_TabLayout_PrimarySurface 0x7f150292
+int style Widget_MaterialComponents_TextInputEditText_FilledBox 0x7f150293
+int style Widget_MaterialComponents_TextInputEditText_FilledBox_Dense 0x7f150294
+int style Widget_MaterialComponents_TextInputEditText_OutlinedBox 0x7f150295
+int style Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense 0x7f150296
+int style Widget_MaterialComponents_TextInputLayout_FilledBox 0x7f150297
+int style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense 0x7f150298
+int style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu 0x7f150299
+int style Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu 0x7f15029a
+int style Widget_MaterialComponents_TextInputLayout_OutlinedBox 0x7f15029b
+int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense 0x7f15029c
+int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu 0x7f15029d
+int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu 0x7f15029e
+int style Widget_MaterialComponents_TextView 0x7f15029f
+int style Widget_MaterialComponents_Toolbar 0x7f1502a0
+int style Widget_MaterialComponents_Toolbar_Primary 0x7f1502a1
+int style Widget_MaterialComponents_Toolbar_PrimarySurface 0x7f1502a2
+int style Widget_MaterialComponents_Toolbar_Surface 0x7f1502a3
+int style Widget_Support_CoordinatorLayout 0x7f1502a4
+int[] styleable ActionBar { 0x7f040035, 0x7f04003c, 0x7f04003d, 0x7f0400b9, 0x7f0400ba, 0x7f0400bb, 0x7f0400bc, 0x7f0400bd, 0x7f0400be, 0x7f0400d8, 0x7f0400e1, 0x7f0400e2, 0x7f0400f5, 0x7f040130, 0x7f040136, 0x7f04013c, 0x7f04013d, 0x7f04013f, 0x7f040149, 0x7f040156, 0x7f0401ba, 0x7f0401da, 0x7f0401ed, 0x7f0401f1, 0x7f0401f2, 0x7f04023a, 0x7f04023d, 0x7f040285, 0x7f04028f }
+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 { 0x7f040035, 0x7f04003c, 0x7f040099, 0x7f040130, 0x7f04023d, 0x7f04028f }
+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 { 0x7f040108, 0x7f04014a }
+int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0
+int styleable ActivityChooserView_initialActivityCount 1
+int[] styleable AlertDialog { 0x10100f2, 0x7f040067, 0x7f040068, 0x7f0401af, 0x7f0401b0, 0x7f0401d7, 0x7f04020f, 0x7f040211 }
+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 AppBarLayout { 0x10100d4, 0x1010540, 0x101048f, 0x7f0400f5, 0x7f040109, 0x7f0401a7, 0x7f0401a8, 0x7f040234 }
+int styleable AppBarLayout_android_background 0
+int styleable AppBarLayout_android_keyboardNavigationCluster 1
+int styleable AppBarLayout_android_touchscreenBlocksFocus 2
+int styleable AppBarLayout_elevation 3
+int styleable AppBarLayout_expanded 4
+int styleable AppBarLayout_liftOnScroll 5
+int styleable AppBarLayout_liftOnScrollTargetViewId 6
+int styleable AppBarLayout_statusBarForeground 7
+int[] styleable AppBarLayoutStates { 0x7f04022e, 0x7f04022f, 0x7f040231, 0x7f040232 }
+int styleable AppBarLayoutStates_state_collapsed 0
+int styleable AppBarLayoutStates_state_collapsible 1
+int styleable AppBarLayoutStates_state_liftable 2
+int styleable AppBarLayoutStates_state_lifted 3
+int[] styleable AppBarLayout_Layout { 0x7f0401a5, 0x7f0401a6 }
+int styleable AppBarLayout_Layout_layout_scrollFlags 0
+int styleable AppBarLayout_Layout_layout_scrollInterpolator 1
+int[] styleable AppCompatImageView { 0x1010119, 0x7f040226, 0x7f040283, 0x7f040284 }
+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, 0x7f040280, 0x7f040281, 0x7f040282 }
+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, 0x7f040030, 0x7f040031, 0x7f040032, 0x7f040033, 0x7f040034, 0x7f0400e6, 0x7f0400e7, 0x7f0400e8, 0x7f0400e9, 0x7f0400eb, 0x7f0400ec, 0x7f0400ed, 0x7f0400ee, 0x7f04011f, 0x7f040122, 0x7f04012a, 0x7f040168, 0x7f0401a9, 0x7f04025d, 0x7f040278 }
+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_drawableBottomCompat 6
+int styleable AppCompatTextView_drawableEndCompat 7
+int styleable AppCompatTextView_drawableLeftCompat 8
+int styleable AppCompatTextView_drawableRightCompat 9
+int styleable AppCompatTextView_drawableStartCompat 10
+int styleable AppCompatTextView_drawableTint 11
+int styleable AppCompatTextView_drawableTintMode 12
+int styleable AppCompatTextView_drawableTopCompat 13
+int styleable AppCompatTextView_firstBaselineToTopHeight 14
+int styleable AppCompatTextView_fontFamily 15
+int styleable AppCompatTextView_fontVariationSettings 16
+int styleable AppCompatTextView_lastBaselineToBottomHeight 17
+int styleable AppCompatTextView_lineHeight 18
+int styleable AppCompatTextView_textAllCaps 19
+int styleable AppCompatTextView_textLocale 20
+int[] styleable AppCompatTheme { 0x7f040001, 0x7f040002, 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f04000d, 0x7f04000f, 0x7f040010, 0x7f040011, 0x7f040012, 0x7f040013, 0x7f040014, 0x7f040015, 0x7f040016, 0x7f040017, 0x7f040018, 0x7f040019, 0x7f04001a, 0x7f04001b, 0x7f04001c, 0x7f04001d, 0x7f04001e, 0x7f04001f, 0x7f040023, 0x7f040024, 0x7f040025, 0x7f040026, 0x7f040027, 0x10100ae, 0x1010057, 0x7f04002f, 0x7f040051, 0x7f040060, 0x7f040061, 0x7f040062, 0x7f040063, 0x7f040064, 0x7f040069, 0x7f04006a, 0x7f040076, 0x7f04007d, 0x7f04009f, 0x7f0400a0, 0x7f0400a1, 0x7f0400a2, 0x7f0400a3, 0x7f0400a4, 0x7f0400a5, 0x7f0400ac, 0x7f0400ad, 0x7f0400b3, 0x7f0400c5, 0x7f0400de, 0x7f0400df, 0x7f0400e0, 0x7f0400e3, 0x7f0400e5, 0x7f0400f0, 0x7f0400f1, 0x7f0400f2, 0x7f0400f3, 0x7f0400f4, 0x7f04013c, 0x7f040148, 0x7f0401ab, 0x7f0401ac, 0x7f0401ad, 0x7f0401ae, 0x7f0401b1, 0x7f0401b2, 0x7f0401b3, 0x7f0401b4, 0x7f0401b5, 0x7f0401b6, 0x7f0401b7, 0x7f0401b8, 0x7f0401b9, 0x7f0401e3, 0x7f0401e4, 0x7f0401e5, 0x7f0401ec, 0x7f0401ee, 0x7f0401f5, 0x7f0401f7, 0x7f0401f8, 0x7f0401f9, 0x7f040202, 0x7f040203, 0x7f040204, 0x7f040205, 0x7f040223, 0x7f040224, 0x7f040241, 0x7f040268, 0x7f04026a, 0x7f04026b, 0x7f04026c, 0x7f04026e, 0x7f04026f, 0x7f040270, 0x7f040271, 0x7f040274, 0x7f040275, 0x7f040291, 0x7f040292, 0x7f040293, 0x7f040294, 0x7f04029c, 0x7f04029e, 0x7f04029f, 0x7f0402a0, 0x7f0402a1, 0x7f0402a2, 0x7f0402a3, 0x7f0402a4, 0x7f0402a5, 0x7f0402a6, 0x7f0402a7 }
+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_listChoiceIndicatorMultipleAnimated 72
+int styleable AppCompatTheme_listChoiceIndicatorSingleAnimated 73
+int styleable AppCompatTheme_listDividerAlertDialog 74
+int styleable AppCompatTheme_listMenuViewStyle 75
+int styleable AppCompatTheme_listPopupWindowStyle 76
+int styleable AppCompatTheme_listPreferredItemHeight 77
+int styleable AppCompatTheme_listPreferredItemHeightLarge 78
+int styleable AppCompatTheme_listPreferredItemHeightSmall 79
+int styleable AppCompatTheme_listPreferredItemPaddingEnd 80
+int styleable AppCompatTheme_listPreferredItemPaddingLeft 81
+int styleable AppCompatTheme_listPreferredItemPaddingRight 82
+int styleable AppCompatTheme_listPreferredItemPaddingStart 83
+int styleable AppCompatTheme_panelBackground 84
+int styleable AppCompatTheme_panelMenuListTheme 85
+int styleable AppCompatTheme_panelMenuListWidth 86
+int styleable AppCompatTheme_popupMenuStyle 87
+int styleable AppCompatTheme_popupWindowStyle 88
+int styleable AppCompatTheme_radioButtonStyle 89
+int styleable AppCompatTheme_ratingBarStyle 90
+int styleable AppCompatTheme_ratingBarStyleIndicator 91
+int styleable AppCompatTheme_ratingBarStyleSmall 92
+int styleable AppCompatTheme_searchViewStyle 93
+int styleable AppCompatTheme_seekBarStyle 94
+int styleable AppCompatTheme_selectableItemBackground 95
+int styleable AppCompatTheme_selectableItemBackgroundBorderless 96
+int styleable AppCompatTheme_spinnerDropDownItemStyle 97
+int styleable AppCompatTheme_spinnerStyle 98
+int styleable AppCompatTheme_switchStyle 99
+int styleable AppCompatTheme_textAppearanceLargePopupMenu 100
+int styleable AppCompatTheme_textAppearanceListItem 101
+int styleable AppCompatTheme_textAppearanceListItemSecondary 102
+int styleable AppCompatTheme_textAppearanceListItemSmall 103
+int styleable AppCompatTheme_textAppearancePopupMenuHeader 104
+int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 105
+int styleable AppCompatTheme_textAppearanceSearchResultTitle 106
+int styleable AppCompatTheme_textAppearanceSmallPopupMenu 107
+int styleable AppCompatTheme_textColorAlertDialogListItem 108
+int styleable AppCompatTheme_textColorSearchUrl 109
+int styleable AppCompatTheme_toolbarNavigationButtonStyle 110
+int styleable AppCompatTheme_toolbarStyle 111
+int styleable AppCompatTheme_tooltipForegroundColor 112
+int styleable AppCompatTheme_tooltipFrameBackground 113
+int styleable AppCompatTheme_viewInflaterClass 114
+int styleable AppCompatTheme_windowActionBar 115
+int styleable AppCompatTheme_windowActionBarOverlay 116
+int styleable AppCompatTheme_windowActionModeOverlay 117
+int styleable AppCompatTheme_windowFixedHeightMajor 118
+int styleable AppCompatTheme_windowFixedHeightMinor 119
+int styleable AppCompatTheme_windowFixedWidthMajor 120
+int styleable AppCompatTheme_windowFixedWidthMinor 121
+int styleable AppCompatTheme_windowMinWidthMajor 122
+int styleable AppCompatTheme_windowMinWidthMinor 123
+int styleable AppCompatTheme_windowNoTitle 124
+int[] styleable Badge { 0x7f040036, 0x7f040040, 0x7f040042, 0x7f0401d2, 0x7f0401dc }
+int styleable Badge_backgroundColor 0
+int styleable Badge_badgeGravity 1
+int styleable Badge_badgeTextColor 2
+int styleable Badge_maxCharacterCount 3
+int styleable Badge_number 4
+int[] styleable BottomAppBar { 0x7f04003e, 0x7f0400f5, 0x7f040113, 0x7f040114, 0x7f040115, 0x7f040116, 0x7f040117, 0x7f040137 }
+int styleable BottomAppBar_backgroundTint 0
+int styleable BottomAppBar_elevation 1
+int styleable BottomAppBar_fabAlignmentMode 2
+int styleable BottomAppBar_fabAnimationMode 3
+int styleable BottomAppBar_fabCradleMargin 4
+int styleable BottomAppBar_fabCradleRoundedCornerRadius 5
+int styleable BottomAppBar_fabCradleVerticalOffset 6
+int styleable BottomAppBar_hideOnScroll 7
+int[] styleable BottomNavigationView { 0x7f04003e, 0x7f0400f5, 0x7f04014e, 0x7f040151, 0x7f040153, 0x7f040154, 0x7f040157, 0x7f040163, 0x7f040164, 0x7f040165, 0x7f040167, 0x7f0401d5 }
+int styleable BottomNavigationView_backgroundTint 0
+int styleable BottomNavigationView_elevation 1
+int styleable BottomNavigationView_itemBackground 2
+int styleable BottomNavigationView_itemHorizontalTranslationEnabled 3
+int styleable BottomNavigationView_itemIconSize 4
+int styleable BottomNavigationView_itemIconTint 5
+int styleable BottomNavigationView_itemRippleColor 6
+int styleable BottomNavigationView_itemTextAppearanceActive 7
+int styleable BottomNavigationView_itemTextAppearanceInactive 8
+int styleable BottomNavigationView_itemTextColor 9
+int styleable BottomNavigationView_labelVisibilityMode 10
+int styleable BottomNavigationView_menu 11
+int[] styleable BottomSheetBehavior_Layout { 0x1010440, 0x7f04003e, 0x7f040048, 0x7f040049, 0x7f04004a, 0x7f04004b, 0x7f04004d, 0x7f04004e, 0x7f04004f, 0x7f040206, 0x7f040209 }
+int styleable BottomSheetBehavior_Layout_android_elevation 0
+int styleable BottomSheetBehavior_Layout_backgroundTint 1
+int styleable BottomSheetBehavior_Layout_behavior_expandedOffset 2
+int styleable BottomSheetBehavior_Layout_behavior_fitToContents 3
+int styleable BottomSheetBehavior_Layout_behavior_halfExpandedRatio 4
+int styleable BottomSheetBehavior_Layout_behavior_hideable 5
+int styleable BottomSheetBehavior_Layout_behavior_peekHeight 6
+int styleable BottomSheetBehavior_Layout_behavior_saveFlags 7
+int styleable BottomSheetBehavior_Layout_behavior_skipCollapsed 8
+int styleable BottomSheetBehavior_Layout_shapeAppearance 9
+int styleable BottomSheetBehavior_Layout_shapeAppearanceOverlay 10
+int[] styleable ButtonBarLayout { 0x7f040028 }
+int styleable ButtonBarLayout_allowStacking 0
+int[] styleable CardView { 0x1010140, 0x101013f, 0x7f04006d, 0x7f04006e, 0x7f04006f, 0x7f040071, 0x7f040072, 0x7f040073, 0x7f0400bf, 0x7f0400c0, 0x7f0400c1, 0x7f0400c2, 0x7f0400c3 }
+int styleable CardView_android_minHeight 0
+int styleable CardView_android_minWidth 1
+int styleable CardView_cardBackgroundColor 2
+int styleable CardView_cardCornerRadius 3
+int styleable CardView_cardElevation 4
+int styleable CardView_cardMaxElevation 5
+int styleable CardView_cardPreventCornerOverlap 6
+int styleable CardView_cardUseCompatPadding 7
+int styleable CardView_contentPadding 8
+int styleable CardView_contentPaddingBottom 9
+int styleable CardView_contentPaddingLeft 10
+int styleable CardView_contentPaddingRight 11
+int styleable CardView_contentPaddingTop 12
+int[] styleable Chip { 0x10101e5, 0x10100ab, 0x101011f, 0x101014f, 0x1010034, 0x1010098, 0x7f040079, 0x7f04007a, 0x7f04007c, 0x7f04007e, 0x7f04007f, 0x7f040080, 0x7f040082, 0x7f040083, 0x7f040084, 0x7f040085, 0x7f040086, 0x7f040087, 0x7f040088, 0x7f04008d, 0x7f04008e, 0x7f04008f, 0x7f040091, 0x7f040092, 0x7f040093, 0x7f040094, 0x7f040095, 0x7f040096, 0x7f040097, 0x7f040098, 0x7f040101, 0x7f040135, 0x7f040140, 0x7f040144, 0x7f0401fc, 0x7f040206, 0x7f040209, 0x7f04020d, 0x7f040276, 0x7f040279 }
+int styleable Chip_android_checkable 0
+int styleable Chip_android_ellipsize 1
+int styleable Chip_android_maxWidth 2
+int styleable Chip_android_text 3
+int styleable Chip_android_textAppearance 4
+int styleable Chip_android_textColor 5
+int styleable Chip_checkedIcon 6
+int styleable Chip_checkedIconEnabled 7
+int styleable Chip_checkedIconVisible 8
+int styleable Chip_chipBackgroundColor 9
+int styleable Chip_chipCornerRadius 10
+int styleable Chip_chipEndPadding 11
+int styleable Chip_chipIcon 12
+int styleable Chip_chipIconEnabled 13
+int styleable Chip_chipIconSize 14
+int styleable Chip_chipIconTint 15
+int styleable Chip_chipIconVisible 16
+int styleable Chip_chipMinHeight 17
+int styleable Chip_chipMinTouchTargetSize 18
+int styleable Chip_chipStartPadding 19
+int styleable Chip_chipStrokeColor 20
+int styleable Chip_chipStrokeWidth 21
+int styleable Chip_chipSurfaceColor 22
+int styleable Chip_closeIcon 23
+int styleable Chip_closeIconEnabled 24
+int styleable Chip_closeIconEndPadding 25
+int styleable Chip_closeIconSize 26
+int styleable Chip_closeIconStartPadding 27
+int styleable Chip_closeIconTint 28
+int styleable Chip_closeIconVisible 29
+int styleable Chip_ensureMinTouchTargetSize 30
+int styleable Chip_hideMotionSpec 31
+int styleable Chip_iconEndPadding 32
+int styleable Chip_iconStartPadding 33
+int styleable Chip_rippleColor 34
+int styleable Chip_shapeAppearance 35
+int styleable Chip_shapeAppearanceOverlay 36
+int styleable Chip_showMotionSpec 37
+int styleable Chip_textEndPadding 38
+int styleable Chip_textStartPadding 39
+int[] styleable ChipGroup { 0x7f040078, 0x7f040089, 0x7f04008a, 0x7f04008b, 0x7f040212, 0x7f040213 }
+int styleable ChipGroup_checkedChip 0
+int styleable ChipGroup_chipSpacing 1
+int styleable ChipGroup_chipSpacingHorizontal 2
+int styleable ChipGroup_chipSpacingVertical 3
+int styleable ChipGroup_singleLine 4
+int styleable ChipGroup_singleSelection 5
+int[] styleable CollapsingToolbarLayout { 0x7f04009c, 0x7f04009d, 0x7f0400c4, 0x7f04010a, 0x7f04010b, 0x7f04010c, 0x7f04010d, 0x7f04010e, 0x7f04010f, 0x7f040110, 0x7f0401fd, 0x7f0401ff, 0x7f040235, 0x7f040285, 0x7f040286, 0x7f040290 }
+int styleable CollapsingToolbarLayout_collapsedTitleGravity 0
+int styleable CollapsingToolbarLayout_collapsedTitleTextAppearance 1
+int styleable CollapsingToolbarLayout_contentScrim 2
+int styleable CollapsingToolbarLayout_expandedTitleGravity 3
+int styleable CollapsingToolbarLayout_expandedTitleMargin 4
+int styleable CollapsingToolbarLayout_expandedTitleMarginBottom 5
+int styleable CollapsingToolbarLayout_expandedTitleMarginEnd 6
+int styleable CollapsingToolbarLayout_expandedTitleMarginStart 7
+int styleable CollapsingToolbarLayout_expandedTitleMarginTop 8
+int styleable CollapsingToolbarLayout_expandedTitleTextAppearance 9
+int styleable CollapsingToolbarLayout_scrimAnimationDuration 10
+int styleable CollapsingToolbarLayout_scrimVisibleHeightTrigger 11
+int styleable CollapsingToolbarLayout_statusBarScrim 12
+int styleable CollapsingToolbarLayout_title 13
+int styleable CollapsingToolbarLayout_titleEnabled 14
+int styleable CollapsingToolbarLayout_toolbarId 15
+int[] styleable CollapsingToolbarLayout_Layout { 0x7f04016e, 0x7f04016f }
+int styleable CollapsingToolbarLayout_Layout_layout_collapseMode 0
+int styleable CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier 1
+int[] styleable ColorStateListItem { 0x7f040029, 0x101031f, 0x10101a5 }
+int styleable ColorStateListItem_alpha 0
+int styleable ColorStateListItem_android_alpha 1
+int styleable ColorStateListItem_android_color 2
+int[] styleable CompoundButton { 0x1010107, 0x7f040065, 0x7f04006b, 0x7f04006c }
+int styleable CompoundButton_android_button 0
+int styleable CompoundButton_buttonCompat 1
+int styleable CompoundButton_buttonTint 2
+int styleable CompoundButton_buttonTintMode 3
+int[] styleable ConstraintLayout_Layout { 0x1010120, 0x101011f, 0x1010140, 0x101013f, 0x10100c4, 0x7f040044, 0x7f040045, 0x7f040075, 0x7f0400b5, 0x7f0400b6, 0x7f040170, 0x7f040171, 0x7f040172, 0x7f040173, 0x7f040174, 0x7f040175, 0x7f040176, 0x7f040177, 0x7f040178, 0x7f040179, 0x7f04017a, 0x7f04017b, 0x7f04017c, 0x7f04017d, 0x7f04017e, 0x7f04017f, 0x7f040180, 0x7f040181, 0x7f040182, 0x7f040183, 0x7f040184, 0x7f040185, 0x7f040186, 0x7f040187, 0x7f040188, 0x7f040189, 0x7f04018a, 0x7f04018b, 0x7f04018c, 0x7f04018d, 0x7f04018e, 0x7f04018f, 0x7f040190, 0x7f040191, 0x7f040192, 0x7f040193, 0x7f040194, 0x7f040195, 0x7f040196, 0x7f040197, 0x7f040198, 0x7f04019a, 0x7f04019b, 0x7f04019c, 0x7f04019d, 0x7f04019e, 0x7f04019f, 0x7f0401a0, 0x7f0401a1, 0x7f0401a4 }
+int styleable ConstraintLayout_Layout_android_maxHeight 0
+int styleable ConstraintLayout_Layout_android_maxWidth 1
+int styleable ConstraintLayout_Layout_android_minHeight 2
+int styleable ConstraintLayout_Layout_android_minWidth 3
+int styleable ConstraintLayout_Layout_android_orientation 4
+int styleable ConstraintLayout_Layout_barrierAllowsGoneWidgets 5
+int styleable ConstraintLayout_Layout_barrierDirection 6
+int styleable ConstraintLayout_Layout_chainUseRtl 7
+int styleable ConstraintLayout_Layout_constraintSet 8
+int styleable ConstraintLayout_Layout_constraint_referenced_ids 9
+int styleable ConstraintLayout_Layout_layout_constrainedHeight 10
+int styleable ConstraintLayout_Layout_layout_constrainedWidth 11
+int styleable ConstraintLayout_Layout_layout_constraintBaseline_creator 12
+int styleable ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf 13
+int styleable ConstraintLayout_Layout_layout_constraintBottom_creator 14
+int styleable ConstraintLayout_Layout_layout_constraintBottom_toBottomOf 15
+int styleable ConstraintLayout_Layout_layout_constraintBottom_toTopOf 16
+int styleable ConstraintLayout_Layout_layout_constraintCircle 17
+int styleable ConstraintLayout_Layout_layout_constraintCircleAngle 18
+int styleable ConstraintLayout_Layout_layout_constraintCircleRadius 19
+int styleable ConstraintLayout_Layout_layout_constraintDimensionRatio 20
+int styleable ConstraintLayout_Layout_layout_constraintEnd_toEndOf 21
+int styleable ConstraintLayout_Layout_layout_constraintEnd_toStartOf 22
+int styleable ConstraintLayout_Layout_layout_constraintGuide_begin 23
+int styleable ConstraintLayout_Layout_layout_constraintGuide_end 24
+int styleable ConstraintLayout_Layout_layout_constraintGuide_percent 25
+int styleable ConstraintLayout_Layout_layout_constraintHeight_default 26
+int styleable ConstraintLayout_Layout_layout_constraintHeight_max 27
+int styleable ConstraintLayout_Layout_layout_constraintHeight_min 28
+int styleable ConstraintLayout_Layout_layout_constraintHeight_percent 29
+int styleable ConstraintLayout_Layout_layout_constraintHorizontal_bias 30
+int styleable ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle 31
+int styleable ConstraintLayout_Layout_layout_constraintHorizontal_weight 32
+int styleable ConstraintLayout_Layout_layout_constraintLeft_creator 33
+int styleable ConstraintLayout_Layout_layout_constraintLeft_toLeftOf 34
+int styleable ConstraintLayout_Layout_layout_constraintLeft_toRightOf 35
+int styleable ConstraintLayout_Layout_layout_constraintRight_creator 36
+int styleable ConstraintLayout_Layout_layout_constraintRight_toLeftOf 37
+int styleable ConstraintLayout_Layout_layout_constraintRight_toRightOf 38
+int styleable ConstraintLayout_Layout_layout_constraintStart_toEndOf 39
+int styleable ConstraintLayout_Layout_layout_constraintStart_toStartOf 40
+int styleable ConstraintLayout_Layout_layout_constraintTop_creator 41
+int styleable ConstraintLayout_Layout_layout_constraintTop_toBottomOf 42
+int styleable ConstraintLayout_Layout_layout_constraintTop_toTopOf 43
+int styleable ConstraintLayout_Layout_layout_constraintVertical_bias 44
+int styleable ConstraintLayout_Layout_layout_constraintVertical_chainStyle 45
+int styleable ConstraintLayout_Layout_layout_constraintVertical_weight 46
+int styleable ConstraintLayout_Layout_layout_constraintWidth_default 47
+int styleable ConstraintLayout_Layout_layout_constraintWidth_max 48
+int styleable ConstraintLayout_Layout_layout_constraintWidth_min 49
+int styleable ConstraintLayout_Layout_layout_constraintWidth_percent 50
+int styleable ConstraintLayout_Layout_layout_editor_absoluteX 51
+int styleable ConstraintLayout_Layout_layout_editor_absoluteY 52
+int styleable ConstraintLayout_Layout_layout_goneMarginBottom 53
+int styleable ConstraintLayout_Layout_layout_goneMarginEnd 54
+int styleable ConstraintLayout_Layout_layout_goneMarginLeft 55
+int styleable ConstraintLayout_Layout_layout_goneMarginRight 56
+int styleable ConstraintLayout_Layout_layout_goneMarginStart 57
+int styleable ConstraintLayout_Layout_layout_goneMarginTop 58
+int styleable ConstraintLayout_Layout_layout_optimizationLevel 59
+int[] styleable ConstraintLayout_placeholder { 0x7f0400b7, 0x7f0400f8 }
+int styleable ConstraintLayout_placeholder_content 0
+int styleable ConstraintLayout_placeholder_emptyVisibility 1
+int[] styleable ConstraintSet { 0x101031f, 0x1010440, 0x10100d0, 0x10100f5, 0x10100fa, 0x10103b6, 0x10100f7, 0x10100f9, 0x10103b5, 0x10100f8, 0x10100f4, 0x1010120, 0x101011f, 0x1010140, 0x101013f, 0x10100c4, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x10103fa, 0x10100dc, 0x7f040044, 0x7f040045, 0x7f040075, 0x7f0400b6, 0x7f040170, 0x7f040171, 0x7f040172, 0x7f040173, 0x7f040174, 0x7f040175, 0x7f040176, 0x7f040177, 0x7f040178, 0x7f040179, 0x7f04017a, 0x7f04017b, 0x7f04017c, 0x7f04017d, 0x7f04017e, 0x7f04017f, 0x7f040180, 0x7f040181, 0x7f040182, 0x7f040183, 0x7f040184, 0x7f040185, 0x7f040186, 0x7f040187, 0x7f040188, 0x7f040189, 0x7f04018a, 0x7f04018b, 0x7f04018c, 0x7f04018d, 0x7f04018e, 0x7f04018f, 0x7f040190, 0x7f040191, 0x7f040192, 0x7f040193, 0x7f040194, 0x7f040195, 0x7f040196, 0x7f040197, 0x7f040198, 0x7f04019a, 0x7f04019b, 0x7f04019c, 0x7f04019d, 0x7f04019e, 0x7f04019f, 0x7f0401a0, 0x7f0401a1 }
+int styleable ConstraintSet_android_alpha 0
+int styleable ConstraintSet_android_elevation 1
+int styleable ConstraintSet_android_id 2
+int styleable ConstraintSet_android_layout_height 3
+int styleable ConstraintSet_android_layout_marginBottom 4
+int styleable ConstraintSet_android_layout_marginEnd 5
+int styleable ConstraintSet_android_layout_marginLeft 6
+int styleable ConstraintSet_android_layout_marginRight 7
+int styleable ConstraintSet_android_layout_marginStart 8
+int styleable ConstraintSet_android_layout_marginTop 9
+int styleable ConstraintSet_android_layout_width 10
+int styleable ConstraintSet_android_maxHeight 11
+int styleable ConstraintSet_android_maxWidth 12
+int styleable ConstraintSet_android_minHeight 13
+int styleable ConstraintSet_android_minWidth 14
+int styleable ConstraintSet_android_orientation 15
+int styleable ConstraintSet_android_rotation 16
+int styleable ConstraintSet_android_rotationX 17
+int styleable ConstraintSet_android_rotationY 18
+int styleable ConstraintSet_android_scaleX 19
+int styleable ConstraintSet_android_scaleY 20
+int styleable ConstraintSet_android_transformPivotX 21
+int styleable ConstraintSet_android_transformPivotY 22
+int styleable ConstraintSet_android_translationX 23
+int styleable ConstraintSet_android_translationY 24
+int styleable ConstraintSet_android_translationZ 25
+int styleable ConstraintSet_android_visibility 26
+int styleable ConstraintSet_barrierAllowsGoneWidgets 27
+int styleable ConstraintSet_barrierDirection 28
+int styleable ConstraintSet_chainUseRtl 29
+int styleable ConstraintSet_constraint_referenced_ids 30
+int styleable ConstraintSet_layout_constrainedHeight 31
+int styleable ConstraintSet_layout_constrainedWidth 32
+int styleable ConstraintSet_layout_constraintBaseline_creator 33
+int styleable ConstraintSet_layout_constraintBaseline_toBaselineOf 34
+int styleable ConstraintSet_layout_constraintBottom_creator 35
+int styleable ConstraintSet_layout_constraintBottom_toBottomOf 36
+int styleable ConstraintSet_layout_constraintBottom_toTopOf 37
+int styleable ConstraintSet_layout_constraintCircle 38
+int styleable ConstraintSet_layout_constraintCircleAngle 39
+int styleable ConstraintSet_layout_constraintCircleRadius 40
+int styleable ConstraintSet_layout_constraintDimensionRatio 41
+int styleable ConstraintSet_layout_constraintEnd_toEndOf 42
+int styleable ConstraintSet_layout_constraintEnd_toStartOf 43
+int styleable ConstraintSet_layout_constraintGuide_begin 44
+int styleable ConstraintSet_layout_constraintGuide_end 45
+int styleable ConstraintSet_layout_constraintGuide_percent 46
+int styleable ConstraintSet_layout_constraintHeight_default 47
+int styleable ConstraintSet_layout_constraintHeight_max 48
+int styleable ConstraintSet_layout_constraintHeight_min 49
+int styleable ConstraintSet_layout_constraintHeight_percent 50
+int styleable ConstraintSet_layout_constraintHorizontal_bias 51
+int styleable ConstraintSet_layout_constraintHorizontal_chainStyle 52
+int styleable ConstraintSet_layout_constraintHorizontal_weight 53
+int styleable ConstraintSet_layout_constraintLeft_creator 54
+int styleable ConstraintSet_layout_constraintLeft_toLeftOf 55
+int styleable ConstraintSet_layout_constraintLeft_toRightOf 56
+int styleable ConstraintSet_layout_constraintRight_creator 57
+int styleable ConstraintSet_layout_constraintRight_toLeftOf 58
+int styleable ConstraintSet_layout_constraintRight_toRightOf 59
+int styleable ConstraintSet_layout_constraintStart_toEndOf 60
+int styleable ConstraintSet_layout_constraintStart_toStartOf 61
+int styleable ConstraintSet_layout_constraintTop_creator 62
+int styleable ConstraintSet_layout_constraintTop_toBottomOf 63
+int styleable ConstraintSet_layout_constraintTop_toTopOf 64
+int styleable ConstraintSet_layout_constraintVertical_bias 65
+int styleable ConstraintSet_layout_constraintVertical_chainStyle 66
+int styleable ConstraintSet_layout_constraintVertical_weight 67
+int styleable ConstraintSet_layout_constraintWidth_default 68
+int styleable ConstraintSet_layout_constraintWidth_max 69
+int styleable ConstraintSet_layout_constraintWidth_min 70
+int styleable ConstraintSet_layout_constraintWidth_percent 71
+int styleable ConstraintSet_layout_editor_absoluteX 72
+int styleable ConstraintSet_layout_editor_absoluteY 73
+int styleable ConstraintSet_layout_goneMarginBottom 74
+int styleable ConstraintSet_layout_goneMarginEnd 75
+int styleable ConstraintSet_layout_goneMarginLeft 76
+int styleable ConstraintSet_layout_goneMarginRight 77
+int styleable ConstraintSet_layout_goneMarginStart 78
+int styleable ConstraintSet_layout_goneMarginTop 79
+int[] styleable CoordinatorLayout { 0x7f040166, 0x7f040233 }
+int styleable CoordinatorLayout_keylines 0
+int styleable CoordinatorLayout_statusBarBackground 1
+int[] styleable CoordinatorLayout_Layout { 0x10100b3, 0x7f04016b, 0x7f04016c, 0x7f04016d, 0x7f040199, 0x7f0401a2, 0x7f0401a3 }
+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 { 0x7f04002d, 0x7f04002e, 0x7f040043, 0x7f04009e, 0x7f0400ea, 0x7f04012d, 0x7f040222, 0x7f04027c }
+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 ExtendedFloatingActionButton { 0x7f0400f5, 0x7f040111, 0x7f040135, 0x7f04020d, 0x7f040210 }
+int styleable ExtendedFloatingActionButton_elevation 0
+int styleable ExtendedFloatingActionButton_extendMotionSpec 1
+int styleable ExtendedFloatingActionButton_hideMotionSpec 2
+int styleable ExtendedFloatingActionButton_showMotionSpec 3
+int styleable ExtendedFloatingActionButton_shrinkMotionSpec 4
+int[] styleable ExtendedFloatingActionButton_Behavior_Layout { 0x7f040046, 0x7f040047 }
+int styleable ExtendedFloatingActionButton_Behavior_Layout_behavior_autoHide 0
+int styleable ExtendedFloatingActionButton_Behavior_Layout_behavior_autoShrink 1
+int[] styleable FloatingActionButton { 0x7f04003e, 0x7f04003f, 0x7f040050, 0x7f0400f5, 0x7f040101, 0x7f040118, 0x7f040119, 0x7f040135, 0x7f04013e, 0x7f0401d3, 0x7f0401f0, 0x7f0401fc, 0x7f040206, 0x7f040209, 0x7f04020d, 0x7f04029a }
+int styleable FloatingActionButton_backgroundTint 0
+int styleable FloatingActionButton_backgroundTintMode 1
+int styleable FloatingActionButton_borderWidth 2
+int styleable FloatingActionButton_elevation 3
+int styleable FloatingActionButton_ensureMinTouchTargetSize 4
+int styleable FloatingActionButton_fabCustomSize 5
+int styleable FloatingActionButton_fabSize 6
+int styleable FloatingActionButton_hideMotionSpec 7
+int styleable FloatingActionButton_hoveredFocusedTranslationZ 8
+int styleable FloatingActionButton_maxImageSize 9
+int styleable FloatingActionButton_pressedTranslationZ 10
+int styleable FloatingActionButton_rippleColor 11
+int styleable FloatingActionButton_shapeAppearance 12
+int styleable FloatingActionButton_shapeAppearanceOverlay 13
+int styleable FloatingActionButton_showMotionSpec 14
+int styleable FloatingActionButton_useCompatPadding 15
+int[] styleable FloatingActionButton_Behavior_Layout { 0x7f040046 }
+int styleable FloatingActionButton_Behavior_Layout_behavior_autoHide 0
+int[] styleable FlowLayout { 0x7f04015f, 0x7f0401aa }
+int styleable FlowLayout_itemSpacing 0
+int styleable FlowLayout_lineSpacing 1
+int[] styleable FontFamily { 0x7f040123, 0x7f040124, 0x7f040125, 0x7f040126, 0x7f040127, 0x7f040128 }
+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, 0x7f040121, 0x7f040129, 0x7f04012a, 0x7f04012b, 0x7f040299 }
+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 ForegroundLinearLayout { 0x1010109, 0x1010200, 0x7f04012c }
+int styleable ForegroundLinearLayout_android_foreground 0
+int styleable ForegroundLinearLayout_android_foregroundGravity 1
+int styleable ForegroundLinearLayout_foregroundInsidePadding 2
+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 LinearConstraintLayout { 0x10100c4 }
+int styleable LinearConstraintLayout_android_orientation 0
+int[] styleable LinearLayoutCompat { 0x1010126, 0x1010127, 0x10100af, 0x10100c4, 0x1010128, 0x7f0400e2, 0x7f0400e4, 0x7f0401d4, 0x7f04020c }
+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 MaterialAlertDialog { 0x7f040037, 0x7f040038, 0x7f040039, 0x7f04003a }
+int styleable MaterialAlertDialog_backgroundInsetBottom 0
+int styleable MaterialAlertDialog_backgroundInsetEnd 1
+int styleable MaterialAlertDialog_backgroundInsetStart 2
+int styleable MaterialAlertDialog_backgroundInsetTop 3
+int[] styleable MaterialAlertDialogTheme { 0x7f0401bc, 0x7f0401bd, 0x7f0401be, 0x7f0401bf, 0x7f0401c0 }
+int styleable MaterialAlertDialogTheme_materialAlertDialogBodyTextStyle 0
+int styleable MaterialAlertDialogTheme_materialAlertDialogTheme 1
+int styleable MaterialAlertDialogTheme_materialAlertDialogTitleIconStyle 2
+int styleable MaterialAlertDialogTheme_materialAlertDialogTitlePanelStyle 3
+int styleable MaterialAlertDialogTheme_materialAlertDialogTitleTextStyle 4
+int[] styleable MaterialButton { 0x10101e5, 0x10101ba, 0x10101b7, 0x10101b8, 0x10101b9, 0x7f04003e, 0x7f04003f, 0x7f0400cc, 0x7f0400f5, 0x7f04013f, 0x7f040141, 0x7f040142, 0x7f040143, 0x7f040145, 0x7f040146, 0x7f0401fc, 0x7f040206, 0x7f040209, 0x7f040236, 0x7f040237 }
+int styleable MaterialButton_android_checkable 0
+int styleable MaterialButton_android_insetBottom 1
+int styleable MaterialButton_android_insetLeft 2
+int styleable MaterialButton_android_insetRight 3
+int styleable MaterialButton_android_insetTop 4
+int styleable MaterialButton_backgroundTint 5
+int styleable MaterialButton_backgroundTintMode 6
+int styleable MaterialButton_cornerRadius 7
+int styleable MaterialButton_elevation 8
+int styleable MaterialButton_icon 9
+int styleable MaterialButton_iconGravity 10
+int styleable MaterialButton_iconPadding 11
+int styleable MaterialButton_iconSize 12
+int styleable MaterialButton_iconTint 13
+int styleable MaterialButton_iconTintMode 14
+int styleable MaterialButton_rippleColor 15
+int styleable MaterialButton_shapeAppearance 16
+int styleable MaterialButton_shapeAppearanceOverlay 17
+int styleable MaterialButton_strokeColor 18
+int styleable MaterialButton_strokeWidth 19
+int[] styleable MaterialButtonToggleGroup { 0x7f040077, 0x7f040213 }
+int styleable MaterialButtonToggleGroup_checkedButton 0
+int styleable MaterialButtonToggleGroup_singleSelection 1
+int[] styleable MaterialCalendar { 0x101020d, 0x7f0400d9, 0x7f0400da, 0x7f0400db, 0x7f0400dc, 0x7f0401f6, 0x7f0402a8, 0x7f0402a9, 0x7f0402aa }
+int styleable MaterialCalendar_android_windowFullscreen 0
+int styleable MaterialCalendar_dayInvalidStyle 1
+int styleable MaterialCalendar_daySelectedStyle 2
+int styleable MaterialCalendar_dayStyle 3
+int styleable MaterialCalendar_dayTodayStyle 4
+int styleable MaterialCalendar_rangeFillColor 5
+int styleable MaterialCalendar_yearSelectedStyle 6
+int styleable MaterialCalendar_yearStyle 7
+int styleable MaterialCalendar_yearTodayStyle 8
+int[] styleable MaterialCalendarItem { 0x10101ba, 0x10101b7, 0x10101b8, 0x10101b9, 0x7f04014f, 0x7f040158, 0x7f040159, 0x7f040160, 0x7f040161, 0x7f040165 }
+int styleable MaterialCalendarItem_android_insetBottom 0
+int styleable MaterialCalendarItem_android_insetLeft 1
+int styleable MaterialCalendarItem_android_insetRight 2
+int styleable MaterialCalendarItem_android_insetTop 3
+int styleable MaterialCalendarItem_itemFillColor 4
+int styleable MaterialCalendarItem_itemShapeAppearance 5
+int styleable MaterialCalendarItem_itemShapeAppearanceOverlay 6
+int styleable MaterialCalendarItem_itemStrokeColor 7
+int styleable MaterialCalendarItem_itemStrokeWidth 8
+int styleable MaterialCalendarItem_itemTextColor 9
+int[] styleable MaterialCardView { 0x10101e5, 0x7f040070, 0x7f040079, 0x7f04007b, 0x7f0401fc, 0x7f040206, 0x7f040209, 0x7f040230, 0x7f040236, 0x7f040237 }
+int styleable MaterialCardView_android_checkable 0
+int styleable MaterialCardView_cardForegroundColor 1
+int styleable MaterialCardView_checkedIcon 2
+int styleable MaterialCardView_checkedIconTint 3
+int styleable MaterialCardView_rippleColor 4
+int styleable MaterialCardView_shapeAppearance 5
+int styleable MaterialCardView_shapeAppearanceOverlay 6
+int styleable MaterialCardView_state_dragged 7
+int styleable MaterialCardView_strokeColor 8
+int styleable MaterialCardView_strokeWidth 9
+int[] styleable MaterialCheckBox { 0x7f04006b, 0x7f04029b }
+int styleable MaterialCheckBox_buttonTint 0
+int styleable MaterialCheckBox_useMaterialThemeColors 1
+int[] styleable MaterialRadioButton { 0x7f04029b }
+int styleable MaterialRadioButton_useMaterialThemeColors 0
+int[] styleable MaterialShape { 0x7f040206, 0x7f040209 }
+int styleable MaterialShape_shapeAppearance 0
+int styleable MaterialShape_shapeAppearanceOverlay 1
+int[] styleable MaterialTextAppearance { 0x101057f, 0x7f0401a9 }
+int styleable MaterialTextAppearance_android_lineHeight 0
+int styleable MaterialTextAppearance_lineHeight 1
+int[] styleable MaterialTextView { 0x101057f, 0x1010034, 0x7f0401a9 }
+int styleable MaterialTextView_android_lineHeight 0
+int styleable MaterialTextView_android_textAppearance 1
+int styleable MaterialTextView_lineHeight 2
+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 { 0x7f04000e, 0x7f040020, 0x7f040022, 0x7f04002a, 0x10101e3, 0x10101e5, 0x1010106, 0x101000e, 0x1010002, 0x10100d0, 0x10101de, 0x10101e4, 0x101026f, 0x10101df, 0x10101e1, 0x10101e2, 0x1010194, 0x7f0400b8, 0x7f040145, 0x7f040146, 0x7f0401dd, 0x7f04020b, 0x7f040295 }
+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, 0x7f0401ef, 0x7f040238 }
+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 MogoSkinBackgroundHelper { 0x10100d4 }
+int styleable MogoSkinBackgroundHelper_android_background 0
+int[] styleable MogoSkinCompatImageView { 0x1010119, 0x1010121, 0x7f040226, 0x7f040283 }
+int styleable MogoSkinCompatImageView_android_src 0
+int styleable MogoSkinCompatImageView_android_tint 1
+int styleable MogoSkinCompatImageView_srcCompat 2
+int styleable MogoSkinCompatImageView_tint 3
+int[] styleable MogoSkinCompatTextHelper { 0x101016e, 0x1010393, 0x101016f, 0x1010170, 0x1010392, 0x101016d, 0x1010034 }
+int styleable MogoSkinCompatTextHelper_android_drawableBottom 0
+int styleable MogoSkinCompatTextHelper_android_drawableEnd 1
+int styleable MogoSkinCompatTextHelper_android_drawableLeft 2
+int styleable MogoSkinCompatTextHelper_android_drawableRight 3
+int styleable MogoSkinCompatTextHelper_android_drawableStart 4
+int styleable MogoSkinCompatTextHelper_android_drawableTop 5
+int styleable MogoSkinCompatTextHelper_android_textAppearance 6
+int[] styleable MogoSkinTextAppearance { 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x1010098, 0x101009a, 0x1010095, 0x1010097, 0x1010096, 0x7f04025d }
+int styleable MogoSkinTextAppearance_android_shadowColor 0
+int styleable MogoSkinTextAppearance_android_shadowDx 1
+int styleable MogoSkinTextAppearance_android_shadowDy 2
+int styleable MogoSkinTextAppearance_android_shadowRadius 3
+int styleable MogoSkinTextAppearance_android_textColor 4
+int styleable MogoSkinTextAppearance_android_textColorHint 5
+int styleable MogoSkinTextAppearance_android_textSize 6
+int styleable MogoSkinTextAppearance_android_textStyle 7
+int styleable MogoSkinTextAppearance_android_typeface 8
+int styleable MogoSkinTextAppearance_textAllCaps 9
+int[] styleable NavigationView { 0x10100d4, 0x10100dd, 0x101011f, 0x7f0400f5, 0x7f04012f, 0x7f04014e, 0x7f040150, 0x7f040152, 0x7f040153, 0x7f040154, 0x7f040155, 0x7f040158, 0x7f040159, 0x7f04015a, 0x7f04015b, 0x7f04015c, 0x7f04015d, 0x7f04015e, 0x7f040162, 0x7f040165, 0x7f0401d5 }
+int styleable NavigationView_android_background 0
+int styleable NavigationView_android_fitsSystemWindows 1
+int styleable NavigationView_android_maxWidth 2
+int styleable NavigationView_elevation 3
+int styleable NavigationView_headerLayout 4
+int styleable NavigationView_itemBackground 5
+int styleable NavigationView_itemHorizontalPadding 6
+int styleable NavigationView_itemIconPadding 7
+int styleable NavigationView_itemIconSize 8
+int styleable NavigationView_itemIconTint 9
+int styleable NavigationView_itemMaxLines 10
+int styleable NavigationView_itemShapeAppearance 11
+int styleable NavigationView_itemShapeAppearanceOverlay 12
+int styleable NavigationView_itemShapeFillColor 13
+int styleable NavigationView_itemShapeInsetBottom 14
+int styleable NavigationView_itemShapeInsetEnd 15
+int styleable NavigationView_itemShapeInsetStart 16
+int styleable NavigationView_itemShapeInsetTop 17
+int styleable NavigationView_itemTextAppearance 18
+int styleable NavigationView_itemTextColor 19
+int styleable NavigationView_menu 20
+int[] styleable PopupWindow { 0x10102c9, 0x1010176, 0x7f0401de }
+int styleable PopupWindow_android_popupAnimationStyle 0
+int styleable PopupWindow_android_popupBackground 1
+int styleable PopupWindow_overlapAnchor 2
+int[] styleable PopupWindowBackgroundState { 0x7f04022d }
+int styleable PopupWindowBackgroundState_state_above_anchor 0
+int[] styleable RecycleListView { 0x7f0401df, 0x7f0401e2 }
+int styleable RecycleListView_paddingBottomNoButtons 0
+int styleable RecycleListView_paddingTopNoTitle 1
+int[] styleable RecyclerView { 0x10100eb, 0x10100f1, 0x10100c4, 0x7f04011a, 0x7f04011b, 0x7f04011c, 0x7f04011d, 0x7f04011e, 0x7f04016a, 0x7f0401fb, 0x7f040221, 0x7f040227 }
+int styleable RecyclerView_android_clipToPadding 0
+int styleable RecyclerView_android_descendantFocusability 1
+int styleable RecyclerView_android_orientation 2
+int styleable RecyclerView_fastScrollEnabled 3
+int styleable RecyclerView_fastScrollHorizontalThumbDrawable 4
+int styleable RecyclerView_fastScrollHorizontalTrackDrawable 5
+int styleable RecyclerView_fastScrollVerticalThumbDrawable 6
+int styleable RecyclerView_fastScrollVerticalTrackDrawable 7
+int styleable RecyclerView_layoutManager 8
+int styleable RecyclerView_reverseLayout 9
+int styleable RecyclerView_spanCount 10
+int styleable RecyclerView_stackFromEnd 11
+int[] styleable ScrimInsetsFrameLayout { 0x7f04014b }
+int styleable ScrimInsetsFrameLayout_insetForeground 0
+int[] styleable ScrollingViewBehavior_Layout { 0x7f04004c }
+int styleable ScrollingViewBehavior_Layout_behavior_overlapTop 0
+int[] styleable SearchView { 0x10100da, 0x1010264, 0x1010220, 0x101011f, 0x7f040092, 0x7f0400b4, 0x7f0400dd, 0x7f04012e, 0x7f040147, 0x7f040169, 0x7f0401f3, 0x7f0401f4, 0x7f040200, 0x7f040201, 0x7f040239, 0x7f04023e, 0x7f04029d }
+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 ShapeAppearance { 0x7f0400c7, 0x7f0400c8, 0x7f0400c9, 0x7f0400ca, 0x7f0400cb, 0x7f0400cd, 0x7f0400ce, 0x7f0400cf, 0x7f0400d0, 0x7f0400d1 }
+int styleable ShapeAppearance_cornerFamily 0
+int styleable ShapeAppearance_cornerFamilyBottomLeft 1
+int styleable ShapeAppearance_cornerFamilyBottomRight 2
+int styleable ShapeAppearance_cornerFamilyTopLeft 3
+int styleable ShapeAppearance_cornerFamilyTopRight 4
+int styleable ShapeAppearance_cornerSize 5
+int styleable ShapeAppearance_cornerSizeBottomLeft 6
+int styleable ShapeAppearance_cornerSizeBottomRight 7
+int styleable ShapeAppearance_cornerSizeTopLeft 8
+int styleable ShapeAppearance_cornerSizeTopRight 9
+int[] styleable SkinBackgroundHelper { 0x10100d4 }
+int styleable SkinBackgroundHelper_android_background 0
+int[] styleable SkinCompatImageView { 0x1010119, 0x1010121, 0x7f040226, 0x7f040283 }
+int styleable SkinCompatImageView_android_src 0
+int styleable SkinCompatImageView_android_tint 1
+int styleable SkinCompatImageView_srcCompat 2
+int styleable SkinCompatImageView_tint 3
+int[] styleable SkinCompatProgressBar { 0x101013b, 0x101013c }
+int styleable SkinCompatProgressBar_android_indeterminateDrawable 0
+int styleable SkinCompatProgressBar_android_progressDrawable 1
+int[] styleable SkinCompatTextHelper { 0x101016e, 0x1010393, 0x101016f, 0x1010170, 0x1010392, 0x101016d, 0x1010034 }
+int styleable SkinCompatTextHelper_android_drawableBottom 0
+int styleable SkinCompatTextHelper_android_drawableEnd 1
+int styleable SkinCompatTextHelper_android_drawableLeft 2
+int styleable SkinCompatTextHelper_android_drawableRight 3
+int styleable SkinCompatTextHelper_android_drawableStart 4
+int styleable SkinCompatTextHelper_android_drawableTop 5
+int styleable SkinCompatTextHelper_android_textAppearance 6
+int[] styleable SkinTextAppearance { 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x1010098, 0x101009a, 0x1010095, 0x1010097, 0x1010096, 0x7f04025d }
+int styleable SkinTextAppearance_android_shadowColor 0
+int styleable SkinTextAppearance_android_shadowDx 1
+int styleable SkinTextAppearance_android_shadowDy 2
+int styleable SkinTextAppearance_android_shadowRadius 3
+int styleable SkinTextAppearance_android_textColor 4
+int styleable SkinTextAppearance_android_textColorHint 5
+int styleable SkinTextAppearance_android_textSize 6
+int styleable SkinTextAppearance_android_textStyle 7
+int styleable SkinTextAppearance_android_typeface 8
+int styleable SkinTextAppearance_textAllCaps 9
+int[] styleable Snackbar { 0x7f04021f, 0x7f040220 }
+int styleable Snackbar_snackbarButtonStyle 0
+int styleable Snackbar_snackbarStyle 1
+int[] styleable SnackbarLayout { 0x7f040021, 0x101011f, 0x7f04002b, 0x7f04003b, 0x7f0400f5, 0x7f0401d0 }
+int styleable SnackbarLayout_actionTextColorAlpha 0
+int styleable SnackbarLayout_android_maxWidth 1
+int styleable SnackbarLayout_animationMode 2
+int styleable SnackbarLayout_backgroundOverlayColorAlpha 3
+int styleable SnackbarLayout_elevation 4
+int styleable SnackbarLayout_maxActionInlineWidth 5
+int[] styleable Spinner { 0x1010262, 0x10100b2, 0x1010176, 0x101017b, 0x7f0401ed }
+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, 0x7f04020e, 0x7f040225, 0x7f04023f, 0x7f040240, 0x7f040242, 0x7f04027d, 0x7f04027e, 0x7f04027f, 0x7f040296, 0x7f040297, 0x7f040298 }
+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 SwitchMaterial { 0x7f04029b }
+int styleable SwitchMaterial_useMaterialThemeColors 0
+int[] styleable TabItem { 0x1010002, 0x10100f2, 0x101014f }
+int styleable TabItem_android_icon 0
+int styleable TabItem_android_layout 1
+int styleable TabItem_android_text 2
+int[] styleable TabLayout { 0x7f040243, 0x7f040244, 0x7f040245, 0x7f040246, 0x7f040247, 0x7f040248, 0x7f040249, 0x7f04024a, 0x7f04024b, 0x7f04024c, 0x7f04024d, 0x7f04024e, 0x7f04024f, 0x7f040250, 0x7f040251, 0x7f040252, 0x7f040253, 0x7f040254, 0x7f040255, 0x7f040256, 0x7f040257, 0x7f040258, 0x7f04025a, 0x7f04025b, 0x7f04025c }
+int styleable TabLayout_tabBackground 0
+int styleable TabLayout_tabContentStart 1
+int styleable TabLayout_tabGravity 2
+int styleable TabLayout_tabIconTint 3
+int styleable TabLayout_tabIconTintMode 4
+int styleable TabLayout_tabIndicator 5
+int styleable TabLayout_tabIndicatorAnimationDuration 6
+int styleable TabLayout_tabIndicatorColor 7
+int styleable TabLayout_tabIndicatorFullWidth 8
+int styleable TabLayout_tabIndicatorGravity 9
+int styleable TabLayout_tabIndicatorHeight 10
+int styleable TabLayout_tabInlineLabel 11
+int styleable TabLayout_tabMaxWidth 12
+int styleable TabLayout_tabMinWidth 13
+int styleable TabLayout_tabMode 14
+int styleable TabLayout_tabPadding 15
+int styleable TabLayout_tabPaddingBottom 16
+int styleable TabLayout_tabPaddingEnd 17
+int styleable TabLayout_tabPaddingStart 18
+int styleable TabLayout_tabPaddingTop 19
+int styleable TabLayout_tabRippleColor 20
+int styleable TabLayout_tabSelectedTextColor 21
+int styleable TabLayout_tabTextAppearance 22
+int styleable TabLayout_tabTextColor 23
+int styleable TabLayout_tabUnboundedRipple 24
+int[] styleable TextAppearance { 0x10103ac, 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x1010098, 0x101009a, 0x101009b, 0x1010585, 0x1010095, 0x1010097, 0x1010096, 0x7f040122, 0x7f04012a, 0x7f04025d, 0x7f040278 }
+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_textFontWeight 8
+int styleable TextAppearance_android_textSize 9
+int styleable TextAppearance_android_textStyle 10
+int styleable TextAppearance_android_typeface 11
+int styleable TextAppearance_fontFamily 12
+int styleable TextAppearance_fontVariationSettings 13
+int styleable TextAppearance_textAllCaps 14
+int styleable TextAppearance_textLocale 15
+int[] styleable TextInputLayout { 0x1010150, 0x101009a, 0x7f040056, 0x7f040057, 0x7f040058, 0x7f040059, 0x7f04005a, 0x7f04005b, 0x7f04005c, 0x7f04005d, 0x7f04005e, 0x7f04005f, 0x7f0400d2, 0x7f0400d3, 0x7f0400d4, 0x7f0400d5, 0x7f0400d6, 0x7f0400d7, 0x7f0400f9, 0x7f0400fa, 0x7f0400fb, 0x7f0400fc, 0x7f0400fd, 0x7f0400fe, 0x7f040102, 0x7f040103, 0x7f040104, 0x7f040105, 0x7f040106, 0x7f040107, 0x7f040131, 0x7f040132, 0x7f040133, 0x7f040134, 0x7f040138, 0x7f040139, 0x7f04013a, 0x7f04013b, 0x7f0401e6, 0x7f0401e7, 0x7f0401e8, 0x7f0401e9, 0x7f0401ea, 0x7f040206, 0x7f040209, 0x7f040228, 0x7f040229, 0x7f04022a, 0x7f04022b, 0x7f04022c }
+int styleable TextInputLayout_android_hint 0
+int styleable TextInputLayout_android_textColorHint 1
+int styleable TextInputLayout_boxBackgroundColor 2
+int styleable TextInputLayout_boxBackgroundMode 3
+int styleable TextInputLayout_boxCollapsedPaddingTop 4
+int styleable TextInputLayout_boxCornerRadiusBottomEnd 5
+int styleable TextInputLayout_boxCornerRadiusBottomStart 6
+int styleable TextInputLayout_boxCornerRadiusTopEnd 7
+int styleable TextInputLayout_boxCornerRadiusTopStart 8
+int styleable TextInputLayout_boxStrokeColor 9
+int styleable TextInputLayout_boxStrokeWidth 10
+int styleable TextInputLayout_boxStrokeWidthFocused 11
+int styleable TextInputLayout_counterEnabled 12
+int styleable TextInputLayout_counterMaxLength 13
+int styleable TextInputLayout_counterOverflowTextAppearance 14
+int styleable TextInputLayout_counterOverflowTextColor 15
+int styleable TextInputLayout_counterTextAppearance 16
+int styleable TextInputLayout_counterTextColor 17
+int styleable TextInputLayout_endIconCheckable 18
+int styleable TextInputLayout_endIconContentDescription 19
+int styleable TextInputLayout_endIconDrawable 20
+int styleable TextInputLayout_endIconMode 21
+int styleable TextInputLayout_endIconTint 22
+int styleable TextInputLayout_endIconTintMode 23
+int styleable TextInputLayout_errorEnabled 24
+int styleable TextInputLayout_errorIconDrawable 25
+int styleable TextInputLayout_errorIconTint 26
+int styleable TextInputLayout_errorIconTintMode 27
+int styleable TextInputLayout_errorTextAppearance 28
+int styleable TextInputLayout_errorTextColor 29
+int styleable TextInputLayout_helperText 30
+int styleable TextInputLayout_helperTextEnabled 31
+int styleable TextInputLayout_helperTextTextAppearance 32
+int styleable TextInputLayout_helperTextTextColor 33
+int styleable TextInputLayout_hintAnimationEnabled 34
+int styleable TextInputLayout_hintEnabled 35
+int styleable TextInputLayout_hintTextAppearance 36
+int styleable TextInputLayout_hintTextColor 37
+int styleable TextInputLayout_passwordToggleContentDescription 38
+int styleable TextInputLayout_passwordToggleDrawable 39
+int styleable TextInputLayout_passwordToggleEnabled 40
+int styleable TextInputLayout_passwordToggleTint 41
+int styleable TextInputLayout_passwordToggleTintMode 42
+int styleable TextInputLayout_shapeAppearance 43
+int styleable TextInputLayout_shapeAppearanceOverlay 44
+int styleable TextInputLayout_startIconCheckable 45
+int styleable TextInputLayout_startIconContentDescription 46
+int styleable TextInputLayout_startIconDrawable 47
+int styleable TextInputLayout_startIconTint 48
+int styleable TextInputLayout_startIconTintMode 49
+int[] styleable ThemeEnforcement { 0x1010034, 0x7f0400ff, 0x7f040100 }
+int styleable ThemeEnforcement_android_textAppearance 0
+int styleable ThemeEnforcement_enforceMaterialTheme 1
+int styleable ThemeEnforcement_enforceTextAppearance 2
+int[] styleable Toolbar { 0x10100af, 0x1010140, 0x7f040066, 0x7f04009a, 0x7f04009b, 0x7f0400b9, 0x7f0400ba, 0x7f0400bb, 0x7f0400bc, 0x7f0400bd, 0x7f0400be, 0x7f0401ba, 0x7f0401bb, 0x7f0401d1, 0x7f0401d5, 0x7f0401d8, 0x7f0401d9, 0x7f0401ed, 0x7f04023a, 0x7f04023b, 0x7f04023c, 0x7f040285, 0x7f040287, 0x7f040288, 0x7f040289, 0x7f04028a, 0x7f04028b, 0x7f04028c, 0x7f04028d, 0x7f04028e }
+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_menu 14
+int styleable Toolbar_navigationContentDescription 15
+int styleable Toolbar_navigationIcon 16
+int styleable Toolbar_popupTheme 17
+int styleable Toolbar_subtitle 18
+int styleable Toolbar_subtitleTextAppearance 19
+int styleable Toolbar_subtitleTextColor 20
+int styleable Toolbar_title 21
+int styleable Toolbar_titleMargin 22
+int styleable Toolbar_titleMarginBottom 23
+int styleable Toolbar_titleMarginEnd 24
+int styleable Toolbar_titleMarginStart 25
+int styleable Toolbar_titleMarginTop 26
+int styleable Toolbar_titleMargins 27
+int styleable Toolbar_titleTextAppearance 28
+int styleable Toolbar_titleTextColor 29
+int[] styleable View { 0x10100da, 0x1010000, 0x7f0401e0, 0x7f0401e1, 0x7f04027a }
+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, 0x7f04003e, 0x7f04003f }
+int styleable ViewBackgroundHelper_android_background 0
+int styleable ViewBackgroundHelper_backgroundTint 1
+int styleable ViewBackgroundHelper_backgroundTintMode 2
+int[] styleable ViewPager2 { 0x10100c4 }
+int styleable ViewPager2_android_orientation 0
+int[] styleable ViewStubCompat { 0x10100d0, 0x10100f3, 0x10100f2 }
+int styleable ViewStubCompat_android_id 0
+int styleable ViewStubCompat_android_inflatedId 1
+int styleable ViewStubCompat_android_layout 2
+int xml standalone_badge 0x7f180001
+int xml standalone_badge_gravity_bottom_end 0x7f180002
+int xml standalone_badge_gravity_bottom_start 0x7f180003
+int xml standalone_badge_gravity_top_start 0x7f180004
diff --git a/skin/mogo-skin-support-impl/build/outputs/logs/manifest-merger-debug-report.txt b/skin/mogo-skin-support-impl/build/outputs/logs/manifest-merger-debug-report.txt
new file mode 100644
index 0000000000..0c05609541
--- /dev/null
+++ b/skin/mogo-skin-support-impl/build/outputs/logs/manifest-merger-debug-report.txt
@@ -0,0 +1,37 @@
+-- Merging decision tree log ---
+manifest
+ADDED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support-impl/src/main/AndroidManifest.xml:1:1-5:12
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support-impl/src/main/AndroidManifest.xml:1:1-5:12
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support-impl/src/main/AndroidManifest.xml:1:1-5:12
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support-impl/src/main/AndroidManifest.xml:1:1-5:12
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support-impl/src/main/AndroidManifest.xml:1:1-5:12
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support-impl/src/main/AndroidManifest.xml:1:1-5:12
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support-impl/src/main/AndroidManifest.xml:1:1-5:12
+ package
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support-impl/src/main/AndroidManifest.xml:2:5-41
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support-impl/src/main/AndroidManifest.xml
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support-impl/src/main/AndroidManifest.xml
+ android:versionName
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support-impl/src/main/AndroidManifest.xml
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support-impl/src/main/AndroidManifest.xml:1:1-5:12
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support-impl/src/main/AndroidManifest.xml
+ android:versionCode
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support-impl/src/main/AndroidManifest.xml
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support-impl/src/main/AndroidManifest.xml:1:1-5:12
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support-impl/src/main/AndroidManifest.xml
+ xmlns:android
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support-impl/src/main/AndroidManifest.xml:1:11-69
+uses-sdk
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support-impl/src/main/AndroidManifest.xml reason: use-sdk injection requested
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support-impl/src/main/AndroidManifest.xml
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support-impl/src/main/AndroidManifest.xml
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support-impl/src/main/AndroidManifest.xml
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support-impl/src/main/AndroidManifest.xml
+ android:targetSdkVersion
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support-impl/src/main/AndroidManifest.xml
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support-impl/src/main/AndroidManifest.xml
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support-impl/src/main/AndroidManifest.xml
+ android:minSdkVersion
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support-impl/src/main/AndroidManifest.xml
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support-impl/src/main/AndroidManifest.xml
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support-impl/src/main/AndroidManifest.xml
diff --git a/skin/mogo-skin-support/build/generated/source/buildConfig/debug/com/mogo/skin/support/BuildConfig.java b/skin/mogo-skin-support/build/generated/source/buildConfig/debug/com/mogo/skin/support/BuildConfig.java
new file mode 100644
index 0000000000..9a0aea11b5
--- /dev/null
+++ b/skin/mogo-skin-support/build/generated/source/buildConfig/debug/com/mogo/skin/support/BuildConfig.java
@@ -0,0 +1,18 @@
+/**
+ * Automatically generated file. DO NOT MODIFY
+ */
+package com.mogo.skin.support;
+
+public final class BuildConfig {
+ public static final boolean DEBUG = Boolean.parseBoolean("true");
+ public static final String LIBRARY_PACKAGE_NAME = "com.mogo.skin.support";
+ /**
+ * @deprecated APPLICATION_ID is misleading in libraries. For the library package name use LIBRARY_PACKAGE_NAME
+ */
+ @Deprecated
+ public static final String APPLICATION_ID = "com.mogo.skin.support";
+ public static final String BUILD_TYPE = "debug";
+ public static final String FLAVOR = "";
+ public static final int VERSION_CODE = 1;
+ public static final String VERSION_NAME = "1.0.0";
+}
diff --git a/skin/mogo-skin-support/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml b/skin/mogo-skin-support/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml
new file mode 100644
index 0000000000..4c2297576a
--- /dev/null
+++ b/skin/mogo-skin-support/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml
@@ -0,0 +1,12 @@
+
+
+
+
+ /
+
+
\ No newline at end of file
diff --git a/skin/mogo-skin-support/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output.json b/skin/mogo-skin-support/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output.json
new file mode 100644
index 0000000000..c57997d899
--- /dev/null
+++ b/skin/mogo-skin-support/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output.json
@@ -0,0 +1 @@
+[{"outputType":{"type":"AAPT_FRIENDLY_MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0.0","enabled":true,"outputFile":"mogo-skin-support-debug.aar","fullName":"debug","baseName":"debug"},"path":"AndroidManifest.xml","properties":{"packageId":"com.mogo.skin.support","split":""}}]
\ No newline at end of file
diff --git a/skin/mogo-skin-support/build/intermediates/annotation_processor_list/debug/annotationProcessors.json b/skin/mogo-skin-support/build/intermediates/annotation_processor_list/debug/annotationProcessors.json
new file mode 100644
index 0000000000..0e71b72210
--- /dev/null
+++ b/skin/mogo-skin-support/build/intermediates/annotation_processor_list/debug/annotationProcessors.json
@@ -0,0 +1 @@
+{"jetified-arouter-compiler-1.2.2.jar (com.alibaba:arouter-compiler:1.2.2)":false,"auto-service-1.0-rc2.jar (com.google.auto.service:auto-service:1.0-rc2)":false}
\ No newline at end of file
diff --git a/skin/mogo-skin-support/build/intermediates/compile_library_classes/debug/classes.jar b/skin/mogo-skin-support/build/intermediates/compile_library_classes/debug/classes.jar
new file mode 100644
index 0000000000..cead028a9b
Binary files /dev/null and b/skin/mogo-skin-support/build/intermediates/compile_library_classes/debug/classes.jar differ
diff --git a/skin/mogo-skin-support/build/intermediates/compile_only_not_namespaced_r_class_jar/debug/R.jar b/skin/mogo-skin-support/build/intermediates/compile_only_not_namespaced_r_class_jar/debug/R.jar
new file mode 100644
index 0000000000..9f78bf6bdf
Binary files /dev/null and b/skin/mogo-skin-support/build/intermediates/compile_only_not_namespaced_r_class_jar/debug/R.jar differ
diff --git a/skin/mogo-skin-support/build/intermediates/incremental/debug-mergeNativeLibs/merge-state b/skin/mogo-skin-support/build/intermediates/incremental/debug-mergeNativeLibs/merge-state
new file mode 100644
index 0000000000..35786a7329
Binary files /dev/null and b/skin/mogo-skin-support/build/intermediates/incremental/debug-mergeNativeLibs/merge-state differ
diff --git a/skin/mogo-skin-support/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml b/skin/mogo-skin-support/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml
new file mode 100644
index 0000000000..ae07cd37d1
--- /dev/null
+++ b/skin/mogo-skin-support/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/skin/mogo-skin-support/build/intermediates/incremental/mergeDebugShaders/merger.xml b/skin/mogo-skin-support/build/intermediates/incremental/mergeDebugShaders/merger.xml
new file mode 100644
index 0000000000..0c2fa69a32
--- /dev/null
+++ b/skin/mogo-skin-support/build/intermediates/incremental/mergeDebugShaders/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/skin/mogo-skin-support/build/intermediates/incremental/packageDebugAssets/merger.xml b/skin/mogo-skin-support/build/intermediates/incremental/packageDebugAssets/merger.xml
new file mode 100644
index 0000000000..34dc16ade4
--- /dev/null
+++ b/skin/mogo-skin-support/build/intermediates/incremental/packageDebugAssets/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/skin/mogo-skin-support/build/intermediates/incremental/packageDebugResources/compile-file-map.properties b/skin/mogo-skin-support/build/intermediates/incremental/packageDebugResources/compile-file-map.properties
new file mode 100644
index 0000000000..271e73b9fd
--- /dev/null
+++ b/skin/mogo-skin-support/build/intermediates/incremental/packageDebugResources/compile-file-map.properties
@@ -0,0 +1 @@
+#Thu Sep 03 19:51:13 CST 2020
diff --git a/skin/mogo-skin-support/build/intermediates/incremental/packageDebugResources/merged.dir/values/values.xml b/skin/mogo-skin-support/build/intermediates/incremental/packageDebugResources/merged.dir/values/values.xml
new file mode 100644
index 0000000000..b3e58dc58f
--- /dev/null
+++ b/skin/mogo-skin-support/build/intermediates/incremental/packageDebugResources/merged.dir/values/values.xml
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/skin/mogo-skin-support/build/intermediates/incremental/packageDebugResources/merger.xml b/skin/mogo-skin-support/build/intermediates/incremental/packageDebugResources/merger.xml
new file mode 100644
index 0000000000..fce3f893ad
--- /dev/null
+++ b/skin/mogo-skin-support/build/intermediates/incremental/packageDebugResources/merger.xml
@@ -0,0 +1,60 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/skin/mogo-skin-support/build/intermediates/javac/debug/classes/com/mogo/skin/support/BuildConfig.class b/skin/mogo-skin-support/build/intermediates/javac/debug/classes/com/mogo/skin/support/BuildConfig.class
new file mode 100644
index 0000000000..176c41f6e7
Binary files /dev/null and b/skin/mogo-skin-support/build/intermediates/javac/debug/classes/com/mogo/skin/support/BuildConfig.class differ
diff --git a/skin/mogo-skin-support/build/intermediates/javac/debug/classes/com/mogo/skin/support/IMogoSkinCompatSupportable.class b/skin/mogo-skin-support/build/intermediates/javac/debug/classes/com/mogo/skin/support/IMogoSkinCompatSupportable.class
new file mode 100644
index 0000000000..3a393e5ba0
Binary files /dev/null and b/skin/mogo-skin-support/build/intermediates/javac/debug/classes/com/mogo/skin/support/IMogoSkinCompatSupportable.class differ
diff --git a/skin/mogo-skin-support/build/intermediates/javac/debug/classes/com/mogo/skin/support/IMogoSkinSupportInstaller.class b/skin/mogo-skin-support/build/intermediates/javac/debug/classes/com/mogo/skin/support/IMogoSkinSupportInstaller.class
new file mode 100644
index 0000000000..6ee748b0d0
Binary files /dev/null and b/skin/mogo-skin-support/build/intermediates/javac/debug/classes/com/mogo/skin/support/IMogoSkinSupportInstaller.class differ
diff --git a/skin/mogo-skin-support/build/intermediates/javac/debug/classes/com/mogo/skin/support/MogoSkinManager.class b/skin/mogo-skin-support/build/intermediates/javac/debug/classes/com/mogo/skin/support/MogoSkinManager.class
new file mode 100644
index 0000000000..7941d40255
Binary files /dev/null and b/skin/mogo-skin-support/build/intermediates/javac/debug/classes/com/mogo/skin/support/MogoSkinManager.class differ
diff --git a/skin/mogo-skin-support/build/intermediates/javac/debug/classes/com/mogo/skin/support/SkinMode.class b/skin/mogo-skin-support/build/intermediates/javac/debug/classes/com/mogo/skin/support/SkinMode.class
new file mode 100644
index 0000000000..1168c545d4
Binary files /dev/null and b/skin/mogo-skin-support/build/intermediates/javac/debug/classes/com/mogo/skin/support/SkinMode.class differ
diff --git a/skin/mogo-skin-support/build/intermediates/javac/debug/classes/com/mogo/skin/support/SkinSupportInstallerConstants.class b/skin/mogo-skin-support/build/intermediates/javac/debug/classes/com/mogo/skin/support/SkinSupportInstallerConstants.class
new file mode 100644
index 0000000000..5de1255667
Binary files /dev/null and b/skin/mogo-skin-support/build/intermediates/javac/debug/classes/com/mogo/skin/support/SkinSupportInstallerConstants.class differ
diff --git a/skin/mogo-skin-support/build/intermediates/javac/debug/classes/com/mogo/skin/support/helper/MogoSkinCompatBackgroundHelperDelegate.class b/skin/mogo-skin-support/build/intermediates/javac/debug/classes/com/mogo/skin/support/helper/MogoSkinCompatBackgroundHelperDelegate.class
new file mode 100644
index 0000000000..07654b9c10
Binary files /dev/null and b/skin/mogo-skin-support/build/intermediates/javac/debug/classes/com/mogo/skin/support/helper/MogoSkinCompatBackgroundHelperDelegate.class differ
diff --git a/skin/mogo-skin-support/build/intermediates/javac/debug/classes/com/mogo/skin/support/helper/MogoSkinCompatCompoundButtonHelperDelegate.class b/skin/mogo-skin-support/build/intermediates/javac/debug/classes/com/mogo/skin/support/helper/MogoSkinCompatCompoundButtonHelperDelegate.class
new file mode 100644
index 0000000000..e5f1960aa7
Binary files /dev/null and b/skin/mogo-skin-support/build/intermediates/javac/debug/classes/com/mogo/skin/support/helper/MogoSkinCompatCompoundButtonHelperDelegate.class differ
diff --git a/skin/mogo-skin-support/build/intermediates/javac/debug/classes/com/mogo/skin/support/helper/MogoSkinCompatHelperDelegate.class b/skin/mogo-skin-support/build/intermediates/javac/debug/classes/com/mogo/skin/support/helper/MogoSkinCompatHelperDelegate.class
new file mode 100644
index 0000000000..620b387a9a
Binary files /dev/null and b/skin/mogo-skin-support/build/intermediates/javac/debug/classes/com/mogo/skin/support/helper/MogoSkinCompatHelperDelegate.class differ
diff --git a/skin/mogo-skin-support/build/intermediates/javac/debug/classes/com/mogo/skin/support/helper/MogoSkinCompatImageHelperDelegate.class b/skin/mogo-skin-support/build/intermediates/javac/debug/classes/com/mogo/skin/support/helper/MogoSkinCompatImageHelperDelegate.class
new file mode 100644
index 0000000000..7b0201ecff
Binary files /dev/null and b/skin/mogo-skin-support/build/intermediates/javac/debug/classes/com/mogo/skin/support/helper/MogoSkinCompatImageHelperDelegate.class differ
diff --git a/skin/mogo-skin-support/build/intermediates/javac/debug/classes/com/mogo/skin/support/helper/MogoSkinCompatProgressBarHelperDelegate.class b/skin/mogo-skin-support/build/intermediates/javac/debug/classes/com/mogo/skin/support/helper/MogoSkinCompatProgressBarHelperDelegate.class
new file mode 100644
index 0000000000..54dc3f566d
Binary files /dev/null and b/skin/mogo-skin-support/build/intermediates/javac/debug/classes/com/mogo/skin/support/helper/MogoSkinCompatProgressBarHelperDelegate.class differ
diff --git a/skin/mogo-skin-support/build/intermediates/javac/debug/classes/com/mogo/skin/support/helper/MogoSkinCompatSeekBarHelperDelegate.class b/skin/mogo-skin-support/build/intermediates/javac/debug/classes/com/mogo/skin/support/helper/MogoSkinCompatSeekBarHelperDelegate.class
new file mode 100644
index 0000000000..be04a59b27
Binary files /dev/null and b/skin/mogo-skin-support/build/intermediates/javac/debug/classes/com/mogo/skin/support/helper/MogoSkinCompatSeekBarHelperDelegate.class differ
diff --git a/skin/mogo-skin-support/build/intermediates/javac/debug/classes/com/mogo/skin/support/helper/MogoSkinCompatTextHelperDelegate.class b/skin/mogo-skin-support/build/intermediates/javac/debug/classes/com/mogo/skin/support/helper/MogoSkinCompatTextHelperDelegate.class
new file mode 100644
index 0000000000..331a03be5f
Binary files /dev/null and b/skin/mogo-skin-support/build/intermediates/javac/debug/classes/com/mogo/skin/support/helper/MogoSkinCompatTextHelperDelegate.class differ
diff --git a/skin/mogo-skin-support/build/intermediates/javac/debug/classes/com/mogo/skin/support/helper/MogoSkinCompatTextHelperV17Delegate.class b/skin/mogo-skin-support/build/intermediates/javac/debug/classes/com/mogo/skin/support/helper/MogoSkinCompatTextHelperV17Delegate.class
new file mode 100644
index 0000000000..902e0dc428
Binary files /dev/null and b/skin/mogo-skin-support/build/intermediates/javac/debug/classes/com/mogo/skin/support/helper/MogoSkinCompatTextHelperV17Delegate.class differ
diff --git a/skin/mogo-skin-support/build/intermediates/library_java_res/debug/res.jar b/skin/mogo-skin-support/build/intermediates/library_java_res/debug/res.jar
new file mode 100644
index 0000000000..15cb0ecb3e
Binary files /dev/null and b/skin/mogo-skin-support/build/intermediates/library_java_res/debug/res.jar differ
diff --git a/skin/mogo-skin-support/build/intermediates/library_manifest/debug/AndroidManifest.xml b/skin/mogo-skin-support/build/intermediates/library_manifest/debug/AndroidManifest.xml
new file mode 100644
index 0000000000..4c2297576a
--- /dev/null
+++ b/skin/mogo-skin-support/build/intermediates/library_manifest/debug/AndroidManifest.xml
@@ -0,0 +1,12 @@
+
+
+
+
+ /
+
+
\ No newline at end of file
diff --git a/skin/mogo-skin-support/build/intermediates/local_only_symbol_list/debug/parseDebugLibraryResources/R-def.txt b/skin/mogo-skin-support/build/intermediates/local_only_symbol_list/debug/parseDebugLibraryResources/R-def.txt
new file mode 100644
index 0000000000..2b4001629c
--- /dev/null
+++ b/skin/mogo-skin-support/build/intermediates/local_only_symbol_list/debug/parseDebugLibraryResources/R-def.txt
@@ -0,0 +1,10 @@
+R_DEF: Internal format may change without notice
+local
+attr? srcCompat
+attr? textAllCaps
+attr? tint
+styleable MogoSkinBackgroundHelper android:background
+styleable MogoSkinCompatImageView android:src srcCompat android:tint tint
+styleable MogoSkinCompatTextHelper android:drawableLeft android:drawableTop android:drawableRight android:drawableBottom android:drawableStart android:drawableEnd android:textAppearance
+styleable MogoSkinTextAppearance android:textSize android:textColor android:textColorHint android:textStyle android:typeface textAllCaps android:shadowColor android:shadowDy android:shadowDx android:shadowRadius
+styleable SkinCompatProgressBar android:indeterminateDrawable android:progressDrawable
diff --git a/skin/mogo-skin-support/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt b/skin/mogo-skin-support/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt
new file mode 100644
index 0000000000..f65e763bc2
--- /dev/null
+++ b/skin/mogo-skin-support/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt
@@ -0,0 +1,14 @@
+1
+2
+6
+7 /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support/src/main/AndroidManifest.xml
+9 android:targetSdkVersion="22" />
+9-->/Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support/src/main/AndroidManifest.xml
+10 /
+11
+12
diff --git a/skin/mogo-skin-support/build/intermediates/merged_manifests/debug/output.json b/skin/mogo-skin-support/build/intermediates/merged_manifests/debug/output.json
new file mode 100644
index 0000000000..9a0fdf4b7b
--- /dev/null
+++ b/skin/mogo-skin-support/build/intermediates/merged_manifests/debug/output.json
@@ -0,0 +1 @@
+[{"outputType":{"type":"MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0.0","enabled":true,"outputFile":"mogo-skin-support-debug.aar","fullName":"debug","baseName":"debug"},"path":"../../library_manifest/debug/AndroidManifest.xml","properties":{"packageId":"com.mogo.skin.support","split":""}}]
\ No newline at end of file
diff --git a/skin/mogo-skin-support/build/intermediates/packaged_res/debug/values/values.xml b/skin/mogo-skin-support/build/intermediates/packaged_res/debug/values/values.xml
new file mode 100644
index 0000000000..b3e58dc58f
--- /dev/null
+++ b/skin/mogo-skin-support/build/intermediates/packaged_res/debug/values/values.xml
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/skin/mogo-skin-support/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt b/skin/mogo-skin-support/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt
new file mode 100644
index 0000000000..30b160d0c7
--- /dev/null
+++ b/skin/mogo-skin-support/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt
@@ -0,0 +1,1275 @@
+com.mogo.skin.support
+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 btn_checkbox_to_checked_box_inner_merged_animation
+anim btn_checkbox_to_checked_box_outer_merged_animation
+anim btn_checkbox_to_checked_icon_null_animation
+anim btn_checkbox_to_unchecked_box_inner_merged_animation
+anim btn_checkbox_to_unchecked_check_path_merged_animation
+anim btn_checkbox_to_unchecked_icon_null_animation
+anim btn_radio_to_off_mtrl_dot_group_animation
+anim btn_radio_to_off_mtrl_ring_outer_animation
+anim btn_radio_to_off_mtrl_ring_outer_path_animation
+anim btn_radio_to_on_mtrl_dot_group_animation
+anim btn_radio_to_on_mtrl_ring_outer_animation
+anim btn_radio_to_on_mtrl_ring_outer_path_animation
+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 borderlessButtonStyle
+attr buttonBarButtonStyle
+attr buttonBarNegativeButtonStyle
+attr buttonBarNeutralButtonStyle
+attr buttonBarPositiveButtonStyle
+attr buttonBarStyle
+attr buttonCompat
+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 drawableBottomCompat
+attr drawableEndCompat
+attr drawableLeftCompat
+attr drawableRightCompat
+attr drawableSize
+attr drawableStartCompat
+attr drawableTint
+attr drawableTintMode
+attr drawableTopCompat
+attr drawerArrowStyle
+attr dropDownListViewStyle
+attr dropdownListPreferredItemHeight
+attr editTextBackground
+attr editTextColor
+attr editTextStyle
+attr elevation
+attr expandActivityOverflowButtonDrawable
+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 layout_anchor
+attr layout_anchorGravity
+attr layout_behavior
+attr layout_dodgeInsetEdges
+attr layout_insetEdge
+attr layout_keyline
+attr lineHeight
+attr listChoiceBackgroundIndicator
+attr listChoiceIndicatorMultipleAnimated
+attr listChoiceIndicatorSingleAnimated
+attr listDividerAlertDialog
+attr listItemLayout
+attr listLayout
+attr listMenuViewStyle
+attr listPopupWindowStyle
+attr listPreferredItemHeight
+attr listPreferredItemHeightLarge
+attr listPreferredItemHeightSmall
+attr listPreferredItemPaddingEnd
+attr listPreferredItemPaddingLeft
+attr listPreferredItemPaddingRight
+attr listPreferredItemPaddingStart
+attr logo
+attr logoDescription
+attr maxButtonHeight
+attr measureWithLargestChild
+attr menu
+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 searchHintIcon
+attr searchIcon
+attr searchViewStyle
+attr seekBarStyle
+attr selectableItemBackground
+attr selectableItemBackgroundBorderless
+attr showAsAction
+attr showDividers
+attr showText
+attr showTitle
+attr singleChoiceItemLayout
+attr spinBars
+attr spinnerDropDownItemStyle
+attr spinnerStyle
+attr splitTrack
+attr srcCompat
+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 textLocale
+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 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 notification_material_background_media_default_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_height_large_material
+dimen abc_list_item_height_material
+dimen abc_list_item_height_small_material
+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 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 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 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 subtitle_corner_radius
+dimen subtitle_outline_width
+dimen subtitle_shadow_offset
+dimen subtitle_shadow_radius
+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_material_anim
+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_material_anim
+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 btn_checkbox_checked_mtrl
+drawable btn_checkbox_checked_to_unchecked_mtrl_animation
+drawable btn_checkbox_unchecked_mtrl
+drawable btn_checkbox_unchecked_to_checked_mtrl_animation
+drawable btn_radio_off_mtrl
+drawable btn_radio_off_to_on_mtrl_animation
+drawable btn_radio_on_mtrl
+drawable btn_radio_on_to_off_mtrl_animation
+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 accessibility_action_clickable_span
+id accessibility_custom_action_0
+id accessibility_custom_action_1
+id accessibility_custom_action_10
+id accessibility_custom_action_11
+id accessibility_custom_action_12
+id accessibility_custom_action_13
+id accessibility_custom_action_14
+id accessibility_custom_action_15
+id accessibility_custom_action_16
+id accessibility_custom_action_17
+id accessibility_custom_action_18
+id accessibility_custom_action_19
+id accessibility_custom_action_2
+id accessibility_custom_action_20
+id accessibility_custom_action_21
+id accessibility_custom_action_22
+id accessibility_custom_action_23
+id accessibility_custom_action_24
+id accessibility_custom_action_25
+id accessibility_custom_action_26
+id accessibility_custom_action_27
+id accessibility_custom_action_28
+id accessibility_custom_action_29
+id accessibility_custom_action_3
+id accessibility_custom_action_30
+id accessibility_custom_action_31
+id accessibility_custom_action_4
+id accessibility_custom_action_5
+id accessibility_custom_action_6
+id accessibility_custom_action_7
+id accessibility_custom_action_8
+id accessibility_custom_action_9
+id action0
+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 blocking
+id bottom
+id buttonPanel
+id cancel_action
+id checkbox
+id checked
+id chronometer
+id content
+id contentPanel
+id custom
+id customPanel
+id decor_content_parent
+id default_activity_button
+id dialog_button
+id edit_query
+id end
+id end_padder
+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 left
+id line1
+id line3
+id listMode
+id list_item
+id media_actions
+id message
+id multiply
+id none
+id normal
+id notification_background
+id notification_main_column
+id notification_main_column_container
+id off
+id on
+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 status_bar_latest_event_content
+id submenuarrow
+id submit_area
+id tabMode
+id tag_accessibility_actions
+id tag_accessibility_clickable_spans
+id tag_accessibility_heading
+id tag_accessibility_pane_title
+id tag_screen_reader_focusable
+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 unchecked
+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
+interpolator btn_checkbox_checked_mtrl_animation_interpolator_0
+interpolator btn_checkbox_checked_mtrl_animation_interpolator_1
+interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_0
+interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_1
+interpolator btn_radio_to_off_mtrl_animation_interpolator_0
+interpolator btn_radio_to_on_mtrl_animation_interpolator_0
+interpolator fast_out_slow_in
+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 custom_dialog
+layout notification_action
+layout notification_action_tombstone
+layout notification_media_action
+layout notification_media_cancel_action
+layout notification_template_big_media
+layout notification_template_big_media_custom
+layout notification_template_big_media_narrow
+layout notification_template_big_media_narrow_custom
+layout notification_template_custom_big
+layout notification_template_icon_group
+layout notification_template_lines_media
+layout notification_template_media
+layout notification_template_media_custom
+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_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 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
+style Base_Widget_AppCompat_TextView_SpinnerItem
+style Base_Widget_AppCompat_Toolbar
+style Base_Widget_AppCompat_Toolbar_Button_Navigation
+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_Info_Media
+style TextAppearance_Compat_Notification_Line2
+style TextAppearance_Compat_Notification_Line2_Media
+style TextAppearance_Compat_Notification_Media
+style TextAppearance_Compat_Notification_Time
+style TextAppearance_Compat_Notification_Time_Media
+style TextAppearance_Compat_Notification_Title
+style TextAppearance_Compat_Notification_Title_Media
+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_DayNight
+style ThemeOverlay_AppCompat_DayNight_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
+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 drawableBottomCompat drawableEndCompat drawableLeftCompat drawableRightCompat drawableStartCompat drawableTint drawableTintMode drawableTopCompat firstBaselineToTopHeight fontFamily fontVariationSettings lastBaselineToBottomHeight lineHeight textAllCaps textLocale
+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 listChoiceIndicatorMultipleAnimated listChoiceIndicatorSingleAnimated listDividerAlertDialog listMenuViewStyle listPopupWindowStyle listPreferredItemHeight listPreferredItemHeightLarge listPreferredItemHeightSmall listPreferredItemPaddingEnd listPreferredItemPaddingLeft listPreferredItemPaddingRight listPreferredItemPaddingStart 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 ButtonBarLayout allowStacking
+styleable ColorStateListItem alpha android_alpha android_color
+styleable CompoundButton android_button buttonCompat 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 MogoSkinBackgroundHelper android_background
+styleable MogoSkinCompatImageView android_src android_tint srcCompat tint
+styleable MogoSkinCompatTextHelper android_drawableBottom android_drawableEnd android_drawableLeft android_drawableRight android_drawableStart android_drawableTop android_textAppearance
+styleable MogoSkinTextAppearance android_shadowColor android_shadowDx android_shadowDy android_shadowRadius android_textColor android_textColorHint android_textSize android_textStyle android_typeface textAllCaps
+styleable PopupWindow android_popupAnimationStyle android_popupBackground overlapAnchor
+styleable PopupWindowBackgroundState state_above_anchor
+styleable RecycleListView paddingBottomNoButtons paddingTopNoTitle
+styleable SearchView android_focusable android_imeOptions android_inputType android_maxWidth closeIcon commitIcon defaultQueryHint goIcon iconifiedByDefault layout queryBackground queryHint searchHintIcon searchIcon submitBackground suggestionRowLayout voiceIcon
+styleable SkinCompatProgressBar android_indeterminateDrawable android_progressDrawable
+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_textFontWeight android_textSize android_textStyle android_typeface fontFamily fontVariationSettings textAllCaps textLocale
+styleable Toolbar android_gravity android_minHeight buttonGravity collapseContentDescription collapseIcon contentInsetEnd contentInsetEndWithActions contentInsetLeft contentInsetRight contentInsetStart contentInsetStartWithNavigation logo logoDescription maxButtonHeight menu 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/skin/mogo-skin-support/build/intermediates/runtime_library_classes/debug/classes.jar b/skin/mogo-skin-support/build/intermediates/runtime_library_classes/debug/classes.jar
new file mode 100644
index 0000000000..cead028a9b
Binary files /dev/null and b/skin/mogo-skin-support/build/intermediates/runtime_library_classes/debug/classes.jar differ
diff --git a/skin/mogo-skin-support/build/intermediates/symbols/debug/R.txt b/skin/mogo-skin-support/build/intermediates/symbols/debug/R.txt
new file mode 100644
index 0000000000..a27d36d503
--- /dev/null
+++ b/skin/mogo-skin-support/build/intermediates/symbols/debug/R.txt
@@ -0,0 +1,1732 @@
+int anim abc_fade_in 0x7f010001
+int anim abc_fade_out 0x7f010002
+int anim abc_grow_fade_in_from_bottom 0x7f010003
+int anim abc_popup_enter 0x7f010004
+int anim abc_popup_exit 0x7f010005
+int anim abc_shrink_fade_out_from_bottom 0x7f010006
+int anim abc_slide_in_bottom 0x7f010007
+int anim abc_slide_in_top 0x7f010008
+int anim abc_slide_out_bottom 0x7f010009
+int anim abc_slide_out_top 0x7f01000a
+int anim abc_tooltip_enter 0x7f01000b
+int anim abc_tooltip_exit 0x7f01000c
+int anim btn_checkbox_to_checked_box_inner_merged_animation 0x7f01000d
+int anim btn_checkbox_to_checked_box_outer_merged_animation 0x7f01000e
+int anim btn_checkbox_to_checked_icon_null_animation 0x7f01000f
+int anim btn_checkbox_to_unchecked_box_inner_merged_animation 0x7f010010
+int anim btn_checkbox_to_unchecked_check_path_merged_animation 0x7f010011
+int anim btn_checkbox_to_unchecked_icon_null_animation 0x7f010012
+int anim btn_radio_to_off_mtrl_dot_group_animation 0x7f010013
+int anim btn_radio_to_off_mtrl_ring_outer_animation 0x7f010014
+int anim btn_radio_to_off_mtrl_ring_outer_path_animation 0x7f010015
+int anim btn_radio_to_on_mtrl_dot_group_animation 0x7f010016
+int anim btn_radio_to_on_mtrl_ring_outer_animation 0x7f010017
+int anim btn_radio_to_on_mtrl_ring_outer_path_animation 0x7f010018
+int attr actionBarDivider 0x7f040001
+int attr actionBarItemBackground 0x7f040002
+int attr actionBarPopupTheme 0x7f040003
+int attr actionBarSize 0x7f040004
+int attr actionBarSplitStyle 0x7f040005
+int attr actionBarStyle 0x7f040006
+int attr actionBarTabBarStyle 0x7f040007
+int attr actionBarTabStyle 0x7f040008
+int attr actionBarTabTextStyle 0x7f040009
+int attr actionBarTheme 0x7f04000a
+int attr actionBarWidgetTheme 0x7f04000b
+int attr actionButtonStyle 0x7f04000c
+int attr actionDropDownStyle 0x7f04000d
+int attr actionLayout 0x7f04000e
+int attr actionMenuTextAppearance 0x7f04000f
+int attr actionMenuTextColor 0x7f040010
+int attr actionModeBackground 0x7f040011
+int attr actionModeCloseButtonStyle 0x7f040012
+int attr actionModeCloseDrawable 0x7f040013
+int attr actionModeCopyDrawable 0x7f040014
+int attr actionModeCutDrawable 0x7f040015
+int attr actionModeFindDrawable 0x7f040016
+int attr actionModePasteDrawable 0x7f040017
+int attr actionModePopupWindowStyle 0x7f040018
+int attr actionModeSelectAllDrawable 0x7f040019
+int attr actionModeShareDrawable 0x7f04001a
+int attr actionModeSplitBackground 0x7f04001b
+int attr actionModeStyle 0x7f04001c
+int attr actionModeWebSearchDrawable 0x7f04001d
+int attr actionOverflowButtonStyle 0x7f04001e
+int attr actionOverflowMenuStyle 0x7f04001f
+int attr actionProviderClass 0x7f040020
+int attr actionViewClass 0x7f040021
+int attr activityChooserViewStyle 0x7f040022
+int attr alertDialogButtonGroupStyle 0x7f040023
+int attr alertDialogCenterButtons 0x7f040024
+int attr alertDialogStyle 0x7f040025
+int attr alertDialogTheme 0x7f040026
+int attr allowStacking 0x7f040027
+int attr alpha 0x7f040028
+int attr alphabeticModifiers 0x7f040029
+int attr arrowHeadLength 0x7f04002a
+int attr arrowShaftLength 0x7f04002b
+int attr autoCompleteTextViewStyle 0x7f04002c
+int attr autoSizeMaxTextSize 0x7f04002d
+int attr autoSizeMinTextSize 0x7f04002e
+int attr autoSizePresetSizes 0x7f04002f
+int attr autoSizeStepGranularity 0x7f040030
+int attr autoSizeTextType 0x7f040031
+int attr background 0x7f040032
+int attr backgroundSplit 0x7f040033
+int attr backgroundStacked 0x7f040034
+int attr backgroundTint 0x7f040035
+int attr backgroundTintMode 0x7f040036
+int attr barLength 0x7f040037
+int attr borderlessButtonStyle 0x7f040038
+int attr buttonBarButtonStyle 0x7f040039
+int attr buttonBarNegativeButtonStyle 0x7f04003a
+int attr buttonBarNeutralButtonStyle 0x7f04003b
+int attr buttonBarPositiveButtonStyle 0x7f04003c
+int attr buttonBarStyle 0x7f04003d
+int attr buttonCompat 0x7f04003e
+int attr buttonGravity 0x7f04003f
+int attr buttonIconDimen 0x7f040040
+int attr buttonPanelSideLayout 0x7f040041
+int attr buttonStyle 0x7f040042
+int attr buttonStyleSmall 0x7f040043
+int attr buttonTint 0x7f040044
+int attr buttonTintMode 0x7f040045
+int attr checkboxStyle 0x7f040046
+int attr checkedTextViewStyle 0x7f040047
+int attr closeIcon 0x7f040048
+int attr closeItemLayout 0x7f040049
+int attr collapseContentDescription 0x7f04004a
+int attr collapseIcon 0x7f04004b
+int attr color 0x7f04004c
+int attr colorAccent 0x7f04004d
+int attr colorBackgroundFloating 0x7f04004e
+int attr colorButtonNormal 0x7f04004f
+int attr colorControlActivated 0x7f040050
+int attr colorControlHighlight 0x7f040051
+int attr colorControlNormal 0x7f040052
+int attr colorError 0x7f040053
+int attr colorPrimary 0x7f040054
+int attr colorPrimaryDark 0x7f040055
+int attr colorSwitchThumbNormal 0x7f040056
+int attr commitIcon 0x7f040057
+int attr contentDescription 0x7f040058
+int attr contentInsetEnd 0x7f040059
+int attr contentInsetEndWithActions 0x7f04005a
+int attr contentInsetLeft 0x7f04005b
+int attr contentInsetRight 0x7f04005c
+int attr contentInsetStart 0x7f04005d
+int attr contentInsetStartWithNavigation 0x7f04005e
+int attr controlBackground 0x7f04005f
+int attr coordinatorLayoutStyle 0x7f040060
+int attr customNavigationLayout 0x7f040061
+int attr defaultQueryHint 0x7f040062
+int attr dialogCornerRadius 0x7f040063
+int attr dialogPreferredPadding 0x7f040064
+int attr dialogTheme 0x7f040065
+int attr displayOptions 0x7f040066
+int attr divider 0x7f040067
+int attr dividerHorizontal 0x7f040068
+int attr dividerPadding 0x7f040069
+int attr dividerVertical 0x7f04006a
+int attr drawableBottomCompat 0x7f04006b
+int attr drawableEndCompat 0x7f04006c
+int attr drawableLeftCompat 0x7f04006d
+int attr drawableRightCompat 0x7f04006e
+int attr drawableSize 0x7f04006f
+int attr drawableStartCompat 0x7f040070
+int attr drawableTint 0x7f040071
+int attr drawableTintMode 0x7f040072
+int attr drawableTopCompat 0x7f040073
+int attr drawerArrowStyle 0x7f040074
+int attr dropDownListViewStyle 0x7f040075
+int attr dropdownListPreferredItemHeight 0x7f040076
+int attr editTextBackground 0x7f040077
+int attr editTextColor 0x7f040078
+int attr editTextStyle 0x7f040079
+int attr elevation 0x7f04007a
+int attr expandActivityOverflowButtonDrawable 0x7f04007b
+int attr firstBaselineToTopHeight 0x7f04007c
+int attr font 0x7f04007d
+int attr fontFamily 0x7f04007e
+int attr fontProviderAuthority 0x7f04007f
+int attr fontProviderCerts 0x7f040080
+int attr fontProviderFetchStrategy 0x7f040081
+int attr fontProviderFetchTimeout 0x7f040082
+int attr fontProviderPackage 0x7f040083
+int attr fontProviderQuery 0x7f040084
+int attr fontStyle 0x7f040085
+int attr fontVariationSettings 0x7f040086
+int attr fontWeight 0x7f040087
+int attr gapBetweenBars 0x7f040088
+int attr goIcon 0x7f040089
+int attr height 0x7f04008a
+int attr hideOnContentScroll 0x7f04008b
+int attr homeAsUpIndicator 0x7f04008c
+int attr homeLayout 0x7f04008d
+int attr icon 0x7f04008e
+int attr iconTint 0x7f04008f
+int attr iconTintMode 0x7f040090
+int attr iconifiedByDefault 0x7f040091
+int attr imageButtonStyle 0x7f040092
+int attr indeterminateProgressStyle 0x7f040093
+int attr initialActivityCount 0x7f040094
+int attr isLightTheme 0x7f040095
+int attr itemPadding 0x7f040096
+int attr keylines 0x7f040097
+int attr lastBaselineToBottomHeight 0x7f040098
+int attr layout 0x7f040099
+int attr layout_anchor 0x7f04009a
+int attr layout_anchorGravity 0x7f04009b
+int attr layout_behavior 0x7f04009c
+int attr layout_dodgeInsetEdges 0x7f04009d
+int attr layout_insetEdge 0x7f04009e
+int attr layout_keyline 0x7f04009f
+int attr lineHeight 0x7f0400a0
+int attr listChoiceBackgroundIndicator 0x7f0400a1
+int attr listChoiceIndicatorMultipleAnimated 0x7f0400a2
+int attr listChoiceIndicatorSingleAnimated 0x7f0400a3
+int attr listDividerAlertDialog 0x7f0400a4
+int attr listItemLayout 0x7f0400a5
+int attr listLayout 0x7f0400a6
+int attr listMenuViewStyle 0x7f0400a7
+int attr listPopupWindowStyle 0x7f0400a8
+int attr listPreferredItemHeight 0x7f0400a9
+int attr listPreferredItemHeightLarge 0x7f0400aa
+int attr listPreferredItemHeightSmall 0x7f0400ab
+int attr listPreferredItemPaddingEnd 0x7f0400ac
+int attr listPreferredItemPaddingLeft 0x7f0400ad
+int attr listPreferredItemPaddingRight 0x7f0400ae
+int attr listPreferredItemPaddingStart 0x7f0400af
+int attr logo 0x7f0400b0
+int attr logoDescription 0x7f0400b1
+int attr maxButtonHeight 0x7f0400b2
+int attr measureWithLargestChild 0x7f0400b3
+int attr menu 0x7f0400b4
+int attr multiChoiceItemLayout 0x7f0400b5
+int attr navigationContentDescription 0x7f0400b6
+int attr navigationIcon 0x7f0400b7
+int attr navigationMode 0x7f0400b8
+int attr numericModifiers 0x7f0400b9
+int attr overlapAnchor 0x7f0400ba
+int attr paddingBottomNoButtons 0x7f0400bb
+int attr paddingEnd 0x7f0400bc
+int attr paddingStart 0x7f0400bd
+int attr paddingTopNoTitle 0x7f0400be
+int attr panelBackground 0x7f0400bf
+int attr panelMenuListTheme 0x7f0400c0
+int attr panelMenuListWidth 0x7f0400c1
+int attr popupMenuStyle 0x7f0400c2
+int attr popupTheme 0x7f0400c3
+int attr popupWindowStyle 0x7f0400c4
+int attr preserveIconSpacing 0x7f0400c5
+int attr progressBarPadding 0x7f0400c6
+int attr progressBarStyle 0x7f0400c7
+int attr queryBackground 0x7f0400c8
+int attr queryHint 0x7f0400c9
+int attr radioButtonStyle 0x7f0400ca
+int attr ratingBarStyle 0x7f0400cb
+int attr ratingBarStyleIndicator 0x7f0400cc
+int attr ratingBarStyleSmall 0x7f0400cd
+int attr searchHintIcon 0x7f0400ce
+int attr searchIcon 0x7f0400cf
+int attr searchViewStyle 0x7f0400d0
+int attr seekBarStyle 0x7f0400d1
+int attr selectableItemBackground 0x7f0400d2
+int attr selectableItemBackgroundBorderless 0x7f0400d3
+int attr showAsAction 0x7f0400d4
+int attr showDividers 0x7f0400d5
+int attr showText 0x7f0400d6
+int attr showTitle 0x7f0400d7
+int attr singleChoiceItemLayout 0x7f0400d8
+int attr spinBars 0x7f0400d9
+int attr spinnerDropDownItemStyle 0x7f0400da
+int attr spinnerStyle 0x7f0400db
+int attr splitTrack 0x7f0400dc
+int attr srcCompat 0x7f0400dd
+int attr state_above_anchor 0x7f0400de
+int attr statusBarBackground 0x7f0400df
+int attr subMenuArrow 0x7f0400e0
+int attr submitBackground 0x7f0400e1
+int attr subtitle 0x7f0400e2
+int attr subtitleTextAppearance 0x7f0400e3
+int attr subtitleTextColor 0x7f0400e4
+int attr subtitleTextStyle 0x7f0400e5
+int attr suggestionRowLayout 0x7f0400e6
+int attr switchMinWidth 0x7f0400e7
+int attr switchPadding 0x7f0400e8
+int attr switchStyle 0x7f0400e9
+int attr switchTextAppearance 0x7f0400ea
+int attr textAllCaps 0x7f0400eb
+int attr textAppearanceLargePopupMenu 0x7f0400ec
+int attr textAppearanceListItem 0x7f0400ed
+int attr textAppearanceListItemSecondary 0x7f0400ee
+int attr textAppearanceListItemSmall 0x7f0400ef
+int attr textAppearancePopupMenuHeader 0x7f0400f0
+int attr textAppearanceSearchResultSubtitle 0x7f0400f1
+int attr textAppearanceSearchResultTitle 0x7f0400f2
+int attr textAppearanceSmallPopupMenu 0x7f0400f3
+int attr textColorAlertDialogListItem 0x7f0400f4
+int attr textColorSearchUrl 0x7f0400f5
+int attr textLocale 0x7f0400f6
+int attr theme 0x7f0400f7
+int attr thickness 0x7f0400f8
+int attr thumbTextPadding 0x7f0400f9
+int attr thumbTint 0x7f0400fa
+int attr thumbTintMode 0x7f0400fb
+int attr tickMark 0x7f0400fc
+int attr tickMarkTint 0x7f0400fd
+int attr tickMarkTintMode 0x7f0400fe
+int attr tint 0x7f0400ff
+int attr tintMode 0x7f040100
+int attr title 0x7f040101
+int attr titleMargin 0x7f040102
+int attr titleMarginBottom 0x7f040103
+int attr titleMarginEnd 0x7f040104
+int attr titleMarginStart 0x7f040105
+int attr titleMarginTop 0x7f040106
+int attr titleMargins 0x7f040107
+int attr titleTextAppearance 0x7f040108
+int attr titleTextColor 0x7f040109
+int attr titleTextStyle 0x7f04010a
+int attr toolbarNavigationButtonStyle 0x7f04010b
+int attr toolbarStyle 0x7f04010c
+int attr tooltipForegroundColor 0x7f04010d
+int attr tooltipFrameBackground 0x7f04010e
+int attr tooltipText 0x7f04010f
+int attr track 0x7f040110
+int attr trackTint 0x7f040111
+int attr trackTintMode 0x7f040112
+int attr ttcIndex 0x7f040113
+int attr viewInflaterClass 0x7f040114
+int attr voiceIcon 0x7f040115
+int attr windowActionBar 0x7f040116
+int attr windowActionBarOverlay 0x7f040117
+int attr windowActionModeOverlay 0x7f040118
+int attr windowFixedHeightMajor 0x7f040119
+int attr windowFixedHeightMinor 0x7f04011a
+int attr windowFixedWidthMajor 0x7f04011b
+int attr windowFixedWidthMinor 0x7f04011c
+int attr windowMinWidthMajor 0x7f04011d
+int attr windowMinWidthMinor 0x7f04011e
+int attr windowNoTitle 0x7f04011f
+int bool abc_action_bar_embed_tabs 0x7f050001
+int bool abc_allow_stacked_button_bar 0x7f050002
+int bool abc_config_actionMenuItemAllCaps 0x7f050003
+int color abc_background_cache_hint_selector_material_dark 0x7f060001
+int color abc_background_cache_hint_selector_material_light 0x7f060002
+int color abc_btn_colored_borderless_text_material 0x7f060003
+int color abc_btn_colored_text_material 0x7f060004
+int color abc_color_highlight_material 0x7f060005
+int color abc_hint_foreground_material_dark 0x7f060006
+int color abc_hint_foreground_material_light 0x7f060007
+int color abc_input_method_navigation_guard 0x7f060008
+int color abc_primary_text_disable_only_material_dark 0x7f060009
+int color abc_primary_text_disable_only_material_light 0x7f06000a
+int color abc_primary_text_material_dark 0x7f06000b
+int color abc_primary_text_material_light 0x7f06000c
+int color abc_search_url_text 0x7f06000d
+int color abc_search_url_text_normal 0x7f06000e
+int color abc_search_url_text_pressed 0x7f06000f
+int color abc_search_url_text_selected 0x7f060010
+int color abc_secondary_text_material_dark 0x7f060011
+int color abc_secondary_text_material_light 0x7f060012
+int color abc_tint_btn_checkable 0x7f060013
+int color abc_tint_default 0x7f060014
+int color abc_tint_edittext 0x7f060015
+int color abc_tint_seek_thumb 0x7f060016
+int color abc_tint_spinner 0x7f060017
+int color abc_tint_switch_track 0x7f060018
+int color accent_material_dark 0x7f060019
+int color accent_material_light 0x7f06001a
+int color background_floating_material_dark 0x7f06001b
+int color background_floating_material_light 0x7f06001c
+int color background_material_dark 0x7f06001d
+int color background_material_light 0x7f06001e
+int color bright_foreground_disabled_material_dark 0x7f06001f
+int color bright_foreground_disabled_material_light 0x7f060020
+int color bright_foreground_inverse_material_dark 0x7f060021
+int color bright_foreground_inverse_material_light 0x7f060022
+int color bright_foreground_material_dark 0x7f060023
+int color bright_foreground_material_light 0x7f060024
+int color button_material_dark 0x7f060025
+int color button_material_light 0x7f060026
+int color dim_foreground_disabled_material_dark 0x7f060027
+int color dim_foreground_disabled_material_light 0x7f060028
+int color dim_foreground_material_dark 0x7f060029
+int color dim_foreground_material_light 0x7f06002a
+int color error_color_material_dark 0x7f06002b
+int color error_color_material_light 0x7f06002c
+int color foreground_material_dark 0x7f06002d
+int color foreground_material_light 0x7f06002e
+int color highlighted_text_material_dark 0x7f06002f
+int color highlighted_text_material_light 0x7f060030
+int color material_blue_grey_800 0x7f060031
+int color material_blue_grey_900 0x7f060032
+int color material_blue_grey_950 0x7f060033
+int color material_deep_teal_200 0x7f060034
+int color material_deep_teal_500 0x7f060035
+int color material_grey_100 0x7f060036
+int color material_grey_300 0x7f060037
+int color material_grey_50 0x7f060038
+int color material_grey_600 0x7f060039
+int color material_grey_800 0x7f06003a
+int color material_grey_850 0x7f06003b
+int color material_grey_900 0x7f06003c
+int color notification_action_color_filter 0x7f06003d
+int color notification_icon_bg_color 0x7f06003e
+int color notification_material_background_media_default_color 0x7f06003f
+int color primary_dark_material_dark 0x7f060040
+int color primary_dark_material_light 0x7f060041
+int color primary_material_dark 0x7f060042
+int color primary_material_light 0x7f060043
+int color primary_text_default_material_dark 0x7f060044
+int color primary_text_default_material_light 0x7f060045
+int color primary_text_disabled_material_dark 0x7f060046
+int color primary_text_disabled_material_light 0x7f060047
+int color ripple_material_dark 0x7f060048
+int color ripple_material_light 0x7f060049
+int color secondary_text_default_material_dark 0x7f06004a
+int color secondary_text_default_material_light 0x7f06004b
+int color secondary_text_disabled_material_dark 0x7f06004c
+int color secondary_text_disabled_material_light 0x7f06004d
+int color switch_thumb_disabled_material_dark 0x7f06004e
+int color switch_thumb_disabled_material_light 0x7f06004f
+int color switch_thumb_material_dark 0x7f060050
+int color switch_thumb_material_light 0x7f060051
+int color switch_thumb_normal_material_dark 0x7f060052
+int color switch_thumb_normal_material_light 0x7f060053
+int color tooltip_background_dark 0x7f060054
+int color tooltip_background_light 0x7f060055
+int dimen abc_action_bar_content_inset_material 0x7f070001
+int dimen abc_action_bar_content_inset_with_nav 0x7f070002
+int dimen abc_action_bar_default_height_material 0x7f070003
+int dimen abc_action_bar_default_padding_end_material 0x7f070004
+int dimen abc_action_bar_default_padding_start_material 0x7f070005
+int dimen abc_action_bar_elevation_material 0x7f070006
+int dimen abc_action_bar_icon_vertical_padding_material 0x7f070007
+int dimen abc_action_bar_overflow_padding_end_material 0x7f070008
+int dimen abc_action_bar_overflow_padding_start_material 0x7f070009
+int dimen abc_action_bar_stacked_max_height 0x7f07000a
+int dimen abc_action_bar_stacked_tab_max_width 0x7f07000b
+int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f07000c
+int dimen abc_action_bar_subtitle_top_margin_material 0x7f07000d
+int dimen abc_action_button_min_height_material 0x7f07000e
+int dimen abc_action_button_min_width_material 0x7f07000f
+int dimen abc_action_button_min_width_overflow_material 0x7f070010
+int dimen abc_alert_dialog_button_bar_height 0x7f070011
+int dimen abc_alert_dialog_button_dimen 0x7f070012
+int dimen abc_button_inset_horizontal_material 0x7f070013
+int dimen abc_button_inset_vertical_material 0x7f070014
+int dimen abc_button_padding_horizontal_material 0x7f070015
+int dimen abc_button_padding_vertical_material 0x7f070016
+int dimen abc_cascading_menus_min_smallest_width 0x7f070017
+int dimen abc_config_prefDialogWidth 0x7f070018
+int dimen abc_control_corner_material 0x7f070019
+int dimen abc_control_inset_material 0x7f07001a
+int dimen abc_control_padding_material 0x7f07001b
+int dimen abc_dialog_corner_radius_material 0x7f07001c
+int dimen abc_dialog_fixed_height_major 0x7f07001d
+int dimen abc_dialog_fixed_height_minor 0x7f07001e
+int dimen abc_dialog_fixed_width_major 0x7f07001f
+int dimen abc_dialog_fixed_width_minor 0x7f070020
+int dimen abc_dialog_list_padding_bottom_no_buttons 0x7f070021
+int dimen abc_dialog_list_padding_top_no_title 0x7f070022
+int dimen abc_dialog_min_width_major 0x7f070023
+int dimen abc_dialog_min_width_minor 0x7f070024
+int dimen abc_dialog_padding_material 0x7f070025
+int dimen abc_dialog_padding_top_material 0x7f070026
+int dimen abc_dialog_title_divider_material 0x7f070027
+int dimen abc_disabled_alpha_material_dark 0x7f070028
+int dimen abc_disabled_alpha_material_light 0x7f070029
+int dimen abc_dropdownitem_icon_width 0x7f07002a
+int dimen abc_dropdownitem_text_padding_left 0x7f07002b
+int dimen abc_dropdownitem_text_padding_right 0x7f07002c
+int dimen abc_edit_text_inset_bottom_material 0x7f07002d
+int dimen abc_edit_text_inset_horizontal_material 0x7f07002e
+int dimen abc_edit_text_inset_top_material 0x7f07002f
+int dimen abc_floating_window_z 0x7f070030
+int dimen abc_list_item_height_large_material 0x7f070031
+int dimen abc_list_item_height_material 0x7f070032
+int dimen abc_list_item_height_small_material 0x7f070033
+int dimen abc_list_item_padding_horizontal_material 0x7f070034
+int dimen abc_panel_menu_list_width 0x7f070035
+int dimen abc_progress_bar_height_material 0x7f070036
+int dimen abc_search_view_preferred_height 0x7f070037
+int dimen abc_search_view_preferred_width 0x7f070038
+int dimen abc_seekbar_track_background_height_material 0x7f070039
+int dimen abc_seekbar_track_progress_height_material 0x7f07003a
+int dimen abc_select_dialog_padding_start_material 0x7f07003b
+int dimen abc_switch_padding 0x7f07003c
+int dimen abc_text_size_body_1_material 0x7f07003d
+int dimen abc_text_size_body_2_material 0x7f07003e
+int dimen abc_text_size_button_material 0x7f07003f
+int dimen abc_text_size_caption_material 0x7f070040
+int dimen abc_text_size_display_1_material 0x7f070041
+int dimen abc_text_size_display_2_material 0x7f070042
+int dimen abc_text_size_display_3_material 0x7f070043
+int dimen abc_text_size_display_4_material 0x7f070044
+int dimen abc_text_size_headline_material 0x7f070045
+int dimen abc_text_size_large_material 0x7f070046
+int dimen abc_text_size_medium_material 0x7f070047
+int dimen abc_text_size_menu_header_material 0x7f070048
+int dimen abc_text_size_menu_material 0x7f070049
+int dimen abc_text_size_small_material 0x7f07004a
+int dimen abc_text_size_subhead_material 0x7f07004b
+int dimen abc_text_size_subtitle_material_toolbar 0x7f07004c
+int dimen abc_text_size_title_material 0x7f07004d
+int dimen abc_text_size_title_material_toolbar 0x7f07004e
+int dimen compat_button_inset_horizontal_material 0x7f07004f
+int dimen compat_button_inset_vertical_material 0x7f070050
+int dimen compat_button_padding_horizontal_material 0x7f070051
+int dimen compat_button_padding_vertical_material 0x7f070052
+int dimen compat_control_corner_material 0x7f070053
+int dimen compat_notification_large_icon_max_height 0x7f070054
+int dimen compat_notification_large_icon_max_width 0x7f070055
+int dimen disabled_alpha_material_dark 0x7f070056
+int dimen disabled_alpha_material_light 0x7f070057
+int dimen highlight_alpha_material_colored 0x7f070058
+int dimen highlight_alpha_material_dark 0x7f070059
+int dimen highlight_alpha_material_light 0x7f07005a
+int dimen hint_alpha_material_dark 0x7f07005b
+int dimen hint_alpha_material_light 0x7f07005c
+int dimen hint_pressed_alpha_material_dark 0x7f07005d
+int dimen hint_pressed_alpha_material_light 0x7f07005e
+int dimen notification_action_icon_size 0x7f07005f
+int dimen notification_action_text_size 0x7f070060
+int dimen notification_big_circle_margin 0x7f070061
+int dimen notification_content_margin_start 0x7f070062
+int dimen notification_large_icon_height 0x7f070063
+int dimen notification_large_icon_width 0x7f070064
+int dimen notification_main_column_padding_top 0x7f070065
+int dimen notification_media_narrow_margin 0x7f070066
+int dimen notification_right_icon_size 0x7f070067
+int dimen notification_right_side_padding_top 0x7f070068
+int dimen notification_small_icon_background_padding 0x7f070069
+int dimen notification_small_icon_size_as_large 0x7f07006a
+int dimen notification_subtext_size 0x7f07006b
+int dimen notification_top_pad 0x7f07006c
+int dimen notification_top_pad_large_text 0x7f07006d
+int dimen subtitle_corner_radius 0x7f07006e
+int dimen subtitle_outline_width 0x7f07006f
+int dimen subtitle_shadow_offset 0x7f070070
+int dimen subtitle_shadow_radius 0x7f070071
+int dimen tooltip_corner_radius 0x7f070072
+int dimen tooltip_horizontal_padding 0x7f070073
+int dimen tooltip_margin 0x7f070074
+int dimen tooltip_precise_anchor_extra_offset 0x7f070075
+int dimen tooltip_precise_anchor_threshold 0x7f070076
+int dimen tooltip_vertical_padding 0x7f070077
+int dimen tooltip_y_offset_non_touch 0x7f070078
+int dimen tooltip_y_offset_touch 0x7f070079
+int drawable abc_ab_share_pack_mtrl_alpha 0x7f080001
+int drawable abc_action_bar_item_background_material 0x7f080002
+int drawable abc_btn_borderless_material 0x7f080003
+int drawable abc_btn_check_material 0x7f080004
+int drawable abc_btn_check_material_anim 0x7f080005
+int drawable abc_btn_check_to_on_mtrl_000 0x7f080006
+int drawable abc_btn_check_to_on_mtrl_015 0x7f080007
+int drawable abc_btn_colored_material 0x7f080008
+int drawable abc_btn_default_mtrl_shape 0x7f080009
+int drawable abc_btn_radio_material 0x7f08000a
+int drawable abc_btn_radio_material_anim 0x7f08000b
+int drawable abc_btn_radio_to_on_mtrl_000 0x7f08000c
+int drawable abc_btn_radio_to_on_mtrl_015 0x7f08000d
+int drawable abc_btn_switch_to_on_mtrl_00001 0x7f08000e
+int drawable abc_btn_switch_to_on_mtrl_00012 0x7f08000f
+int drawable abc_cab_background_internal_bg 0x7f080010
+int drawable abc_cab_background_top_material 0x7f080011
+int drawable abc_cab_background_top_mtrl_alpha 0x7f080012
+int drawable abc_control_background_material 0x7f080013
+int drawable abc_dialog_material_background 0x7f080014
+int drawable abc_edit_text_material 0x7f080015
+int drawable abc_ic_ab_back_material 0x7f080016
+int drawable abc_ic_arrow_drop_right_black_24dp 0x7f080017
+int drawable abc_ic_clear_material 0x7f080018
+int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f080019
+int drawable abc_ic_go_search_api_material 0x7f08001a
+int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f08001b
+int drawable abc_ic_menu_cut_mtrl_alpha 0x7f08001c
+int drawable abc_ic_menu_overflow_material 0x7f08001d
+int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f08001e
+int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f08001f
+int drawable abc_ic_menu_share_mtrl_alpha 0x7f080020
+int drawable abc_ic_search_api_material 0x7f080021
+int drawable abc_ic_star_black_16dp 0x7f080022
+int drawable abc_ic_star_black_36dp 0x7f080023
+int drawable abc_ic_star_black_48dp 0x7f080024
+int drawable abc_ic_star_half_black_16dp 0x7f080025
+int drawable abc_ic_star_half_black_36dp 0x7f080026
+int drawable abc_ic_star_half_black_48dp 0x7f080027
+int drawable abc_ic_voice_search_api_material 0x7f080028
+int drawable abc_item_background_holo_dark 0x7f080029
+int drawable abc_item_background_holo_light 0x7f08002a
+int drawable abc_list_divider_material 0x7f08002b
+int drawable abc_list_divider_mtrl_alpha 0x7f08002c
+int drawable abc_list_focused_holo 0x7f08002d
+int drawable abc_list_longpressed_holo 0x7f08002e
+int drawable abc_list_pressed_holo_dark 0x7f08002f
+int drawable abc_list_pressed_holo_light 0x7f080030
+int drawable abc_list_selector_background_transition_holo_dark 0x7f080031
+int drawable abc_list_selector_background_transition_holo_light 0x7f080032
+int drawable abc_list_selector_disabled_holo_dark 0x7f080033
+int drawable abc_list_selector_disabled_holo_light 0x7f080034
+int drawable abc_list_selector_holo_dark 0x7f080035
+int drawable abc_list_selector_holo_light 0x7f080036
+int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f080037
+int drawable abc_popup_background_mtrl_mult 0x7f080038
+int drawable abc_ratingbar_indicator_material 0x7f080039
+int drawable abc_ratingbar_material 0x7f08003a
+int drawable abc_ratingbar_small_material 0x7f08003b
+int drawable abc_scrubber_control_off_mtrl_alpha 0x7f08003c
+int drawable abc_scrubber_control_to_pressed_mtrl_000 0x7f08003d
+int drawable abc_scrubber_control_to_pressed_mtrl_005 0x7f08003e
+int drawable abc_scrubber_primary_mtrl_alpha 0x7f08003f
+int drawable abc_scrubber_track_mtrl_alpha 0x7f080040
+int drawable abc_seekbar_thumb_material 0x7f080041
+int drawable abc_seekbar_tick_mark_material 0x7f080042
+int drawable abc_seekbar_track_material 0x7f080043
+int drawable abc_spinner_mtrl_am_alpha 0x7f080044
+int drawable abc_spinner_textfield_background_material 0x7f080045
+int drawable abc_switch_thumb_material 0x7f080046
+int drawable abc_switch_track_mtrl_alpha 0x7f080047
+int drawable abc_tab_indicator_material 0x7f080048
+int drawable abc_tab_indicator_mtrl_alpha 0x7f080049
+int drawable abc_text_cursor_material 0x7f08004a
+int drawable abc_text_select_handle_left_mtrl_dark 0x7f08004b
+int drawable abc_text_select_handle_left_mtrl_light 0x7f08004c
+int drawable abc_text_select_handle_middle_mtrl_dark 0x7f08004d
+int drawable abc_text_select_handle_middle_mtrl_light 0x7f08004e
+int drawable abc_text_select_handle_right_mtrl_dark 0x7f08004f
+int drawable abc_text_select_handle_right_mtrl_light 0x7f080050
+int drawable abc_textfield_activated_mtrl_alpha 0x7f080051
+int drawable abc_textfield_default_mtrl_alpha 0x7f080052
+int drawable abc_textfield_search_activated_mtrl_alpha 0x7f080053
+int drawable abc_textfield_search_default_mtrl_alpha 0x7f080054
+int drawable abc_textfield_search_material 0x7f080055
+int drawable abc_vector_test 0x7f080056
+int drawable btn_checkbox_checked_mtrl 0x7f080057
+int drawable btn_checkbox_checked_to_unchecked_mtrl_animation 0x7f080058
+int drawable btn_checkbox_unchecked_mtrl 0x7f080059
+int drawable btn_checkbox_unchecked_to_checked_mtrl_animation 0x7f08005a
+int drawable btn_radio_off_mtrl 0x7f08005b
+int drawable btn_radio_off_to_on_mtrl_animation 0x7f08005c
+int drawable btn_radio_on_mtrl 0x7f08005d
+int drawable btn_radio_on_to_off_mtrl_animation 0x7f08005e
+int drawable notification_action_background 0x7f08005f
+int drawable notification_bg 0x7f080060
+int drawable notification_bg_low 0x7f080061
+int drawable notification_bg_low_normal 0x7f080062
+int drawable notification_bg_low_pressed 0x7f080063
+int drawable notification_bg_normal 0x7f080064
+int drawable notification_bg_normal_pressed 0x7f080065
+int drawable notification_icon_background 0x7f080066
+int drawable notification_template_icon_bg 0x7f080067
+int drawable notification_template_icon_low_bg 0x7f080068
+int drawable notification_tile_bg 0x7f080069
+int drawable notify_panel_notification_icon_bg 0x7f08006a
+int drawable tooltip_frame_dark 0x7f08006b
+int drawable tooltip_frame_light 0x7f08006c
+int id accessibility_action_clickable_span 0x7f0b0001
+int id accessibility_custom_action_0 0x7f0b0002
+int id accessibility_custom_action_1 0x7f0b0003
+int id accessibility_custom_action_10 0x7f0b0004
+int id accessibility_custom_action_11 0x7f0b0005
+int id accessibility_custom_action_12 0x7f0b0006
+int id accessibility_custom_action_13 0x7f0b0007
+int id accessibility_custom_action_14 0x7f0b0008
+int id accessibility_custom_action_15 0x7f0b0009
+int id accessibility_custom_action_16 0x7f0b000a
+int id accessibility_custom_action_17 0x7f0b000b
+int id accessibility_custom_action_18 0x7f0b000c
+int id accessibility_custom_action_19 0x7f0b000d
+int id accessibility_custom_action_2 0x7f0b000e
+int id accessibility_custom_action_20 0x7f0b000f
+int id accessibility_custom_action_21 0x7f0b0010
+int id accessibility_custom_action_22 0x7f0b0011
+int id accessibility_custom_action_23 0x7f0b0012
+int id accessibility_custom_action_24 0x7f0b0013
+int id accessibility_custom_action_25 0x7f0b0014
+int id accessibility_custom_action_26 0x7f0b0015
+int id accessibility_custom_action_27 0x7f0b0016
+int id accessibility_custom_action_28 0x7f0b0017
+int id accessibility_custom_action_29 0x7f0b0018
+int id accessibility_custom_action_3 0x7f0b0019
+int id accessibility_custom_action_30 0x7f0b001a
+int id accessibility_custom_action_31 0x7f0b001b
+int id accessibility_custom_action_4 0x7f0b001c
+int id accessibility_custom_action_5 0x7f0b001d
+int id accessibility_custom_action_6 0x7f0b001e
+int id accessibility_custom_action_7 0x7f0b001f
+int id accessibility_custom_action_8 0x7f0b0020
+int id accessibility_custom_action_9 0x7f0b0021
+int id action0 0x7f0b0022
+int id action_bar 0x7f0b0023
+int id action_bar_activity_content 0x7f0b0024
+int id action_bar_container 0x7f0b0025
+int id action_bar_root 0x7f0b0026
+int id action_bar_spinner 0x7f0b0027
+int id action_bar_subtitle 0x7f0b0028
+int id action_bar_title 0x7f0b0029
+int id action_container 0x7f0b002a
+int id action_context_bar 0x7f0b002b
+int id action_divider 0x7f0b002c
+int id action_image 0x7f0b002d
+int id action_menu_divider 0x7f0b002e
+int id action_menu_presenter 0x7f0b002f
+int id action_mode_bar 0x7f0b0030
+int id action_mode_bar_stub 0x7f0b0031
+int id action_mode_close_button 0x7f0b0032
+int id action_text 0x7f0b0033
+int id actions 0x7f0b0034
+int id activity_chooser_view_content 0x7f0b0035
+int id add 0x7f0b0036
+int id alertTitle 0x7f0b0037
+int id async 0x7f0b0038
+int id blocking 0x7f0b0039
+int id bottom 0x7f0b003a
+int id buttonPanel 0x7f0b003b
+int id cancel_action 0x7f0b003c
+int id checkbox 0x7f0b003d
+int id checked 0x7f0b003e
+int id chronometer 0x7f0b003f
+int id content 0x7f0b0040
+int id contentPanel 0x7f0b0041
+int id custom 0x7f0b0042
+int id customPanel 0x7f0b0043
+int id decor_content_parent 0x7f0b0044
+int id default_activity_button 0x7f0b0045
+int id dialog_button 0x7f0b0046
+int id edit_query 0x7f0b0047
+int id end 0x7f0b0048
+int id end_padder 0x7f0b0049
+int id expand_activities_button 0x7f0b004a
+int id expanded_menu 0x7f0b004b
+int id forever 0x7f0b004c
+int id group_divider 0x7f0b004d
+int id home 0x7f0b004e
+int id icon 0x7f0b004f
+int id icon_group 0x7f0b0050
+int id image 0x7f0b0051
+int id info 0x7f0b0052
+int id italic 0x7f0b0053
+int id left 0x7f0b0054
+int id line1 0x7f0b0055
+int id line3 0x7f0b0056
+int id listMode 0x7f0b0057
+int id list_item 0x7f0b0058
+int id media_actions 0x7f0b0059
+int id message 0x7f0b005a
+int id multiply 0x7f0b005b
+int id none 0x7f0b005c
+int id normal 0x7f0b005d
+int id notification_background 0x7f0b005e
+int id notification_main_column 0x7f0b005f
+int id notification_main_column_container 0x7f0b0060
+int id off 0x7f0b0061
+int id on 0x7f0b0062
+int id parentPanel 0x7f0b0063
+int id progress_circular 0x7f0b0064
+int id progress_horizontal 0x7f0b0065
+int id radio 0x7f0b0066
+int id right 0x7f0b0067
+int id right_icon 0x7f0b0068
+int id right_side 0x7f0b0069
+int id screen 0x7f0b006a
+int id scrollIndicatorDown 0x7f0b006b
+int id scrollIndicatorUp 0x7f0b006c
+int id scrollView 0x7f0b006d
+int id search_badge 0x7f0b006e
+int id search_bar 0x7f0b006f
+int id search_button 0x7f0b0070
+int id search_close_btn 0x7f0b0071
+int id search_edit_frame 0x7f0b0072
+int id search_go_btn 0x7f0b0073
+int id search_mag_icon 0x7f0b0074
+int id search_plate 0x7f0b0075
+int id search_src_text 0x7f0b0076
+int id search_voice_btn 0x7f0b0077
+int id select_dialog_listview 0x7f0b0078
+int id shortcut 0x7f0b0079
+int id spacer 0x7f0b007a
+int id split_action_bar 0x7f0b007b
+int id src_atop 0x7f0b007c
+int id src_in 0x7f0b007d
+int id src_over 0x7f0b007e
+int id start 0x7f0b007f
+int id status_bar_latest_event_content 0x7f0b0080
+int id submenuarrow 0x7f0b0081
+int id submit_area 0x7f0b0082
+int id tabMode 0x7f0b0083
+int id tag_accessibility_actions 0x7f0b0084
+int id tag_accessibility_clickable_spans 0x7f0b0085
+int id tag_accessibility_heading 0x7f0b0086
+int id tag_accessibility_pane_title 0x7f0b0087
+int id tag_screen_reader_focusable 0x7f0b0088
+int id tag_transition_group 0x7f0b0089
+int id tag_unhandled_key_event_manager 0x7f0b008a
+int id tag_unhandled_key_listeners 0x7f0b008b
+int id text 0x7f0b008c
+int id text2 0x7f0b008d
+int id textSpacerNoButtons 0x7f0b008e
+int id textSpacerNoTitle 0x7f0b008f
+int id time 0x7f0b0090
+int id title 0x7f0b0091
+int id titleDividerNoCustom 0x7f0b0092
+int id title_template 0x7f0b0093
+int id top 0x7f0b0094
+int id topPanel 0x7f0b0095
+int id unchecked 0x7f0b0096
+int id uniform 0x7f0b0097
+int id up 0x7f0b0098
+int id wrap_content 0x7f0b0099
+int integer abc_config_activityDefaultDur 0x7f0c0001
+int integer abc_config_activityShortDur 0x7f0c0002
+int integer cancel_button_image_alpha 0x7f0c0003
+int integer config_tooltipAnimTime 0x7f0c0004
+int integer status_bar_notification_info_maxnum 0x7f0c0005
+int interpolator btn_checkbox_checked_mtrl_animation_interpolator_0 0x7f0d0001
+int interpolator btn_checkbox_checked_mtrl_animation_interpolator_1 0x7f0d0002
+int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_0 0x7f0d0003
+int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_1 0x7f0d0004
+int interpolator btn_radio_to_off_mtrl_animation_interpolator_0 0x7f0d0005
+int interpolator btn_radio_to_on_mtrl_animation_interpolator_0 0x7f0d0006
+int interpolator fast_out_slow_in 0x7f0d0007
+int layout abc_action_bar_title_item 0x7f0e0001
+int layout abc_action_bar_up_container 0x7f0e0002
+int layout abc_action_menu_item_layout 0x7f0e0003
+int layout abc_action_menu_layout 0x7f0e0004
+int layout abc_action_mode_bar 0x7f0e0005
+int layout abc_action_mode_close_item_material 0x7f0e0006
+int layout abc_activity_chooser_view 0x7f0e0007
+int layout abc_activity_chooser_view_list_item 0x7f0e0008
+int layout abc_alert_dialog_button_bar_material 0x7f0e0009
+int layout abc_alert_dialog_material 0x7f0e000a
+int layout abc_alert_dialog_title_material 0x7f0e000b
+int layout abc_cascading_menu_item_layout 0x7f0e000c
+int layout abc_dialog_title_material 0x7f0e000d
+int layout abc_expanded_menu_layout 0x7f0e000e
+int layout abc_list_menu_item_checkbox 0x7f0e000f
+int layout abc_list_menu_item_icon 0x7f0e0010
+int layout abc_list_menu_item_layout 0x7f0e0011
+int layout abc_list_menu_item_radio 0x7f0e0012
+int layout abc_popup_menu_header_item_layout 0x7f0e0013
+int layout abc_popup_menu_item_layout 0x7f0e0014
+int layout abc_screen_content_include 0x7f0e0015
+int layout abc_screen_simple 0x7f0e0016
+int layout abc_screen_simple_overlay_action_mode 0x7f0e0017
+int layout abc_screen_toolbar 0x7f0e0018
+int layout abc_search_dropdown_item_icons_2line 0x7f0e0019
+int layout abc_search_view 0x7f0e001a
+int layout abc_select_dialog_material 0x7f0e001b
+int layout abc_tooltip 0x7f0e001c
+int layout custom_dialog 0x7f0e001d
+int layout notification_action 0x7f0e001e
+int layout notification_action_tombstone 0x7f0e001f
+int layout notification_media_action 0x7f0e0020
+int layout notification_media_cancel_action 0x7f0e0021
+int layout notification_template_big_media 0x7f0e0022
+int layout notification_template_big_media_custom 0x7f0e0023
+int layout notification_template_big_media_narrow 0x7f0e0024
+int layout notification_template_big_media_narrow_custom 0x7f0e0025
+int layout notification_template_custom_big 0x7f0e0026
+int layout notification_template_icon_group 0x7f0e0027
+int layout notification_template_lines_media 0x7f0e0028
+int layout notification_template_media 0x7f0e0029
+int layout notification_template_media_custom 0x7f0e002a
+int layout notification_template_part_chronometer 0x7f0e002b
+int layout notification_template_part_time 0x7f0e002c
+int layout select_dialog_item_material 0x7f0e002d
+int layout select_dialog_multichoice_material 0x7f0e002e
+int layout select_dialog_singlechoice_material 0x7f0e002f
+int layout support_simple_spinner_dropdown_item 0x7f0e0030
+int string abc_action_bar_home_description 0x7f140001
+int string abc_action_bar_up_description 0x7f140002
+int string abc_action_menu_overflow_description 0x7f140003
+int string abc_action_mode_done 0x7f140004
+int string abc_activity_chooser_view_see_all 0x7f140005
+int string abc_activitychooserview_choose_application 0x7f140006
+int string abc_capital_off 0x7f140007
+int string abc_capital_on 0x7f140008
+int string abc_menu_alt_shortcut_label 0x7f140009
+int string abc_menu_ctrl_shortcut_label 0x7f14000a
+int string abc_menu_delete_shortcut_label 0x7f14000b
+int string abc_menu_enter_shortcut_label 0x7f14000c
+int string abc_menu_function_shortcut_label 0x7f14000d
+int string abc_menu_meta_shortcut_label 0x7f14000e
+int string abc_menu_shift_shortcut_label 0x7f14000f
+int string abc_menu_space_shortcut_label 0x7f140010
+int string abc_menu_sym_shortcut_label 0x7f140011
+int string abc_prepend_shortcut_label 0x7f140012
+int string abc_search_hint 0x7f140013
+int string abc_searchview_description_clear 0x7f140014
+int string abc_searchview_description_query 0x7f140015
+int string abc_searchview_description_search 0x7f140016
+int string abc_searchview_description_submit 0x7f140017
+int string abc_searchview_description_voice 0x7f140018
+int string abc_shareactionprovider_share_with 0x7f140019
+int string abc_shareactionprovider_share_with_application 0x7f14001a
+int string abc_toolbar_collapse_description 0x7f14001b
+int string search_menu_title 0x7f14001c
+int string status_bar_notification_info_overflow 0x7f14001d
+int style AlertDialog_AppCompat 0x7f150001
+int style AlertDialog_AppCompat_Light 0x7f150002
+int style Animation_AppCompat_Dialog 0x7f150003
+int style Animation_AppCompat_DropDownUp 0x7f150004
+int style Animation_AppCompat_Tooltip 0x7f150005
+int style Base_AlertDialog_AppCompat 0x7f150006
+int style Base_AlertDialog_AppCompat_Light 0x7f150007
+int style Base_Animation_AppCompat_Dialog 0x7f150008
+int style Base_Animation_AppCompat_DropDownUp 0x7f150009
+int style Base_Animation_AppCompat_Tooltip 0x7f15000a
+int style Base_DialogWindowTitleBackground_AppCompat 0x7f15000b
+int style Base_DialogWindowTitle_AppCompat 0x7f15000c
+int style Base_TextAppearance_AppCompat 0x7f15000d
+int style Base_TextAppearance_AppCompat_Body1 0x7f15000e
+int style Base_TextAppearance_AppCompat_Body2 0x7f15000f
+int style Base_TextAppearance_AppCompat_Button 0x7f150010
+int style Base_TextAppearance_AppCompat_Caption 0x7f150011
+int style Base_TextAppearance_AppCompat_Display1 0x7f150012
+int style Base_TextAppearance_AppCompat_Display2 0x7f150013
+int style Base_TextAppearance_AppCompat_Display3 0x7f150014
+int style Base_TextAppearance_AppCompat_Display4 0x7f150015
+int style Base_TextAppearance_AppCompat_Headline 0x7f150016
+int style Base_TextAppearance_AppCompat_Inverse 0x7f150017
+int style Base_TextAppearance_AppCompat_Large 0x7f150018
+int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f150019
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f15001a
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f15001b
+int style Base_TextAppearance_AppCompat_Medium 0x7f15001c
+int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f15001d
+int style Base_TextAppearance_AppCompat_Menu 0x7f15001e
+int style Base_TextAppearance_AppCompat_SearchResult 0x7f15001f
+int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f150020
+int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f150021
+int style Base_TextAppearance_AppCompat_Small 0x7f150022
+int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f150023
+int style Base_TextAppearance_AppCompat_Subhead 0x7f150024
+int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f150025
+int style Base_TextAppearance_AppCompat_Title 0x7f150026
+int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f150027
+int style Base_TextAppearance_AppCompat_Tooltip 0x7f150028
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f150029
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f15002a
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f15002b
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f15002c
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f15002d
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f15002e
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f15002f
+int style Base_TextAppearance_AppCompat_Widget_Button 0x7f150030
+int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f150031
+int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x7f150032
+int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f150033
+int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f150034
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f150035
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f150036
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f150037
+int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f150038
+int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f150039
+int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f15003a
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f15003b
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f15003c
+int style Base_ThemeOverlay_AppCompat 0x7f15003d
+int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f15003e
+int style Base_ThemeOverlay_AppCompat_Dark 0x7f15003f
+int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f150040
+int style Base_ThemeOverlay_AppCompat_Dialog 0x7f150041
+int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x7f150042
+int style Base_ThemeOverlay_AppCompat_Light 0x7f150043
+int style Base_Theme_AppCompat 0x7f150044
+int style Base_Theme_AppCompat_CompactMenu 0x7f150045
+int style Base_Theme_AppCompat_Dialog 0x7f150046
+int style Base_Theme_AppCompat_DialogWhenLarge 0x7f150047
+int style Base_Theme_AppCompat_Dialog_Alert 0x7f150048
+int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f150049
+int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f15004a
+int style Base_Theme_AppCompat_Light 0x7f15004b
+int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f15004c
+int style Base_Theme_AppCompat_Light_Dialog 0x7f15004d
+int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f15004e
+int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f15004f
+int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f150050
+int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f150051
+int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x7f150052
+int style Base_V21_Theme_AppCompat 0x7f150053
+int style Base_V21_Theme_AppCompat_Dialog 0x7f150054
+int style Base_V21_Theme_AppCompat_Light 0x7f150055
+int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f150056
+int style Base_V22_Theme_AppCompat 0x7f150057
+int style Base_V22_Theme_AppCompat_Light 0x7f150058
+int style Base_V23_Theme_AppCompat 0x7f150059
+int style Base_V23_Theme_AppCompat_Light 0x7f15005a
+int style Base_V26_Theme_AppCompat 0x7f15005b
+int style Base_V26_Theme_AppCompat_Light 0x7f15005c
+int style Base_V26_Widget_AppCompat_Toolbar 0x7f15005d
+int style Base_V28_Theme_AppCompat 0x7f15005e
+int style Base_V28_Theme_AppCompat_Light 0x7f15005f
+int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x7f150060
+int style Base_V7_Theme_AppCompat 0x7f150061
+int style Base_V7_Theme_AppCompat_Dialog 0x7f150062
+int style Base_V7_Theme_AppCompat_Light 0x7f150063
+int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f150064
+int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f150065
+int style Base_V7_Widget_AppCompat_EditText 0x7f150066
+int style Base_V7_Widget_AppCompat_Toolbar 0x7f150067
+int style Base_Widget_AppCompat_ActionBar 0x7f150068
+int style Base_Widget_AppCompat_ActionBar_Solid 0x7f150069
+int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f15006a
+int style Base_Widget_AppCompat_ActionBar_TabText 0x7f15006b
+int style Base_Widget_AppCompat_ActionBar_TabView 0x7f15006c
+int style Base_Widget_AppCompat_ActionButton 0x7f15006d
+int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f15006e
+int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f15006f
+int style Base_Widget_AppCompat_ActionMode 0x7f150070
+int style Base_Widget_AppCompat_ActivityChooserView 0x7f150071
+int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f150072
+int style Base_Widget_AppCompat_Button 0x7f150073
+int style Base_Widget_AppCompat_ButtonBar 0x7f150074
+int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f150075
+int style Base_Widget_AppCompat_Button_Borderless 0x7f150076
+int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f150077
+int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f150078
+int style Base_Widget_AppCompat_Button_Colored 0x7f150079
+int style Base_Widget_AppCompat_Button_Small 0x7f15007a
+int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f15007b
+int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f15007c
+int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f15007d
+int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f15007e
+int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f15007f
+int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f150080
+int style Base_Widget_AppCompat_EditText 0x7f150081
+int style Base_Widget_AppCompat_ImageButton 0x7f150082
+int style Base_Widget_AppCompat_Light_ActionBar 0x7f150083
+int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f150084
+int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f150085
+int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f150086
+int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f150087
+int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f150088
+int style Base_Widget_AppCompat_Light_PopupMenu 0x7f150089
+int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f15008a
+int style Base_Widget_AppCompat_ListMenuView 0x7f15008b
+int style Base_Widget_AppCompat_ListPopupWindow 0x7f15008c
+int style Base_Widget_AppCompat_ListView 0x7f15008d
+int style Base_Widget_AppCompat_ListView_DropDown 0x7f15008e
+int style Base_Widget_AppCompat_ListView_Menu 0x7f15008f
+int style Base_Widget_AppCompat_PopupMenu 0x7f150090
+int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f150091
+int style Base_Widget_AppCompat_PopupWindow 0x7f150092
+int style Base_Widget_AppCompat_ProgressBar 0x7f150093
+int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f150094
+int style Base_Widget_AppCompat_RatingBar 0x7f150095
+int style Base_Widget_AppCompat_RatingBar_Indicator 0x7f150096
+int style Base_Widget_AppCompat_RatingBar_Small 0x7f150097
+int style Base_Widget_AppCompat_SearchView 0x7f150098
+int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f150099
+int style Base_Widget_AppCompat_SeekBar 0x7f15009a
+int style Base_Widget_AppCompat_SeekBar_Discrete 0x7f15009b
+int style Base_Widget_AppCompat_Spinner 0x7f15009c
+int style Base_Widget_AppCompat_Spinner_Underlined 0x7f15009d
+int style Base_Widget_AppCompat_TextView 0x7f15009e
+int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f15009f
+int style Base_Widget_AppCompat_Toolbar 0x7f1500a0
+int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f1500a1
+int style Platform_AppCompat 0x7f1500a2
+int style Platform_AppCompat_Light 0x7f1500a3
+int style Platform_ThemeOverlay_AppCompat 0x7f1500a4
+int style Platform_ThemeOverlay_AppCompat_Dark 0x7f1500a5
+int style Platform_ThemeOverlay_AppCompat_Light 0x7f1500a6
+int style Platform_V21_AppCompat 0x7f1500a7
+int style Platform_V21_AppCompat_Light 0x7f1500a8
+int style Platform_V25_AppCompat 0x7f1500a9
+int style Platform_V25_AppCompat_Light 0x7f1500aa
+int style Platform_Widget_AppCompat_Spinner 0x7f1500ab
+int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f1500ac
+int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f1500ad
+int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f1500ae
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f1500af
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f1500b0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut 0x7f1500b1
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow 0x7f1500b2
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f1500b3
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title 0x7f1500b4
+int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f1500b5
+int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f1500b6
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f1500b7
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f1500b8
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f1500b9
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f1500ba
+int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f1500bb
+int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f1500bc
+int style TextAppearance_AppCompat 0x7f1500bd
+int style TextAppearance_AppCompat_Body1 0x7f1500be
+int style TextAppearance_AppCompat_Body2 0x7f1500bf
+int style TextAppearance_AppCompat_Button 0x7f1500c0
+int style TextAppearance_AppCompat_Caption 0x7f1500c1
+int style TextAppearance_AppCompat_Display1 0x7f1500c2
+int style TextAppearance_AppCompat_Display2 0x7f1500c3
+int style TextAppearance_AppCompat_Display3 0x7f1500c4
+int style TextAppearance_AppCompat_Display4 0x7f1500c5
+int style TextAppearance_AppCompat_Headline 0x7f1500c6
+int style TextAppearance_AppCompat_Inverse 0x7f1500c7
+int style TextAppearance_AppCompat_Large 0x7f1500c8
+int style TextAppearance_AppCompat_Large_Inverse 0x7f1500c9
+int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f1500ca
+int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f1500cb
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f1500cc
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f1500cd
+int style TextAppearance_AppCompat_Medium 0x7f1500ce
+int style TextAppearance_AppCompat_Medium_Inverse 0x7f1500cf
+int style TextAppearance_AppCompat_Menu 0x7f1500d0
+int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f1500d1
+int style TextAppearance_AppCompat_SearchResult_Title 0x7f1500d2
+int style TextAppearance_AppCompat_Small 0x7f1500d3
+int style TextAppearance_AppCompat_Small_Inverse 0x7f1500d4
+int style TextAppearance_AppCompat_Subhead 0x7f1500d5
+int style TextAppearance_AppCompat_Subhead_Inverse 0x7f1500d6
+int style TextAppearance_AppCompat_Title 0x7f1500d7
+int style TextAppearance_AppCompat_Title_Inverse 0x7f1500d8
+int style TextAppearance_AppCompat_Tooltip 0x7f1500d9
+int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f1500da
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f1500db
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f1500dc
+int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f1500dd
+int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f1500de
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f1500df
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f1500e0
+int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f1500e1
+int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f1500e2
+int style TextAppearance_AppCompat_Widget_Button 0x7f1500e3
+int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f1500e4
+int style TextAppearance_AppCompat_Widget_Button_Colored 0x7f1500e5
+int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f1500e6
+int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f1500e7
+int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f1500e8
+int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f1500e9
+int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f1500ea
+int style TextAppearance_AppCompat_Widget_Switch 0x7f1500eb
+int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f1500ec
+int style TextAppearance_Compat_Notification 0x7f1500ed
+int style TextAppearance_Compat_Notification_Info 0x7f1500ee
+int style TextAppearance_Compat_Notification_Info_Media 0x7f1500ef
+int style TextAppearance_Compat_Notification_Line2 0x7f1500f0
+int style TextAppearance_Compat_Notification_Line2_Media 0x7f1500f1
+int style TextAppearance_Compat_Notification_Media 0x7f1500f2
+int style TextAppearance_Compat_Notification_Time 0x7f1500f3
+int style TextAppearance_Compat_Notification_Time_Media 0x7f1500f4
+int style TextAppearance_Compat_Notification_Title 0x7f1500f5
+int style TextAppearance_Compat_Notification_Title_Media 0x7f1500f6
+int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f1500f7
+int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f1500f8
+int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f1500f9
+int style ThemeOverlay_AppCompat 0x7f1500fa
+int style ThemeOverlay_AppCompat_ActionBar 0x7f1500fb
+int style ThemeOverlay_AppCompat_Dark 0x7f1500fc
+int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f1500fd
+int style ThemeOverlay_AppCompat_DayNight 0x7f1500fe
+int style ThemeOverlay_AppCompat_DayNight_ActionBar 0x7f1500ff
+int style ThemeOverlay_AppCompat_Dialog 0x7f150100
+int style ThemeOverlay_AppCompat_Dialog_Alert 0x7f150101
+int style ThemeOverlay_AppCompat_Light 0x7f150102
+int style Theme_AppCompat 0x7f150103
+int style Theme_AppCompat_CompactMenu 0x7f150104
+int style Theme_AppCompat_DayNight 0x7f150105
+int style Theme_AppCompat_DayNight_DarkActionBar 0x7f150106
+int style Theme_AppCompat_DayNight_Dialog 0x7f150107
+int style Theme_AppCompat_DayNight_DialogWhenLarge 0x7f150108
+int style Theme_AppCompat_DayNight_Dialog_Alert 0x7f150109
+int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x7f15010a
+int style Theme_AppCompat_DayNight_NoActionBar 0x7f15010b
+int style Theme_AppCompat_Dialog 0x7f15010c
+int style Theme_AppCompat_DialogWhenLarge 0x7f15010d
+int style Theme_AppCompat_Dialog_Alert 0x7f15010e
+int style Theme_AppCompat_Dialog_MinWidth 0x7f15010f
+int style Theme_AppCompat_Light 0x7f150110
+int style Theme_AppCompat_Light_DarkActionBar 0x7f150111
+int style Theme_AppCompat_Light_Dialog 0x7f150112
+int style Theme_AppCompat_Light_DialogWhenLarge 0x7f150113
+int style Theme_AppCompat_Light_Dialog_Alert 0x7f150114
+int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f150115
+int style Theme_AppCompat_Light_NoActionBar 0x7f150116
+int style Theme_AppCompat_NoActionBar 0x7f150117
+int style Widget_AppCompat_ActionBar 0x7f150118
+int style Widget_AppCompat_ActionBar_Solid 0x7f150119
+int style Widget_AppCompat_ActionBar_TabBar 0x7f15011a
+int style Widget_AppCompat_ActionBar_TabText 0x7f15011b
+int style Widget_AppCompat_ActionBar_TabView 0x7f15011c
+int style Widget_AppCompat_ActionButton 0x7f15011d
+int style Widget_AppCompat_ActionButton_CloseMode 0x7f15011e
+int style Widget_AppCompat_ActionButton_Overflow 0x7f15011f
+int style Widget_AppCompat_ActionMode 0x7f150120
+int style Widget_AppCompat_ActivityChooserView 0x7f150121
+int style Widget_AppCompat_AutoCompleteTextView 0x7f150122
+int style Widget_AppCompat_Button 0x7f150123
+int style Widget_AppCompat_ButtonBar 0x7f150124
+int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f150125
+int style Widget_AppCompat_Button_Borderless 0x7f150126
+int style Widget_AppCompat_Button_Borderless_Colored 0x7f150127
+int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f150128
+int style Widget_AppCompat_Button_Colored 0x7f150129
+int style Widget_AppCompat_Button_Small 0x7f15012a
+int style Widget_AppCompat_CompoundButton_CheckBox 0x7f15012b
+int style Widget_AppCompat_CompoundButton_RadioButton 0x7f15012c
+int style Widget_AppCompat_CompoundButton_Switch 0x7f15012d
+int style Widget_AppCompat_DrawerArrowToggle 0x7f15012e
+int style Widget_AppCompat_DropDownItem_Spinner 0x7f15012f
+int style Widget_AppCompat_EditText 0x7f150130
+int style Widget_AppCompat_ImageButton 0x7f150131
+int style Widget_AppCompat_Light_ActionBar 0x7f150132
+int style Widget_AppCompat_Light_ActionBar_Solid 0x7f150133
+int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f150134
+int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f150135
+int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f150136
+int style Widget_AppCompat_Light_ActionBar_TabText 0x7f150137
+int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f150138
+int style Widget_AppCompat_Light_ActionBar_TabView 0x7f150139
+int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f15013a
+int style Widget_AppCompat_Light_ActionButton 0x7f15013b
+int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f15013c
+int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f15013d
+int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f15013e
+int style Widget_AppCompat_Light_ActivityChooserView 0x7f15013f
+int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f150140
+int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f150141
+int style Widget_AppCompat_Light_ListPopupWindow 0x7f150142
+int style Widget_AppCompat_Light_ListView_DropDown 0x7f150143
+int style Widget_AppCompat_Light_PopupMenu 0x7f150144
+int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f150145
+int style Widget_AppCompat_Light_SearchView 0x7f150146
+int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f150147
+int style Widget_AppCompat_ListMenuView 0x7f150148
+int style Widget_AppCompat_ListPopupWindow 0x7f150149
+int style Widget_AppCompat_ListView 0x7f15014a
+int style Widget_AppCompat_ListView_DropDown 0x7f15014b
+int style Widget_AppCompat_ListView_Menu 0x7f15014c
+int style Widget_AppCompat_PopupMenu 0x7f15014d
+int style Widget_AppCompat_PopupMenu_Overflow 0x7f15014e
+int style Widget_AppCompat_PopupWindow 0x7f15014f
+int style Widget_AppCompat_ProgressBar 0x7f150150
+int style Widget_AppCompat_ProgressBar_Horizontal 0x7f150151
+int style Widget_AppCompat_RatingBar 0x7f150152
+int style Widget_AppCompat_RatingBar_Indicator 0x7f150153
+int style Widget_AppCompat_RatingBar_Small 0x7f150154
+int style Widget_AppCompat_SearchView 0x7f150155
+int style Widget_AppCompat_SearchView_ActionBar 0x7f150156
+int style Widget_AppCompat_SeekBar 0x7f150157
+int style Widget_AppCompat_SeekBar_Discrete 0x7f150158
+int style Widget_AppCompat_Spinner 0x7f150159
+int style Widget_AppCompat_Spinner_DropDown 0x7f15015a
+int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f15015b
+int style Widget_AppCompat_Spinner_Underlined 0x7f15015c
+int style Widget_AppCompat_TextView 0x7f15015d
+int style Widget_AppCompat_TextView_SpinnerItem 0x7f15015e
+int style Widget_AppCompat_Toolbar 0x7f15015f
+int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f150160
+int style Widget_Compat_NotificationActionContainer 0x7f150161
+int style Widget_Compat_NotificationActionText 0x7f150162
+int style Widget_Support_CoordinatorLayout 0x7f150163
+int[] styleable ActionBar { 0x7f040032, 0x7f040033, 0x7f040034, 0x7f040059, 0x7f04005a, 0x7f04005b, 0x7f04005c, 0x7f04005d, 0x7f04005e, 0x7f040061, 0x7f040066, 0x7f040067, 0x7f04007a, 0x7f04008a, 0x7f04008b, 0x7f04008c, 0x7f04008d, 0x7f04008e, 0x7f040093, 0x7f040096, 0x7f0400b0, 0x7f0400b8, 0x7f0400c3, 0x7f0400c6, 0x7f0400c7, 0x7f0400e2, 0x7f0400e5, 0x7f040101, 0x7f04010a }
+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 { 0x7f040032, 0x7f040033, 0x7f040049, 0x7f04008a, 0x7f0400e5, 0x7f04010a }
+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 { 0x7f04007b, 0x7f040094 }
+int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0
+int styleable ActivityChooserView_initialActivityCount 1
+int[] styleable AlertDialog { 0x10100f2, 0x7f040040, 0x7f040041, 0x7f0400a5, 0x7f0400a6, 0x7f0400b5, 0x7f0400d7, 0x7f0400d8 }
+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, 0x7f0400dd, 0x7f0400ff, 0x7f040100 }
+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, 0x7f0400fc, 0x7f0400fd, 0x7f0400fe }
+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, 0x7f04002d, 0x7f04002e, 0x7f04002f, 0x7f040030, 0x7f040031, 0x7f04006b, 0x7f04006c, 0x7f04006d, 0x7f04006e, 0x7f040070, 0x7f040071, 0x7f040072, 0x7f040073, 0x7f04007c, 0x7f04007e, 0x7f040086, 0x7f040098, 0x7f0400a0, 0x7f0400eb, 0x7f0400f6 }
+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_drawableBottomCompat 6
+int styleable AppCompatTextView_drawableEndCompat 7
+int styleable AppCompatTextView_drawableLeftCompat 8
+int styleable AppCompatTextView_drawableRightCompat 9
+int styleable AppCompatTextView_drawableStartCompat 10
+int styleable AppCompatTextView_drawableTint 11
+int styleable AppCompatTextView_drawableTintMode 12
+int styleable AppCompatTextView_drawableTopCompat 13
+int styleable AppCompatTextView_firstBaselineToTopHeight 14
+int styleable AppCompatTextView_fontFamily 15
+int styleable AppCompatTextView_fontVariationSettings 16
+int styleable AppCompatTextView_lastBaselineToBottomHeight 17
+int styleable AppCompatTextView_lineHeight 18
+int styleable AppCompatTextView_textAllCaps 19
+int styleable AppCompatTextView_textLocale 20
+int[] styleable AppCompatTheme { 0x7f040001, 0x7f040002, 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f04000d, 0x7f04000f, 0x7f040010, 0x7f040011, 0x7f040012, 0x7f040013, 0x7f040014, 0x7f040015, 0x7f040016, 0x7f040017, 0x7f040018, 0x7f040019, 0x7f04001a, 0x7f04001b, 0x7f04001c, 0x7f04001d, 0x7f04001e, 0x7f04001f, 0x7f040022, 0x7f040023, 0x7f040024, 0x7f040025, 0x7f040026, 0x10100ae, 0x1010057, 0x7f04002c, 0x7f040038, 0x7f040039, 0x7f04003a, 0x7f04003b, 0x7f04003c, 0x7f04003d, 0x7f040042, 0x7f040043, 0x7f040046, 0x7f040047, 0x7f04004d, 0x7f04004e, 0x7f04004f, 0x7f040050, 0x7f040051, 0x7f040052, 0x7f040053, 0x7f040054, 0x7f040055, 0x7f040056, 0x7f04005f, 0x7f040063, 0x7f040064, 0x7f040065, 0x7f040068, 0x7f04006a, 0x7f040075, 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04008c, 0x7f040092, 0x7f0400a1, 0x7f0400a2, 0x7f0400a3, 0x7f0400a4, 0x7f0400a7, 0x7f0400a8, 0x7f0400a9, 0x7f0400aa, 0x7f0400ab, 0x7f0400ac, 0x7f0400ad, 0x7f0400ae, 0x7f0400af, 0x7f0400bf, 0x7f0400c0, 0x7f0400c1, 0x7f0400c2, 0x7f0400c4, 0x7f0400ca, 0x7f0400cb, 0x7f0400cc, 0x7f0400cd, 0x7f0400d0, 0x7f0400d1, 0x7f0400d2, 0x7f0400d3, 0x7f0400da, 0x7f0400db, 0x7f0400e9, 0x7f0400ec, 0x7f0400ed, 0x7f0400ee, 0x7f0400ef, 0x7f0400f0, 0x7f0400f1, 0x7f0400f2, 0x7f0400f3, 0x7f0400f4, 0x7f0400f5, 0x7f04010b, 0x7f04010c, 0x7f04010d, 0x7f04010e, 0x7f040114, 0x7f040116, 0x7f040117, 0x7f040118, 0x7f040119, 0x7f04011a, 0x7f04011b, 0x7f04011c, 0x7f04011d, 0x7f04011e, 0x7f04011f }
+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_listChoiceIndicatorMultipleAnimated 72
+int styleable AppCompatTheme_listChoiceIndicatorSingleAnimated 73
+int styleable AppCompatTheme_listDividerAlertDialog 74
+int styleable AppCompatTheme_listMenuViewStyle 75
+int styleable AppCompatTheme_listPopupWindowStyle 76
+int styleable AppCompatTheme_listPreferredItemHeight 77
+int styleable AppCompatTheme_listPreferredItemHeightLarge 78
+int styleable AppCompatTheme_listPreferredItemHeightSmall 79
+int styleable AppCompatTheme_listPreferredItemPaddingEnd 80
+int styleable AppCompatTheme_listPreferredItemPaddingLeft 81
+int styleable AppCompatTheme_listPreferredItemPaddingRight 82
+int styleable AppCompatTheme_listPreferredItemPaddingStart 83
+int styleable AppCompatTheme_panelBackground 84
+int styleable AppCompatTheme_panelMenuListTheme 85
+int styleable AppCompatTheme_panelMenuListWidth 86
+int styleable AppCompatTheme_popupMenuStyle 87
+int styleable AppCompatTheme_popupWindowStyle 88
+int styleable AppCompatTheme_radioButtonStyle 89
+int styleable AppCompatTheme_ratingBarStyle 90
+int styleable AppCompatTheme_ratingBarStyleIndicator 91
+int styleable AppCompatTheme_ratingBarStyleSmall 92
+int styleable AppCompatTheme_searchViewStyle 93
+int styleable AppCompatTheme_seekBarStyle 94
+int styleable AppCompatTheme_selectableItemBackground 95
+int styleable AppCompatTheme_selectableItemBackgroundBorderless 96
+int styleable AppCompatTheme_spinnerDropDownItemStyle 97
+int styleable AppCompatTheme_spinnerStyle 98
+int styleable AppCompatTheme_switchStyle 99
+int styleable AppCompatTheme_textAppearanceLargePopupMenu 100
+int styleable AppCompatTheme_textAppearanceListItem 101
+int styleable AppCompatTheme_textAppearanceListItemSecondary 102
+int styleable AppCompatTheme_textAppearanceListItemSmall 103
+int styleable AppCompatTheme_textAppearancePopupMenuHeader 104
+int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 105
+int styleable AppCompatTheme_textAppearanceSearchResultTitle 106
+int styleable AppCompatTheme_textAppearanceSmallPopupMenu 107
+int styleable AppCompatTheme_textColorAlertDialogListItem 108
+int styleable AppCompatTheme_textColorSearchUrl 109
+int styleable AppCompatTheme_toolbarNavigationButtonStyle 110
+int styleable AppCompatTheme_toolbarStyle 111
+int styleable AppCompatTheme_tooltipForegroundColor 112
+int styleable AppCompatTheme_tooltipFrameBackground 113
+int styleable AppCompatTheme_viewInflaterClass 114
+int styleable AppCompatTheme_windowActionBar 115
+int styleable AppCompatTheme_windowActionBarOverlay 116
+int styleable AppCompatTheme_windowActionModeOverlay 117
+int styleable AppCompatTheme_windowFixedHeightMajor 118
+int styleable AppCompatTheme_windowFixedHeightMinor 119
+int styleable AppCompatTheme_windowFixedWidthMajor 120
+int styleable AppCompatTheme_windowFixedWidthMinor 121
+int styleable AppCompatTheme_windowMinWidthMajor 122
+int styleable AppCompatTheme_windowMinWidthMinor 123
+int styleable AppCompatTheme_windowNoTitle 124
+int[] styleable ButtonBarLayout { 0x7f040027 }
+int styleable ButtonBarLayout_allowStacking 0
+int[] styleable ColorStateListItem { 0x7f040028, 0x101031f, 0x10101a5 }
+int styleable ColorStateListItem_alpha 0
+int styleable ColorStateListItem_android_alpha 1
+int styleable ColorStateListItem_android_color 2
+int[] styleable CompoundButton { 0x1010107, 0x7f04003e, 0x7f040044, 0x7f040045 }
+int styleable CompoundButton_android_button 0
+int styleable CompoundButton_buttonCompat 1
+int styleable CompoundButton_buttonTint 2
+int styleable CompoundButton_buttonTintMode 3
+int[] styleable CoordinatorLayout { 0x7f040097, 0x7f0400df }
+int styleable CoordinatorLayout_keylines 0
+int styleable CoordinatorLayout_statusBarBackground 1
+int[] styleable CoordinatorLayout_Layout { 0x10100b3, 0x7f04009a, 0x7f04009b, 0x7f04009c, 0x7f04009d, 0x7f04009e, 0x7f04009f }
+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 { 0x7f04002a, 0x7f04002b, 0x7f040037, 0x7f04004c, 0x7f04006f, 0x7f040088, 0x7f0400d9, 0x7f0400f8 }
+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 { 0x7f04007f, 0x7f040080, 0x7f040081, 0x7f040082, 0x7f040083, 0x7f040084 }
+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, 0x7f04007d, 0x7f040085, 0x7f040086, 0x7f040087, 0x7f040113 }
+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, 0x7f040067, 0x7f040069, 0x7f0400b3, 0x7f0400d5 }
+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 { 0x7f04000e, 0x7f040020, 0x7f040021, 0x7f040029, 0x10101e3, 0x10101e5, 0x1010106, 0x101000e, 0x1010002, 0x10100d0, 0x10101de, 0x10101e4, 0x101026f, 0x10101df, 0x10101e1, 0x10101e2, 0x1010194, 0x7f040058, 0x7f04008f, 0x7f040090, 0x7f0400b9, 0x7f0400d4, 0x7f04010f }
+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, 0x7f0400c5, 0x7f0400e0 }
+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 MogoSkinBackgroundHelper { 0x10100d4 }
+int styleable MogoSkinBackgroundHelper_android_background 0
+int[] styleable MogoSkinCompatImageView { 0x1010119, 0x1010121, 0x7f0400dd, 0x7f0400ff }
+int styleable MogoSkinCompatImageView_android_src 0
+int styleable MogoSkinCompatImageView_android_tint 1
+int styleable MogoSkinCompatImageView_srcCompat 2
+int styleable MogoSkinCompatImageView_tint 3
+int[] styleable MogoSkinCompatTextHelper { 0x101016e, 0x1010393, 0x101016f, 0x1010170, 0x1010392, 0x101016d, 0x1010034 }
+int styleable MogoSkinCompatTextHelper_android_drawableBottom 0
+int styleable MogoSkinCompatTextHelper_android_drawableEnd 1
+int styleable MogoSkinCompatTextHelper_android_drawableLeft 2
+int styleable MogoSkinCompatTextHelper_android_drawableRight 3
+int styleable MogoSkinCompatTextHelper_android_drawableStart 4
+int styleable MogoSkinCompatTextHelper_android_drawableTop 5
+int styleable MogoSkinCompatTextHelper_android_textAppearance 6
+int[] styleable MogoSkinTextAppearance { 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x1010098, 0x101009a, 0x1010095, 0x1010097, 0x1010096, 0x7f0400eb }
+int styleable MogoSkinTextAppearance_android_shadowColor 0
+int styleable MogoSkinTextAppearance_android_shadowDx 1
+int styleable MogoSkinTextAppearance_android_shadowDy 2
+int styleable MogoSkinTextAppearance_android_shadowRadius 3
+int styleable MogoSkinTextAppearance_android_textColor 4
+int styleable MogoSkinTextAppearance_android_textColorHint 5
+int styleable MogoSkinTextAppearance_android_textSize 6
+int styleable MogoSkinTextAppearance_android_textStyle 7
+int styleable MogoSkinTextAppearance_android_typeface 8
+int styleable MogoSkinTextAppearance_textAllCaps 9
+int[] styleable PopupWindow { 0x10102c9, 0x1010176, 0x7f0400ba }
+int styleable PopupWindow_android_popupAnimationStyle 0
+int styleable PopupWindow_android_popupBackground 1
+int styleable PopupWindow_overlapAnchor 2
+int[] styleable PopupWindowBackgroundState { 0x7f0400de }
+int styleable PopupWindowBackgroundState_state_above_anchor 0
+int[] styleable RecycleListView { 0x7f0400bb, 0x7f0400be }
+int styleable RecycleListView_paddingBottomNoButtons 0
+int styleable RecycleListView_paddingTopNoTitle 1
+int[] styleable SearchView { 0x10100da, 0x1010264, 0x1010220, 0x101011f, 0x7f040048, 0x7f040057, 0x7f040062, 0x7f040089, 0x7f040091, 0x7f040099, 0x7f0400c8, 0x7f0400c9, 0x7f0400ce, 0x7f0400cf, 0x7f0400e1, 0x7f0400e6, 0x7f040115 }
+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 SkinCompatProgressBar { 0x101013b, 0x101013c }
+int styleable SkinCompatProgressBar_android_indeterminateDrawable 0
+int styleable SkinCompatProgressBar_android_progressDrawable 1
+int[] styleable Spinner { 0x1010262, 0x10100b2, 0x1010176, 0x101017b, 0x7f0400c3 }
+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, 0x7f0400d6, 0x7f0400dc, 0x7f0400e7, 0x7f0400e8, 0x7f0400ea, 0x7f0400f9, 0x7f0400fa, 0x7f0400fb, 0x7f040110, 0x7f040111, 0x7f040112 }
+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, 0x1010585, 0x1010095, 0x1010097, 0x1010096, 0x7f04007e, 0x7f040086, 0x7f0400eb, 0x7f0400f6 }
+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_textFontWeight 8
+int styleable TextAppearance_android_textSize 9
+int styleable TextAppearance_android_textStyle 10
+int styleable TextAppearance_android_typeface 11
+int styleable TextAppearance_fontFamily 12
+int styleable TextAppearance_fontVariationSettings 13
+int styleable TextAppearance_textAllCaps 14
+int styleable TextAppearance_textLocale 15
+int[] styleable Toolbar { 0x10100af, 0x1010140, 0x7f04003f, 0x7f04004a, 0x7f04004b, 0x7f040059, 0x7f04005a, 0x7f04005b, 0x7f04005c, 0x7f04005d, 0x7f04005e, 0x7f0400b0, 0x7f0400b1, 0x7f0400b2, 0x7f0400b4, 0x7f0400b6, 0x7f0400b7, 0x7f0400c3, 0x7f0400e2, 0x7f0400e3, 0x7f0400e4, 0x7f040101, 0x7f040102, 0x7f040103, 0x7f040104, 0x7f040105, 0x7f040106, 0x7f040107, 0x7f040108, 0x7f040109 }
+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_menu 14
+int styleable Toolbar_navigationContentDescription 15
+int styleable Toolbar_navigationIcon 16
+int styleable Toolbar_popupTheme 17
+int styleable Toolbar_subtitle 18
+int styleable Toolbar_subtitleTextAppearance 19
+int styleable Toolbar_subtitleTextColor 20
+int styleable Toolbar_title 21
+int styleable Toolbar_titleMargin 22
+int styleable Toolbar_titleMarginBottom 23
+int styleable Toolbar_titleMarginEnd 24
+int styleable Toolbar_titleMarginStart 25
+int styleable Toolbar_titleMarginTop 26
+int styleable Toolbar_titleMargins 27
+int styleable Toolbar_titleTextAppearance 28
+int styleable Toolbar_titleTextColor 29
+int[] styleable View { 0x10100da, 0x1010000, 0x7f0400bc, 0x7f0400bd, 0x7f0400f7 }
+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, 0x7f040035, 0x7f040036 }
+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/skin/mogo-skin-support/build/outputs/logs/manifest-merger-debug-report.txt b/skin/mogo-skin-support/build/outputs/logs/manifest-merger-debug-report.txt
new file mode 100644
index 0000000000..987f4ebc92
--- /dev/null
+++ b/skin/mogo-skin-support/build/outputs/logs/manifest-merger-debug-report.txt
@@ -0,0 +1,37 @@
+-- Merging decision tree log ---
+manifest
+ADDED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support/src/main/AndroidManifest.xml:1:1-5:12
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support/src/main/AndroidManifest.xml:1:1-5:12
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support/src/main/AndroidManifest.xml:1:1-5:12
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support/src/main/AndroidManifest.xml:1:1-5:12
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support/src/main/AndroidManifest.xml:1:1-5:12
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support/src/main/AndroidManifest.xml:1:1-5:12
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support/src/main/AndroidManifest.xml:1:1-5:12
+ package
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support/src/main/AndroidManifest.xml:2:5-36
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support/src/main/AndroidManifest.xml
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support/src/main/AndroidManifest.xml
+ android:versionName
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support/src/main/AndroidManifest.xml
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support/src/main/AndroidManifest.xml:1:1-5:12
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support/src/main/AndroidManifest.xml
+ android:versionCode
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support/src/main/AndroidManifest.xml
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support/src/main/AndroidManifest.xml:1:1-5:12
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support/src/main/AndroidManifest.xml
+ xmlns:android
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support/src/main/AndroidManifest.xml:1:11-69
+uses-sdk
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support/src/main/AndroidManifest.xml reason: use-sdk injection requested
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support/src/main/AndroidManifest.xml
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support/src/main/AndroidManifest.xml
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support/src/main/AndroidManifest.xml
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support/src/main/AndroidManifest.xml
+ android:targetSdkVersion
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support/src/main/AndroidManifest.xml
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support/src/main/AndroidManifest.xml
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support/src/main/AndroidManifest.xml
+ android:minSdkVersion
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support/src/main/AndroidManifest.xml
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support/src/main/AndroidManifest.xml
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/mogo-skin-support/src/main/AndroidManifest.xml
diff --git a/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-anydpi-v21/skin_btn_check_box.xml b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-anydpi-v21/skin_btn_check_box.xml
new file mode 100644
index 0000000000..9948171c21
--- /dev/null
+++ b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-anydpi-v21/skin_btn_check_box.xml
@@ -0,0 +1,9 @@
+
+
+
diff --git a/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-anydpi-v21/skin_btn_check_box_outline_blank.xml b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-anydpi-v21/skin_btn_check_box_outline_blank.xml
new file mode 100644
index 0000000000..cf8bfa24b5
--- /dev/null
+++ b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-anydpi-v21/skin_btn_check_box_outline_blank.xml
@@ -0,0 +1,9 @@
+
+
+
diff --git a/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-anydpi-v21/skin_btn_radio_checked.xml b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-anydpi-v21/skin_btn_radio_checked.xml
new file mode 100644
index 0000000000..229a3560de
--- /dev/null
+++ b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-anydpi-v21/skin_btn_radio_checked.xml
@@ -0,0 +1,9 @@
+
+
+
diff --git a/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-anydpi-v21/skin_btn_radio_unchecked.xml b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-anydpi-v21/skin_btn_radio_unchecked.xml
new file mode 100644
index 0000000000..ec9f72c4c2
--- /dev/null
+++ b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-anydpi-v21/skin_btn_radio_unchecked.xml
@@ -0,0 +1,9 @@
+
+
+
diff --git a/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-hdpi/skin_btn_check_box.png b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-hdpi/skin_btn_check_box.png
new file mode 100644
index 0000000000..d089b0cab6
Binary files /dev/null and b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-hdpi/skin_btn_check_box.png differ
diff --git a/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-hdpi/skin_btn_check_box_outline_blank.png b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-hdpi/skin_btn_check_box_outline_blank.png
new file mode 100644
index 0000000000..99d848aae0
Binary files /dev/null and b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-hdpi/skin_btn_check_box_outline_blank.png differ
diff --git a/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-hdpi/skin_btn_radio_checked.png b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-hdpi/skin_btn_radio_checked.png
new file mode 100644
index 0000000000..66d8362310
Binary files /dev/null and b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-hdpi/skin_btn_radio_checked.png differ
diff --git a/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-hdpi/skin_btn_radio_unchecked.png b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-hdpi/skin_btn_radio_unchecked.png
new file mode 100644
index 0000000000..e8f7af1b8f
Binary files /dev/null and b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-hdpi/skin_btn_radio_unchecked.png differ
diff --git a/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-ldpi/skin_btn_check_box.png b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-ldpi/skin_btn_check_box.png
new file mode 100644
index 0000000000..36c4d8bddc
Binary files /dev/null and b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-ldpi/skin_btn_check_box.png differ
diff --git a/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-ldpi/skin_btn_check_box_outline_blank.png b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-ldpi/skin_btn_check_box_outline_blank.png
new file mode 100644
index 0000000000..29d4edaf47
Binary files /dev/null and b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-ldpi/skin_btn_check_box_outline_blank.png differ
diff --git a/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-ldpi/skin_btn_radio_checked.png b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-ldpi/skin_btn_radio_checked.png
new file mode 100644
index 0000000000..54ced2522a
Binary files /dev/null and b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-ldpi/skin_btn_radio_checked.png differ
diff --git a/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-ldpi/skin_btn_radio_unchecked.png b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-ldpi/skin_btn_radio_unchecked.png
new file mode 100644
index 0000000000..f4e4ca7422
Binary files /dev/null and b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-ldpi/skin_btn_radio_unchecked.png differ
diff --git a/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-mdpi/skin_btn_check_box.png b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-mdpi/skin_btn_check_box.png
new file mode 100644
index 0000000000..6394200513
Binary files /dev/null and b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-mdpi/skin_btn_check_box.png differ
diff --git a/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-mdpi/skin_btn_check_box_outline_blank.png b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-mdpi/skin_btn_check_box_outline_blank.png
new file mode 100644
index 0000000000..cfb211e162
Binary files /dev/null and b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-mdpi/skin_btn_check_box_outline_blank.png differ
diff --git a/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-mdpi/skin_btn_radio_checked.png b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-mdpi/skin_btn_radio_checked.png
new file mode 100644
index 0000000000..b8e536068f
Binary files /dev/null and b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-mdpi/skin_btn_radio_checked.png differ
diff --git a/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-mdpi/skin_btn_radio_unchecked.png b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-mdpi/skin_btn_radio_unchecked.png
new file mode 100644
index 0000000000..569f422159
Binary files /dev/null and b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-mdpi/skin_btn_radio_unchecked.png differ
diff --git a/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xhdpi/skin_btn_check_box.png b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xhdpi/skin_btn_check_box.png
new file mode 100644
index 0000000000..d826b0703b
Binary files /dev/null and b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xhdpi/skin_btn_check_box.png differ
diff --git a/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xhdpi/skin_btn_check_box_outline_blank.png b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xhdpi/skin_btn_check_box_outline_blank.png
new file mode 100644
index 0000000000..04d91a0b3d
Binary files /dev/null and b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xhdpi/skin_btn_check_box_outline_blank.png differ
diff --git a/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xhdpi/skin_btn_radio_checked.png b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xhdpi/skin_btn_radio_checked.png
new file mode 100644
index 0000000000..45b0328e5a
Binary files /dev/null and b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xhdpi/skin_btn_radio_checked.png differ
diff --git a/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xhdpi/skin_btn_radio_unchecked.png b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xhdpi/skin_btn_radio_unchecked.png
new file mode 100644
index 0000000000..fd2575be2a
Binary files /dev/null and b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xhdpi/skin_btn_radio_unchecked.png differ
diff --git a/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xxhdpi/skin_btn_check_box.png b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xxhdpi/skin_btn_check_box.png
new file mode 100644
index 0000000000..db9875b8fd
Binary files /dev/null and b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xxhdpi/skin_btn_check_box.png differ
diff --git a/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xxhdpi/skin_btn_check_box_outline_blank.png b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xxhdpi/skin_btn_check_box_outline_blank.png
new file mode 100644
index 0000000000..0527e98c80
Binary files /dev/null and b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xxhdpi/skin_btn_check_box_outline_blank.png differ
diff --git a/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xxhdpi/skin_btn_radio_checked.png b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xxhdpi/skin_btn_radio_checked.png
new file mode 100644
index 0000000000..de0778ffee
Binary files /dev/null and b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xxhdpi/skin_btn_radio_checked.png differ
diff --git a/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xxhdpi/skin_btn_radio_unchecked.png b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xxhdpi/skin_btn_radio_unchecked.png
new file mode 100644
index 0000000000..46c106562b
Binary files /dev/null and b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xxhdpi/skin_btn_radio_unchecked.png differ
diff --git a/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xxxhdpi/skin_btn_check_box.png b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xxxhdpi/skin_btn_check_box.png
new file mode 100644
index 0000000000..1c219ee153
Binary files /dev/null and b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xxxhdpi/skin_btn_check_box.png differ
diff --git a/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xxxhdpi/skin_btn_check_box_outline_blank.png b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xxxhdpi/skin_btn_check_box_outline_blank.png
new file mode 100644
index 0000000000..df36e7ace3
Binary files /dev/null and b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xxxhdpi/skin_btn_check_box_outline_blank.png differ
diff --git a/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xxxhdpi/skin_btn_radio_checked.png b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xxxhdpi/skin_btn_radio_checked.png
new file mode 100644
index 0000000000..4387c8eacd
Binary files /dev/null and b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xxxhdpi/skin_btn_radio_checked.png differ
diff --git a/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xxxhdpi/skin_btn_radio_unchecked.png b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xxxhdpi/skin_btn_radio_unchecked.png
new file mode 100644
index 0000000000..e6488ddc36
Binary files /dev/null and b/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xxxhdpi/skin_btn_radio_unchecked.png differ
diff --git a/skin/skin-support-appcompat/build/generated/source/buildConfig/debug/skin/support/appcompat/BuildConfig.java b/skin/skin-support-appcompat/build/generated/source/buildConfig/debug/skin/support/appcompat/BuildConfig.java
new file mode 100644
index 0000000000..2f22a1653d
--- /dev/null
+++ b/skin/skin-support-appcompat/build/generated/source/buildConfig/debug/skin/support/appcompat/BuildConfig.java
@@ -0,0 +1,18 @@
+/**
+ * Automatically generated file. DO NOT MODIFY
+ */
+package skin.support.appcompat;
+
+public final class BuildConfig {
+ public static final boolean DEBUG = Boolean.parseBoolean("true");
+ public static final String LIBRARY_PACKAGE_NAME = "skin.support.appcompat";
+ /**
+ * @deprecated APPLICATION_ID is misleading in libraries. For the library package name use LIBRARY_PACKAGE_NAME
+ */
+ @Deprecated
+ public static final String APPLICATION_ID = "skin.support.appcompat";
+ public static final String BUILD_TYPE = "debug";
+ public static final String FLAVOR = "";
+ public static final int VERSION_CODE = 1;
+ public static final String VERSION_NAME = "1.0";
+}
diff --git a/skin/skin-support-appcompat/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml b/skin/skin-support-appcompat/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml
new file mode 100644
index 0000000000..2041c2eb75
--- /dev/null
+++ b/skin/skin-support-appcompat/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/skin/skin-support-appcompat/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output.json b/skin/skin-support-appcompat/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output.json
new file mode 100644
index 0000000000..4fec683793
--- /dev/null
+++ b/skin/skin-support-appcompat/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output.json
@@ -0,0 +1 @@
+[{"outputType":{"type":"AAPT_FRIENDLY_MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"skin-support-appcompat-debug.aar","fullName":"debug","baseName":"debug"},"path":"AndroidManifest.xml","properties":{"packageId":"skin.support.appcompat","split":""}}]
\ No newline at end of file
diff --git a/skin/skin-support-appcompat/build/intermediates/annotation_processor_list/debug/annotationProcessors.json b/skin/skin-support-appcompat/build/intermediates/annotation_processor_list/debug/annotationProcessors.json
new file mode 100644
index 0000000000..9e26dfeeb6
--- /dev/null
+++ b/skin/skin-support-appcompat/build/intermediates/annotation_processor_list/debug/annotationProcessors.json
@@ -0,0 +1 @@
+{}
\ No newline at end of file
diff --git a/skin/skin-support-appcompat/build/intermediates/compile_library_classes/debug/classes.jar b/skin/skin-support-appcompat/build/intermediates/compile_library_classes/debug/classes.jar
new file mode 100644
index 0000000000..c9fbfd10f6
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/compile_library_classes/debug/classes.jar differ
diff --git a/skin/skin-support-appcompat/build/intermediates/compile_only_not_namespaced_r_class_jar/debug/R.jar b/skin/skin-support-appcompat/build/intermediates/compile_only_not_namespaced_r_class_jar/debug/R.jar
new file mode 100644
index 0000000000..10c8be0c10
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/compile_only_not_namespaced_r_class_jar/debug/R.jar differ
diff --git a/skin/skin-support-appcompat/build/intermediates/incremental/debug-mergeNativeLibs/merge-state b/skin/skin-support-appcompat/build/intermediates/incremental/debug-mergeNativeLibs/merge-state
new file mode 100644
index 0000000000..c2181879e8
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/incremental/debug-mergeNativeLibs/merge-state differ
diff --git a/skin/skin-support-appcompat/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml b/skin/skin-support-appcompat/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml
new file mode 100644
index 0000000000..5aec8c08a2
--- /dev/null
+++ b/skin/skin-support-appcompat/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/skin/skin-support-appcompat/build/intermediates/incremental/mergeDebugShaders/merger.xml b/skin/skin-support-appcompat/build/intermediates/incremental/mergeDebugShaders/merger.xml
new file mode 100644
index 0000000000..8b055b633b
--- /dev/null
+++ b/skin/skin-support-appcompat/build/intermediates/incremental/mergeDebugShaders/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/skin/skin-support-appcompat/build/intermediates/incremental/packageDebugAssets/merger.xml b/skin/skin-support-appcompat/build/intermediates/incremental/packageDebugAssets/merger.xml
new file mode 100644
index 0000000000..9fd0443c18
--- /dev/null
+++ b/skin/skin-support-appcompat/build/intermediates/incremental/packageDebugAssets/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/skin/skin-support-appcompat/build/intermediates/incremental/packageDebugResources/compile-file-map.properties b/skin/skin-support-appcompat/build/intermediates/incremental/packageDebugResources/compile-file-map.properties
new file mode 100644
index 0000000000..e804e7a678
--- /dev/null
+++ b/skin/skin-support-appcompat/build/intermediates/incremental/packageDebugResources/compile-file-map.properties
@@ -0,0 +1,38 @@
+#Thu Sep 03 19:51:14 CST 2020
+/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xxxhdpi/skin_btn_check_box_outline_blank.png=/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xxxhdpi-v4/skin_btn_check_box_outline_blank.png
+/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xhdpi/skin_btn_radio_unchecked.png=/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/skin_btn_radio_unchecked.png
+/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xhdpi/skin_btn_radio_checked.png=/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/skin_btn_radio_checked.png
+/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/src/main/res-alertdialog/layout/skin_select_dialog_item.xml=/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/layout/skin_select_dialog_item.xml
+/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xhdpi/skin_btn_check_box_outline_blank.png=/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/skin_btn_check_box_outline_blank.png
+/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/src/main/res-alertdialog/layout/skin_alert_dialog.xml=/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/layout/skin_alert_dialog.xml
+/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-anydpi-v21/skin_btn_radio_checked.xml=/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-anydpi-v21/skin_btn_radio_checked.xml
+/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-hdpi/skin_btn_radio_checked.png=/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-hdpi-v4/skin_btn_radio_checked.png
+/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/src/main/res-alertdialog/layout/skin_select_dialog_singlechoice.xml=/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/layout/skin_select_dialog_singlechoice.xml
+/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-hdpi/skin_btn_check_box_outline_blank.png=/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-hdpi-v4/skin_btn_check_box_outline_blank.png
+/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/src/main/res-alertdialog/layout/skin_select_dialog.xml=/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/layout/skin_select_dialog.xml
+/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-anydpi-v21/skin_btn_check_box.xml=/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-anydpi-v21/skin_btn_check_box.xml
+/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-mdpi/skin_btn_check_box_outline_blank.png=/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-mdpi-v4/skin_btn_check_box_outline_blank.png
+/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-hdpi/skin_btn_radio_unchecked.png=/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-hdpi-v4/skin_btn_radio_unchecked.png
+/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/src/main/res-alertdialog/layout/skin_alert_dialog_button_bar.xml=/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/layout/skin_alert_dialog_button_bar.xml
+/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xxxhdpi/skin_btn_radio_checked.png=/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xxxhdpi-v4/skin_btn_radio_checked.png
+/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xxhdpi/skin_btn_radio_unchecked.png=/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/skin_btn_radio_unchecked.png
+/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-ldpi/skin_btn_check_box.png=/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-ldpi-v4/skin_btn_check_box.png
+/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-ldpi/skin_btn_radio_checked.png=/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-ldpi-v4/skin_btn_radio_checked.png
+/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xxhdpi/skin_btn_check_box.png=/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/skin_btn_check_box.png
+/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-mdpi/skin_btn_radio_checked.png=/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-mdpi-v4/skin_btn_radio_checked.png
+/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xhdpi/skin_btn_check_box.png=/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/skin_btn_check_box.png
+/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-hdpi/skin_btn_check_box.png=/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-hdpi-v4/skin_btn_check_box.png
+/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/src/main/res-alertdialog/layout/skin_select_dialog_multichoice.xml=/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/layout/skin_select_dialog_multichoice.xml
+/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xxhdpi/skin_btn_radio_checked.png=/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/skin_btn_radio_checked.png
+/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-mdpi/skin_btn_check_box.png=/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-mdpi-v4/skin_btn_check_box.png
+/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xxhdpi/skin_btn_check_box_outline_blank.png=/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/skin_btn_check_box_outline_blank.png
+/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-anydpi-v21/skin_btn_radio_unchecked.xml=/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-anydpi-v21/skin_btn_radio_unchecked.xml
+/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-mdpi/skin_btn_radio_unchecked.png=/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-mdpi-v4/skin_btn_radio_unchecked.png
+/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/src/main/res-alertdialog/drawable/skin_btn_radio.xml=/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable/skin_btn_radio.xml
+/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-anydpi-v21/skin_btn_check_box_outline_blank.xml=/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-anydpi-v21/skin_btn_check_box_outline_blank.xml
+/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-ldpi/skin_btn_radio_unchecked.png=/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-ldpi-v4/skin_btn_radio_unchecked.png
+/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/src/main/res-alertdialog/layout/skin_alert_dialog_title.xml=/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/layout/skin_alert_dialog_title.xml
+/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-ldpi/skin_btn_check_box_outline_blank.png=/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-ldpi-v4/skin_btn_check_box_outline_blank.png
+/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xxxhdpi/skin_btn_check_box.png=/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xxxhdpi-v4/skin_btn_check_box.png
+/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/generated/res/pngs/debug/drawable-xxxhdpi/skin_btn_radio_unchecked.png=/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xxxhdpi-v4/skin_btn_radio_unchecked.png
+/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/src/main/res-alertdialog/drawable/skin_btn_check.xml=/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable/skin_btn_check.xml
diff --git a/skin/skin-support-appcompat/build/intermediates/incremental/packageDebugResources/merged.dir/values/values.xml b/skin/skin-support-appcompat/build/intermediates/incremental/packageDebugResources/merged.dir/values/values.xml
new file mode 100644
index 0000000000..ce4341cc5b
--- /dev/null
+++ b/skin/skin-support-appcompat/build/intermediates/incremental/packageDebugResources/merged.dir/values/values.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 8dp
+ 8dp
+ 18dp
+ 8dp
+ 20dp
+ skin-support-appcompat
+
+
\ No newline at end of file
diff --git a/skin/skin-support-appcompat/build/intermediates/incremental/packageDebugResources/merger.xml b/skin/skin-support-appcompat/build/intermediates/incremental/packageDebugResources/merger.xml
new file mode 100644
index 0000000000..6b6888b566
--- /dev/null
+++ b/skin/skin-support-appcompat/build/intermediates/incremental/packageDebugResources/merger.xml
@@ -0,0 +1,8 @@
+
+skin-support-appcompat18dp8dp8dp8dp20dp
\ No newline at end of file
diff --git a/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/androidx/appcompat/app/SkinAppCompatDelegateImpl.class b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/androidx/appcompat/app/SkinAppCompatDelegateImpl.class
new file mode 100644
index 0000000000..4cf97bfe73
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/androidx/appcompat/app/SkinAppCompatDelegateImpl.class differ
diff --git a/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/app/SkinAppCompatViewInflater.class b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/app/SkinAppCompatViewInflater.class
new file mode 100644
index 0000000000..69927ab6cd
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/app/SkinAppCompatViewInflater.class differ
diff --git a/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/app/SkinCompatActivity.class b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/app/SkinCompatActivity.class
new file mode 100644
index 0000000000..f9114c1629
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/app/SkinCompatActivity.class differ
diff --git a/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/appcompat/BuildConfig.class b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/appcompat/BuildConfig.class
new file mode 100644
index 0000000000..f54edbb420
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/appcompat/BuildConfig.class differ
diff --git a/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/content/res/SkinCompatDrawableManager$AvdcInflateDelegate.class b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/content/res/SkinCompatDrawableManager$AvdcInflateDelegate.class
new file mode 100644
index 0000000000..8086d74bc3
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/content/res/SkinCompatDrawableManager$AvdcInflateDelegate.class differ
diff --git a/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/content/res/SkinCompatDrawableManager$ColorFilterLruCache.class b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/content/res/SkinCompatDrawableManager$ColorFilterLruCache.class
new file mode 100644
index 0000000000..e4361f5c91
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/content/res/SkinCompatDrawableManager$ColorFilterLruCache.class differ
diff --git a/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/content/res/SkinCompatDrawableManager$InflateDelegate.class b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/content/res/SkinCompatDrawableManager$InflateDelegate.class
new file mode 100644
index 0000000000..c009ae2e71
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/content/res/SkinCompatDrawableManager$InflateDelegate.class differ
diff --git a/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/content/res/SkinCompatDrawableManager$VdcInflateDelegate.class b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/content/res/SkinCompatDrawableManager$VdcInflateDelegate.class
new file mode 100644
index 0000000000..6208b67c08
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/content/res/SkinCompatDrawableManager$VdcInflateDelegate.class differ
diff --git a/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/content/res/SkinCompatDrawableManager.class b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/content/res/SkinCompatDrawableManager.class
new file mode 100644
index 0000000000..e3625b9b5d
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/content/res/SkinCompatDrawableManager.class differ
diff --git a/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/content/res/SkinCompatDrawableUtils.class b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/content/res/SkinCompatDrawableUtils.class
new file mode 100644
index 0000000000..f756bce589
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/content/res/SkinCompatDrawableUtils.class differ
diff --git a/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/content/res/SkinCompatV7ThemeUtils.class b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/content/res/SkinCompatV7ThemeUtils.class
new file mode 100644
index 0000000000..bd3e6d2fed
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/content/res/SkinCompatV7ThemeUtils.class differ
diff --git a/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/content/res/SkinCompatVectorResources.class b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/content/res/SkinCompatVectorResources.class
new file mode 100644
index 0000000000..703257af87
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/content/res/SkinCompatVectorResources.class differ
diff --git a/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatAutoCompleteTextView.class b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatAutoCompleteTextView.class
new file mode 100644
index 0000000000..0adc8cae9e
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatAutoCompleteTextView.class differ
diff --git a/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatBackgroundHelper.class b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatBackgroundHelper.class
new file mode 100644
index 0000000000..57f9a5a81d
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatBackgroundHelper.class differ
diff --git a/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatButton.class b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatButton.class
new file mode 100644
index 0000000000..6623b06e78
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatButton.class differ
diff --git a/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatCheckBox.class b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatCheckBox.class
new file mode 100644
index 0000000000..919c563b5e
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatCheckBox.class differ
diff --git a/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatCheckedTextView.class b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatCheckedTextView.class
new file mode 100644
index 0000000000..939ee5fada
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatCheckedTextView.class differ
diff --git a/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatCompoundButtonHelper.class b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatCompoundButtonHelper.class
new file mode 100644
index 0000000000..89d28c181a
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatCompoundButtonHelper.class differ
diff --git a/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatEditText.class b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatEditText.class
new file mode 100644
index 0000000000..4d0867b336
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatEditText.class differ
diff --git a/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatFrameLayout.class b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatFrameLayout.class
new file mode 100644
index 0000000000..5df507afc7
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatFrameLayout.class differ
diff --git a/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatImageButton.class b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatImageButton.class
new file mode 100644
index 0000000000..05d37413f6
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatImageButton.class differ
diff --git a/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatImageHelper.class b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatImageHelper.class
new file mode 100644
index 0000000000..731a681981
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatImageHelper.class differ
diff --git a/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatImageView.class b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatImageView.class
new file mode 100644
index 0000000000..afebd7d852
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatImageView.class differ
diff --git a/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatLinearLayout.class b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatLinearLayout.class
new file mode 100644
index 0000000000..d6780b6495
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatLinearLayout.class differ
diff --git a/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatMultiAutoCompleteTextView.class b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatMultiAutoCompleteTextView.class
new file mode 100644
index 0000000000..6f8d52e528
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatMultiAutoCompleteTextView.class differ
diff --git a/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatProgressBar.class b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatProgressBar.class
new file mode 100644
index 0000000000..38f7df5e37
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatProgressBar.class differ
diff --git a/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatProgressBarHelper.class b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatProgressBarHelper.class
new file mode 100644
index 0000000000..80f9081dde
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatProgressBarHelper.class differ
diff --git a/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatRadioButton.class b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatRadioButton.class
new file mode 100644
index 0000000000..818d54f625
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatRadioButton.class differ
diff --git a/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatRadioGroup.class b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatRadioGroup.class
new file mode 100644
index 0000000000..b82e956520
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatRadioGroup.class differ
diff --git a/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatRatingBar.class b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatRatingBar.class
new file mode 100644
index 0000000000..e370af4618
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatRatingBar.class differ
diff --git a/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatRelativeLayout.class b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatRelativeLayout.class
new file mode 100644
index 0000000000..21ac6eb438
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatRelativeLayout.class differ
diff --git a/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatScrollView.class b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatScrollView.class
new file mode 100644
index 0000000000..0fbe0c5a84
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatScrollView.class differ
diff --git a/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatSeekBar.class b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatSeekBar.class
new file mode 100644
index 0000000000..4bc716535c
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatSeekBar.class differ
diff --git a/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatSeekBarHelper.class b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatSeekBarHelper.class
new file mode 100644
index 0000000000..251e68cb7a
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatSeekBarHelper.class differ
diff --git a/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatSpinner.class b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatSpinner.class
new file mode 100644
index 0000000000..fd00feb095
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatSpinner.class differ
diff --git a/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatTextHelper.class b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatTextHelper.class
new file mode 100644
index 0000000000..a513bdcef2
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatTextHelper.class differ
diff --git a/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatTextHelperV17.class b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatTextHelperV17.class
new file mode 100644
index 0000000000..ad4a00e4e9
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatTextHelperV17.class differ
diff --git a/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatTextView.class b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatTextView.class
new file mode 100644
index 0000000000..f31df944f3
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatTextView.class differ
diff --git a/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatToolbar.class b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatToolbar.class
new file mode 100644
index 0000000000..2756d9fb5e
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatToolbar.class differ
diff --git a/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatView.class b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatView.class
new file mode 100644
index 0000000000..d2f1ca30e2
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatView.class differ
diff --git a/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatViewGroup.class b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatViewGroup.class
new file mode 100644
index 0000000000..c0be72dec2
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatViewGroup.class differ
diff --git a/skin/skin-support-appcompat/build/intermediates/library_java_res/debug/res.jar b/skin/skin-support-appcompat/build/intermediates/library_java_res/debug/res.jar
new file mode 100644
index 0000000000..15cb0ecb3e
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/library_java_res/debug/res.jar differ
diff --git a/skin/skin-support-appcompat/build/intermediates/library_manifest/debug/AndroidManifest.xml b/skin/skin-support-appcompat/build/intermediates/library_manifest/debug/AndroidManifest.xml
new file mode 100644
index 0000000000..2041c2eb75
--- /dev/null
+++ b/skin/skin-support-appcompat/build/intermediates/library_manifest/debug/AndroidManifest.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/skin/skin-support-appcompat/build/intermediates/local_only_symbol_list/debug/parseDebugLibraryResources/R-def.txt b/skin/skin-support-appcompat/build/intermediates/local_only_symbol_list/debug/parseDebugLibraryResources/R-def.txt
new file mode 100644
index 0000000000..6f33d465e9
--- /dev/null
+++ b/skin/skin-support-appcompat/build/intermediates/local_only_symbol_list/debug/parseDebugLibraryResources/R-def.txt
@@ -0,0 +1,49 @@
+R_DEF: Internal format may change without notice
+local
+attr skinAlertDialogBackground
+attr skinAlertDialogControlHighlightColor
+attr skinAlertDialogListDivider
+attr skinAlertDialogListItemTextColor
+attr skinAlertDialogMessageTextColor
+attr skinAlertDialogNegativeButtonTextColor
+attr skinAlertDialogNeutralButtonTextColor
+attr skinAlertDialogPositiveButtonTextColor
+attr skinAlertDialogTitleTextColor
+attr skinListChoiceIndicatorMultiple
+attr skinListChoiceIndicatorSingle
+dimen skin_dialog_list_padding_bottom_no_buttons
+dimen skin_dialog_list_padding_top_no_title
+dimen skin_dialog_padding_top
+dimen skin_dialog_title_divider
+dimen skin_select_dialog_padding_start
+drawable skin_btn_check
+drawable skin_btn_check_box
+drawable skin_btn_check_box_outline_blank
+drawable skin_btn_radio
+drawable skin_btn_radio_checked
+drawable skin_btn_radio_unchecked
+id alertTitle
+id buttonPanel
+id contentPanel
+id custom
+id customPanel
+id parentPanel
+id scrollIndicatorDown
+id scrollIndicatorUp
+id scrollView
+id select_dialog_listview
+id spacer
+id textSpacerNoButtons
+id textSpacerNoTitle
+id titleDividerNoCustom
+id title_template
+id topPanel
+layout skin_alert_dialog
+layout skin_alert_dialog_button_bar
+layout skin_alert_dialog_title
+layout skin_select_dialog
+layout skin_select_dialog_item
+layout skin_select_dialog_multichoice
+layout skin_select_dialog_singlechoice
+string app_name
+style AlertDialog.SkinCompat
diff --git a/skin/skin-support-appcompat/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt b/skin/skin-support-appcompat/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt
new file mode 100644
index 0000000000..9341e7d931
--- /dev/null
+++ b/skin/skin-support-appcompat/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt
@@ -0,0 +1,13 @@
+1
+2
+6
+7 /Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/src/main/AndroidManifest.xml
+9 android:targetSdkVersion="22" />
+9-->/Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/src/main/AndroidManifest.xml
+10
+11
diff --git a/skin/skin-support-appcompat/build/intermediates/merged_manifests/debug/output.json b/skin/skin-support-appcompat/build/intermediates/merged_manifests/debug/output.json
new file mode 100644
index 0000000000..7ac487b41f
--- /dev/null
+++ b/skin/skin-support-appcompat/build/intermediates/merged_manifests/debug/output.json
@@ -0,0 +1 @@
+[{"outputType":{"type":"MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"skin-support-appcompat-debug.aar","fullName":"debug","baseName":"debug"},"path":"../../library_manifest/debug/AndroidManifest.xml","properties":{"packageId":"skin.support.appcompat","split":""}}]
\ No newline at end of file
diff --git a/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-anydpi-v21/skin_btn_check_box.xml b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-anydpi-v21/skin_btn_check_box.xml
new file mode 100644
index 0000000000..9948171c21
--- /dev/null
+++ b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-anydpi-v21/skin_btn_check_box.xml
@@ -0,0 +1,9 @@
+
+
+
diff --git a/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-anydpi-v21/skin_btn_check_box_outline_blank.xml b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-anydpi-v21/skin_btn_check_box_outline_blank.xml
new file mode 100644
index 0000000000..cf8bfa24b5
--- /dev/null
+++ b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-anydpi-v21/skin_btn_check_box_outline_blank.xml
@@ -0,0 +1,9 @@
+
+
+
diff --git a/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-anydpi-v21/skin_btn_radio_checked.xml b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-anydpi-v21/skin_btn_radio_checked.xml
new file mode 100644
index 0000000000..229a3560de
--- /dev/null
+++ b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-anydpi-v21/skin_btn_radio_checked.xml
@@ -0,0 +1,9 @@
+
+
+
diff --git a/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-anydpi-v21/skin_btn_radio_unchecked.xml b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-anydpi-v21/skin_btn_radio_unchecked.xml
new file mode 100644
index 0000000000..ec9f72c4c2
--- /dev/null
+++ b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-anydpi-v21/skin_btn_radio_unchecked.xml
@@ -0,0 +1,9 @@
+
+
+
diff --git a/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-hdpi-v4/skin_btn_check_box.png b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-hdpi-v4/skin_btn_check_box.png
new file mode 100644
index 0000000000..d089b0cab6
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-hdpi-v4/skin_btn_check_box.png differ
diff --git a/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-hdpi-v4/skin_btn_check_box_outline_blank.png b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-hdpi-v4/skin_btn_check_box_outline_blank.png
new file mode 100644
index 0000000000..99d848aae0
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-hdpi-v4/skin_btn_check_box_outline_blank.png differ
diff --git a/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-hdpi-v4/skin_btn_radio_checked.png b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-hdpi-v4/skin_btn_radio_checked.png
new file mode 100644
index 0000000000..66d8362310
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-hdpi-v4/skin_btn_radio_checked.png differ
diff --git a/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-hdpi-v4/skin_btn_radio_unchecked.png b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-hdpi-v4/skin_btn_radio_unchecked.png
new file mode 100644
index 0000000000..e8f7af1b8f
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-hdpi-v4/skin_btn_radio_unchecked.png differ
diff --git a/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-ldpi-v4/skin_btn_check_box.png b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-ldpi-v4/skin_btn_check_box.png
new file mode 100644
index 0000000000..36c4d8bddc
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-ldpi-v4/skin_btn_check_box.png differ
diff --git a/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-ldpi-v4/skin_btn_check_box_outline_blank.png b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-ldpi-v4/skin_btn_check_box_outline_blank.png
new file mode 100644
index 0000000000..29d4edaf47
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-ldpi-v4/skin_btn_check_box_outline_blank.png differ
diff --git a/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-ldpi-v4/skin_btn_radio_checked.png b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-ldpi-v4/skin_btn_radio_checked.png
new file mode 100644
index 0000000000..54ced2522a
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-ldpi-v4/skin_btn_radio_checked.png differ
diff --git a/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-ldpi-v4/skin_btn_radio_unchecked.png b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-ldpi-v4/skin_btn_radio_unchecked.png
new file mode 100644
index 0000000000..f4e4ca7422
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-ldpi-v4/skin_btn_radio_unchecked.png differ
diff --git a/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-mdpi-v4/skin_btn_check_box.png b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-mdpi-v4/skin_btn_check_box.png
new file mode 100644
index 0000000000..6394200513
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-mdpi-v4/skin_btn_check_box.png differ
diff --git a/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-mdpi-v4/skin_btn_check_box_outline_blank.png b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-mdpi-v4/skin_btn_check_box_outline_blank.png
new file mode 100644
index 0000000000..cfb211e162
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-mdpi-v4/skin_btn_check_box_outline_blank.png differ
diff --git a/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-mdpi-v4/skin_btn_radio_checked.png b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-mdpi-v4/skin_btn_radio_checked.png
new file mode 100644
index 0000000000..b8e536068f
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-mdpi-v4/skin_btn_radio_checked.png differ
diff --git a/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-mdpi-v4/skin_btn_radio_unchecked.png b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-mdpi-v4/skin_btn_radio_unchecked.png
new file mode 100644
index 0000000000..569f422159
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-mdpi-v4/skin_btn_radio_unchecked.png differ
diff --git a/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/skin_btn_check_box.png b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/skin_btn_check_box.png
new file mode 100644
index 0000000000..d826b0703b
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/skin_btn_check_box.png differ
diff --git a/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/skin_btn_check_box_outline_blank.png b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/skin_btn_check_box_outline_blank.png
new file mode 100644
index 0000000000..04d91a0b3d
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/skin_btn_check_box_outline_blank.png differ
diff --git a/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/skin_btn_radio_checked.png b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/skin_btn_radio_checked.png
new file mode 100644
index 0000000000..45b0328e5a
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/skin_btn_radio_checked.png differ
diff --git a/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/skin_btn_radio_unchecked.png b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/skin_btn_radio_unchecked.png
new file mode 100644
index 0000000000..fd2575be2a
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/skin_btn_radio_unchecked.png differ
diff --git a/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/skin_btn_check_box.png b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/skin_btn_check_box.png
new file mode 100644
index 0000000000..db9875b8fd
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/skin_btn_check_box.png differ
diff --git a/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/skin_btn_check_box_outline_blank.png b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/skin_btn_check_box_outline_blank.png
new file mode 100644
index 0000000000..0527e98c80
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/skin_btn_check_box_outline_blank.png differ
diff --git a/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/skin_btn_radio_checked.png b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/skin_btn_radio_checked.png
new file mode 100644
index 0000000000..de0778ffee
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/skin_btn_radio_checked.png differ
diff --git a/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/skin_btn_radio_unchecked.png b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/skin_btn_radio_unchecked.png
new file mode 100644
index 0000000000..46c106562b
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/skin_btn_radio_unchecked.png differ
diff --git a/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xxxhdpi-v4/skin_btn_check_box.png b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xxxhdpi-v4/skin_btn_check_box.png
new file mode 100644
index 0000000000..1c219ee153
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xxxhdpi-v4/skin_btn_check_box.png differ
diff --git a/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xxxhdpi-v4/skin_btn_check_box_outline_blank.png b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xxxhdpi-v4/skin_btn_check_box_outline_blank.png
new file mode 100644
index 0000000000..df36e7ace3
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xxxhdpi-v4/skin_btn_check_box_outline_blank.png differ
diff --git a/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xxxhdpi-v4/skin_btn_radio_checked.png b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xxxhdpi-v4/skin_btn_radio_checked.png
new file mode 100644
index 0000000000..4387c8eacd
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xxxhdpi-v4/skin_btn_radio_checked.png differ
diff --git a/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xxxhdpi-v4/skin_btn_radio_unchecked.png b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xxxhdpi-v4/skin_btn_radio_unchecked.png
new file mode 100644
index 0000000000..e6488ddc36
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable-xxxhdpi-v4/skin_btn_radio_unchecked.png differ
diff --git a/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable/skin_btn_check.xml b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable/skin_btn_check.xml
new file mode 100755
index 0000000000..8892df6656
--- /dev/null
+++ b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable/skin_btn_check.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable/skin_btn_radio.xml b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable/skin_btn_radio.xml
new file mode 100755
index 0000000000..d71d47732d
--- /dev/null
+++ b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/drawable/skin_btn_radio.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/layout/skin_alert_dialog.xml b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/layout/skin_alert_dialog.xml
new file mode 100755
index 0000000000..1422a82c89
--- /dev/null
+++ b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/layout/skin_alert_dialog.xml
@@ -0,0 +1,87 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/layout/skin_alert_dialog_button_bar.xml b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/layout/skin_alert_dialog_button_bar.xml
new file mode 100755
index 0000000000..5ecc7e0ab2
--- /dev/null
+++ b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/layout/skin_alert_dialog_button_bar.xml
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/layout/skin_alert_dialog_title.xml b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/layout/skin_alert_dialog_title.xml
new file mode 100755
index 0000000000..91ec04df44
--- /dev/null
+++ b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/layout/skin_alert_dialog_title.xml
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/layout/skin_select_dialog.xml b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/layout/skin_select_dialog.xml
new file mode 100755
index 0000000000..71aadbbc29
--- /dev/null
+++ b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/layout/skin_select_dialog.xml
@@ -0,0 +1,22 @@
+
+
+
+
\ No newline at end of file
diff --git a/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/layout/skin_select_dialog_item.xml b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/layout/skin_select_dialog_item.xml
new file mode 100755
index 0000000000..09da6a73d8
--- /dev/null
+++ b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/layout/skin_select_dialog_item.xml
@@ -0,0 +1,18 @@
+
+
+
+
diff --git a/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/layout/skin_select_dialog_multichoice.xml b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/layout/skin_select_dialog_multichoice.xml
new file mode 100755
index 0000000000..4ac4297603
--- /dev/null
+++ b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/layout/skin_select_dialog_multichoice.xml
@@ -0,0 +1,17 @@
+
+
diff --git a/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/layout/skin_select_dialog_singlechoice.xml b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/layout/skin_select_dialog_singlechoice.xml
new file mode 100755
index 0000000000..9276b7ab74
--- /dev/null
+++ b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/layout/skin_select_dialog_singlechoice.xml
@@ -0,0 +1,17 @@
+
+
diff --git a/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/values/values.xml b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/values/values.xml
new file mode 100644
index 0000000000..ce4341cc5b
--- /dev/null
+++ b/skin/skin-support-appcompat/build/intermediates/packaged_res/debug/values/values.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 8dp
+ 8dp
+ 18dp
+ 8dp
+ 20dp
+ skin-support-appcompat
+
+
\ No newline at end of file
diff --git a/skin/skin-support-appcompat/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt b/skin/skin-support-appcompat/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt
new file mode 100644
index 0000000000..7f280bc504
--- /dev/null
+++ b/skin/skin-support-appcompat/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt
@@ -0,0 +1,1310 @@
+skin.support.appcompat
+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 btn_checkbox_to_checked_box_inner_merged_animation
+anim btn_checkbox_to_checked_box_outer_merged_animation
+anim btn_checkbox_to_checked_icon_null_animation
+anim btn_checkbox_to_unchecked_box_inner_merged_animation
+anim btn_checkbox_to_unchecked_check_path_merged_animation
+anim btn_checkbox_to_unchecked_icon_null_animation
+anim btn_radio_to_off_mtrl_dot_group_animation
+anim btn_radio_to_off_mtrl_ring_outer_animation
+anim btn_radio_to_off_mtrl_ring_outer_path_animation
+anim btn_radio_to_on_mtrl_dot_group_animation
+anim btn_radio_to_on_mtrl_ring_outer_animation
+anim btn_radio_to_on_mtrl_ring_outer_path_animation
+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 borderlessButtonStyle
+attr buttonBarButtonStyle
+attr buttonBarNegativeButtonStyle
+attr buttonBarNeutralButtonStyle
+attr buttonBarPositiveButtonStyle
+attr buttonBarStyle
+attr buttonCompat
+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 drawableBottomCompat
+attr drawableEndCompat
+attr drawableLeftCompat
+attr drawableRightCompat
+attr drawableSize
+attr drawableStartCompat
+attr drawableTint
+attr drawableTintMode
+attr drawableTopCompat
+attr drawerArrowStyle
+attr dropDownListViewStyle
+attr dropdownListPreferredItemHeight
+attr editTextBackground
+attr editTextColor
+attr editTextStyle
+attr elevation
+attr expandActivityOverflowButtonDrawable
+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 layout_anchor
+attr layout_anchorGravity
+attr layout_behavior
+attr layout_dodgeInsetEdges
+attr layout_insetEdge
+attr layout_keyline
+attr lineHeight
+attr listChoiceBackgroundIndicator
+attr listChoiceIndicatorMultipleAnimated
+attr listChoiceIndicatorSingleAnimated
+attr listDividerAlertDialog
+attr listItemLayout
+attr listLayout
+attr listMenuViewStyle
+attr listPopupWindowStyle
+attr listPreferredItemHeight
+attr listPreferredItemHeightLarge
+attr listPreferredItemHeightSmall
+attr listPreferredItemPaddingEnd
+attr listPreferredItemPaddingLeft
+attr listPreferredItemPaddingRight
+attr listPreferredItemPaddingStart
+attr logo
+attr logoDescription
+attr maxButtonHeight
+attr measureWithLargestChild
+attr menu
+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 searchHintIcon
+attr searchIcon
+attr searchViewStyle
+attr seekBarStyle
+attr selectableItemBackground
+attr selectableItemBackgroundBorderless
+attr showAsAction
+attr showDividers
+attr showText
+attr showTitle
+attr singleChoiceItemLayout
+attr skinAlertDialogBackground
+attr skinAlertDialogControlHighlightColor
+attr skinAlertDialogListDivider
+attr skinAlertDialogListItemTextColor
+attr skinAlertDialogMessageTextColor
+attr skinAlertDialogNegativeButtonTextColor
+attr skinAlertDialogNeutralButtonTextColor
+attr skinAlertDialogPositiveButtonTextColor
+attr skinAlertDialogTitleTextColor
+attr skinListChoiceIndicatorMultiple
+attr skinListChoiceIndicatorSingle
+attr spinBars
+attr spinnerDropDownItemStyle
+attr spinnerStyle
+attr splitTrack
+attr srcCompat
+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 textLocale
+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 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 notification_material_background_media_default_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_height_large_material
+dimen abc_list_item_height_material
+dimen abc_list_item_height_small_material
+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 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 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 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 skin_dialog_list_padding_bottom_no_buttons
+dimen skin_dialog_list_padding_top_no_title
+dimen skin_dialog_padding_top
+dimen skin_dialog_title_divider
+dimen skin_select_dialog_padding_start
+dimen subtitle_corner_radius
+dimen subtitle_outline_width
+dimen subtitle_shadow_offset
+dimen subtitle_shadow_radius
+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_material_anim
+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_material_anim
+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 btn_checkbox_checked_mtrl
+drawable btn_checkbox_checked_to_unchecked_mtrl_animation
+drawable btn_checkbox_unchecked_mtrl
+drawable btn_checkbox_unchecked_to_checked_mtrl_animation
+drawable btn_radio_off_mtrl
+drawable btn_radio_off_to_on_mtrl_animation
+drawable btn_radio_on_mtrl
+drawable btn_radio_on_to_off_mtrl_animation
+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 skin_btn_check
+drawable skin_btn_check_box
+drawable skin_btn_check_box_outline_blank
+drawable skin_btn_radio
+drawable skin_btn_radio_checked
+drawable skin_btn_radio_unchecked
+drawable tooltip_frame_dark
+drawable tooltip_frame_light
+id accessibility_action_clickable_span
+id accessibility_custom_action_0
+id accessibility_custom_action_1
+id accessibility_custom_action_10
+id accessibility_custom_action_11
+id accessibility_custom_action_12
+id accessibility_custom_action_13
+id accessibility_custom_action_14
+id accessibility_custom_action_15
+id accessibility_custom_action_16
+id accessibility_custom_action_17
+id accessibility_custom_action_18
+id accessibility_custom_action_19
+id accessibility_custom_action_2
+id accessibility_custom_action_20
+id accessibility_custom_action_21
+id accessibility_custom_action_22
+id accessibility_custom_action_23
+id accessibility_custom_action_24
+id accessibility_custom_action_25
+id accessibility_custom_action_26
+id accessibility_custom_action_27
+id accessibility_custom_action_28
+id accessibility_custom_action_29
+id accessibility_custom_action_3
+id accessibility_custom_action_30
+id accessibility_custom_action_31
+id accessibility_custom_action_4
+id accessibility_custom_action_5
+id accessibility_custom_action_6
+id accessibility_custom_action_7
+id accessibility_custom_action_8
+id accessibility_custom_action_9
+id action0
+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 blocking
+id bottom
+id buttonPanel
+id cancel_action
+id checkbox
+id checked
+id chronometer
+id content
+id contentPanel
+id custom
+id customPanel
+id decor_content_parent
+id default_activity_button
+id dialog_button
+id edit_query
+id end
+id end_padder
+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 left
+id line1
+id line3
+id listMode
+id list_item
+id media_actions
+id message
+id multiply
+id none
+id normal
+id notification_background
+id notification_main_column
+id notification_main_column_container
+id off
+id on
+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 status_bar_latest_event_content
+id submenuarrow
+id submit_area
+id tabMode
+id tag_accessibility_actions
+id tag_accessibility_clickable_spans
+id tag_accessibility_heading
+id tag_accessibility_pane_title
+id tag_screen_reader_focusable
+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 unchecked
+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
+interpolator btn_checkbox_checked_mtrl_animation_interpolator_0
+interpolator btn_checkbox_checked_mtrl_animation_interpolator_1
+interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_0
+interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_1
+interpolator btn_radio_to_off_mtrl_animation_interpolator_0
+interpolator btn_radio_to_on_mtrl_animation_interpolator_0
+interpolator fast_out_slow_in
+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 custom_dialog
+layout notification_action
+layout notification_action_tombstone
+layout notification_media_action
+layout notification_media_cancel_action
+layout notification_template_big_media
+layout notification_template_big_media_custom
+layout notification_template_big_media_narrow
+layout notification_template_big_media_narrow_custom
+layout notification_template_custom_big
+layout notification_template_icon_group
+layout notification_template_lines_media
+layout notification_template_media
+layout notification_template_media_custom
+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 skin_alert_dialog
+layout skin_alert_dialog_button_bar
+layout skin_alert_dialog_title
+layout skin_select_dialog
+layout skin_select_dialog_item
+layout skin_select_dialog_multichoice
+layout skin_select_dialog_singlechoice
+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_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 search_menu_title
+string status_bar_notification_info_overflow
+style AlertDialog_AppCompat
+style AlertDialog_AppCompat_Light
+style AlertDialog_SkinCompat
+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
+style Base_Widget_AppCompat_TextView_SpinnerItem
+style Base_Widget_AppCompat_Toolbar
+style Base_Widget_AppCompat_Toolbar_Button_Navigation
+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_Info_Media
+style TextAppearance_Compat_Notification_Line2
+style TextAppearance_Compat_Notification_Line2_Media
+style TextAppearance_Compat_Notification_Media
+style TextAppearance_Compat_Notification_Time
+style TextAppearance_Compat_Notification_Time_Media
+style TextAppearance_Compat_Notification_Title
+style TextAppearance_Compat_Notification_Title_Media
+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_DayNight
+style ThemeOverlay_AppCompat_DayNight_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
+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 drawableBottomCompat drawableEndCompat drawableLeftCompat drawableRightCompat drawableStartCompat drawableTint drawableTintMode drawableTopCompat firstBaselineToTopHeight fontFamily fontVariationSettings lastBaselineToBottomHeight lineHeight textAllCaps textLocale
+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 listChoiceIndicatorMultipleAnimated listChoiceIndicatorSingleAnimated listDividerAlertDialog listMenuViewStyle listPopupWindowStyle listPreferredItemHeight listPreferredItemHeightLarge listPreferredItemHeightSmall listPreferredItemPaddingEnd listPreferredItemPaddingLeft listPreferredItemPaddingRight listPreferredItemPaddingStart 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 ButtonBarLayout allowStacking
+styleable ColorStateListItem alpha android_alpha android_color
+styleable CompoundButton android_button buttonCompat 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 MogoSkinBackgroundHelper android_background
+styleable MogoSkinCompatImageView android_src android_tint srcCompat tint
+styleable MogoSkinCompatTextHelper android_drawableBottom android_drawableEnd android_drawableLeft android_drawableRight android_drawableStart android_drawableTop android_textAppearance
+styleable MogoSkinTextAppearance android_shadowColor android_shadowDx android_shadowDy android_shadowRadius android_textColor android_textColorHint android_textSize android_textStyle android_typeface textAllCaps
+styleable PopupWindow android_popupAnimationStyle android_popupBackground overlapAnchor
+styleable PopupWindowBackgroundState state_above_anchor
+styleable RecycleListView paddingBottomNoButtons paddingTopNoTitle
+styleable SearchView android_focusable android_imeOptions android_inputType android_maxWidth closeIcon commitIcon defaultQueryHint goIcon iconifiedByDefault layout queryBackground queryHint searchHintIcon searchIcon submitBackground suggestionRowLayout voiceIcon
+styleable SkinBackgroundHelper android_background
+styleable SkinCompatImageView android_src android_tint srcCompat tint
+styleable SkinCompatProgressBar android_indeterminateDrawable android_progressDrawable
+styleable SkinCompatTextHelper android_drawableBottom android_drawableEnd android_drawableLeft android_drawableRight android_drawableStart android_drawableTop android_textAppearance
+styleable SkinTextAppearance android_shadowColor android_shadowDx android_shadowDy android_shadowRadius android_textColor android_textColorHint android_textSize android_textStyle android_typeface textAllCaps
+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_textFontWeight android_textSize android_textStyle android_typeface fontFamily fontVariationSettings textAllCaps textLocale
+styleable Toolbar android_gravity android_minHeight buttonGravity collapseContentDescription collapseIcon contentInsetEnd contentInsetEndWithActions contentInsetLeft contentInsetRight contentInsetStart contentInsetStartWithNavigation logo logoDescription maxButtonHeight menu 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/skin/skin-support-appcompat/build/intermediates/runtime_library_classes/debug/classes.jar b/skin/skin-support-appcompat/build/intermediates/runtime_library_classes/debug/classes.jar
new file mode 100644
index 0000000000..c9fbfd10f6
Binary files /dev/null and b/skin/skin-support-appcompat/build/intermediates/runtime_library_classes/debug/classes.jar differ
diff --git a/skin/skin-support-appcompat/build/intermediates/symbols/debug/R.txt b/skin/skin-support-appcompat/build/intermediates/symbols/debug/R.txt
new file mode 100644
index 0000000000..007c483096
--- /dev/null
+++ b/skin/skin-support-appcompat/build/intermediates/symbols/debug/R.txt
@@ -0,0 +1,1789 @@
+int anim abc_fade_in 0x7f010001
+int anim abc_fade_out 0x7f010002
+int anim abc_grow_fade_in_from_bottom 0x7f010003
+int anim abc_popup_enter 0x7f010004
+int anim abc_popup_exit 0x7f010005
+int anim abc_shrink_fade_out_from_bottom 0x7f010006
+int anim abc_slide_in_bottom 0x7f010007
+int anim abc_slide_in_top 0x7f010008
+int anim abc_slide_out_bottom 0x7f010009
+int anim abc_slide_out_top 0x7f01000a
+int anim abc_tooltip_enter 0x7f01000b
+int anim abc_tooltip_exit 0x7f01000c
+int anim btn_checkbox_to_checked_box_inner_merged_animation 0x7f01000d
+int anim btn_checkbox_to_checked_box_outer_merged_animation 0x7f01000e
+int anim btn_checkbox_to_checked_icon_null_animation 0x7f01000f
+int anim btn_checkbox_to_unchecked_box_inner_merged_animation 0x7f010010
+int anim btn_checkbox_to_unchecked_check_path_merged_animation 0x7f010011
+int anim btn_checkbox_to_unchecked_icon_null_animation 0x7f010012
+int anim btn_radio_to_off_mtrl_dot_group_animation 0x7f010013
+int anim btn_radio_to_off_mtrl_ring_outer_animation 0x7f010014
+int anim btn_radio_to_off_mtrl_ring_outer_path_animation 0x7f010015
+int anim btn_radio_to_on_mtrl_dot_group_animation 0x7f010016
+int anim btn_radio_to_on_mtrl_ring_outer_animation 0x7f010017
+int anim btn_radio_to_on_mtrl_ring_outer_path_animation 0x7f010018
+int attr actionBarDivider 0x7f040001
+int attr actionBarItemBackground 0x7f040002
+int attr actionBarPopupTheme 0x7f040003
+int attr actionBarSize 0x7f040004
+int attr actionBarSplitStyle 0x7f040005
+int attr actionBarStyle 0x7f040006
+int attr actionBarTabBarStyle 0x7f040007
+int attr actionBarTabStyle 0x7f040008
+int attr actionBarTabTextStyle 0x7f040009
+int attr actionBarTheme 0x7f04000a
+int attr actionBarWidgetTheme 0x7f04000b
+int attr actionButtonStyle 0x7f04000c
+int attr actionDropDownStyle 0x7f04000d
+int attr actionLayout 0x7f04000e
+int attr actionMenuTextAppearance 0x7f04000f
+int attr actionMenuTextColor 0x7f040010
+int attr actionModeBackground 0x7f040011
+int attr actionModeCloseButtonStyle 0x7f040012
+int attr actionModeCloseDrawable 0x7f040013
+int attr actionModeCopyDrawable 0x7f040014
+int attr actionModeCutDrawable 0x7f040015
+int attr actionModeFindDrawable 0x7f040016
+int attr actionModePasteDrawable 0x7f040017
+int attr actionModePopupWindowStyle 0x7f040018
+int attr actionModeSelectAllDrawable 0x7f040019
+int attr actionModeShareDrawable 0x7f04001a
+int attr actionModeSplitBackground 0x7f04001b
+int attr actionModeStyle 0x7f04001c
+int attr actionModeWebSearchDrawable 0x7f04001d
+int attr actionOverflowButtonStyle 0x7f04001e
+int attr actionOverflowMenuStyle 0x7f04001f
+int attr actionProviderClass 0x7f040020
+int attr actionViewClass 0x7f040021
+int attr activityChooserViewStyle 0x7f040022
+int attr alertDialogButtonGroupStyle 0x7f040023
+int attr alertDialogCenterButtons 0x7f040024
+int attr alertDialogStyle 0x7f040025
+int attr alertDialogTheme 0x7f040026
+int attr allowStacking 0x7f040027
+int attr alpha 0x7f040028
+int attr alphabeticModifiers 0x7f040029
+int attr arrowHeadLength 0x7f04002a
+int attr arrowShaftLength 0x7f04002b
+int attr autoCompleteTextViewStyle 0x7f04002c
+int attr autoSizeMaxTextSize 0x7f04002d
+int attr autoSizeMinTextSize 0x7f04002e
+int attr autoSizePresetSizes 0x7f04002f
+int attr autoSizeStepGranularity 0x7f040030
+int attr autoSizeTextType 0x7f040031
+int attr background 0x7f040032
+int attr backgroundSplit 0x7f040033
+int attr backgroundStacked 0x7f040034
+int attr backgroundTint 0x7f040035
+int attr backgroundTintMode 0x7f040036
+int attr barLength 0x7f040037
+int attr borderlessButtonStyle 0x7f040038
+int attr buttonBarButtonStyle 0x7f040039
+int attr buttonBarNegativeButtonStyle 0x7f04003a
+int attr buttonBarNeutralButtonStyle 0x7f04003b
+int attr buttonBarPositiveButtonStyle 0x7f04003c
+int attr buttonBarStyle 0x7f04003d
+int attr buttonCompat 0x7f04003e
+int attr buttonGravity 0x7f04003f
+int attr buttonIconDimen 0x7f040040
+int attr buttonPanelSideLayout 0x7f040041
+int attr buttonStyle 0x7f040042
+int attr buttonStyleSmall 0x7f040043
+int attr buttonTint 0x7f040044
+int attr buttonTintMode 0x7f040045
+int attr checkboxStyle 0x7f040046
+int attr checkedTextViewStyle 0x7f040047
+int attr closeIcon 0x7f040048
+int attr closeItemLayout 0x7f040049
+int attr collapseContentDescription 0x7f04004a
+int attr collapseIcon 0x7f04004b
+int attr color 0x7f04004c
+int attr colorAccent 0x7f04004d
+int attr colorBackgroundFloating 0x7f04004e
+int attr colorButtonNormal 0x7f04004f
+int attr colorControlActivated 0x7f040050
+int attr colorControlHighlight 0x7f040051
+int attr colorControlNormal 0x7f040052
+int attr colorError 0x7f040053
+int attr colorPrimary 0x7f040054
+int attr colorPrimaryDark 0x7f040055
+int attr colorSwitchThumbNormal 0x7f040056
+int attr commitIcon 0x7f040057
+int attr contentDescription 0x7f040058
+int attr contentInsetEnd 0x7f040059
+int attr contentInsetEndWithActions 0x7f04005a
+int attr contentInsetLeft 0x7f04005b
+int attr contentInsetRight 0x7f04005c
+int attr contentInsetStart 0x7f04005d
+int attr contentInsetStartWithNavigation 0x7f04005e
+int attr controlBackground 0x7f04005f
+int attr coordinatorLayoutStyle 0x7f040060
+int attr customNavigationLayout 0x7f040061
+int attr defaultQueryHint 0x7f040062
+int attr dialogCornerRadius 0x7f040063
+int attr dialogPreferredPadding 0x7f040064
+int attr dialogTheme 0x7f040065
+int attr displayOptions 0x7f040066
+int attr divider 0x7f040067
+int attr dividerHorizontal 0x7f040068
+int attr dividerPadding 0x7f040069
+int attr dividerVertical 0x7f04006a
+int attr drawableBottomCompat 0x7f04006b
+int attr drawableEndCompat 0x7f04006c
+int attr drawableLeftCompat 0x7f04006d
+int attr drawableRightCompat 0x7f04006e
+int attr drawableSize 0x7f04006f
+int attr drawableStartCompat 0x7f040070
+int attr drawableTint 0x7f040071
+int attr drawableTintMode 0x7f040072
+int attr drawableTopCompat 0x7f040073
+int attr drawerArrowStyle 0x7f040074
+int attr dropDownListViewStyle 0x7f040075
+int attr dropdownListPreferredItemHeight 0x7f040076
+int attr editTextBackground 0x7f040077
+int attr editTextColor 0x7f040078
+int attr editTextStyle 0x7f040079
+int attr elevation 0x7f04007a
+int attr expandActivityOverflowButtonDrawable 0x7f04007b
+int attr firstBaselineToTopHeight 0x7f04007c
+int attr font 0x7f04007d
+int attr fontFamily 0x7f04007e
+int attr fontProviderAuthority 0x7f04007f
+int attr fontProviderCerts 0x7f040080
+int attr fontProviderFetchStrategy 0x7f040081
+int attr fontProviderFetchTimeout 0x7f040082
+int attr fontProviderPackage 0x7f040083
+int attr fontProviderQuery 0x7f040084
+int attr fontStyle 0x7f040085
+int attr fontVariationSettings 0x7f040086
+int attr fontWeight 0x7f040087
+int attr gapBetweenBars 0x7f040088
+int attr goIcon 0x7f040089
+int attr height 0x7f04008a
+int attr hideOnContentScroll 0x7f04008b
+int attr homeAsUpIndicator 0x7f04008c
+int attr homeLayout 0x7f04008d
+int attr icon 0x7f04008e
+int attr iconTint 0x7f04008f
+int attr iconTintMode 0x7f040090
+int attr iconifiedByDefault 0x7f040091
+int attr imageButtonStyle 0x7f040092
+int attr indeterminateProgressStyle 0x7f040093
+int attr initialActivityCount 0x7f040094
+int attr isLightTheme 0x7f040095
+int attr itemPadding 0x7f040096
+int attr keylines 0x7f040097
+int attr lastBaselineToBottomHeight 0x7f040098
+int attr layout 0x7f040099
+int attr layout_anchor 0x7f04009a
+int attr layout_anchorGravity 0x7f04009b
+int attr layout_behavior 0x7f04009c
+int attr layout_dodgeInsetEdges 0x7f04009d
+int attr layout_insetEdge 0x7f04009e
+int attr layout_keyline 0x7f04009f
+int attr lineHeight 0x7f0400a0
+int attr listChoiceBackgroundIndicator 0x7f0400a1
+int attr listChoiceIndicatorMultipleAnimated 0x7f0400a2
+int attr listChoiceIndicatorSingleAnimated 0x7f0400a3
+int attr listDividerAlertDialog 0x7f0400a4
+int attr listItemLayout 0x7f0400a5
+int attr listLayout 0x7f0400a6
+int attr listMenuViewStyle 0x7f0400a7
+int attr listPopupWindowStyle 0x7f0400a8
+int attr listPreferredItemHeight 0x7f0400a9
+int attr listPreferredItemHeightLarge 0x7f0400aa
+int attr listPreferredItemHeightSmall 0x7f0400ab
+int attr listPreferredItemPaddingEnd 0x7f0400ac
+int attr listPreferredItemPaddingLeft 0x7f0400ad
+int attr listPreferredItemPaddingRight 0x7f0400ae
+int attr listPreferredItemPaddingStart 0x7f0400af
+int attr logo 0x7f0400b0
+int attr logoDescription 0x7f0400b1
+int attr maxButtonHeight 0x7f0400b2
+int attr measureWithLargestChild 0x7f0400b3
+int attr menu 0x7f0400b4
+int attr multiChoiceItemLayout 0x7f0400b5
+int attr navigationContentDescription 0x7f0400b6
+int attr navigationIcon 0x7f0400b7
+int attr navigationMode 0x7f0400b8
+int attr numericModifiers 0x7f0400b9
+int attr overlapAnchor 0x7f0400ba
+int attr paddingBottomNoButtons 0x7f0400bb
+int attr paddingEnd 0x7f0400bc
+int attr paddingStart 0x7f0400bd
+int attr paddingTopNoTitle 0x7f0400be
+int attr panelBackground 0x7f0400bf
+int attr panelMenuListTheme 0x7f0400c0
+int attr panelMenuListWidth 0x7f0400c1
+int attr popupMenuStyle 0x7f0400c2
+int attr popupTheme 0x7f0400c3
+int attr popupWindowStyle 0x7f0400c4
+int attr preserveIconSpacing 0x7f0400c5
+int attr progressBarPadding 0x7f0400c6
+int attr progressBarStyle 0x7f0400c7
+int attr queryBackground 0x7f0400c8
+int attr queryHint 0x7f0400c9
+int attr radioButtonStyle 0x7f0400ca
+int attr ratingBarStyle 0x7f0400cb
+int attr ratingBarStyleIndicator 0x7f0400cc
+int attr ratingBarStyleSmall 0x7f0400cd
+int attr searchHintIcon 0x7f0400ce
+int attr searchIcon 0x7f0400cf
+int attr searchViewStyle 0x7f0400d0
+int attr seekBarStyle 0x7f0400d1
+int attr selectableItemBackground 0x7f0400d2
+int attr selectableItemBackgroundBorderless 0x7f0400d3
+int attr showAsAction 0x7f0400d4
+int attr showDividers 0x7f0400d5
+int attr showText 0x7f0400d6
+int attr showTitle 0x7f0400d7
+int attr singleChoiceItemLayout 0x7f0400d8
+int attr skinAlertDialogBackground 0x7f0400d9
+int attr skinAlertDialogControlHighlightColor 0x7f0400da
+int attr skinAlertDialogListDivider 0x7f0400db
+int attr skinAlertDialogListItemTextColor 0x7f0400dc
+int attr skinAlertDialogMessageTextColor 0x7f0400dd
+int attr skinAlertDialogNegativeButtonTextColor 0x7f0400de
+int attr skinAlertDialogNeutralButtonTextColor 0x7f0400df
+int attr skinAlertDialogPositiveButtonTextColor 0x7f0400e0
+int attr skinAlertDialogTitleTextColor 0x7f0400e1
+int attr skinListChoiceIndicatorMultiple 0x7f0400e2
+int attr skinListChoiceIndicatorSingle 0x7f0400e3
+int attr spinBars 0x7f0400e4
+int attr spinnerDropDownItemStyle 0x7f0400e5
+int attr spinnerStyle 0x7f0400e6
+int attr splitTrack 0x7f0400e7
+int attr srcCompat 0x7f0400e8
+int attr state_above_anchor 0x7f0400e9
+int attr statusBarBackground 0x7f0400ea
+int attr subMenuArrow 0x7f0400eb
+int attr submitBackground 0x7f0400ec
+int attr subtitle 0x7f0400ed
+int attr subtitleTextAppearance 0x7f0400ee
+int attr subtitleTextColor 0x7f0400ef
+int attr subtitleTextStyle 0x7f0400f0
+int attr suggestionRowLayout 0x7f0400f1
+int attr switchMinWidth 0x7f0400f2
+int attr switchPadding 0x7f0400f3
+int attr switchStyle 0x7f0400f4
+int attr switchTextAppearance 0x7f0400f5
+int attr textAllCaps 0x7f0400f6
+int attr textAppearanceLargePopupMenu 0x7f0400f7
+int attr textAppearanceListItem 0x7f0400f8
+int attr textAppearanceListItemSecondary 0x7f0400f9
+int attr textAppearanceListItemSmall 0x7f0400fa
+int attr textAppearancePopupMenuHeader 0x7f0400fb
+int attr textAppearanceSearchResultSubtitle 0x7f0400fc
+int attr textAppearanceSearchResultTitle 0x7f0400fd
+int attr textAppearanceSmallPopupMenu 0x7f0400fe
+int attr textColorAlertDialogListItem 0x7f0400ff
+int attr textColorSearchUrl 0x7f040100
+int attr textLocale 0x7f040101
+int attr theme 0x7f040102
+int attr thickness 0x7f040103
+int attr thumbTextPadding 0x7f040104
+int attr thumbTint 0x7f040105
+int attr thumbTintMode 0x7f040106
+int attr tickMark 0x7f040107
+int attr tickMarkTint 0x7f040108
+int attr tickMarkTintMode 0x7f040109
+int attr tint 0x7f04010a
+int attr tintMode 0x7f04010b
+int attr title 0x7f04010c
+int attr titleMargin 0x7f04010d
+int attr titleMarginBottom 0x7f04010e
+int attr titleMarginEnd 0x7f04010f
+int attr titleMarginStart 0x7f040110
+int attr titleMarginTop 0x7f040111
+int attr titleMargins 0x7f040112
+int attr titleTextAppearance 0x7f040113
+int attr titleTextColor 0x7f040114
+int attr titleTextStyle 0x7f040115
+int attr toolbarNavigationButtonStyle 0x7f040116
+int attr toolbarStyle 0x7f040117
+int attr tooltipForegroundColor 0x7f040118
+int attr tooltipFrameBackground 0x7f040119
+int attr tooltipText 0x7f04011a
+int attr track 0x7f04011b
+int attr trackTint 0x7f04011c
+int attr trackTintMode 0x7f04011d
+int attr ttcIndex 0x7f04011e
+int attr viewInflaterClass 0x7f04011f
+int attr voiceIcon 0x7f040120
+int attr windowActionBar 0x7f040121
+int attr windowActionBarOverlay 0x7f040122
+int attr windowActionModeOverlay 0x7f040123
+int attr windowFixedHeightMajor 0x7f040124
+int attr windowFixedHeightMinor 0x7f040125
+int attr windowFixedWidthMajor 0x7f040126
+int attr windowFixedWidthMinor 0x7f040127
+int attr windowMinWidthMajor 0x7f040128
+int attr windowMinWidthMinor 0x7f040129
+int attr windowNoTitle 0x7f04012a
+int bool abc_action_bar_embed_tabs 0x7f050001
+int bool abc_allow_stacked_button_bar 0x7f050002
+int bool abc_config_actionMenuItemAllCaps 0x7f050003
+int color abc_background_cache_hint_selector_material_dark 0x7f060001
+int color abc_background_cache_hint_selector_material_light 0x7f060002
+int color abc_btn_colored_borderless_text_material 0x7f060003
+int color abc_btn_colored_text_material 0x7f060004
+int color abc_color_highlight_material 0x7f060005
+int color abc_hint_foreground_material_dark 0x7f060006
+int color abc_hint_foreground_material_light 0x7f060007
+int color abc_input_method_navigation_guard 0x7f060008
+int color abc_primary_text_disable_only_material_dark 0x7f060009
+int color abc_primary_text_disable_only_material_light 0x7f06000a
+int color abc_primary_text_material_dark 0x7f06000b
+int color abc_primary_text_material_light 0x7f06000c
+int color abc_search_url_text 0x7f06000d
+int color abc_search_url_text_normal 0x7f06000e
+int color abc_search_url_text_pressed 0x7f06000f
+int color abc_search_url_text_selected 0x7f060010
+int color abc_secondary_text_material_dark 0x7f060011
+int color abc_secondary_text_material_light 0x7f060012
+int color abc_tint_btn_checkable 0x7f060013
+int color abc_tint_default 0x7f060014
+int color abc_tint_edittext 0x7f060015
+int color abc_tint_seek_thumb 0x7f060016
+int color abc_tint_spinner 0x7f060017
+int color abc_tint_switch_track 0x7f060018
+int color accent_material_dark 0x7f060019
+int color accent_material_light 0x7f06001a
+int color background_floating_material_dark 0x7f06001b
+int color background_floating_material_light 0x7f06001c
+int color background_material_dark 0x7f06001d
+int color background_material_light 0x7f06001e
+int color bright_foreground_disabled_material_dark 0x7f06001f
+int color bright_foreground_disabled_material_light 0x7f060020
+int color bright_foreground_inverse_material_dark 0x7f060021
+int color bright_foreground_inverse_material_light 0x7f060022
+int color bright_foreground_material_dark 0x7f060023
+int color bright_foreground_material_light 0x7f060024
+int color button_material_dark 0x7f060025
+int color button_material_light 0x7f060026
+int color dim_foreground_disabled_material_dark 0x7f060027
+int color dim_foreground_disabled_material_light 0x7f060028
+int color dim_foreground_material_dark 0x7f060029
+int color dim_foreground_material_light 0x7f06002a
+int color error_color_material_dark 0x7f06002b
+int color error_color_material_light 0x7f06002c
+int color foreground_material_dark 0x7f06002d
+int color foreground_material_light 0x7f06002e
+int color highlighted_text_material_dark 0x7f06002f
+int color highlighted_text_material_light 0x7f060030
+int color material_blue_grey_800 0x7f060031
+int color material_blue_grey_900 0x7f060032
+int color material_blue_grey_950 0x7f060033
+int color material_deep_teal_200 0x7f060034
+int color material_deep_teal_500 0x7f060035
+int color material_grey_100 0x7f060036
+int color material_grey_300 0x7f060037
+int color material_grey_50 0x7f060038
+int color material_grey_600 0x7f060039
+int color material_grey_800 0x7f06003a
+int color material_grey_850 0x7f06003b
+int color material_grey_900 0x7f06003c
+int color notification_action_color_filter 0x7f06003d
+int color notification_icon_bg_color 0x7f06003e
+int color notification_material_background_media_default_color 0x7f06003f
+int color primary_dark_material_dark 0x7f060040
+int color primary_dark_material_light 0x7f060041
+int color primary_material_dark 0x7f060042
+int color primary_material_light 0x7f060043
+int color primary_text_default_material_dark 0x7f060044
+int color primary_text_default_material_light 0x7f060045
+int color primary_text_disabled_material_dark 0x7f060046
+int color primary_text_disabled_material_light 0x7f060047
+int color ripple_material_dark 0x7f060048
+int color ripple_material_light 0x7f060049
+int color secondary_text_default_material_dark 0x7f06004a
+int color secondary_text_default_material_light 0x7f06004b
+int color secondary_text_disabled_material_dark 0x7f06004c
+int color secondary_text_disabled_material_light 0x7f06004d
+int color switch_thumb_disabled_material_dark 0x7f06004e
+int color switch_thumb_disabled_material_light 0x7f06004f
+int color switch_thumb_material_dark 0x7f060050
+int color switch_thumb_material_light 0x7f060051
+int color switch_thumb_normal_material_dark 0x7f060052
+int color switch_thumb_normal_material_light 0x7f060053
+int color tooltip_background_dark 0x7f060054
+int color tooltip_background_light 0x7f060055
+int dimen abc_action_bar_content_inset_material 0x7f070001
+int dimen abc_action_bar_content_inset_with_nav 0x7f070002
+int dimen abc_action_bar_default_height_material 0x7f070003
+int dimen abc_action_bar_default_padding_end_material 0x7f070004
+int dimen abc_action_bar_default_padding_start_material 0x7f070005
+int dimen abc_action_bar_elevation_material 0x7f070006
+int dimen abc_action_bar_icon_vertical_padding_material 0x7f070007
+int dimen abc_action_bar_overflow_padding_end_material 0x7f070008
+int dimen abc_action_bar_overflow_padding_start_material 0x7f070009
+int dimen abc_action_bar_stacked_max_height 0x7f07000a
+int dimen abc_action_bar_stacked_tab_max_width 0x7f07000b
+int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f07000c
+int dimen abc_action_bar_subtitle_top_margin_material 0x7f07000d
+int dimen abc_action_button_min_height_material 0x7f07000e
+int dimen abc_action_button_min_width_material 0x7f07000f
+int dimen abc_action_button_min_width_overflow_material 0x7f070010
+int dimen abc_alert_dialog_button_bar_height 0x7f070011
+int dimen abc_alert_dialog_button_dimen 0x7f070012
+int dimen abc_button_inset_horizontal_material 0x7f070013
+int dimen abc_button_inset_vertical_material 0x7f070014
+int dimen abc_button_padding_horizontal_material 0x7f070015
+int dimen abc_button_padding_vertical_material 0x7f070016
+int dimen abc_cascading_menus_min_smallest_width 0x7f070017
+int dimen abc_config_prefDialogWidth 0x7f070018
+int dimen abc_control_corner_material 0x7f070019
+int dimen abc_control_inset_material 0x7f07001a
+int dimen abc_control_padding_material 0x7f07001b
+int dimen abc_dialog_corner_radius_material 0x7f07001c
+int dimen abc_dialog_fixed_height_major 0x7f07001d
+int dimen abc_dialog_fixed_height_minor 0x7f07001e
+int dimen abc_dialog_fixed_width_major 0x7f07001f
+int dimen abc_dialog_fixed_width_minor 0x7f070020
+int dimen abc_dialog_list_padding_bottom_no_buttons 0x7f070021
+int dimen abc_dialog_list_padding_top_no_title 0x7f070022
+int dimen abc_dialog_min_width_major 0x7f070023
+int dimen abc_dialog_min_width_minor 0x7f070024
+int dimen abc_dialog_padding_material 0x7f070025
+int dimen abc_dialog_padding_top_material 0x7f070026
+int dimen abc_dialog_title_divider_material 0x7f070027
+int dimen abc_disabled_alpha_material_dark 0x7f070028
+int dimen abc_disabled_alpha_material_light 0x7f070029
+int dimen abc_dropdownitem_icon_width 0x7f07002a
+int dimen abc_dropdownitem_text_padding_left 0x7f07002b
+int dimen abc_dropdownitem_text_padding_right 0x7f07002c
+int dimen abc_edit_text_inset_bottom_material 0x7f07002d
+int dimen abc_edit_text_inset_horizontal_material 0x7f07002e
+int dimen abc_edit_text_inset_top_material 0x7f07002f
+int dimen abc_floating_window_z 0x7f070030
+int dimen abc_list_item_height_large_material 0x7f070031
+int dimen abc_list_item_height_material 0x7f070032
+int dimen abc_list_item_height_small_material 0x7f070033
+int dimen abc_list_item_padding_horizontal_material 0x7f070034
+int dimen abc_panel_menu_list_width 0x7f070035
+int dimen abc_progress_bar_height_material 0x7f070036
+int dimen abc_search_view_preferred_height 0x7f070037
+int dimen abc_search_view_preferred_width 0x7f070038
+int dimen abc_seekbar_track_background_height_material 0x7f070039
+int dimen abc_seekbar_track_progress_height_material 0x7f07003a
+int dimen abc_select_dialog_padding_start_material 0x7f07003b
+int dimen abc_switch_padding 0x7f07003c
+int dimen abc_text_size_body_1_material 0x7f07003d
+int dimen abc_text_size_body_2_material 0x7f07003e
+int dimen abc_text_size_button_material 0x7f07003f
+int dimen abc_text_size_caption_material 0x7f070040
+int dimen abc_text_size_display_1_material 0x7f070041
+int dimen abc_text_size_display_2_material 0x7f070042
+int dimen abc_text_size_display_3_material 0x7f070043
+int dimen abc_text_size_display_4_material 0x7f070044
+int dimen abc_text_size_headline_material 0x7f070045
+int dimen abc_text_size_large_material 0x7f070046
+int dimen abc_text_size_medium_material 0x7f070047
+int dimen abc_text_size_menu_header_material 0x7f070048
+int dimen abc_text_size_menu_material 0x7f070049
+int dimen abc_text_size_small_material 0x7f07004a
+int dimen abc_text_size_subhead_material 0x7f07004b
+int dimen abc_text_size_subtitle_material_toolbar 0x7f07004c
+int dimen abc_text_size_title_material 0x7f07004d
+int dimen abc_text_size_title_material_toolbar 0x7f07004e
+int dimen compat_button_inset_horizontal_material 0x7f07004f
+int dimen compat_button_inset_vertical_material 0x7f070050
+int dimen compat_button_padding_horizontal_material 0x7f070051
+int dimen compat_button_padding_vertical_material 0x7f070052
+int dimen compat_control_corner_material 0x7f070053
+int dimen compat_notification_large_icon_max_height 0x7f070054
+int dimen compat_notification_large_icon_max_width 0x7f070055
+int dimen disabled_alpha_material_dark 0x7f070056
+int dimen disabled_alpha_material_light 0x7f070057
+int dimen highlight_alpha_material_colored 0x7f070058
+int dimen highlight_alpha_material_dark 0x7f070059
+int dimen highlight_alpha_material_light 0x7f07005a
+int dimen hint_alpha_material_dark 0x7f07005b
+int dimen hint_alpha_material_light 0x7f07005c
+int dimen hint_pressed_alpha_material_dark 0x7f07005d
+int dimen hint_pressed_alpha_material_light 0x7f07005e
+int dimen notification_action_icon_size 0x7f07005f
+int dimen notification_action_text_size 0x7f070060
+int dimen notification_big_circle_margin 0x7f070061
+int dimen notification_content_margin_start 0x7f070062
+int dimen notification_large_icon_height 0x7f070063
+int dimen notification_large_icon_width 0x7f070064
+int dimen notification_main_column_padding_top 0x7f070065
+int dimen notification_media_narrow_margin 0x7f070066
+int dimen notification_right_icon_size 0x7f070067
+int dimen notification_right_side_padding_top 0x7f070068
+int dimen notification_small_icon_background_padding 0x7f070069
+int dimen notification_small_icon_size_as_large 0x7f07006a
+int dimen notification_subtext_size 0x7f07006b
+int dimen notification_top_pad 0x7f07006c
+int dimen notification_top_pad_large_text 0x7f07006d
+int dimen skin_dialog_list_padding_bottom_no_buttons 0x7f07006e
+int dimen skin_dialog_list_padding_top_no_title 0x7f07006f
+int dimen skin_dialog_padding_top 0x7f070070
+int dimen skin_dialog_title_divider 0x7f070071
+int dimen skin_select_dialog_padding_start 0x7f070072
+int dimen subtitle_corner_radius 0x7f070073
+int dimen subtitle_outline_width 0x7f070074
+int dimen subtitle_shadow_offset 0x7f070075
+int dimen subtitle_shadow_radius 0x7f070076
+int dimen tooltip_corner_radius 0x7f070077
+int dimen tooltip_horizontal_padding 0x7f070078
+int dimen tooltip_margin 0x7f070079
+int dimen tooltip_precise_anchor_extra_offset 0x7f07007a
+int dimen tooltip_precise_anchor_threshold 0x7f07007b
+int dimen tooltip_vertical_padding 0x7f07007c
+int dimen tooltip_y_offset_non_touch 0x7f07007d
+int dimen tooltip_y_offset_touch 0x7f07007e
+int drawable abc_ab_share_pack_mtrl_alpha 0x7f080001
+int drawable abc_action_bar_item_background_material 0x7f080002
+int drawable abc_btn_borderless_material 0x7f080003
+int drawable abc_btn_check_material 0x7f080004
+int drawable abc_btn_check_material_anim 0x7f080005
+int drawable abc_btn_check_to_on_mtrl_000 0x7f080006
+int drawable abc_btn_check_to_on_mtrl_015 0x7f080007
+int drawable abc_btn_colored_material 0x7f080008
+int drawable abc_btn_default_mtrl_shape 0x7f080009
+int drawable abc_btn_radio_material 0x7f08000a
+int drawable abc_btn_radio_material_anim 0x7f08000b
+int drawable abc_btn_radio_to_on_mtrl_000 0x7f08000c
+int drawable abc_btn_radio_to_on_mtrl_015 0x7f08000d
+int drawable abc_btn_switch_to_on_mtrl_00001 0x7f08000e
+int drawable abc_btn_switch_to_on_mtrl_00012 0x7f08000f
+int drawable abc_cab_background_internal_bg 0x7f080010
+int drawable abc_cab_background_top_material 0x7f080011
+int drawable abc_cab_background_top_mtrl_alpha 0x7f080012
+int drawable abc_control_background_material 0x7f080013
+int drawable abc_dialog_material_background 0x7f080014
+int drawable abc_edit_text_material 0x7f080015
+int drawable abc_ic_ab_back_material 0x7f080016
+int drawable abc_ic_arrow_drop_right_black_24dp 0x7f080017
+int drawable abc_ic_clear_material 0x7f080018
+int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f080019
+int drawable abc_ic_go_search_api_material 0x7f08001a
+int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f08001b
+int drawable abc_ic_menu_cut_mtrl_alpha 0x7f08001c
+int drawable abc_ic_menu_overflow_material 0x7f08001d
+int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f08001e
+int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f08001f
+int drawable abc_ic_menu_share_mtrl_alpha 0x7f080020
+int drawable abc_ic_search_api_material 0x7f080021
+int drawable abc_ic_star_black_16dp 0x7f080022
+int drawable abc_ic_star_black_36dp 0x7f080023
+int drawable abc_ic_star_black_48dp 0x7f080024
+int drawable abc_ic_star_half_black_16dp 0x7f080025
+int drawable abc_ic_star_half_black_36dp 0x7f080026
+int drawable abc_ic_star_half_black_48dp 0x7f080027
+int drawable abc_ic_voice_search_api_material 0x7f080028
+int drawable abc_item_background_holo_dark 0x7f080029
+int drawable abc_item_background_holo_light 0x7f08002a
+int drawable abc_list_divider_material 0x7f08002b
+int drawable abc_list_divider_mtrl_alpha 0x7f08002c
+int drawable abc_list_focused_holo 0x7f08002d
+int drawable abc_list_longpressed_holo 0x7f08002e
+int drawable abc_list_pressed_holo_dark 0x7f08002f
+int drawable abc_list_pressed_holo_light 0x7f080030
+int drawable abc_list_selector_background_transition_holo_dark 0x7f080031
+int drawable abc_list_selector_background_transition_holo_light 0x7f080032
+int drawable abc_list_selector_disabled_holo_dark 0x7f080033
+int drawable abc_list_selector_disabled_holo_light 0x7f080034
+int drawable abc_list_selector_holo_dark 0x7f080035
+int drawable abc_list_selector_holo_light 0x7f080036
+int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f080037
+int drawable abc_popup_background_mtrl_mult 0x7f080038
+int drawable abc_ratingbar_indicator_material 0x7f080039
+int drawable abc_ratingbar_material 0x7f08003a
+int drawable abc_ratingbar_small_material 0x7f08003b
+int drawable abc_scrubber_control_off_mtrl_alpha 0x7f08003c
+int drawable abc_scrubber_control_to_pressed_mtrl_000 0x7f08003d
+int drawable abc_scrubber_control_to_pressed_mtrl_005 0x7f08003e
+int drawable abc_scrubber_primary_mtrl_alpha 0x7f08003f
+int drawable abc_scrubber_track_mtrl_alpha 0x7f080040
+int drawable abc_seekbar_thumb_material 0x7f080041
+int drawable abc_seekbar_tick_mark_material 0x7f080042
+int drawable abc_seekbar_track_material 0x7f080043
+int drawable abc_spinner_mtrl_am_alpha 0x7f080044
+int drawable abc_spinner_textfield_background_material 0x7f080045
+int drawable abc_switch_thumb_material 0x7f080046
+int drawable abc_switch_track_mtrl_alpha 0x7f080047
+int drawable abc_tab_indicator_material 0x7f080048
+int drawable abc_tab_indicator_mtrl_alpha 0x7f080049
+int drawable abc_text_cursor_material 0x7f08004a
+int drawable abc_text_select_handle_left_mtrl_dark 0x7f08004b
+int drawable abc_text_select_handle_left_mtrl_light 0x7f08004c
+int drawable abc_text_select_handle_middle_mtrl_dark 0x7f08004d
+int drawable abc_text_select_handle_middle_mtrl_light 0x7f08004e
+int drawable abc_text_select_handle_right_mtrl_dark 0x7f08004f
+int drawable abc_text_select_handle_right_mtrl_light 0x7f080050
+int drawable abc_textfield_activated_mtrl_alpha 0x7f080051
+int drawable abc_textfield_default_mtrl_alpha 0x7f080052
+int drawable abc_textfield_search_activated_mtrl_alpha 0x7f080053
+int drawable abc_textfield_search_default_mtrl_alpha 0x7f080054
+int drawable abc_textfield_search_material 0x7f080055
+int drawable abc_vector_test 0x7f080056
+int drawable btn_checkbox_checked_mtrl 0x7f080057
+int drawable btn_checkbox_checked_to_unchecked_mtrl_animation 0x7f080058
+int drawable btn_checkbox_unchecked_mtrl 0x7f080059
+int drawable btn_checkbox_unchecked_to_checked_mtrl_animation 0x7f08005a
+int drawable btn_radio_off_mtrl 0x7f08005b
+int drawable btn_radio_off_to_on_mtrl_animation 0x7f08005c
+int drawable btn_radio_on_mtrl 0x7f08005d
+int drawable btn_radio_on_to_off_mtrl_animation 0x7f08005e
+int drawable notification_action_background 0x7f08005f
+int drawable notification_bg 0x7f080060
+int drawable notification_bg_low 0x7f080061
+int drawable notification_bg_low_normal 0x7f080062
+int drawable notification_bg_low_pressed 0x7f080063
+int drawable notification_bg_normal 0x7f080064
+int drawable notification_bg_normal_pressed 0x7f080065
+int drawable notification_icon_background 0x7f080066
+int drawable notification_template_icon_bg 0x7f080067
+int drawable notification_template_icon_low_bg 0x7f080068
+int drawable notification_tile_bg 0x7f080069
+int drawable notify_panel_notification_icon_bg 0x7f08006a
+int drawable skin_btn_check 0x7f08006b
+int drawable skin_btn_check_box 0x7f08006c
+int drawable skin_btn_check_box_outline_blank 0x7f08006d
+int drawable skin_btn_radio 0x7f08006e
+int drawable skin_btn_radio_checked 0x7f08006f
+int drawable skin_btn_radio_unchecked 0x7f080070
+int drawable tooltip_frame_dark 0x7f080071
+int drawable tooltip_frame_light 0x7f080072
+int id accessibility_action_clickable_span 0x7f0b0001
+int id accessibility_custom_action_0 0x7f0b0002
+int id accessibility_custom_action_1 0x7f0b0003
+int id accessibility_custom_action_10 0x7f0b0004
+int id accessibility_custom_action_11 0x7f0b0005
+int id accessibility_custom_action_12 0x7f0b0006
+int id accessibility_custom_action_13 0x7f0b0007
+int id accessibility_custom_action_14 0x7f0b0008
+int id accessibility_custom_action_15 0x7f0b0009
+int id accessibility_custom_action_16 0x7f0b000a
+int id accessibility_custom_action_17 0x7f0b000b
+int id accessibility_custom_action_18 0x7f0b000c
+int id accessibility_custom_action_19 0x7f0b000d
+int id accessibility_custom_action_2 0x7f0b000e
+int id accessibility_custom_action_20 0x7f0b000f
+int id accessibility_custom_action_21 0x7f0b0010
+int id accessibility_custom_action_22 0x7f0b0011
+int id accessibility_custom_action_23 0x7f0b0012
+int id accessibility_custom_action_24 0x7f0b0013
+int id accessibility_custom_action_25 0x7f0b0014
+int id accessibility_custom_action_26 0x7f0b0015
+int id accessibility_custom_action_27 0x7f0b0016
+int id accessibility_custom_action_28 0x7f0b0017
+int id accessibility_custom_action_29 0x7f0b0018
+int id accessibility_custom_action_3 0x7f0b0019
+int id accessibility_custom_action_30 0x7f0b001a
+int id accessibility_custom_action_31 0x7f0b001b
+int id accessibility_custom_action_4 0x7f0b001c
+int id accessibility_custom_action_5 0x7f0b001d
+int id accessibility_custom_action_6 0x7f0b001e
+int id accessibility_custom_action_7 0x7f0b001f
+int id accessibility_custom_action_8 0x7f0b0020
+int id accessibility_custom_action_9 0x7f0b0021
+int id action0 0x7f0b0022
+int id action_bar 0x7f0b0023
+int id action_bar_activity_content 0x7f0b0024
+int id action_bar_container 0x7f0b0025
+int id action_bar_root 0x7f0b0026
+int id action_bar_spinner 0x7f0b0027
+int id action_bar_subtitle 0x7f0b0028
+int id action_bar_title 0x7f0b0029
+int id action_container 0x7f0b002a
+int id action_context_bar 0x7f0b002b
+int id action_divider 0x7f0b002c
+int id action_image 0x7f0b002d
+int id action_menu_divider 0x7f0b002e
+int id action_menu_presenter 0x7f0b002f
+int id action_mode_bar 0x7f0b0030
+int id action_mode_bar_stub 0x7f0b0031
+int id action_mode_close_button 0x7f0b0032
+int id action_text 0x7f0b0033
+int id actions 0x7f0b0034
+int id activity_chooser_view_content 0x7f0b0035
+int id add 0x7f0b0036
+int id alertTitle 0x7f0b0037
+int id async 0x7f0b0038
+int id blocking 0x7f0b0039
+int id bottom 0x7f0b003a
+int id buttonPanel 0x7f0b003b
+int id cancel_action 0x7f0b003c
+int id checkbox 0x7f0b003d
+int id checked 0x7f0b003e
+int id chronometer 0x7f0b003f
+int id content 0x7f0b0040
+int id contentPanel 0x7f0b0041
+int id custom 0x7f0b0042
+int id customPanel 0x7f0b0043
+int id decor_content_parent 0x7f0b0044
+int id default_activity_button 0x7f0b0045
+int id dialog_button 0x7f0b0046
+int id edit_query 0x7f0b0047
+int id end 0x7f0b0048
+int id end_padder 0x7f0b0049
+int id expand_activities_button 0x7f0b004a
+int id expanded_menu 0x7f0b004b
+int id forever 0x7f0b004c
+int id group_divider 0x7f0b004d
+int id home 0x7f0b004e
+int id icon 0x7f0b004f
+int id icon_group 0x7f0b0050
+int id image 0x7f0b0051
+int id info 0x7f0b0052
+int id italic 0x7f0b0053
+int id left 0x7f0b0054
+int id line1 0x7f0b0055
+int id line3 0x7f0b0056
+int id listMode 0x7f0b0057
+int id list_item 0x7f0b0058
+int id media_actions 0x7f0b0059
+int id message 0x7f0b005a
+int id multiply 0x7f0b005b
+int id none 0x7f0b005c
+int id normal 0x7f0b005d
+int id notification_background 0x7f0b005e
+int id notification_main_column 0x7f0b005f
+int id notification_main_column_container 0x7f0b0060
+int id off 0x7f0b0061
+int id on 0x7f0b0062
+int id parentPanel 0x7f0b0063
+int id progress_circular 0x7f0b0064
+int id progress_horizontal 0x7f0b0065
+int id radio 0x7f0b0066
+int id right 0x7f0b0067
+int id right_icon 0x7f0b0068
+int id right_side 0x7f0b0069
+int id screen 0x7f0b006a
+int id scrollIndicatorDown 0x7f0b006b
+int id scrollIndicatorUp 0x7f0b006c
+int id scrollView 0x7f0b006d
+int id search_badge 0x7f0b006e
+int id search_bar 0x7f0b006f
+int id search_button 0x7f0b0070
+int id search_close_btn 0x7f0b0071
+int id search_edit_frame 0x7f0b0072
+int id search_go_btn 0x7f0b0073
+int id search_mag_icon 0x7f0b0074
+int id search_plate 0x7f0b0075
+int id search_src_text 0x7f0b0076
+int id search_voice_btn 0x7f0b0077
+int id select_dialog_listview 0x7f0b0078
+int id shortcut 0x7f0b0079
+int id spacer 0x7f0b007a
+int id split_action_bar 0x7f0b007b
+int id src_atop 0x7f0b007c
+int id src_in 0x7f0b007d
+int id src_over 0x7f0b007e
+int id start 0x7f0b007f
+int id status_bar_latest_event_content 0x7f0b0080
+int id submenuarrow 0x7f0b0081
+int id submit_area 0x7f0b0082
+int id tabMode 0x7f0b0083
+int id tag_accessibility_actions 0x7f0b0084
+int id tag_accessibility_clickable_spans 0x7f0b0085
+int id tag_accessibility_heading 0x7f0b0086
+int id tag_accessibility_pane_title 0x7f0b0087
+int id tag_screen_reader_focusable 0x7f0b0088
+int id tag_transition_group 0x7f0b0089
+int id tag_unhandled_key_event_manager 0x7f0b008a
+int id tag_unhandled_key_listeners 0x7f0b008b
+int id text 0x7f0b008c
+int id text2 0x7f0b008d
+int id textSpacerNoButtons 0x7f0b008e
+int id textSpacerNoTitle 0x7f0b008f
+int id time 0x7f0b0090
+int id title 0x7f0b0091
+int id titleDividerNoCustom 0x7f0b0092
+int id title_template 0x7f0b0093
+int id top 0x7f0b0094
+int id topPanel 0x7f0b0095
+int id unchecked 0x7f0b0096
+int id uniform 0x7f0b0097
+int id up 0x7f0b0098
+int id wrap_content 0x7f0b0099
+int integer abc_config_activityDefaultDur 0x7f0c0001
+int integer abc_config_activityShortDur 0x7f0c0002
+int integer cancel_button_image_alpha 0x7f0c0003
+int integer config_tooltipAnimTime 0x7f0c0004
+int integer status_bar_notification_info_maxnum 0x7f0c0005
+int interpolator btn_checkbox_checked_mtrl_animation_interpolator_0 0x7f0d0001
+int interpolator btn_checkbox_checked_mtrl_animation_interpolator_1 0x7f0d0002
+int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_0 0x7f0d0003
+int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_1 0x7f0d0004
+int interpolator btn_radio_to_off_mtrl_animation_interpolator_0 0x7f0d0005
+int interpolator btn_radio_to_on_mtrl_animation_interpolator_0 0x7f0d0006
+int interpolator fast_out_slow_in 0x7f0d0007
+int layout abc_action_bar_title_item 0x7f0e0001
+int layout abc_action_bar_up_container 0x7f0e0002
+int layout abc_action_menu_item_layout 0x7f0e0003
+int layout abc_action_menu_layout 0x7f0e0004
+int layout abc_action_mode_bar 0x7f0e0005
+int layout abc_action_mode_close_item_material 0x7f0e0006
+int layout abc_activity_chooser_view 0x7f0e0007
+int layout abc_activity_chooser_view_list_item 0x7f0e0008
+int layout abc_alert_dialog_button_bar_material 0x7f0e0009
+int layout abc_alert_dialog_material 0x7f0e000a
+int layout abc_alert_dialog_title_material 0x7f0e000b
+int layout abc_cascading_menu_item_layout 0x7f0e000c
+int layout abc_dialog_title_material 0x7f0e000d
+int layout abc_expanded_menu_layout 0x7f0e000e
+int layout abc_list_menu_item_checkbox 0x7f0e000f
+int layout abc_list_menu_item_icon 0x7f0e0010
+int layout abc_list_menu_item_layout 0x7f0e0011
+int layout abc_list_menu_item_radio 0x7f0e0012
+int layout abc_popup_menu_header_item_layout 0x7f0e0013
+int layout abc_popup_menu_item_layout 0x7f0e0014
+int layout abc_screen_content_include 0x7f0e0015
+int layout abc_screen_simple 0x7f0e0016
+int layout abc_screen_simple_overlay_action_mode 0x7f0e0017
+int layout abc_screen_toolbar 0x7f0e0018
+int layout abc_search_dropdown_item_icons_2line 0x7f0e0019
+int layout abc_search_view 0x7f0e001a
+int layout abc_select_dialog_material 0x7f0e001b
+int layout abc_tooltip 0x7f0e001c
+int layout custom_dialog 0x7f0e001d
+int layout notification_action 0x7f0e001e
+int layout notification_action_tombstone 0x7f0e001f
+int layout notification_media_action 0x7f0e0020
+int layout notification_media_cancel_action 0x7f0e0021
+int layout notification_template_big_media 0x7f0e0022
+int layout notification_template_big_media_custom 0x7f0e0023
+int layout notification_template_big_media_narrow 0x7f0e0024
+int layout notification_template_big_media_narrow_custom 0x7f0e0025
+int layout notification_template_custom_big 0x7f0e0026
+int layout notification_template_icon_group 0x7f0e0027
+int layout notification_template_lines_media 0x7f0e0028
+int layout notification_template_media 0x7f0e0029
+int layout notification_template_media_custom 0x7f0e002a
+int layout notification_template_part_chronometer 0x7f0e002b
+int layout notification_template_part_time 0x7f0e002c
+int layout select_dialog_item_material 0x7f0e002d
+int layout select_dialog_multichoice_material 0x7f0e002e
+int layout select_dialog_singlechoice_material 0x7f0e002f
+int layout skin_alert_dialog 0x7f0e0030
+int layout skin_alert_dialog_button_bar 0x7f0e0031
+int layout skin_alert_dialog_title 0x7f0e0032
+int layout skin_select_dialog 0x7f0e0033
+int layout skin_select_dialog_item 0x7f0e0034
+int layout skin_select_dialog_multichoice 0x7f0e0035
+int layout skin_select_dialog_singlechoice 0x7f0e0036
+int layout support_simple_spinner_dropdown_item 0x7f0e0037
+int string abc_action_bar_home_description 0x7f140001
+int string abc_action_bar_up_description 0x7f140002
+int string abc_action_menu_overflow_description 0x7f140003
+int string abc_action_mode_done 0x7f140004
+int string abc_activity_chooser_view_see_all 0x7f140005
+int string abc_activitychooserview_choose_application 0x7f140006
+int string abc_capital_off 0x7f140007
+int string abc_capital_on 0x7f140008
+int string abc_menu_alt_shortcut_label 0x7f140009
+int string abc_menu_ctrl_shortcut_label 0x7f14000a
+int string abc_menu_delete_shortcut_label 0x7f14000b
+int string abc_menu_enter_shortcut_label 0x7f14000c
+int string abc_menu_function_shortcut_label 0x7f14000d
+int string abc_menu_meta_shortcut_label 0x7f14000e
+int string abc_menu_shift_shortcut_label 0x7f14000f
+int string abc_menu_space_shortcut_label 0x7f140010
+int string abc_menu_sym_shortcut_label 0x7f140011
+int string abc_prepend_shortcut_label 0x7f140012
+int string abc_search_hint 0x7f140013
+int string abc_searchview_description_clear 0x7f140014
+int string abc_searchview_description_query 0x7f140015
+int string abc_searchview_description_search 0x7f140016
+int string abc_searchview_description_submit 0x7f140017
+int string abc_searchview_description_voice 0x7f140018
+int string abc_shareactionprovider_share_with 0x7f140019
+int string abc_shareactionprovider_share_with_application 0x7f14001a
+int string abc_toolbar_collapse_description 0x7f14001b
+int string app_name 0x7f14001c
+int string search_menu_title 0x7f14001d
+int string status_bar_notification_info_overflow 0x7f14001e
+int style AlertDialog_AppCompat 0x7f150001
+int style AlertDialog_AppCompat_Light 0x7f150002
+int style AlertDialog_SkinCompat 0x7f150003
+int style Animation_AppCompat_Dialog 0x7f150004
+int style Animation_AppCompat_DropDownUp 0x7f150005
+int style Animation_AppCompat_Tooltip 0x7f150006
+int style Base_AlertDialog_AppCompat 0x7f150007
+int style Base_AlertDialog_AppCompat_Light 0x7f150008
+int style Base_Animation_AppCompat_Dialog 0x7f150009
+int style Base_Animation_AppCompat_DropDownUp 0x7f15000a
+int style Base_Animation_AppCompat_Tooltip 0x7f15000b
+int style Base_DialogWindowTitleBackground_AppCompat 0x7f15000c
+int style Base_DialogWindowTitle_AppCompat 0x7f15000d
+int style Base_TextAppearance_AppCompat 0x7f15000e
+int style Base_TextAppearance_AppCompat_Body1 0x7f15000f
+int style Base_TextAppearance_AppCompat_Body2 0x7f150010
+int style Base_TextAppearance_AppCompat_Button 0x7f150011
+int style Base_TextAppearance_AppCompat_Caption 0x7f150012
+int style Base_TextAppearance_AppCompat_Display1 0x7f150013
+int style Base_TextAppearance_AppCompat_Display2 0x7f150014
+int style Base_TextAppearance_AppCompat_Display3 0x7f150015
+int style Base_TextAppearance_AppCompat_Display4 0x7f150016
+int style Base_TextAppearance_AppCompat_Headline 0x7f150017
+int style Base_TextAppearance_AppCompat_Inverse 0x7f150018
+int style Base_TextAppearance_AppCompat_Large 0x7f150019
+int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f15001a
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f15001b
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f15001c
+int style Base_TextAppearance_AppCompat_Medium 0x7f15001d
+int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f15001e
+int style Base_TextAppearance_AppCompat_Menu 0x7f15001f
+int style Base_TextAppearance_AppCompat_SearchResult 0x7f150020
+int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f150021
+int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f150022
+int style Base_TextAppearance_AppCompat_Small 0x7f150023
+int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f150024
+int style Base_TextAppearance_AppCompat_Subhead 0x7f150025
+int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f150026
+int style Base_TextAppearance_AppCompat_Title 0x7f150027
+int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f150028
+int style Base_TextAppearance_AppCompat_Tooltip 0x7f150029
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f15002a
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f15002b
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f15002c
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f15002d
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f15002e
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f15002f
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f150030
+int style Base_TextAppearance_AppCompat_Widget_Button 0x7f150031
+int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f150032
+int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x7f150033
+int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f150034
+int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f150035
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f150036
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f150037
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f150038
+int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f150039
+int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f15003a
+int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f15003b
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f15003c
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f15003d
+int style Base_ThemeOverlay_AppCompat 0x7f15003e
+int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f15003f
+int style Base_ThemeOverlay_AppCompat_Dark 0x7f150040
+int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f150041
+int style Base_ThemeOverlay_AppCompat_Dialog 0x7f150042
+int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x7f150043
+int style Base_ThemeOverlay_AppCompat_Light 0x7f150044
+int style Base_Theme_AppCompat 0x7f150045
+int style Base_Theme_AppCompat_CompactMenu 0x7f150046
+int style Base_Theme_AppCompat_Dialog 0x7f150047
+int style Base_Theme_AppCompat_DialogWhenLarge 0x7f150048
+int style Base_Theme_AppCompat_Dialog_Alert 0x7f150049
+int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f15004a
+int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f15004b
+int style Base_Theme_AppCompat_Light 0x7f15004c
+int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f15004d
+int style Base_Theme_AppCompat_Light_Dialog 0x7f15004e
+int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f15004f
+int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f150050
+int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f150051
+int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f150052
+int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x7f150053
+int style Base_V21_Theme_AppCompat 0x7f150054
+int style Base_V21_Theme_AppCompat_Dialog 0x7f150055
+int style Base_V21_Theme_AppCompat_Light 0x7f150056
+int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f150057
+int style Base_V22_Theme_AppCompat 0x7f150058
+int style Base_V22_Theme_AppCompat_Light 0x7f150059
+int style Base_V23_Theme_AppCompat 0x7f15005a
+int style Base_V23_Theme_AppCompat_Light 0x7f15005b
+int style Base_V26_Theme_AppCompat 0x7f15005c
+int style Base_V26_Theme_AppCompat_Light 0x7f15005d
+int style Base_V26_Widget_AppCompat_Toolbar 0x7f15005e
+int style Base_V28_Theme_AppCompat 0x7f15005f
+int style Base_V28_Theme_AppCompat_Light 0x7f150060
+int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x7f150061
+int style Base_V7_Theme_AppCompat 0x7f150062
+int style Base_V7_Theme_AppCompat_Dialog 0x7f150063
+int style Base_V7_Theme_AppCompat_Light 0x7f150064
+int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f150065
+int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f150066
+int style Base_V7_Widget_AppCompat_EditText 0x7f150067
+int style Base_V7_Widget_AppCompat_Toolbar 0x7f150068
+int style Base_Widget_AppCompat_ActionBar 0x7f150069
+int style Base_Widget_AppCompat_ActionBar_Solid 0x7f15006a
+int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f15006b
+int style Base_Widget_AppCompat_ActionBar_TabText 0x7f15006c
+int style Base_Widget_AppCompat_ActionBar_TabView 0x7f15006d
+int style Base_Widget_AppCompat_ActionButton 0x7f15006e
+int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f15006f
+int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f150070
+int style Base_Widget_AppCompat_ActionMode 0x7f150071
+int style Base_Widget_AppCompat_ActivityChooserView 0x7f150072
+int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f150073
+int style Base_Widget_AppCompat_Button 0x7f150074
+int style Base_Widget_AppCompat_ButtonBar 0x7f150075
+int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f150076
+int style Base_Widget_AppCompat_Button_Borderless 0x7f150077
+int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f150078
+int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f150079
+int style Base_Widget_AppCompat_Button_Colored 0x7f15007a
+int style Base_Widget_AppCompat_Button_Small 0x7f15007b
+int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f15007c
+int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f15007d
+int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f15007e
+int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f15007f
+int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f150080
+int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f150081
+int style Base_Widget_AppCompat_EditText 0x7f150082
+int style Base_Widget_AppCompat_ImageButton 0x7f150083
+int style Base_Widget_AppCompat_Light_ActionBar 0x7f150084
+int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f150085
+int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f150086
+int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f150087
+int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f150088
+int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f150089
+int style Base_Widget_AppCompat_Light_PopupMenu 0x7f15008a
+int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f15008b
+int style Base_Widget_AppCompat_ListMenuView 0x7f15008c
+int style Base_Widget_AppCompat_ListPopupWindow 0x7f15008d
+int style Base_Widget_AppCompat_ListView 0x7f15008e
+int style Base_Widget_AppCompat_ListView_DropDown 0x7f15008f
+int style Base_Widget_AppCompat_ListView_Menu 0x7f150090
+int style Base_Widget_AppCompat_PopupMenu 0x7f150091
+int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f150092
+int style Base_Widget_AppCompat_PopupWindow 0x7f150093
+int style Base_Widget_AppCompat_ProgressBar 0x7f150094
+int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f150095
+int style Base_Widget_AppCompat_RatingBar 0x7f150096
+int style Base_Widget_AppCompat_RatingBar_Indicator 0x7f150097
+int style Base_Widget_AppCompat_RatingBar_Small 0x7f150098
+int style Base_Widget_AppCompat_SearchView 0x7f150099
+int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f15009a
+int style Base_Widget_AppCompat_SeekBar 0x7f15009b
+int style Base_Widget_AppCompat_SeekBar_Discrete 0x7f15009c
+int style Base_Widget_AppCompat_Spinner 0x7f15009d
+int style Base_Widget_AppCompat_Spinner_Underlined 0x7f15009e
+int style Base_Widget_AppCompat_TextView 0x7f15009f
+int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f1500a0
+int style Base_Widget_AppCompat_Toolbar 0x7f1500a1
+int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f1500a2
+int style Platform_AppCompat 0x7f1500a3
+int style Platform_AppCompat_Light 0x7f1500a4
+int style Platform_ThemeOverlay_AppCompat 0x7f1500a5
+int style Platform_ThemeOverlay_AppCompat_Dark 0x7f1500a6
+int style Platform_ThemeOverlay_AppCompat_Light 0x7f1500a7
+int style Platform_V21_AppCompat 0x7f1500a8
+int style Platform_V21_AppCompat_Light 0x7f1500a9
+int style Platform_V25_AppCompat 0x7f1500aa
+int style Platform_V25_AppCompat_Light 0x7f1500ab
+int style Platform_Widget_AppCompat_Spinner 0x7f1500ac
+int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f1500ad
+int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f1500ae
+int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f1500af
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f1500b0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f1500b1
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut 0x7f1500b2
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow 0x7f1500b3
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f1500b4
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title 0x7f1500b5
+int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f1500b6
+int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f1500b7
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f1500b8
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f1500b9
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f1500ba
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f1500bb
+int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f1500bc
+int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f1500bd
+int style TextAppearance_AppCompat 0x7f1500be
+int style TextAppearance_AppCompat_Body1 0x7f1500bf
+int style TextAppearance_AppCompat_Body2 0x7f1500c0
+int style TextAppearance_AppCompat_Button 0x7f1500c1
+int style TextAppearance_AppCompat_Caption 0x7f1500c2
+int style TextAppearance_AppCompat_Display1 0x7f1500c3
+int style TextAppearance_AppCompat_Display2 0x7f1500c4
+int style TextAppearance_AppCompat_Display3 0x7f1500c5
+int style TextAppearance_AppCompat_Display4 0x7f1500c6
+int style TextAppearance_AppCompat_Headline 0x7f1500c7
+int style TextAppearance_AppCompat_Inverse 0x7f1500c8
+int style TextAppearance_AppCompat_Large 0x7f1500c9
+int style TextAppearance_AppCompat_Large_Inverse 0x7f1500ca
+int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f1500cb
+int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f1500cc
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f1500cd
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f1500ce
+int style TextAppearance_AppCompat_Medium 0x7f1500cf
+int style TextAppearance_AppCompat_Medium_Inverse 0x7f1500d0
+int style TextAppearance_AppCompat_Menu 0x7f1500d1
+int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f1500d2
+int style TextAppearance_AppCompat_SearchResult_Title 0x7f1500d3
+int style TextAppearance_AppCompat_Small 0x7f1500d4
+int style TextAppearance_AppCompat_Small_Inverse 0x7f1500d5
+int style TextAppearance_AppCompat_Subhead 0x7f1500d6
+int style TextAppearance_AppCompat_Subhead_Inverse 0x7f1500d7
+int style TextAppearance_AppCompat_Title 0x7f1500d8
+int style TextAppearance_AppCompat_Title_Inverse 0x7f1500d9
+int style TextAppearance_AppCompat_Tooltip 0x7f1500da
+int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f1500db
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f1500dc
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f1500dd
+int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f1500de
+int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f1500df
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f1500e0
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f1500e1
+int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f1500e2
+int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f1500e3
+int style TextAppearance_AppCompat_Widget_Button 0x7f1500e4
+int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f1500e5
+int style TextAppearance_AppCompat_Widget_Button_Colored 0x7f1500e6
+int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f1500e7
+int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f1500e8
+int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f1500e9
+int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f1500ea
+int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f1500eb
+int style TextAppearance_AppCompat_Widget_Switch 0x7f1500ec
+int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f1500ed
+int style TextAppearance_Compat_Notification 0x7f1500ee
+int style TextAppearance_Compat_Notification_Info 0x7f1500ef
+int style TextAppearance_Compat_Notification_Info_Media 0x7f1500f0
+int style TextAppearance_Compat_Notification_Line2 0x7f1500f1
+int style TextAppearance_Compat_Notification_Line2_Media 0x7f1500f2
+int style TextAppearance_Compat_Notification_Media 0x7f1500f3
+int style TextAppearance_Compat_Notification_Time 0x7f1500f4
+int style TextAppearance_Compat_Notification_Time_Media 0x7f1500f5
+int style TextAppearance_Compat_Notification_Title 0x7f1500f6
+int style TextAppearance_Compat_Notification_Title_Media 0x7f1500f7
+int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f1500f8
+int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f1500f9
+int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f1500fa
+int style ThemeOverlay_AppCompat 0x7f1500fb
+int style ThemeOverlay_AppCompat_ActionBar 0x7f1500fc
+int style ThemeOverlay_AppCompat_Dark 0x7f1500fd
+int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f1500fe
+int style ThemeOverlay_AppCompat_DayNight 0x7f1500ff
+int style ThemeOverlay_AppCompat_DayNight_ActionBar 0x7f150100
+int style ThemeOverlay_AppCompat_Dialog 0x7f150101
+int style ThemeOverlay_AppCompat_Dialog_Alert 0x7f150102
+int style ThemeOverlay_AppCompat_Light 0x7f150103
+int style Theme_AppCompat 0x7f150104
+int style Theme_AppCompat_CompactMenu 0x7f150105
+int style Theme_AppCompat_DayNight 0x7f150106
+int style Theme_AppCompat_DayNight_DarkActionBar 0x7f150107
+int style Theme_AppCompat_DayNight_Dialog 0x7f150108
+int style Theme_AppCompat_DayNight_DialogWhenLarge 0x7f150109
+int style Theme_AppCompat_DayNight_Dialog_Alert 0x7f15010a
+int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x7f15010b
+int style Theme_AppCompat_DayNight_NoActionBar 0x7f15010c
+int style Theme_AppCompat_Dialog 0x7f15010d
+int style Theme_AppCompat_DialogWhenLarge 0x7f15010e
+int style Theme_AppCompat_Dialog_Alert 0x7f15010f
+int style Theme_AppCompat_Dialog_MinWidth 0x7f150110
+int style Theme_AppCompat_Light 0x7f150111
+int style Theme_AppCompat_Light_DarkActionBar 0x7f150112
+int style Theme_AppCompat_Light_Dialog 0x7f150113
+int style Theme_AppCompat_Light_DialogWhenLarge 0x7f150114
+int style Theme_AppCompat_Light_Dialog_Alert 0x7f150115
+int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f150116
+int style Theme_AppCompat_Light_NoActionBar 0x7f150117
+int style Theme_AppCompat_NoActionBar 0x7f150118
+int style Widget_AppCompat_ActionBar 0x7f150119
+int style Widget_AppCompat_ActionBar_Solid 0x7f15011a
+int style Widget_AppCompat_ActionBar_TabBar 0x7f15011b
+int style Widget_AppCompat_ActionBar_TabText 0x7f15011c
+int style Widget_AppCompat_ActionBar_TabView 0x7f15011d
+int style Widget_AppCompat_ActionButton 0x7f15011e
+int style Widget_AppCompat_ActionButton_CloseMode 0x7f15011f
+int style Widget_AppCompat_ActionButton_Overflow 0x7f150120
+int style Widget_AppCompat_ActionMode 0x7f150121
+int style Widget_AppCompat_ActivityChooserView 0x7f150122
+int style Widget_AppCompat_AutoCompleteTextView 0x7f150123
+int style Widget_AppCompat_Button 0x7f150124
+int style Widget_AppCompat_ButtonBar 0x7f150125
+int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f150126
+int style Widget_AppCompat_Button_Borderless 0x7f150127
+int style Widget_AppCompat_Button_Borderless_Colored 0x7f150128
+int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f150129
+int style Widget_AppCompat_Button_Colored 0x7f15012a
+int style Widget_AppCompat_Button_Small 0x7f15012b
+int style Widget_AppCompat_CompoundButton_CheckBox 0x7f15012c
+int style Widget_AppCompat_CompoundButton_RadioButton 0x7f15012d
+int style Widget_AppCompat_CompoundButton_Switch 0x7f15012e
+int style Widget_AppCompat_DrawerArrowToggle 0x7f15012f
+int style Widget_AppCompat_DropDownItem_Spinner 0x7f150130
+int style Widget_AppCompat_EditText 0x7f150131
+int style Widget_AppCompat_ImageButton 0x7f150132
+int style Widget_AppCompat_Light_ActionBar 0x7f150133
+int style Widget_AppCompat_Light_ActionBar_Solid 0x7f150134
+int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f150135
+int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f150136
+int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f150137
+int style Widget_AppCompat_Light_ActionBar_TabText 0x7f150138
+int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f150139
+int style Widget_AppCompat_Light_ActionBar_TabView 0x7f15013a
+int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f15013b
+int style Widget_AppCompat_Light_ActionButton 0x7f15013c
+int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f15013d
+int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f15013e
+int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f15013f
+int style Widget_AppCompat_Light_ActivityChooserView 0x7f150140
+int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f150141
+int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f150142
+int style Widget_AppCompat_Light_ListPopupWindow 0x7f150143
+int style Widget_AppCompat_Light_ListView_DropDown 0x7f150144
+int style Widget_AppCompat_Light_PopupMenu 0x7f150145
+int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f150146
+int style Widget_AppCompat_Light_SearchView 0x7f150147
+int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f150148
+int style Widget_AppCompat_ListMenuView 0x7f150149
+int style Widget_AppCompat_ListPopupWindow 0x7f15014a
+int style Widget_AppCompat_ListView 0x7f15014b
+int style Widget_AppCompat_ListView_DropDown 0x7f15014c
+int style Widget_AppCompat_ListView_Menu 0x7f15014d
+int style Widget_AppCompat_PopupMenu 0x7f15014e
+int style Widget_AppCompat_PopupMenu_Overflow 0x7f15014f
+int style Widget_AppCompat_PopupWindow 0x7f150150
+int style Widget_AppCompat_ProgressBar 0x7f150151
+int style Widget_AppCompat_ProgressBar_Horizontal 0x7f150152
+int style Widget_AppCompat_RatingBar 0x7f150153
+int style Widget_AppCompat_RatingBar_Indicator 0x7f150154
+int style Widget_AppCompat_RatingBar_Small 0x7f150155
+int style Widget_AppCompat_SearchView 0x7f150156
+int style Widget_AppCompat_SearchView_ActionBar 0x7f150157
+int style Widget_AppCompat_SeekBar 0x7f150158
+int style Widget_AppCompat_SeekBar_Discrete 0x7f150159
+int style Widget_AppCompat_Spinner 0x7f15015a
+int style Widget_AppCompat_Spinner_DropDown 0x7f15015b
+int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f15015c
+int style Widget_AppCompat_Spinner_Underlined 0x7f15015d
+int style Widget_AppCompat_TextView 0x7f15015e
+int style Widget_AppCompat_TextView_SpinnerItem 0x7f15015f
+int style Widget_AppCompat_Toolbar 0x7f150160
+int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f150161
+int style Widget_Compat_NotificationActionContainer 0x7f150162
+int style Widget_Compat_NotificationActionText 0x7f150163
+int style Widget_Support_CoordinatorLayout 0x7f150164
+int[] styleable ActionBar { 0x7f040032, 0x7f040033, 0x7f040034, 0x7f040059, 0x7f04005a, 0x7f04005b, 0x7f04005c, 0x7f04005d, 0x7f04005e, 0x7f040061, 0x7f040066, 0x7f040067, 0x7f04007a, 0x7f04008a, 0x7f04008b, 0x7f04008c, 0x7f04008d, 0x7f04008e, 0x7f040093, 0x7f040096, 0x7f0400b0, 0x7f0400b8, 0x7f0400c3, 0x7f0400c6, 0x7f0400c7, 0x7f0400ed, 0x7f0400f0, 0x7f04010c, 0x7f040115 }
+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 { 0x7f040032, 0x7f040033, 0x7f040049, 0x7f04008a, 0x7f0400f0, 0x7f040115 }
+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 { 0x7f04007b, 0x7f040094 }
+int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0
+int styleable ActivityChooserView_initialActivityCount 1
+int[] styleable AlertDialog { 0x10100f2, 0x7f040040, 0x7f040041, 0x7f0400a5, 0x7f0400a6, 0x7f0400b5, 0x7f0400d7, 0x7f0400d8 }
+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, 0x7f0400e8, 0x7f04010a, 0x7f04010b }
+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, 0x7f040107, 0x7f040108, 0x7f040109 }
+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, 0x7f04002d, 0x7f04002e, 0x7f04002f, 0x7f040030, 0x7f040031, 0x7f04006b, 0x7f04006c, 0x7f04006d, 0x7f04006e, 0x7f040070, 0x7f040071, 0x7f040072, 0x7f040073, 0x7f04007c, 0x7f04007e, 0x7f040086, 0x7f040098, 0x7f0400a0, 0x7f0400f6, 0x7f040101 }
+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_drawableBottomCompat 6
+int styleable AppCompatTextView_drawableEndCompat 7
+int styleable AppCompatTextView_drawableLeftCompat 8
+int styleable AppCompatTextView_drawableRightCompat 9
+int styleable AppCompatTextView_drawableStartCompat 10
+int styleable AppCompatTextView_drawableTint 11
+int styleable AppCompatTextView_drawableTintMode 12
+int styleable AppCompatTextView_drawableTopCompat 13
+int styleable AppCompatTextView_firstBaselineToTopHeight 14
+int styleable AppCompatTextView_fontFamily 15
+int styleable AppCompatTextView_fontVariationSettings 16
+int styleable AppCompatTextView_lastBaselineToBottomHeight 17
+int styleable AppCompatTextView_lineHeight 18
+int styleable AppCompatTextView_textAllCaps 19
+int styleable AppCompatTextView_textLocale 20
+int[] styleable AppCompatTheme { 0x7f040001, 0x7f040002, 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f04000d, 0x7f04000f, 0x7f040010, 0x7f040011, 0x7f040012, 0x7f040013, 0x7f040014, 0x7f040015, 0x7f040016, 0x7f040017, 0x7f040018, 0x7f040019, 0x7f04001a, 0x7f04001b, 0x7f04001c, 0x7f04001d, 0x7f04001e, 0x7f04001f, 0x7f040022, 0x7f040023, 0x7f040024, 0x7f040025, 0x7f040026, 0x10100ae, 0x1010057, 0x7f04002c, 0x7f040038, 0x7f040039, 0x7f04003a, 0x7f04003b, 0x7f04003c, 0x7f04003d, 0x7f040042, 0x7f040043, 0x7f040046, 0x7f040047, 0x7f04004d, 0x7f04004e, 0x7f04004f, 0x7f040050, 0x7f040051, 0x7f040052, 0x7f040053, 0x7f040054, 0x7f040055, 0x7f040056, 0x7f04005f, 0x7f040063, 0x7f040064, 0x7f040065, 0x7f040068, 0x7f04006a, 0x7f040075, 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04008c, 0x7f040092, 0x7f0400a1, 0x7f0400a2, 0x7f0400a3, 0x7f0400a4, 0x7f0400a7, 0x7f0400a8, 0x7f0400a9, 0x7f0400aa, 0x7f0400ab, 0x7f0400ac, 0x7f0400ad, 0x7f0400ae, 0x7f0400af, 0x7f0400bf, 0x7f0400c0, 0x7f0400c1, 0x7f0400c2, 0x7f0400c4, 0x7f0400ca, 0x7f0400cb, 0x7f0400cc, 0x7f0400cd, 0x7f0400d0, 0x7f0400d1, 0x7f0400d2, 0x7f0400d3, 0x7f0400e5, 0x7f0400e6, 0x7f0400f4, 0x7f0400f7, 0x7f0400f8, 0x7f0400f9, 0x7f0400fa, 0x7f0400fb, 0x7f0400fc, 0x7f0400fd, 0x7f0400fe, 0x7f0400ff, 0x7f040100, 0x7f040116, 0x7f040117, 0x7f040118, 0x7f040119, 0x7f04011f, 0x7f040121, 0x7f040122, 0x7f040123, 0x7f040124, 0x7f040125, 0x7f040126, 0x7f040127, 0x7f040128, 0x7f040129, 0x7f04012a }
+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_listChoiceIndicatorMultipleAnimated 72
+int styleable AppCompatTheme_listChoiceIndicatorSingleAnimated 73
+int styleable AppCompatTheme_listDividerAlertDialog 74
+int styleable AppCompatTheme_listMenuViewStyle 75
+int styleable AppCompatTheme_listPopupWindowStyle 76
+int styleable AppCompatTheme_listPreferredItemHeight 77
+int styleable AppCompatTheme_listPreferredItemHeightLarge 78
+int styleable AppCompatTheme_listPreferredItemHeightSmall 79
+int styleable AppCompatTheme_listPreferredItemPaddingEnd 80
+int styleable AppCompatTheme_listPreferredItemPaddingLeft 81
+int styleable AppCompatTheme_listPreferredItemPaddingRight 82
+int styleable AppCompatTheme_listPreferredItemPaddingStart 83
+int styleable AppCompatTheme_panelBackground 84
+int styleable AppCompatTheme_panelMenuListTheme 85
+int styleable AppCompatTheme_panelMenuListWidth 86
+int styleable AppCompatTheme_popupMenuStyle 87
+int styleable AppCompatTheme_popupWindowStyle 88
+int styleable AppCompatTheme_radioButtonStyle 89
+int styleable AppCompatTheme_ratingBarStyle 90
+int styleable AppCompatTheme_ratingBarStyleIndicator 91
+int styleable AppCompatTheme_ratingBarStyleSmall 92
+int styleable AppCompatTheme_searchViewStyle 93
+int styleable AppCompatTheme_seekBarStyle 94
+int styleable AppCompatTheme_selectableItemBackground 95
+int styleable AppCompatTheme_selectableItemBackgroundBorderless 96
+int styleable AppCompatTheme_spinnerDropDownItemStyle 97
+int styleable AppCompatTheme_spinnerStyle 98
+int styleable AppCompatTheme_switchStyle 99
+int styleable AppCompatTheme_textAppearanceLargePopupMenu 100
+int styleable AppCompatTheme_textAppearanceListItem 101
+int styleable AppCompatTheme_textAppearanceListItemSecondary 102
+int styleable AppCompatTheme_textAppearanceListItemSmall 103
+int styleable AppCompatTheme_textAppearancePopupMenuHeader 104
+int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 105
+int styleable AppCompatTheme_textAppearanceSearchResultTitle 106
+int styleable AppCompatTheme_textAppearanceSmallPopupMenu 107
+int styleable AppCompatTheme_textColorAlertDialogListItem 108
+int styleable AppCompatTheme_textColorSearchUrl 109
+int styleable AppCompatTheme_toolbarNavigationButtonStyle 110
+int styleable AppCompatTheme_toolbarStyle 111
+int styleable AppCompatTheme_tooltipForegroundColor 112
+int styleable AppCompatTheme_tooltipFrameBackground 113
+int styleable AppCompatTheme_viewInflaterClass 114
+int styleable AppCompatTheme_windowActionBar 115
+int styleable AppCompatTheme_windowActionBarOverlay 116
+int styleable AppCompatTheme_windowActionModeOverlay 117
+int styleable AppCompatTheme_windowFixedHeightMajor 118
+int styleable AppCompatTheme_windowFixedHeightMinor 119
+int styleable AppCompatTheme_windowFixedWidthMajor 120
+int styleable AppCompatTheme_windowFixedWidthMinor 121
+int styleable AppCompatTheme_windowMinWidthMajor 122
+int styleable AppCompatTheme_windowMinWidthMinor 123
+int styleable AppCompatTheme_windowNoTitle 124
+int[] styleable ButtonBarLayout { 0x7f040027 }
+int styleable ButtonBarLayout_allowStacking 0
+int[] styleable ColorStateListItem { 0x7f040028, 0x101031f, 0x10101a5 }
+int styleable ColorStateListItem_alpha 0
+int styleable ColorStateListItem_android_alpha 1
+int styleable ColorStateListItem_android_color 2
+int[] styleable CompoundButton { 0x1010107, 0x7f04003e, 0x7f040044, 0x7f040045 }
+int styleable CompoundButton_android_button 0
+int styleable CompoundButton_buttonCompat 1
+int styleable CompoundButton_buttonTint 2
+int styleable CompoundButton_buttonTintMode 3
+int[] styleable CoordinatorLayout { 0x7f040097, 0x7f0400ea }
+int styleable CoordinatorLayout_keylines 0
+int styleable CoordinatorLayout_statusBarBackground 1
+int[] styleable CoordinatorLayout_Layout { 0x10100b3, 0x7f04009a, 0x7f04009b, 0x7f04009c, 0x7f04009d, 0x7f04009e, 0x7f04009f }
+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 { 0x7f04002a, 0x7f04002b, 0x7f040037, 0x7f04004c, 0x7f04006f, 0x7f040088, 0x7f0400e4, 0x7f040103 }
+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 { 0x7f04007f, 0x7f040080, 0x7f040081, 0x7f040082, 0x7f040083, 0x7f040084 }
+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, 0x7f04007d, 0x7f040085, 0x7f040086, 0x7f040087, 0x7f04011e }
+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, 0x7f040067, 0x7f040069, 0x7f0400b3, 0x7f0400d5 }
+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 { 0x7f04000e, 0x7f040020, 0x7f040021, 0x7f040029, 0x10101e3, 0x10101e5, 0x1010106, 0x101000e, 0x1010002, 0x10100d0, 0x10101de, 0x10101e4, 0x101026f, 0x10101df, 0x10101e1, 0x10101e2, 0x1010194, 0x7f040058, 0x7f04008f, 0x7f040090, 0x7f0400b9, 0x7f0400d4, 0x7f04011a }
+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, 0x7f0400c5, 0x7f0400eb }
+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 MogoSkinBackgroundHelper { 0x10100d4 }
+int styleable MogoSkinBackgroundHelper_android_background 0
+int[] styleable MogoSkinCompatImageView { 0x1010119, 0x1010121, 0x7f0400e8, 0x7f04010a }
+int styleable MogoSkinCompatImageView_android_src 0
+int styleable MogoSkinCompatImageView_android_tint 1
+int styleable MogoSkinCompatImageView_srcCompat 2
+int styleable MogoSkinCompatImageView_tint 3
+int[] styleable MogoSkinCompatTextHelper { 0x101016e, 0x1010393, 0x101016f, 0x1010170, 0x1010392, 0x101016d, 0x1010034 }
+int styleable MogoSkinCompatTextHelper_android_drawableBottom 0
+int styleable MogoSkinCompatTextHelper_android_drawableEnd 1
+int styleable MogoSkinCompatTextHelper_android_drawableLeft 2
+int styleable MogoSkinCompatTextHelper_android_drawableRight 3
+int styleable MogoSkinCompatTextHelper_android_drawableStart 4
+int styleable MogoSkinCompatTextHelper_android_drawableTop 5
+int styleable MogoSkinCompatTextHelper_android_textAppearance 6
+int[] styleable MogoSkinTextAppearance { 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x1010098, 0x101009a, 0x1010095, 0x1010097, 0x1010096, 0x7f0400f6 }
+int styleable MogoSkinTextAppearance_android_shadowColor 0
+int styleable MogoSkinTextAppearance_android_shadowDx 1
+int styleable MogoSkinTextAppearance_android_shadowDy 2
+int styleable MogoSkinTextAppearance_android_shadowRadius 3
+int styleable MogoSkinTextAppearance_android_textColor 4
+int styleable MogoSkinTextAppearance_android_textColorHint 5
+int styleable MogoSkinTextAppearance_android_textSize 6
+int styleable MogoSkinTextAppearance_android_textStyle 7
+int styleable MogoSkinTextAppearance_android_typeface 8
+int styleable MogoSkinTextAppearance_textAllCaps 9
+int[] styleable PopupWindow { 0x10102c9, 0x1010176, 0x7f0400ba }
+int styleable PopupWindow_android_popupAnimationStyle 0
+int styleable PopupWindow_android_popupBackground 1
+int styleable PopupWindow_overlapAnchor 2
+int[] styleable PopupWindowBackgroundState { 0x7f0400e9 }
+int styleable PopupWindowBackgroundState_state_above_anchor 0
+int[] styleable RecycleListView { 0x7f0400bb, 0x7f0400be }
+int styleable RecycleListView_paddingBottomNoButtons 0
+int styleable RecycleListView_paddingTopNoTitle 1
+int[] styleable SearchView { 0x10100da, 0x1010264, 0x1010220, 0x101011f, 0x7f040048, 0x7f040057, 0x7f040062, 0x7f040089, 0x7f040091, 0x7f040099, 0x7f0400c8, 0x7f0400c9, 0x7f0400ce, 0x7f0400cf, 0x7f0400ec, 0x7f0400f1, 0x7f040120 }
+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 SkinBackgroundHelper { 0x10100d4 }
+int styleable SkinBackgroundHelper_android_background 0
+int[] styleable SkinCompatImageView { 0x1010119, 0x1010121, 0x7f0400e8, 0x7f04010a }
+int styleable SkinCompatImageView_android_src 0
+int styleable SkinCompatImageView_android_tint 1
+int styleable SkinCompatImageView_srcCompat 2
+int styleable SkinCompatImageView_tint 3
+int[] styleable SkinCompatProgressBar { 0x101013b, 0x101013c }
+int styleable SkinCompatProgressBar_android_indeterminateDrawable 0
+int styleable SkinCompatProgressBar_android_progressDrawable 1
+int[] styleable SkinCompatTextHelper { 0x101016e, 0x1010393, 0x101016f, 0x1010170, 0x1010392, 0x101016d, 0x1010034 }
+int styleable SkinCompatTextHelper_android_drawableBottom 0
+int styleable SkinCompatTextHelper_android_drawableEnd 1
+int styleable SkinCompatTextHelper_android_drawableLeft 2
+int styleable SkinCompatTextHelper_android_drawableRight 3
+int styleable SkinCompatTextHelper_android_drawableStart 4
+int styleable SkinCompatTextHelper_android_drawableTop 5
+int styleable SkinCompatTextHelper_android_textAppearance 6
+int[] styleable SkinTextAppearance { 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x1010098, 0x101009a, 0x1010095, 0x1010097, 0x1010096, 0x7f0400f6 }
+int styleable SkinTextAppearance_android_shadowColor 0
+int styleable SkinTextAppearance_android_shadowDx 1
+int styleable SkinTextAppearance_android_shadowDy 2
+int styleable SkinTextAppearance_android_shadowRadius 3
+int styleable SkinTextAppearance_android_textColor 4
+int styleable SkinTextAppearance_android_textColorHint 5
+int styleable SkinTextAppearance_android_textSize 6
+int styleable SkinTextAppearance_android_textStyle 7
+int styleable SkinTextAppearance_android_typeface 8
+int styleable SkinTextAppearance_textAllCaps 9
+int[] styleable Spinner { 0x1010262, 0x10100b2, 0x1010176, 0x101017b, 0x7f0400c3 }
+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, 0x7f0400d6, 0x7f0400e7, 0x7f0400f2, 0x7f0400f3, 0x7f0400f5, 0x7f040104, 0x7f040105, 0x7f040106, 0x7f04011b, 0x7f04011c, 0x7f04011d }
+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, 0x1010585, 0x1010095, 0x1010097, 0x1010096, 0x7f04007e, 0x7f040086, 0x7f0400f6, 0x7f040101 }
+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_textFontWeight 8
+int styleable TextAppearance_android_textSize 9
+int styleable TextAppearance_android_textStyle 10
+int styleable TextAppearance_android_typeface 11
+int styleable TextAppearance_fontFamily 12
+int styleable TextAppearance_fontVariationSettings 13
+int styleable TextAppearance_textAllCaps 14
+int styleable TextAppearance_textLocale 15
+int[] styleable Toolbar { 0x10100af, 0x1010140, 0x7f04003f, 0x7f04004a, 0x7f04004b, 0x7f040059, 0x7f04005a, 0x7f04005b, 0x7f04005c, 0x7f04005d, 0x7f04005e, 0x7f0400b0, 0x7f0400b1, 0x7f0400b2, 0x7f0400b4, 0x7f0400b6, 0x7f0400b7, 0x7f0400c3, 0x7f0400ed, 0x7f0400ee, 0x7f0400ef, 0x7f04010c, 0x7f04010d, 0x7f04010e, 0x7f04010f, 0x7f040110, 0x7f040111, 0x7f040112, 0x7f040113, 0x7f040114 }
+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_menu 14
+int styleable Toolbar_navigationContentDescription 15
+int styleable Toolbar_navigationIcon 16
+int styleable Toolbar_popupTheme 17
+int styleable Toolbar_subtitle 18
+int styleable Toolbar_subtitleTextAppearance 19
+int styleable Toolbar_subtitleTextColor 20
+int styleable Toolbar_title 21
+int styleable Toolbar_titleMargin 22
+int styleable Toolbar_titleMarginBottom 23
+int styleable Toolbar_titleMarginEnd 24
+int styleable Toolbar_titleMarginStart 25
+int styleable Toolbar_titleMarginTop 26
+int styleable Toolbar_titleMargins 27
+int styleable Toolbar_titleTextAppearance 28
+int styleable Toolbar_titleTextColor 29
+int[] styleable View { 0x10100da, 0x1010000, 0x7f0400bc, 0x7f0400bd, 0x7f040102 }
+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, 0x7f040035, 0x7f040036 }
+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/skin/skin-support-appcompat/build/outputs/logs/manifest-merger-debug-report.txt b/skin/skin-support-appcompat/build/outputs/logs/manifest-merger-debug-report.txt
new file mode 100644
index 0000000000..081b4407d5
--- /dev/null
+++ b/skin/skin-support-appcompat/build/outputs/logs/manifest-merger-debug-report.txt
@@ -0,0 +1,37 @@
+-- Merging decision tree log ---
+manifest
+ADDED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/src/main/AndroidManifest.xml:1:1-2:40
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/src/main/AndroidManifest.xml:1:1-2:40
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/src/main/AndroidManifest.xml:1:1-2:40
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/src/main/AndroidManifest.xml:1:1-2:40
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/src/main/AndroidManifest.xml:1:1-2:40
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/src/main/AndroidManifest.xml:1:1-2:40
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/src/main/AndroidManifest.xml:1:1-2:40
+ package
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/src/main/AndroidManifest.xml:2:5-37
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/src/main/AndroidManifest.xml
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/src/main/AndroidManifest.xml
+ android:versionName
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/src/main/AndroidManifest.xml
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/src/main/AndroidManifest.xml:1:1-2:40
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/src/main/AndroidManifest.xml
+ android:versionCode
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/src/main/AndroidManifest.xml
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/src/main/AndroidManifest.xml:1:1-2:40
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/src/main/AndroidManifest.xml
+ xmlns:android
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/src/main/AndroidManifest.xml:1:11-69
+uses-sdk
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/src/main/AndroidManifest.xml reason: use-sdk injection requested
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/src/main/AndroidManifest.xml
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/src/main/AndroidManifest.xml
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/src/main/AndroidManifest.xml
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/src/main/AndroidManifest.xml
+ android:targetSdkVersion
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/src/main/AndroidManifest.xml
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/src/main/AndroidManifest.xml
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/src/main/AndroidManifest.xml
+ android:minSdkVersion
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/src/main/AndroidManifest.xml
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/src/main/AndroidManifest.xml
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-appcompat/src/main/AndroidManifest.xml
diff --git a/skin/skin-support-cardview/build/generated/source/buildConfig/debug/skin/support/cardview/BuildConfig.java b/skin/skin-support-cardview/build/generated/source/buildConfig/debug/skin/support/cardview/BuildConfig.java
new file mode 100644
index 0000000000..738da656fd
--- /dev/null
+++ b/skin/skin-support-cardview/build/generated/source/buildConfig/debug/skin/support/cardview/BuildConfig.java
@@ -0,0 +1,18 @@
+/**
+ * Automatically generated file. DO NOT MODIFY
+ */
+package skin.support.cardview;
+
+public final class BuildConfig {
+ public static final boolean DEBUG = Boolean.parseBoolean("true");
+ public static final String LIBRARY_PACKAGE_NAME = "skin.support.cardview";
+ /**
+ * @deprecated APPLICATION_ID is misleading in libraries. For the library package name use LIBRARY_PACKAGE_NAME
+ */
+ @Deprecated
+ public static final String APPLICATION_ID = "skin.support.cardview";
+ public static final String BUILD_TYPE = "debug";
+ public static final String FLAVOR = "";
+ public static final int VERSION_CODE = 1;
+ public static final String VERSION_NAME = "1.0";
+}
diff --git a/skin/skin-support-cardview/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml b/skin/skin-support-cardview/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml
new file mode 100644
index 0000000000..c5c6c9c241
--- /dev/null
+++ b/skin/skin-support-cardview/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/skin/skin-support-cardview/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output.json b/skin/skin-support-cardview/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output.json
new file mode 100644
index 0000000000..6177ac9f7e
--- /dev/null
+++ b/skin/skin-support-cardview/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output.json
@@ -0,0 +1 @@
+[{"outputType":{"type":"AAPT_FRIENDLY_MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"skin-support-cardview-debug.aar","fullName":"debug","baseName":"debug"},"path":"AndroidManifest.xml","properties":{"packageId":"skin.support.cardview","split":""}}]
\ No newline at end of file
diff --git a/skin/skin-support-cardview/build/intermediates/annotation_processor_list/debug/annotationProcessors.json b/skin/skin-support-cardview/build/intermediates/annotation_processor_list/debug/annotationProcessors.json
new file mode 100644
index 0000000000..9e26dfeeb6
--- /dev/null
+++ b/skin/skin-support-cardview/build/intermediates/annotation_processor_list/debug/annotationProcessors.json
@@ -0,0 +1 @@
+{}
\ No newline at end of file
diff --git a/skin/skin-support-cardview/build/intermediates/compile_library_classes/debug/classes.jar b/skin/skin-support-cardview/build/intermediates/compile_library_classes/debug/classes.jar
new file mode 100644
index 0000000000..0d98dd7395
Binary files /dev/null and b/skin/skin-support-cardview/build/intermediates/compile_library_classes/debug/classes.jar differ
diff --git a/skin/skin-support-cardview/build/intermediates/compile_only_not_namespaced_r_class_jar/debug/R.jar b/skin/skin-support-cardview/build/intermediates/compile_only_not_namespaced_r_class_jar/debug/R.jar
new file mode 100644
index 0000000000..b4755de9e2
Binary files /dev/null and b/skin/skin-support-cardview/build/intermediates/compile_only_not_namespaced_r_class_jar/debug/R.jar differ
diff --git a/skin/skin-support-cardview/build/intermediates/incremental/debug-mergeNativeLibs/merge-state b/skin/skin-support-cardview/build/intermediates/incremental/debug-mergeNativeLibs/merge-state
new file mode 100644
index 0000000000..33e9074708
Binary files /dev/null and b/skin/skin-support-cardview/build/intermediates/incremental/debug-mergeNativeLibs/merge-state differ
diff --git a/skin/skin-support-cardview/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml b/skin/skin-support-cardview/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml
new file mode 100644
index 0000000000..60d1c8fe9e
--- /dev/null
+++ b/skin/skin-support-cardview/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/skin/skin-support-cardview/build/intermediates/incremental/mergeDebugShaders/merger.xml b/skin/skin-support-cardview/build/intermediates/incremental/mergeDebugShaders/merger.xml
new file mode 100644
index 0000000000..2e1b0a8040
--- /dev/null
+++ b/skin/skin-support-cardview/build/intermediates/incremental/mergeDebugShaders/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/skin/skin-support-cardview/build/intermediates/incremental/packageDebugAssets/merger.xml b/skin/skin-support-cardview/build/intermediates/incremental/packageDebugAssets/merger.xml
new file mode 100644
index 0000000000..8c28c51832
--- /dev/null
+++ b/skin/skin-support-cardview/build/intermediates/incremental/packageDebugAssets/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/skin/skin-support-cardview/build/intermediates/incremental/packageDebugResources/compile-file-map.properties b/skin/skin-support-cardview/build/intermediates/incremental/packageDebugResources/compile-file-map.properties
new file mode 100644
index 0000000000..271e73b9fd
--- /dev/null
+++ b/skin/skin-support-cardview/build/intermediates/incremental/packageDebugResources/compile-file-map.properties
@@ -0,0 +1 @@
+#Thu Sep 03 19:51:13 CST 2020
diff --git a/skin/skin-support-cardview/build/intermediates/incremental/packageDebugResources/merged.dir/values/values.xml b/skin/skin-support-cardview/build/intermediates/incremental/packageDebugResources/merged.dir/values/values.xml
new file mode 100644
index 0000000000..e011db0bb3
--- /dev/null
+++ b/skin/skin-support-cardview/build/intermediates/incremental/packageDebugResources/merged.dir/values/values.xml
@@ -0,0 +1,4 @@
+
+
+ Skin-Support-CardView
+
\ No newline at end of file
diff --git a/skin/skin-support-cardview/build/intermediates/incremental/packageDebugResources/merger.xml b/skin/skin-support-cardview/build/intermediates/incremental/packageDebugResources/merger.xml
new file mode 100644
index 0000000000..9944032159
--- /dev/null
+++ b/skin/skin-support-cardview/build/intermediates/incremental/packageDebugResources/merger.xml
@@ -0,0 +1,2 @@
+
+Skin-Support-CardView
\ No newline at end of file
diff --git a/skin/skin-support-cardview/build/intermediates/javac/debug/classes/skin/support/SkinCardViewManager.class b/skin/skin-support-cardview/build/intermediates/javac/debug/classes/skin/support/SkinCardViewManager.class
new file mode 100644
index 0000000000..0a23b353ab
Binary files /dev/null and b/skin/skin-support-cardview/build/intermediates/javac/debug/classes/skin/support/SkinCardViewManager.class differ
diff --git a/skin/skin-support-cardview/build/intermediates/javac/debug/classes/skin/support/app/SkinCardViewInflater.class b/skin/skin-support-cardview/build/intermediates/javac/debug/classes/skin/support/app/SkinCardViewInflater.class
new file mode 100644
index 0000000000..42c44c66b9
Binary files /dev/null and b/skin/skin-support-cardview/build/intermediates/javac/debug/classes/skin/support/app/SkinCardViewInflater.class differ
diff --git a/skin/skin-support-cardview/build/intermediates/javac/debug/classes/skin/support/cardview/BuildConfig.class b/skin/skin-support-cardview/build/intermediates/javac/debug/classes/skin/support/cardview/BuildConfig.class
new file mode 100644
index 0000000000..fc5917127f
Binary files /dev/null and b/skin/skin-support-cardview/build/intermediates/javac/debug/classes/skin/support/cardview/BuildConfig.class differ
diff --git a/skin/skin-support-cardview/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatCardView.class b/skin/skin-support-cardview/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatCardView.class
new file mode 100644
index 0000000000..02fadf97d0
Binary files /dev/null and b/skin/skin-support-cardview/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatCardView.class differ
diff --git a/skin/skin-support-cardview/build/intermediates/library_java_res/debug/res.jar b/skin/skin-support-cardview/build/intermediates/library_java_res/debug/res.jar
new file mode 100644
index 0000000000..15cb0ecb3e
Binary files /dev/null and b/skin/skin-support-cardview/build/intermediates/library_java_res/debug/res.jar differ
diff --git a/skin/skin-support-cardview/build/intermediates/library_manifest/debug/AndroidManifest.xml b/skin/skin-support-cardview/build/intermediates/library_manifest/debug/AndroidManifest.xml
new file mode 100644
index 0000000000..c5c6c9c241
--- /dev/null
+++ b/skin/skin-support-cardview/build/intermediates/library_manifest/debug/AndroidManifest.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/skin/skin-support-cardview/build/intermediates/local_only_symbol_list/debug/parseDebugLibraryResources/R-def.txt b/skin/skin-support-cardview/build/intermediates/local_only_symbol_list/debug/parseDebugLibraryResources/R-def.txt
new file mode 100644
index 0000000000..34ca0ec881
--- /dev/null
+++ b/skin/skin-support-cardview/build/intermediates/local_only_symbol_list/debug/parseDebugLibraryResources/R-def.txt
@@ -0,0 +1,3 @@
+R_DEF: Internal format may change without notice
+local
+string app_name
diff --git a/skin/skin-support-cardview/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt b/skin/skin-support-cardview/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt
new file mode 100644
index 0000000000..4df3b9f89d
--- /dev/null
+++ b/skin/skin-support-cardview/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt
@@ -0,0 +1,13 @@
+1
+2
+6
+7 /Users/admin/Android/ADAS/Launcher/skin/skin-support-cardview/src/main/AndroidManifest.xml
+9 android:targetSdkVersion="22" />
+9-->/Users/admin/Android/ADAS/Launcher/skin/skin-support-cardview/src/main/AndroidManifest.xml
+10
+11
diff --git a/skin/skin-support-cardview/build/intermediates/merged_manifests/debug/output.json b/skin/skin-support-cardview/build/intermediates/merged_manifests/debug/output.json
new file mode 100644
index 0000000000..1720c3cffc
--- /dev/null
+++ b/skin/skin-support-cardview/build/intermediates/merged_manifests/debug/output.json
@@ -0,0 +1 @@
+[{"outputType":{"type":"MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"skin-support-cardview-debug.aar","fullName":"debug","baseName":"debug"},"path":"../../library_manifest/debug/AndroidManifest.xml","properties":{"packageId":"skin.support.cardview","split":""}}]
\ No newline at end of file
diff --git a/skin/skin-support-cardview/build/intermediates/packaged_res/debug/values/values.xml b/skin/skin-support-cardview/build/intermediates/packaged_res/debug/values/values.xml
new file mode 100644
index 0000000000..e011db0bb3
--- /dev/null
+++ b/skin/skin-support-cardview/build/intermediates/packaged_res/debug/values/values.xml
@@ -0,0 +1,4 @@
+
+
+ Skin-Support-CardView
+
\ No newline at end of file
diff --git a/skin/skin-support-cardview/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt b/skin/skin-support-cardview/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt
new file mode 100644
index 0000000000..82e9038ff3
--- /dev/null
+++ b/skin/skin-support-cardview/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt
@@ -0,0 +1,1304 @@
+skin.support.cardview
+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 btn_checkbox_to_checked_box_inner_merged_animation
+anim btn_checkbox_to_checked_box_outer_merged_animation
+anim btn_checkbox_to_checked_icon_null_animation
+anim btn_checkbox_to_unchecked_box_inner_merged_animation
+anim btn_checkbox_to_unchecked_check_path_merged_animation
+anim btn_checkbox_to_unchecked_icon_null_animation
+anim btn_radio_to_off_mtrl_dot_group_animation
+anim btn_radio_to_off_mtrl_ring_outer_animation
+anim btn_radio_to_off_mtrl_ring_outer_path_animation
+anim btn_radio_to_on_mtrl_dot_group_animation
+anim btn_radio_to_on_mtrl_ring_outer_animation
+anim btn_radio_to_on_mtrl_ring_outer_path_animation
+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 borderlessButtonStyle
+attr buttonBarButtonStyle
+attr buttonBarNegativeButtonStyle
+attr buttonBarNeutralButtonStyle
+attr buttonBarPositiveButtonStyle
+attr buttonBarStyle
+attr buttonCompat
+attr buttonGravity
+attr buttonIconDimen
+attr buttonPanelSideLayout
+attr buttonStyle
+attr buttonStyleSmall
+attr buttonTint
+attr buttonTintMode
+attr cardBackgroundColor
+attr cardCornerRadius
+attr cardElevation
+attr cardMaxElevation
+attr cardPreventCornerOverlap
+attr cardUseCompatPadding
+attr cardViewStyle
+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 contentPadding
+attr contentPaddingBottom
+attr contentPaddingLeft
+attr contentPaddingRight
+attr contentPaddingTop
+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 drawableBottomCompat
+attr drawableEndCompat
+attr drawableLeftCompat
+attr drawableRightCompat
+attr drawableSize
+attr drawableStartCompat
+attr drawableTint
+attr drawableTintMode
+attr drawableTopCompat
+attr drawerArrowStyle
+attr dropDownListViewStyle
+attr dropdownListPreferredItemHeight
+attr editTextBackground
+attr editTextColor
+attr editTextStyle
+attr elevation
+attr expandActivityOverflowButtonDrawable
+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 layout_anchor
+attr layout_anchorGravity
+attr layout_behavior
+attr layout_dodgeInsetEdges
+attr layout_insetEdge
+attr layout_keyline
+attr lineHeight
+attr listChoiceBackgroundIndicator
+attr listChoiceIndicatorMultipleAnimated
+attr listChoiceIndicatorSingleAnimated
+attr listDividerAlertDialog
+attr listItemLayout
+attr listLayout
+attr listMenuViewStyle
+attr listPopupWindowStyle
+attr listPreferredItemHeight
+attr listPreferredItemHeightLarge
+attr listPreferredItemHeightSmall
+attr listPreferredItemPaddingEnd
+attr listPreferredItemPaddingLeft
+attr listPreferredItemPaddingRight
+attr listPreferredItemPaddingStart
+attr logo
+attr logoDescription
+attr maxButtonHeight
+attr measureWithLargestChild
+attr menu
+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 searchHintIcon
+attr searchIcon
+attr searchViewStyle
+attr seekBarStyle
+attr selectableItemBackground
+attr selectableItemBackgroundBorderless
+attr showAsAction
+attr showDividers
+attr showText
+attr showTitle
+attr singleChoiceItemLayout
+attr spinBars
+attr spinnerDropDownItemStyle
+attr spinnerStyle
+attr splitTrack
+attr srcCompat
+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 textLocale
+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 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 cardview_dark_background
+color cardview_light_background
+color cardview_shadow_end_color
+color cardview_shadow_start_color
+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 notification_material_background_media_default_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_height_large_material
+dimen abc_list_item_height_material
+dimen abc_list_item_height_small_material
+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 cardview_compat_inset_shadow
+dimen cardview_default_elevation
+dimen cardview_default_radius
+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 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 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 subtitle_corner_radius
+dimen subtitle_outline_width
+dimen subtitle_shadow_offset
+dimen subtitle_shadow_radius
+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_material_anim
+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_material_anim
+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 btn_checkbox_checked_mtrl
+drawable btn_checkbox_checked_to_unchecked_mtrl_animation
+drawable btn_checkbox_unchecked_mtrl
+drawable btn_checkbox_unchecked_to_checked_mtrl_animation
+drawable btn_radio_off_mtrl
+drawable btn_radio_off_to_on_mtrl_animation
+drawable btn_radio_on_mtrl
+drawable btn_radio_on_to_off_mtrl_animation
+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 accessibility_action_clickable_span
+id accessibility_custom_action_0
+id accessibility_custom_action_1
+id accessibility_custom_action_10
+id accessibility_custom_action_11
+id accessibility_custom_action_12
+id accessibility_custom_action_13
+id accessibility_custom_action_14
+id accessibility_custom_action_15
+id accessibility_custom_action_16
+id accessibility_custom_action_17
+id accessibility_custom_action_18
+id accessibility_custom_action_19
+id accessibility_custom_action_2
+id accessibility_custom_action_20
+id accessibility_custom_action_21
+id accessibility_custom_action_22
+id accessibility_custom_action_23
+id accessibility_custom_action_24
+id accessibility_custom_action_25
+id accessibility_custom_action_26
+id accessibility_custom_action_27
+id accessibility_custom_action_28
+id accessibility_custom_action_29
+id accessibility_custom_action_3
+id accessibility_custom_action_30
+id accessibility_custom_action_31
+id accessibility_custom_action_4
+id accessibility_custom_action_5
+id accessibility_custom_action_6
+id accessibility_custom_action_7
+id accessibility_custom_action_8
+id accessibility_custom_action_9
+id action0
+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 blocking
+id bottom
+id buttonPanel
+id cancel_action
+id checkbox
+id checked
+id chronometer
+id content
+id contentPanel
+id custom
+id customPanel
+id decor_content_parent
+id default_activity_button
+id dialog_button
+id edit_query
+id end
+id end_padder
+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 left
+id line1
+id line3
+id listMode
+id list_item
+id media_actions
+id message
+id multiply
+id none
+id normal
+id notification_background
+id notification_main_column
+id notification_main_column_container
+id off
+id on
+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 status_bar_latest_event_content
+id submenuarrow
+id submit_area
+id tabMode
+id tag_accessibility_actions
+id tag_accessibility_clickable_spans
+id tag_accessibility_heading
+id tag_accessibility_pane_title
+id tag_screen_reader_focusable
+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 unchecked
+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
+interpolator btn_checkbox_checked_mtrl_animation_interpolator_0
+interpolator btn_checkbox_checked_mtrl_animation_interpolator_1
+interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_0
+interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_1
+interpolator btn_radio_to_off_mtrl_animation_interpolator_0
+interpolator btn_radio_to_on_mtrl_animation_interpolator_0
+interpolator fast_out_slow_in
+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 custom_dialog
+layout notification_action
+layout notification_action_tombstone
+layout notification_media_action
+layout notification_media_cancel_action
+layout notification_template_big_media
+layout notification_template_big_media_custom
+layout notification_template_big_media_narrow
+layout notification_template_big_media_narrow_custom
+layout notification_template_custom_big
+layout notification_template_icon_group
+layout notification_template_lines_media
+layout notification_template_media
+layout notification_template_media_custom
+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_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 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_CardView
+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
+style Base_Widget_AppCompat_TextView_SpinnerItem
+style Base_Widget_AppCompat_Toolbar
+style Base_Widget_AppCompat_Toolbar_Button_Navigation
+style CardView
+style CardView_Dark
+style CardView_Light
+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_Info_Media
+style TextAppearance_Compat_Notification_Line2
+style TextAppearance_Compat_Notification_Line2_Media
+style TextAppearance_Compat_Notification_Media
+style TextAppearance_Compat_Notification_Time
+style TextAppearance_Compat_Notification_Time_Media
+style TextAppearance_Compat_Notification_Title
+style TextAppearance_Compat_Notification_Title_Media
+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_DayNight
+style ThemeOverlay_AppCompat_DayNight_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
+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 drawableBottomCompat drawableEndCompat drawableLeftCompat drawableRightCompat drawableStartCompat drawableTint drawableTintMode drawableTopCompat firstBaselineToTopHeight fontFamily fontVariationSettings lastBaselineToBottomHeight lineHeight textAllCaps textLocale
+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 listChoiceIndicatorMultipleAnimated listChoiceIndicatorSingleAnimated listDividerAlertDialog listMenuViewStyle listPopupWindowStyle listPreferredItemHeight listPreferredItemHeightLarge listPreferredItemHeightSmall listPreferredItemPaddingEnd listPreferredItemPaddingLeft listPreferredItemPaddingRight listPreferredItemPaddingStart 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 ButtonBarLayout allowStacking
+styleable CardView android_minHeight android_minWidth cardBackgroundColor cardCornerRadius cardElevation cardMaxElevation cardPreventCornerOverlap cardUseCompatPadding contentPadding contentPaddingBottom contentPaddingLeft contentPaddingRight contentPaddingTop
+styleable ColorStateListItem alpha android_alpha android_color
+styleable CompoundButton android_button buttonCompat 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 MogoSkinBackgroundHelper android_background
+styleable MogoSkinCompatImageView android_src android_tint srcCompat tint
+styleable MogoSkinCompatTextHelper android_drawableBottom android_drawableEnd android_drawableLeft android_drawableRight android_drawableStart android_drawableTop android_textAppearance
+styleable MogoSkinTextAppearance android_shadowColor android_shadowDx android_shadowDy android_shadowRadius android_textColor android_textColorHint android_textSize android_textStyle android_typeface textAllCaps
+styleable PopupWindow android_popupAnimationStyle android_popupBackground overlapAnchor
+styleable PopupWindowBackgroundState state_above_anchor
+styleable RecycleListView paddingBottomNoButtons paddingTopNoTitle
+styleable SearchView android_focusable android_imeOptions android_inputType android_maxWidth closeIcon commitIcon defaultQueryHint goIcon iconifiedByDefault layout queryBackground queryHint searchHintIcon searchIcon submitBackground suggestionRowLayout voiceIcon
+styleable SkinBackgroundHelper android_background
+styleable SkinCompatImageView android_src android_tint srcCompat tint
+styleable SkinCompatProgressBar android_indeterminateDrawable android_progressDrawable
+styleable SkinCompatTextHelper android_drawableBottom android_drawableEnd android_drawableLeft android_drawableRight android_drawableStart android_drawableTop android_textAppearance
+styleable SkinTextAppearance android_shadowColor android_shadowDx android_shadowDy android_shadowRadius android_textColor android_textColorHint android_textSize android_textStyle android_typeface textAllCaps
+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_textFontWeight android_textSize android_textStyle android_typeface fontFamily fontVariationSettings textAllCaps textLocale
+styleable Toolbar android_gravity android_minHeight buttonGravity collapseContentDescription collapseIcon contentInsetEnd contentInsetEndWithActions contentInsetLeft contentInsetRight contentInsetStart contentInsetStartWithNavigation logo logoDescription maxButtonHeight menu 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/skin/skin-support-cardview/build/intermediates/runtime_library_classes/debug/classes.jar b/skin/skin-support-cardview/build/intermediates/runtime_library_classes/debug/classes.jar
new file mode 100644
index 0000000000..0d98dd7395
Binary files /dev/null and b/skin/skin-support-cardview/build/intermediates/runtime_library_classes/debug/classes.jar differ
diff --git a/skin/skin-support-cardview/build/intermediates/symbols/debug/R.txt b/skin/skin-support-cardview/build/intermediates/symbols/debug/R.txt
new file mode 100644
index 0000000000..7f69ffd91a
--- /dev/null
+++ b/skin/skin-support-cardview/build/intermediates/symbols/debug/R.txt
@@ -0,0 +1,1796 @@
+int anim abc_fade_in 0x7f010001
+int anim abc_fade_out 0x7f010002
+int anim abc_grow_fade_in_from_bottom 0x7f010003
+int anim abc_popup_enter 0x7f010004
+int anim abc_popup_exit 0x7f010005
+int anim abc_shrink_fade_out_from_bottom 0x7f010006
+int anim abc_slide_in_bottom 0x7f010007
+int anim abc_slide_in_top 0x7f010008
+int anim abc_slide_out_bottom 0x7f010009
+int anim abc_slide_out_top 0x7f01000a
+int anim abc_tooltip_enter 0x7f01000b
+int anim abc_tooltip_exit 0x7f01000c
+int anim btn_checkbox_to_checked_box_inner_merged_animation 0x7f01000d
+int anim btn_checkbox_to_checked_box_outer_merged_animation 0x7f01000e
+int anim btn_checkbox_to_checked_icon_null_animation 0x7f01000f
+int anim btn_checkbox_to_unchecked_box_inner_merged_animation 0x7f010010
+int anim btn_checkbox_to_unchecked_check_path_merged_animation 0x7f010011
+int anim btn_checkbox_to_unchecked_icon_null_animation 0x7f010012
+int anim btn_radio_to_off_mtrl_dot_group_animation 0x7f010013
+int anim btn_radio_to_off_mtrl_ring_outer_animation 0x7f010014
+int anim btn_radio_to_off_mtrl_ring_outer_path_animation 0x7f010015
+int anim btn_radio_to_on_mtrl_dot_group_animation 0x7f010016
+int anim btn_radio_to_on_mtrl_ring_outer_animation 0x7f010017
+int anim btn_radio_to_on_mtrl_ring_outer_path_animation 0x7f010018
+int attr actionBarDivider 0x7f040001
+int attr actionBarItemBackground 0x7f040002
+int attr actionBarPopupTheme 0x7f040003
+int attr actionBarSize 0x7f040004
+int attr actionBarSplitStyle 0x7f040005
+int attr actionBarStyle 0x7f040006
+int attr actionBarTabBarStyle 0x7f040007
+int attr actionBarTabStyle 0x7f040008
+int attr actionBarTabTextStyle 0x7f040009
+int attr actionBarTheme 0x7f04000a
+int attr actionBarWidgetTheme 0x7f04000b
+int attr actionButtonStyle 0x7f04000c
+int attr actionDropDownStyle 0x7f04000d
+int attr actionLayout 0x7f04000e
+int attr actionMenuTextAppearance 0x7f04000f
+int attr actionMenuTextColor 0x7f040010
+int attr actionModeBackground 0x7f040011
+int attr actionModeCloseButtonStyle 0x7f040012
+int attr actionModeCloseDrawable 0x7f040013
+int attr actionModeCopyDrawable 0x7f040014
+int attr actionModeCutDrawable 0x7f040015
+int attr actionModeFindDrawable 0x7f040016
+int attr actionModePasteDrawable 0x7f040017
+int attr actionModePopupWindowStyle 0x7f040018
+int attr actionModeSelectAllDrawable 0x7f040019
+int attr actionModeShareDrawable 0x7f04001a
+int attr actionModeSplitBackground 0x7f04001b
+int attr actionModeStyle 0x7f04001c
+int attr actionModeWebSearchDrawable 0x7f04001d
+int attr actionOverflowButtonStyle 0x7f04001e
+int attr actionOverflowMenuStyle 0x7f04001f
+int attr actionProviderClass 0x7f040020
+int attr actionViewClass 0x7f040021
+int attr activityChooserViewStyle 0x7f040022
+int attr alertDialogButtonGroupStyle 0x7f040023
+int attr alertDialogCenterButtons 0x7f040024
+int attr alertDialogStyle 0x7f040025
+int attr alertDialogTheme 0x7f040026
+int attr allowStacking 0x7f040027
+int attr alpha 0x7f040028
+int attr alphabeticModifiers 0x7f040029
+int attr arrowHeadLength 0x7f04002a
+int attr arrowShaftLength 0x7f04002b
+int attr autoCompleteTextViewStyle 0x7f04002c
+int attr autoSizeMaxTextSize 0x7f04002d
+int attr autoSizeMinTextSize 0x7f04002e
+int attr autoSizePresetSizes 0x7f04002f
+int attr autoSizeStepGranularity 0x7f040030
+int attr autoSizeTextType 0x7f040031
+int attr background 0x7f040032
+int attr backgroundSplit 0x7f040033
+int attr backgroundStacked 0x7f040034
+int attr backgroundTint 0x7f040035
+int attr backgroundTintMode 0x7f040036
+int attr barLength 0x7f040037
+int attr borderlessButtonStyle 0x7f040038
+int attr buttonBarButtonStyle 0x7f040039
+int attr buttonBarNegativeButtonStyle 0x7f04003a
+int attr buttonBarNeutralButtonStyle 0x7f04003b
+int attr buttonBarPositiveButtonStyle 0x7f04003c
+int attr buttonBarStyle 0x7f04003d
+int attr buttonCompat 0x7f04003e
+int attr buttonGravity 0x7f04003f
+int attr buttonIconDimen 0x7f040040
+int attr buttonPanelSideLayout 0x7f040041
+int attr buttonStyle 0x7f040042
+int attr buttonStyleSmall 0x7f040043
+int attr buttonTint 0x7f040044
+int attr buttonTintMode 0x7f040045
+int attr cardBackgroundColor 0x7f040046
+int attr cardCornerRadius 0x7f040047
+int attr cardElevation 0x7f040048
+int attr cardMaxElevation 0x7f040049
+int attr cardPreventCornerOverlap 0x7f04004a
+int attr cardUseCompatPadding 0x7f04004b
+int attr cardViewStyle 0x7f04004c
+int attr checkboxStyle 0x7f04004d
+int attr checkedTextViewStyle 0x7f04004e
+int attr closeIcon 0x7f04004f
+int attr closeItemLayout 0x7f040050
+int attr collapseContentDescription 0x7f040051
+int attr collapseIcon 0x7f040052
+int attr color 0x7f040053
+int attr colorAccent 0x7f040054
+int attr colorBackgroundFloating 0x7f040055
+int attr colorButtonNormal 0x7f040056
+int attr colorControlActivated 0x7f040057
+int attr colorControlHighlight 0x7f040058
+int attr colorControlNormal 0x7f040059
+int attr colorError 0x7f04005a
+int attr colorPrimary 0x7f04005b
+int attr colorPrimaryDark 0x7f04005c
+int attr colorSwitchThumbNormal 0x7f04005d
+int attr commitIcon 0x7f04005e
+int attr contentDescription 0x7f04005f
+int attr contentInsetEnd 0x7f040060
+int attr contentInsetEndWithActions 0x7f040061
+int attr contentInsetLeft 0x7f040062
+int attr contentInsetRight 0x7f040063
+int attr contentInsetStart 0x7f040064
+int attr contentInsetStartWithNavigation 0x7f040065
+int attr contentPadding 0x7f040066
+int attr contentPaddingBottom 0x7f040067
+int attr contentPaddingLeft 0x7f040068
+int attr contentPaddingRight 0x7f040069
+int attr contentPaddingTop 0x7f04006a
+int attr controlBackground 0x7f04006b
+int attr coordinatorLayoutStyle 0x7f04006c
+int attr customNavigationLayout 0x7f04006d
+int attr defaultQueryHint 0x7f04006e
+int attr dialogCornerRadius 0x7f04006f
+int attr dialogPreferredPadding 0x7f040070
+int attr dialogTheme 0x7f040071
+int attr displayOptions 0x7f040072
+int attr divider 0x7f040073
+int attr dividerHorizontal 0x7f040074
+int attr dividerPadding 0x7f040075
+int attr dividerVertical 0x7f040076
+int attr drawableBottomCompat 0x7f040077
+int attr drawableEndCompat 0x7f040078
+int attr drawableLeftCompat 0x7f040079
+int attr drawableRightCompat 0x7f04007a
+int attr drawableSize 0x7f04007b
+int attr drawableStartCompat 0x7f04007c
+int attr drawableTint 0x7f04007d
+int attr drawableTintMode 0x7f04007e
+int attr drawableTopCompat 0x7f04007f
+int attr drawerArrowStyle 0x7f040080
+int attr dropDownListViewStyle 0x7f040081
+int attr dropdownListPreferredItemHeight 0x7f040082
+int attr editTextBackground 0x7f040083
+int attr editTextColor 0x7f040084
+int attr editTextStyle 0x7f040085
+int attr elevation 0x7f040086
+int attr expandActivityOverflowButtonDrawable 0x7f040087
+int attr firstBaselineToTopHeight 0x7f040088
+int attr font 0x7f040089
+int attr fontFamily 0x7f04008a
+int attr fontProviderAuthority 0x7f04008b
+int attr fontProviderCerts 0x7f04008c
+int attr fontProviderFetchStrategy 0x7f04008d
+int attr fontProviderFetchTimeout 0x7f04008e
+int attr fontProviderPackage 0x7f04008f
+int attr fontProviderQuery 0x7f040090
+int attr fontStyle 0x7f040091
+int attr fontVariationSettings 0x7f040092
+int attr fontWeight 0x7f040093
+int attr gapBetweenBars 0x7f040094
+int attr goIcon 0x7f040095
+int attr height 0x7f040096
+int attr hideOnContentScroll 0x7f040097
+int attr homeAsUpIndicator 0x7f040098
+int attr homeLayout 0x7f040099
+int attr icon 0x7f04009a
+int attr iconTint 0x7f04009b
+int attr iconTintMode 0x7f04009c
+int attr iconifiedByDefault 0x7f04009d
+int attr imageButtonStyle 0x7f04009e
+int attr indeterminateProgressStyle 0x7f04009f
+int attr initialActivityCount 0x7f0400a0
+int attr isLightTheme 0x7f0400a1
+int attr itemPadding 0x7f0400a2
+int attr keylines 0x7f0400a3
+int attr lastBaselineToBottomHeight 0x7f0400a4
+int attr layout 0x7f0400a5
+int attr layout_anchor 0x7f0400a6
+int attr layout_anchorGravity 0x7f0400a7
+int attr layout_behavior 0x7f0400a8
+int attr layout_dodgeInsetEdges 0x7f0400a9
+int attr layout_insetEdge 0x7f0400aa
+int attr layout_keyline 0x7f0400ab
+int attr lineHeight 0x7f0400ac
+int attr listChoiceBackgroundIndicator 0x7f0400ad
+int attr listChoiceIndicatorMultipleAnimated 0x7f0400ae
+int attr listChoiceIndicatorSingleAnimated 0x7f0400af
+int attr listDividerAlertDialog 0x7f0400b0
+int attr listItemLayout 0x7f0400b1
+int attr listLayout 0x7f0400b2
+int attr listMenuViewStyle 0x7f0400b3
+int attr listPopupWindowStyle 0x7f0400b4
+int attr listPreferredItemHeight 0x7f0400b5
+int attr listPreferredItemHeightLarge 0x7f0400b6
+int attr listPreferredItemHeightSmall 0x7f0400b7
+int attr listPreferredItemPaddingEnd 0x7f0400b8
+int attr listPreferredItemPaddingLeft 0x7f0400b9
+int attr listPreferredItemPaddingRight 0x7f0400ba
+int attr listPreferredItemPaddingStart 0x7f0400bb
+int attr logo 0x7f0400bc
+int attr logoDescription 0x7f0400bd
+int attr maxButtonHeight 0x7f0400be
+int attr measureWithLargestChild 0x7f0400bf
+int attr menu 0x7f0400c0
+int attr multiChoiceItemLayout 0x7f0400c1
+int attr navigationContentDescription 0x7f0400c2
+int attr navigationIcon 0x7f0400c3
+int attr navigationMode 0x7f0400c4
+int attr numericModifiers 0x7f0400c5
+int attr overlapAnchor 0x7f0400c6
+int attr paddingBottomNoButtons 0x7f0400c7
+int attr paddingEnd 0x7f0400c8
+int attr paddingStart 0x7f0400c9
+int attr paddingTopNoTitle 0x7f0400ca
+int attr panelBackground 0x7f0400cb
+int attr panelMenuListTheme 0x7f0400cc
+int attr panelMenuListWidth 0x7f0400cd
+int attr popupMenuStyle 0x7f0400ce
+int attr popupTheme 0x7f0400cf
+int attr popupWindowStyle 0x7f0400d0
+int attr preserveIconSpacing 0x7f0400d1
+int attr progressBarPadding 0x7f0400d2
+int attr progressBarStyle 0x7f0400d3
+int attr queryBackground 0x7f0400d4
+int attr queryHint 0x7f0400d5
+int attr radioButtonStyle 0x7f0400d6
+int attr ratingBarStyle 0x7f0400d7
+int attr ratingBarStyleIndicator 0x7f0400d8
+int attr ratingBarStyleSmall 0x7f0400d9
+int attr searchHintIcon 0x7f0400da
+int attr searchIcon 0x7f0400db
+int attr searchViewStyle 0x7f0400dc
+int attr seekBarStyle 0x7f0400dd
+int attr selectableItemBackground 0x7f0400de
+int attr selectableItemBackgroundBorderless 0x7f0400df
+int attr showAsAction 0x7f0400e0
+int attr showDividers 0x7f0400e1
+int attr showText 0x7f0400e2
+int attr showTitle 0x7f0400e3
+int attr singleChoiceItemLayout 0x7f0400e4
+int attr spinBars 0x7f0400e5
+int attr spinnerDropDownItemStyle 0x7f0400e6
+int attr spinnerStyle 0x7f0400e7
+int attr splitTrack 0x7f0400e8
+int attr srcCompat 0x7f0400e9
+int attr state_above_anchor 0x7f0400ea
+int attr statusBarBackground 0x7f0400eb
+int attr subMenuArrow 0x7f0400ec
+int attr submitBackground 0x7f0400ed
+int attr subtitle 0x7f0400ee
+int attr subtitleTextAppearance 0x7f0400ef
+int attr subtitleTextColor 0x7f0400f0
+int attr subtitleTextStyle 0x7f0400f1
+int attr suggestionRowLayout 0x7f0400f2
+int attr switchMinWidth 0x7f0400f3
+int attr switchPadding 0x7f0400f4
+int attr switchStyle 0x7f0400f5
+int attr switchTextAppearance 0x7f0400f6
+int attr textAllCaps 0x7f0400f7
+int attr textAppearanceLargePopupMenu 0x7f0400f8
+int attr textAppearanceListItem 0x7f0400f9
+int attr textAppearanceListItemSecondary 0x7f0400fa
+int attr textAppearanceListItemSmall 0x7f0400fb
+int attr textAppearancePopupMenuHeader 0x7f0400fc
+int attr textAppearanceSearchResultSubtitle 0x7f0400fd
+int attr textAppearanceSearchResultTitle 0x7f0400fe
+int attr textAppearanceSmallPopupMenu 0x7f0400ff
+int attr textColorAlertDialogListItem 0x7f040100
+int attr textColorSearchUrl 0x7f040101
+int attr textLocale 0x7f040102
+int attr theme 0x7f040103
+int attr thickness 0x7f040104
+int attr thumbTextPadding 0x7f040105
+int attr thumbTint 0x7f040106
+int attr thumbTintMode 0x7f040107
+int attr tickMark 0x7f040108
+int attr tickMarkTint 0x7f040109
+int attr tickMarkTintMode 0x7f04010a
+int attr tint 0x7f04010b
+int attr tintMode 0x7f04010c
+int attr title 0x7f04010d
+int attr titleMargin 0x7f04010e
+int attr titleMarginBottom 0x7f04010f
+int attr titleMarginEnd 0x7f040110
+int attr titleMarginStart 0x7f040111
+int attr titleMarginTop 0x7f040112
+int attr titleMargins 0x7f040113
+int attr titleTextAppearance 0x7f040114
+int attr titleTextColor 0x7f040115
+int attr titleTextStyle 0x7f040116
+int attr toolbarNavigationButtonStyle 0x7f040117
+int attr toolbarStyle 0x7f040118
+int attr tooltipForegroundColor 0x7f040119
+int attr tooltipFrameBackground 0x7f04011a
+int attr tooltipText 0x7f04011b
+int attr track 0x7f04011c
+int attr trackTint 0x7f04011d
+int attr trackTintMode 0x7f04011e
+int attr ttcIndex 0x7f04011f
+int attr viewInflaterClass 0x7f040120
+int attr voiceIcon 0x7f040121
+int attr windowActionBar 0x7f040122
+int attr windowActionBarOverlay 0x7f040123
+int attr windowActionModeOverlay 0x7f040124
+int attr windowFixedHeightMajor 0x7f040125
+int attr windowFixedHeightMinor 0x7f040126
+int attr windowFixedWidthMajor 0x7f040127
+int attr windowFixedWidthMinor 0x7f040128
+int attr windowMinWidthMajor 0x7f040129
+int attr windowMinWidthMinor 0x7f04012a
+int attr windowNoTitle 0x7f04012b
+int bool abc_action_bar_embed_tabs 0x7f050001
+int bool abc_allow_stacked_button_bar 0x7f050002
+int bool abc_config_actionMenuItemAllCaps 0x7f050003
+int color abc_background_cache_hint_selector_material_dark 0x7f060001
+int color abc_background_cache_hint_selector_material_light 0x7f060002
+int color abc_btn_colored_borderless_text_material 0x7f060003
+int color abc_btn_colored_text_material 0x7f060004
+int color abc_color_highlight_material 0x7f060005
+int color abc_hint_foreground_material_dark 0x7f060006
+int color abc_hint_foreground_material_light 0x7f060007
+int color abc_input_method_navigation_guard 0x7f060008
+int color abc_primary_text_disable_only_material_dark 0x7f060009
+int color abc_primary_text_disable_only_material_light 0x7f06000a
+int color abc_primary_text_material_dark 0x7f06000b
+int color abc_primary_text_material_light 0x7f06000c
+int color abc_search_url_text 0x7f06000d
+int color abc_search_url_text_normal 0x7f06000e
+int color abc_search_url_text_pressed 0x7f06000f
+int color abc_search_url_text_selected 0x7f060010
+int color abc_secondary_text_material_dark 0x7f060011
+int color abc_secondary_text_material_light 0x7f060012
+int color abc_tint_btn_checkable 0x7f060013
+int color abc_tint_default 0x7f060014
+int color abc_tint_edittext 0x7f060015
+int color abc_tint_seek_thumb 0x7f060016
+int color abc_tint_spinner 0x7f060017
+int color abc_tint_switch_track 0x7f060018
+int color accent_material_dark 0x7f060019
+int color accent_material_light 0x7f06001a
+int color background_floating_material_dark 0x7f06001b
+int color background_floating_material_light 0x7f06001c
+int color background_material_dark 0x7f06001d
+int color background_material_light 0x7f06001e
+int color bright_foreground_disabled_material_dark 0x7f06001f
+int color bright_foreground_disabled_material_light 0x7f060020
+int color bright_foreground_inverse_material_dark 0x7f060021
+int color bright_foreground_inverse_material_light 0x7f060022
+int color bright_foreground_material_dark 0x7f060023
+int color bright_foreground_material_light 0x7f060024
+int color button_material_dark 0x7f060025
+int color button_material_light 0x7f060026
+int color cardview_dark_background 0x7f060027
+int color cardview_light_background 0x7f060028
+int color cardview_shadow_end_color 0x7f060029
+int color cardview_shadow_start_color 0x7f06002a
+int color dim_foreground_disabled_material_dark 0x7f06002b
+int color dim_foreground_disabled_material_light 0x7f06002c
+int color dim_foreground_material_dark 0x7f06002d
+int color dim_foreground_material_light 0x7f06002e
+int color error_color_material_dark 0x7f06002f
+int color error_color_material_light 0x7f060030
+int color foreground_material_dark 0x7f060031
+int color foreground_material_light 0x7f060032
+int color highlighted_text_material_dark 0x7f060033
+int color highlighted_text_material_light 0x7f060034
+int color material_blue_grey_800 0x7f060035
+int color material_blue_grey_900 0x7f060036
+int color material_blue_grey_950 0x7f060037
+int color material_deep_teal_200 0x7f060038
+int color material_deep_teal_500 0x7f060039
+int color material_grey_100 0x7f06003a
+int color material_grey_300 0x7f06003b
+int color material_grey_50 0x7f06003c
+int color material_grey_600 0x7f06003d
+int color material_grey_800 0x7f06003e
+int color material_grey_850 0x7f06003f
+int color material_grey_900 0x7f060040
+int color notification_action_color_filter 0x7f060041
+int color notification_icon_bg_color 0x7f060042
+int color notification_material_background_media_default_color 0x7f060043
+int color primary_dark_material_dark 0x7f060044
+int color primary_dark_material_light 0x7f060045
+int color primary_material_dark 0x7f060046
+int color primary_material_light 0x7f060047
+int color primary_text_default_material_dark 0x7f060048
+int color primary_text_default_material_light 0x7f060049
+int color primary_text_disabled_material_dark 0x7f06004a
+int color primary_text_disabled_material_light 0x7f06004b
+int color ripple_material_dark 0x7f06004c
+int color ripple_material_light 0x7f06004d
+int color secondary_text_default_material_dark 0x7f06004e
+int color secondary_text_default_material_light 0x7f06004f
+int color secondary_text_disabled_material_dark 0x7f060050
+int color secondary_text_disabled_material_light 0x7f060051
+int color switch_thumb_disabled_material_dark 0x7f060052
+int color switch_thumb_disabled_material_light 0x7f060053
+int color switch_thumb_material_dark 0x7f060054
+int color switch_thumb_material_light 0x7f060055
+int color switch_thumb_normal_material_dark 0x7f060056
+int color switch_thumb_normal_material_light 0x7f060057
+int color tooltip_background_dark 0x7f060058
+int color tooltip_background_light 0x7f060059
+int dimen abc_action_bar_content_inset_material 0x7f070001
+int dimen abc_action_bar_content_inset_with_nav 0x7f070002
+int dimen abc_action_bar_default_height_material 0x7f070003
+int dimen abc_action_bar_default_padding_end_material 0x7f070004
+int dimen abc_action_bar_default_padding_start_material 0x7f070005
+int dimen abc_action_bar_elevation_material 0x7f070006
+int dimen abc_action_bar_icon_vertical_padding_material 0x7f070007
+int dimen abc_action_bar_overflow_padding_end_material 0x7f070008
+int dimen abc_action_bar_overflow_padding_start_material 0x7f070009
+int dimen abc_action_bar_stacked_max_height 0x7f07000a
+int dimen abc_action_bar_stacked_tab_max_width 0x7f07000b
+int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f07000c
+int dimen abc_action_bar_subtitle_top_margin_material 0x7f07000d
+int dimen abc_action_button_min_height_material 0x7f07000e
+int dimen abc_action_button_min_width_material 0x7f07000f
+int dimen abc_action_button_min_width_overflow_material 0x7f070010
+int dimen abc_alert_dialog_button_bar_height 0x7f070011
+int dimen abc_alert_dialog_button_dimen 0x7f070012
+int dimen abc_button_inset_horizontal_material 0x7f070013
+int dimen abc_button_inset_vertical_material 0x7f070014
+int dimen abc_button_padding_horizontal_material 0x7f070015
+int dimen abc_button_padding_vertical_material 0x7f070016
+int dimen abc_cascading_menus_min_smallest_width 0x7f070017
+int dimen abc_config_prefDialogWidth 0x7f070018
+int dimen abc_control_corner_material 0x7f070019
+int dimen abc_control_inset_material 0x7f07001a
+int dimen abc_control_padding_material 0x7f07001b
+int dimen abc_dialog_corner_radius_material 0x7f07001c
+int dimen abc_dialog_fixed_height_major 0x7f07001d
+int dimen abc_dialog_fixed_height_minor 0x7f07001e
+int dimen abc_dialog_fixed_width_major 0x7f07001f
+int dimen abc_dialog_fixed_width_minor 0x7f070020
+int dimen abc_dialog_list_padding_bottom_no_buttons 0x7f070021
+int dimen abc_dialog_list_padding_top_no_title 0x7f070022
+int dimen abc_dialog_min_width_major 0x7f070023
+int dimen abc_dialog_min_width_minor 0x7f070024
+int dimen abc_dialog_padding_material 0x7f070025
+int dimen abc_dialog_padding_top_material 0x7f070026
+int dimen abc_dialog_title_divider_material 0x7f070027
+int dimen abc_disabled_alpha_material_dark 0x7f070028
+int dimen abc_disabled_alpha_material_light 0x7f070029
+int dimen abc_dropdownitem_icon_width 0x7f07002a
+int dimen abc_dropdownitem_text_padding_left 0x7f07002b
+int dimen abc_dropdownitem_text_padding_right 0x7f07002c
+int dimen abc_edit_text_inset_bottom_material 0x7f07002d
+int dimen abc_edit_text_inset_horizontal_material 0x7f07002e
+int dimen abc_edit_text_inset_top_material 0x7f07002f
+int dimen abc_floating_window_z 0x7f070030
+int dimen abc_list_item_height_large_material 0x7f070031
+int dimen abc_list_item_height_material 0x7f070032
+int dimen abc_list_item_height_small_material 0x7f070033
+int dimen abc_list_item_padding_horizontal_material 0x7f070034
+int dimen abc_panel_menu_list_width 0x7f070035
+int dimen abc_progress_bar_height_material 0x7f070036
+int dimen abc_search_view_preferred_height 0x7f070037
+int dimen abc_search_view_preferred_width 0x7f070038
+int dimen abc_seekbar_track_background_height_material 0x7f070039
+int dimen abc_seekbar_track_progress_height_material 0x7f07003a
+int dimen abc_select_dialog_padding_start_material 0x7f07003b
+int dimen abc_switch_padding 0x7f07003c
+int dimen abc_text_size_body_1_material 0x7f07003d
+int dimen abc_text_size_body_2_material 0x7f07003e
+int dimen abc_text_size_button_material 0x7f07003f
+int dimen abc_text_size_caption_material 0x7f070040
+int dimen abc_text_size_display_1_material 0x7f070041
+int dimen abc_text_size_display_2_material 0x7f070042
+int dimen abc_text_size_display_3_material 0x7f070043
+int dimen abc_text_size_display_4_material 0x7f070044
+int dimen abc_text_size_headline_material 0x7f070045
+int dimen abc_text_size_large_material 0x7f070046
+int dimen abc_text_size_medium_material 0x7f070047
+int dimen abc_text_size_menu_header_material 0x7f070048
+int dimen abc_text_size_menu_material 0x7f070049
+int dimen abc_text_size_small_material 0x7f07004a
+int dimen abc_text_size_subhead_material 0x7f07004b
+int dimen abc_text_size_subtitle_material_toolbar 0x7f07004c
+int dimen abc_text_size_title_material 0x7f07004d
+int dimen abc_text_size_title_material_toolbar 0x7f07004e
+int dimen cardview_compat_inset_shadow 0x7f07004f
+int dimen cardview_default_elevation 0x7f070050
+int dimen cardview_default_radius 0x7f070051
+int dimen compat_button_inset_horizontal_material 0x7f070052
+int dimen compat_button_inset_vertical_material 0x7f070053
+int dimen compat_button_padding_horizontal_material 0x7f070054
+int dimen compat_button_padding_vertical_material 0x7f070055
+int dimen compat_control_corner_material 0x7f070056
+int dimen compat_notification_large_icon_max_height 0x7f070057
+int dimen compat_notification_large_icon_max_width 0x7f070058
+int dimen disabled_alpha_material_dark 0x7f070059
+int dimen disabled_alpha_material_light 0x7f07005a
+int dimen highlight_alpha_material_colored 0x7f07005b
+int dimen highlight_alpha_material_dark 0x7f07005c
+int dimen highlight_alpha_material_light 0x7f07005d
+int dimen hint_alpha_material_dark 0x7f07005e
+int dimen hint_alpha_material_light 0x7f07005f
+int dimen hint_pressed_alpha_material_dark 0x7f070060
+int dimen hint_pressed_alpha_material_light 0x7f070061
+int dimen notification_action_icon_size 0x7f070062
+int dimen notification_action_text_size 0x7f070063
+int dimen notification_big_circle_margin 0x7f070064
+int dimen notification_content_margin_start 0x7f070065
+int dimen notification_large_icon_height 0x7f070066
+int dimen notification_large_icon_width 0x7f070067
+int dimen notification_main_column_padding_top 0x7f070068
+int dimen notification_media_narrow_margin 0x7f070069
+int dimen notification_right_icon_size 0x7f07006a
+int dimen notification_right_side_padding_top 0x7f07006b
+int dimen notification_small_icon_background_padding 0x7f07006c
+int dimen notification_small_icon_size_as_large 0x7f07006d
+int dimen notification_subtext_size 0x7f07006e
+int dimen notification_top_pad 0x7f07006f
+int dimen notification_top_pad_large_text 0x7f070070
+int dimen subtitle_corner_radius 0x7f070071
+int dimen subtitle_outline_width 0x7f070072
+int dimen subtitle_shadow_offset 0x7f070073
+int dimen subtitle_shadow_radius 0x7f070074
+int dimen tooltip_corner_radius 0x7f070075
+int dimen tooltip_horizontal_padding 0x7f070076
+int dimen tooltip_margin 0x7f070077
+int dimen tooltip_precise_anchor_extra_offset 0x7f070078
+int dimen tooltip_precise_anchor_threshold 0x7f070079
+int dimen tooltip_vertical_padding 0x7f07007a
+int dimen tooltip_y_offset_non_touch 0x7f07007b
+int dimen tooltip_y_offset_touch 0x7f07007c
+int drawable abc_ab_share_pack_mtrl_alpha 0x7f080001
+int drawable abc_action_bar_item_background_material 0x7f080002
+int drawable abc_btn_borderless_material 0x7f080003
+int drawable abc_btn_check_material 0x7f080004
+int drawable abc_btn_check_material_anim 0x7f080005
+int drawable abc_btn_check_to_on_mtrl_000 0x7f080006
+int drawable abc_btn_check_to_on_mtrl_015 0x7f080007
+int drawable abc_btn_colored_material 0x7f080008
+int drawable abc_btn_default_mtrl_shape 0x7f080009
+int drawable abc_btn_radio_material 0x7f08000a
+int drawable abc_btn_radio_material_anim 0x7f08000b
+int drawable abc_btn_radio_to_on_mtrl_000 0x7f08000c
+int drawable abc_btn_radio_to_on_mtrl_015 0x7f08000d
+int drawable abc_btn_switch_to_on_mtrl_00001 0x7f08000e
+int drawable abc_btn_switch_to_on_mtrl_00012 0x7f08000f
+int drawable abc_cab_background_internal_bg 0x7f080010
+int drawable abc_cab_background_top_material 0x7f080011
+int drawable abc_cab_background_top_mtrl_alpha 0x7f080012
+int drawable abc_control_background_material 0x7f080013
+int drawable abc_dialog_material_background 0x7f080014
+int drawable abc_edit_text_material 0x7f080015
+int drawable abc_ic_ab_back_material 0x7f080016
+int drawable abc_ic_arrow_drop_right_black_24dp 0x7f080017
+int drawable abc_ic_clear_material 0x7f080018
+int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f080019
+int drawable abc_ic_go_search_api_material 0x7f08001a
+int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f08001b
+int drawable abc_ic_menu_cut_mtrl_alpha 0x7f08001c
+int drawable abc_ic_menu_overflow_material 0x7f08001d
+int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f08001e
+int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f08001f
+int drawable abc_ic_menu_share_mtrl_alpha 0x7f080020
+int drawable abc_ic_search_api_material 0x7f080021
+int drawable abc_ic_star_black_16dp 0x7f080022
+int drawable abc_ic_star_black_36dp 0x7f080023
+int drawable abc_ic_star_black_48dp 0x7f080024
+int drawable abc_ic_star_half_black_16dp 0x7f080025
+int drawable abc_ic_star_half_black_36dp 0x7f080026
+int drawable abc_ic_star_half_black_48dp 0x7f080027
+int drawable abc_ic_voice_search_api_material 0x7f080028
+int drawable abc_item_background_holo_dark 0x7f080029
+int drawable abc_item_background_holo_light 0x7f08002a
+int drawable abc_list_divider_material 0x7f08002b
+int drawable abc_list_divider_mtrl_alpha 0x7f08002c
+int drawable abc_list_focused_holo 0x7f08002d
+int drawable abc_list_longpressed_holo 0x7f08002e
+int drawable abc_list_pressed_holo_dark 0x7f08002f
+int drawable abc_list_pressed_holo_light 0x7f080030
+int drawable abc_list_selector_background_transition_holo_dark 0x7f080031
+int drawable abc_list_selector_background_transition_holo_light 0x7f080032
+int drawable abc_list_selector_disabled_holo_dark 0x7f080033
+int drawable abc_list_selector_disabled_holo_light 0x7f080034
+int drawable abc_list_selector_holo_dark 0x7f080035
+int drawable abc_list_selector_holo_light 0x7f080036
+int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f080037
+int drawable abc_popup_background_mtrl_mult 0x7f080038
+int drawable abc_ratingbar_indicator_material 0x7f080039
+int drawable abc_ratingbar_material 0x7f08003a
+int drawable abc_ratingbar_small_material 0x7f08003b
+int drawable abc_scrubber_control_off_mtrl_alpha 0x7f08003c
+int drawable abc_scrubber_control_to_pressed_mtrl_000 0x7f08003d
+int drawable abc_scrubber_control_to_pressed_mtrl_005 0x7f08003e
+int drawable abc_scrubber_primary_mtrl_alpha 0x7f08003f
+int drawable abc_scrubber_track_mtrl_alpha 0x7f080040
+int drawable abc_seekbar_thumb_material 0x7f080041
+int drawable abc_seekbar_tick_mark_material 0x7f080042
+int drawable abc_seekbar_track_material 0x7f080043
+int drawable abc_spinner_mtrl_am_alpha 0x7f080044
+int drawable abc_spinner_textfield_background_material 0x7f080045
+int drawable abc_switch_thumb_material 0x7f080046
+int drawable abc_switch_track_mtrl_alpha 0x7f080047
+int drawable abc_tab_indicator_material 0x7f080048
+int drawable abc_tab_indicator_mtrl_alpha 0x7f080049
+int drawable abc_text_cursor_material 0x7f08004a
+int drawable abc_text_select_handle_left_mtrl_dark 0x7f08004b
+int drawable abc_text_select_handle_left_mtrl_light 0x7f08004c
+int drawable abc_text_select_handle_middle_mtrl_dark 0x7f08004d
+int drawable abc_text_select_handle_middle_mtrl_light 0x7f08004e
+int drawable abc_text_select_handle_right_mtrl_dark 0x7f08004f
+int drawable abc_text_select_handle_right_mtrl_light 0x7f080050
+int drawable abc_textfield_activated_mtrl_alpha 0x7f080051
+int drawable abc_textfield_default_mtrl_alpha 0x7f080052
+int drawable abc_textfield_search_activated_mtrl_alpha 0x7f080053
+int drawable abc_textfield_search_default_mtrl_alpha 0x7f080054
+int drawable abc_textfield_search_material 0x7f080055
+int drawable abc_vector_test 0x7f080056
+int drawable btn_checkbox_checked_mtrl 0x7f080057
+int drawable btn_checkbox_checked_to_unchecked_mtrl_animation 0x7f080058
+int drawable btn_checkbox_unchecked_mtrl 0x7f080059
+int drawable btn_checkbox_unchecked_to_checked_mtrl_animation 0x7f08005a
+int drawable btn_radio_off_mtrl 0x7f08005b
+int drawable btn_radio_off_to_on_mtrl_animation 0x7f08005c
+int drawable btn_radio_on_mtrl 0x7f08005d
+int drawable btn_radio_on_to_off_mtrl_animation 0x7f08005e
+int drawable notification_action_background 0x7f08005f
+int drawable notification_bg 0x7f080060
+int drawable notification_bg_low 0x7f080061
+int drawable notification_bg_low_normal 0x7f080062
+int drawable notification_bg_low_pressed 0x7f080063
+int drawable notification_bg_normal 0x7f080064
+int drawable notification_bg_normal_pressed 0x7f080065
+int drawable notification_icon_background 0x7f080066
+int drawable notification_template_icon_bg 0x7f080067
+int drawable notification_template_icon_low_bg 0x7f080068
+int drawable notification_tile_bg 0x7f080069
+int drawable notify_panel_notification_icon_bg 0x7f08006a
+int drawable tooltip_frame_dark 0x7f08006b
+int drawable tooltip_frame_light 0x7f08006c
+int id accessibility_action_clickable_span 0x7f0b0001
+int id accessibility_custom_action_0 0x7f0b0002
+int id accessibility_custom_action_1 0x7f0b0003
+int id accessibility_custom_action_10 0x7f0b0004
+int id accessibility_custom_action_11 0x7f0b0005
+int id accessibility_custom_action_12 0x7f0b0006
+int id accessibility_custom_action_13 0x7f0b0007
+int id accessibility_custom_action_14 0x7f0b0008
+int id accessibility_custom_action_15 0x7f0b0009
+int id accessibility_custom_action_16 0x7f0b000a
+int id accessibility_custom_action_17 0x7f0b000b
+int id accessibility_custom_action_18 0x7f0b000c
+int id accessibility_custom_action_19 0x7f0b000d
+int id accessibility_custom_action_2 0x7f0b000e
+int id accessibility_custom_action_20 0x7f0b000f
+int id accessibility_custom_action_21 0x7f0b0010
+int id accessibility_custom_action_22 0x7f0b0011
+int id accessibility_custom_action_23 0x7f0b0012
+int id accessibility_custom_action_24 0x7f0b0013
+int id accessibility_custom_action_25 0x7f0b0014
+int id accessibility_custom_action_26 0x7f0b0015
+int id accessibility_custom_action_27 0x7f0b0016
+int id accessibility_custom_action_28 0x7f0b0017
+int id accessibility_custom_action_29 0x7f0b0018
+int id accessibility_custom_action_3 0x7f0b0019
+int id accessibility_custom_action_30 0x7f0b001a
+int id accessibility_custom_action_31 0x7f0b001b
+int id accessibility_custom_action_4 0x7f0b001c
+int id accessibility_custom_action_5 0x7f0b001d
+int id accessibility_custom_action_6 0x7f0b001e
+int id accessibility_custom_action_7 0x7f0b001f
+int id accessibility_custom_action_8 0x7f0b0020
+int id accessibility_custom_action_9 0x7f0b0021
+int id action0 0x7f0b0022
+int id action_bar 0x7f0b0023
+int id action_bar_activity_content 0x7f0b0024
+int id action_bar_container 0x7f0b0025
+int id action_bar_root 0x7f0b0026
+int id action_bar_spinner 0x7f0b0027
+int id action_bar_subtitle 0x7f0b0028
+int id action_bar_title 0x7f0b0029
+int id action_container 0x7f0b002a
+int id action_context_bar 0x7f0b002b
+int id action_divider 0x7f0b002c
+int id action_image 0x7f0b002d
+int id action_menu_divider 0x7f0b002e
+int id action_menu_presenter 0x7f0b002f
+int id action_mode_bar 0x7f0b0030
+int id action_mode_bar_stub 0x7f0b0031
+int id action_mode_close_button 0x7f0b0032
+int id action_text 0x7f0b0033
+int id actions 0x7f0b0034
+int id activity_chooser_view_content 0x7f0b0035
+int id add 0x7f0b0036
+int id alertTitle 0x7f0b0037
+int id async 0x7f0b0038
+int id blocking 0x7f0b0039
+int id bottom 0x7f0b003a
+int id buttonPanel 0x7f0b003b
+int id cancel_action 0x7f0b003c
+int id checkbox 0x7f0b003d
+int id checked 0x7f0b003e
+int id chronometer 0x7f0b003f
+int id content 0x7f0b0040
+int id contentPanel 0x7f0b0041
+int id custom 0x7f0b0042
+int id customPanel 0x7f0b0043
+int id decor_content_parent 0x7f0b0044
+int id default_activity_button 0x7f0b0045
+int id dialog_button 0x7f0b0046
+int id edit_query 0x7f0b0047
+int id end 0x7f0b0048
+int id end_padder 0x7f0b0049
+int id expand_activities_button 0x7f0b004a
+int id expanded_menu 0x7f0b004b
+int id forever 0x7f0b004c
+int id group_divider 0x7f0b004d
+int id home 0x7f0b004e
+int id icon 0x7f0b004f
+int id icon_group 0x7f0b0050
+int id image 0x7f0b0051
+int id info 0x7f0b0052
+int id italic 0x7f0b0053
+int id left 0x7f0b0054
+int id line1 0x7f0b0055
+int id line3 0x7f0b0056
+int id listMode 0x7f0b0057
+int id list_item 0x7f0b0058
+int id media_actions 0x7f0b0059
+int id message 0x7f0b005a
+int id multiply 0x7f0b005b
+int id none 0x7f0b005c
+int id normal 0x7f0b005d
+int id notification_background 0x7f0b005e
+int id notification_main_column 0x7f0b005f
+int id notification_main_column_container 0x7f0b0060
+int id off 0x7f0b0061
+int id on 0x7f0b0062
+int id parentPanel 0x7f0b0063
+int id progress_circular 0x7f0b0064
+int id progress_horizontal 0x7f0b0065
+int id radio 0x7f0b0066
+int id right 0x7f0b0067
+int id right_icon 0x7f0b0068
+int id right_side 0x7f0b0069
+int id screen 0x7f0b006a
+int id scrollIndicatorDown 0x7f0b006b
+int id scrollIndicatorUp 0x7f0b006c
+int id scrollView 0x7f0b006d
+int id search_badge 0x7f0b006e
+int id search_bar 0x7f0b006f
+int id search_button 0x7f0b0070
+int id search_close_btn 0x7f0b0071
+int id search_edit_frame 0x7f0b0072
+int id search_go_btn 0x7f0b0073
+int id search_mag_icon 0x7f0b0074
+int id search_plate 0x7f0b0075
+int id search_src_text 0x7f0b0076
+int id search_voice_btn 0x7f0b0077
+int id select_dialog_listview 0x7f0b0078
+int id shortcut 0x7f0b0079
+int id spacer 0x7f0b007a
+int id split_action_bar 0x7f0b007b
+int id src_atop 0x7f0b007c
+int id src_in 0x7f0b007d
+int id src_over 0x7f0b007e
+int id start 0x7f0b007f
+int id status_bar_latest_event_content 0x7f0b0080
+int id submenuarrow 0x7f0b0081
+int id submit_area 0x7f0b0082
+int id tabMode 0x7f0b0083
+int id tag_accessibility_actions 0x7f0b0084
+int id tag_accessibility_clickable_spans 0x7f0b0085
+int id tag_accessibility_heading 0x7f0b0086
+int id tag_accessibility_pane_title 0x7f0b0087
+int id tag_screen_reader_focusable 0x7f0b0088
+int id tag_transition_group 0x7f0b0089
+int id tag_unhandled_key_event_manager 0x7f0b008a
+int id tag_unhandled_key_listeners 0x7f0b008b
+int id text 0x7f0b008c
+int id text2 0x7f0b008d
+int id textSpacerNoButtons 0x7f0b008e
+int id textSpacerNoTitle 0x7f0b008f
+int id time 0x7f0b0090
+int id title 0x7f0b0091
+int id titleDividerNoCustom 0x7f0b0092
+int id title_template 0x7f0b0093
+int id top 0x7f0b0094
+int id topPanel 0x7f0b0095
+int id unchecked 0x7f0b0096
+int id uniform 0x7f0b0097
+int id up 0x7f0b0098
+int id wrap_content 0x7f0b0099
+int integer abc_config_activityDefaultDur 0x7f0c0001
+int integer abc_config_activityShortDur 0x7f0c0002
+int integer cancel_button_image_alpha 0x7f0c0003
+int integer config_tooltipAnimTime 0x7f0c0004
+int integer status_bar_notification_info_maxnum 0x7f0c0005
+int interpolator btn_checkbox_checked_mtrl_animation_interpolator_0 0x7f0d0001
+int interpolator btn_checkbox_checked_mtrl_animation_interpolator_1 0x7f0d0002
+int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_0 0x7f0d0003
+int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_1 0x7f0d0004
+int interpolator btn_radio_to_off_mtrl_animation_interpolator_0 0x7f0d0005
+int interpolator btn_radio_to_on_mtrl_animation_interpolator_0 0x7f0d0006
+int interpolator fast_out_slow_in 0x7f0d0007
+int layout abc_action_bar_title_item 0x7f0e0001
+int layout abc_action_bar_up_container 0x7f0e0002
+int layout abc_action_menu_item_layout 0x7f0e0003
+int layout abc_action_menu_layout 0x7f0e0004
+int layout abc_action_mode_bar 0x7f0e0005
+int layout abc_action_mode_close_item_material 0x7f0e0006
+int layout abc_activity_chooser_view 0x7f0e0007
+int layout abc_activity_chooser_view_list_item 0x7f0e0008
+int layout abc_alert_dialog_button_bar_material 0x7f0e0009
+int layout abc_alert_dialog_material 0x7f0e000a
+int layout abc_alert_dialog_title_material 0x7f0e000b
+int layout abc_cascading_menu_item_layout 0x7f0e000c
+int layout abc_dialog_title_material 0x7f0e000d
+int layout abc_expanded_menu_layout 0x7f0e000e
+int layout abc_list_menu_item_checkbox 0x7f0e000f
+int layout abc_list_menu_item_icon 0x7f0e0010
+int layout abc_list_menu_item_layout 0x7f0e0011
+int layout abc_list_menu_item_radio 0x7f0e0012
+int layout abc_popup_menu_header_item_layout 0x7f0e0013
+int layout abc_popup_menu_item_layout 0x7f0e0014
+int layout abc_screen_content_include 0x7f0e0015
+int layout abc_screen_simple 0x7f0e0016
+int layout abc_screen_simple_overlay_action_mode 0x7f0e0017
+int layout abc_screen_toolbar 0x7f0e0018
+int layout abc_search_dropdown_item_icons_2line 0x7f0e0019
+int layout abc_search_view 0x7f0e001a
+int layout abc_select_dialog_material 0x7f0e001b
+int layout abc_tooltip 0x7f0e001c
+int layout custom_dialog 0x7f0e001d
+int layout notification_action 0x7f0e001e
+int layout notification_action_tombstone 0x7f0e001f
+int layout notification_media_action 0x7f0e0020
+int layout notification_media_cancel_action 0x7f0e0021
+int layout notification_template_big_media 0x7f0e0022
+int layout notification_template_big_media_custom 0x7f0e0023
+int layout notification_template_big_media_narrow 0x7f0e0024
+int layout notification_template_big_media_narrow_custom 0x7f0e0025
+int layout notification_template_custom_big 0x7f0e0026
+int layout notification_template_icon_group 0x7f0e0027
+int layout notification_template_lines_media 0x7f0e0028
+int layout notification_template_media 0x7f0e0029
+int layout notification_template_media_custom 0x7f0e002a
+int layout notification_template_part_chronometer 0x7f0e002b
+int layout notification_template_part_time 0x7f0e002c
+int layout select_dialog_item_material 0x7f0e002d
+int layout select_dialog_multichoice_material 0x7f0e002e
+int layout select_dialog_singlechoice_material 0x7f0e002f
+int layout support_simple_spinner_dropdown_item 0x7f0e0030
+int string abc_action_bar_home_description 0x7f140001
+int string abc_action_bar_up_description 0x7f140002
+int string abc_action_menu_overflow_description 0x7f140003
+int string abc_action_mode_done 0x7f140004
+int string abc_activity_chooser_view_see_all 0x7f140005
+int string abc_activitychooserview_choose_application 0x7f140006
+int string abc_capital_off 0x7f140007
+int string abc_capital_on 0x7f140008
+int string abc_menu_alt_shortcut_label 0x7f140009
+int string abc_menu_ctrl_shortcut_label 0x7f14000a
+int string abc_menu_delete_shortcut_label 0x7f14000b
+int string abc_menu_enter_shortcut_label 0x7f14000c
+int string abc_menu_function_shortcut_label 0x7f14000d
+int string abc_menu_meta_shortcut_label 0x7f14000e
+int string abc_menu_shift_shortcut_label 0x7f14000f
+int string abc_menu_space_shortcut_label 0x7f140010
+int string abc_menu_sym_shortcut_label 0x7f140011
+int string abc_prepend_shortcut_label 0x7f140012
+int string abc_search_hint 0x7f140013
+int string abc_searchview_description_clear 0x7f140014
+int string abc_searchview_description_query 0x7f140015
+int string abc_searchview_description_search 0x7f140016
+int string abc_searchview_description_submit 0x7f140017
+int string abc_searchview_description_voice 0x7f140018
+int string abc_shareactionprovider_share_with 0x7f140019
+int string abc_shareactionprovider_share_with_application 0x7f14001a
+int string abc_toolbar_collapse_description 0x7f14001b
+int string app_name 0x7f14001c
+int string search_menu_title 0x7f14001d
+int string status_bar_notification_info_overflow 0x7f14001e
+int style AlertDialog_AppCompat 0x7f150001
+int style AlertDialog_AppCompat_Light 0x7f150002
+int style Animation_AppCompat_Dialog 0x7f150003
+int style Animation_AppCompat_DropDownUp 0x7f150004
+int style Animation_AppCompat_Tooltip 0x7f150005
+int style Base_AlertDialog_AppCompat 0x7f150006
+int style Base_AlertDialog_AppCompat_Light 0x7f150007
+int style Base_Animation_AppCompat_Dialog 0x7f150008
+int style Base_Animation_AppCompat_DropDownUp 0x7f150009
+int style Base_Animation_AppCompat_Tooltip 0x7f15000a
+int style Base_CardView 0x7f15000b
+int style Base_DialogWindowTitleBackground_AppCompat 0x7f15000c
+int style Base_DialogWindowTitle_AppCompat 0x7f15000d
+int style Base_TextAppearance_AppCompat 0x7f15000e
+int style Base_TextAppearance_AppCompat_Body1 0x7f15000f
+int style Base_TextAppearance_AppCompat_Body2 0x7f150010
+int style Base_TextAppearance_AppCompat_Button 0x7f150011
+int style Base_TextAppearance_AppCompat_Caption 0x7f150012
+int style Base_TextAppearance_AppCompat_Display1 0x7f150013
+int style Base_TextAppearance_AppCompat_Display2 0x7f150014
+int style Base_TextAppearance_AppCompat_Display3 0x7f150015
+int style Base_TextAppearance_AppCompat_Display4 0x7f150016
+int style Base_TextAppearance_AppCompat_Headline 0x7f150017
+int style Base_TextAppearance_AppCompat_Inverse 0x7f150018
+int style Base_TextAppearance_AppCompat_Large 0x7f150019
+int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f15001a
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f15001b
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f15001c
+int style Base_TextAppearance_AppCompat_Medium 0x7f15001d
+int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f15001e
+int style Base_TextAppearance_AppCompat_Menu 0x7f15001f
+int style Base_TextAppearance_AppCompat_SearchResult 0x7f150020
+int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f150021
+int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f150022
+int style Base_TextAppearance_AppCompat_Small 0x7f150023
+int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f150024
+int style Base_TextAppearance_AppCompat_Subhead 0x7f150025
+int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f150026
+int style Base_TextAppearance_AppCompat_Title 0x7f150027
+int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f150028
+int style Base_TextAppearance_AppCompat_Tooltip 0x7f150029
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f15002a
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f15002b
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f15002c
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f15002d
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f15002e
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f15002f
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f150030
+int style Base_TextAppearance_AppCompat_Widget_Button 0x7f150031
+int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f150032
+int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x7f150033
+int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f150034
+int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f150035
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f150036
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f150037
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f150038
+int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f150039
+int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f15003a
+int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f15003b
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f15003c
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f15003d
+int style Base_ThemeOverlay_AppCompat 0x7f15003e
+int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f15003f
+int style Base_ThemeOverlay_AppCompat_Dark 0x7f150040
+int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f150041
+int style Base_ThemeOverlay_AppCompat_Dialog 0x7f150042
+int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x7f150043
+int style Base_ThemeOverlay_AppCompat_Light 0x7f150044
+int style Base_Theme_AppCompat 0x7f150045
+int style Base_Theme_AppCompat_CompactMenu 0x7f150046
+int style Base_Theme_AppCompat_Dialog 0x7f150047
+int style Base_Theme_AppCompat_DialogWhenLarge 0x7f150048
+int style Base_Theme_AppCompat_Dialog_Alert 0x7f150049
+int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f15004a
+int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f15004b
+int style Base_Theme_AppCompat_Light 0x7f15004c
+int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f15004d
+int style Base_Theme_AppCompat_Light_Dialog 0x7f15004e
+int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f15004f
+int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f150050
+int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f150051
+int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f150052
+int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x7f150053
+int style Base_V21_Theme_AppCompat 0x7f150054
+int style Base_V21_Theme_AppCompat_Dialog 0x7f150055
+int style Base_V21_Theme_AppCompat_Light 0x7f150056
+int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f150057
+int style Base_V22_Theme_AppCompat 0x7f150058
+int style Base_V22_Theme_AppCompat_Light 0x7f150059
+int style Base_V23_Theme_AppCompat 0x7f15005a
+int style Base_V23_Theme_AppCompat_Light 0x7f15005b
+int style Base_V26_Theme_AppCompat 0x7f15005c
+int style Base_V26_Theme_AppCompat_Light 0x7f15005d
+int style Base_V26_Widget_AppCompat_Toolbar 0x7f15005e
+int style Base_V28_Theme_AppCompat 0x7f15005f
+int style Base_V28_Theme_AppCompat_Light 0x7f150060
+int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x7f150061
+int style Base_V7_Theme_AppCompat 0x7f150062
+int style Base_V7_Theme_AppCompat_Dialog 0x7f150063
+int style Base_V7_Theme_AppCompat_Light 0x7f150064
+int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f150065
+int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f150066
+int style Base_V7_Widget_AppCompat_EditText 0x7f150067
+int style Base_V7_Widget_AppCompat_Toolbar 0x7f150068
+int style Base_Widget_AppCompat_ActionBar 0x7f150069
+int style Base_Widget_AppCompat_ActionBar_Solid 0x7f15006a
+int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f15006b
+int style Base_Widget_AppCompat_ActionBar_TabText 0x7f15006c
+int style Base_Widget_AppCompat_ActionBar_TabView 0x7f15006d
+int style Base_Widget_AppCompat_ActionButton 0x7f15006e
+int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f15006f
+int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f150070
+int style Base_Widget_AppCompat_ActionMode 0x7f150071
+int style Base_Widget_AppCompat_ActivityChooserView 0x7f150072
+int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f150073
+int style Base_Widget_AppCompat_Button 0x7f150074
+int style Base_Widget_AppCompat_ButtonBar 0x7f150075
+int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f150076
+int style Base_Widget_AppCompat_Button_Borderless 0x7f150077
+int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f150078
+int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f150079
+int style Base_Widget_AppCompat_Button_Colored 0x7f15007a
+int style Base_Widget_AppCompat_Button_Small 0x7f15007b
+int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f15007c
+int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f15007d
+int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f15007e
+int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f15007f
+int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f150080
+int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f150081
+int style Base_Widget_AppCompat_EditText 0x7f150082
+int style Base_Widget_AppCompat_ImageButton 0x7f150083
+int style Base_Widget_AppCompat_Light_ActionBar 0x7f150084
+int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f150085
+int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f150086
+int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f150087
+int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f150088
+int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f150089
+int style Base_Widget_AppCompat_Light_PopupMenu 0x7f15008a
+int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f15008b
+int style Base_Widget_AppCompat_ListMenuView 0x7f15008c
+int style Base_Widget_AppCompat_ListPopupWindow 0x7f15008d
+int style Base_Widget_AppCompat_ListView 0x7f15008e
+int style Base_Widget_AppCompat_ListView_DropDown 0x7f15008f
+int style Base_Widget_AppCompat_ListView_Menu 0x7f150090
+int style Base_Widget_AppCompat_PopupMenu 0x7f150091
+int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f150092
+int style Base_Widget_AppCompat_PopupWindow 0x7f150093
+int style Base_Widget_AppCompat_ProgressBar 0x7f150094
+int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f150095
+int style Base_Widget_AppCompat_RatingBar 0x7f150096
+int style Base_Widget_AppCompat_RatingBar_Indicator 0x7f150097
+int style Base_Widget_AppCompat_RatingBar_Small 0x7f150098
+int style Base_Widget_AppCompat_SearchView 0x7f150099
+int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f15009a
+int style Base_Widget_AppCompat_SeekBar 0x7f15009b
+int style Base_Widget_AppCompat_SeekBar_Discrete 0x7f15009c
+int style Base_Widget_AppCompat_Spinner 0x7f15009d
+int style Base_Widget_AppCompat_Spinner_Underlined 0x7f15009e
+int style Base_Widget_AppCompat_TextView 0x7f15009f
+int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f1500a0
+int style Base_Widget_AppCompat_Toolbar 0x7f1500a1
+int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f1500a2
+int style CardView 0x7f1500a3
+int style CardView_Dark 0x7f1500a4
+int style CardView_Light 0x7f1500a5
+int style Platform_AppCompat 0x7f1500a6
+int style Platform_AppCompat_Light 0x7f1500a7
+int style Platform_ThemeOverlay_AppCompat 0x7f1500a8
+int style Platform_ThemeOverlay_AppCompat_Dark 0x7f1500a9
+int style Platform_ThemeOverlay_AppCompat_Light 0x7f1500aa
+int style Platform_V21_AppCompat 0x7f1500ab
+int style Platform_V21_AppCompat_Light 0x7f1500ac
+int style Platform_V25_AppCompat 0x7f1500ad
+int style Platform_V25_AppCompat_Light 0x7f1500ae
+int style Platform_Widget_AppCompat_Spinner 0x7f1500af
+int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f1500b0
+int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f1500b1
+int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f1500b2
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f1500b3
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f1500b4
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut 0x7f1500b5
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow 0x7f1500b6
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f1500b7
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title 0x7f1500b8
+int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f1500b9
+int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f1500ba
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f1500bb
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f1500bc
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f1500bd
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f1500be
+int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f1500bf
+int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f1500c0
+int style TextAppearance_AppCompat 0x7f1500c1
+int style TextAppearance_AppCompat_Body1 0x7f1500c2
+int style TextAppearance_AppCompat_Body2 0x7f1500c3
+int style TextAppearance_AppCompat_Button 0x7f1500c4
+int style TextAppearance_AppCompat_Caption 0x7f1500c5
+int style TextAppearance_AppCompat_Display1 0x7f1500c6
+int style TextAppearance_AppCompat_Display2 0x7f1500c7
+int style TextAppearance_AppCompat_Display3 0x7f1500c8
+int style TextAppearance_AppCompat_Display4 0x7f1500c9
+int style TextAppearance_AppCompat_Headline 0x7f1500ca
+int style TextAppearance_AppCompat_Inverse 0x7f1500cb
+int style TextAppearance_AppCompat_Large 0x7f1500cc
+int style TextAppearance_AppCompat_Large_Inverse 0x7f1500cd
+int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f1500ce
+int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f1500cf
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f1500d0
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f1500d1
+int style TextAppearance_AppCompat_Medium 0x7f1500d2
+int style TextAppearance_AppCompat_Medium_Inverse 0x7f1500d3
+int style TextAppearance_AppCompat_Menu 0x7f1500d4
+int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f1500d5
+int style TextAppearance_AppCompat_SearchResult_Title 0x7f1500d6
+int style TextAppearance_AppCompat_Small 0x7f1500d7
+int style TextAppearance_AppCompat_Small_Inverse 0x7f1500d8
+int style TextAppearance_AppCompat_Subhead 0x7f1500d9
+int style TextAppearance_AppCompat_Subhead_Inverse 0x7f1500da
+int style TextAppearance_AppCompat_Title 0x7f1500db
+int style TextAppearance_AppCompat_Title_Inverse 0x7f1500dc
+int style TextAppearance_AppCompat_Tooltip 0x7f1500dd
+int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f1500de
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f1500df
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f1500e0
+int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f1500e1
+int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f1500e2
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f1500e3
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f1500e4
+int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f1500e5
+int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f1500e6
+int style TextAppearance_AppCompat_Widget_Button 0x7f1500e7
+int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f1500e8
+int style TextAppearance_AppCompat_Widget_Button_Colored 0x7f1500e9
+int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f1500ea
+int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f1500eb
+int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f1500ec
+int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f1500ed
+int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f1500ee
+int style TextAppearance_AppCompat_Widget_Switch 0x7f1500ef
+int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f1500f0
+int style TextAppearance_Compat_Notification 0x7f1500f1
+int style TextAppearance_Compat_Notification_Info 0x7f1500f2
+int style TextAppearance_Compat_Notification_Info_Media 0x7f1500f3
+int style TextAppearance_Compat_Notification_Line2 0x7f1500f4
+int style TextAppearance_Compat_Notification_Line2_Media 0x7f1500f5
+int style TextAppearance_Compat_Notification_Media 0x7f1500f6
+int style TextAppearance_Compat_Notification_Time 0x7f1500f7
+int style TextAppearance_Compat_Notification_Time_Media 0x7f1500f8
+int style TextAppearance_Compat_Notification_Title 0x7f1500f9
+int style TextAppearance_Compat_Notification_Title_Media 0x7f1500fa
+int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f1500fb
+int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f1500fc
+int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f1500fd
+int style ThemeOverlay_AppCompat 0x7f1500fe
+int style ThemeOverlay_AppCompat_ActionBar 0x7f1500ff
+int style ThemeOverlay_AppCompat_Dark 0x7f150100
+int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f150101
+int style ThemeOverlay_AppCompat_DayNight 0x7f150102
+int style ThemeOverlay_AppCompat_DayNight_ActionBar 0x7f150103
+int style ThemeOverlay_AppCompat_Dialog 0x7f150104
+int style ThemeOverlay_AppCompat_Dialog_Alert 0x7f150105
+int style ThemeOverlay_AppCompat_Light 0x7f150106
+int style Theme_AppCompat 0x7f150107
+int style Theme_AppCompat_CompactMenu 0x7f150108
+int style Theme_AppCompat_DayNight 0x7f150109
+int style Theme_AppCompat_DayNight_DarkActionBar 0x7f15010a
+int style Theme_AppCompat_DayNight_Dialog 0x7f15010b
+int style Theme_AppCompat_DayNight_DialogWhenLarge 0x7f15010c
+int style Theme_AppCompat_DayNight_Dialog_Alert 0x7f15010d
+int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x7f15010e
+int style Theme_AppCompat_DayNight_NoActionBar 0x7f15010f
+int style Theme_AppCompat_Dialog 0x7f150110
+int style Theme_AppCompat_DialogWhenLarge 0x7f150111
+int style Theme_AppCompat_Dialog_Alert 0x7f150112
+int style Theme_AppCompat_Dialog_MinWidth 0x7f150113
+int style Theme_AppCompat_Light 0x7f150114
+int style Theme_AppCompat_Light_DarkActionBar 0x7f150115
+int style Theme_AppCompat_Light_Dialog 0x7f150116
+int style Theme_AppCompat_Light_DialogWhenLarge 0x7f150117
+int style Theme_AppCompat_Light_Dialog_Alert 0x7f150118
+int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f150119
+int style Theme_AppCompat_Light_NoActionBar 0x7f15011a
+int style Theme_AppCompat_NoActionBar 0x7f15011b
+int style Widget_AppCompat_ActionBar 0x7f15011c
+int style Widget_AppCompat_ActionBar_Solid 0x7f15011d
+int style Widget_AppCompat_ActionBar_TabBar 0x7f15011e
+int style Widget_AppCompat_ActionBar_TabText 0x7f15011f
+int style Widget_AppCompat_ActionBar_TabView 0x7f150120
+int style Widget_AppCompat_ActionButton 0x7f150121
+int style Widget_AppCompat_ActionButton_CloseMode 0x7f150122
+int style Widget_AppCompat_ActionButton_Overflow 0x7f150123
+int style Widget_AppCompat_ActionMode 0x7f150124
+int style Widget_AppCompat_ActivityChooserView 0x7f150125
+int style Widget_AppCompat_AutoCompleteTextView 0x7f150126
+int style Widget_AppCompat_Button 0x7f150127
+int style Widget_AppCompat_ButtonBar 0x7f150128
+int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f150129
+int style Widget_AppCompat_Button_Borderless 0x7f15012a
+int style Widget_AppCompat_Button_Borderless_Colored 0x7f15012b
+int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f15012c
+int style Widget_AppCompat_Button_Colored 0x7f15012d
+int style Widget_AppCompat_Button_Small 0x7f15012e
+int style Widget_AppCompat_CompoundButton_CheckBox 0x7f15012f
+int style Widget_AppCompat_CompoundButton_RadioButton 0x7f150130
+int style Widget_AppCompat_CompoundButton_Switch 0x7f150131
+int style Widget_AppCompat_DrawerArrowToggle 0x7f150132
+int style Widget_AppCompat_DropDownItem_Spinner 0x7f150133
+int style Widget_AppCompat_EditText 0x7f150134
+int style Widget_AppCompat_ImageButton 0x7f150135
+int style Widget_AppCompat_Light_ActionBar 0x7f150136
+int style Widget_AppCompat_Light_ActionBar_Solid 0x7f150137
+int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f150138
+int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f150139
+int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f15013a
+int style Widget_AppCompat_Light_ActionBar_TabText 0x7f15013b
+int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f15013c
+int style Widget_AppCompat_Light_ActionBar_TabView 0x7f15013d
+int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f15013e
+int style Widget_AppCompat_Light_ActionButton 0x7f15013f
+int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f150140
+int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f150141
+int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f150142
+int style Widget_AppCompat_Light_ActivityChooserView 0x7f150143
+int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f150144
+int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f150145
+int style Widget_AppCompat_Light_ListPopupWindow 0x7f150146
+int style Widget_AppCompat_Light_ListView_DropDown 0x7f150147
+int style Widget_AppCompat_Light_PopupMenu 0x7f150148
+int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f150149
+int style Widget_AppCompat_Light_SearchView 0x7f15014a
+int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f15014b
+int style Widget_AppCompat_ListMenuView 0x7f15014c
+int style Widget_AppCompat_ListPopupWindow 0x7f15014d
+int style Widget_AppCompat_ListView 0x7f15014e
+int style Widget_AppCompat_ListView_DropDown 0x7f15014f
+int style Widget_AppCompat_ListView_Menu 0x7f150150
+int style Widget_AppCompat_PopupMenu 0x7f150151
+int style Widget_AppCompat_PopupMenu_Overflow 0x7f150152
+int style Widget_AppCompat_PopupWindow 0x7f150153
+int style Widget_AppCompat_ProgressBar 0x7f150154
+int style Widget_AppCompat_ProgressBar_Horizontal 0x7f150155
+int style Widget_AppCompat_RatingBar 0x7f150156
+int style Widget_AppCompat_RatingBar_Indicator 0x7f150157
+int style Widget_AppCompat_RatingBar_Small 0x7f150158
+int style Widget_AppCompat_SearchView 0x7f150159
+int style Widget_AppCompat_SearchView_ActionBar 0x7f15015a
+int style Widget_AppCompat_SeekBar 0x7f15015b
+int style Widget_AppCompat_SeekBar_Discrete 0x7f15015c
+int style Widget_AppCompat_Spinner 0x7f15015d
+int style Widget_AppCompat_Spinner_DropDown 0x7f15015e
+int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f15015f
+int style Widget_AppCompat_Spinner_Underlined 0x7f150160
+int style Widget_AppCompat_TextView 0x7f150161
+int style Widget_AppCompat_TextView_SpinnerItem 0x7f150162
+int style Widget_AppCompat_Toolbar 0x7f150163
+int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f150164
+int style Widget_Compat_NotificationActionContainer 0x7f150165
+int style Widget_Compat_NotificationActionText 0x7f150166
+int style Widget_Support_CoordinatorLayout 0x7f150167
+int[] styleable ActionBar { 0x7f040032, 0x7f040033, 0x7f040034, 0x7f040060, 0x7f040061, 0x7f040062, 0x7f040063, 0x7f040064, 0x7f040065, 0x7f04006d, 0x7f040072, 0x7f040073, 0x7f040086, 0x7f040096, 0x7f040097, 0x7f040098, 0x7f040099, 0x7f04009a, 0x7f04009f, 0x7f0400a2, 0x7f0400bc, 0x7f0400c4, 0x7f0400cf, 0x7f0400d2, 0x7f0400d3, 0x7f0400ee, 0x7f0400f1, 0x7f04010d, 0x7f040116 }
+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 { 0x7f040032, 0x7f040033, 0x7f040050, 0x7f040096, 0x7f0400f1, 0x7f040116 }
+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 { 0x7f040087, 0x7f0400a0 }
+int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0
+int styleable ActivityChooserView_initialActivityCount 1
+int[] styleable AlertDialog { 0x10100f2, 0x7f040040, 0x7f040041, 0x7f0400b1, 0x7f0400b2, 0x7f0400c1, 0x7f0400e3, 0x7f0400e4 }
+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, 0x7f0400e9, 0x7f04010b, 0x7f04010c }
+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, 0x7f040108, 0x7f040109, 0x7f04010a }
+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, 0x7f04002d, 0x7f04002e, 0x7f04002f, 0x7f040030, 0x7f040031, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f04007f, 0x7f040088, 0x7f04008a, 0x7f040092, 0x7f0400a4, 0x7f0400ac, 0x7f0400f7, 0x7f040102 }
+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_drawableBottomCompat 6
+int styleable AppCompatTextView_drawableEndCompat 7
+int styleable AppCompatTextView_drawableLeftCompat 8
+int styleable AppCompatTextView_drawableRightCompat 9
+int styleable AppCompatTextView_drawableStartCompat 10
+int styleable AppCompatTextView_drawableTint 11
+int styleable AppCompatTextView_drawableTintMode 12
+int styleable AppCompatTextView_drawableTopCompat 13
+int styleable AppCompatTextView_firstBaselineToTopHeight 14
+int styleable AppCompatTextView_fontFamily 15
+int styleable AppCompatTextView_fontVariationSettings 16
+int styleable AppCompatTextView_lastBaselineToBottomHeight 17
+int styleable AppCompatTextView_lineHeight 18
+int styleable AppCompatTextView_textAllCaps 19
+int styleable AppCompatTextView_textLocale 20
+int[] styleable AppCompatTheme { 0x7f040001, 0x7f040002, 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f04000d, 0x7f04000f, 0x7f040010, 0x7f040011, 0x7f040012, 0x7f040013, 0x7f040014, 0x7f040015, 0x7f040016, 0x7f040017, 0x7f040018, 0x7f040019, 0x7f04001a, 0x7f04001b, 0x7f04001c, 0x7f04001d, 0x7f04001e, 0x7f04001f, 0x7f040022, 0x7f040023, 0x7f040024, 0x7f040025, 0x7f040026, 0x10100ae, 0x1010057, 0x7f04002c, 0x7f040038, 0x7f040039, 0x7f04003a, 0x7f04003b, 0x7f04003c, 0x7f04003d, 0x7f040042, 0x7f040043, 0x7f04004d, 0x7f04004e, 0x7f040054, 0x7f040055, 0x7f040056, 0x7f040057, 0x7f040058, 0x7f040059, 0x7f04005a, 0x7f04005b, 0x7f04005c, 0x7f04005d, 0x7f04006b, 0x7f04006f, 0x7f040070, 0x7f040071, 0x7f040074, 0x7f040076, 0x7f040081, 0x7f040082, 0x7f040083, 0x7f040084, 0x7f040085, 0x7f040098, 0x7f04009e, 0x7f0400ad, 0x7f0400ae, 0x7f0400af, 0x7f0400b0, 0x7f0400b3, 0x7f0400b4, 0x7f0400b5, 0x7f0400b6, 0x7f0400b7, 0x7f0400b8, 0x7f0400b9, 0x7f0400ba, 0x7f0400bb, 0x7f0400cb, 0x7f0400cc, 0x7f0400cd, 0x7f0400ce, 0x7f0400d0, 0x7f0400d6, 0x7f0400d7, 0x7f0400d8, 0x7f0400d9, 0x7f0400dc, 0x7f0400dd, 0x7f0400de, 0x7f0400df, 0x7f0400e6, 0x7f0400e7, 0x7f0400f5, 0x7f0400f8, 0x7f0400f9, 0x7f0400fa, 0x7f0400fb, 0x7f0400fc, 0x7f0400fd, 0x7f0400fe, 0x7f0400ff, 0x7f040100, 0x7f040101, 0x7f040117, 0x7f040118, 0x7f040119, 0x7f04011a, 0x7f040120, 0x7f040122, 0x7f040123, 0x7f040124, 0x7f040125, 0x7f040126, 0x7f040127, 0x7f040128, 0x7f040129, 0x7f04012a, 0x7f04012b }
+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_listChoiceIndicatorMultipleAnimated 72
+int styleable AppCompatTheme_listChoiceIndicatorSingleAnimated 73
+int styleable AppCompatTheme_listDividerAlertDialog 74
+int styleable AppCompatTheme_listMenuViewStyle 75
+int styleable AppCompatTheme_listPopupWindowStyle 76
+int styleable AppCompatTheme_listPreferredItemHeight 77
+int styleable AppCompatTheme_listPreferredItemHeightLarge 78
+int styleable AppCompatTheme_listPreferredItemHeightSmall 79
+int styleable AppCompatTheme_listPreferredItemPaddingEnd 80
+int styleable AppCompatTheme_listPreferredItemPaddingLeft 81
+int styleable AppCompatTheme_listPreferredItemPaddingRight 82
+int styleable AppCompatTheme_listPreferredItemPaddingStart 83
+int styleable AppCompatTheme_panelBackground 84
+int styleable AppCompatTheme_panelMenuListTheme 85
+int styleable AppCompatTheme_panelMenuListWidth 86
+int styleable AppCompatTheme_popupMenuStyle 87
+int styleable AppCompatTheme_popupWindowStyle 88
+int styleable AppCompatTheme_radioButtonStyle 89
+int styleable AppCompatTheme_ratingBarStyle 90
+int styleable AppCompatTheme_ratingBarStyleIndicator 91
+int styleable AppCompatTheme_ratingBarStyleSmall 92
+int styleable AppCompatTheme_searchViewStyle 93
+int styleable AppCompatTheme_seekBarStyle 94
+int styleable AppCompatTheme_selectableItemBackground 95
+int styleable AppCompatTheme_selectableItemBackgroundBorderless 96
+int styleable AppCompatTheme_spinnerDropDownItemStyle 97
+int styleable AppCompatTheme_spinnerStyle 98
+int styleable AppCompatTheme_switchStyle 99
+int styleable AppCompatTheme_textAppearanceLargePopupMenu 100
+int styleable AppCompatTheme_textAppearanceListItem 101
+int styleable AppCompatTheme_textAppearanceListItemSecondary 102
+int styleable AppCompatTheme_textAppearanceListItemSmall 103
+int styleable AppCompatTheme_textAppearancePopupMenuHeader 104
+int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 105
+int styleable AppCompatTheme_textAppearanceSearchResultTitle 106
+int styleable AppCompatTheme_textAppearanceSmallPopupMenu 107
+int styleable AppCompatTheme_textColorAlertDialogListItem 108
+int styleable AppCompatTheme_textColorSearchUrl 109
+int styleable AppCompatTheme_toolbarNavigationButtonStyle 110
+int styleable AppCompatTheme_toolbarStyle 111
+int styleable AppCompatTheme_tooltipForegroundColor 112
+int styleable AppCompatTheme_tooltipFrameBackground 113
+int styleable AppCompatTheme_viewInflaterClass 114
+int styleable AppCompatTheme_windowActionBar 115
+int styleable AppCompatTheme_windowActionBarOverlay 116
+int styleable AppCompatTheme_windowActionModeOverlay 117
+int styleable AppCompatTheme_windowFixedHeightMajor 118
+int styleable AppCompatTheme_windowFixedHeightMinor 119
+int styleable AppCompatTheme_windowFixedWidthMajor 120
+int styleable AppCompatTheme_windowFixedWidthMinor 121
+int styleable AppCompatTheme_windowMinWidthMajor 122
+int styleable AppCompatTheme_windowMinWidthMinor 123
+int styleable AppCompatTheme_windowNoTitle 124
+int[] styleable ButtonBarLayout { 0x7f040027 }
+int styleable ButtonBarLayout_allowStacking 0
+int[] styleable CardView { 0x1010140, 0x101013f, 0x7f040046, 0x7f040047, 0x7f040048, 0x7f040049, 0x7f04004a, 0x7f04004b, 0x7f040066, 0x7f040067, 0x7f040068, 0x7f040069, 0x7f04006a }
+int styleable CardView_android_minHeight 0
+int styleable CardView_android_minWidth 1
+int styleable CardView_cardBackgroundColor 2
+int styleable CardView_cardCornerRadius 3
+int styleable CardView_cardElevation 4
+int styleable CardView_cardMaxElevation 5
+int styleable CardView_cardPreventCornerOverlap 6
+int styleable CardView_cardUseCompatPadding 7
+int styleable CardView_contentPadding 8
+int styleable CardView_contentPaddingBottom 9
+int styleable CardView_contentPaddingLeft 10
+int styleable CardView_contentPaddingRight 11
+int styleable CardView_contentPaddingTop 12
+int[] styleable ColorStateListItem { 0x7f040028, 0x101031f, 0x10101a5 }
+int styleable ColorStateListItem_alpha 0
+int styleable ColorStateListItem_android_alpha 1
+int styleable ColorStateListItem_android_color 2
+int[] styleable CompoundButton { 0x1010107, 0x7f04003e, 0x7f040044, 0x7f040045 }
+int styleable CompoundButton_android_button 0
+int styleable CompoundButton_buttonCompat 1
+int styleable CompoundButton_buttonTint 2
+int styleable CompoundButton_buttonTintMode 3
+int[] styleable CoordinatorLayout { 0x7f0400a3, 0x7f0400eb }
+int styleable CoordinatorLayout_keylines 0
+int styleable CoordinatorLayout_statusBarBackground 1
+int[] styleable CoordinatorLayout_Layout { 0x10100b3, 0x7f0400a6, 0x7f0400a7, 0x7f0400a8, 0x7f0400a9, 0x7f0400aa, 0x7f0400ab }
+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 { 0x7f04002a, 0x7f04002b, 0x7f040037, 0x7f040053, 0x7f04007b, 0x7f040094, 0x7f0400e5, 0x7f040104 }
+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 { 0x7f04008b, 0x7f04008c, 0x7f04008d, 0x7f04008e, 0x7f04008f, 0x7f040090 }
+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, 0x7f040089, 0x7f040091, 0x7f040092, 0x7f040093, 0x7f04011f }
+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, 0x7f040073, 0x7f040075, 0x7f0400bf, 0x7f0400e1 }
+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 { 0x7f04000e, 0x7f040020, 0x7f040021, 0x7f040029, 0x10101e3, 0x10101e5, 0x1010106, 0x101000e, 0x1010002, 0x10100d0, 0x10101de, 0x10101e4, 0x101026f, 0x10101df, 0x10101e1, 0x10101e2, 0x1010194, 0x7f04005f, 0x7f04009b, 0x7f04009c, 0x7f0400c5, 0x7f0400e0, 0x7f04011b }
+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, 0x7f0400d1, 0x7f0400ec }
+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 MogoSkinBackgroundHelper { 0x10100d4 }
+int styleable MogoSkinBackgroundHelper_android_background 0
+int[] styleable MogoSkinCompatImageView { 0x1010119, 0x1010121, 0x7f0400e9, 0x7f04010b }
+int styleable MogoSkinCompatImageView_android_src 0
+int styleable MogoSkinCompatImageView_android_tint 1
+int styleable MogoSkinCompatImageView_srcCompat 2
+int styleable MogoSkinCompatImageView_tint 3
+int[] styleable MogoSkinCompatTextHelper { 0x101016e, 0x1010393, 0x101016f, 0x1010170, 0x1010392, 0x101016d, 0x1010034 }
+int styleable MogoSkinCompatTextHelper_android_drawableBottom 0
+int styleable MogoSkinCompatTextHelper_android_drawableEnd 1
+int styleable MogoSkinCompatTextHelper_android_drawableLeft 2
+int styleable MogoSkinCompatTextHelper_android_drawableRight 3
+int styleable MogoSkinCompatTextHelper_android_drawableStart 4
+int styleable MogoSkinCompatTextHelper_android_drawableTop 5
+int styleable MogoSkinCompatTextHelper_android_textAppearance 6
+int[] styleable MogoSkinTextAppearance { 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x1010098, 0x101009a, 0x1010095, 0x1010097, 0x1010096, 0x7f0400f7 }
+int styleable MogoSkinTextAppearance_android_shadowColor 0
+int styleable MogoSkinTextAppearance_android_shadowDx 1
+int styleable MogoSkinTextAppearance_android_shadowDy 2
+int styleable MogoSkinTextAppearance_android_shadowRadius 3
+int styleable MogoSkinTextAppearance_android_textColor 4
+int styleable MogoSkinTextAppearance_android_textColorHint 5
+int styleable MogoSkinTextAppearance_android_textSize 6
+int styleable MogoSkinTextAppearance_android_textStyle 7
+int styleable MogoSkinTextAppearance_android_typeface 8
+int styleable MogoSkinTextAppearance_textAllCaps 9
+int[] styleable PopupWindow { 0x10102c9, 0x1010176, 0x7f0400c6 }
+int styleable PopupWindow_android_popupAnimationStyle 0
+int styleable PopupWindow_android_popupBackground 1
+int styleable PopupWindow_overlapAnchor 2
+int[] styleable PopupWindowBackgroundState { 0x7f0400ea }
+int styleable PopupWindowBackgroundState_state_above_anchor 0
+int[] styleable RecycleListView { 0x7f0400c7, 0x7f0400ca }
+int styleable RecycleListView_paddingBottomNoButtons 0
+int styleable RecycleListView_paddingTopNoTitle 1
+int[] styleable SearchView { 0x10100da, 0x1010264, 0x1010220, 0x101011f, 0x7f04004f, 0x7f04005e, 0x7f04006e, 0x7f040095, 0x7f04009d, 0x7f0400a5, 0x7f0400d4, 0x7f0400d5, 0x7f0400da, 0x7f0400db, 0x7f0400ed, 0x7f0400f2, 0x7f040121 }
+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 SkinBackgroundHelper { 0x10100d4 }
+int styleable SkinBackgroundHelper_android_background 0
+int[] styleable SkinCompatImageView { 0x1010119, 0x1010121, 0x7f0400e9, 0x7f04010b }
+int styleable SkinCompatImageView_android_src 0
+int styleable SkinCompatImageView_android_tint 1
+int styleable SkinCompatImageView_srcCompat 2
+int styleable SkinCompatImageView_tint 3
+int[] styleable SkinCompatProgressBar { 0x101013b, 0x101013c }
+int styleable SkinCompatProgressBar_android_indeterminateDrawable 0
+int styleable SkinCompatProgressBar_android_progressDrawable 1
+int[] styleable SkinCompatTextHelper { 0x101016e, 0x1010393, 0x101016f, 0x1010170, 0x1010392, 0x101016d, 0x1010034 }
+int styleable SkinCompatTextHelper_android_drawableBottom 0
+int styleable SkinCompatTextHelper_android_drawableEnd 1
+int styleable SkinCompatTextHelper_android_drawableLeft 2
+int styleable SkinCompatTextHelper_android_drawableRight 3
+int styleable SkinCompatTextHelper_android_drawableStart 4
+int styleable SkinCompatTextHelper_android_drawableTop 5
+int styleable SkinCompatTextHelper_android_textAppearance 6
+int[] styleable SkinTextAppearance { 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x1010098, 0x101009a, 0x1010095, 0x1010097, 0x1010096, 0x7f0400f7 }
+int styleable SkinTextAppearance_android_shadowColor 0
+int styleable SkinTextAppearance_android_shadowDx 1
+int styleable SkinTextAppearance_android_shadowDy 2
+int styleable SkinTextAppearance_android_shadowRadius 3
+int styleable SkinTextAppearance_android_textColor 4
+int styleable SkinTextAppearance_android_textColorHint 5
+int styleable SkinTextAppearance_android_textSize 6
+int styleable SkinTextAppearance_android_textStyle 7
+int styleable SkinTextAppearance_android_typeface 8
+int styleable SkinTextAppearance_textAllCaps 9
+int[] styleable Spinner { 0x1010262, 0x10100b2, 0x1010176, 0x101017b, 0x7f0400cf }
+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, 0x7f0400e2, 0x7f0400e8, 0x7f0400f3, 0x7f0400f4, 0x7f0400f6, 0x7f040105, 0x7f040106, 0x7f040107, 0x7f04011c, 0x7f04011d, 0x7f04011e }
+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, 0x1010585, 0x1010095, 0x1010097, 0x1010096, 0x7f04008a, 0x7f040092, 0x7f0400f7, 0x7f040102 }
+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_textFontWeight 8
+int styleable TextAppearance_android_textSize 9
+int styleable TextAppearance_android_textStyle 10
+int styleable TextAppearance_android_typeface 11
+int styleable TextAppearance_fontFamily 12
+int styleable TextAppearance_fontVariationSettings 13
+int styleable TextAppearance_textAllCaps 14
+int styleable TextAppearance_textLocale 15
+int[] styleable Toolbar { 0x10100af, 0x1010140, 0x7f04003f, 0x7f040051, 0x7f040052, 0x7f040060, 0x7f040061, 0x7f040062, 0x7f040063, 0x7f040064, 0x7f040065, 0x7f0400bc, 0x7f0400bd, 0x7f0400be, 0x7f0400c0, 0x7f0400c2, 0x7f0400c3, 0x7f0400cf, 0x7f0400ee, 0x7f0400ef, 0x7f0400f0, 0x7f04010d, 0x7f04010e, 0x7f04010f, 0x7f040110, 0x7f040111, 0x7f040112, 0x7f040113, 0x7f040114, 0x7f040115 }
+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_menu 14
+int styleable Toolbar_navigationContentDescription 15
+int styleable Toolbar_navigationIcon 16
+int styleable Toolbar_popupTheme 17
+int styleable Toolbar_subtitle 18
+int styleable Toolbar_subtitleTextAppearance 19
+int styleable Toolbar_subtitleTextColor 20
+int styleable Toolbar_title 21
+int styleable Toolbar_titleMargin 22
+int styleable Toolbar_titleMarginBottom 23
+int styleable Toolbar_titleMarginEnd 24
+int styleable Toolbar_titleMarginStart 25
+int styleable Toolbar_titleMarginTop 26
+int styleable Toolbar_titleMargins 27
+int styleable Toolbar_titleTextAppearance 28
+int styleable Toolbar_titleTextColor 29
+int[] styleable View { 0x10100da, 0x1010000, 0x7f0400c8, 0x7f0400c9, 0x7f040103 }
+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, 0x7f040035, 0x7f040036 }
+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/skin/skin-support-cardview/build/outputs/logs/manifest-merger-debug-report.txt b/skin/skin-support-cardview/build/outputs/logs/manifest-merger-debug-report.txt
new file mode 100644
index 0000000000..01328b0068
--- /dev/null
+++ b/skin/skin-support-cardview/build/outputs/logs/manifest-merger-debug-report.txt
@@ -0,0 +1,37 @@
+-- Merging decision tree log ---
+manifest
+ADDED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-cardview/src/main/AndroidManifest.xml:1:1-2:39
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-cardview/src/main/AndroidManifest.xml:1:1-2:39
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-cardview/src/main/AndroidManifest.xml:1:1-2:39
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-cardview/src/main/AndroidManifest.xml:1:1-2:39
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-cardview/src/main/AndroidManifest.xml:1:1-2:39
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-cardview/src/main/AndroidManifest.xml:1:1-2:39
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-cardview/src/main/AndroidManifest.xml:1:1-2:39
+ package
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-cardview/src/main/AndroidManifest.xml:2:5-36
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-cardview/src/main/AndroidManifest.xml
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-cardview/src/main/AndroidManifest.xml
+ android:versionName
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-cardview/src/main/AndroidManifest.xml
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-cardview/src/main/AndroidManifest.xml:1:1-2:39
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-cardview/src/main/AndroidManifest.xml
+ android:versionCode
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-cardview/src/main/AndroidManifest.xml
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-cardview/src/main/AndroidManifest.xml:1:1-2:39
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-cardview/src/main/AndroidManifest.xml
+ xmlns:android
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-cardview/src/main/AndroidManifest.xml:1:11-69
+uses-sdk
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-cardview/src/main/AndroidManifest.xml reason: use-sdk injection requested
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-cardview/src/main/AndroidManifest.xml
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-cardview/src/main/AndroidManifest.xml
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-cardview/src/main/AndroidManifest.xml
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-cardview/src/main/AndroidManifest.xml
+ android:targetSdkVersion
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-cardview/src/main/AndroidManifest.xml
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-cardview/src/main/AndroidManifest.xml
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-cardview/src/main/AndroidManifest.xml
+ android:minSdkVersion
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-cardview/src/main/AndroidManifest.xml
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-cardview/src/main/AndroidManifest.xml
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-cardview/src/main/AndroidManifest.xml
diff --git a/skin/skin-support-constraint-layout/build/generated/source/buildConfig/debug/skin/support/constraint/BuildConfig.java b/skin/skin-support-constraint-layout/build/generated/source/buildConfig/debug/skin/support/constraint/BuildConfig.java
new file mode 100644
index 0000000000..8849893405
--- /dev/null
+++ b/skin/skin-support-constraint-layout/build/generated/source/buildConfig/debug/skin/support/constraint/BuildConfig.java
@@ -0,0 +1,18 @@
+/**
+ * Automatically generated file. DO NOT MODIFY
+ */
+package skin.support.constraint;
+
+public final class BuildConfig {
+ public static final boolean DEBUG = Boolean.parseBoolean("true");
+ public static final String LIBRARY_PACKAGE_NAME = "skin.support.constraint";
+ /**
+ * @deprecated APPLICATION_ID is misleading in libraries. For the library package name use LIBRARY_PACKAGE_NAME
+ */
+ @Deprecated
+ public static final String APPLICATION_ID = "skin.support.constraint";
+ public static final String BUILD_TYPE = "debug";
+ public static final String FLAVOR = "";
+ public static final int VERSION_CODE = 1;
+ public static final String VERSION_NAME = "1.0";
+}
diff --git a/skin/skin-support-constraint-layout/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml b/skin/skin-support-constraint-layout/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml
new file mode 100644
index 0000000000..cb2de2be0a
--- /dev/null
+++ b/skin/skin-support-constraint-layout/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/skin/skin-support-constraint-layout/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output.json b/skin/skin-support-constraint-layout/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output.json
new file mode 100644
index 0000000000..e786de5111
--- /dev/null
+++ b/skin/skin-support-constraint-layout/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output.json
@@ -0,0 +1 @@
+[{"outputType":{"type":"AAPT_FRIENDLY_MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"skin-support-constraint-layout-debug.aar","fullName":"debug","baseName":"debug"},"path":"AndroidManifest.xml","properties":{"packageId":"skin.support.constraint","split":""}}]
\ No newline at end of file
diff --git a/skin/skin-support-constraint-layout/build/intermediates/annotation_processor_list/debug/annotationProcessors.json b/skin/skin-support-constraint-layout/build/intermediates/annotation_processor_list/debug/annotationProcessors.json
new file mode 100644
index 0000000000..9e26dfeeb6
--- /dev/null
+++ b/skin/skin-support-constraint-layout/build/intermediates/annotation_processor_list/debug/annotationProcessors.json
@@ -0,0 +1 @@
+{}
\ No newline at end of file
diff --git a/skin/skin-support-constraint-layout/build/intermediates/compile_library_classes/debug/classes.jar b/skin/skin-support-constraint-layout/build/intermediates/compile_library_classes/debug/classes.jar
new file mode 100644
index 0000000000..1059e90f2c
Binary files /dev/null and b/skin/skin-support-constraint-layout/build/intermediates/compile_library_classes/debug/classes.jar differ
diff --git a/skin/skin-support-constraint-layout/build/intermediates/compile_only_not_namespaced_r_class_jar/debug/R.jar b/skin/skin-support-constraint-layout/build/intermediates/compile_only_not_namespaced_r_class_jar/debug/R.jar
new file mode 100644
index 0000000000..686253238e
Binary files /dev/null and b/skin/skin-support-constraint-layout/build/intermediates/compile_only_not_namespaced_r_class_jar/debug/R.jar differ
diff --git a/skin/skin-support-constraint-layout/build/intermediates/incremental/debug-mergeNativeLibs/merge-state b/skin/skin-support-constraint-layout/build/intermediates/incremental/debug-mergeNativeLibs/merge-state
new file mode 100644
index 0000000000..8138af2bcd
Binary files /dev/null and b/skin/skin-support-constraint-layout/build/intermediates/incremental/debug-mergeNativeLibs/merge-state differ
diff --git a/skin/skin-support-constraint-layout/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml b/skin/skin-support-constraint-layout/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml
new file mode 100644
index 0000000000..53b529d412
--- /dev/null
+++ b/skin/skin-support-constraint-layout/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/skin/skin-support-constraint-layout/build/intermediates/incremental/mergeDebugShaders/merger.xml b/skin/skin-support-constraint-layout/build/intermediates/incremental/mergeDebugShaders/merger.xml
new file mode 100644
index 0000000000..62a8a0e6ce
--- /dev/null
+++ b/skin/skin-support-constraint-layout/build/intermediates/incremental/mergeDebugShaders/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/skin/skin-support-constraint-layout/build/intermediates/incremental/packageDebugAssets/merger.xml b/skin/skin-support-constraint-layout/build/intermediates/incremental/packageDebugAssets/merger.xml
new file mode 100644
index 0000000000..73b0b9f295
--- /dev/null
+++ b/skin/skin-support-constraint-layout/build/intermediates/incremental/packageDebugAssets/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/skin/skin-support-constraint-layout/build/intermediates/incremental/packageDebugResources/compile-file-map.properties b/skin/skin-support-constraint-layout/build/intermediates/incremental/packageDebugResources/compile-file-map.properties
new file mode 100644
index 0000000000..e662ad7694
--- /dev/null
+++ b/skin/skin-support-constraint-layout/build/intermediates/incremental/packageDebugResources/compile-file-map.properties
@@ -0,0 +1 @@
+#Thu Sep 03 19:51:14 CST 2020
diff --git a/skin/skin-support-constraint-layout/build/intermediates/incremental/packageDebugResources/merged.dir/values/values.xml b/skin/skin-support-constraint-layout/build/intermediates/incremental/packageDebugResources/merged.dir/values/values.xml
new file mode 100644
index 0000000000..14c5c77577
--- /dev/null
+++ b/skin/skin-support-constraint-layout/build/intermediates/incremental/packageDebugResources/merged.dir/values/values.xml
@@ -0,0 +1,4 @@
+
+
+ Skin-support-constraint-layout
+
\ No newline at end of file
diff --git a/skin/skin-support-constraint-layout/build/intermediates/incremental/packageDebugResources/merger.xml b/skin/skin-support-constraint-layout/build/intermediates/incremental/packageDebugResources/merger.xml
new file mode 100644
index 0000000000..4ae39f246e
--- /dev/null
+++ b/skin/skin-support-constraint-layout/build/intermediates/incremental/packageDebugResources/merger.xml
@@ -0,0 +1,2 @@
+
+Skin-support-constraint-layout
\ No newline at end of file
diff --git a/skin/skin-support-constraint-layout/build/intermediates/javac/debug/classes/skin/support/constraint/BuildConfig.class b/skin/skin-support-constraint-layout/build/intermediates/javac/debug/classes/skin/support/constraint/BuildConfig.class
new file mode 100644
index 0000000000..a252b92850
Binary files /dev/null and b/skin/skin-support-constraint-layout/build/intermediates/javac/debug/classes/skin/support/constraint/BuildConfig.class differ
diff --git a/skin/skin-support-constraint-layout/build/intermediates/javac/debug/classes/skin/support/constraint/SkinCompatConstraintLayout.class b/skin/skin-support-constraint-layout/build/intermediates/javac/debug/classes/skin/support/constraint/SkinCompatConstraintLayout.class
new file mode 100644
index 0000000000..62dbcb4a84
Binary files /dev/null and b/skin/skin-support-constraint-layout/build/intermediates/javac/debug/classes/skin/support/constraint/SkinCompatConstraintLayout.class differ
diff --git a/skin/skin-support-constraint-layout/build/intermediates/javac/debug/classes/skin/support/constraint/SkinConstraintManager.class b/skin/skin-support-constraint-layout/build/intermediates/javac/debug/classes/skin/support/constraint/SkinConstraintManager.class
new file mode 100644
index 0000000000..42819b2d82
Binary files /dev/null and b/skin/skin-support-constraint-layout/build/intermediates/javac/debug/classes/skin/support/constraint/SkinConstraintManager.class differ
diff --git a/skin/skin-support-constraint-layout/build/intermediates/javac/debug/classes/skin/support/constraint/app/SkinConstraintViewInflater.class b/skin/skin-support-constraint-layout/build/intermediates/javac/debug/classes/skin/support/constraint/app/SkinConstraintViewInflater.class
new file mode 100644
index 0000000000..e32174d45a
Binary files /dev/null and b/skin/skin-support-constraint-layout/build/intermediates/javac/debug/classes/skin/support/constraint/app/SkinConstraintViewInflater.class differ
diff --git a/skin/skin-support-constraint-layout/build/intermediates/library_java_res/debug/res.jar b/skin/skin-support-constraint-layout/build/intermediates/library_java_res/debug/res.jar
new file mode 100644
index 0000000000..15cb0ecb3e
Binary files /dev/null and b/skin/skin-support-constraint-layout/build/intermediates/library_java_res/debug/res.jar differ
diff --git a/skin/skin-support-constraint-layout/build/intermediates/library_manifest/debug/AndroidManifest.xml b/skin/skin-support-constraint-layout/build/intermediates/library_manifest/debug/AndroidManifest.xml
new file mode 100644
index 0000000000..cb2de2be0a
--- /dev/null
+++ b/skin/skin-support-constraint-layout/build/intermediates/library_manifest/debug/AndroidManifest.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/skin/skin-support-constraint-layout/build/intermediates/local_only_symbol_list/debug/parseDebugLibraryResources/R-def.txt b/skin/skin-support-constraint-layout/build/intermediates/local_only_symbol_list/debug/parseDebugLibraryResources/R-def.txt
new file mode 100644
index 0000000000..34ca0ec881
--- /dev/null
+++ b/skin/skin-support-constraint-layout/build/intermediates/local_only_symbol_list/debug/parseDebugLibraryResources/R-def.txt
@@ -0,0 +1,3 @@
+R_DEF: Internal format may change without notice
+local
+string app_name
diff --git a/skin/skin-support-constraint-layout/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt b/skin/skin-support-constraint-layout/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt
new file mode 100644
index 0000000000..ce14e32917
--- /dev/null
+++ b/skin/skin-support-constraint-layout/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt
@@ -0,0 +1,13 @@
+1
+2
+6
+7 /Users/admin/Android/ADAS/Launcher/skin/skin-support-constraint-layout/src/main/AndroidManifest.xml
+9 android:targetSdkVersion="22" />
+9-->/Users/admin/Android/ADAS/Launcher/skin/skin-support-constraint-layout/src/main/AndroidManifest.xml
+10
+11
diff --git a/skin/skin-support-constraint-layout/build/intermediates/merged_manifests/debug/output.json b/skin/skin-support-constraint-layout/build/intermediates/merged_manifests/debug/output.json
new file mode 100644
index 0000000000..439835fad7
--- /dev/null
+++ b/skin/skin-support-constraint-layout/build/intermediates/merged_manifests/debug/output.json
@@ -0,0 +1 @@
+[{"outputType":{"type":"MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"skin-support-constraint-layout-debug.aar","fullName":"debug","baseName":"debug"},"path":"../../library_manifest/debug/AndroidManifest.xml","properties":{"packageId":"skin.support.constraint","split":""}}]
\ No newline at end of file
diff --git a/skin/skin-support-constraint-layout/build/intermediates/packaged_res/debug/values/values.xml b/skin/skin-support-constraint-layout/build/intermediates/packaged_res/debug/values/values.xml
new file mode 100644
index 0000000000..14c5c77577
--- /dev/null
+++ b/skin/skin-support-constraint-layout/build/intermediates/packaged_res/debug/values/values.xml
@@ -0,0 +1,4 @@
+
+
+ Skin-support-constraint-layout
+
\ No newline at end of file
diff --git a/skin/skin-support-constraint-layout/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt b/skin/skin-support-constraint-layout/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt
new file mode 100644
index 0000000000..03731aae5e
--- /dev/null
+++ b/skin/skin-support-constraint-layout/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt
@@ -0,0 +1,1379 @@
+skin.support.constraint
+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 btn_checkbox_to_checked_box_inner_merged_animation
+anim btn_checkbox_to_checked_box_outer_merged_animation
+anim btn_checkbox_to_checked_icon_null_animation
+anim btn_checkbox_to_unchecked_box_inner_merged_animation
+anim btn_checkbox_to_unchecked_check_path_merged_animation
+anim btn_checkbox_to_unchecked_icon_null_animation
+anim btn_radio_to_off_mtrl_dot_group_animation
+anim btn_radio_to_off_mtrl_ring_outer_animation
+anim btn_radio_to_off_mtrl_ring_outer_path_animation
+anim btn_radio_to_on_mtrl_dot_group_animation
+anim btn_radio_to_on_mtrl_ring_outer_animation
+anim btn_radio_to_on_mtrl_ring_outer_path_animation
+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 barrierAllowsGoneWidgets
+attr barrierDirection
+attr borderlessButtonStyle
+attr buttonBarButtonStyle
+attr buttonBarNegativeButtonStyle
+attr buttonBarNeutralButtonStyle
+attr buttonBarPositiveButtonStyle
+attr buttonBarStyle
+attr buttonCompat
+attr buttonGravity
+attr buttonIconDimen
+attr buttonPanelSideLayout
+attr buttonStyle
+attr buttonStyleSmall
+attr buttonTint
+attr buttonTintMode
+attr chainUseRtl
+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 constraintSet
+attr constraint_referenced_ids
+attr content
+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 drawableBottomCompat
+attr drawableEndCompat
+attr drawableLeftCompat
+attr drawableRightCompat
+attr drawableSize
+attr drawableStartCompat
+attr drawableTint
+attr drawableTintMode
+attr drawableTopCompat
+attr drawerArrowStyle
+attr dropDownListViewStyle
+attr dropdownListPreferredItemHeight
+attr editTextBackground
+attr editTextColor
+attr editTextStyle
+attr elevation
+attr emptyVisibility
+attr expandActivityOverflowButtonDrawable
+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 layout_anchor
+attr layout_anchorGravity
+attr layout_behavior
+attr layout_constrainedHeight
+attr layout_constrainedWidth
+attr layout_constraintBaseline_creator
+attr layout_constraintBaseline_toBaselineOf
+attr layout_constraintBottom_creator
+attr layout_constraintBottom_toBottomOf
+attr layout_constraintBottom_toTopOf
+attr layout_constraintCircle
+attr layout_constraintCircleAngle
+attr layout_constraintCircleRadius
+attr layout_constraintDimensionRatio
+attr layout_constraintEnd_toEndOf
+attr layout_constraintEnd_toStartOf
+attr layout_constraintGuide_begin
+attr layout_constraintGuide_end
+attr layout_constraintGuide_percent
+attr layout_constraintHeight_default
+attr layout_constraintHeight_max
+attr layout_constraintHeight_min
+attr layout_constraintHeight_percent
+attr layout_constraintHorizontal_bias
+attr layout_constraintHorizontal_chainStyle
+attr layout_constraintHorizontal_weight
+attr layout_constraintLeft_creator
+attr layout_constraintLeft_toLeftOf
+attr layout_constraintLeft_toRightOf
+attr layout_constraintRight_creator
+attr layout_constraintRight_toLeftOf
+attr layout_constraintRight_toRightOf
+attr layout_constraintStart_toEndOf
+attr layout_constraintStart_toStartOf
+attr layout_constraintTop_creator
+attr layout_constraintTop_toBottomOf
+attr layout_constraintTop_toTopOf
+attr layout_constraintVertical_bias
+attr layout_constraintVertical_chainStyle
+attr layout_constraintVertical_weight
+attr layout_constraintWidth_default
+attr layout_constraintWidth_max
+attr layout_constraintWidth_min
+attr layout_constraintWidth_percent
+attr layout_dodgeInsetEdges
+attr layout_editor_absoluteX
+attr layout_editor_absoluteY
+attr layout_goneMarginBottom
+attr layout_goneMarginEnd
+attr layout_goneMarginLeft
+attr layout_goneMarginRight
+attr layout_goneMarginStart
+attr layout_goneMarginTop
+attr layout_insetEdge
+attr layout_keyline
+attr layout_optimizationLevel
+attr lineHeight
+attr listChoiceBackgroundIndicator
+attr listChoiceIndicatorMultipleAnimated
+attr listChoiceIndicatorSingleAnimated
+attr listDividerAlertDialog
+attr listItemLayout
+attr listLayout
+attr listMenuViewStyle
+attr listPopupWindowStyle
+attr listPreferredItemHeight
+attr listPreferredItemHeightLarge
+attr listPreferredItemHeightSmall
+attr listPreferredItemPaddingEnd
+attr listPreferredItemPaddingLeft
+attr listPreferredItemPaddingRight
+attr listPreferredItemPaddingStart
+attr logo
+attr logoDescription
+attr maxButtonHeight
+attr measureWithLargestChild
+attr menu
+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 searchHintIcon
+attr searchIcon
+attr searchViewStyle
+attr seekBarStyle
+attr selectableItemBackground
+attr selectableItemBackgroundBorderless
+attr showAsAction
+attr showDividers
+attr showText
+attr showTitle
+attr singleChoiceItemLayout
+attr skinAlertDialogBackground
+attr skinAlertDialogControlHighlightColor
+attr skinAlertDialogListDivider
+attr skinAlertDialogListItemTextColor
+attr skinAlertDialogMessageTextColor
+attr skinAlertDialogNegativeButtonTextColor
+attr skinAlertDialogNeutralButtonTextColor
+attr skinAlertDialogPositiveButtonTextColor
+attr skinAlertDialogTitleTextColor
+attr skinListChoiceIndicatorMultiple
+attr skinListChoiceIndicatorSingle
+attr spinBars
+attr spinnerDropDownItemStyle
+attr spinnerStyle
+attr splitTrack
+attr srcCompat
+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 textLocale
+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 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 notification_material_background_media_default_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_height_large_material
+dimen abc_list_item_height_material
+dimen abc_list_item_height_small_material
+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 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 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 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 skin_dialog_list_padding_bottom_no_buttons
+dimen skin_dialog_list_padding_top_no_title
+dimen skin_dialog_padding_top
+dimen skin_dialog_title_divider
+dimen skin_select_dialog_padding_start
+dimen subtitle_corner_radius
+dimen subtitle_outline_width
+dimen subtitle_shadow_offset
+dimen subtitle_shadow_radius
+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_material_anim
+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_material_anim
+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 btn_checkbox_checked_mtrl
+drawable btn_checkbox_checked_to_unchecked_mtrl_animation
+drawable btn_checkbox_unchecked_mtrl
+drawable btn_checkbox_unchecked_to_checked_mtrl_animation
+drawable btn_radio_off_mtrl
+drawable btn_radio_off_to_on_mtrl_animation
+drawable btn_radio_on_mtrl
+drawable btn_radio_on_to_off_mtrl_animation
+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 skin_btn_check
+drawable skin_btn_check_box
+drawable skin_btn_check_box_outline_blank
+drawable skin_btn_radio
+drawable skin_btn_radio_checked
+drawable skin_btn_radio_unchecked
+drawable tooltip_frame_dark
+drawable tooltip_frame_light
+id accessibility_action_clickable_span
+id accessibility_custom_action_0
+id accessibility_custom_action_1
+id accessibility_custom_action_10
+id accessibility_custom_action_11
+id accessibility_custom_action_12
+id accessibility_custom_action_13
+id accessibility_custom_action_14
+id accessibility_custom_action_15
+id accessibility_custom_action_16
+id accessibility_custom_action_17
+id accessibility_custom_action_18
+id accessibility_custom_action_19
+id accessibility_custom_action_2
+id accessibility_custom_action_20
+id accessibility_custom_action_21
+id accessibility_custom_action_22
+id accessibility_custom_action_23
+id accessibility_custom_action_24
+id accessibility_custom_action_25
+id accessibility_custom_action_26
+id accessibility_custom_action_27
+id accessibility_custom_action_28
+id accessibility_custom_action_29
+id accessibility_custom_action_3
+id accessibility_custom_action_30
+id accessibility_custom_action_31
+id accessibility_custom_action_4
+id accessibility_custom_action_5
+id accessibility_custom_action_6
+id accessibility_custom_action_7
+id accessibility_custom_action_8
+id accessibility_custom_action_9
+id action0
+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 blocking
+id bottom
+id buttonPanel
+id cancel_action
+id checkbox
+id checked
+id chronometer
+id content
+id contentPanel
+id custom
+id customPanel
+id decor_content_parent
+id default_activity_button
+id dialog_button
+id edit_query
+id end
+id end_padder
+id expand_activities_button
+id expanded_menu
+id forever
+id gone
+id group_divider
+id home
+id icon
+id icon_group
+id image
+id info
+id invisible
+id italic
+id left
+id line1
+id line3
+id listMode
+id list_item
+id media_actions
+id message
+id multiply
+id none
+id normal
+id notification_background
+id notification_main_column
+id notification_main_column_container
+id off
+id on
+id packed
+id parent
+id parentPanel
+id percent
+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 spread
+id spread_inside
+id src_atop
+id src_in
+id src_over
+id start
+id status_bar_latest_event_content
+id submenuarrow
+id submit_area
+id tabMode
+id tag_accessibility_actions
+id tag_accessibility_clickable_spans
+id tag_accessibility_heading
+id tag_accessibility_pane_title
+id tag_screen_reader_focusable
+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 unchecked
+id uniform
+id up
+id wrap
+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
+interpolator btn_checkbox_checked_mtrl_animation_interpolator_0
+interpolator btn_checkbox_checked_mtrl_animation_interpolator_1
+interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_0
+interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_1
+interpolator btn_radio_to_off_mtrl_animation_interpolator_0
+interpolator btn_radio_to_on_mtrl_animation_interpolator_0
+interpolator fast_out_slow_in
+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 custom_dialog
+layout notification_action
+layout notification_action_tombstone
+layout notification_media_action
+layout notification_media_cancel_action
+layout notification_template_big_media
+layout notification_template_big_media_custom
+layout notification_template_big_media_narrow
+layout notification_template_big_media_narrow_custom
+layout notification_template_custom_big
+layout notification_template_icon_group
+layout notification_template_lines_media
+layout notification_template_media
+layout notification_template_media_custom
+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 skin_alert_dialog
+layout skin_alert_dialog_button_bar
+layout skin_alert_dialog_title
+layout skin_select_dialog
+layout skin_select_dialog_item
+layout skin_select_dialog_multichoice
+layout skin_select_dialog_singlechoice
+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_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 search_menu_title
+string status_bar_notification_info_overflow
+style AlertDialog_AppCompat
+style AlertDialog_AppCompat_Light
+style AlertDialog_SkinCompat
+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
+style Base_Widget_AppCompat_TextView_SpinnerItem
+style Base_Widget_AppCompat_Toolbar
+style Base_Widget_AppCompat_Toolbar_Button_Navigation
+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_Info_Media
+style TextAppearance_Compat_Notification_Line2
+style TextAppearance_Compat_Notification_Line2_Media
+style TextAppearance_Compat_Notification_Media
+style TextAppearance_Compat_Notification_Time
+style TextAppearance_Compat_Notification_Time_Media
+style TextAppearance_Compat_Notification_Title
+style TextAppearance_Compat_Notification_Title_Media
+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_DayNight
+style ThemeOverlay_AppCompat_DayNight_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
+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 drawableBottomCompat drawableEndCompat drawableLeftCompat drawableRightCompat drawableStartCompat drawableTint drawableTintMode drawableTopCompat firstBaselineToTopHeight fontFamily fontVariationSettings lastBaselineToBottomHeight lineHeight textAllCaps textLocale
+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 listChoiceIndicatorMultipleAnimated listChoiceIndicatorSingleAnimated listDividerAlertDialog listMenuViewStyle listPopupWindowStyle listPreferredItemHeight listPreferredItemHeightLarge listPreferredItemHeightSmall listPreferredItemPaddingEnd listPreferredItemPaddingLeft listPreferredItemPaddingRight listPreferredItemPaddingStart 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 ButtonBarLayout allowStacking
+styleable ColorStateListItem alpha android_alpha android_color
+styleable CompoundButton android_button buttonCompat buttonTint buttonTintMode
+styleable ConstraintLayout_Layout android_maxHeight android_maxWidth android_minHeight android_minWidth android_orientation barrierAllowsGoneWidgets barrierDirection chainUseRtl constraintSet constraint_referenced_ids layout_constrainedHeight layout_constrainedWidth layout_constraintBaseline_creator layout_constraintBaseline_toBaselineOf layout_constraintBottom_creator layout_constraintBottom_toBottomOf layout_constraintBottom_toTopOf layout_constraintCircle layout_constraintCircleAngle layout_constraintCircleRadius layout_constraintDimensionRatio layout_constraintEnd_toEndOf layout_constraintEnd_toStartOf layout_constraintGuide_begin layout_constraintGuide_end layout_constraintGuide_percent layout_constraintHeight_default layout_constraintHeight_max layout_constraintHeight_min layout_constraintHeight_percent layout_constraintHorizontal_bias layout_constraintHorizontal_chainStyle layout_constraintHorizontal_weight layout_constraintLeft_creator layout_constraintLeft_toLeftOf layout_constraintLeft_toRightOf layout_constraintRight_creator layout_constraintRight_toLeftOf layout_constraintRight_toRightOf layout_constraintStart_toEndOf layout_constraintStart_toStartOf layout_constraintTop_creator layout_constraintTop_toBottomOf layout_constraintTop_toTopOf layout_constraintVertical_bias layout_constraintVertical_chainStyle layout_constraintVertical_weight layout_constraintWidth_default layout_constraintWidth_max layout_constraintWidth_min layout_constraintWidth_percent layout_editor_absoluteX layout_editor_absoluteY layout_goneMarginBottom layout_goneMarginEnd layout_goneMarginLeft layout_goneMarginRight layout_goneMarginStart layout_goneMarginTop layout_optimizationLevel
+styleable ConstraintLayout_placeholder content emptyVisibility
+styleable ConstraintSet android_alpha android_elevation android_id android_layout_height android_layout_marginBottom android_layout_marginEnd android_layout_marginLeft android_layout_marginRight android_layout_marginStart android_layout_marginTop android_layout_width android_maxHeight android_maxWidth android_minHeight android_minWidth android_orientation android_rotation android_rotationX android_rotationY android_scaleX android_scaleY android_transformPivotX android_transformPivotY android_translationX android_translationY android_translationZ android_visibility barrierAllowsGoneWidgets barrierDirection chainUseRtl constraint_referenced_ids layout_constrainedHeight layout_constrainedWidth layout_constraintBaseline_creator layout_constraintBaseline_toBaselineOf layout_constraintBottom_creator layout_constraintBottom_toBottomOf layout_constraintBottom_toTopOf layout_constraintCircle layout_constraintCircleAngle layout_constraintCircleRadius layout_constraintDimensionRatio layout_constraintEnd_toEndOf layout_constraintEnd_toStartOf layout_constraintGuide_begin layout_constraintGuide_end layout_constraintGuide_percent layout_constraintHeight_default layout_constraintHeight_max layout_constraintHeight_min layout_constraintHeight_percent layout_constraintHorizontal_bias layout_constraintHorizontal_chainStyle layout_constraintHorizontal_weight layout_constraintLeft_creator layout_constraintLeft_toLeftOf layout_constraintLeft_toRightOf layout_constraintRight_creator layout_constraintRight_toLeftOf layout_constraintRight_toRightOf layout_constraintStart_toEndOf layout_constraintStart_toStartOf layout_constraintTop_creator layout_constraintTop_toBottomOf layout_constraintTop_toTopOf layout_constraintVertical_bias layout_constraintVertical_chainStyle layout_constraintVertical_weight layout_constraintWidth_default layout_constraintWidth_max layout_constraintWidth_min layout_constraintWidth_percent layout_editor_absoluteX layout_editor_absoluteY layout_goneMarginBottom layout_goneMarginEnd layout_goneMarginLeft layout_goneMarginRight layout_goneMarginStart layout_goneMarginTop
+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 LinearConstraintLayout android_orientation
+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 MogoSkinBackgroundHelper android_background
+styleable MogoSkinCompatImageView android_src android_tint srcCompat tint
+styleable MogoSkinCompatTextHelper android_drawableBottom android_drawableEnd android_drawableLeft android_drawableRight android_drawableStart android_drawableTop android_textAppearance
+styleable MogoSkinTextAppearance android_shadowColor android_shadowDx android_shadowDy android_shadowRadius android_textColor android_textColorHint android_textSize android_textStyle android_typeface textAllCaps
+styleable PopupWindow android_popupAnimationStyle android_popupBackground overlapAnchor
+styleable PopupWindowBackgroundState state_above_anchor
+styleable RecycleListView paddingBottomNoButtons paddingTopNoTitle
+styleable SearchView android_focusable android_imeOptions android_inputType android_maxWidth closeIcon commitIcon defaultQueryHint goIcon iconifiedByDefault layout queryBackground queryHint searchHintIcon searchIcon submitBackground suggestionRowLayout voiceIcon
+styleable SkinBackgroundHelper android_background
+styleable SkinCompatImageView android_src android_tint srcCompat tint
+styleable SkinCompatProgressBar android_indeterminateDrawable android_progressDrawable
+styleable SkinCompatTextHelper android_drawableBottom android_drawableEnd android_drawableLeft android_drawableRight android_drawableStart android_drawableTop android_textAppearance
+styleable SkinTextAppearance android_shadowColor android_shadowDx android_shadowDy android_shadowRadius android_textColor android_textColorHint android_textSize android_textStyle android_typeface textAllCaps
+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_textFontWeight android_textSize android_textStyle android_typeface fontFamily fontVariationSettings textAllCaps textLocale
+styleable Toolbar android_gravity android_minHeight buttonGravity collapseContentDescription collapseIcon contentInsetEnd contentInsetEndWithActions contentInsetLeft contentInsetRight contentInsetStart contentInsetStartWithNavigation logo logoDescription maxButtonHeight menu 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/skin/skin-support-constraint-layout/build/intermediates/runtime_library_classes/debug/classes.jar b/skin/skin-support-constraint-layout/build/intermediates/runtime_library_classes/debug/classes.jar
new file mode 100644
index 0000000000..1059e90f2c
Binary files /dev/null and b/skin/skin-support-constraint-layout/build/intermediates/runtime_library_classes/debug/classes.jar differ
diff --git a/skin/skin-support-constraint-layout/build/intermediates/symbols/debug/R.txt b/skin/skin-support-constraint-layout/build/intermediates/symbols/debug/R.txt
new file mode 100644
index 0000000000..ab0ec04aa9
--- /dev/null
+++ b/skin/skin-support-constraint-layout/build/intermediates/symbols/debug/R.txt
@@ -0,0 +1,2001 @@
+int anim abc_fade_in 0x7f010001
+int anim abc_fade_out 0x7f010002
+int anim abc_grow_fade_in_from_bottom 0x7f010003
+int anim abc_popup_enter 0x7f010004
+int anim abc_popup_exit 0x7f010005
+int anim abc_shrink_fade_out_from_bottom 0x7f010006
+int anim abc_slide_in_bottom 0x7f010007
+int anim abc_slide_in_top 0x7f010008
+int anim abc_slide_out_bottom 0x7f010009
+int anim abc_slide_out_top 0x7f01000a
+int anim abc_tooltip_enter 0x7f01000b
+int anim abc_tooltip_exit 0x7f01000c
+int anim btn_checkbox_to_checked_box_inner_merged_animation 0x7f01000d
+int anim btn_checkbox_to_checked_box_outer_merged_animation 0x7f01000e
+int anim btn_checkbox_to_checked_icon_null_animation 0x7f01000f
+int anim btn_checkbox_to_unchecked_box_inner_merged_animation 0x7f010010
+int anim btn_checkbox_to_unchecked_check_path_merged_animation 0x7f010011
+int anim btn_checkbox_to_unchecked_icon_null_animation 0x7f010012
+int anim btn_radio_to_off_mtrl_dot_group_animation 0x7f010013
+int anim btn_radio_to_off_mtrl_ring_outer_animation 0x7f010014
+int anim btn_radio_to_off_mtrl_ring_outer_path_animation 0x7f010015
+int anim btn_radio_to_on_mtrl_dot_group_animation 0x7f010016
+int anim btn_radio_to_on_mtrl_ring_outer_animation 0x7f010017
+int anim btn_radio_to_on_mtrl_ring_outer_path_animation 0x7f010018
+int attr actionBarDivider 0x7f040001
+int attr actionBarItemBackground 0x7f040002
+int attr actionBarPopupTheme 0x7f040003
+int attr actionBarSize 0x7f040004
+int attr actionBarSplitStyle 0x7f040005
+int attr actionBarStyle 0x7f040006
+int attr actionBarTabBarStyle 0x7f040007
+int attr actionBarTabStyle 0x7f040008
+int attr actionBarTabTextStyle 0x7f040009
+int attr actionBarTheme 0x7f04000a
+int attr actionBarWidgetTheme 0x7f04000b
+int attr actionButtonStyle 0x7f04000c
+int attr actionDropDownStyle 0x7f04000d
+int attr actionLayout 0x7f04000e
+int attr actionMenuTextAppearance 0x7f04000f
+int attr actionMenuTextColor 0x7f040010
+int attr actionModeBackground 0x7f040011
+int attr actionModeCloseButtonStyle 0x7f040012
+int attr actionModeCloseDrawable 0x7f040013
+int attr actionModeCopyDrawable 0x7f040014
+int attr actionModeCutDrawable 0x7f040015
+int attr actionModeFindDrawable 0x7f040016
+int attr actionModePasteDrawable 0x7f040017
+int attr actionModePopupWindowStyle 0x7f040018
+int attr actionModeSelectAllDrawable 0x7f040019
+int attr actionModeShareDrawable 0x7f04001a
+int attr actionModeSplitBackground 0x7f04001b
+int attr actionModeStyle 0x7f04001c
+int attr actionModeWebSearchDrawable 0x7f04001d
+int attr actionOverflowButtonStyle 0x7f04001e
+int attr actionOverflowMenuStyle 0x7f04001f
+int attr actionProviderClass 0x7f040020
+int attr actionViewClass 0x7f040021
+int attr activityChooserViewStyle 0x7f040022
+int attr alertDialogButtonGroupStyle 0x7f040023
+int attr alertDialogCenterButtons 0x7f040024
+int attr alertDialogStyle 0x7f040025
+int attr alertDialogTheme 0x7f040026
+int attr allowStacking 0x7f040027
+int attr alpha 0x7f040028
+int attr alphabeticModifiers 0x7f040029
+int attr arrowHeadLength 0x7f04002a
+int attr arrowShaftLength 0x7f04002b
+int attr autoCompleteTextViewStyle 0x7f04002c
+int attr autoSizeMaxTextSize 0x7f04002d
+int attr autoSizeMinTextSize 0x7f04002e
+int attr autoSizePresetSizes 0x7f04002f
+int attr autoSizeStepGranularity 0x7f040030
+int attr autoSizeTextType 0x7f040031
+int attr background 0x7f040032
+int attr backgroundSplit 0x7f040033
+int attr backgroundStacked 0x7f040034
+int attr backgroundTint 0x7f040035
+int attr backgroundTintMode 0x7f040036
+int attr barLength 0x7f040037
+int attr barrierAllowsGoneWidgets 0x7f040038
+int attr barrierDirection 0x7f040039
+int attr borderlessButtonStyle 0x7f04003a
+int attr buttonBarButtonStyle 0x7f04003b
+int attr buttonBarNegativeButtonStyle 0x7f04003c
+int attr buttonBarNeutralButtonStyle 0x7f04003d
+int attr buttonBarPositiveButtonStyle 0x7f04003e
+int attr buttonBarStyle 0x7f04003f
+int attr buttonCompat 0x7f040040
+int attr buttonGravity 0x7f040041
+int attr buttonIconDimen 0x7f040042
+int attr buttonPanelSideLayout 0x7f040043
+int attr buttonStyle 0x7f040044
+int attr buttonStyleSmall 0x7f040045
+int attr buttonTint 0x7f040046
+int attr buttonTintMode 0x7f040047
+int attr chainUseRtl 0x7f040048
+int attr checkboxStyle 0x7f040049
+int attr checkedTextViewStyle 0x7f04004a
+int attr closeIcon 0x7f04004b
+int attr closeItemLayout 0x7f04004c
+int attr collapseContentDescription 0x7f04004d
+int attr collapseIcon 0x7f04004e
+int attr color 0x7f04004f
+int attr colorAccent 0x7f040050
+int attr colorBackgroundFloating 0x7f040051
+int attr colorButtonNormal 0x7f040052
+int attr colorControlActivated 0x7f040053
+int attr colorControlHighlight 0x7f040054
+int attr colorControlNormal 0x7f040055
+int attr colorError 0x7f040056
+int attr colorPrimary 0x7f040057
+int attr colorPrimaryDark 0x7f040058
+int attr colorSwitchThumbNormal 0x7f040059
+int attr commitIcon 0x7f04005a
+int attr constraintSet 0x7f04005b
+int attr constraint_referenced_ids 0x7f04005c
+int attr content 0x7f04005d
+int attr contentDescription 0x7f04005e
+int attr contentInsetEnd 0x7f04005f
+int attr contentInsetEndWithActions 0x7f040060
+int attr contentInsetLeft 0x7f040061
+int attr contentInsetRight 0x7f040062
+int attr contentInsetStart 0x7f040063
+int attr contentInsetStartWithNavigation 0x7f040064
+int attr controlBackground 0x7f040065
+int attr coordinatorLayoutStyle 0x7f040066
+int attr customNavigationLayout 0x7f040067
+int attr defaultQueryHint 0x7f040068
+int attr dialogCornerRadius 0x7f040069
+int attr dialogPreferredPadding 0x7f04006a
+int attr dialogTheme 0x7f04006b
+int attr displayOptions 0x7f04006c
+int attr divider 0x7f04006d
+int attr dividerHorizontal 0x7f04006e
+int attr dividerPadding 0x7f04006f
+int attr dividerVertical 0x7f040070
+int attr drawableBottomCompat 0x7f040071
+int attr drawableEndCompat 0x7f040072
+int attr drawableLeftCompat 0x7f040073
+int attr drawableRightCompat 0x7f040074
+int attr drawableSize 0x7f040075
+int attr drawableStartCompat 0x7f040076
+int attr drawableTint 0x7f040077
+int attr drawableTintMode 0x7f040078
+int attr drawableTopCompat 0x7f040079
+int attr drawerArrowStyle 0x7f04007a
+int attr dropDownListViewStyle 0x7f04007b
+int attr dropdownListPreferredItemHeight 0x7f04007c
+int attr editTextBackground 0x7f04007d
+int attr editTextColor 0x7f04007e
+int attr editTextStyle 0x7f04007f
+int attr elevation 0x7f040080
+int attr emptyVisibility 0x7f040081
+int attr expandActivityOverflowButtonDrawable 0x7f040082
+int attr firstBaselineToTopHeight 0x7f040083
+int attr font 0x7f040084
+int attr fontFamily 0x7f040085
+int attr fontProviderAuthority 0x7f040086
+int attr fontProviderCerts 0x7f040087
+int attr fontProviderFetchStrategy 0x7f040088
+int attr fontProviderFetchTimeout 0x7f040089
+int attr fontProviderPackage 0x7f04008a
+int attr fontProviderQuery 0x7f04008b
+int attr fontStyle 0x7f04008c
+int attr fontVariationSettings 0x7f04008d
+int attr fontWeight 0x7f04008e
+int attr gapBetweenBars 0x7f04008f
+int attr goIcon 0x7f040090
+int attr height 0x7f040091
+int attr hideOnContentScroll 0x7f040092
+int attr homeAsUpIndicator 0x7f040093
+int attr homeLayout 0x7f040094
+int attr icon 0x7f040095
+int attr iconTint 0x7f040096
+int attr iconTintMode 0x7f040097
+int attr iconifiedByDefault 0x7f040098
+int attr imageButtonStyle 0x7f040099
+int attr indeterminateProgressStyle 0x7f04009a
+int attr initialActivityCount 0x7f04009b
+int attr isLightTheme 0x7f04009c
+int attr itemPadding 0x7f04009d
+int attr keylines 0x7f04009e
+int attr lastBaselineToBottomHeight 0x7f04009f
+int attr layout 0x7f0400a0
+int attr layout_anchor 0x7f0400a1
+int attr layout_anchorGravity 0x7f0400a2
+int attr layout_behavior 0x7f0400a3
+int attr layout_constrainedHeight 0x7f0400a4
+int attr layout_constrainedWidth 0x7f0400a5
+int attr layout_constraintBaseline_creator 0x7f0400a6
+int attr layout_constraintBaseline_toBaselineOf 0x7f0400a7
+int attr layout_constraintBottom_creator 0x7f0400a8
+int attr layout_constraintBottom_toBottomOf 0x7f0400a9
+int attr layout_constraintBottom_toTopOf 0x7f0400aa
+int attr layout_constraintCircle 0x7f0400ab
+int attr layout_constraintCircleAngle 0x7f0400ac
+int attr layout_constraintCircleRadius 0x7f0400ad
+int attr layout_constraintDimensionRatio 0x7f0400ae
+int attr layout_constraintEnd_toEndOf 0x7f0400af
+int attr layout_constraintEnd_toStartOf 0x7f0400b0
+int attr layout_constraintGuide_begin 0x7f0400b1
+int attr layout_constraintGuide_end 0x7f0400b2
+int attr layout_constraintGuide_percent 0x7f0400b3
+int attr layout_constraintHeight_default 0x7f0400b4
+int attr layout_constraintHeight_max 0x7f0400b5
+int attr layout_constraintHeight_min 0x7f0400b6
+int attr layout_constraintHeight_percent 0x7f0400b7
+int attr layout_constraintHorizontal_bias 0x7f0400b8
+int attr layout_constraintHorizontal_chainStyle 0x7f0400b9
+int attr layout_constraintHorizontal_weight 0x7f0400ba
+int attr layout_constraintLeft_creator 0x7f0400bb
+int attr layout_constraintLeft_toLeftOf 0x7f0400bc
+int attr layout_constraintLeft_toRightOf 0x7f0400bd
+int attr layout_constraintRight_creator 0x7f0400be
+int attr layout_constraintRight_toLeftOf 0x7f0400bf
+int attr layout_constraintRight_toRightOf 0x7f0400c0
+int attr layout_constraintStart_toEndOf 0x7f0400c1
+int attr layout_constraintStart_toStartOf 0x7f0400c2
+int attr layout_constraintTop_creator 0x7f0400c3
+int attr layout_constraintTop_toBottomOf 0x7f0400c4
+int attr layout_constraintTop_toTopOf 0x7f0400c5
+int attr layout_constraintVertical_bias 0x7f0400c6
+int attr layout_constraintVertical_chainStyle 0x7f0400c7
+int attr layout_constraintVertical_weight 0x7f0400c8
+int attr layout_constraintWidth_default 0x7f0400c9
+int attr layout_constraintWidth_max 0x7f0400ca
+int attr layout_constraintWidth_min 0x7f0400cb
+int attr layout_constraintWidth_percent 0x7f0400cc
+int attr layout_dodgeInsetEdges 0x7f0400cd
+int attr layout_editor_absoluteX 0x7f0400ce
+int attr layout_editor_absoluteY 0x7f0400cf
+int attr layout_goneMarginBottom 0x7f0400d0
+int attr layout_goneMarginEnd 0x7f0400d1
+int attr layout_goneMarginLeft 0x7f0400d2
+int attr layout_goneMarginRight 0x7f0400d3
+int attr layout_goneMarginStart 0x7f0400d4
+int attr layout_goneMarginTop 0x7f0400d5
+int attr layout_insetEdge 0x7f0400d6
+int attr layout_keyline 0x7f0400d7
+int attr layout_optimizationLevel 0x7f0400d8
+int attr lineHeight 0x7f0400d9
+int attr listChoiceBackgroundIndicator 0x7f0400da
+int attr listChoiceIndicatorMultipleAnimated 0x7f0400db
+int attr listChoiceIndicatorSingleAnimated 0x7f0400dc
+int attr listDividerAlertDialog 0x7f0400dd
+int attr listItemLayout 0x7f0400de
+int attr listLayout 0x7f0400df
+int attr listMenuViewStyle 0x7f0400e0
+int attr listPopupWindowStyle 0x7f0400e1
+int attr listPreferredItemHeight 0x7f0400e2
+int attr listPreferredItemHeightLarge 0x7f0400e3
+int attr listPreferredItemHeightSmall 0x7f0400e4
+int attr listPreferredItemPaddingEnd 0x7f0400e5
+int attr listPreferredItemPaddingLeft 0x7f0400e6
+int attr listPreferredItemPaddingRight 0x7f0400e7
+int attr listPreferredItemPaddingStart 0x7f0400e8
+int attr logo 0x7f0400e9
+int attr logoDescription 0x7f0400ea
+int attr maxButtonHeight 0x7f0400eb
+int attr measureWithLargestChild 0x7f0400ec
+int attr menu 0x7f0400ed
+int attr multiChoiceItemLayout 0x7f0400ee
+int attr navigationContentDescription 0x7f0400ef
+int attr navigationIcon 0x7f0400f0
+int attr navigationMode 0x7f0400f1
+int attr numericModifiers 0x7f0400f2
+int attr overlapAnchor 0x7f0400f3
+int attr paddingBottomNoButtons 0x7f0400f4
+int attr paddingEnd 0x7f0400f5
+int attr paddingStart 0x7f0400f6
+int attr paddingTopNoTitle 0x7f0400f7
+int attr panelBackground 0x7f0400f8
+int attr panelMenuListTheme 0x7f0400f9
+int attr panelMenuListWidth 0x7f0400fa
+int attr popupMenuStyle 0x7f0400fb
+int attr popupTheme 0x7f0400fc
+int attr popupWindowStyle 0x7f0400fd
+int attr preserveIconSpacing 0x7f0400fe
+int attr progressBarPadding 0x7f0400ff
+int attr progressBarStyle 0x7f040100
+int attr queryBackground 0x7f040101
+int attr queryHint 0x7f040102
+int attr radioButtonStyle 0x7f040103
+int attr ratingBarStyle 0x7f040104
+int attr ratingBarStyleIndicator 0x7f040105
+int attr ratingBarStyleSmall 0x7f040106
+int attr searchHintIcon 0x7f040107
+int attr searchIcon 0x7f040108
+int attr searchViewStyle 0x7f040109
+int attr seekBarStyle 0x7f04010a
+int attr selectableItemBackground 0x7f04010b
+int attr selectableItemBackgroundBorderless 0x7f04010c
+int attr showAsAction 0x7f04010d
+int attr showDividers 0x7f04010e
+int attr showText 0x7f04010f
+int attr showTitle 0x7f040110
+int attr singleChoiceItemLayout 0x7f040111
+int attr skinAlertDialogBackground 0x7f040112
+int attr skinAlertDialogControlHighlightColor 0x7f040113
+int attr skinAlertDialogListDivider 0x7f040114
+int attr skinAlertDialogListItemTextColor 0x7f040115
+int attr skinAlertDialogMessageTextColor 0x7f040116
+int attr skinAlertDialogNegativeButtonTextColor 0x7f040117
+int attr skinAlertDialogNeutralButtonTextColor 0x7f040118
+int attr skinAlertDialogPositiveButtonTextColor 0x7f040119
+int attr skinAlertDialogTitleTextColor 0x7f04011a
+int attr skinListChoiceIndicatorMultiple 0x7f04011b
+int attr skinListChoiceIndicatorSingle 0x7f04011c
+int attr spinBars 0x7f04011d
+int attr spinnerDropDownItemStyle 0x7f04011e
+int attr spinnerStyle 0x7f04011f
+int attr splitTrack 0x7f040120
+int attr srcCompat 0x7f040121
+int attr state_above_anchor 0x7f040122
+int attr statusBarBackground 0x7f040123
+int attr subMenuArrow 0x7f040124
+int attr submitBackground 0x7f040125
+int attr subtitle 0x7f040126
+int attr subtitleTextAppearance 0x7f040127
+int attr subtitleTextColor 0x7f040128
+int attr subtitleTextStyle 0x7f040129
+int attr suggestionRowLayout 0x7f04012a
+int attr switchMinWidth 0x7f04012b
+int attr switchPadding 0x7f04012c
+int attr switchStyle 0x7f04012d
+int attr switchTextAppearance 0x7f04012e
+int attr textAllCaps 0x7f04012f
+int attr textAppearanceLargePopupMenu 0x7f040130
+int attr textAppearanceListItem 0x7f040131
+int attr textAppearanceListItemSecondary 0x7f040132
+int attr textAppearanceListItemSmall 0x7f040133
+int attr textAppearancePopupMenuHeader 0x7f040134
+int attr textAppearanceSearchResultSubtitle 0x7f040135
+int attr textAppearanceSearchResultTitle 0x7f040136
+int attr textAppearanceSmallPopupMenu 0x7f040137
+int attr textColorAlertDialogListItem 0x7f040138
+int attr textColorSearchUrl 0x7f040139
+int attr textLocale 0x7f04013a
+int attr theme 0x7f04013b
+int attr thickness 0x7f04013c
+int attr thumbTextPadding 0x7f04013d
+int attr thumbTint 0x7f04013e
+int attr thumbTintMode 0x7f04013f
+int attr tickMark 0x7f040140
+int attr tickMarkTint 0x7f040141
+int attr tickMarkTintMode 0x7f040142
+int attr tint 0x7f040143
+int attr tintMode 0x7f040144
+int attr title 0x7f040145
+int attr titleMargin 0x7f040146
+int attr titleMarginBottom 0x7f040147
+int attr titleMarginEnd 0x7f040148
+int attr titleMarginStart 0x7f040149
+int attr titleMarginTop 0x7f04014a
+int attr titleMargins 0x7f04014b
+int attr titleTextAppearance 0x7f04014c
+int attr titleTextColor 0x7f04014d
+int attr titleTextStyle 0x7f04014e
+int attr toolbarNavigationButtonStyle 0x7f04014f
+int attr toolbarStyle 0x7f040150
+int attr tooltipForegroundColor 0x7f040151
+int attr tooltipFrameBackground 0x7f040152
+int attr tooltipText 0x7f040153
+int attr track 0x7f040154
+int attr trackTint 0x7f040155
+int attr trackTintMode 0x7f040156
+int attr ttcIndex 0x7f040157
+int attr viewInflaterClass 0x7f040158
+int attr voiceIcon 0x7f040159
+int attr windowActionBar 0x7f04015a
+int attr windowActionBarOverlay 0x7f04015b
+int attr windowActionModeOverlay 0x7f04015c
+int attr windowFixedHeightMajor 0x7f04015d
+int attr windowFixedHeightMinor 0x7f04015e
+int attr windowFixedWidthMajor 0x7f04015f
+int attr windowFixedWidthMinor 0x7f040160
+int attr windowMinWidthMajor 0x7f040161
+int attr windowMinWidthMinor 0x7f040162
+int attr windowNoTitle 0x7f040163
+int bool abc_action_bar_embed_tabs 0x7f050001
+int bool abc_allow_stacked_button_bar 0x7f050002
+int bool abc_config_actionMenuItemAllCaps 0x7f050003
+int color abc_background_cache_hint_selector_material_dark 0x7f060001
+int color abc_background_cache_hint_selector_material_light 0x7f060002
+int color abc_btn_colored_borderless_text_material 0x7f060003
+int color abc_btn_colored_text_material 0x7f060004
+int color abc_color_highlight_material 0x7f060005
+int color abc_hint_foreground_material_dark 0x7f060006
+int color abc_hint_foreground_material_light 0x7f060007
+int color abc_input_method_navigation_guard 0x7f060008
+int color abc_primary_text_disable_only_material_dark 0x7f060009
+int color abc_primary_text_disable_only_material_light 0x7f06000a
+int color abc_primary_text_material_dark 0x7f06000b
+int color abc_primary_text_material_light 0x7f06000c
+int color abc_search_url_text 0x7f06000d
+int color abc_search_url_text_normal 0x7f06000e
+int color abc_search_url_text_pressed 0x7f06000f
+int color abc_search_url_text_selected 0x7f060010
+int color abc_secondary_text_material_dark 0x7f060011
+int color abc_secondary_text_material_light 0x7f060012
+int color abc_tint_btn_checkable 0x7f060013
+int color abc_tint_default 0x7f060014
+int color abc_tint_edittext 0x7f060015
+int color abc_tint_seek_thumb 0x7f060016
+int color abc_tint_spinner 0x7f060017
+int color abc_tint_switch_track 0x7f060018
+int color accent_material_dark 0x7f060019
+int color accent_material_light 0x7f06001a
+int color background_floating_material_dark 0x7f06001b
+int color background_floating_material_light 0x7f06001c
+int color background_material_dark 0x7f06001d
+int color background_material_light 0x7f06001e
+int color bright_foreground_disabled_material_dark 0x7f06001f
+int color bright_foreground_disabled_material_light 0x7f060020
+int color bright_foreground_inverse_material_dark 0x7f060021
+int color bright_foreground_inverse_material_light 0x7f060022
+int color bright_foreground_material_dark 0x7f060023
+int color bright_foreground_material_light 0x7f060024
+int color button_material_dark 0x7f060025
+int color button_material_light 0x7f060026
+int color dim_foreground_disabled_material_dark 0x7f060027
+int color dim_foreground_disabled_material_light 0x7f060028
+int color dim_foreground_material_dark 0x7f060029
+int color dim_foreground_material_light 0x7f06002a
+int color error_color_material_dark 0x7f06002b
+int color error_color_material_light 0x7f06002c
+int color foreground_material_dark 0x7f06002d
+int color foreground_material_light 0x7f06002e
+int color highlighted_text_material_dark 0x7f06002f
+int color highlighted_text_material_light 0x7f060030
+int color material_blue_grey_800 0x7f060031
+int color material_blue_grey_900 0x7f060032
+int color material_blue_grey_950 0x7f060033
+int color material_deep_teal_200 0x7f060034
+int color material_deep_teal_500 0x7f060035
+int color material_grey_100 0x7f060036
+int color material_grey_300 0x7f060037
+int color material_grey_50 0x7f060038
+int color material_grey_600 0x7f060039
+int color material_grey_800 0x7f06003a
+int color material_grey_850 0x7f06003b
+int color material_grey_900 0x7f06003c
+int color notification_action_color_filter 0x7f06003d
+int color notification_icon_bg_color 0x7f06003e
+int color notification_material_background_media_default_color 0x7f06003f
+int color primary_dark_material_dark 0x7f060040
+int color primary_dark_material_light 0x7f060041
+int color primary_material_dark 0x7f060042
+int color primary_material_light 0x7f060043
+int color primary_text_default_material_dark 0x7f060044
+int color primary_text_default_material_light 0x7f060045
+int color primary_text_disabled_material_dark 0x7f060046
+int color primary_text_disabled_material_light 0x7f060047
+int color ripple_material_dark 0x7f060048
+int color ripple_material_light 0x7f060049
+int color secondary_text_default_material_dark 0x7f06004a
+int color secondary_text_default_material_light 0x7f06004b
+int color secondary_text_disabled_material_dark 0x7f06004c
+int color secondary_text_disabled_material_light 0x7f06004d
+int color switch_thumb_disabled_material_dark 0x7f06004e
+int color switch_thumb_disabled_material_light 0x7f06004f
+int color switch_thumb_material_dark 0x7f060050
+int color switch_thumb_material_light 0x7f060051
+int color switch_thumb_normal_material_dark 0x7f060052
+int color switch_thumb_normal_material_light 0x7f060053
+int color tooltip_background_dark 0x7f060054
+int color tooltip_background_light 0x7f060055
+int dimen abc_action_bar_content_inset_material 0x7f070001
+int dimen abc_action_bar_content_inset_with_nav 0x7f070002
+int dimen abc_action_bar_default_height_material 0x7f070003
+int dimen abc_action_bar_default_padding_end_material 0x7f070004
+int dimen abc_action_bar_default_padding_start_material 0x7f070005
+int dimen abc_action_bar_elevation_material 0x7f070006
+int dimen abc_action_bar_icon_vertical_padding_material 0x7f070007
+int dimen abc_action_bar_overflow_padding_end_material 0x7f070008
+int dimen abc_action_bar_overflow_padding_start_material 0x7f070009
+int dimen abc_action_bar_stacked_max_height 0x7f07000a
+int dimen abc_action_bar_stacked_tab_max_width 0x7f07000b
+int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f07000c
+int dimen abc_action_bar_subtitle_top_margin_material 0x7f07000d
+int dimen abc_action_button_min_height_material 0x7f07000e
+int dimen abc_action_button_min_width_material 0x7f07000f
+int dimen abc_action_button_min_width_overflow_material 0x7f070010
+int dimen abc_alert_dialog_button_bar_height 0x7f070011
+int dimen abc_alert_dialog_button_dimen 0x7f070012
+int dimen abc_button_inset_horizontal_material 0x7f070013
+int dimen abc_button_inset_vertical_material 0x7f070014
+int dimen abc_button_padding_horizontal_material 0x7f070015
+int dimen abc_button_padding_vertical_material 0x7f070016
+int dimen abc_cascading_menus_min_smallest_width 0x7f070017
+int dimen abc_config_prefDialogWidth 0x7f070018
+int dimen abc_control_corner_material 0x7f070019
+int dimen abc_control_inset_material 0x7f07001a
+int dimen abc_control_padding_material 0x7f07001b
+int dimen abc_dialog_corner_radius_material 0x7f07001c
+int dimen abc_dialog_fixed_height_major 0x7f07001d
+int dimen abc_dialog_fixed_height_minor 0x7f07001e
+int dimen abc_dialog_fixed_width_major 0x7f07001f
+int dimen abc_dialog_fixed_width_minor 0x7f070020
+int dimen abc_dialog_list_padding_bottom_no_buttons 0x7f070021
+int dimen abc_dialog_list_padding_top_no_title 0x7f070022
+int dimen abc_dialog_min_width_major 0x7f070023
+int dimen abc_dialog_min_width_minor 0x7f070024
+int dimen abc_dialog_padding_material 0x7f070025
+int dimen abc_dialog_padding_top_material 0x7f070026
+int dimen abc_dialog_title_divider_material 0x7f070027
+int dimen abc_disabled_alpha_material_dark 0x7f070028
+int dimen abc_disabled_alpha_material_light 0x7f070029
+int dimen abc_dropdownitem_icon_width 0x7f07002a
+int dimen abc_dropdownitem_text_padding_left 0x7f07002b
+int dimen abc_dropdownitem_text_padding_right 0x7f07002c
+int dimen abc_edit_text_inset_bottom_material 0x7f07002d
+int dimen abc_edit_text_inset_horizontal_material 0x7f07002e
+int dimen abc_edit_text_inset_top_material 0x7f07002f
+int dimen abc_floating_window_z 0x7f070030
+int dimen abc_list_item_height_large_material 0x7f070031
+int dimen abc_list_item_height_material 0x7f070032
+int dimen abc_list_item_height_small_material 0x7f070033
+int dimen abc_list_item_padding_horizontal_material 0x7f070034
+int dimen abc_panel_menu_list_width 0x7f070035
+int dimen abc_progress_bar_height_material 0x7f070036
+int dimen abc_search_view_preferred_height 0x7f070037
+int dimen abc_search_view_preferred_width 0x7f070038
+int dimen abc_seekbar_track_background_height_material 0x7f070039
+int dimen abc_seekbar_track_progress_height_material 0x7f07003a
+int dimen abc_select_dialog_padding_start_material 0x7f07003b
+int dimen abc_switch_padding 0x7f07003c
+int dimen abc_text_size_body_1_material 0x7f07003d
+int dimen abc_text_size_body_2_material 0x7f07003e
+int dimen abc_text_size_button_material 0x7f07003f
+int dimen abc_text_size_caption_material 0x7f070040
+int dimen abc_text_size_display_1_material 0x7f070041
+int dimen abc_text_size_display_2_material 0x7f070042
+int dimen abc_text_size_display_3_material 0x7f070043
+int dimen abc_text_size_display_4_material 0x7f070044
+int dimen abc_text_size_headline_material 0x7f070045
+int dimen abc_text_size_large_material 0x7f070046
+int dimen abc_text_size_medium_material 0x7f070047
+int dimen abc_text_size_menu_header_material 0x7f070048
+int dimen abc_text_size_menu_material 0x7f070049
+int dimen abc_text_size_small_material 0x7f07004a
+int dimen abc_text_size_subhead_material 0x7f07004b
+int dimen abc_text_size_subtitle_material_toolbar 0x7f07004c
+int dimen abc_text_size_title_material 0x7f07004d
+int dimen abc_text_size_title_material_toolbar 0x7f07004e
+int dimen compat_button_inset_horizontal_material 0x7f07004f
+int dimen compat_button_inset_vertical_material 0x7f070050
+int dimen compat_button_padding_horizontal_material 0x7f070051
+int dimen compat_button_padding_vertical_material 0x7f070052
+int dimen compat_control_corner_material 0x7f070053
+int dimen compat_notification_large_icon_max_height 0x7f070054
+int dimen compat_notification_large_icon_max_width 0x7f070055
+int dimen disabled_alpha_material_dark 0x7f070056
+int dimen disabled_alpha_material_light 0x7f070057
+int dimen highlight_alpha_material_colored 0x7f070058
+int dimen highlight_alpha_material_dark 0x7f070059
+int dimen highlight_alpha_material_light 0x7f07005a
+int dimen hint_alpha_material_dark 0x7f07005b
+int dimen hint_alpha_material_light 0x7f07005c
+int dimen hint_pressed_alpha_material_dark 0x7f07005d
+int dimen hint_pressed_alpha_material_light 0x7f07005e
+int dimen notification_action_icon_size 0x7f07005f
+int dimen notification_action_text_size 0x7f070060
+int dimen notification_big_circle_margin 0x7f070061
+int dimen notification_content_margin_start 0x7f070062
+int dimen notification_large_icon_height 0x7f070063
+int dimen notification_large_icon_width 0x7f070064
+int dimen notification_main_column_padding_top 0x7f070065
+int dimen notification_media_narrow_margin 0x7f070066
+int dimen notification_right_icon_size 0x7f070067
+int dimen notification_right_side_padding_top 0x7f070068
+int dimen notification_small_icon_background_padding 0x7f070069
+int dimen notification_small_icon_size_as_large 0x7f07006a
+int dimen notification_subtext_size 0x7f07006b
+int dimen notification_top_pad 0x7f07006c
+int dimen notification_top_pad_large_text 0x7f07006d
+int dimen skin_dialog_list_padding_bottom_no_buttons 0x7f07006e
+int dimen skin_dialog_list_padding_top_no_title 0x7f07006f
+int dimen skin_dialog_padding_top 0x7f070070
+int dimen skin_dialog_title_divider 0x7f070071
+int dimen skin_select_dialog_padding_start 0x7f070072
+int dimen subtitle_corner_radius 0x7f070073
+int dimen subtitle_outline_width 0x7f070074
+int dimen subtitle_shadow_offset 0x7f070075
+int dimen subtitle_shadow_radius 0x7f070076
+int dimen tooltip_corner_radius 0x7f070077
+int dimen tooltip_horizontal_padding 0x7f070078
+int dimen tooltip_margin 0x7f070079
+int dimen tooltip_precise_anchor_extra_offset 0x7f07007a
+int dimen tooltip_precise_anchor_threshold 0x7f07007b
+int dimen tooltip_vertical_padding 0x7f07007c
+int dimen tooltip_y_offset_non_touch 0x7f07007d
+int dimen tooltip_y_offset_touch 0x7f07007e
+int drawable abc_ab_share_pack_mtrl_alpha 0x7f080001
+int drawable abc_action_bar_item_background_material 0x7f080002
+int drawable abc_btn_borderless_material 0x7f080003
+int drawable abc_btn_check_material 0x7f080004
+int drawable abc_btn_check_material_anim 0x7f080005
+int drawable abc_btn_check_to_on_mtrl_000 0x7f080006
+int drawable abc_btn_check_to_on_mtrl_015 0x7f080007
+int drawable abc_btn_colored_material 0x7f080008
+int drawable abc_btn_default_mtrl_shape 0x7f080009
+int drawable abc_btn_radio_material 0x7f08000a
+int drawable abc_btn_radio_material_anim 0x7f08000b
+int drawable abc_btn_radio_to_on_mtrl_000 0x7f08000c
+int drawable abc_btn_radio_to_on_mtrl_015 0x7f08000d
+int drawable abc_btn_switch_to_on_mtrl_00001 0x7f08000e
+int drawable abc_btn_switch_to_on_mtrl_00012 0x7f08000f
+int drawable abc_cab_background_internal_bg 0x7f080010
+int drawable abc_cab_background_top_material 0x7f080011
+int drawable abc_cab_background_top_mtrl_alpha 0x7f080012
+int drawable abc_control_background_material 0x7f080013
+int drawable abc_dialog_material_background 0x7f080014
+int drawable abc_edit_text_material 0x7f080015
+int drawable abc_ic_ab_back_material 0x7f080016
+int drawable abc_ic_arrow_drop_right_black_24dp 0x7f080017
+int drawable abc_ic_clear_material 0x7f080018
+int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f080019
+int drawable abc_ic_go_search_api_material 0x7f08001a
+int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f08001b
+int drawable abc_ic_menu_cut_mtrl_alpha 0x7f08001c
+int drawable abc_ic_menu_overflow_material 0x7f08001d
+int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f08001e
+int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f08001f
+int drawable abc_ic_menu_share_mtrl_alpha 0x7f080020
+int drawable abc_ic_search_api_material 0x7f080021
+int drawable abc_ic_star_black_16dp 0x7f080022
+int drawable abc_ic_star_black_36dp 0x7f080023
+int drawable abc_ic_star_black_48dp 0x7f080024
+int drawable abc_ic_star_half_black_16dp 0x7f080025
+int drawable abc_ic_star_half_black_36dp 0x7f080026
+int drawable abc_ic_star_half_black_48dp 0x7f080027
+int drawable abc_ic_voice_search_api_material 0x7f080028
+int drawable abc_item_background_holo_dark 0x7f080029
+int drawable abc_item_background_holo_light 0x7f08002a
+int drawable abc_list_divider_material 0x7f08002b
+int drawable abc_list_divider_mtrl_alpha 0x7f08002c
+int drawable abc_list_focused_holo 0x7f08002d
+int drawable abc_list_longpressed_holo 0x7f08002e
+int drawable abc_list_pressed_holo_dark 0x7f08002f
+int drawable abc_list_pressed_holo_light 0x7f080030
+int drawable abc_list_selector_background_transition_holo_dark 0x7f080031
+int drawable abc_list_selector_background_transition_holo_light 0x7f080032
+int drawable abc_list_selector_disabled_holo_dark 0x7f080033
+int drawable abc_list_selector_disabled_holo_light 0x7f080034
+int drawable abc_list_selector_holo_dark 0x7f080035
+int drawable abc_list_selector_holo_light 0x7f080036
+int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f080037
+int drawable abc_popup_background_mtrl_mult 0x7f080038
+int drawable abc_ratingbar_indicator_material 0x7f080039
+int drawable abc_ratingbar_material 0x7f08003a
+int drawable abc_ratingbar_small_material 0x7f08003b
+int drawable abc_scrubber_control_off_mtrl_alpha 0x7f08003c
+int drawable abc_scrubber_control_to_pressed_mtrl_000 0x7f08003d
+int drawable abc_scrubber_control_to_pressed_mtrl_005 0x7f08003e
+int drawable abc_scrubber_primary_mtrl_alpha 0x7f08003f
+int drawable abc_scrubber_track_mtrl_alpha 0x7f080040
+int drawable abc_seekbar_thumb_material 0x7f080041
+int drawable abc_seekbar_tick_mark_material 0x7f080042
+int drawable abc_seekbar_track_material 0x7f080043
+int drawable abc_spinner_mtrl_am_alpha 0x7f080044
+int drawable abc_spinner_textfield_background_material 0x7f080045
+int drawable abc_switch_thumb_material 0x7f080046
+int drawable abc_switch_track_mtrl_alpha 0x7f080047
+int drawable abc_tab_indicator_material 0x7f080048
+int drawable abc_tab_indicator_mtrl_alpha 0x7f080049
+int drawable abc_text_cursor_material 0x7f08004a
+int drawable abc_text_select_handle_left_mtrl_dark 0x7f08004b
+int drawable abc_text_select_handle_left_mtrl_light 0x7f08004c
+int drawable abc_text_select_handle_middle_mtrl_dark 0x7f08004d
+int drawable abc_text_select_handle_middle_mtrl_light 0x7f08004e
+int drawable abc_text_select_handle_right_mtrl_dark 0x7f08004f
+int drawable abc_text_select_handle_right_mtrl_light 0x7f080050
+int drawable abc_textfield_activated_mtrl_alpha 0x7f080051
+int drawable abc_textfield_default_mtrl_alpha 0x7f080052
+int drawable abc_textfield_search_activated_mtrl_alpha 0x7f080053
+int drawable abc_textfield_search_default_mtrl_alpha 0x7f080054
+int drawable abc_textfield_search_material 0x7f080055
+int drawable abc_vector_test 0x7f080056
+int drawable btn_checkbox_checked_mtrl 0x7f080057
+int drawable btn_checkbox_checked_to_unchecked_mtrl_animation 0x7f080058
+int drawable btn_checkbox_unchecked_mtrl 0x7f080059
+int drawable btn_checkbox_unchecked_to_checked_mtrl_animation 0x7f08005a
+int drawable btn_radio_off_mtrl 0x7f08005b
+int drawable btn_radio_off_to_on_mtrl_animation 0x7f08005c
+int drawable btn_radio_on_mtrl 0x7f08005d
+int drawable btn_radio_on_to_off_mtrl_animation 0x7f08005e
+int drawable notification_action_background 0x7f08005f
+int drawable notification_bg 0x7f080060
+int drawable notification_bg_low 0x7f080061
+int drawable notification_bg_low_normal 0x7f080062
+int drawable notification_bg_low_pressed 0x7f080063
+int drawable notification_bg_normal 0x7f080064
+int drawable notification_bg_normal_pressed 0x7f080065
+int drawable notification_icon_background 0x7f080066
+int drawable notification_template_icon_bg 0x7f080067
+int drawable notification_template_icon_low_bg 0x7f080068
+int drawable notification_tile_bg 0x7f080069
+int drawable notify_panel_notification_icon_bg 0x7f08006a
+int drawable skin_btn_check 0x7f08006b
+int drawable skin_btn_check_box 0x7f08006c
+int drawable skin_btn_check_box_outline_blank 0x7f08006d
+int drawable skin_btn_radio 0x7f08006e
+int drawable skin_btn_radio_checked 0x7f08006f
+int drawable skin_btn_radio_unchecked 0x7f080070
+int drawable tooltip_frame_dark 0x7f080071
+int drawable tooltip_frame_light 0x7f080072
+int id accessibility_action_clickable_span 0x7f0b0001
+int id accessibility_custom_action_0 0x7f0b0002
+int id accessibility_custom_action_1 0x7f0b0003
+int id accessibility_custom_action_10 0x7f0b0004
+int id accessibility_custom_action_11 0x7f0b0005
+int id accessibility_custom_action_12 0x7f0b0006
+int id accessibility_custom_action_13 0x7f0b0007
+int id accessibility_custom_action_14 0x7f0b0008
+int id accessibility_custom_action_15 0x7f0b0009
+int id accessibility_custom_action_16 0x7f0b000a
+int id accessibility_custom_action_17 0x7f0b000b
+int id accessibility_custom_action_18 0x7f0b000c
+int id accessibility_custom_action_19 0x7f0b000d
+int id accessibility_custom_action_2 0x7f0b000e
+int id accessibility_custom_action_20 0x7f0b000f
+int id accessibility_custom_action_21 0x7f0b0010
+int id accessibility_custom_action_22 0x7f0b0011
+int id accessibility_custom_action_23 0x7f0b0012
+int id accessibility_custom_action_24 0x7f0b0013
+int id accessibility_custom_action_25 0x7f0b0014
+int id accessibility_custom_action_26 0x7f0b0015
+int id accessibility_custom_action_27 0x7f0b0016
+int id accessibility_custom_action_28 0x7f0b0017
+int id accessibility_custom_action_29 0x7f0b0018
+int id accessibility_custom_action_3 0x7f0b0019
+int id accessibility_custom_action_30 0x7f0b001a
+int id accessibility_custom_action_31 0x7f0b001b
+int id accessibility_custom_action_4 0x7f0b001c
+int id accessibility_custom_action_5 0x7f0b001d
+int id accessibility_custom_action_6 0x7f0b001e
+int id accessibility_custom_action_7 0x7f0b001f
+int id accessibility_custom_action_8 0x7f0b0020
+int id accessibility_custom_action_9 0x7f0b0021
+int id action0 0x7f0b0022
+int id action_bar 0x7f0b0023
+int id action_bar_activity_content 0x7f0b0024
+int id action_bar_container 0x7f0b0025
+int id action_bar_root 0x7f0b0026
+int id action_bar_spinner 0x7f0b0027
+int id action_bar_subtitle 0x7f0b0028
+int id action_bar_title 0x7f0b0029
+int id action_container 0x7f0b002a
+int id action_context_bar 0x7f0b002b
+int id action_divider 0x7f0b002c
+int id action_image 0x7f0b002d
+int id action_menu_divider 0x7f0b002e
+int id action_menu_presenter 0x7f0b002f
+int id action_mode_bar 0x7f0b0030
+int id action_mode_bar_stub 0x7f0b0031
+int id action_mode_close_button 0x7f0b0032
+int id action_text 0x7f0b0033
+int id actions 0x7f0b0034
+int id activity_chooser_view_content 0x7f0b0035
+int id add 0x7f0b0036
+int id alertTitle 0x7f0b0037
+int id async 0x7f0b0038
+int id blocking 0x7f0b0039
+int id bottom 0x7f0b003a
+int id buttonPanel 0x7f0b003b
+int id cancel_action 0x7f0b003c
+int id checkbox 0x7f0b003d
+int id checked 0x7f0b003e
+int id chronometer 0x7f0b003f
+int id content 0x7f0b0040
+int id contentPanel 0x7f0b0041
+int id custom 0x7f0b0042
+int id customPanel 0x7f0b0043
+int id decor_content_parent 0x7f0b0044
+int id default_activity_button 0x7f0b0045
+int id dialog_button 0x7f0b0046
+int id edit_query 0x7f0b0047
+int id end 0x7f0b0048
+int id end_padder 0x7f0b0049
+int id expand_activities_button 0x7f0b004a
+int id expanded_menu 0x7f0b004b
+int id forever 0x7f0b004c
+int id gone 0x7f0b004d
+int id group_divider 0x7f0b004e
+int id home 0x7f0b004f
+int id icon 0x7f0b0050
+int id icon_group 0x7f0b0051
+int id image 0x7f0b0052
+int id info 0x7f0b0053
+int id invisible 0x7f0b0054
+int id italic 0x7f0b0055
+int id left 0x7f0b0056
+int id line1 0x7f0b0057
+int id line3 0x7f0b0058
+int id listMode 0x7f0b0059
+int id list_item 0x7f0b005a
+int id media_actions 0x7f0b005b
+int id message 0x7f0b005c
+int id multiply 0x7f0b005d
+int id none 0x7f0b005e
+int id normal 0x7f0b005f
+int id notification_background 0x7f0b0060
+int id notification_main_column 0x7f0b0061
+int id notification_main_column_container 0x7f0b0062
+int id off 0x7f0b0063
+int id on 0x7f0b0064
+int id packed 0x7f0b0065
+int id parent 0x7f0b0066
+int id parentPanel 0x7f0b0067
+int id percent 0x7f0b0068
+int id progress_circular 0x7f0b0069
+int id progress_horizontal 0x7f0b006a
+int id radio 0x7f0b006b
+int id right 0x7f0b006c
+int id right_icon 0x7f0b006d
+int id right_side 0x7f0b006e
+int id screen 0x7f0b006f
+int id scrollIndicatorDown 0x7f0b0070
+int id scrollIndicatorUp 0x7f0b0071
+int id scrollView 0x7f0b0072
+int id search_badge 0x7f0b0073
+int id search_bar 0x7f0b0074
+int id search_button 0x7f0b0075
+int id search_close_btn 0x7f0b0076
+int id search_edit_frame 0x7f0b0077
+int id search_go_btn 0x7f0b0078
+int id search_mag_icon 0x7f0b0079
+int id search_plate 0x7f0b007a
+int id search_src_text 0x7f0b007b
+int id search_voice_btn 0x7f0b007c
+int id select_dialog_listview 0x7f0b007d
+int id shortcut 0x7f0b007e
+int id spacer 0x7f0b007f
+int id split_action_bar 0x7f0b0080
+int id spread 0x7f0b0081
+int id spread_inside 0x7f0b0082
+int id src_atop 0x7f0b0083
+int id src_in 0x7f0b0084
+int id src_over 0x7f0b0085
+int id start 0x7f0b0086
+int id status_bar_latest_event_content 0x7f0b0087
+int id submenuarrow 0x7f0b0088
+int id submit_area 0x7f0b0089
+int id tabMode 0x7f0b008a
+int id tag_accessibility_actions 0x7f0b008b
+int id tag_accessibility_clickable_spans 0x7f0b008c
+int id tag_accessibility_heading 0x7f0b008d
+int id tag_accessibility_pane_title 0x7f0b008e
+int id tag_screen_reader_focusable 0x7f0b008f
+int id tag_transition_group 0x7f0b0090
+int id tag_unhandled_key_event_manager 0x7f0b0091
+int id tag_unhandled_key_listeners 0x7f0b0092
+int id text 0x7f0b0093
+int id text2 0x7f0b0094
+int id textSpacerNoButtons 0x7f0b0095
+int id textSpacerNoTitle 0x7f0b0096
+int id time 0x7f0b0097
+int id title 0x7f0b0098
+int id titleDividerNoCustom 0x7f0b0099
+int id title_template 0x7f0b009a
+int id top 0x7f0b009b
+int id topPanel 0x7f0b009c
+int id unchecked 0x7f0b009d
+int id uniform 0x7f0b009e
+int id up 0x7f0b009f
+int id wrap 0x7f0b00a0
+int id wrap_content 0x7f0b00a1
+int integer abc_config_activityDefaultDur 0x7f0c0001
+int integer abc_config_activityShortDur 0x7f0c0002
+int integer cancel_button_image_alpha 0x7f0c0003
+int integer config_tooltipAnimTime 0x7f0c0004
+int integer status_bar_notification_info_maxnum 0x7f0c0005
+int interpolator btn_checkbox_checked_mtrl_animation_interpolator_0 0x7f0d0001
+int interpolator btn_checkbox_checked_mtrl_animation_interpolator_1 0x7f0d0002
+int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_0 0x7f0d0003
+int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_1 0x7f0d0004
+int interpolator btn_radio_to_off_mtrl_animation_interpolator_0 0x7f0d0005
+int interpolator btn_radio_to_on_mtrl_animation_interpolator_0 0x7f0d0006
+int interpolator fast_out_slow_in 0x7f0d0007
+int layout abc_action_bar_title_item 0x7f0e0001
+int layout abc_action_bar_up_container 0x7f0e0002
+int layout abc_action_menu_item_layout 0x7f0e0003
+int layout abc_action_menu_layout 0x7f0e0004
+int layout abc_action_mode_bar 0x7f0e0005
+int layout abc_action_mode_close_item_material 0x7f0e0006
+int layout abc_activity_chooser_view 0x7f0e0007
+int layout abc_activity_chooser_view_list_item 0x7f0e0008
+int layout abc_alert_dialog_button_bar_material 0x7f0e0009
+int layout abc_alert_dialog_material 0x7f0e000a
+int layout abc_alert_dialog_title_material 0x7f0e000b
+int layout abc_cascading_menu_item_layout 0x7f0e000c
+int layout abc_dialog_title_material 0x7f0e000d
+int layout abc_expanded_menu_layout 0x7f0e000e
+int layout abc_list_menu_item_checkbox 0x7f0e000f
+int layout abc_list_menu_item_icon 0x7f0e0010
+int layout abc_list_menu_item_layout 0x7f0e0011
+int layout abc_list_menu_item_radio 0x7f0e0012
+int layout abc_popup_menu_header_item_layout 0x7f0e0013
+int layout abc_popup_menu_item_layout 0x7f0e0014
+int layout abc_screen_content_include 0x7f0e0015
+int layout abc_screen_simple 0x7f0e0016
+int layout abc_screen_simple_overlay_action_mode 0x7f0e0017
+int layout abc_screen_toolbar 0x7f0e0018
+int layout abc_search_dropdown_item_icons_2line 0x7f0e0019
+int layout abc_search_view 0x7f0e001a
+int layout abc_select_dialog_material 0x7f0e001b
+int layout abc_tooltip 0x7f0e001c
+int layout custom_dialog 0x7f0e001d
+int layout notification_action 0x7f0e001e
+int layout notification_action_tombstone 0x7f0e001f
+int layout notification_media_action 0x7f0e0020
+int layout notification_media_cancel_action 0x7f0e0021
+int layout notification_template_big_media 0x7f0e0022
+int layout notification_template_big_media_custom 0x7f0e0023
+int layout notification_template_big_media_narrow 0x7f0e0024
+int layout notification_template_big_media_narrow_custom 0x7f0e0025
+int layout notification_template_custom_big 0x7f0e0026
+int layout notification_template_icon_group 0x7f0e0027
+int layout notification_template_lines_media 0x7f0e0028
+int layout notification_template_media 0x7f0e0029
+int layout notification_template_media_custom 0x7f0e002a
+int layout notification_template_part_chronometer 0x7f0e002b
+int layout notification_template_part_time 0x7f0e002c
+int layout select_dialog_item_material 0x7f0e002d
+int layout select_dialog_multichoice_material 0x7f0e002e
+int layout select_dialog_singlechoice_material 0x7f0e002f
+int layout skin_alert_dialog 0x7f0e0030
+int layout skin_alert_dialog_button_bar 0x7f0e0031
+int layout skin_alert_dialog_title 0x7f0e0032
+int layout skin_select_dialog 0x7f0e0033
+int layout skin_select_dialog_item 0x7f0e0034
+int layout skin_select_dialog_multichoice 0x7f0e0035
+int layout skin_select_dialog_singlechoice 0x7f0e0036
+int layout support_simple_spinner_dropdown_item 0x7f0e0037
+int string abc_action_bar_home_description 0x7f140001
+int string abc_action_bar_up_description 0x7f140002
+int string abc_action_menu_overflow_description 0x7f140003
+int string abc_action_mode_done 0x7f140004
+int string abc_activity_chooser_view_see_all 0x7f140005
+int string abc_activitychooserview_choose_application 0x7f140006
+int string abc_capital_off 0x7f140007
+int string abc_capital_on 0x7f140008
+int string abc_menu_alt_shortcut_label 0x7f140009
+int string abc_menu_ctrl_shortcut_label 0x7f14000a
+int string abc_menu_delete_shortcut_label 0x7f14000b
+int string abc_menu_enter_shortcut_label 0x7f14000c
+int string abc_menu_function_shortcut_label 0x7f14000d
+int string abc_menu_meta_shortcut_label 0x7f14000e
+int string abc_menu_shift_shortcut_label 0x7f14000f
+int string abc_menu_space_shortcut_label 0x7f140010
+int string abc_menu_sym_shortcut_label 0x7f140011
+int string abc_prepend_shortcut_label 0x7f140012
+int string abc_search_hint 0x7f140013
+int string abc_searchview_description_clear 0x7f140014
+int string abc_searchview_description_query 0x7f140015
+int string abc_searchview_description_search 0x7f140016
+int string abc_searchview_description_submit 0x7f140017
+int string abc_searchview_description_voice 0x7f140018
+int string abc_shareactionprovider_share_with 0x7f140019
+int string abc_shareactionprovider_share_with_application 0x7f14001a
+int string abc_toolbar_collapse_description 0x7f14001b
+int string app_name 0x7f14001c
+int string search_menu_title 0x7f14001d
+int string status_bar_notification_info_overflow 0x7f14001e
+int style AlertDialog_AppCompat 0x7f150001
+int style AlertDialog_AppCompat_Light 0x7f150002
+int style AlertDialog_SkinCompat 0x7f150003
+int style Animation_AppCompat_Dialog 0x7f150004
+int style Animation_AppCompat_DropDownUp 0x7f150005
+int style Animation_AppCompat_Tooltip 0x7f150006
+int style Base_AlertDialog_AppCompat 0x7f150007
+int style Base_AlertDialog_AppCompat_Light 0x7f150008
+int style Base_Animation_AppCompat_Dialog 0x7f150009
+int style Base_Animation_AppCompat_DropDownUp 0x7f15000a
+int style Base_Animation_AppCompat_Tooltip 0x7f15000b
+int style Base_DialogWindowTitleBackground_AppCompat 0x7f15000c
+int style Base_DialogWindowTitle_AppCompat 0x7f15000d
+int style Base_TextAppearance_AppCompat 0x7f15000e
+int style Base_TextAppearance_AppCompat_Body1 0x7f15000f
+int style Base_TextAppearance_AppCompat_Body2 0x7f150010
+int style Base_TextAppearance_AppCompat_Button 0x7f150011
+int style Base_TextAppearance_AppCompat_Caption 0x7f150012
+int style Base_TextAppearance_AppCompat_Display1 0x7f150013
+int style Base_TextAppearance_AppCompat_Display2 0x7f150014
+int style Base_TextAppearance_AppCompat_Display3 0x7f150015
+int style Base_TextAppearance_AppCompat_Display4 0x7f150016
+int style Base_TextAppearance_AppCompat_Headline 0x7f150017
+int style Base_TextAppearance_AppCompat_Inverse 0x7f150018
+int style Base_TextAppearance_AppCompat_Large 0x7f150019
+int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f15001a
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f15001b
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f15001c
+int style Base_TextAppearance_AppCompat_Medium 0x7f15001d
+int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f15001e
+int style Base_TextAppearance_AppCompat_Menu 0x7f15001f
+int style Base_TextAppearance_AppCompat_SearchResult 0x7f150020
+int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f150021
+int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f150022
+int style Base_TextAppearance_AppCompat_Small 0x7f150023
+int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f150024
+int style Base_TextAppearance_AppCompat_Subhead 0x7f150025
+int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f150026
+int style Base_TextAppearance_AppCompat_Title 0x7f150027
+int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f150028
+int style Base_TextAppearance_AppCompat_Tooltip 0x7f150029
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f15002a
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f15002b
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f15002c
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f15002d
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f15002e
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f15002f
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f150030
+int style Base_TextAppearance_AppCompat_Widget_Button 0x7f150031
+int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f150032
+int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x7f150033
+int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f150034
+int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f150035
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f150036
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f150037
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f150038
+int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f150039
+int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f15003a
+int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f15003b
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f15003c
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f15003d
+int style Base_ThemeOverlay_AppCompat 0x7f15003e
+int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f15003f
+int style Base_ThemeOverlay_AppCompat_Dark 0x7f150040
+int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f150041
+int style Base_ThemeOverlay_AppCompat_Dialog 0x7f150042
+int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x7f150043
+int style Base_ThemeOverlay_AppCompat_Light 0x7f150044
+int style Base_Theme_AppCompat 0x7f150045
+int style Base_Theme_AppCompat_CompactMenu 0x7f150046
+int style Base_Theme_AppCompat_Dialog 0x7f150047
+int style Base_Theme_AppCompat_DialogWhenLarge 0x7f150048
+int style Base_Theme_AppCompat_Dialog_Alert 0x7f150049
+int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f15004a
+int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f15004b
+int style Base_Theme_AppCompat_Light 0x7f15004c
+int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f15004d
+int style Base_Theme_AppCompat_Light_Dialog 0x7f15004e
+int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f15004f
+int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f150050
+int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f150051
+int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f150052
+int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x7f150053
+int style Base_V21_Theme_AppCompat 0x7f150054
+int style Base_V21_Theme_AppCompat_Dialog 0x7f150055
+int style Base_V21_Theme_AppCompat_Light 0x7f150056
+int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f150057
+int style Base_V22_Theme_AppCompat 0x7f150058
+int style Base_V22_Theme_AppCompat_Light 0x7f150059
+int style Base_V23_Theme_AppCompat 0x7f15005a
+int style Base_V23_Theme_AppCompat_Light 0x7f15005b
+int style Base_V26_Theme_AppCompat 0x7f15005c
+int style Base_V26_Theme_AppCompat_Light 0x7f15005d
+int style Base_V26_Widget_AppCompat_Toolbar 0x7f15005e
+int style Base_V28_Theme_AppCompat 0x7f15005f
+int style Base_V28_Theme_AppCompat_Light 0x7f150060
+int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x7f150061
+int style Base_V7_Theme_AppCompat 0x7f150062
+int style Base_V7_Theme_AppCompat_Dialog 0x7f150063
+int style Base_V7_Theme_AppCompat_Light 0x7f150064
+int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f150065
+int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f150066
+int style Base_V7_Widget_AppCompat_EditText 0x7f150067
+int style Base_V7_Widget_AppCompat_Toolbar 0x7f150068
+int style Base_Widget_AppCompat_ActionBar 0x7f150069
+int style Base_Widget_AppCompat_ActionBar_Solid 0x7f15006a
+int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f15006b
+int style Base_Widget_AppCompat_ActionBar_TabText 0x7f15006c
+int style Base_Widget_AppCompat_ActionBar_TabView 0x7f15006d
+int style Base_Widget_AppCompat_ActionButton 0x7f15006e
+int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f15006f
+int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f150070
+int style Base_Widget_AppCompat_ActionMode 0x7f150071
+int style Base_Widget_AppCompat_ActivityChooserView 0x7f150072
+int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f150073
+int style Base_Widget_AppCompat_Button 0x7f150074
+int style Base_Widget_AppCompat_ButtonBar 0x7f150075
+int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f150076
+int style Base_Widget_AppCompat_Button_Borderless 0x7f150077
+int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f150078
+int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f150079
+int style Base_Widget_AppCompat_Button_Colored 0x7f15007a
+int style Base_Widget_AppCompat_Button_Small 0x7f15007b
+int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f15007c
+int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f15007d
+int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f15007e
+int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f15007f
+int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f150080
+int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f150081
+int style Base_Widget_AppCompat_EditText 0x7f150082
+int style Base_Widget_AppCompat_ImageButton 0x7f150083
+int style Base_Widget_AppCompat_Light_ActionBar 0x7f150084
+int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f150085
+int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f150086
+int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f150087
+int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f150088
+int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f150089
+int style Base_Widget_AppCompat_Light_PopupMenu 0x7f15008a
+int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f15008b
+int style Base_Widget_AppCompat_ListMenuView 0x7f15008c
+int style Base_Widget_AppCompat_ListPopupWindow 0x7f15008d
+int style Base_Widget_AppCompat_ListView 0x7f15008e
+int style Base_Widget_AppCompat_ListView_DropDown 0x7f15008f
+int style Base_Widget_AppCompat_ListView_Menu 0x7f150090
+int style Base_Widget_AppCompat_PopupMenu 0x7f150091
+int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f150092
+int style Base_Widget_AppCompat_PopupWindow 0x7f150093
+int style Base_Widget_AppCompat_ProgressBar 0x7f150094
+int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f150095
+int style Base_Widget_AppCompat_RatingBar 0x7f150096
+int style Base_Widget_AppCompat_RatingBar_Indicator 0x7f150097
+int style Base_Widget_AppCompat_RatingBar_Small 0x7f150098
+int style Base_Widget_AppCompat_SearchView 0x7f150099
+int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f15009a
+int style Base_Widget_AppCompat_SeekBar 0x7f15009b
+int style Base_Widget_AppCompat_SeekBar_Discrete 0x7f15009c
+int style Base_Widget_AppCompat_Spinner 0x7f15009d
+int style Base_Widget_AppCompat_Spinner_Underlined 0x7f15009e
+int style Base_Widget_AppCompat_TextView 0x7f15009f
+int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f1500a0
+int style Base_Widget_AppCompat_Toolbar 0x7f1500a1
+int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f1500a2
+int style Platform_AppCompat 0x7f1500a3
+int style Platform_AppCompat_Light 0x7f1500a4
+int style Platform_ThemeOverlay_AppCompat 0x7f1500a5
+int style Platform_ThemeOverlay_AppCompat_Dark 0x7f1500a6
+int style Platform_ThemeOverlay_AppCompat_Light 0x7f1500a7
+int style Platform_V21_AppCompat 0x7f1500a8
+int style Platform_V21_AppCompat_Light 0x7f1500a9
+int style Platform_V25_AppCompat 0x7f1500aa
+int style Platform_V25_AppCompat_Light 0x7f1500ab
+int style Platform_Widget_AppCompat_Spinner 0x7f1500ac
+int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f1500ad
+int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f1500ae
+int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f1500af
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f1500b0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f1500b1
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut 0x7f1500b2
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow 0x7f1500b3
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f1500b4
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title 0x7f1500b5
+int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f1500b6
+int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f1500b7
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f1500b8
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f1500b9
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f1500ba
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f1500bb
+int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f1500bc
+int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f1500bd
+int style TextAppearance_AppCompat 0x7f1500be
+int style TextAppearance_AppCompat_Body1 0x7f1500bf
+int style TextAppearance_AppCompat_Body2 0x7f1500c0
+int style TextAppearance_AppCompat_Button 0x7f1500c1
+int style TextAppearance_AppCompat_Caption 0x7f1500c2
+int style TextAppearance_AppCompat_Display1 0x7f1500c3
+int style TextAppearance_AppCompat_Display2 0x7f1500c4
+int style TextAppearance_AppCompat_Display3 0x7f1500c5
+int style TextAppearance_AppCompat_Display4 0x7f1500c6
+int style TextAppearance_AppCompat_Headline 0x7f1500c7
+int style TextAppearance_AppCompat_Inverse 0x7f1500c8
+int style TextAppearance_AppCompat_Large 0x7f1500c9
+int style TextAppearance_AppCompat_Large_Inverse 0x7f1500ca
+int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f1500cb
+int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f1500cc
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f1500cd
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f1500ce
+int style TextAppearance_AppCompat_Medium 0x7f1500cf
+int style TextAppearance_AppCompat_Medium_Inverse 0x7f1500d0
+int style TextAppearance_AppCompat_Menu 0x7f1500d1
+int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f1500d2
+int style TextAppearance_AppCompat_SearchResult_Title 0x7f1500d3
+int style TextAppearance_AppCompat_Small 0x7f1500d4
+int style TextAppearance_AppCompat_Small_Inverse 0x7f1500d5
+int style TextAppearance_AppCompat_Subhead 0x7f1500d6
+int style TextAppearance_AppCompat_Subhead_Inverse 0x7f1500d7
+int style TextAppearance_AppCompat_Title 0x7f1500d8
+int style TextAppearance_AppCompat_Title_Inverse 0x7f1500d9
+int style TextAppearance_AppCompat_Tooltip 0x7f1500da
+int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f1500db
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f1500dc
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f1500dd
+int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f1500de
+int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f1500df
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f1500e0
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f1500e1
+int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f1500e2
+int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f1500e3
+int style TextAppearance_AppCompat_Widget_Button 0x7f1500e4
+int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f1500e5
+int style TextAppearance_AppCompat_Widget_Button_Colored 0x7f1500e6
+int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f1500e7
+int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f1500e8
+int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f1500e9
+int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f1500ea
+int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f1500eb
+int style TextAppearance_AppCompat_Widget_Switch 0x7f1500ec
+int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f1500ed
+int style TextAppearance_Compat_Notification 0x7f1500ee
+int style TextAppearance_Compat_Notification_Info 0x7f1500ef
+int style TextAppearance_Compat_Notification_Info_Media 0x7f1500f0
+int style TextAppearance_Compat_Notification_Line2 0x7f1500f1
+int style TextAppearance_Compat_Notification_Line2_Media 0x7f1500f2
+int style TextAppearance_Compat_Notification_Media 0x7f1500f3
+int style TextAppearance_Compat_Notification_Time 0x7f1500f4
+int style TextAppearance_Compat_Notification_Time_Media 0x7f1500f5
+int style TextAppearance_Compat_Notification_Title 0x7f1500f6
+int style TextAppearance_Compat_Notification_Title_Media 0x7f1500f7
+int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f1500f8
+int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f1500f9
+int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f1500fa
+int style ThemeOverlay_AppCompat 0x7f1500fb
+int style ThemeOverlay_AppCompat_ActionBar 0x7f1500fc
+int style ThemeOverlay_AppCompat_Dark 0x7f1500fd
+int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f1500fe
+int style ThemeOverlay_AppCompat_DayNight 0x7f1500ff
+int style ThemeOverlay_AppCompat_DayNight_ActionBar 0x7f150100
+int style ThemeOverlay_AppCompat_Dialog 0x7f150101
+int style ThemeOverlay_AppCompat_Dialog_Alert 0x7f150102
+int style ThemeOverlay_AppCompat_Light 0x7f150103
+int style Theme_AppCompat 0x7f150104
+int style Theme_AppCompat_CompactMenu 0x7f150105
+int style Theme_AppCompat_DayNight 0x7f150106
+int style Theme_AppCompat_DayNight_DarkActionBar 0x7f150107
+int style Theme_AppCompat_DayNight_Dialog 0x7f150108
+int style Theme_AppCompat_DayNight_DialogWhenLarge 0x7f150109
+int style Theme_AppCompat_DayNight_Dialog_Alert 0x7f15010a
+int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x7f15010b
+int style Theme_AppCompat_DayNight_NoActionBar 0x7f15010c
+int style Theme_AppCompat_Dialog 0x7f15010d
+int style Theme_AppCompat_DialogWhenLarge 0x7f15010e
+int style Theme_AppCompat_Dialog_Alert 0x7f15010f
+int style Theme_AppCompat_Dialog_MinWidth 0x7f150110
+int style Theme_AppCompat_Light 0x7f150111
+int style Theme_AppCompat_Light_DarkActionBar 0x7f150112
+int style Theme_AppCompat_Light_Dialog 0x7f150113
+int style Theme_AppCompat_Light_DialogWhenLarge 0x7f150114
+int style Theme_AppCompat_Light_Dialog_Alert 0x7f150115
+int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f150116
+int style Theme_AppCompat_Light_NoActionBar 0x7f150117
+int style Theme_AppCompat_NoActionBar 0x7f150118
+int style Widget_AppCompat_ActionBar 0x7f150119
+int style Widget_AppCompat_ActionBar_Solid 0x7f15011a
+int style Widget_AppCompat_ActionBar_TabBar 0x7f15011b
+int style Widget_AppCompat_ActionBar_TabText 0x7f15011c
+int style Widget_AppCompat_ActionBar_TabView 0x7f15011d
+int style Widget_AppCompat_ActionButton 0x7f15011e
+int style Widget_AppCompat_ActionButton_CloseMode 0x7f15011f
+int style Widget_AppCompat_ActionButton_Overflow 0x7f150120
+int style Widget_AppCompat_ActionMode 0x7f150121
+int style Widget_AppCompat_ActivityChooserView 0x7f150122
+int style Widget_AppCompat_AutoCompleteTextView 0x7f150123
+int style Widget_AppCompat_Button 0x7f150124
+int style Widget_AppCompat_ButtonBar 0x7f150125
+int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f150126
+int style Widget_AppCompat_Button_Borderless 0x7f150127
+int style Widget_AppCompat_Button_Borderless_Colored 0x7f150128
+int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f150129
+int style Widget_AppCompat_Button_Colored 0x7f15012a
+int style Widget_AppCompat_Button_Small 0x7f15012b
+int style Widget_AppCompat_CompoundButton_CheckBox 0x7f15012c
+int style Widget_AppCompat_CompoundButton_RadioButton 0x7f15012d
+int style Widget_AppCompat_CompoundButton_Switch 0x7f15012e
+int style Widget_AppCompat_DrawerArrowToggle 0x7f15012f
+int style Widget_AppCompat_DropDownItem_Spinner 0x7f150130
+int style Widget_AppCompat_EditText 0x7f150131
+int style Widget_AppCompat_ImageButton 0x7f150132
+int style Widget_AppCompat_Light_ActionBar 0x7f150133
+int style Widget_AppCompat_Light_ActionBar_Solid 0x7f150134
+int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f150135
+int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f150136
+int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f150137
+int style Widget_AppCompat_Light_ActionBar_TabText 0x7f150138
+int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f150139
+int style Widget_AppCompat_Light_ActionBar_TabView 0x7f15013a
+int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f15013b
+int style Widget_AppCompat_Light_ActionButton 0x7f15013c
+int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f15013d
+int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f15013e
+int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f15013f
+int style Widget_AppCompat_Light_ActivityChooserView 0x7f150140
+int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f150141
+int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f150142
+int style Widget_AppCompat_Light_ListPopupWindow 0x7f150143
+int style Widget_AppCompat_Light_ListView_DropDown 0x7f150144
+int style Widget_AppCompat_Light_PopupMenu 0x7f150145
+int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f150146
+int style Widget_AppCompat_Light_SearchView 0x7f150147
+int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f150148
+int style Widget_AppCompat_ListMenuView 0x7f150149
+int style Widget_AppCompat_ListPopupWindow 0x7f15014a
+int style Widget_AppCompat_ListView 0x7f15014b
+int style Widget_AppCompat_ListView_DropDown 0x7f15014c
+int style Widget_AppCompat_ListView_Menu 0x7f15014d
+int style Widget_AppCompat_PopupMenu 0x7f15014e
+int style Widget_AppCompat_PopupMenu_Overflow 0x7f15014f
+int style Widget_AppCompat_PopupWindow 0x7f150150
+int style Widget_AppCompat_ProgressBar 0x7f150151
+int style Widget_AppCompat_ProgressBar_Horizontal 0x7f150152
+int style Widget_AppCompat_RatingBar 0x7f150153
+int style Widget_AppCompat_RatingBar_Indicator 0x7f150154
+int style Widget_AppCompat_RatingBar_Small 0x7f150155
+int style Widget_AppCompat_SearchView 0x7f150156
+int style Widget_AppCompat_SearchView_ActionBar 0x7f150157
+int style Widget_AppCompat_SeekBar 0x7f150158
+int style Widget_AppCompat_SeekBar_Discrete 0x7f150159
+int style Widget_AppCompat_Spinner 0x7f15015a
+int style Widget_AppCompat_Spinner_DropDown 0x7f15015b
+int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f15015c
+int style Widget_AppCompat_Spinner_Underlined 0x7f15015d
+int style Widget_AppCompat_TextView 0x7f15015e
+int style Widget_AppCompat_TextView_SpinnerItem 0x7f15015f
+int style Widget_AppCompat_Toolbar 0x7f150160
+int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f150161
+int style Widget_Compat_NotificationActionContainer 0x7f150162
+int style Widget_Compat_NotificationActionText 0x7f150163
+int style Widget_Support_CoordinatorLayout 0x7f150164
+int[] styleable ActionBar { 0x7f040032, 0x7f040033, 0x7f040034, 0x7f04005f, 0x7f040060, 0x7f040061, 0x7f040062, 0x7f040063, 0x7f040064, 0x7f040067, 0x7f04006c, 0x7f04006d, 0x7f040080, 0x7f040091, 0x7f040092, 0x7f040093, 0x7f040094, 0x7f040095, 0x7f04009a, 0x7f04009d, 0x7f0400e9, 0x7f0400f1, 0x7f0400fc, 0x7f0400ff, 0x7f040100, 0x7f040126, 0x7f040129, 0x7f040145, 0x7f04014e }
+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 { 0x7f040032, 0x7f040033, 0x7f04004c, 0x7f040091, 0x7f040129, 0x7f04014e }
+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 { 0x7f040082, 0x7f04009b }
+int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0
+int styleable ActivityChooserView_initialActivityCount 1
+int[] styleable AlertDialog { 0x10100f2, 0x7f040042, 0x7f040043, 0x7f0400de, 0x7f0400df, 0x7f0400ee, 0x7f040110, 0x7f040111 }
+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, 0x7f040121, 0x7f040143, 0x7f040144 }
+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, 0x7f040140, 0x7f040141, 0x7f040142 }
+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, 0x7f04002d, 0x7f04002e, 0x7f04002f, 0x7f040030, 0x7f040031, 0x7f040071, 0x7f040072, 0x7f040073, 0x7f040074, 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f040083, 0x7f040085, 0x7f04008d, 0x7f04009f, 0x7f0400d9, 0x7f04012f, 0x7f04013a }
+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_drawableBottomCompat 6
+int styleable AppCompatTextView_drawableEndCompat 7
+int styleable AppCompatTextView_drawableLeftCompat 8
+int styleable AppCompatTextView_drawableRightCompat 9
+int styleable AppCompatTextView_drawableStartCompat 10
+int styleable AppCompatTextView_drawableTint 11
+int styleable AppCompatTextView_drawableTintMode 12
+int styleable AppCompatTextView_drawableTopCompat 13
+int styleable AppCompatTextView_firstBaselineToTopHeight 14
+int styleable AppCompatTextView_fontFamily 15
+int styleable AppCompatTextView_fontVariationSettings 16
+int styleable AppCompatTextView_lastBaselineToBottomHeight 17
+int styleable AppCompatTextView_lineHeight 18
+int styleable AppCompatTextView_textAllCaps 19
+int styleable AppCompatTextView_textLocale 20
+int[] styleable AppCompatTheme { 0x7f040001, 0x7f040002, 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f04000d, 0x7f04000f, 0x7f040010, 0x7f040011, 0x7f040012, 0x7f040013, 0x7f040014, 0x7f040015, 0x7f040016, 0x7f040017, 0x7f040018, 0x7f040019, 0x7f04001a, 0x7f04001b, 0x7f04001c, 0x7f04001d, 0x7f04001e, 0x7f04001f, 0x7f040022, 0x7f040023, 0x7f040024, 0x7f040025, 0x7f040026, 0x10100ae, 0x1010057, 0x7f04002c, 0x7f04003a, 0x7f04003b, 0x7f04003c, 0x7f04003d, 0x7f04003e, 0x7f04003f, 0x7f040044, 0x7f040045, 0x7f040049, 0x7f04004a, 0x7f040050, 0x7f040051, 0x7f040052, 0x7f040053, 0x7f040054, 0x7f040055, 0x7f040056, 0x7f040057, 0x7f040058, 0x7f040059, 0x7f040065, 0x7f040069, 0x7f04006a, 0x7f04006b, 0x7f04006e, 0x7f040070, 0x7f04007b, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f04007f, 0x7f040093, 0x7f040099, 0x7f0400da, 0x7f0400db, 0x7f0400dc, 0x7f0400dd, 0x7f0400e0, 0x7f0400e1, 0x7f0400e2, 0x7f0400e3, 0x7f0400e4, 0x7f0400e5, 0x7f0400e6, 0x7f0400e7, 0x7f0400e8, 0x7f0400f8, 0x7f0400f9, 0x7f0400fa, 0x7f0400fb, 0x7f0400fd, 0x7f040103, 0x7f040104, 0x7f040105, 0x7f040106, 0x7f040109, 0x7f04010a, 0x7f04010b, 0x7f04010c, 0x7f04011e, 0x7f04011f, 0x7f04012d, 0x7f040130, 0x7f040131, 0x7f040132, 0x7f040133, 0x7f040134, 0x7f040135, 0x7f040136, 0x7f040137, 0x7f040138, 0x7f040139, 0x7f04014f, 0x7f040150, 0x7f040151, 0x7f040152, 0x7f040158, 0x7f04015a, 0x7f04015b, 0x7f04015c, 0x7f04015d, 0x7f04015e, 0x7f04015f, 0x7f040160, 0x7f040161, 0x7f040162, 0x7f040163 }
+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_listChoiceIndicatorMultipleAnimated 72
+int styleable AppCompatTheme_listChoiceIndicatorSingleAnimated 73
+int styleable AppCompatTheme_listDividerAlertDialog 74
+int styleable AppCompatTheme_listMenuViewStyle 75
+int styleable AppCompatTheme_listPopupWindowStyle 76
+int styleable AppCompatTheme_listPreferredItemHeight 77
+int styleable AppCompatTheme_listPreferredItemHeightLarge 78
+int styleable AppCompatTheme_listPreferredItemHeightSmall 79
+int styleable AppCompatTheme_listPreferredItemPaddingEnd 80
+int styleable AppCompatTheme_listPreferredItemPaddingLeft 81
+int styleable AppCompatTheme_listPreferredItemPaddingRight 82
+int styleable AppCompatTheme_listPreferredItemPaddingStart 83
+int styleable AppCompatTheme_panelBackground 84
+int styleable AppCompatTheme_panelMenuListTheme 85
+int styleable AppCompatTheme_panelMenuListWidth 86
+int styleable AppCompatTheme_popupMenuStyle 87
+int styleable AppCompatTheme_popupWindowStyle 88
+int styleable AppCompatTheme_radioButtonStyle 89
+int styleable AppCompatTheme_ratingBarStyle 90
+int styleable AppCompatTheme_ratingBarStyleIndicator 91
+int styleable AppCompatTheme_ratingBarStyleSmall 92
+int styleable AppCompatTheme_searchViewStyle 93
+int styleable AppCompatTheme_seekBarStyle 94
+int styleable AppCompatTheme_selectableItemBackground 95
+int styleable AppCompatTheme_selectableItemBackgroundBorderless 96
+int styleable AppCompatTheme_spinnerDropDownItemStyle 97
+int styleable AppCompatTheme_spinnerStyle 98
+int styleable AppCompatTheme_switchStyle 99
+int styleable AppCompatTheme_textAppearanceLargePopupMenu 100
+int styleable AppCompatTheme_textAppearanceListItem 101
+int styleable AppCompatTheme_textAppearanceListItemSecondary 102
+int styleable AppCompatTheme_textAppearanceListItemSmall 103
+int styleable AppCompatTheme_textAppearancePopupMenuHeader 104
+int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 105
+int styleable AppCompatTheme_textAppearanceSearchResultTitle 106
+int styleable AppCompatTheme_textAppearanceSmallPopupMenu 107
+int styleable AppCompatTheme_textColorAlertDialogListItem 108
+int styleable AppCompatTheme_textColorSearchUrl 109
+int styleable AppCompatTheme_toolbarNavigationButtonStyle 110
+int styleable AppCompatTheme_toolbarStyle 111
+int styleable AppCompatTheme_tooltipForegroundColor 112
+int styleable AppCompatTheme_tooltipFrameBackground 113
+int styleable AppCompatTheme_viewInflaterClass 114
+int styleable AppCompatTheme_windowActionBar 115
+int styleable AppCompatTheme_windowActionBarOverlay 116
+int styleable AppCompatTheme_windowActionModeOverlay 117
+int styleable AppCompatTheme_windowFixedHeightMajor 118
+int styleable AppCompatTheme_windowFixedHeightMinor 119
+int styleable AppCompatTheme_windowFixedWidthMajor 120
+int styleable AppCompatTheme_windowFixedWidthMinor 121
+int styleable AppCompatTheme_windowMinWidthMajor 122
+int styleable AppCompatTheme_windowMinWidthMinor 123
+int styleable AppCompatTheme_windowNoTitle 124
+int[] styleable ButtonBarLayout { 0x7f040027 }
+int styleable ButtonBarLayout_allowStacking 0
+int[] styleable ColorStateListItem { 0x7f040028, 0x101031f, 0x10101a5 }
+int styleable ColorStateListItem_alpha 0
+int styleable ColorStateListItem_android_alpha 1
+int styleable ColorStateListItem_android_color 2
+int[] styleable CompoundButton { 0x1010107, 0x7f040040, 0x7f040046, 0x7f040047 }
+int styleable CompoundButton_android_button 0
+int styleable CompoundButton_buttonCompat 1
+int styleable CompoundButton_buttonTint 2
+int styleable CompoundButton_buttonTintMode 3
+int[] styleable ConstraintLayout_Layout { 0x1010120, 0x101011f, 0x1010140, 0x101013f, 0x10100c4, 0x7f040038, 0x7f040039, 0x7f040048, 0x7f04005b, 0x7f04005c, 0x7f0400a4, 0x7f0400a5, 0x7f0400a6, 0x7f0400a7, 0x7f0400a8, 0x7f0400a9, 0x7f0400aa, 0x7f0400ab, 0x7f0400ac, 0x7f0400ad, 0x7f0400ae, 0x7f0400af, 0x7f0400b0, 0x7f0400b1, 0x7f0400b2, 0x7f0400b3, 0x7f0400b4, 0x7f0400b5, 0x7f0400b6, 0x7f0400b7, 0x7f0400b8, 0x7f0400b9, 0x7f0400ba, 0x7f0400bb, 0x7f0400bc, 0x7f0400bd, 0x7f0400be, 0x7f0400bf, 0x7f0400c0, 0x7f0400c1, 0x7f0400c2, 0x7f0400c3, 0x7f0400c4, 0x7f0400c5, 0x7f0400c6, 0x7f0400c7, 0x7f0400c8, 0x7f0400c9, 0x7f0400ca, 0x7f0400cb, 0x7f0400cc, 0x7f0400ce, 0x7f0400cf, 0x7f0400d0, 0x7f0400d1, 0x7f0400d2, 0x7f0400d3, 0x7f0400d4, 0x7f0400d5, 0x7f0400d8 }
+int styleable ConstraintLayout_Layout_android_maxHeight 0
+int styleable ConstraintLayout_Layout_android_maxWidth 1
+int styleable ConstraintLayout_Layout_android_minHeight 2
+int styleable ConstraintLayout_Layout_android_minWidth 3
+int styleable ConstraintLayout_Layout_android_orientation 4
+int styleable ConstraintLayout_Layout_barrierAllowsGoneWidgets 5
+int styleable ConstraintLayout_Layout_barrierDirection 6
+int styleable ConstraintLayout_Layout_chainUseRtl 7
+int styleable ConstraintLayout_Layout_constraintSet 8
+int styleable ConstraintLayout_Layout_constraint_referenced_ids 9
+int styleable ConstraintLayout_Layout_layout_constrainedHeight 10
+int styleable ConstraintLayout_Layout_layout_constrainedWidth 11
+int styleable ConstraintLayout_Layout_layout_constraintBaseline_creator 12
+int styleable ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf 13
+int styleable ConstraintLayout_Layout_layout_constraintBottom_creator 14
+int styleable ConstraintLayout_Layout_layout_constraintBottom_toBottomOf 15
+int styleable ConstraintLayout_Layout_layout_constraintBottom_toTopOf 16
+int styleable ConstraintLayout_Layout_layout_constraintCircle 17
+int styleable ConstraintLayout_Layout_layout_constraintCircleAngle 18
+int styleable ConstraintLayout_Layout_layout_constraintCircleRadius 19
+int styleable ConstraintLayout_Layout_layout_constraintDimensionRatio 20
+int styleable ConstraintLayout_Layout_layout_constraintEnd_toEndOf 21
+int styleable ConstraintLayout_Layout_layout_constraintEnd_toStartOf 22
+int styleable ConstraintLayout_Layout_layout_constraintGuide_begin 23
+int styleable ConstraintLayout_Layout_layout_constraintGuide_end 24
+int styleable ConstraintLayout_Layout_layout_constraintGuide_percent 25
+int styleable ConstraintLayout_Layout_layout_constraintHeight_default 26
+int styleable ConstraintLayout_Layout_layout_constraintHeight_max 27
+int styleable ConstraintLayout_Layout_layout_constraintHeight_min 28
+int styleable ConstraintLayout_Layout_layout_constraintHeight_percent 29
+int styleable ConstraintLayout_Layout_layout_constraintHorizontal_bias 30
+int styleable ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle 31
+int styleable ConstraintLayout_Layout_layout_constraintHorizontal_weight 32
+int styleable ConstraintLayout_Layout_layout_constraintLeft_creator 33
+int styleable ConstraintLayout_Layout_layout_constraintLeft_toLeftOf 34
+int styleable ConstraintLayout_Layout_layout_constraintLeft_toRightOf 35
+int styleable ConstraintLayout_Layout_layout_constraintRight_creator 36
+int styleable ConstraintLayout_Layout_layout_constraintRight_toLeftOf 37
+int styleable ConstraintLayout_Layout_layout_constraintRight_toRightOf 38
+int styleable ConstraintLayout_Layout_layout_constraintStart_toEndOf 39
+int styleable ConstraintLayout_Layout_layout_constraintStart_toStartOf 40
+int styleable ConstraintLayout_Layout_layout_constraintTop_creator 41
+int styleable ConstraintLayout_Layout_layout_constraintTop_toBottomOf 42
+int styleable ConstraintLayout_Layout_layout_constraintTop_toTopOf 43
+int styleable ConstraintLayout_Layout_layout_constraintVertical_bias 44
+int styleable ConstraintLayout_Layout_layout_constraintVertical_chainStyle 45
+int styleable ConstraintLayout_Layout_layout_constraintVertical_weight 46
+int styleable ConstraintLayout_Layout_layout_constraintWidth_default 47
+int styleable ConstraintLayout_Layout_layout_constraintWidth_max 48
+int styleable ConstraintLayout_Layout_layout_constraintWidth_min 49
+int styleable ConstraintLayout_Layout_layout_constraintWidth_percent 50
+int styleable ConstraintLayout_Layout_layout_editor_absoluteX 51
+int styleable ConstraintLayout_Layout_layout_editor_absoluteY 52
+int styleable ConstraintLayout_Layout_layout_goneMarginBottom 53
+int styleable ConstraintLayout_Layout_layout_goneMarginEnd 54
+int styleable ConstraintLayout_Layout_layout_goneMarginLeft 55
+int styleable ConstraintLayout_Layout_layout_goneMarginRight 56
+int styleable ConstraintLayout_Layout_layout_goneMarginStart 57
+int styleable ConstraintLayout_Layout_layout_goneMarginTop 58
+int styleable ConstraintLayout_Layout_layout_optimizationLevel 59
+int[] styleable ConstraintLayout_placeholder { 0x7f04005d, 0x7f040081 }
+int styleable ConstraintLayout_placeholder_content 0
+int styleable ConstraintLayout_placeholder_emptyVisibility 1
+int[] styleable ConstraintSet { 0x101031f, 0x1010440, 0x10100d0, 0x10100f5, 0x10100fa, 0x10103b6, 0x10100f7, 0x10100f9, 0x10103b5, 0x10100f8, 0x10100f4, 0x1010120, 0x101011f, 0x1010140, 0x101013f, 0x10100c4, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x10103fa, 0x10100dc, 0x7f040038, 0x7f040039, 0x7f040048, 0x7f04005c, 0x7f0400a4, 0x7f0400a5, 0x7f0400a6, 0x7f0400a7, 0x7f0400a8, 0x7f0400a9, 0x7f0400aa, 0x7f0400ab, 0x7f0400ac, 0x7f0400ad, 0x7f0400ae, 0x7f0400af, 0x7f0400b0, 0x7f0400b1, 0x7f0400b2, 0x7f0400b3, 0x7f0400b4, 0x7f0400b5, 0x7f0400b6, 0x7f0400b7, 0x7f0400b8, 0x7f0400b9, 0x7f0400ba, 0x7f0400bb, 0x7f0400bc, 0x7f0400bd, 0x7f0400be, 0x7f0400bf, 0x7f0400c0, 0x7f0400c1, 0x7f0400c2, 0x7f0400c3, 0x7f0400c4, 0x7f0400c5, 0x7f0400c6, 0x7f0400c7, 0x7f0400c8, 0x7f0400c9, 0x7f0400ca, 0x7f0400cb, 0x7f0400cc, 0x7f0400ce, 0x7f0400cf, 0x7f0400d0, 0x7f0400d1, 0x7f0400d2, 0x7f0400d3, 0x7f0400d4, 0x7f0400d5 }
+int styleable ConstraintSet_android_alpha 0
+int styleable ConstraintSet_android_elevation 1
+int styleable ConstraintSet_android_id 2
+int styleable ConstraintSet_android_layout_height 3
+int styleable ConstraintSet_android_layout_marginBottom 4
+int styleable ConstraintSet_android_layout_marginEnd 5
+int styleable ConstraintSet_android_layout_marginLeft 6
+int styleable ConstraintSet_android_layout_marginRight 7
+int styleable ConstraintSet_android_layout_marginStart 8
+int styleable ConstraintSet_android_layout_marginTop 9
+int styleable ConstraintSet_android_layout_width 10
+int styleable ConstraintSet_android_maxHeight 11
+int styleable ConstraintSet_android_maxWidth 12
+int styleable ConstraintSet_android_minHeight 13
+int styleable ConstraintSet_android_minWidth 14
+int styleable ConstraintSet_android_orientation 15
+int styleable ConstraintSet_android_rotation 16
+int styleable ConstraintSet_android_rotationX 17
+int styleable ConstraintSet_android_rotationY 18
+int styleable ConstraintSet_android_scaleX 19
+int styleable ConstraintSet_android_scaleY 20
+int styleable ConstraintSet_android_transformPivotX 21
+int styleable ConstraintSet_android_transformPivotY 22
+int styleable ConstraintSet_android_translationX 23
+int styleable ConstraintSet_android_translationY 24
+int styleable ConstraintSet_android_translationZ 25
+int styleable ConstraintSet_android_visibility 26
+int styleable ConstraintSet_barrierAllowsGoneWidgets 27
+int styleable ConstraintSet_barrierDirection 28
+int styleable ConstraintSet_chainUseRtl 29
+int styleable ConstraintSet_constraint_referenced_ids 30
+int styleable ConstraintSet_layout_constrainedHeight 31
+int styleable ConstraintSet_layout_constrainedWidth 32
+int styleable ConstraintSet_layout_constraintBaseline_creator 33
+int styleable ConstraintSet_layout_constraintBaseline_toBaselineOf 34
+int styleable ConstraintSet_layout_constraintBottom_creator 35
+int styleable ConstraintSet_layout_constraintBottom_toBottomOf 36
+int styleable ConstraintSet_layout_constraintBottom_toTopOf 37
+int styleable ConstraintSet_layout_constraintCircle 38
+int styleable ConstraintSet_layout_constraintCircleAngle 39
+int styleable ConstraintSet_layout_constraintCircleRadius 40
+int styleable ConstraintSet_layout_constraintDimensionRatio 41
+int styleable ConstraintSet_layout_constraintEnd_toEndOf 42
+int styleable ConstraintSet_layout_constraintEnd_toStartOf 43
+int styleable ConstraintSet_layout_constraintGuide_begin 44
+int styleable ConstraintSet_layout_constraintGuide_end 45
+int styleable ConstraintSet_layout_constraintGuide_percent 46
+int styleable ConstraintSet_layout_constraintHeight_default 47
+int styleable ConstraintSet_layout_constraintHeight_max 48
+int styleable ConstraintSet_layout_constraintHeight_min 49
+int styleable ConstraintSet_layout_constraintHeight_percent 50
+int styleable ConstraintSet_layout_constraintHorizontal_bias 51
+int styleable ConstraintSet_layout_constraintHorizontal_chainStyle 52
+int styleable ConstraintSet_layout_constraintHorizontal_weight 53
+int styleable ConstraintSet_layout_constraintLeft_creator 54
+int styleable ConstraintSet_layout_constraintLeft_toLeftOf 55
+int styleable ConstraintSet_layout_constraintLeft_toRightOf 56
+int styleable ConstraintSet_layout_constraintRight_creator 57
+int styleable ConstraintSet_layout_constraintRight_toLeftOf 58
+int styleable ConstraintSet_layout_constraintRight_toRightOf 59
+int styleable ConstraintSet_layout_constraintStart_toEndOf 60
+int styleable ConstraintSet_layout_constraintStart_toStartOf 61
+int styleable ConstraintSet_layout_constraintTop_creator 62
+int styleable ConstraintSet_layout_constraintTop_toBottomOf 63
+int styleable ConstraintSet_layout_constraintTop_toTopOf 64
+int styleable ConstraintSet_layout_constraintVertical_bias 65
+int styleable ConstraintSet_layout_constraintVertical_chainStyle 66
+int styleable ConstraintSet_layout_constraintVertical_weight 67
+int styleable ConstraintSet_layout_constraintWidth_default 68
+int styleable ConstraintSet_layout_constraintWidth_max 69
+int styleable ConstraintSet_layout_constraintWidth_min 70
+int styleable ConstraintSet_layout_constraintWidth_percent 71
+int styleable ConstraintSet_layout_editor_absoluteX 72
+int styleable ConstraintSet_layout_editor_absoluteY 73
+int styleable ConstraintSet_layout_goneMarginBottom 74
+int styleable ConstraintSet_layout_goneMarginEnd 75
+int styleable ConstraintSet_layout_goneMarginLeft 76
+int styleable ConstraintSet_layout_goneMarginRight 77
+int styleable ConstraintSet_layout_goneMarginStart 78
+int styleable ConstraintSet_layout_goneMarginTop 79
+int[] styleable CoordinatorLayout { 0x7f04009e, 0x7f040123 }
+int styleable CoordinatorLayout_keylines 0
+int styleable CoordinatorLayout_statusBarBackground 1
+int[] styleable CoordinatorLayout_Layout { 0x10100b3, 0x7f0400a1, 0x7f0400a2, 0x7f0400a3, 0x7f0400cd, 0x7f0400d6, 0x7f0400d7 }
+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 { 0x7f04002a, 0x7f04002b, 0x7f040037, 0x7f04004f, 0x7f040075, 0x7f04008f, 0x7f04011d, 0x7f04013c }
+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 { 0x7f040086, 0x7f040087, 0x7f040088, 0x7f040089, 0x7f04008a, 0x7f04008b }
+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, 0x7f040084, 0x7f04008c, 0x7f04008d, 0x7f04008e, 0x7f040157 }
+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 LinearConstraintLayout { 0x10100c4 }
+int styleable LinearConstraintLayout_android_orientation 0
+int[] styleable LinearLayoutCompat { 0x1010126, 0x1010127, 0x10100af, 0x10100c4, 0x1010128, 0x7f04006d, 0x7f04006f, 0x7f0400ec, 0x7f04010e }
+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 { 0x7f04000e, 0x7f040020, 0x7f040021, 0x7f040029, 0x10101e3, 0x10101e5, 0x1010106, 0x101000e, 0x1010002, 0x10100d0, 0x10101de, 0x10101e4, 0x101026f, 0x10101df, 0x10101e1, 0x10101e2, 0x1010194, 0x7f04005e, 0x7f040096, 0x7f040097, 0x7f0400f2, 0x7f04010d, 0x7f040153 }
+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, 0x7f0400fe, 0x7f040124 }
+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 MogoSkinBackgroundHelper { 0x10100d4 }
+int styleable MogoSkinBackgroundHelper_android_background 0
+int[] styleable MogoSkinCompatImageView { 0x1010119, 0x1010121, 0x7f040121, 0x7f040143 }
+int styleable MogoSkinCompatImageView_android_src 0
+int styleable MogoSkinCompatImageView_android_tint 1
+int styleable MogoSkinCompatImageView_srcCompat 2
+int styleable MogoSkinCompatImageView_tint 3
+int[] styleable MogoSkinCompatTextHelper { 0x101016e, 0x1010393, 0x101016f, 0x1010170, 0x1010392, 0x101016d, 0x1010034 }
+int styleable MogoSkinCompatTextHelper_android_drawableBottom 0
+int styleable MogoSkinCompatTextHelper_android_drawableEnd 1
+int styleable MogoSkinCompatTextHelper_android_drawableLeft 2
+int styleable MogoSkinCompatTextHelper_android_drawableRight 3
+int styleable MogoSkinCompatTextHelper_android_drawableStart 4
+int styleable MogoSkinCompatTextHelper_android_drawableTop 5
+int styleable MogoSkinCompatTextHelper_android_textAppearance 6
+int[] styleable MogoSkinTextAppearance { 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x1010098, 0x101009a, 0x1010095, 0x1010097, 0x1010096, 0x7f04012f }
+int styleable MogoSkinTextAppearance_android_shadowColor 0
+int styleable MogoSkinTextAppearance_android_shadowDx 1
+int styleable MogoSkinTextAppearance_android_shadowDy 2
+int styleable MogoSkinTextAppearance_android_shadowRadius 3
+int styleable MogoSkinTextAppearance_android_textColor 4
+int styleable MogoSkinTextAppearance_android_textColorHint 5
+int styleable MogoSkinTextAppearance_android_textSize 6
+int styleable MogoSkinTextAppearance_android_textStyle 7
+int styleable MogoSkinTextAppearance_android_typeface 8
+int styleable MogoSkinTextAppearance_textAllCaps 9
+int[] styleable PopupWindow { 0x10102c9, 0x1010176, 0x7f0400f3 }
+int styleable PopupWindow_android_popupAnimationStyle 0
+int styleable PopupWindow_android_popupBackground 1
+int styleable PopupWindow_overlapAnchor 2
+int[] styleable PopupWindowBackgroundState { 0x7f040122 }
+int styleable PopupWindowBackgroundState_state_above_anchor 0
+int[] styleable RecycleListView { 0x7f0400f4, 0x7f0400f7 }
+int styleable RecycleListView_paddingBottomNoButtons 0
+int styleable RecycleListView_paddingTopNoTitle 1
+int[] styleable SearchView { 0x10100da, 0x1010264, 0x1010220, 0x101011f, 0x7f04004b, 0x7f04005a, 0x7f040068, 0x7f040090, 0x7f040098, 0x7f0400a0, 0x7f040101, 0x7f040102, 0x7f040107, 0x7f040108, 0x7f040125, 0x7f04012a, 0x7f040159 }
+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 SkinBackgroundHelper { 0x10100d4 }
+int styleable SkinBackgroundHelper_android_background 0
+int[] styleable SkinCompatImageView { 0x1010119, 0x1010121, 0x7f040121, 0x7f040143 }
+int styleable SkinCompatImageView_android_src 0
+int styleable SkinCompatImageView_android_tint 1
+int styleable SkinCompatImageView_srcCompat 2
+int styleable SkinCompatImageView_tint 3
+int[] styleable SkinCompatProgressBar { 0x101013b, 0x101013c }
+int styleable SkinCompatProgressBar_android_indeterminateDrawable 0
+int styleable SkinCompatProgressBar_android_progressDrawable 1
+int[] styleable SkinCompatTextHelper { 0x101016e, 0x1010393, 0x101016f, 0x1010170, 0x1010392, 0x101016d, 0x1010034 }
+int styleable SkinCompatTextHelper_android_drawableBottom 0
+int styleable SkinCompatTextHelper_android_drawableEnd 1
+int styleable SkinCompatTextHelper_android_drawableLeft 2
+int styleable SkinCompatTextHelper_android_drawableRight 3
+int styleable SkinCompatTextHelper_android_drawableStart 4
+int styleable SkinCompatTextHelper_android_drawableTop 5
+int styleable SkinCompatTextHelper_android_textAppearance 6
+int[] styleable SkinTextAppearance { 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x1010098, 0x101009a, 0x1010095, 0x1010097, 0x1010096, 0x7f04012f }
+int styleable SkinTextAppearance_android_shadowColor 0
+int styleable SkinTextAppearance_android_shadowDx 1
+int styleable SkinTextAppearance_android_shadowDy 2
+int styleable SkinTextAppearance_android_shadowRadius 3
+int styleable SkinTextAppearance_android_textColor 4
+int styleable SkinTextAppearance_android_textColorHint 5
+int styleable SkinTextAppearance_android_textSize 6
+int styleable SkinTextAppearance_android_textStyle 7
+int styleable SkinTextAppearance_android_typeface 8
+int styleable SkinTextAppearance_textAllCaps 9
+int[] styleable Spinner { 0x1010262, 0x10100b2, 0x1010176, 0x101017b, 0x7f0400fc }
+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, 0x7f04010f, 0x7f040120, 0x7f04012b, 0x7f04012c, 0x7f04012e, 0x7f04013d, 0x7f04013e, 0x7f04013f, 0x7f040154, 0x7f040155, 0x7f040156 }
+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, 0x1010585, 0x1010095, 0x1010097, 0x1010096, 0x7f040085, 0x7f04008d, 0x7f04012f, 0x7f04013a }
+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_textFontWeight 8
+int styleable TextAppearance_android_textSize 9
+int styleable TextAppearance_android_textStyle 10
+int styleable TextAppearance_android_typeface 11
+int styleable TextAppearance_fontFamily 12
+int styleable TextAppearance_fontVariationSettings 13
+int styleable TextAppearance_textAllCaps 14
+int styleable TextAppearance_textLocale 15
+int[] styleable Toolbar { 0x10100af, 0x1010140, 0x7f040041, 0x7f04004d, 0x7f04004e, 0x7f04005f, 0x7f040060, 0x7f040061, 0x7f040062, 0x7f040063, 0x7f040064, 0x7f0400e9, 0x7f0400ea, 0x7f0400eb, 0x7f0400ed, 0x7f0400ef, 0x7f0400f0, 0x7f0400fc, 0x7f040126, 0x7f040127, 0x7f040128, 0x7f040145, 0x7f040146, 0x7f040147, 0x7f040148, 0x7f040149, 0x7f04014a, 0x7f04014b, 0x7f04014c, 0x7f04014d }
+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_menu 14
+int styleable Toolbar_navigationContentDescription 15
+int styleable Toolbar_navigationIcon 16
+int styleable Toolbar_popupTheme 17
+int styleable Toolbar_subtitle 18
+int styleable Toolbar_subtitleTextAppearance 19
+int styleable Toolbar_subtitleTextColor 20
+int styleable Toolbar_title 21
+int styleable Toolbar_titleMargin 22
+int styleable Toolbar_titleMarginBottom 23
+int styleable Toolbar_titleMarginEnd 24
+int styleable Toolbar_titleMarginStart 25
+int styleable Toolbar_titleMarginTop 26
+int styleable Toolbar_titleMargins 27
+int styleable Toolbar_titleTextAppearance 28
+int styleable Toolbar_titleTextColor 29
+int[] styleable View { 0x10100da, 0x1010000, 0x7f0400f5, 0x7f0400f6, 0x7f04013b }
+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, 0x7f040035, 0x7f040036 }
+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/skin/skin-support-constraint-layout/build/outputs/logs/manifest-merger-debug-report.txt b/skin/skin-support-constraint-layout/build/outputs/logs/manifest-merger-debug-report.txt
new file mode 100644
index 0000000000..e70462177b
--- /dev/null
+++ b/skin/skin-support-constraint-layout/build/outputs/logs/manifest-merger-debug-report.txt
@@ -0,0 +1,37 @@
+-- Merging decision tree log ---
+manifest
+ADDED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-constraint-layout/src/main/AndroidManifest.xml:1:1-2:41
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-constraint-layout/src/main/AndroidManifest.xml:1:1-2:41
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-constraint-layout/src/main/AndroidManifest.xml:1:1-2:41
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-constraint-layout/src/main/AndroidManifest.xml:1:1-2:41
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-constraint-layout/src/main/AndroidManifest.xml:1:1-2:41
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-constraint-layout/src/main/AndroidManifest.xml:1:1-2:41
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-constraint-layout/src/main/AndroidManifest.xml:1:1-2:41
+ package
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-constraint-layout/src/main/AndroidManifest.xml:2:5-38
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-constraint-layout/src/main/AndroidManifest.xml
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-constraint-layout/src/main/AndroidManifest.xml
+ android:versionName
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-constraint-layout/src/main/AndroidManifest.xml
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-constraint-layout/src/main/AndroidManifest.xml:1:1-2:41
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-constraint-layout/src/main/AndroidManifest.xml
+ android:versionCode
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-constraint-layout/src/main/AndroidManifest.xml
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-constraint-layout/src/main/AndroidManifest.xml:1:1-2:41
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-constraint-layout/src/main/AndroidManifest.xml
+ xmlns:android
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-constraint-layout/src/main/AndroidManifest.xml:1:11-69
+uses-sdk
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-constraint-layout/src/main/AndroidManifest.xml reason: use-sdk injection requested
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-constraint-layout/src/main/AndroidManifest.xml
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-constraint-layout/src/main/AndroidManifest.xml
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-constraint-layout/src/main/AndroidManifest.xml
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-constraint-layout/src/main/AndroidManifest.xml
+ android:targetSdkVersion
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-constraint-layout/src/main/AndroidManifest.xml
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-constraint-layout/src/main/AndroidManifest.xml
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-constraint-layout/src/main/AndroidManifest.xml
+ android:minSdkVersion
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-constraint-layout/src/main/AndroidManifest.xml
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-constraint-layout/src/main/AndroidManifest.xml
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-constraint-layout/src/main/AndroidManifest.xml
diff --git a/skin/skin-support-design/build/generated/source/buildConfig/debug/skin/support/design/BuildConfig.java b/skin/skin-support-design/build/generated/source/buildConfig/debug/skin/support/design/BuildConfig.java
new file mode 100644
index 0000000000..db6563edab
--- /dev/null
+++ b/skin/skin-support-design/build/generated/source/buildConfig/debug/skin/support/design/BuildConfig.java
@@ -0,0 +1,18 @@
+/**
+ * Automatically generated file. DO NOT MODIFY
+ */
+package skin.support.design;
+
+public final class BuildConfig {
+ public static final boolean DEBUG = Boolean.parseBoolean("true");
+ public static final String LIBRARY_PACKAGE_NAME = "skin.support.design";
+ /**
+ * @deprecated APPLICATION_ID is misleading in libraries. For the library package name use LIBRARY_PACKAGE_NAME
+ */
+ @Deprecated
+ public static final String APPLICATION_ID = "skin.support.design";
+ public static final String BUILD_TYPE = "debug";
+ public static final String FLAVOR = "";
+ public static final int VERSION_CODE = 1;
+ public static final String VERSION_NAME = "1.0";
+}
diff --git a/skin/skin-support-design/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml b/skin/skin-support-design/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml
new file mode 100644
index 0000000000..8f2ad08066
--- /dev/null
+++ b/skin/skin-support-design/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/skin/skin-support-design/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output.json b/skin/skin-support-design/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output.json
new file mode 100644
index 0000000000..090d2ee8d0
--- /dev/null
+++ b/skin/skin-support-design/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output.json
@@ -0,0 +1 @@
+[{"outputType":{"type":"AAPT_FRIENDLY_MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"skin-support-design-debug.aar","fullName":"debug","baseName":"debug"},"path":"AndroidManifest.xml","properties":{"packageId":"skin.support.design","split":""}}]
\ No newline at end of file
diff --git a/skin/skin-support-design/build/intermediates/annotation_processor_list/debug/annotationProcessors.json b/skin/skin-support-design/build/intermediates/annotation_processor_list/debug/annotationProcessors.json
new file mode 100644
index 0000000000..9e26dfeeb6
--- /dev/null
+++ b/skin/skin-support-design/build/intermediates/annotation_processor_list/debug/annotationProcessors.json
@@ -0,0 +1 @@
+{}
\ No newline at end of file
diff --git a/skin/skin-support-design/build/intermediates/compile_library_classes/debug/classes.jar b/skin/skin-support-design/build/intermediates/compile_library_classes/debug/classes.jar
new file mode 100644
index 0000000000..8bb548a5da
Binary files /dev/null and b/skin/skin-support-design/build/intermediates/compile_library_classes/debug/classes.jar differ
diff --git a/skin/skin-support-design/build/intermediates/compile_only_not_namespaced_r_class_jar/debug/R.jar b/skin/skin-support-design/build/intermediates/compile_only_not_namespaced_r_class_jar/debug/R.jar
new file mode 100644
index 0000000000..32c84ee932
Binary files /dev/null and b/skin/skin-support-design/build/intermediates/compile_only_not_namespaced_r_class_jar/debug/R.jar differ
diff --git a/skin/skin-support-design/build/intermediates/incremental/debug-mergeNativeLibs/merge-state b/skin/skin-support-design/build/intermediates/incremental/debug-mergeNativeLibs/merge-state
new file mode 100644
index 0000000000..43dc8dddb2
Binary files /dev/null and b/skin/skin-support-design/build/intermediates/incremental/debug-mergeNativeLibs/merge-state differ
diff --git a/skin/skin-support-design/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml b/skin/skin-support-design/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml
new file mode 100644
index 0000000000..8b0447b12d
--- /dev/null
+++ b/skin/skin-support-design/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/skin/skin-support-design/build/intermediates/incremental/mergeDebugShaders/merger.xml b/skin/skin-support-design/build/intermediates/incremental/mergeDebugShaders/merger.xml
new file mode 100644
index 0000000000..c3a700bd09
--- /dev/null
+++ b/skin/skin-support-design/build/intermediates/incremental/mergeDebugShaders/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/skin/skin-support-design/build/intermediates/incremental/packageDebugAssets/merger.xml b/skin/skin-support-design/build/intermediates/incremental/packageDebugAssets/merger.xml
new file mode 100644
index 0000000000..f58faf87b6
--- /dev/null
+++ b/skin/skin-support-design/build/intermediates/incremental/packageDebugAssets/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/skin/skin-support-design/build/intermediates/incremental/packageDebugResources/compile-file-map.properties b/skin/skin-support-design/build/intermediates/incremental/packageDebugResources/compile-file-map.properties
new file mode 100644
index 0000000000..e662ad7694
--- /dev/null
+++ b/skin/skin-support-design/build/intermediates/incremental/packageDebugResources/compile-file-map.properties
@@ -0,0 +1 @@
+#Thu Sep 03 19:51:14 CST 2020
diff --git a/skin/skin-support-design/build/intermediates/incremental/packageDebugResources/merged.dir/values/values.xml b/skin/skin-support-design/build/intermediates/incremental/packageDebugResources/merged.dir/values/values.xml
new file mode 100644
index 0000000000..3f5e35676e
--- /dev/null
+++ b/skin/skin-support-design/build/intermediates/incremental/packageDebugResources/merged.dir/values/values.xml
@@ -0,0 +1,4 @@
+
+
+ skin-support-design
+
\ No newline at end of file
diff --git a/skin/skin-support-design/build/intermediates/incremental/packageDebugResources/merger.xml b/skin/skin-support-design/build/intermediates/incremental/packageDebugResources/merger.xml
new file mode 100644
index 0000000000..875bd7bba9
--- /dev/null
+++ b/skin/skin-support-design/build/intermediates/incremental/packageDebugResources/merger.xml
@@ -0,0 +1,2 @@
+
+skin-support-design
\ No newline at end of file
diff --git a/skin/skin-support-design/build/intermediates/javac/debug/classes/skin/support/design/BuildConfig.class b/skin/skin-support-design/build/intermediates/javac/debug/classes/skin/support/design/BuildConfig.class
new file mode 100644
index 0000000000..0557ab965d
Binary files /dev/null and b/skin/skin-support-design/build/intermediates/javac/debug/classes/skin/support/design/BuildConfig.class differ
diff --git a/skin/skin-support-design/build/intermediates/javac/debug/classes/skin/support/design/SkinMaterialManager.class b/skin/skin-support-design/build/intermediates/javac/debug/classes/skin/support/design/SkinMaterialManager.class
new file mode 100644
index 0000000000..07ba508965
Binary files /dev/null and b/skin/skin-support-design/build/intermediates/javac/debug/classes/skin/support/design/SkinMaterialManager.class differ
diff --git a/skin/skin-support-design/build/intermediates/javac/debug/classes/skin/support/design/app/SkinMaterialViewInflater.class b/skin/skin-support-design/build/intermediates/javac/debug/classes/skin/support/design/app/SkinMaterialViewInflater.class
new file mode 100644
index 0000000000..1676180e74
Binary files /dev/null and b/skin/skin-support-design/build/intermediates/javac/debug/classes/skin/support/design/app/SkinMaterialViewInflater.class differ
diff --git a/skin/skin-support-design/build/intermediates/javac/debug/classes/skin/support/design/widget/SkinMaterialAppBarLayout.class b/skin/skin-support-design/build/intermediates/javac/debug/classes/skin/support/design/widget/SkinMaterialAppBarLayout.class
new file mode 100644
index 0000000000..76d6f2bb9b
Binary files /dev/null and b/skin/skin-support-design/build/intermediates/javac/debug/classes/skin/support/design/widget/SkinMaterialAppBarLayout.class differ
diff --git a/skin/skin-support-design/build/intermediates/javac/debug/classes/skin/support/design/widget/SkinMaterialBottomNavigationView.class b/skin/skin-support-design/build/intermediates/javac/debug/classes/skin/support/design/widget/SkinMaterialBottomNavigationView.class
new file mode 100644
index 0000000000..42205290d7
Binary files /dev/null and b/skin/skin-support-design/build/intermediates/javac/debug/classes/skin/support/design/widget/SkinMaterialBottomNavigationView.class differ
diff --git a/skin/skin-support-design/build/intermediates/javac/debug/classes/skin/support/design/widget/SkinMaterialCollapsingToolbarLayout.class b/skin/skin-support-design/build/intermediates/javac/debug/classes/skin/support/design/widget/SkinMaterialCollapsingToolbarLayout.class
new file mode 100644
index 0000000000..ee49b3f0d3
Binary files /dev/null and b/skin/skin-support-design/build/intermediates/javac/debug/classes/skin/support/design/widget/SkinMaterialCollapsingToolbarLayout.class differ
diff --git a/skin/skin-support-design/build/intermediates/javac/debug/classes/skin/support/design/widget/SkinMaterialCoordinatorLayout.class b/skin/skin-support-design/build/intermediates/javac/debug/classes/skin/support/design/widget/SkinMaterialCoordinatorLayout.class
new file mode 100644
index 0000000000..ca0bf5a154
Binary files /dev/null and b/skin/skin-support-design/build/intermediates/javac/debug/classes/skin/support/design/widget/SkinMaterialCoordinatorLayout.class differ
diff --git a/skin/skin-support-design/build/intermediates/javac/debug/classes/skin/support/design/widget/SkinMaterialFloatingActionButton.class b/skin/skin-support-design/build/intermediates/javac/debug/classes/skin/support/design/widget/SkinMaterialFloatingActionButton.class
new file mode 100644
index 0000000000..886fbbd14c
Binary files /dev/null and b/skin/skin-support-design/build/intermediates/javac/debug/classes/skin/support/design/widget/SkinMaterialFloatingActionButton.class differ
diff --git a/skin/skin-support-design/build/intermediates/javac/debug/classes/skin/support/design/widget/SkinMaterialNavigationView.class b/skin/skin-support-design/build/intermediates/javac/debug/classes/skin/support/design/widget/SkinMaterialNavigationView.class
new file mode 100644
index 0000000000..39b88875f0
Binary files /dev/null and b/skin/skin-support-design/build/intermediates/javac/debug/classes/skin/support/design/widget/SkinMaterialNavigationView.class differ
diff --git a/skin/skin-support-design/build/intermediates/javac/debug/classes/skin/support/design/widget/SkinMaterialTabLayout.class b/skin/skin-support-design/build/intermediates/javac/debug/classes/skin/support/design/widget/SkinMaterialTabLayout.class
new file mode 100644
index 0000000000..096bc625c8
Binary files /dev/null and b/skin/skin-support-design/build/intermediates/javac/debug/classes/skin/support/design/widget/SkinMaterialTabLayout.class differ
diff --git a/skin/skin-support-design/build/intermediates/javac/debug/classes/skin/support/design/widget/SkinMaterialTextInputEditText.class b/skin/skin-support-design/build/intermediates/javac/debug/classes/skin/support/design/widget/SkinMaterialTextInputEditText.class
new file mode 100644
index 0000000000..fc6eb3d6a4
Binary files /dev/null and b/skin/skin-support-design/build/intermediates/javac/debug/classes/skin/support/design/widget/SkinMaterialTextInputEditText.class differ
diff --git a/skin/skin-support-design/build/intermediates/javac/debug/classes/skin/support/design/widget/SkinMaterialTextInputLayout.class b/skin/skin-support-design/build/intermediates/javac/debug/classes/skin/support/design/widget/SkinMaterialTextInputLayout.class
new file mode 100644
index 0000000000..f6e0cc80ab
Binary files /dev/null and b/skin/skin-support-design/build/intermediates/javac/debug/classes/skin/support/design/widget/SkinMaterialTextInputLayout.class differ
diff --git a/skin/skin-support-design/build/intermediates/library_java_res/debug/res.jar b/skin/skin-support-design/build/intermediates/library_java_res/debug/res.jar
new file mode 100644
index 0000000000..15cb0ecb3e
Binary files /dev/null and b/skin/skin-support-design/build/intermediates/library_java_res/debug/res.jar differ
diff --git a/skin/skin-support-design/build/intermediates/library_manifest/debug/AndroidManifest.xml b/skin/skin-support-design/build/intermediates/library_manifest/debug/AndroidManifest.xml
new file mode 100644
index 0000000000..8f2ad08066
--- /dev/null
+++ b/skin/skin-support-design/build/intermediates/library_manifest/debug/AndroidManifest.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/skin/skin-support-design/build/intermediates/local_only_symbol_list/debug/parseDebugLibraryResources/R-def.txt b/skin/skin-support-design/build/intermediates/local_only_symbol_list/debug/parseDebugLibraryResources/R-def.txt
new file mode 100644
index 0000000000..34ca0ec881
--- /dev/null
+++ b/skin/skin-support-design/build/intermediates/local_only_symbol_list/debug/parseDebugLibraryResources/R-def.txt
@@ -0,0 +1,3 @@
+R_DEF: Internal format may change without notice
+local
+string app_name
diff --git a/skin/skin-support-design/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt b/skin/skin-support-design/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt
new file mode 100644
index 0000000000..fd8438a6cd
--- /dev/null
+++ b/skin/skin-support-design/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt
@@ -0,0 +1,13 @@
+1
+2
+6
+7 /Users/admin/Android/ADAS/Launcher/skin/skin-support-design/src/main/AndroidManifest.xml
+9 android:targetSdkVersion="22" />
+9-->/Users/admin/Android/ADAS/Launcher/skin/skin-support-design/src/main/AndroidManifest.xml
+10
+11
diff --git a/skin/skin-support-design/build/intermediates/merged_manifests/debug/output.json b/skin/skin-support-design/build/intermediates/merged_manifests/debug/output.json
new file mode 100644
index 0000000000..38a16a8aaf
--- /dev/null
+++ b/skin/skin-support-design/build/intermediates/merged_manifests/debug/output.json
@@ -0,0 +1 @@
+[{"outputType":{"type":"MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"skin-support-design-debug.aar","fullName":"debug","baseName":"debug"},"path":"../../library_manifest/debug/AndroidManifest.xml","properties":{"packageId":"skin.support.design","split":""}}]
\ No newline at end of file
diff --git a/skin/skin-support-design/build/intermediates/packaged_res/debug/values/values.xml b/skin/skin-support-design/build/intermediates/packaged_res/debug/values/values.xml
new file mode 100644
index 0000000000..3f5e35676e
--- /dev/null
+++ b/skin/skin-support-design/build/intermediates/packaged_res/debug/values/values.xml
@@ -0,0 +1,4 @@
+
+
+ skin-support-design
+
\ No newline at end of file
diff --git a/skin/skin-support-design/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt b/skin/skin-support-design/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt
new file mode 100644
index 0000000000..e8583f2ce5
--- /dev/null
+++ b/skin/skin-support-design/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt
@@ -0,0 +1,2592 @@
+skin.support.design
+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 btn_checkbox_to_checked_box_inner_merged_animation
+anim btn_checkbox_to_checked_box_outer_merged_animation
+anim btn_checkbox_to_checked_icon_null_animation
+anim btn_checkbox_to_unchecked_box_inner_merged_animation
+anim btn_checkbox_to_unchecked_check_path_merged_animation
+anim btn_checkbox_to_unchecked_icon_null_animation
+anim btn_radio_to_off_mtrl_dot_group_animation
+anim btn_radio_to_off_mtrl_ring_outer_animation
+anim btn_radio_to_off_mtrl_ring_outer_path_animation
+anim btn_radio_to_on_mtrl_dot_group_animation
+anim btn_radio_to_on_mtrl_ring_outer_animation
+anim btn_radio_to_on_mtrl_ring_outer_path_animation
+anim design_bottom_sheet_slide_in
+anim design_bottom_sheet_slide_out
+anim design_snackbar_in
+anim design_snackbar_out
+anim mtrl_bottom_sheet_slide_in
+anim mtrl_bottom_sheet_slide_out
+anim mtrl_card_lowers_interpolator
+animator design_appbar_state_list_animator
+animator design_fab_hide_motion_spec
+animator design_fab_show_motion_spec
+animator mtrl_btn_state_list_anim
+animator mtrl_btn_unelevated_state_list_anim
+animator mtrl_card_state_list_anim
+animator mtrl_chip_state_list_anim
+animator mtrl_extended_fab_change_size_motion_spec
+animator mtrl_extended_fab_hide_motion_spec
+animator mtrl_extended_fab_show_motion_spec
+animator mtrl_extended_fab_state_list_animator
+animator mtrl_fab_hide_motion_spec
+animator mtrl_fab_show_motion_spec
+animator mtrl_fab_transformation_sheet_collapse_spec
+animator mtrl_fab_transformation_sheet_expand_spec
+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 actionTextColorAlpha
+attr actionViewClass
+attr activityChooserViewStyle
+attr alertDialogButtonGroupStyle
+attr alertDialogCenterButtons
+attr alertDialogStyle
+attr alertDialogTheme
+attr allowStacking
+attr alpha
+attr alphabeticModifiers
+attr animationMode
+attr appBarLayoutStyle
+attr arrowHeadLength
+attr arrowShaftLength
+attr autoCompleteTextViewStyle
+attr autoSizeMaxTextSize
+attr autoSizeMinTextSize
+attr autoSizePresetSizes
+attr autoSizeStepGranularity
+attr autoSizeTextType
+attr background
+attr backgroundColor
+attr backgroundInsetBottom
+attr backgroundInsetEnd
+attr backgroundInsetStart
+attr backgroundInsetTop
+attr backgroundOverlayColorAlpha
+attr backgroundSplit
+attr backgroundStacked
+attr backgroundTint
+attr backgroundTintMode
+attr badgeGravity
+attr badgeStyle
+attr badgeTextColor
+attr barLength
+attr behavior_autoHide
+attr behavior_autoShrink
+attr behavior_expandedOffset
+attr behavior_fitToContents
+attr behavior_halfExpandedRatio
+attr behavior_hideable
+attr behavior_overlapTop
+attr behavior_peekHeight
+attr behavior_saveFlags
+attr behavior_skipCollapsed
+attr borderWidth
+attr borderlessButtonStyle
+attr bottomAppBarStyle
+attr bottomNavigationStyle
+attr bottomSheetDialogTheme
+attr bottomSheetStyle
+attr boxBackgroundColor
+attr boxBackgroundMode
+attr boxCollapsedPaddingTop
+attr boxCornerRadiusBottomEnd
+attr boxCornerRadiusBottomStart
+attr boxCornerRadiusTopEnd
+attr boxCornerRadiusTopStart
+attr boxStrokeColor
+attr boxStrokeWidth
+attr boxStrokeWidthFocused
+attr buttonBarButtonStyle
+attr buttonBarNegativeButtonStyle
+attr buttonBarNeutralButtonStyle
+attr buttonBarPositiveButtonStyle
+attr buttonBarStyle
+attr buttonCompat
+attr buttonGravity
+attr buttonIconDimen
+attr buttonPanelSideLayout
+attr buttonStyle
+attr buttonStyleSmall
+attr buttonTint
+attr buttonTintMode
+attr cardBackgroundColor
+attr cardCornerRadius
+attr cardElevation
+attr cardForegroundColor
+attr cardMaxElevation
+attr cardPreventCornerOverlap
+attr cardUseCompatPadding
+attr cardViewStyle
+attr checkboxStyle
+attr checkedButton
+attr checkedChip
+attr checkedIcon
+attr checkedIconEnabled
+attr checkedIconTint
+attr checkedIconVisible
+attr checkedTextViewStyle
+attr chipBackgroundColor
+attr chipCornerRadius
+attr chipEndPadding
+attr chipGroupStyle
+attr chipIcon
+attr chipIconEnabled
+attr chipIconSize
+attr chipIconTint
+attr chipIconVisible
+attr chipMinHeight
+attr chipMinTouchTargetSize
+attr chipSpacing
+attr chipSpacingHorizontal
+attr chipSpacingVertical
+attr chipStandaloneStyle
+attr chipStartPadding
+attr chipStrokeColor
+attr chipStrokeWidth
+attr chipStyle
+attr chipSurfaceColor
+attr closeIcon
+attr closeIconEnabled
+attr closeIconEndPadding
+attr closeIconSize
+attr closeIconStartPadding
+attr closeIconTint
+attr closeIconVisible
+attr closeItemLayout
+attr collapseContentDescription
+attr collapseIcon
+attr collapsedTitleGravity
+attr collapsedTitleTextAppearance
+attr color
+attr colorAccent
+attr colorBackgroundFloating
+attr colorButtonNormal
+attr colorControlActivated
+attr colorControlHighlight
+attr colorControlNormal
+attr colorError
+attr colorOnBackground
+attr colorOnError
+attr colorOnPrimary
+attr colorOnPrimarySurface
+attr colorOnSecondary
+attr colorOnSurface
+attr colorPrimary
+attr colorPrimaryDark
+attr colorPrimarySurface
+attr colorPrimaryVariant
+attr colorSecondary
+attr colorSecondaryVariant
+attr colorSurface
+attr colorSwitchThumbNormal
+attr commitIcon
+attr contentDescription
+attr contentInsetEnd
+attr contentInsetEndWithActions
+attr contentInsetLeft
+attr contentInsetRight
+attr contentInsetStart
+attr contentInsetStartWithNavigation
+attr contentPadding
+attr contentPaddingBottom
+attr contentPaddingLeft
+attr contentPaddingRight
+attr contentPaddingTop
+attr contentScrim
+attr controlBackground
+attr coordinatorLayoutStyle
+attr cornerFamily
+attr cornerFamilyBottomLeft
+attr cornerFamilyBottomRight
+attr cornerFamilyTopLeft
+attr cornerFamilyTopRight
+attr cornerRadius
+attr cornerSize
+attr cornerSizeBottomLeft
+attr cornerSizeBottomRight
+attr cornerSizeTopLeft
+attr cornerSizeTopRight
+attr counterEnabled
+attr counterMaxLength
+attr counterOverflowTextAppearance
+attr counterOverflowTextColor
+attr counterTextAppearance
+attr counterTextColor
+attr customNavigationLayout
+attr dayInvalidStyle
+attr daySelectedStyle
+attr dayStyle
+attr dayTodayStyle
+attr defaultQueryHint
+attr dialogCornerRadius
+attr dialogPreferredPadding
+attr dialogTheme
+attr displayOptions
+attr divider
+attr dividerHorizontal
+attr dividerPadding
+attr dividerVertical
+attr drawableBottomCompat
+attr drawableEndCompat
+attr drawableLeftCompat
+attr drawableRightCompat
+attr drawableSize
+attr drawableStartCompat
+attr drawableTint
+attr drawableTintMode
+attr drawableTopCompat
+attr drawerArrowStyle
+attr dropDownListViewStyle
+attr dropdownListPreferredItemHeight
+attr editTextBackground
+attr editTextColor
+attr editTextStyle
+attr elevation
+attr elevationOverlayColor
+attr elevationOverlayEnabled
+attr endIconCheckable
+attr endIconContentDescription
+attr endIconDrawable
+attr endIconMode
+attr endIconTint
+attr endIconTintMode
+attr enforceMaterialTheme
+attr enforceTextAppearance
+attr ensureMinTouchTargetSize
+attr errorEnabled
+attr errorIconDrawable
+attr errorIconTint
+attr errorIconTintMode
+attr errorTextAppearance
+attr errorTextColor
+attr expandActivityOverflowButtonDrawable
+attr expanded
+attr expandedTitleGravity
+attr expandedTitleMargin
+attr expandedTitleMarginBottom
+attr expandedTitleMarginEnd
+attr expandedTitleMarginStart
+attr expandedTitleMarginTop
+attr expandedTitleTextAppearance
+attr extendMotionSpec
+attr extendedFloatingActionButtonStyle
+attr fabAlignmentMode
+attr fabAnimationMode
+attr fabCradleMargin
+attr fabCradleRoundedCornerRadius
+attr fabCradleVerticalOffset
+attr fabCustomSize
+attr fabSize
+attr fastScrollEnabled
+attr fastScrollHorizontalThumbDrawable
+attr fastScrollHorizontalTrackDrawable
+attr fastScrollVerticalThumbDrawable
+attr fastScrollVerticalTrackDrawable
+attr firstBaselineToTopHeight
+attr floatingActionButtonStyle
+attr font
+attr fontFamily
+attr fontProviderAuthority
+attr fontProviderCerts
+attr fontProviderFetchStrategy
+attr fontProviderFetchTimeout
+attr fontProviderPackage
+attr fontProviderQuery
+attr fontStyle
+attr fontVariationSettings
+attr fontWeight
+attr foregroundInsidePadding
+attr gapBetweenBars
+attr goIcon
+attr headerLayout
+attr height
+attr helperText
+attr helperTextEnabled
+attr helperTextTextAppearance
+attr helperTextTextColor
+attr hideMotionSpec
+attr hideOnContentScroll
+attr hideOnScroll
+attr hintAnimationEnabled
+attr hintEnabled
+attr hintTextAppearance
+attr hintTextColor
+attr homeAsUpIndicator
+attr homeLayout
+attr hoveredFocusedTranslationZ
+attr icon
+attr iconEndPadding
+attr iconGravity
+attr iconPadding
+attr iconSize
+attr iconStartPadding
+attr iconTint
+attr iconTintMode
+attr iconifiedByDefault
+attr imageButtonStyle
+attr indeterminateProgressStyle
+attr initialActivityCount
+attr insetForeground
+attr isLightTheme
+attr isMaterialTheme
+attr itemBackground
+attr itemFillColor
+attr itemHorizontalPadding
+attr itemHorizontalTranslationEnabled
+attr itemIconPadding
+attr itemIconSize
+attr itemIconTint
+attr itemMaxLines
+attr itemPadding
+attr itemRippleColor
+attr itemShapeAppearance
+attr itemShapeAppearanceOverlay
+attr itemShapeFillColor
+attr itemShapeInsetBottom
+attr itemShapeInsetEnd
+attr itemShapeInsetStart
+attr itemShapeInsetTop
+attr itemSpacing
+attr itemStrokeColor
+attr itemStrokeWidth
+attr itemTextAppearance
+attr itemTextAppearanceActive
+attr itemTextAppearanceInactive
+attr itemTextColor
+attr keylines
+attr labelVisibilityMode
+attr lastBaselineToBottomHeight
+attr layout
+attr layoutManager
+attr layout_anchor
+attr layout_anchorGravity
+attr layout_behavior
+attr layout_collapseMode
+attr layout_collapseParallaxMultiplier
+attr layout_dodgeInsetEdges
+attr layout_insetEdge
+attr layout_keyline
+attr layout_scrollFlags
+attr layout_scrollInterpolator
+attr liftOnScroll
+attr liftOnScrollTargetViewId
+attr lineHeight
+attr lineSpacing
+attr listChoiceBackgroundIndicator
+attr listChoiceIndicatorMultipleAnimated
+attr listChoiceIndicatorSingleAnimated
+attr listDividerAlertDialog
+attr listItemLayout
+attr listLayout
+attr listMenuViewStyle
+attr listPopupWindowStyle
+attr listPreferredItemHeight
+attr listPreferredItemHeightLarge
+attr listPreferredItemHeightSmall
+attr listPreferredItemPaddingEnd
+attr listPreferredItemPaddingLeft
+attr listPreferredItemPaddingRight
+attr listPreferredItemPaddingStart
+attr logo
+attr logoDescription
+attr materialAlertDialogBodyTextStyle
+attr materialAlertDialogTheme
+attr materialAlertDialogTitleIconStyle
+attr materialAlertDialogTitlePanelStyle
+attr materialAlertDialogTitleTextStyle
+attr materialButtonOutlinedStyle
+attr materialButtonStyle
+attr materialButtonToggleGroupStyle
+attr materialCalendarDay
+attr materialCalendarFullscreenTheme
+attr materialCalendarHeaderConfirmButton
+attr materialCalendarHeaderDivider
+attr materialCalendarHeaderLayout
+attr materialCalendarHeaderSelection
+attr materialCalendarHeaderTitle
+attr materialCalendarHeaderToggleButton
+attr materialCalendarStyle
+attr materialCalendarTheme
+attr materialCardViewStyle
+attr materialThemeOverlay
+attr maxActionInlineWidth
+attr maxButtonHeight
+attr maxCharacterCount
+attr maxImageSize
+attr measureWithLargestChild
+attr menu
+attr minTouchTargetSize
+attr multiChoiceItemLayout
+attr navigationContentDescription
+attr navigationIcon
+attr navigationMode
+attr navigationViewStyle
+attr number
+attr numericModifiers
+attr overlapAnchor
+attr paddingBottomNoButtons
+attr paddingEnd
+attr paddingStart
+attr paddingTopNoTitle
+attr panelBackground
+attr panelMenuListTheme
+attr panelMenuListWidth
+attr passwordToggleContentDescription
+attr passwordToggleDrawable
+attr passwordToggleEnabled
+attr passwordToggleTint
+attr passwordToggleTintMode
+attr popupMenuBackground
+attr popupMenuStyle
+attr popupTheme
+attr popupWindowStyle
+attr preserveIconSpacing
+attr pressedTranslationZ
+attr progressBarPadding
+attr progressBarStyle
+attr queryBackground
+attr queryHint
+attr radioButtonStyle
+attr rangeFillColor
+attr ratingBarStyle
+attr ratingBarStyleIndicator
+attr ratingBarStyleSmall
+attr recyclerViewStyle
+attr reverseLayout
+attr rippleColor
+attr scrimAnimationDuration
+attr scrimBackground
+attr scrimVisibleHeightTrigger
+attr searchHintIcon
+attr searchIcon
+attr searchViewStyle
+attr seekBarStyle
+attr selectableItemBackground
+attr selectableItemBackgroundBorderless
+attr shapeAppearance
+attr shapeAppearanceLargeComponent
+attr shapeAppearanceMediumComponent
+attr shapeAppearanceOverlay
+attr shapeAppearanceSmallComponent
+attr showAsAction
+attr showDividers
+attr showMotionSpec
+attr showText
+attr showTitle
+attr shrinkMotionSpec
+attr singleChoiceItemLayout
+attr singleLine
+attr singleSelection
+attr skinAlertDialogBackground
+attr skinAlertDialogControlHighlightColor
+attr skinAlertDialogListDivider
+attr skinAlertDialogListItemTextColor
+attr skinAlertDialogMessageTextColor
+attr skinAlertDialogNegativeButtonTextColor
+attr skinAlertDialogNeutralButtonTextColor
+attr skinAlertDialogPositiveButtonTextColor
+attr skinAlertDialogTitleTextColor
+attr skinListChoiceIndicatorMultiple
+attr skinListChoiceIndicatorSingle
+attr snackbarButtonStyle
+attr snackbarStyle
+attr spanCount
+attr spinBars
+attr spinnerDropDownItemStyle
+attr spinnerStyle
+attr splitTrack
+attr srcCompat
+attr stackFromEnd
+attr startIconCheckable
+attr startIconContentDescription
+attr startIconDrawable
+attr startIconTint
+attr startIconTintMode
+attr state_above_anchor
+attr state_collapsed
+attr state_collapsible
+attr state_dragged
+attr state_liftable
+attr state_lifted
+attr statusBarBackground
+attr statusBarForeground
+attr statusBarScrim
+attr strokeColor
+attr strokeWidth
+attr subMenuArrow
+attr submitBackground
+attr subtitle
+attr subtitleTextAppearance
+attr subtitleTextColor
+attr subtitleTextStyle
+attr suggestionRowLayout
+attr switchMinWidth
+attr switchPadding
+attr switchStyle
+attr switchTextAppearance
+attr tabBackground
+attr tabContentStart
+attr tabGravity
+attr tabIconTint
+attr tabIconTintMode
+attr tabIndicator
+attr tabIndicatorAnimationDuration
+attr tabIndicatorColor
+attr tabIndicatorFullWidth
+attr tabIndicatorGravity
+attr tabIndicatorHeight
+attr tabInlineLabel
+attr tabMaxWidth
+attr tabMinWidth
+attr tabMode
+attr tabPadding
+attr tabPaddingBottom
+attr tabPaddingEnd
+attr tabPaddingStart
+attr tabPaddingTop
+attr tabRippleColor
+attr tabSelectedTextColor
+attr tabStyle
+attr tabTextAppearance
+attr tabTextColor
+attr tabUnboundedRipple
+attr textAllCaps
+attr textAppearanceBody1
+attr textAppearanceBody2
+attr textAppearanceButton
+attr textAppearanceCaption
+attr textAppearanceHeadline1
+attr textAppearanceHeadline2
+attr textAppearanceHeadline3
+attr textAppearanceHeadline4
+attr textAppearanceHeadline5
+attr textAppearanceHeadline6
+attr textAppearanceLargePopupMenu
+attr textAppearanceLineHeightEnabled
+attr textAppearanceListItem
+attr textAppearanceListItemSecondary
+attr textAppearanceListItemSmall
+attr textAppearanceOverline
+attr textAppearancePopupMenuHeader
+attr textAppearanceSearchResultSubtitle
+attr textAppearanceSearchResultTitle
+attr textAppearanceSmallPopupMenu
+attr textAppearanceSubtitle1
+attr textAppearanceSubtitle2
+attr textColorAlertDialogListItem
+attr textColorSearchUrl
+attr textEndPadding
+attr textInputStyle
+attr textLocale
+attr textStartPadding
+attr theme
+attr themeLineHeight
+attr thickness
+attr thumbTextPadding
+attr thumbTint
+attr thumbTintMode
+attr tickMark
+attr tickMarkTint
+attr tickMarkTintMode
+attr tint
+attr tintMode
+attr title
+attr titleEnabled
+attr titleMargin
+attr titleMarginBottom
+attr titleMarginEnd
+attr titleMarginStart
+attr titleMarginTop
+attr titleMargins
+attr titleTextAppearance
+attr titleTextColor
+attr titleTextStyle
+attr toolbarId
+attr toolbarNavigationButtonStyle
+attr toolbarStyle
+attr tooltipForegroundColor
+attr tooltipFrameBackground
+attr tooltipText
+attr track
+attr trackTint
+attr trackTintMode
+attr ttcIndex
+attr useCompatPadding
+attr useMaterialThemeColors
+attr viewInflaterClass
+attr voiceIcon
+attr windowActionBar
+attr windowActionBarOverlay
+attr windowActionModeOverlay
+attr windowFixedHeightMajor
+attr windowFixedHeightMinor
+attr windowFixedWidthMajor
+attr windowFixedWidthMinor
+attr windowMinWidthMajor
+attr windowMinWidthMinor
+attr windowNoTitle
+attr yearSelectedStyle
+attr yearStyle
+attr yearTodayStyle
+bool abc_action_bar_embed_tabs
+bool abc_allow_stacked_button_bar
+bool abc_config_actionMenuItemAllCaps
+bool mtrl_btn_textappearance_all_caps
+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 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 cardview_dark_background
+color cardview_light_background
+color cardview_shadow_end_color
+color cardview_shadow_start_color
+color checkbox_themeable_attribute_color
+color design_bottom_navigation_shadow_color
+color design_box_stroke_color
+color design_dark_default_color_background
+color design_dark_default_color_error
+color design_dark_default_color_on_background
+color design_dark_default_color_on_error
+color design_dark_default_color_on_primary
+color design_dark_default_color_on_secondary
+color design_dark_default_color_on_surface
+color design_dark_default_color_primary
+color design_dark_default_color_primary_dark
+color design_dark_default_color_primary_variant
+color design_dark_default_color_secondary
+color design_dark_default_color_secondary_variant
+color design_dark_default_color_surface
+color design_default_color_background
+color design_default_color_error
+color design_default_color_on_background
+color design_default_color_on_error
+color design_default_color_on_primary
+color design_default_color_on_secondary
+color design_default_color_on_surface
+color design_default_color_primary
+color design_default_color_primary_dark
+color design_default_color_primary_variant
+color design_default_color_secondary
+color design_default_color_secondary_variant
+color design_default_color_surface
+color design_error
+color design_fab_shadow_end_color
+color design_fab_shadow_mid_color
+color design_fab_shadow_start_color
+color design_fab_stroke_end_inner_color
+color design_fab_stroke_end_outer_color
+color design_fab_stroke_top_inner_color
+color design_fab_stroke_top_outer_color
+color design_icon_tint
+color design_snackbar_background_color
+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 material_on_background_disabled
+color material_on_background_emphasis_high_type
+color material_on_background_emphasis_medium
+color material_on_primary_disabled
+color material_on_primary_emphasis_high_type
+color material_on_primary_emphasis_medium
+color material_on_surface_disabled
+color material_on_surface_emphasis_high_type
+color material_on_surface_emphasis_medium
+color mtrl_bottom_nav_colored_item_tint
+color mtrl_bottom_nav_colored_ripple_color
+color mtrl_bottom_nav_item_tint
+color mtrl_bottom_nav_ripple_color
+color mtrl_btn_bg_color_selector
+color mtrl_btn_ripple_color
+color mtrl_btn_stroke_color_selector
+color mtrl_btn_text_btn_bg_color_selector
+color mtrl_btn_text_btn_ripple_color
+color mtrl_btn_text_color_disabled
+color mtrl_btn_text_color_selector
+color mtrl_btn_transparent_bg_color
+color mtrl_calendar_item_stroke_color
+color mtrl_calendar_selected_range
+color mtrl_card_view_foreground
+color mtrl_card_view_ripple
+color mtrl_chip_background_color
+color mtrl_chip_close_icon_tint
+color mtrl_chip_ripple_color
+color mtrl_chip_surface_color
+color mtrl_chip_text_color
+color mtrl_choice_chip_background_color
+color mtrl_choice_chip_ripple_color
+color mtrl_choice_chip_text_color
+color mtrl_error
+color mtrl_extended_fab_bg_color_selector
+color mtrl_extended_fab_ripple_color
+color mtrl_extended_fab_text_color_selector
+color mtrl_fab_ripple_color
+color mtrl_filled_background_color
+color mtrl_filled_icon_tint
+color mtrl_filled_stroke_color
+color mtrl_indicator_text_color
+color mtrl_navigation_item_background_color
+color mtrl_navigation_item_icon_tint
+color mtrl_navigation_item_text_color
+color mtrl_on_primary_text_btn_text_color_selector
+color mtrl_outlined_icon_tint
+color mtrl_outlined_stroke_color
+color mtrl_popupmenu_overlay_color
+color mtrl_scrim_color
+color mtrl_tabs_colored_ripple_color
+color mtrl_tabs_icon_color_selector
+color mtrl_tabs_icon_color_selector_colored
+color mtrl_tabs_legacy_text_color_selector
+color mtrl_tabs_ripple_color
+color mtrl_text_btn_text_color_selector
+color mtrl_textinput_default_box_stroke_color
+color mtrl_textinput_disabled_color
+color mtrl_textinput_filled_box_default_background_color
+color mtrl_textinput_focused_box_stroke_color
+color mtrl_textinput_hovered_box_stroke_color
+color notification_action_color_filter
+color notification_icon_bg_color
+color notification_material_background_media_default_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 test_mtrl_calendar_day
+color test_mtrl_calendar_day_selected
+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_height_large_material
+dimen abc_list_item_height_material
+dimen abc_list_item_height_small_material
+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 action_bar_size
+dimen appcompat_dialog_background_inset
+dimen cardview_compat_inset_shadow
+dimen cardview_default_elevation
+dimen cardview_default_radius
+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 default_dimension
+dimen design_appbar_elevation
+dimen design_bottom_navigation_active_item_max_width
+dimen design_bottom_navigation_active_item_min_width
+dimen design_bottom_navigation_active_text_size
+dimen design_bottom_navigation_elevation
+dimen design_bottom_navigation_height
+dimen design_bottom_navigation_icon_size
+dimen design_bottom_navigation_item_max_width
+dimen design_bottom_navigation_item_min_width
+dimen design_bottom_navigation_margin
+dimen design_bottom_navigation_shadow_height
+dimen design_bottom_navigation_text_size
+dimen design_bottom_sheet_elevation
+dimen design_bottom_sheet_modal_elevation
+dimen design_bottom_sheet_peek_height_min
+dimen design_fab_border_width
+dimen design_fab_elevation
+dimen design_fab_image_size
+dimen design_fab_size_mini
+dimen design_fab_size_normal
+dimen design_fab_translation_z_hovered_focused
+dimen design_fab_translation_z_pressed
+dimen design_navigation_elevation
+dimen design_navigation_icon_padding
+dimen design_navigation_icon_size
+dimen design_navigation_item_horizontal_padding
+dimen design_navigation_item_icon_padding
+dimen design_navigation_max_width
+dimen design_navigation_padding_bottom
+dimen design_navigation_separator_vertical_padding
+dimen design_snackbar_action_inline_max_width
+dimen design_snackbar_action_text_color_alpha
+dimen design_snackbar_background_corner_radius
+dimen design_snackbar_elevation
+dimen design_snackbar_extra_spacing_horizontal
+dimen design_snackbar_max_width
+dimen design_snackbar_min_width
+dimen design_snackbar_padding_horizontal
+dimen design_snackbar_padding_vertical
+dimen design_snackbar_padding_vertical_2lines
+dimen design_snackbar_text_size
+dimen design_tab_max_width
+dimen design_tab_scrollable_min_width
+dimen design_tab_text_size
+dimen design_tab_text_size_2line
+dimen design_textinput_caption_translate_y
+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 material_emphasis_disabled
+dimen material_emphasis_high_type
+dimen material_emphasis_medium
+dimen material_text_view_test_line_height
+dimen material_text_view_test_line_height_override
+dimen mtrl_alert_dialog_background_inset_bottom
+dimen mtrl_alert_dialog_background_inset_end
+dimen mtrl_alert_dialog_background_inset_start
+dimen mtrl_alert_dialog_background_inset_top
+dimen mtrl_alert_dialog_picker_background_inset
+dimen mtrl_badge_horizontal_edge_offset
+dimen mtrl_badge_long_text_horizontal_padding
+dimen mtrl_badge_radius
+dimen mtrl_badge_text_horizontal_edge_offset
+dimen mtrl_badge_text_size
+dimen mtrl_badge_with_text_radius
+dimen mtrl_bottomappbar_fabOffsetEndMode
+dimen mtrl_bottomappbar_fab_bottom_margin
+dimen mtrl_bottomappbar_fab_cradle_margin
+dimen mtrl_bottomappbar_fab_cradle_rounded_corner_radius
+dimen mtrl_bottomappbar_fab_cradle_vertical_offset
+dimen mtrl_bottomappbar_height
+dimen mtrl_btn_corner_radius
+dimen mtrl_btn_dialog_btn_min_width
+dimen mtrl_btn_disabled_elevation
+dimen mtrl_btn_disabled_z
+dimen mtrl_btn_elevation
+dimen mtrl_btn_focused_z
+dimen mtrl_btn_hovered_z
+dimen mtrl_btn_icon_btn_padding_left
+dimen mtrl_btn_icon_padding
+dimen mtrl_btn_inset
+dimen mtrl_btn_letter_spacing
+dimen mtrl_btn_padding_bottom
+dimen mtrl_btn_padding_left
+dimen mtrl_btn_padding_right
+dimen mtrl_btn_padding_top
+dimen mtrl_btn_pressed_z
+dimen mtrl_btn_stroke_size
+dimen mtrl_btn_text_btn_icon_padding
+dimen mtrl_btn_text_btn_padding_left
+dimen mtrl_btn_text_btn_padding_right
+dimen mtrl_btn_text_size
+dimen mtrl_btn_z
+dimen mtrl_calendar_action_height
+dimen mtrl_calendar_action_padding
+dimen mtrl_calendar_bottom_padding
+dimen mtrl_calendar_content_padding
+dimen mtrl_calendar_day_corner
+dimen mtrl_calendar_day_height
+dimen mtrl_calendar_day_horizontal_padding
+dimen mtrl_calendar_day_today_stroke
+dimen mtrl_calendar_day_vertical_padding
+dimen mtrl_calendar_day_width
+dimen mtrl_calendar_days_of_week_height
+dimen mtrl_calendar_dialog_background_inset
+dimen mtrl_calendar_header_content_padding
+dimen mtrl_calendar_header_content_padding_fullscreen
+dimen mtrl_calendar_header_divider_thickness
+dimen mtrl_calendar_header_height
+dimen mtrl_calendar_header_height_fullscreen
+dimen mtrl_calendar_header_selection_line_height
+dimen mtrl_calendar_header_text_padding
+dimen mtrl_calendar_header_toggle_margin_bottom
+dimen mtrl_calendar_header_toggle_margin_top
+dimen mtrl_calendar_landscape_header_width
+dimen mtrl_calendar_maximum_default_fullscreen_minor_axis
+dimen mtrl_calendar_month_horizontal_padding
+dimen mtrl_calendar_month_vertical_padding
+dimen mtrl_calendar_navigation_bottom_padding
+dimen mtrl_calendar_navigation_height
+dimen mtrl_calendar_navigation_top_padding
+dimen mtrl_calendar_pre_l_text_clip_padding
+dimen mtrl_calendar_selection_baseline_to_top_fullscreen
+dimen mtrl_calendar_selection_text_baseline_to_bottom
+dimen mtrl_calendar_selection_text_baseline_to_bottom_fullscreen
+dimen mtrl_calendar_selection_text_baseline_to_top
+dimen mtrl_calendar_text_input_padding_top
+dimen mtrl_calendar_title_baseline_to_top
+dimen mtrl_calendar_title_baseline_to_top_fullscreen
+dimen mtrl_calendar_year_corner
+dimen mtrl_calendar_year_height
+dimen mtrl_calendar_year_horizontal_padding
+dimen mtrl_calendar_year_vertical_padding
+dimen mtrl_calendar_year_width
+dimen mtrl_card_checked_icon_margin
+dimen mtrl_card_checked_icon_size
+dimen mtrl_card_corner_radius
+dimen mtrl_card_dragged_z
+dimen mtrl_card_elevation
+dimen mtrl_card_spacing
+dimen mtrl_chip_pressed_translation_z
+dimen mtrl_chip_text_size
+dimen mtrl_exposed_dropdown_menu_popup_elevation
+dimen mtrl_exposed_dropdown_menu_popup_vertical_offset
+dimen mtrl_exposed_dropdown_menu_popup_vertical_padding
+dimen mtrl_extended_fab_bottom_padding
+dimen mtrl_extended_fab_corner_radius
+dimen mtrl_extended_fab_disabled_elevation
+dimen mtrl_extended_fab_disabled_translation_z
+dimen mtrl_extended_fab_elevation
+dimen mtrl_extended_fab_end_padding
+dimen mtrl_extended_fab_end_padding_icon
+dimen mtrl_extended_fab_icon_size
+dimen mtrl_extended_fab_icon_text_spacing
+dimen mtrl_extended_fab_min_height
+dimen mtrl_extended_fab_min_width
+dimen mtrl_extended_fab_start_padding
+dimen mtrl_extended_fab_start_padding_icon
+dimen mtrl_extended_fab_top_padding
+dimen mtrl_extended_fab_translation_z_base
+dimen mtrl_extended_fab_translation_z_hovered_focused
+dimen mtrl_extended_fab_translation_z_pressed
+dimen mtrl_fab_elevation
+dimen mtrl_fab_min_touch_target
+dimen mtrl_fab_translation_z_hovered_focused
+dimen mtrl_fab_translation_z_pressed
+dimen mtrl_high_ripple_default_alpha
+dimen mtrl_high_ripple_focused_alpha
+dimen mtrl_high_ripple_hovered_alpha
+dimen mtrl_high_ripple_pressed_alpha
+dimen mtrl_large_touch_target
+dimen mtrl_low_ripple_default_alpha
+dimen mtrl_low_ripple_focused_alpha
+dimen mtrl_low_ripple_hovered_alpha
+dimen mtrl_low_ripple_pressed_alpha
+dimen mtrl_min_touch_target_size
+dimen mtrl_navigation_elevation
+dimen mtrl_navigation_item_horizontal_padding
+dimen mtrl_navigation_item_icon_padding
+dimen mtrl_navigation_item_icon_size
+dimen mtrl_navigation_item_shape_horizontal_margin
+dimen mtrl_navigation_item_shape_vertical_margin
+dimen mtrl_shape_corner_size_large_component
+dimen mtrl_shape_corner_size_medium_component
+dimen mtrl_shape_corner_size_small_component
+dimen mtrl_snackbar_action_text_color_alpha
+dimen mtrl_snackbar_background_corner_radius
+dimen mtrl_snackbar_background_overlay_color_alpha
+dimen mtrl_snackbar_margin
+dimen mtrl_switch_thumb_elevation
+dimen mtrl_textinput_box_corner_radius_medium
+dimen mtrl_textinput_box_corner_radius_small
+dimen mtrl_textinput_box_label_cutout_padding
+dimen mtrl_textinput_box_stroke_width_default
+dimen mtrl_textinput_box_stroke_width_focused
+dimen mtrl_textinput_end_icon_margin_start
+dimen mtrl_textinput_outline_box_expanded_padding
+dimen mtrl_textinput_start_icon_margin_end
+dimen mtrl_toolbar_default_height
+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 skin_dialog_list_padding_bottom_no_buttons
+dimen skin_dialog_list_padding_top_no_title
+dimen skin_dialog_padding_top
+dimen skin_dialog_title_divider
+dimen skin_select_dialog_padding_start
+dimen subtitle_corner_radius
+dimen subtitle_outline_width
+dimen subtitle_shadow_offset
+dimen subtitle_shadow_radius
+dimen test_mtrl_calendar_day_cornerSize
+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_material_anim
+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_material_anim
+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 avd_hide_password
+drawable avd_show_password
+drawable btn_checkbox_checked_mtrl
+drawable btn_checkbox_checked_to_unchecked_mtrl_animation
+drawable btn_checkbox_unchecked_mtrl
+drawable btn_checkbox_unchecked_to_checked_mtrl_animation
+drawable btn_radio_off_mtrl
+drawable btn_radio_off_to_on_mtrl_animation
+drawable btn_radio_on_mtrl
+drawable btn_radio_on_to_off_mtrl_animation
+drawable design_bottom_navigation_item_background
+drawable design_fab_background
+drawable design_ic_visibility
+drawable design_ic_visibility_off
+drawable design_password_eye
+drawable design_snackbar_background
+drawable ic_calendar_black_24dp
+drawable ic_clear_black_24dp
+drawable ic_edit_black_24dp
+drawable ic_keyboard_arrow_left_black_24dp
+drawable ic_keyboard_arrow_right_black_24dp
+drawable ic_menu_arrow_down_black_24dp
+drawable ic_menu_arrow_up_black_24dp
+drawable ic_mtrl_checked_circle
+drawable ic_mtrl_chip_checked_black
+drawable ic_mtrl_chip_checked_circle
+drawable ic_mtrl_chip_close_circle
+drawable mtrl_dialog_background
+drawable mtrl_dropdown_arrow
+drawable mtrl_ic_arrow_drop_down
+drawable mtrl_ic_arrow_drop_up
+drawable mtrl_ic_cancel
+drawable mtrl_ic_error
+drawable mtrl_popupmenu_background
+drawable mtrl_popupmenu_background_dark
+drawable mtrl_tabs_default_indicator
+drawable navigation_empty_icon
+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 skin_btn_check
+drawable skin_btn_check_box
+drawable skin_btn_check_box_outline_blank
+drawable skin_btn_radio
+drawable skin_btn_radio_checked
+drawable skin_btn_radio_unchecked
+drawable test_custom_background
+drawable tooltip_frame_dark
+drawable tooltip_frame_light
+id BOTTOM_END
+id BOTTOM_START
+id TOP_END
+id TOP_START
+id accessibility_action_clickable_span
+id accessibility_custom_action_0
+id accessibility_custom_action_1
+id accessibility_custom_action_10
+id accessibility_custom_action_11
+id accessibility_custom_action_12
+id accessibility_custom_action_13
+id accessibility_custom_action_14
+id accessibility_custom_action_15
+id accessibility_custom_action_16
+id accessibility_custom_action_17
+id accessibility_custom_action_18
+id accessibility_custom_action_19
+id accessibility_custom_action_2
+id accessibility_custom_action_20
+id accessibility_custom_action_21
+id accessibility_custom_action_22
+id accessibility_custom_action_23
+id accessibility_custom_action_24
+id accessibility_custom_action_25
+id accessibility_custom_action_26
+id accessibility_custom_action_27
+id accessibility_custom_action_28
+id accessibility_custom_action_29
+id accessibility_custom_action_3
+id accessibility_custom_action_30
+id accessibility_custom_action_31
+id accessibility_custom_action_4
+id accessibility_custom_action_5
+id accessibility_custom_action_6
+id accessibility_custom_action_7
+id accessibility_custom_action_8
+id accessibility_custom_action_9
+id action0
+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 auto
+id blocking
+id bottom
+id buttonPanel
+id cancel_action
+id cancel_button
+id center
+id checkbox
+id checked
+id chip
+id chip_group
+id chronometer
+id clear_text
+id confirm_button
+id container
+id content
+id contentPanel
+id coordinator
+id custom
+id customPanel
+id cut
+id date_picker_actions
+id decor_content_parent
+id default_activity_button
+id design_bottom_sheet
+id design_menu_item_action_area
+id design_menu_item_action_area_stub
+id design_menu_item_text
+id design_navigation_view
+id dialog_button
+id dropdown_menu
+id edit_query
+id end
+id end_padder
+id expand_activities_button
+id expanded_menu
+id fade
+id fill
+id filled
+id filter_chip
+id fixed
+id forever
+id ghost_view
+id ghost_view_holder
+id group_divider
+id home
+id icon
+id icon_group
+id image
+id info
+id italic
+id item_touch_helper_previous_elevation
+id labeled
+id largeLabel
+id left
+id line1
+id line3
+id listMode
+id list_item
+id masked
+id media_actions
+id message
+id mini
+id month_grid
+id month_navigation_bar
+id month_navigation_fragment_toggle
+id month_navigation_next
+id month_navigation_previous
+id month_title
+id mtrl_calendar_day_selector_frame
+id mtrl_calendar_days_of_week
+id mtrl_calendar_frame
+id mtrl_calendar_main_pane
+id mtrl_calendar_months
+id mtrl_calendar_selection_frame
+id mtrl_calendar_text_input_frame
+id mtrl_calendar_year_selector_frame
+id mtrl_card_checked_layer_id
+id mtrl_child_content_container
+id mtrl_internal_children_alpha_tag
+id mtrl_picker_fullscreen
+id mtrl_picker_header
+id mtrl_picker_header_selection_text
+id mtrl_picker_header_title_and_selection
+id mtrl_picker_header_toggle
+id mtrl_picker_text_input_date
+id mtrl_picker_text_input_range_end
+id mtrl_picker_text_input_range_start
+id mtrl_picker_title_text
+id multiply
+id navigation_header_container
+id none
+id normal
+id notification_background
+id notification_main_column
+id notification_main_column_container
+id off
+id on
+id outline
+id parallax
+id parentPanel
+id parent_matrix
+id password_toggle
+id pin
+id progress_circular
+id progress_horizontal
+id radio
+id right
+id right_icon
+id right_side
+id rounded
+id save_non_transition_alpha
+id save_overlay_view
+id scale
+id screen
+id scrollIndicatorDown
+id scrollIndicatorUp
+id scrollView
+id scrollable
+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 selected
+id shortcut
+id slide
+id smallLabel
+id snackbar_action
+id snackbar_text
+id spacer
+id split_action_bar
+id src_atop
+id src_in
+id src_over
+id start
+id status_bar_latest_event_content
+id stretch
+id submenuarrow
+id submit_area
+id tabMode
+id tag_accessibility_actions
+id tag_accessibility_clickable_spans
+id tag_accessibility_heading
+id tag_accessibility_pane_title
+id tag_screen_reader_focusable
+id tag_transition_group
+id tag_unhandled_key_event_manager
+id tag_unhandled_key_listeners
+id test_checkbox_android_button_tint
+id test_checkbox_app_button_tint
+id text
+id text2
+id textSpacerNoButtons
+id textSpacerNoTitle
+id text_input_end_icon
+id text_input_start_icon
+id textinput_counter
+id textinput_error
+id textinput_helper_text
+id time
+id title
+id titleDividerNoCustom
+id title_template
+id top
+id topPanel
+id touch_outside
+id transition_current_scene
+id transition_layout_save
+id transition_position
+id transition_scene_layoutid_cache
+id transition_transform
+id unchecked
+id uniform
+id unlabeled
+id up
+id view_offset_helper
+id visible
+id wrap_content
+integer abc_config_activityDefaultDur
+integer abc_config_activityShortDur
+integer app_bar_elevation_anim_duration
+integer bottom_sheet_slide_duration
+integer cancel_button_image_alpha
+integer config_tooltipAnimTime
+integer design_snackbar_text_max_lines
+integer design_tab_indicator_anim_duration_ms
+integer hide_password_duration
+integer mtrl_badge_max_character_count
+integer mtrl_btn_anim_delay_ms
+integer mtrl_btn_anim_duration_ms
+integer mtrl_calendar_header_orientation
+integer mtrl_calendar_selection_text_lines
+integer mtrl_calendar_year_selector_span
+integer mtrl_card_anim_delay_ms
+integer mtrl_card_anim_duration_ms
+integer mtrl_chip_anim_duration
+integer mtrl_tab_indicator_anim_duration_ms
+integer show_password_duration
+integer status_bar_notification_info_maxnum
+interpolator btn_checkbox_checked_mtrl_animation_interpolator_0
+interpolator btn_checkbox_checked_mtrl_animation_interpolator_1
+interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_0
+interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_1
+interpolator btn_radio_to_off_mtrl_animation_interpolator_0
+interpolator btn_radio_to_on_mtrl_animation_interpolator_0
+interpolator fast_out_slow_in
+interpolator mtrl_fast_out_linear_in
+interpolator mtrl_fast_out_slow_in
+interpolator mtrl_linear
+interpolator mtrl_linear_out_slow_in
+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 custom_dialog
+layout design_bottom_navigation_item
+layout design_bottom_sheet_dialog
+layout design_layout_snackbar
+layout design_layout_snackbar_include
+layout design_layout_tab_icon
+layout design_layout_tab_text
+layout design_menu_item_action_area
+layout design_navigation_item
+layout design_navigation_item_header
+layout design_navigation_item_separator
+layout design_navigation_item_subheader
+layout design_navigation_menu
+layout design_navigation_menu_item
+layout design_text_input_end_icon
+layout design_text_input_start_icon
+layout mtrl_alert_dialog
+layout mtrl_alert_dialog_actions
+layout mtrl_alert_dialog_title
+layout mtrl_alert_select_dialog_item
+layout mtrl_alert_select_dialog_multichoice
+layout mtrl_alert_select_dialog_singlechoice
+layout mtrl_calendar_day
+layout mtrl_calendar_day_of_week
+layout mtrl_calendar_days_of_week
+layout mtrl_calendar_horizontal
+layout mtrl_calendar_month
+layout mtrl_calendar_month_labeled
+layout mtrl_calendar_month_navigation
+layout mtrl_calendar_months
+layout mtrl_calendar_vertical
+layout mtrl_calendar_year
+layout mtrl_layout_snackbar
+layout mtrl_layout_snackbar_include
+layout mtrl_picker_actions
+layout mtrl_picker_dialog
+layout mtrl_picker_fullscreen
+layout mtrl_picker_header_dialog
+layout mtrl_picker_header_fullscreen
+layout mtrl_picker_header_selection_text
+layout mtrl_picker_header_title_text
+layout mtrl_picker_header_toggle
+layout mtrl_picker_text_input_date
+layout mtrl_picker_text_input_date_range
+layout notification_action
+layout notification_action_tombstone
+layout notification_media_action
+layout notification_media_cancel_action
+layout notification_template_big_media
+layout notification_template_big_media_custom
+layout notification_template_big_media_narrow
+layout notification_template_big_media_narrow_custom
+layout notification_template_custom_big
+layout notification_template_icon_group
+layout notification_template_lines_media
+layout notification_template_media
+layout notification_template_media_custom
+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 skin_alert_dialog
+layout skin_alert_dialog_button_bar
+layout skin_alert_dialog_title
+layout skin_select_dialog
+layout skin_select_dialog_item
+layout skin_select_dialog_multichoice
+layout skin_select_dialog_singlechoice
+layout support_simple_spinner_dropdown_item
+layout test_action_chip
+layout test_design_checkbox
+layout test_reflow_chipgroup
+layout test_toolbar
+layout test_toolbar_custom_background
+layout test_toolbar_elevation
+layout test_toolbar_surface
+layout text_view_with_line_height_from_appearance
+layout text_view_with_line_height_from_layout
+layout text_view_with_line_height_from_style
+layout text_view_with_theme_line_height
+layout text_view_without_line_height
+plurals mtrl_badge_content_description
+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_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 appbar_scrolling_view_behavior
+string bottom_sheet_behavior
+string character_counter_content_description
+string character_counter_overflowed_content_description
+string character_counter_pattern
+string chip_text
+string clear_text_end_icon_content_description
+string error_icon_content_description
+string exposed_dropdown_menu_content_description
+string fab_transformation_scrim_behavior
+string fab_transformation_sheet_behavior
+string hide_bottom_view_on_scroll_behavior
+string icon_content_description
+string mtrl_badge_numberless_content_description
+string mtrl_chip_close_icon_content_description
+string mtrl_exceed_max_badge_number_suffix
+string mtrl_picker_a11y_next_month
+string mtrl_picker_a11y_prev_month
+string mtrl_picker_announce_current_selection
+string mtrl_picker_cancel
+string mtrl_picker_confirm
+string mtrl_picker_date_header_selected
+string mtrl_picker_date_header_title
+string mtrl_picker_date_header_unselected
+string mtrl_picker_day_of_week_column_header
+string mtrl_picker_invalid_format
+string mtrl_picker_invalid_format_example
+string mtrl_picker_invalid_format_use
+string mtrl_picker_invalid_range
+string mtrl_picker_navigate_to_year_description
+string mtrl_picker_out_of_range
+string mtrl_picker_range_header_only_end_selected
+string mtrl_picker_range_header_only_start_selected
+string mtrl_picker_range_header_selected
+string mtrl_picker_range_header_title
+string mtrl_picker_range_header_unselected
+string mtrl_picker_save
+string mtrl_picker_text_input_date_hint
+string mtrl_picker_text_input_date_range_end_hint
+string mtrl_picker_text_input_date_range_start_hint
+string mtrl_picker_text_input_day_abbr
+string mtrl_picker_text_input_month_abbr
+string mtrl_picker_text_input_year_abbr
+string mtrl_picker_toggle_to_calendar_input_mode
+string mtrl_picker_toggle_to_day_selection
+string mtrl_picker_toggle_to_text_input_mode
+string mtrl_picker_toggle_to_year_selection
+string password_toggle_content_description
+string path_password_eye
+string path_password_eye_mask_strike_through
+string path_password_eye_mask_visible
+string path_password_strike_through
+string search_menu_title
+string status_bar_notification_info_overflow
+style AlertDialog_AppCompat
+style AlertDialog_AppCompat_Light
+style AlertDialog_SkinCompat
+style Animation_AppCompat_Dialog
+style Animation_AppCompat_DropDownUp
+style Animation_AppCompat_Tooltip
+style Animation_Design_BottomSheetDialog
+style Animation_MaterialComponents_BottomSheetDialog
+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_CardView
+style Base_DialogWindowTitleBackground_AppCompat
+style Base_DialogWindowTitle_AppCompat
+style Base_MaterialAlertDialog_MaterialComponents_Title_Icon
+style Base_MaterialAlertDialog_MaterialComponents_Title_Panel
+style Base_MaterialAlertDialog_MaterialComponents_Title_Text
+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_MaterialComponents_Badge
+style Base_TextAppearance_MaterialComponents_Button
+style Base_TextAppearance_MaterialComponents_Headline6
+style Base_TextAppearance_MaterialComponents_Subtitle2
+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_ThemeOverlay_MaterialComponents_Dialog
+style Base_ThemeOverlay_MaterialComponents_Dialog_Alert
+style Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog
+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_Theme_MaterialComponents
+style Base_Theme_MaterialComponents_Bridge
+style Base_Theme_MaterialComponents_CompactMenu
+style Base_Theme_MaterialComponents_Dialog
+style Base_Theme_MaterialComponents_DialogWhenLarge
+style Base_Theme_MaterialComponents_Dialog_Alert
+style Base_Theme_MaterialComponents_Dialog_Bridge
+style Base_Theme_MaterialComponents_Dialog_FixedSize
+style Base_Theme_MaterialComponents_Dialog_MinWidth
+style Base_Theme_MaterialComponents_Light
+style Base_Theme_MaterialComponents_Light_Bridge
+style Base_Theme_MaterialComponents_Light_DarkActionBar
+style Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge
+style Base_Theme_MaterialComponents_Light_Dialog
+style Base_Theme_MaterialComponents_Light_DialogWhenLarge
+style Base_Theme_MaterialComponents_Light_Dialog_Alert
+style Base_Theme_MaterialComponents_Light_Dialog_Bridge
+style Base_Theme_MaterialComponents_Light_Dialog_FixedSize
+style Base_Theme_MaterialComponents_Light_Dialog_MinWidth
+style Base_V14_ThemeOverlay_MaterialComponents_Dialog
+style Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert
+style Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog
+style Base_V14_Theme_MaterialComponents
+style Base_V14_Theme_MaterialComponents_Bridge
+style Base_V14_Theme_MaterialComponents_Dialog
+style Base_V14_Theme_MaterialComponents_Dialog_Bridge
+style Base_V14_Theme_MaterialComponents_Light
+style Base_V14_Theme_MaterialComponents_Light_Bridge
+style Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge
+style Base_V14_Theme_MaterialComponents_Light_Dialog
+style Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge
+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
+style Base_Widget_AppCompat_TextView_SpinnerItem
+style Base_Widget_AppCompat_Toolbar
+style Base_Widget_AppCompat_Toolbar_Button_Navigation
+style Base_Widget_Design_TabLayout
+style Base_Widget_MaterialComponents_AutoCompleteTextView
+style Base_Widget_MaterialComponents_CheckedTextView
+style Base_Widget_MaterialComponents_Chip
+style Base_Widget_MaterialComponents_PopupMenu
+style Base_Widget_MaterialComponents_PopupMenu_ContextMenu
+style Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow
+style Base_Widget_MaterialComponents_PopupMenu_Overflow
+style Base_Widget_MaterialComponents_TextInputEditText
+style Base_Widget_MaterialComponents_TextInputLayout
+style Base_Widget_MaterialComponents_TextView
+style CardView
+style CardView_Dark
+style CardView_Light
+style EmptyTheme
+style MaterialAlertDialog_MaterialComponents
+style MaterialAlertDialog_MaterialComponents_Body_Text
+style MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar
+style MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner
+style MaterialAlertDialog_MaterialComponents_Title_Icon
+style MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked
+style MaterialAlertDialog_MaterialComponents_Title_Panel
+style MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked
+style MaterialAlertDialog_MaterialComponents_Title_Text
+style MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked
+style Platform_AppCompat
+style Platform_AppCompat_Light
+style Platform_MaterialComponents
+style Platform_MaterialComponents_Dialog
+style Platform_MaterialComponents_Light
+style Platform_MaterialComponents_Light_Dialog
+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 ShapeAppearanceOverlay
+style ShapeAppearanceOverlay_BottomLeftDifferentCornerSize
+style ShapeAppearanceOverlay_BottomRightCut
+style ShapeAppearanceOverlay_Cut
+style ShapeAppearanceOverlay_DifferentCornerSize
+style ShapeAppearanceOverlay_MaterialComponents_BottomSheet
+style ShapeAppearanceOverlay_MaterialComponents_Chip
+style ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton
+style ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton
+style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day
+style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen
+style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year
+style ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox
+style ShapeAppearanceOverlay_TopLeftCut
+style ShapeAppearanceOverlay_TopRightDifferentCornerSize
+style ShapeAppearance_MaterialComponents
+style ShapeAppearance_MaterialComponents_LargeComponent
+style ShapeAppearance_MaterialComponents_MediumComponent
+style ShapeAppearance_MaterialComponents_SmallComponent
+style ShapeAppearance_MaterialComponents_Test
+style TestStyleWithLineHeight
+style TestStyleWithLineHeightAppearance
+style TestStyleWithThemeLineHeightAttribute
+style TestStyleWithoutLineHeight
+style TestThemeWithLineHeight
+style TestThemeWithLineHeightDisabled
+style Test_ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day
+style Test_Theme_MaterialComponents_MaterialCalendar
+style Test_Widget_MaterialComponents_MaterialCalendar
+style Test_Widget_MaterialComponents_MaterialCalendar_Day
+style Test_Widget_MaterialComponents_MaterialCalendar_Day_Selected
+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_Info_Media
+style TextAppearance_Compat_Notification_Line2
+style TextAppearance_Compat_Notification_Line2_Media
+style TextAppearance_Compat_Notification_Media
+style TextAppearance_Compat_Notification_Time
+style TextAppearance_Compat_Notification_Time_Media
+style TextAppearance_Compat_Notification_Title
+style TextAppearance_Compat_Notification_Title_Media
+style TextAppearance_Design_CollapsingToolbar_Expanded
+style TextAppearance_Design_Counter
+style TextAppearance_Design_Counter_Overflow
+style TextAppearance_Design_Error
+style TextAppearance_Design_HelperText
+style TextAppearance_Design_Hint
+style TextAppearance_Design_Snackbar_Message
+style TextAppearance_Design_Tab
+style TextAppearance_MaterialComponents_Badge
+style TextAppearance_MaterialComponents_Body1
+style TextAppearance_MaterialComponents_Body2
+style TextAppearance_MaterialComponents_Button
+style TextAppearance_MaterialComponents_Caption
+style TextAppearance_MaterialComponents_Chip
+style TextAppearance_MaterialComponents_Headline1
+style TextAppearance_MaterialComponents_Headline2
+style TextAppearance_MaterialComponents_Headline3
+style TextAppearance_MaterialComponents_Headline4
+style TextAppearance_MaterialComponents_Headline5
+style TextAppearance_MaterialComponents_Headline6
+style TextAppearance_MaterialComponents_Overline
+style TextAppearance_MaterialComponents_Subtitle1
+style TextAppearance_MaterialComponents_Subtitle2
+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_DayNight
+style ThemeOverlay_AppCompat_DayNight_ActionBar
+style ThemeOverlay_AppCompat_Dialog
+style ThemeOverlay_AppCompat_Dialog_Alert
+style ThemeOverlay_AppCompat_Light
+style ThemeOverlay_Design_TextInputEditText
+style ThemeOverlay_MaterialComponents
+style ThemeOverlay_MaterialComponents_ActionBar
+style ThemeOverlay_MaterialComponents_ActionBar_Primary
+style ThemeOverlay_MaterialComponents_ActionBar_Surface
+style ThemeOverlay_MaterialComponents_AutoCompleteTextView
+style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox
+style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense
+style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox
+style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense
+style ThemeOverlay_MaterialComponents_BottomAppBar_Primary
+style ThemeOverlay_MaterialComponents_BottomAppBar_Surface
+style ThemeOverlay_MaterialComponents_BottomSheetDialog
+style ThemeOverlay_MaterialComponents_Dark
+style ThemeOverlay_MaterialComponents_Dark_ActionBar
+style ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog
+style ThemeOverlay_MaterialComponents_Dialog
+style ThemeOverlay_MaterialComponents_Dialog_Alert
+style ThemeOverlay_MaterialComponents_Light
+style ThemeOverlay_MaterialComponents_Light_BottomSheetDialog
+style ThemeOverlay_MaterialComponents_MaterialAlertDialog
+style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered
+style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date
+style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar
+style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text
+style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day
+style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner
+style ThemeOverlay_MaterialComponents_MaterialCalendar
+style ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen
+style ThemeOverlay_MaterialComponents_TextInputEditText
+style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox
+style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense
+style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox
+style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense
+style ThemeOverlay_MaterialComponents_Toolbar_Primary
+style ThemeOverlay_MaterialComponents_Toolbar_Surface
+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 Theme_Design
+style Theme_Design_BottomSheetDialog
+style Theme_Design_Light
+style Theme_Design_Light_BottomSheetDialog
+style Theme_Design_Light_NoActionBar
+style Theme_Design_NoActionBar
+style Theme_MaterialComponents
+style Theme_MaterialComponents_BottomSheetDialog
+style Theme_MaterialComponents_Bridge
+style Theme_MaterialComponents_CompactMenu
+style Theme_MaterialComponents_DayNight
+style Theme_MaterialComponents_DayNight_BottomSheetDialog
+style Theme_MaterialComponents_DayNight_Bridge
+style Theme_MaterialComponents_DayNight_DarkActionBar
+style Theme_MaterialComponents_DayNight_DarkActionBar_Bridge
+style Theme_MaterialComponents_DayNight_Dialog
+style Theme_MaterialComponents_DayNight_DialogWhenLarge
+style Theme_MaterialComponents_DayNight_Dialog_Alert
+style Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge
+style Theme_MaterialComponents_DayNight_Dialog_Bridge
+style Theme_MaterialComponents_DayNight_Dialog_FixedSize
+style Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge
+style Theme_MaterialComponents_DayNight_Dialog_MinWidth
+style Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge
+style Theme_MaterialComponents_DayNight_NoActionBar
+style Theme_MaterialComponents_DayNight_NoActionBar_Bridge
+style Theme_MaterialComponents_Dialog
+style Theme_MaterialComponents_DialogWhenLarge
+style Theme_MaterialComponents_Dialog_Alert
+style Theme_MaterialComponents_Dialog_Alert_Bridge
+style Theme_MaterialComponents_Dialog_Bridge
+style Theme_MaterialComponents_Dialog_FixedSize
+style Theme_MaterialComponents_Dialog_FixedSize_Bridge
+style Theme_MaterialComponents_Dialog_MinWidth
+style Theme_MaterialComponents_Dialog_MinWidth_Bridge
+style Theme_MaterialComponents_Light
+style Theme_MaterialComponents_Light_BarSize
+style Theme_MaterialComponents_Light_BottomSheetDialog
+style Theme_MaterialComponents_Light_Bridge
+style Theme_MaterialComponents_Light_DarkActionBar
+style Theme_MaterialComponents_Light_DarkActionBar_Bridge
+style Theme_MaterialComponents_Light_Dialog
+style Theme_MaterialComponents_Light_DialogWhenLarge
+style Theme_MaterialComponents_Light_Dialog_Alert
+style Theme_MaterialComponents_Light_Dialog_Alert_Bridge
+style Theme_MaterialComponents_Light_Dialog_Bridge
+style Theme_MaterialComponents_Light_Dialog_FixedSize
+style Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge
+style Theme_MaterialComponents_Light_Dialog_MinWidth
+style Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge
+style Theme_MaterialComponents_Light_LargeTouch
+style Theme_MaterialComponents_Light_NoActionBar
+style Theme_MaterialComponents_Light_NoActionBar_Bridge
+style Theme_MaterialComponents_NoActionBar
+style Theme_MaterialComponents_NoActionBar_Bridge
+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
+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_Design_AppBarLayout
+style Widget_Design_BottomNavigationView
+style Widget_Design_BottomSheet_Modal
+style Widget_Design_CollapsingToolbar
+style Widget_Design_FloatingActionButton
+style Widget_Design_NavigationView
+style Widget_Design_ScrimInsetsFrameLayout
+style Widget_Design_Snackbar
+style Widget_Design_TabLayout
+style Widget_Design_TextInputLayout
+style Widget_MaterialComponents_ActionBar_Primary
+style Widget_MaterialComponents_ActionBar_PrimarySurface
+style Widget_MaterialComponents_ActionBar_Solid
+style Widget_MaterialComponents_ActionBar_Surface
+style Widget_MaterialComponents_AppBarLayout_Primary
+style Widget_MaterialComponents_AppBarLayout_PrimarySurface
+style Widget_MaterialComponents_AppBarLayout_Surface
+style Widget_MaterialComponents_AutoCompleteTextView_FilledBox
+style Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense
+style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox
+style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense
+style Widget_MaterialComponents_Badge
+style Widget_MaterialComponents_BottomAppBar
+style Widget_MaterialComponents_BottomAppBar_Colored
+style Widget_MaterialComponents_BottomAppBar_PrimarySurface
+style Widget_MaterialComponents_BottomNavigationView
+style Widget_MaterialComponents_BottomNavigationView_Colored
+style Widget_MaterialComponents_BottomNavigationView_PrimarySurface
+style Widget_MaterialComponents_BottomSheet
+style Widget_MaterialComponents_BottomSheet_Modal
+style Widget_MaterialComponents_Button
+style Widget_MaterialComponents_Button_Icon
+style Widget_MaterialComponents_Button_OutlinedButton
+style Widget_MaterialComponents_Button_OutlinedButton_Icon
+style Widget_MaterialComponents_Button_TextButton
+style Widget_MaterialComponents_Button_TextButton_Dialog
+style Widget_MaterialComponents_Button_TextButton_Dialog_Flush
+style Widget_MaterialComponents_Button_TextButton_Dialog_Icon
+style Widget_MaterialComponents_Button_TextButton_Icon
+style Widget_MaterialComponents_Button_TextButton_Snackbar
+style Widget_MaterialComponents_Button_UnelevatedButton
+style Widget_MaterialComponents_Button_UnelevatedButton_Icon
+style Widget_MaterialComponents_CardView
+style Widget_MaterialComponents_CheckedTextView
+style Widget_MaterialComponents_ChipGroup
+style Widget_MaterialComponents_Chip_Action
+style Widget_MaterialComponents_Chip_Choice
+style Widget_MaterialComponents_Chip_Entry
+style Widget_MaterialComponents_Chip_Filter
+style Widget_MaterialComponents_CompoundButton_CheckBox
+style Widget_MaterialComponents_CompoundButton_RadioButton
+style Widget_MaterialComponents_CompoundButton_Switch
+style Widget_MaterialComponents_ExtendedFloatingActionButton
+style Widget_MaterialComponents_ExtendedFloatingActionButton_Icon
+style Widget_MaterialComponents_FloatingActionButton
+style Widget_MaterialComponents_Light_ActionBar_Solid
+style Widget_MaterialComponents_MaterialButtonToggleGroup
+style Widget_MaterialComponents_MaterialCalendar
+style Widget_MaterialComponents_MaterialCalendar_Day
+style Widget_MaterialComponents_MaterialCalendar_DayTextView
+style Widget_MaterialComponents_MaterialCalendar_Day_Invalid
+style Widget_MaterialComponents_MaterialCalendar_Day_Selected
+style Widget_MaterialComponents_MaterialCalendar_Day_Today
+style Widget_MaterialComponents_MaterialCalendar_Fullscreen
+style Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton
+style Widget_MaterialComponents_MaterialCalendar_HeaderDivider
+style Widget_MaterialComponents_MaterialCalendar_HeaderLayout
+style Widget_MaterialComponents_MaterialCalendar_HeaderSelection
+style Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen
+style Widget_MaterialComponents_MaterialCalendar_HeaderTitle
+style Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton
+style Widget_MaterialComponents_MaterialCalendar_Item
+style Widget_MaterialComponents_MaterialCalendar_Year
+style Widget_MaterialComponents_MaterialCalendar_Year_Selected
+style Widget_MaterialComponents_MaterialCalendar_Year_Today
+style Widget_MaterialComponents_NavigationView
+style Widget_MaterialComponents_PopupMenu
+style Widget_MaterialComponents_PopupMenu_ContextMenu
+style Widget_MaterialComponents_PopupMenu_ListPopupWindow
+style Widget_MaterialComponents_PopupMenu_Overflow
+style Widget_MaterialComponents_Snackbar
+style Widget_MaterialComponents_Snackbar_FullWidth
+style Widget_MaterialComponents_TabLayout
+style Widget_MaterialComponents_TabLayout_Colored
+style Widget_MaterialComponents_TabLayout_PrimarySurface
+style Widget_MaterialComponents_TextInputEditText_FilledBox
+style Widget_MaterialComponents_TextInputEditText_FilledBox_Dense
+style Widget_MaterialComponents_TextInputEditText_OutlinedBox
+style Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense
+style Widget_MaterialComponents_TextInputLayout_FilledBox
+style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense
+style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu
+style Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu
+style Widget_MaterialComponents_TextInputLayout_OutlinedBox
+style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense
+style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu
+style Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu
+style Widget_MaterialComponents_TextView
+style Widget_MaterialComponents_Toolbar
+style Widget_MaterialComponents_Toolbar_Primary
+style Widget_MaterialComponents_Toolbar_PrimarySurface
+style Widget_MaterialComponents_Toolbar_Surface
+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 AppBarLayout android_background android_keyboardNavigationCluster android_touchscreenBlocksFocus elevation expanded liftOnScroll liftOnScrollTargetViewId statusBarForeground
+styleable AppBarLayoutStates state_collapsed state_collapsible state_liftable state_lifted
+styleable AppBarLayout_Layout layout_scrollFlags layout_scrollInterpolator
+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 drawableBottomCompat drawableEndCompat drawableLeftCompat drawableRightCompat drawableStartCompat drawableTint drawableTintMode drawableTopCompat firstBaselineToTopHeight fontFamily fontVariationSettings lastBaselineToBottomHeight lineHeight textAllCaps textLocale
+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 listChoiceIndicatorMultipleAnimated listChoiceIndicatorSingleAnimated listDividerAlertDialog listMenuViewStyle listPopupWindowStyle listPreferredItemHeight listPreferredItemHeightLarge listPreferredItemHeightSmall listPreferredItemPaddingEnd listPreferredItemPaddingLeft listPreferredItemPaddingRight listPreferredItemPaddingStart 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 Badge backgroundColor badgeGravity badgeTextColor maxCharacterCount number
+styleable BottomAppBar backgroundTint elevation fabAlignmentMode fabAnimationMode fabCradleMargin fabCradleRoundedCornerRadius fabCradleVerticalOffset hideOnScroll
+styleable BottomNavigationView backgroundTint elevation itemBackground itemHorizontalTranslationEnabled itemIconSize itemIconTint itemRippleColor itemTextAppearanceActive itemTextAppearanceInactive itemTextColor labelVisibilityMode menu
+styleable BottomSheetBehavior_Layout android_elevation backgroundTint behavior_expandedOffset behavior_fitToContents behavior_halfExpandedRatio behavior_hideable behavior_peekHeight behavior_saveFlags behavior_skipCollapsed shapeAppearance shapeAppearanceOverlay
+styleable ButtonBarLayout allowStacking
+styleable CardView android_minHeight android_minWidth cardBackgroundColor cardCornerRadius cardElevation cardMaxElevation cardPreventCornerOverlap cardUseCompatPadding contentPadding contentPaddingBottom contentPaddingLeft contentPaddingRight contentPaddingTop
+styleable Chip android_checkable android_ellipsize android_maxWidth android_text android_textAppearance android_textColor checkedIcon checkedIconEnabled checkedIconVisible chipBackgroundColor chipCornerRadius chipEndPadding chipIcon chipIconEnabled chipIconSize chipIconTint chipIconVisible chipMinHeight chipMinTouchTargetSize chipStartPadding chipStrokeColor chipStrokeWidth chipSurfaceColor closeIcon closeIconEnabled closeIconEndPadding closeIconSize closeIconStartPadding closeIconTint closeIconVisible ensureMinTouchTargetSize hideMotionSpec iconEndPadding iconStartPadding rippleColor shapeAppearance shapeAppearanceOverlay showMotionSpec textEndPadding textStartPadding
+styleable ChipGroup checkedChip chipSpacing chipSpacingHorizontal chipSpacingVertical singleLine singleSelection
+styleable CollapsingToolbarLayout collapsedTitleGravity collapsedTitleTextAppearance contentScrim expandedTitleGravity expandedTitleMargin expandedTitleMarginBottom expandedTitleMarginEnd expandedTitleMarginStart expandedTitleMarginTop expandedTitleTextAppearance scrimAnimationDuration scrimVisibleHeightTrigger statusBarScrim title titleEnabled toolbarId
+styleable CollapsingToolbarLayout_Layout layout_collapseMode layout_collapseParallaxMultiplier
+styleable ColorStateListItem alpha android_alpha android_color
+styleable CompoundButton android_button buttonCompat 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 ExtendedFloatingActionButton elevation extendMotionSpec hideMotionSpec showMotionSpec shrinkMotionSpec
+styleable ExtendedFloatingActionButton_Behavior_Layout behavior_autoHide behavior_autoShrink
+styleable FloatingActionButton backgroundTint backgroundTintMode borderWidth elevation ensureMinTouchTargetSize fabCustomSize fabSize hideMotionSpec hoveredFocusedTranslationZ maxImageSize pressedTranslationZ rippleColor shapeAppearance shapeAppearanceOverlay showMotionSpec useCompatPadding
+styleable FloatingActionButton_Behavior_Layout behavior_autoHide
+styleable FlowLayout itemSpacing lineSpacing
+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 ForegroundLinearLayout android_foreground android_foregroundGravity foregroundInsidePadding
+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 MaterialAlertDialog backgroundInsetBottom backgroundInsetEnd backgroundInsetStart backgroundInsetTop
+styleable MaterialAlertDialogTheme materialAlertDialogBodyTextStyle materialAlertDialogTheme materialAlertDialogTitleIconStyle materialAlertDialogTitlePanelStyle materialAlertDialogTitleTextStyle
+styleable MaterialButton android_checkable android_insetBottom android_insetLeft android_insetRight android_insetTop backgroundTint backgroundTintMode cornerRadius elevation icon iconGravity iconPadding iconSize iconTint iconTintMode rippleColor shapeAppearance shapeAppearanceOverlay strokeColor strokeWidth
+styleable MaterialButtonToggleGroup checkedButton singleSelection
+styleable MaterialCalendar android_windowFullscreen dayInvalidStyle daySelectedStyle dayStyle dayTodayStyle rangeFillColor yearSelectedStyle yearStyle yearTodayStyle
+styleable MaterialCalendarItem android_insetBottom android_insetLeft android_insetRight android_insetTop itemFillColor itemShapeAppearance itemShapeAppearanceOverlay itemStrokeColor itemStrokeWidth itemTextColor
+styleable MaterialCardView android_checkable cardForegroundColor checkedIcon checkedIconTint rippleColor shapeAppearance shapeAppearanceOverlay state_dragged strokeColor strokeWidth
+styleable MaterialCheckBox buttonTint useMaterialThemeColors
+styleable MaterialRadioButton useMaterialThemeColors
+styleable MaterialShape shapeAppearance shapeAppearanceOverlay
+styleable MaterialTextAppearance android_lineHeight lineHeight
+styleable MaterialTextView android_lineHeight android_textAppearance lineHeight
+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 MogoSkinBackgroundHelper android_background
+styleable MogoSkinCompatImageView android_src android_tint srcCompat tint
+styleable MogoSkinCompatTextHelper android_drawableBottom android_drawableEnd android_drawableLeft android_drawableRight android_drawableStart android_drawableTop android_textAppearance
+styleable MogoSkinTextAppearance android_shadowColor android_shadowDx android_shadowDy android_shadowRadius android_textColor android_textColorHint android_textSize android_textStyle android_typeface textAllCaps
+styleable NavigationView android_background android_fitsSystemWindows android_maxWidth elevation headerLayout itemBackground itemHorizontalPadding itemIconPadding itemIconSize itemIconTint itemMaxLines itemShapeAppearance itemShapeAppearanceOverlay itemShapeFillColor itemShapeInsetBottom itemShapeInsetEnd itemShapeInsetStart itemShapeInsetTop itemTextAppearance itemTextColor menu
+styleable PopupWindow android_popupAnimationStyle android_popupBackground overlapAnchor
+styleable PopupWindowBackgroundState state_above_anchor
+styleable RecycleListView paddingBottomNoButtons paddingTopNoTitle
+styleable RecyclerView android_clipToPadding android_descendantFocusability android_orientation fastScrollEnabled fastScrollHorizontalThumbDrawable fastScrollHorizontalTrackDrawable fastScrollVerticalThumbDrawable fastScrollVerticalTrackDrawable layoutManager reverseLayout spanCount stackFromEnd
+styleable ScrimInsetsFrameLayout insetForeground
+styleable ScrollingViewBehavior_Layout behavior_overlapTop
+styleable SearchView android_focusable android_imeOptions android_inputType android_maxWidth closeIcon commitIcon defaultQueryHint goIcon iconifiedByDefault layout queryBackground queryHint searchHintIcon searchIcon submitBackground suggestionRowLayout voiceIcon
+styleable ShapeAppearance cornerFamily cornerFamilyBottomLeft cornerFamilyBottomRight cornerFamilyTopLeft cornerFamilyTopRight cornerSize cornerSizeBottomLeft cornerSizeBottomRight cornerSizeTopLeft cornerSizeTopRight
+styleable SkinBackgroundHelper android_background
+styleable SkinCompatImageView android_src android_tint srcCompat tint
+styleable SkinCompatProgressBar android_indeterminateDrawable android_progressDrawable
+styleable SkinCompatTextHelper android_drawableBottom android_drawableEnd android_drawableLeft android_drawableRight android_drawableStart android_drawableTop android_textAppearance
+styleable SkinTextAppearance android_shadowColor android_shadowDx android_shadowDy android_shadowRadius android_textColor android_textColorHint android_textSize android_textStyle android_typeface textAllCaps
+styleable Snackbar snackbarButtonStyle snackbarStyle
+styleable SnackbarLayout actionTextColorAlpha android_maxWidth animationMode backgroundOverlayColorAlpha elevation maxActionInlineWidth
+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 SwitchMaterial useMaterialThemeColors
+styleable TabItem android_icon android_layout android_text
+styleable TabLayout tabBackground tabContentStart tabGravity tabIconTint tabIconTintMode tabIndicator tabIndicatorAnimationDuration tabIndicatorColor tabIndicatorFullWidth tabIndicatorGravity tabIndicatorHeight tabInlineLabel tabMaxWidth tabMinWidth tabMode tabPadding tabPaddingBottom tabPaddingEnd tabPaddingStart tabPaddingTop tabRippleColor tabSelectedTextColor tabTextAppearance tabTextColor tabUnboundedRipple
+styleable TextAppearance android_fontFamily android_shadowColor android_shadowDx android_shadowDy android_shadowRadius android_textColor android_textColorHint android_textColorLink android_textFontWeight android_textSize android_textStyle android_typeface fontFamily fontVariationSettings textAllCaps textLocale
+styleable TextInputLayout android_hint android_textColorHint boxBackgroundColor boxBackgroundMode boxCollapsedPaddingTop boxCornerRadiusBottomEnd boxCornerRadiusBottomStart boxCornerRadiusTopEnd boxCornerRadiusTopStart boxStrokeColor boxStrokeWidth boxStrokeWidthFocused counterEnabled counterMaxLength counterOverflowTextAppearance counterOverflowTextColor counterTextAppearance counterTextColor endIconCheckable endIconContentDescription endIconDrawable endIconMode endIconTint endIconTintMode errorEnabled errorIconDrawable errorIconTint errorIconTintMode errorTextAppearance errorTextColor helperText helperTextEnabled helperTextTextAppearance helperTextTextColor hintAnimationEnabled hintEnabled hintTextAppearance hintTextColor passwordToggleContentDescription passwordToggleDrawable passwordToggleEnabled passwordToggleTint passwordToggleTintMode shapeAppearance shapeAppearanceOverlay startIconCheckable startIconContentDescription startIconDrawable startIconTint startIconTintMode
+styleable ThemeEnforcement android_textAppearance enforceMaterialTheme enforceTextAppearance
+styleable Toolbar android_gravity android_minHeight buttonGravity collapseContentDescription collapseIcon contentInsetEnd contentInsetEndWithActions contentInsetLeft contentInsetRight contentInsetStart contentInsetStartWithNavigation logo logoDescription maxButtonHeight menu 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 ViewPager2 android_orientation
+styleable ViewStubCompat android_id android_inflatedId android_layout
+xml standalone_badge
+xml standalone_badge_gravity_bottom_end
+xml standalone_badge_gravity_bottom_start
+xml standalone_badge_gravity_top_start
diff --git a/skin/skin-support-design/build/intermediates/runtime_library_classes/debug/classes.jar b/skin/skin-support-design/build/intermediates/runtime_library_classes/debug/classes.jar
new file mode 100644
index 0000000000..8bb548a5da
Binary files /dev/null and b/skin/skin-support-design/build/intermediates/runtime_library_classes/debug/classes.jar differ
diff --git a/skin/skin-support-design/build/intermediates/symbols/debug/R.txt b/skin/skin-support-design/build/intermediates/symbols/debug/R.txt
new file mode 100644
index 0000000000..d5b0cce91e
--- /dev/null
+++ b/skin/skin-support-design/build/intermediates/symbols/debug/R.txt
@@ -0,0 +1,3433 @@
+int anim abc_fade_in 0x7f010001
+int anim abc_fade_out 0x7f010002
+int anim abc_grow_fade_in_from_bottom 0x7f010003
+int anim abc_popup_enter 0x7f010004
+int anim abc_popup_exit 0x7f010005
+int anim abc_shrink_fade_out_from_bottom 0x7f010006
+int anim abc_slide_in_bottom 0x7f010007
+int anim abc_slide_in_top 0x7f010008
+int anim abc_slide_out_bottom 0x7f010009
+int anim abc_slide_out_top 0x7f01000a
+int anim abc_tooltip_enter 0x7f01000b
+int anim abc_tooltip_exit 0x7f01000c
+int anim btn_checkbox_to_checked_box_inner_merged_animation 0x7f01000d
+int anim btn_checkbox_to_checked_box_outer_merged_animation 0x7f01000e
+int anim btn_checkbox_to_checked_icon_null_animation 0x7f01000f
+int anim btn_checkbox_to_unchecked_box_inner_merged_animation 0x7f010010
+int anim btn_checkbox_to_unchecked_check_path_merged_animation 0x7f010011
+int anim btn_checkbox_to_unchecked_icon_null_animation 0x7f010012
+int anim btn_radio_to_off_mtrl_dot_group_animation 0x7f010013
+int anim btn_radio_to_off_mtrl_ring_outer_animation 0x7f010014
+int anim btn_radio_to_off_mtrl_ring_outer_path_animation 0x7f010015
+int anim btn_radio_to_on_mtrl_dot_group_animation 0x7f010016
+int anim btn_radio_to_on_mtrl_ring_outer_animation 0x7f010017
+int anim btn_radio_to_on_mtrl_ring_outer_path_animation 0x7f010018
+int anim design_bottom_sheet_slide_in 0x7f010019
+int anim design_bottom_sheet_slide_out 0x7f01001a
+int anim design_snackbar_in 0x7f01001b
+int anim design_snackbar_out 0x7f01001c
+int anim mtrl_bottom_sheet_slide_in 0x7f01001d
+int anim mtrl_bottom_sheet_slide_out 0x7f01001e
+int anim mtrl_card_lowers_interpolator 0x7f01001f
+int animator design_appbar_state_list_animator 0x7f020001
+int animator design_fab_hide_motion_spec 0x7f020002
+int animator design_fab_show_motion_spec 0x7f020003
+int animator mtrl_btn_state_list_anim 0x7f020004
+int animator mtrl_btn_unelevated_state_list_anim 0x7f020005
+int animator mtrl_card_state_list_anim 0x7f020006
+int animator mtrl_chip_state_list_anim 0x7f020007
+int animator mtrl_extended_fab_change_size_motion_spec 0x7f020008
+int animator mtrl_extended_fab_hide_motion_spec 0x7f020009
+int animator mtrl_extended_fab_show_motion_spec 0x7f02000a
+int animator mtrl_extended_fab_state_list_animator 0x7f02000b
+int animator mtrl_fab_hide_motion_spec 0x7f02000c
+int animator mtrl_fab_show_motion_spec 0x7f02000d
+int animator mtrl_fab_transformation_sheet_collapse_spec 0x7f02000e
+int animator mtrl_fab_transformation_sheet_expand_spec 0x7f02000f
+int attr actionBarDivider 0x7f040001
+int attr actionBarItemBackground 0x7f040002
+int attr actionBarPopupTheme 0x7f040003
+int attr actionBarSize 0x7f040004
+int attr actionBarSplitStyle 0x7f040005
+int attr actionBarStyle 0x7f040006
+int attr actionBarTabBarStyle 0x7f040007
+int attr actionBarTabStyle 0x7f040008
+int attr actionBarTabTextStyle 0x7f040009
+int attr actionBarTheme 0x7f04000a
+int attr actionBarWidgetTheme 0x7f04000b
+int attr actionButtonStyle 0x7f04000c
+int attr actionDropDownStyle 0x7f04000d
+int attr actionLayout 0x7f04000e
+int attr actionMenuTextAppearance 0x7f04000f
+int attr actionMenuTextColor 0x7f040010
+int attr actionModeBackground 0x7f040011
+int attr actionModeCloseButtonStyle 0x7f040012
+int attr actionModeCloseDrawable 0x7f040013
+int attr actionModeCopyDrawable 0x7f040014
+int attr actionModeCutDrawable 0x7f040015
+int attr actionModeFindDrawable 0x7f040016
+int attr actionModePasteDrawable 0x7f040017
+int attr actionModePopupWindowStyle 0x7f040018
+int attr actionModeSelectAllDrawable 0x7f040019
+int attr actionModeShareDrawable 0x7f04001a
+int attr actionModeSplitBackground 0x7f04001b
+int attr actionModeStyle 0x7f04001c
+int attr actionModeWebSearchDrawable 0x7f04001d
+int attr actionOverflowButtonStyle 0x7f04001e
+int attr actionOverflowMenuStyle 0x7f04001f
+int attr actionProviderClass 0x7f040020
+int attr actionTextColorAlpha 0x7f040021
+int attr actionViewClass 0x7f040022
+int attr activityChooserViewStyle 0x7f040023
+int attr alertDialogButtonGroupStyle 0x7f040024
+int attr alertDialogCenterButtons 0x7f040025
+int attr alertDialogStyle 0x7f040026
+int attr alertDialogTheme 0x7f040027
+int attr allowStacking 0x7f040028
+int attr alpha 0x7f040029
+int attr alphabeticModifiers 0x7f04002a
+int attr animationMode 0x7f04002b
+int attr appBarLayoutStyle 0x7f04002c
+int attr arrowHeadLength 0x7f04002d
+int attr arrowShaftLength 0x7f04002e
+int attr autoCompleteTextViewStyle 0x7f04002f
+int attr autoSizeMaxTextSize 0x7f040030
+int attr autoSizeMinTextSize 0x7f040031
+int attr autoSizePresetSizes 0x7f040032
+int attr autoSizeStepGranularity 0x7f040033
+int attr autoSizeTextType 0x7f040034
+int attr background 0x7f040035
+int attr backgroundColor 0x7f040036
+int attr backgroundInsetBottom 0x7f040037
+int attr backgroundInsetEnd 0x7f040038
+int attr backgroundInsetStart 0x7f040039
+int attr backgroundInsetTop 0x7f04003a
+int attr backgroundOverlayColorAlpha 0x7f04003b
+int attr backgroundSplit 0x7f04003c
+int attr backgroundStacked 0x7f04003d
+int attr backgroundTint 0x7f04003e
+int attr backgroundTintMode 0x7f04003f
+int attr badgeGravity 0x7f040040
+int attr badgeStyle 0x7f040041
+int attr badgeTextColor 0x7f040042
+int attr barLength 0x7f040043
+int attr behavior_autoHide 0x7f040044
+int attr behavior_autoShrink 0x7f040045
+int attr behavior_expandedOffset 0x7f040046
+int attr behavior_fitToContents 0x7f040047
+int attr behavior_halfExpandedRatio 0x7f040048
+int attr behavior_hideable 0x7f040049
+int attr behavior_overlapTop 0x7f04004a
+int attr behavior_peekHeight 0x7f04004b
+int attr behavior_saveFlags 0x7f04004c
+int attr behavior_skipCollapsed 0x7f04004d
+int attr borderWidth 0x7f04004e
+int attr borderlessButtonStyle 0x7f04004f
+int attr bottomAppBarStyle 0x7f040050
+int attr bottomNavigationStyle 0x7f040051
+int attr bottomSheetDialogTheme 0x7f040052
+int attr bottomSheetStyle 0x7f040053
+int attr boxBackgroundColor 0x7f040054
+int attr boxBackgroundMode 0x7f040055
+int attr boxCollapsedPaddingTop 0x7f040056
+int attr boxCornerRadiusBottomEnd 0x7f040057
+int attr boxCornerRadiusBottomStart 0x7f040058
+int attr boxCornerRadiusTopEnd 0x7f040059
+int attr boxCornerRadiusTopStart 0x7f04005a
+int attr boxStrokeColor 0x7f04005b
+int attr boxStrokeWidth 0x7f04005c
+int attr boxStrokeWidthFocused 0x7f04005d
+int attr buttonBarButtonStyle 0x7f04005e
+int attr buttonBarNegativeButtonStyle 0x7f04005f
+int attr buttonBarNeutralButtonStyle 0x7f040060
+int attr buttonBarPositiveButtonStyle 0x7f040061
+int attr buttonBarStyle 0x7f040062
+int attr buttonCompat 0x7f040063
+int attr buttonGravity 0x7f040064
+int attr buttonIconDimen 0x7f040065
+int attr buttonPanelSideLayout 0x7f040066
+int attr buttonStyle 0x7f040067
+int attr buttonStyleSmall 0x7f040068
+int attr buttonTint 0x7f040069
+int attr buttonTintMode 0x7f04006a
+int attr cardBackgroundColor 0x7f04006b
+int attr cardCornerRadius 0x7f04006c
+int attr cardElevation 0x7f04006d
+int attr cardForegroundColor 0x7f04006e
+int attr cardMaxElevation 0x7f04006f
+int attr cardPreventCornerOverlap 0x7f040070
+int attr cardUseCompatPadding 0x7f040071
+int attr cardViewStyle 0x7f040072
+int attr checkboxStyle 0x7f040073
+int attr checkedButton 0x7f040074
+int attr checkedChip 0x7f040075
+int attr checkedIcon 0x7f040076
+int attr checkedIconEnabled 0x7f040077
+int attr checkedIconTint 0x7f040078
+int attr checkedIconVisible 0x7f040079
+int attr checkedTextViewStyle 0x7f04007a
+int attr chipBackgroundColor 0x7f04007b
+int attr chipCornerRadius 0x7f04007c
+int attr chipEndPadding 0x7f04007d
+int attr chipGroupStyle 0x7f04007e
+int attr chipIcon 0x7f04007f
+int attr chipIconEnabled 0x7f040080
+int attr chipIconSize 0x7f040081
+int attr chipIconTint 0x7f040082
+int attr chipIconVisible 0x7f040083
+int attr chipMinHeight 0x7f040084
+int attr chipMinTouchTargetSize 0x7f040085
+int attr chipSpacing 0x7f040086
+int attr chipSpacingHorizontal 0x7f040087
+int attr chipSpacingVertical 0x7f040088
+int attr chipStandaloneStyle 0x7f040089
+int attr chipStartPadding 0x7f04008a
+int attr chipStrokeColor 0x7f04008b
+int attr chipStrokeWidth 0x7f04008c
+int attr chipStyle 0x7f04008d
+int attr chipSurfaceColor 0x7f04008e
+int attr closeIcon 0x7f04008f
+int attr closeIconEnabled 0x7f040090
+int attr closeIconEndPadding 0x7f040091
+int attr closeIconSize 0x7f040092
+int attr closeIconStartPadding 0x7f040093
+int attr closeIconTint 0x7f040094
+int attr closeIconVisible 0x7f040095
+int attr closeItemLayout 0x7f040096
+int attr collapseContentDescription 0x7f040097
+int attr collapseIcon 0x7f040098
+int attr collapsedTitleGravity 0x7f040099
+int attr collapsedTitleTextAppearance 0x7f04009a
+int attr color 0x7f04009b
+int attr colorAccent 0x7f04009c
+int attr colorBackgroundFloating 0x7f04009d
+int attr colorButtonNormal 0x7f04009e
+int attr colorControlActivated 0x7f04009f
+int attr colorControlHighlight 0x7f0400a0
+int attr colorControlNormal 0x7f0400a1
+int attr colorError 0x7f0400a2
+int attr colorOnBackground 0x7f0400a3
+int attr colorOnError 0x7f0400a4
+int attr colorOnPrimary 0x7f0400a5
+int attr colorOnPrimarySurface 0x7f0400a6
+int attr colorOnSecondary 0x7f0400a7
+int attr colorOnSurface 0x7f0400a8
+int attr colorPrimary 0x7f0400a9
+int attr colorPrimaryDark 0x7f0400aa
+int attr colorPrimarySurface 0x7f0400ab
+int attr colorPrimaryVariant 0x7f0400ac
+int attr colorSecondary 0x7f0400ad
+int attr colorSecondaryVariant 0x7f0400ae
+int attr colorSurface 0x7f0400af
+int attr colorSwitchThumbNormal 0x7f0400b0
+int attr commitIcon 0x7f0400b1
+int attr contentDescription 0x7f0400b2
+int attr contentInsetEnd 0x7f0400b3
+int attr contentInsetEndWithActions 0x7f0400b4
+int attr contentInsetLeft 0x7f0400b5
+int attr contentInsetRight 0x7f0400b6
+int attr contentInsetStart 0x7f0400b7
+int attr contentInsetStartWithNavigation 0x7f0400b8
+int attr contentPadding 0x7f0400b9
+int attr contentPaddingBottom 0x7f0400ba
+int attr contentPaddingLeft 0x7f0400bb
+int attr contentPaddingRight 0x7f0400bc
+int attr contentPaddingTop 0x7f0400bd
+int attr contentScrim 0x7f0400be
+int attr controlBackground 0x7f0400bf
+int attr coordinatorLayoutStyle 0x7f0400c0
+int attr cornerFamily 0x7f0400c1
+int attr cornerFamilyBottomLeft 0x7f0400c2
+int attr cornerFamilyBottomRight 0x7f0400c3
+int attr cornerFamilyTopLeft 0x7f0400c4
+int attr cornerFamilyTopRight 0x7f0400c5
+int attr cornerRadius 0x7f0400c6
+int attr cornerSize 0x7f0400c7
+int attr cornerSizeBottomLeft 0x7f0400c8
+int attr cornerSizeBottomRight 0x7f0400c9
+int attr cornerSizeTopLeft 0x7f0400ca
+int attr cornerSizeTopRight 0x7f0400cb
+int attr counterEnabled 0x7f0400cc
+int attr counterMaxLength 0x7f0400cd
+int attr counterOverflowTextAppearance 0x7f0400ce
+int attr counterOverflowTextColor 0x7f0400cf
+int attr counterTextAppearance 0x7f0400d0
+int attr counterTextColor 0x7f0400d1
+int attr customNavigationLayout 0x7f0400d2
+int attr dayInvalidStyle 0x7f0400d3
+int attr daySelectedStyle 0x7f0400d4
+int attr dayStyle 0x7f0400d5
+int attr dayTodayStyle 0x7f0400d6
+int attr defaultQueryHint 0x7f0400d7
+int attr dialogCornerRadius 0x7f0400d8
+int attr dialogPreferredPadding 0x7f0400d9
+int attr dialogTheme 0x7f0400da
+int attr displayOptions 0x7f0400db
+int attr divider 0x7f0400dc
+int attr dividerHorizontal 0x7f0400dd
+int attr dividerPadding 0x7f0400de
+int attr dividerVertical 0x7f0400df
+int attr drawableBottomCompat 0x7f0400e0
+int attr drawableEndCompat 0x7f0400e1
+int attr drawableLeftCompat 0x7f0400e2
+int attr drawableRightCompat 0x7f0400e3
+int attr drawableSize 0x7f0400e4
+int attr drawableStartCompat 0x7f0400e5
+int attr drawableTint 0x7f0400e6
+int attr drawableTintMode 0x7f0400e7
+int attr drawableTopCompat 0x7f0400e8
+int attr drawerArrowStyle 0x7f0400e9
+int attr dropDownListViewStyle 0x7f0400ea
+int attr dropdownListPreferredItemHeight 0x7f0400eb
+int attr editTextBackground 0x7f0400ec
+int attr editTextColor 0x7f0400ed
+int attr editTextStyle 0x7f0400ee
+int attr elevation 0x7f0400ef
+int attr elevationOverlayColor 0x7f0400f0
+int attr elevationOverlayEnabled 0x7f0400f1
+int attr endIconCheckable 0x7f0400f2
+int attr endIconContentDescription 0x7f0400f3
+int attr endIconDrawable 0x7f0400f4
+int attr endIconMode 0x7f0400f5
+int attr endIconTint 0x7f0400f6
+int attr endIconTintMode 0x7f0400f7
+int attr enforceMaterialTheme 0x7f0400f8
+int attr enforceTextAppearance 0x7f0400f9
+int attr ensureMinTouchTargetSize 0x7f0400fa
+int attr errorEnabled 0x7f0400fb
+int attr errorIconDrawable 0x7f0400fc
+int attr errorIconTint 0x7f0400fd
+int attr errorIconTintMode 0x7f0400fe
+int attr errorTextAppearance 0x7f0400ff
+int attr errorTextColor 0x7f040100
+int attr expandActivityOverflowButtonDrawable 0x7f040101
+int attr expanded 0x7f040102
+int attr expandedTitleGravity 0x7f040103
+int attr expandedTitleMargin 0x7f040104
+int attr expandedTitleMarginBottom 0x7f040105
+int attr expandedTitleMarginEnd 0x7f040106
+int attr expandedTitleMarginStart 0x7f040107
+int attr expandedTitleMarginTop 0x7f040108
+int attr expandedTitleTextAppearance 0x7f040109
+int attr extendMotionSpec 0x7f04010a
+int attr extendedFloatingActionButtonStyle 0x7f04010b
+int attr fabAlignmentMode 0x7f04010c
+int attr fabAnimationMode 0x7f04010d
+int attr fabCradleMargin 0x7f04010e
+int attr fabCradleRoundedCornerRadius 0x7f04010f
+int attr fabCradleVerticalOffset 0x7f040110
+int attr fabCustomSize 0x7f040111
+int attr fabSize 0x7f040112
+int attr fastScrollEnabled 0x7f040113
+int attr fastScrollHorizontalThumbDrawable 0x7f040114
+int attr fastScrollHorizontalTrackDrawable 0x7f040115
+int attr fastScrollVerticalThumbDrawable 0x7f040116
+int attr fastScrollVerticalTrackDrawable 0x7f040117
+int attr firstBaselineToTopHeight 0x7f040118
+int attr floatingActionButtonStyle 0x7f040119
+int attr font 0x7f04011a
+int attr fontFamily 0x7f04011b
+int attr fontProviderAuthority 0x7f04011c
+int attr fontProviderCerts 0x7f04011d
+int attr fontProviderFetchStrategy 0x7f04011e
+int attr fontProviderFetchTimeout 0x7f04011f
+int attr fontProviderPackage 0x7f040120
+int attr fontProviderQuery 0x7f040121
+int attr fontStyle 0x7f040122
+int attr fontVariationSettings 0x7f040123
+int attr fontWeight 0x7f040124
+int attr foregroundInsidePadding 0x7f040125
+int attr gapBetweenBars 0x7f040126
+int attr goIcon 0x7f040127
+int attr headerLayout 0x7f040128
+int attr height 0x7f040129
+int attr helperText 0x7f04012a
+int attr helperTextEnabled 0x7f04012b
+int attr helperTextTextAppearance 0x7f04012c
+int attr helperTextTextColor 0x7f04012d
+int attr hideMotionSpec 0x7f04012e
+int attr hideOnContentScroll 0x7f04012f
+int attr hideOnScroll 0x7f040130
+int attr hintAnimationEnabled 0x7f040131
+int attr hintEnabled 0x7f040132
+int attr hintTextAppearance 0x7f040133
+int attr hintTextColor 0x7f040134
+int attr homeAsUpIndicator 0x7f040135
+int attr homeLayout 0x7f040136
+int attr hoveredFocusedTranslationZ 0x7f040137
+int attr icon 0x7f040138
+int attr iconEndPadding 0x7f040139
+int attr iconGravity 0x7f04013a
+int attr iconPadding 0x7f04013b
+int attr iconSize 0x7f04013c
+int attr iconStartPadding 0x7f04013d
+int attr iconTint 0x7f04013e
+int attr iconTintMode 0x7f04013f
+int attr iconifiedByDefault 0x7f040140
+int attr imageButtonStyle 0x7f040141
+int attr indeterminateProgressStyle 0x7f040142
+int attr initialActivityCount 0x7f040143
+int attr insetForeground 0x7f040144
+int attr isLightTheme 0x7f040145
+int attr isMaterialTheme 0x7f040146
+int attr itemBackground 0x7f040147
+int attr itemFillColor 0x7f040148
+int attr itemHorizontalPadding 0x7f040149
+int attr itemHorizontalTranslationEnabled 0x7f04014a
+int attr itemIconPadding 0x7f04014b
+int attr itemIconSize 0x7f04014c
+int attr itemIconTint 0x7f04014d
+int attr itemMaxLines 0x7f04014e
+int attr itemPadding 0x7f04014f
+int attr itemRippleColor 0x7f040150
+int attr itemShapeAppearance 0x7f040151
+int attr itemShapeAppearanceOverlay 0x7f040152
+int attr itemShapeFillColor 0x7f040153
+int attr itemShapeInsetBottom 0x7f040154
+int attr itemShapeInsetEnd 0x7f040155
+int attr itemShapeInsetStart 0x7f040156
+int attr itemShapeInsetTop 0x7f040157
+int attr itemSpacing 0x7f040158
+int attr itemStrokeColor 0x7f040159
+int attr itemStrokeWidth 0x7f04015a
+int attr itemTextAppearance 0x7f04015b
+int attr itemTextAppearanceActive 0x7f04015c
+int attr itemTextAppearanceInactive 0x7f04015d
+int attr itemTextColor 0x7f04015e
+int attr keylines 0x7f04015f
+int attr labelVisibilityMode 0x7f040160
+int attr lastBaselineToBottomHeight 0x7f040161
+int attr layout 0x7f040162
+int attr layoutManager 0x7f040163
+int attr layout_anchor 0x7f040164
+int attr layout_anchorGravity 0x7f040165
+int attr layout_behavior 0x7f040166
+int attr layout_collapseMode 0x7f040167
+int attr layout_collapseParallaxMultiplier 0x7f040168
+int attr layout_dodgeInsetEdges 0x7f040169
+int attr layout_insetEdge 0x7f04016a
+int attr layout_keyline 0x7f04016b
+int attr layout_scrollFlags 0x7f04016c
+int attr layout_scrollInterpolator 0x7f04016d
+int attr liftOnScroll 0x7f04016e
+int attr liftOnScrollTargetViewId 0x7f04016f
+int attr lineHeight 0x7f040170
+int attr lineSpacing 0x7f040171
+int attr listChoiceBackgroundIndicator 0x7f040172
+int attr listChoiceIndicatorMultipleAnimated 0x7f040173
+int attr listChoiceIndicatorSingleAnimated 0x7f040174
+int attr listDividerAlertDialog 0x7f040175
+int attr listItemLayout 0x7f040176
+int attr listLayout 0x7f040177
+int attr listMenuViewStyle 0x7f040178
+int attr listPopupWindowStyle 0x7f040179
+int attr listPreferredItemHeight 0x7f04017a
+int attr listPreferredItemHeightLarge 0x7f04017b
+int attr listPreferredItemHeightSmall 0x7f04017c
+int attr listPreferredItemPaddingEnd 0x7f04017d
+int attr listPreferredItemPaddingLeft 0x7f04017e
+int attr listPreferredItemPaddingRight 0x7f04017f
+int attr listPreferredItemPaddingStart 0x7f040180
+int attr logo 0x7f040181
+int attr logoDescription 0x7f040182
+int attr materialAlertDialogBodyTextStyle 0x7f040183
+int attr materialAlertDialogTheme 0x7f040184
+int attr materialAlertDialogTitleIconStyle 0x7f040185
+int attr materialAlertDialogTitlePanelStyle 0x7f040186
+int attr materialAlertDialogTitleTextStyle 0x7f040187
+int attr materialButtonOutlinedStyle 0x7f040188
+int attr materialButtonStyle 0x7f040189
+int attr materialButtonToggleGroupStyle 0x7f04018a
+int attr materialCalendarDay 0x7f04018b
+int attr materialCalendarFullscreenTheme 0x7f04018c
+int attr materialCalendarHeaderConfirmButton 0x7f04018d
+int attr materialCalendarHeaderDivider 0x7f04018e
+int attr materialCalendarHeaderLayout 0x7f04018f
+int attr materialCalendarHeaderSelection 0x7f040190
+int attr materialCalendarHeaderTitle 0x7f040191
+int attr materialCalendarHeaderToggleButton 0x7f040192
+int attr materialCalendarStyle 0x7f040193
+int attr materialCalendarTheme 0x7f040194
+int attr materialCardViewStyle 0x7f040195
+int attr materialThemeOverlay 0x7f040196
+int attr maxActionInlineWidth 0x7f040197
+int attr maxButtonHeight 0x7f040198
+int attr maxCharacterCount 0x7f040199
+int attr maxImageSize 0x7f04019a
+int attr measureWithLargestChild 0x7f04019b
+int attr menu 0x7f04019c
+int attr minTouchTargetSize 0x7f04019d
+int attr multiChoiceItemLayout 0x7f04019e
+int attr navigationContentDescription 0x7f04019f
+int attr navigationIcon 0x7f0401a0
+int attr navigationMode 0x7f0401a1
+int attr navigationViewStyle 0x7f0401a2
+int attr number 0x7f0401a3
+int attr numericModifiers 0x7f0401a4
+int attr overlapAnchor 0x7f0401a5
+int attr paddingBottomNoButtons 0x7f0401a6
+int attr paddingEnd 0x7f0401a7
+int attr paddingStart 0x7f0401a8
+int attr paddingTopNoTitle 0x7f0401a9
+int attr panelBackground 0x7f0401aa
+int attr panelMenuListTheme 0x7f0401ab
+int attr panelMenuListWidth 0x7f0401ac
+int attr passwordToggleContentDescription 0x7f0401ad
+int attr passwordToggleDrawable 0x7f0401ae
+int attr passwordToggleEnabled 0x7f0401af
+int attr passwordToggleTint 0x7f0401b0
+int attr passwordToggleTintMode 0x7f0401b1
+int attr popupMenuBackground 0x7f0401b2
+int attr popupMenuStyle 0x7f0401b3
+int attr popupTheme 0x7f0401b4
+int attr popupWindowStyle 0x7f0401b5
+int attr preserveIconSpacing 0x7f0401b6
+int attr pressedTranslationZ 0x7f0401b7
+int attr progressBarPadding 0x7f0401b8
+int attr progressBarStyle 0x7f0401b9
+int attr queryBackground 0x7f0401ba
+int attr queryHint 0x7f0401bb
+int attr radioButtonStyle 0x7f0401bc
+int attr rangeFillColor 0x7f0401bd
+int attr ratingBarStyle 0x7f0401be
+int attr ratingBarStyleIndicator 0x7f0401bf
+int attr ratingBarStyleSmall 0x7f0401c0
+int attr recyclerViewStyle 0x7f0401c1
+int attr reverseLayout 0x7f0401c2
+int attr rippleColor 0x7f0401c3
+int attr scrimAnimationDuration 0x7f0401c4
+int attr scrimBackground 0x7f0401c5
+int attr scrimVisibleHeightTrigger 0x7f0401c6
+int attr searchHintIcon 0x7f0401c7
+int attr searchIcon 0x7f0401c8
+int attr searchViewStyle 0x7f0401c9
+int attr seekBarStyle 0x7f0401ca
+int attr selectableItemBackground 0x7f0401cb
+int attr selectableItemBackgroundBorderless 0x7f0401cc
+int attr shapeAppearance 0x7f0401cd
+int attr shapeAppearanceLargeComponent 0x7f0401ce
+int attr shapeAppearanceMediumComponent 0x7f0401cf
+int attr shapeAppearanceOverlay 0x7f0401d0
+int attr shapeAppearanceSmallComponent 0x7f0401d1
+int attr showAsAction 0x7f0401d2
+int attr showDividers 0x7f0401d3
+int attr showMotionSpec 0x7f0401d4
+int attr showText 0x7f0401d5
+int attr showTitle 0x7f0401d6
+int attr shrinkMotionSpec 0x7f0401d7
+int attr singleChoiceItemLayout 0x7f0401d8
+int attr singleLine 0x7f0401d9
+int attr singleSelection 0x7f0401da
+int attr skinAlertDialogBackground 0x7f0401db
+int attr skinAlertDialogControlHighlightColor 0x7f0401dc
+int attr skinAlertDialogListDivider 0x7f0401dd
+int attr skinAlertDialogListItemTextColor 0x7f0401de
+int attr skinAlertDialogMessageTextColor 0x7f0401df
+int attr skinAlertDialogNegativeButtonTextColor 0x7f0401e0
+int attr skinAlertDialogNeutralButtonTextColor 0x7f0401e1
+int attr skinAlertDialogPositiveButtonTextColor 0x7f0401e2
+int attr skinAlertDialogTitleTextColor 0x7f0401e3
+int attr skinListChoiceIndicatorMultiple 0x7f0401e4
+int attr skinListChoiceIndicatorSingle 0x7f0401e5
+int attr snackbarButtonStyle 0x7f0401e6
+int attr snackbarStyle 0x7f0401e7
+int attr spanCount 0x7f0401e8
+int attr spinBars 0x7f0401e9
+int attr spinnerDropDownItemStyle 0x7f0401ea
+int attr spinnerStyle 0x7f0401eb
+int attr splitTrack 0x7f0401ec
+int attr srcCompat 0x7f0401ed
+int attr stackFromEnd 0x7f0401ee
+int attr startIconCheckable 0x7f0401ef
+int attr startIconContentDescription 0x7f0401f0
+int attr startIconDrawable 0x7f0401f1
+int attr startIconTint 0x7f0401f2
+int attr startIconTintMode 0x7f0401f3
+int attr state_above_anchor 0x7f0401f4
+int attr state_collapsed 0x7f0401f5
+int attr state_collapsible 0x7f0401f6
+int attr state_dragged 0x7f0401f7
+int attr state_liftable 0x7f0401f8
+int attr state_lifted 0x7f0401f9
+int attr statusBarBackground 0x7f0401fa
+int attr statusBarForeground 0x7f0401fb
+int attr statusBarScrim 0x7f0401fc
+int attr strokeColor 0x7f0401fd
+int attr strokeWidth 0x7f0401fe
+int attr subMenuArrow 0x7f0401ff
+int attr submitBackground 0x7f040200
+int attr subtitle 0x7f040201
+int attr subtitleTextAppearance 0x7f040202
+int attr subtitleTextColor 0x7f040203
+int attr subtitleTextStyle 0x7f040204
+int attr suggestionRowLayout 0x7f040205
+int attr switchMinWidth 0x7f040206
+int attr switchPadding 0x7f040207
+int attr switchStyle 0x7f040208
+int attr switchTextAppearance 0x7f040209
+int attr tabBackground 0x7f04020a
+int attr tabContentStart 0x7f04020b
+int attr tabGravity 0x7f04020c
+int attr tabIconTint 0x7f04020d
+int attr tabIconTintMode 0x7f04020e
+int attr tabIndicator 0x7f04020f
+int attr tabIndicatorAnimationDuration 0x7f040210
+int attr tabIndicatorColor 0x7f040211
+int attr tabIndicatorFullWidth 0x7f040212
+int attr tabIndicatorGravity 0x7f040213
+int attr tabIndicatorHeight 0x7f040214
+int attr tabInlineLabel 0x7f040215
+int attr tabMaxWidth 0x7f040216
+int attr tabMinWidth 0x7f040217
+int attr tabMode 0x7f040218
+int attr tabPadding 0x7f040219
+int attr tabPaddingBottom 0x7f04021a
+int attr tabPaddingEnd 0x7f04021b
+int attr tabPaddingStart 0x7f04021c
+int attr tabPaddingTop 0x7f04021d
+int attr tabRippleColor 0x7f04021e
+int attr tabSelectedTextColor 0x7f04021f
+int attr tabStyle 0x7f040220
+int attr tabTextAppearance 0x7f040221
+int attr tabTextColor 0x7f040222
+int attr tabUnboundedRipple 0x7f040223
+int attr textAllCaps 0x7f040224
+int attr textAppearanceBody1 0x7f040225
+int attr textAppearanceBody2 0x7f040226
+int attr textAppearanceButton 0x7f040227
+int attr textAppearanceCaption 0x7f040228
+int attr textAppearanceHeadline1 0x7f040229
+int attr textAppearanceHeadline2 0x7f04022a
+int attr textAppearanceHeadline3 0x7f04022b
+int attr textAppearanceHeadline4 0x7f04022c
+int attr textAppearanceHeadline5 0x7f04022d
+int attr textAppearanceHeadline6 0x7f04022e
+int attr textAppearanceLargePopupMenu 0x7f04022f
+int attr textAppearanceLineHeightEnabled 0x7f040230
+int attr textAppearanceListItem 0x7f040231
+int attr textAppearanceListItemSecondary 0x7f040232
+int attr textAppearanceListItemSmall 0x7f040233
+int attr textAppearanceOverline 0x7f040234
+int attr textAppearancePopupMenuHeader 0x7f040235
+int attr textAppearanceSearchResultSubtitle 0x7f040236
+int attr textAppearanceSearchResultTitle 0x7f040237
+int attr textAppearanceSmallPopupMenu 0x7f040238
+int attr textAppearanceSubtitle1 0x7f040239
+int attr textAppearanceSubtitle2 0x7f04023a
+int attr textColorAlertDialogListItem 0x7f04023b
+int attr textColorSearchUrl 0x7f04023c
+int attr textEndPadding 0x7f04023d
+int attr textInputStyle 0x7f04023e
+int attr textLocale 0x7f04023f
+int attr textStartPadding 0x7f040240
+int attr theme 0x7f040241
+int attr themeLineHeight 0x7f040242
+int attr thickness 0x7f040243
+int attr thumbTextPadding 0x7f040244
+int attr thumbTint 0x7f040245
+int attr thumbTintMode 0x7f040246
+int attr tickMark 0x7f040247
+int attr tickMarkTint 0x7f040248
+int attr tickMarkTintMode 0x7f040249
+int attr tint 0x7f04024a
+int attr tintMode 0x7f04024b
+int attr title 0x7f04024c
+int attr titleEnabled 0x7f04024d
+int attr titleMargin 0x7f04024e
+int attr titleMarginBottom 0x7f04024f
+int attr titleMarginEnd 0x7f040250
+int attr titleMarginStart 0x7f040251
+int attr titleMarginTop 0x7f040252
+int attr titleMargins 0x7f040253
+int attr titleTextAppearance 0x7f040254
+int attr titleTextColor 0x7f040255
+int attr titleTextStyle 0x7f040256
+int attr toolbarId 0x7f040257
+int attr toolbarNavigationButtonStyle 0x7f040258
+int attr toolbarStyle 0x7f040259
+int attr tooltipForegroundColor 0x7f04025a
+int attr tooltipFrameBackground 0x7f04025b
+int attr tooltipText 0x7f04025c
+int attr track 0x7f04025d
+int attr trackTint 0x7f04025e
+int attr trackTintMode 0x7f04025f
+int attr ttcIndex 0x7f040260
+int attr useCompatPadding 0x7f040261
+int attr useMaterialThemeColors 0x7f040262
+int attr viewInflaterClass 0x7f040263
+int attr voiceIcon 0x7f040264
+int attr windowActionBar 0x7f040265
+int attr windowActionBarOverlay 0x7f040266
+int attr windowActionModeOverlay 0x7f040267
+int attr windowFixedHeightMajor 0x7f040268
+int attr windowFixedHeightMinor 0x7f040269
+int attr windowFixedWidthMajor 0x7f04026a
+int attr windowFixedWidthMinor 0x7f04026b
+int attr windowMinWidthMajor 0x7f04026c
+int attr windowMinWidthMinor 0x7f04026d
+int attr windowNoTitle 0x7f04026e
+int attr yearSelectedStyle 0x7f04026f
+int attr yearStyle 0x7f040270
+int attr yearTodayStyle 0x7f040271
+int bool abc_action_bar_embed_tabs 0x7f050001
+int bool abc_allow_stacked_button_bar 0x7f050002
+int bool abc_config_actionMenuItemAllCaps 0x7f050003
+int bool mtrl_btn_textappearance_all_caps 0x7f050004
+int color abc_background_cache_hint_selector_material_dark 0x7f060001
+int color abc_background_cache_hint_selector_material_light 0x7f060002
+int color abc_btn_colored_borderless_text_material 0x7f060003
+int color abc_btn_colored_text_material 0x7f060004
+int color abc_color_highlight_material 0x7f060005
+int color abc_hint_foreground_material_dark 0x7f060006
+int color abc_hint_foreground_material_light 0x7f060007
+int color abc_input_method_navigation_guard 0x7f060008
+int color abc_primary_text_disable_only_material_dark 0x7f060009
+int color abc_primary_text_disable_only_material_light 0x7f06000a
+int color abc_primary_text_material_dark 0x7f06000b
+int color abc_primary_text_material_light 0x7f06000c
+int color abc_search_url_text 0x7f06000d
+int color abc_search_url_text_normal 0x7f06000e
+int color abc_search_url_text_pressed 0x7f06000f
+int color abc_search_url_text_selected 0x7f060010
+int color abc_secondary_text_material_dark 0x7f060011
+int color abc_secondary_text_material_light 0x7f060012
+int color abc_tint_btn_checkable 0x7f060013
+int color abc_tint_default 0x7f060014
+int color abc_tint_edittext 0x7f060015
+int color abc_tint_seek_thumb 0x7f060016
+int color abc_tint_spinner 0x7f060017
+int color abc_tint_switch_track 0x7f060018
+int color accent_material_dark 0x7f060019
+int color accent_material_light 0x7f06001a
+int color background_floating_material_dark 0x7f06001b
+int color background_floating_material_light 0x7f06001c
+int color background_material_dark 0x7f06001d
+int color background_material_light 0x7f06001e
+int color bright_foreground_disabled_material_dark 0x7f06001f
+int color bright_foreground_disabled_material_light 0x7f060020
+int color bright_foreground_inverse_material_dark 0x7f060021
+int color bright_foreground_inverse_material_light 0x7f060022
+int color bright_foreground_material_dark 0x7f060023
+int color bright_foreground_material_light 0x7f060024
+int color button_material_dark 0x7f060025
+int color button_material_light 0x7f060026
+int color cardview_dark_background 0x7f060027
+int color cardview_light_background 0x7f060028
+int color cardview_shadow_end_color 0x7f060029
+int color cardview_shadow_start_color 0x7f06002a
+int color checkbox_themeable_attribute_color 0x7f06002b
+int color design_bottom_navigation_shadow_color 0x7f06002c
+int color design_box_stroke_color 0x7f06002d
+int color design_dark_default_color_background 0x7f06002e
+int color design_dark_default_color_error 0x7f06002f
+int color design_dark_default_color_on_background 0x7f060030
+int color design_dark_default_color_on_error 0x7f060031
+int color design_dark_default_color_on_primary 0x7f060032
+int color design_dark_default_color_on_secondary 0x7f060033
+int color design_dark_default_color_on_surface 0x7f060034
+int color design_dark_default_color_primary 0x7f060035
+int color design_dark_default_color_primary_dark 0x7f060036
+int color design_dark_default_color_primary_variant 0x7f060037
+int color design_dark_default_color_secondary 0x7f060038
+int color design_dark_default_color_secondary_variant 0x7f060039
+int color design_dark_default_color_surface 0x7f06003a
+int color design_default_color_background 0x7f06003b
+int color design_default_color_error 0x7f06003c
+int color design_default_color_on_background 0x7f06003d
+int color design_default_color_on_error 0x7f06003e
+int color design_default_color_on_primary 0x7f06003f
+int color design_default_color_on_secondary 0x7f060040
+int color design_default_color_on_surface 0x7f060041
+int color design_default_color_primary 0x7f060042
+int color design_default_color_primary_dark 0x7f060043
+int color design_default_color_primary_variant 0x7f060044
+int color design_default_color_secondary 0x7f060045
+int color design_default_color_secondary_variant 0x7f060046
+int color design_default_color_surface 0x7f060047
+int color design_error 0x7f060048
+int color design_fab_shadow_end_color 0x7f060049
+int color design_fab_shadow_mid_color 0x7f06004a
+int color design_fab_shadow_start_color 0x7f06004b
+int color design_fab_stroke_end_inner_color 0x7f06004c
+int color design_fab_stroke_end_outer_color 0x7f06004d
+int color design_fab_stroke_top_inner_color 0x7f06004e
+int color design_fab_stroke_top_outer_color 0x7f06004f
+int color design_icon_tint 0x7f060050
+int color design_snackbar_background_color 0x7f060051
+int color dim_foreground_disabled_material_dark 0x7f060052
+int color dim_foreground_disabled_material_light 0x7f060053
+int color dim_foreground_material_dark 0x7f060054
+int color dim_foreground_material_light 0x7f060055
+int color error_color_material_dark 0x7f060056
+int color error_color_material_light 0x7f060057
+int color foreground_material_dark 0x7f060058
+int color foreground_material_light 0x7f060059
+int color highlighted_text_material_dark 0x7f06005a
+int color highlighted_text_material_light 0x7f06005b
+int color material_blue_grey_800 0x7f06005c
+int color material_blue_grey_900 0x7f06005d
+int color material_blue_grey_950 0x7f06005e
+int color material_deep_teal_200 0x7f06005f
+int color material_deep_teal_500 0x7f060060
+int color material_grey_100 0x7f060061
+int color material_grey_300 0x7f060062
+int color material_grey_50 0x7f060063
+int color material_grey_600 0x7f060064
+int color material_grey_800 0x7f060065
+int color material_grey_850 0x7f060066
+int color material_grey_900 0x7f060067
+int color material_on_background_disabled 0x7f060068
+int color material_on_background_emphasis_high_type 0x7f060069
+int color material_on_background_emphasis_medium 0x7f06006a
+int color material_on_primary_disabled 0x7f06006b
+int color material_on_primary_emphasis_high_type 0x7f06006c
+int color material_on_primary_emphasis_medium 0x7f06006d
+int color material_on_surface_disabled 0x7f06006e
+int color material_on_surface_emphasis_high_type 0x7f06006f
+int color material_on_surface_emphasis_medium 0x7f060070
+int color mtrl_bottom_nav_colored_item_tint 0x7f060071
+int color mtrl_bottom_nav_colored_ripple_color 0x7f060072
+int color mtrl_bottom_nav_item_tint 0x7f060073
+int color mtrl_bottom_nav_ripple_color 0x7f060074
+int color mtrl_btn_bg_color_selector 0x7f060075
+int color mtrl_btn_ripple_color 0x7f060076
+int color mtrl_btn_stroke_color_selector 0x7f060077
+int color mtrl_btn_text_btn_bg_color_selector 0x7f060078
+int color mtrl_btn_text_btn_ripple_color 0x7f060079
+int color mtrl_btn_text_color_disabled 0x7f06007a
+int color mtrl_btn_text_color_selector 0x7f06007b
+int color mtrl_btn_transparent_bg_color 0x7f06007c
+int color mtrl_calendar_item_stroke_color 0x7f06007d
+int color mtrl_calendar_selected_range 0x7f06007e
+int color mtrl_card_view_foreground 0x7f06007f
+int color mtrl_card_view_ripple 0x7f060080
+int color mtrl_chip_background_color 0x7f060081
+int color mtrl_chip_close_icon_tint 0x7f060082
+int color mtrl_chip_ripple_color 0x7f060083
+int color mtrl_chip_surface_color 0x7f060084
+int color mtrl_chip_text_color 0x7f060085
+int color mtrl_choice_chip_background_color 0x7f060086
+int color mtrl_choice_chip_ripple_color 0x7f060087
+int color mtrl_choice_chip_text_color 0x7f060088
+int color mtrl_error 0x7f060089
+int color mtrl_extended_fab_bg_color_selector 0x7f06008a
+int color mtrl_extended_fab_ripple_color 0x7f06008b
+int color mtrl_extended_fab_text_color_selector 0x7f06008c
+int color mtrl_fab_ripple_color 0x7f06008d
+int color mtrl_filled_background_color 0x7f06008e
+int color mtrl_filled_icon_tint 0x7f06008f
+int color mtrl_filled_stroke_color 0x7f060090
+int color mtrl_indicator_text_color 0x7f060091
+int color mtrl_navigation_item_background_color 0x7f060092
+int color mtrl_navigation_item_icon_tint 0x7f060093
+int color mtrl_navigation_item_text_color 0x7f060094
+int color mtrl_on_primary_text_btn_text_color_selector 0x7f060095
+int color mtrl_outlined_icon_tint 0x7f060096
+int color mtrl_outlined_stroke_color 0x7f060097
+int color mtrl_popupmenu_overlay_color 0x7f060098
+int color mtrl_scrim_color 0x7f060099
+int color mtrl_tabs_colored_ripple_color 0x7f06009a
+int color mtrl_tabs_icon_color_selector 0x7f06009b
+int color mtrl_tabs_icon_color_selector_colored 0x7f06009c
+int color mtrl_tabs_legacy_text_color_selector 0x7f06009d
+int color mtrl_tabs_ripple_color 0x7f06009e
+int color mtrl_text_btn_text_color_selector 0x7f06009f
+int color mtrl_textinput_default_box_stroke_color 0x7f0600a0
+int color mtrl_textinput_disabled_color 0x7f0600a1
+int color mtrl_textinput_filled_box_default_background_color 0x7f0600a2
+int color mtrl_textinput_focused_box_stroke_color 0x7f0600a3
+int color mtrl_textinput_hovered_box_stroke_color 0x7f0600a4
+int color notification_action_color_filter 0x7f0600a5
+int color notification_icon_bg_color 0x7f0600a6
+int color notification_material_background_media_default_color 0x7f0600a7
+int color primary_dark_material_dark 0x7f0600a8
+int color primary_dark_material_light 0x7f0600a9
+int color primary_material_dark 0x7f0600aa
+int color primary_material_light 0x7f0600ab
+int color primary_text_default_material_dark 0x7f0600ac
+int color primary_text_default_material_light 0x7f0600ad
+int color primary_text_disabled_material_dark 0x7f0600ae
+int color primary_text_disabled_material_light 0x7f0600af
+int color ripple_material_dark 0x7f0600b0
+int color ripple_material_light 0x7f0600b1
+int color secondary_text_default_material_dark 0x7f0600b2
+int color secondary_text_default_material_light 0x7f0600b3
+int color secondary_text_disabled_material_dark 0x7f0600b4
+int color secondary_text_disabled_material_light 0x7f0600b5
+int color switch_thumb_disabled_material_dark 0x7f0600b6
+int color switch_thumb_disabled_material_light 0x7f0600b7
+int color switch_thumb_material_dark 0x7f0600b8
+int color switch_thumb_material_light 0x7f0600b9
+int color switch_thumb_normal_material_dark 0x7f0600ba
+int color switch_thumb_normal_material_light 0x7f0600bb
+int color test_mtrl_calendar_day 0x7f0600bc
+int color test_mtrl_calendar_day_selected 0x7f0600bd
+int color tooltip_background_dark 0x7f0600be
+int color tooltip_background_light 0x7f0600bf
+int dimen abc_action_bar_content_inset_material 0x7f070001
+int dimen abc_action_bar_content_inset_with_nav 0x7f070002
+int dimen abc_action_bar_default_height_material 0x7f070003
+int dimen abc_action_bar_default_padding_end_material 0x7f070004
+int dimen abc_action_bar_default_padding_start_material 0x7f070005
+int dimen abc_action_bar_elevation_material 0x7f070006
+int dimen abc_action_bar_icon_vertical_padding_material 0x7f070007
+int dimen abc_action_bar_overflow_padding_end_material 0x7f070008
+int dimen abc_action_bar_overflow_padding_start_material 0x7f070009
+int dimen abc_action_bar_stacked_max_height 0x7f07000a
+int dimen abc_action_bar_stacked_tab_max_width 0x7f07000b
+int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f07000c
+int dimen abc_action_bar_subtitle_top_margin_material 0x7f07000d
+int dimen abc_action_button_min_height_material 0x7f07000e
+int dimen abc_action_button_min_width_material 0x7f07000f
+int dimen abc_action_button_min_width_overflow_material 0x7f070010
+int dimen abc_alert_dialog_button_bar_height 0x7f070011
+int dimen abc_alert_dialog_button_dimen 0x7f070012
+int dimen abc_button_inset_horizontal_material 0x7f070013
+int dimen abc_button_inset_vertical_material 0x7f070014
+int dimen abc_button_padding_horizontal_material 0x7f070015
+int dimen abc_button_padding_vertical_material 0x7f070016
+int dimen abc_cascading_menus_min_smallest_width 0x7f070017
+int dimen abc_config_prefDialogWidth 0x7f070018
+int dimen abc_control_corner_material 0x7f070019
+int dimen abc_control_inset_material 0x7f07001a
+int dimen abc_control_padding_material 0x7f07001b
+int dimen abc_dialog_corner_radius_material 0x7f07001c
+int dimen abc_dialog_fixed_height_major 0x7f07001d
+int dimen abc_dialog_fixed_height_minor 0x7f07001e
+int dimen abc_dialog_fixed_width_major 0x7f07001f
+int dimen abc_dialog_fixed_width_minor 0x7f070020
+int dimen abc_dialog_list_padding_bottom_no_buttons 0x7f070021
+int dimen abc_dialog_list_padding_top_no_title 0x7f070022
+int dimen abc_dialog_min_width_major 0x7f070023
+int dimen abc_dialog_min_width_minor 0x7f070024
+int dimen abc_dialog_padding_material 0x7f070025
+int dimen abc_dialog_padding_top_material 0x7f070026
+int dimen abc_dialog_title_divider_material 0x7f070027
+int dimen abc_disabled_alpha_material_dark 0x7f070028
+int dimen abc_disabled_alpha_material_light 0x7f070029
+int dimen abc_dropdownitem_icon_width 0x7f07002a
+int dimen abc_dropdownitem_text_padding_left 0x7f07002b
+int dimen abc_dropdownitem_text_padding_right 0x7f07002c
+int dimen abc_edit_text_inset_bottom_material 0x7f07002d
+int dimen abc_edit_text_inset_horizontal_material 0x7f07002e
+int dimen abc_edit_text_inset_top_material 0x7f07002f
+int dimen abc_floating_window_z 0x7f070030
+int dimen abc_list_item_height_large_material 0x7f070031
+int dimen abc_list_item_height_material 0x7f070032
+int dimen abc_list_item_height_small_material 0x7f070033
+int dimen abc_list_item_padding_horizontal_material 0x7f070034
+int dimen abc_panel_menu_list_width 0x7f070035
+int dimen abc_progress_bar_height_material 0x7f070036
+int dimen abc_search_view_preferred_height 0x7f070037
+int dimen abc_search_view_preferred_width 0x7f070038
+int dimen abc_seekbar_track_background_height_material 0x7f070039
+int dimen abc_seekbar_track_progress_height_material 0x7f07003a
+int dimen abc_select_dialog_padding_start_material 0x7f07003b
+int dimen abc_switch_padding 0x7f07003c
+int dimen abc_text_size_body_1_material 0x7f07003d
+int dimen abc_text_size_body_2_material 0x7f07003e
+int dimen abc_text_size_button_material 0x7f07003f
+int dimen abc_text_size_caption_material 0x7f070040
+int dimen abc_text_size_display_1_material 0x7f070041
+int dimen abc_text_size_display_2_material 0x7f070042
+int dimen abc_text_size_display_3_material 0x7f070043
+int dimen abc_text_size_display_4_material 0x7f070044
+int dimen abc_text_size_headline_material 0x7f070045
+int dimen abc_text_size_large_material 0x7f070046
+int dimen abc_text_size_medium_material 0x7f070047
+int dimen abc_text_size_menu_header_material 0x7f070048
+int dimen abc_text_size_menu_material 0x7f070049
+int dimen abc_text_size_small_material 0x7f07004a
+int dimen abc_text_size_subhead_material 0x7f07004b
+int dimen abc_text_size_subtitle_material_toolbar 0x7f07004c
+int dimen abc_text_size_title_material 0x7f07004d
+int dimen abc_text_size_title_material_toolbar 0x7f07004e
+int dimen action_bar_size 0x7f07004f
+int dimen appcompat_dialog_background_inset 0x7f070050
+int dimen cardview_compat_inset_shadow 0x7f070051
+int dimen cardview_default_elevation 0x7f070052
+int dimen cardview_default_radius 0x7f070053
+int dimen compat_button_inset_horizontal_material 0x7f070054
+int dimen compat_button_inset_vertical_material 0x7f070055
+int dimen compat_button_padding_horizontal_material 0x7f070056
+int dimen compat_button_padding_vertical_material 0x7f070057
+int dimen compat_control_corner_material 0x7f070058
+int dimen compat_notification_large_icon_max_height 0x7f070059
+int dimen compat_notification_large_icon_max_width 0x7f07005a
+int dimen default_dimension 0x7f07005b
+int dimen design_appbar_elevation 0x7f07005c
+int dimen design_bottom_navigation_active_item_max_width 0x7f07005d
+int dimen design_bottom_navigation_active_item_min_width 0x7f07005e
+int dimen design_bottom_navigation_active_text_size 0x7f07005f
+int dimen design_bottom_navigation_elevation 0x7f070060
+int dimen design_bottom_navigation_height 0x7f070061
+int dimen design_bottom_navigation_icon_size 0x7f070062
+int dimen design_bottom_navigation_item_max_width 0x7f070063
+int dimen design_bottom_navigation_item_min_width 0x7f070064
+int dimen design_bottom_navigation_margin 0x7f070065
+int dimen design_bottom_navigation_shadow_height 0x7f070066
+int dimen design_bottom_navigation_text_size 0x7f070067
+int dimen design_bottom_sheet_elevation 0x7f070068
+int dimen design_bottom_sheet_modal_elevation 0x7f070069
+int dimen design_bottom_sheet_peek_height_min 0x7f07006a
+int dimen design_fab_border_width 0x7f07006b
+int dimen design_fab_elevation 0x7f07006c
+int dimen design_fab_image_size 0x7f07006d
+int dimen design_fab_size_mini 0x7f07006e
+int dimen design_fab_size_normal 0x7f07006f
+int dimen design_fab_translation_z_hovered_focused 0x7f070070
+int dimen design_fab_translation_z_pressed 0x7f070071
+int dimen design_navigation_elevation 0x7f070072
+int dimen design_navigation_icon_padding 0x7f070073
+int dimen design_navigation_icon_size 0x7f070074
+int dimen design_navigation_item_horizontal_padding 0x7f070075
+int dimen design_navigation_item_icon_padding 0x7f070076
+int dimen design_navigation_max_width 0x7f070077
+int dimen design_navigation_padding_bottom 0x7f070078
+int dimen design_navigation_separator_vertical_padding 0x7f070079
+int dimen design_snackbar_action_inline_max_width 0x7f07007a
+int dimen design_snackbar_action_text_color_alpha 0x7f07007b
+int dimen design_snackbar_background_corner_radius 0x7f07007c
+int dimen design_snackbar_elevation 0x7f07007d
+int dimen design_snackbar_extra_spacing_horizontal 0x7f07007e
+int dimen design_snackbar_max_width 0x7f07007f
+int dimen design_snackbar_min_width 0x7f070080
+int dimen design_snackbar_padding_horizontal 0x7f070081
+int dimen design_snackbar_padding_vertical 0x7f070082
+int dimen design_snackbar_padding_vertical_2lines 0x7f070083
+int dimen design_snackbar_text_size 0x7f070084
+int dimen design_tab_max_width 0x7f070085
+int dimen design_tab_scrollable_min_width 0x7f070086
+int dimen design_tab_text_size 0x7f070087
+int dimen design_tab_text_size_2line 0x7f070088
+int dimen design_textinput_caption_translate_y 0x7f070089
+int dimen disabled_alpha_material_dark 0x7f07008a
+int dimen disabled_alpha_material_light 0x7f07008b
+int dimen fastscroll_default_thickness 0x7f07008c
+int dimen fastscroll_margin 0x7f07008d
+int dimen fastscroll_minimum_range 0x7f07008e
+int dimen highlight_alpha_material_colored 0x7f07008f
+int dimen highlight_alpha_material_dark 0x7f070090
+int dimen highlight_alpha_material_light 0x7f070091
+int dimen hint_alpha_material_dark 0x7f070092
+int dimen hint_alpha_material_light 0x7f070093
+int dimen hint_pressed_alpha_material_dark 0x7f070094
+int dimen hint_pressed_alpha_material_light 0x7f070095
+int dimen item_touch_helper_max_drag_scroll_per_frame 0x7f070096
+int dimen item_touch_helper_swipe_escape_max_velocity 0x7f070097
+int dimen item_touch_helper_swipe_escape_velocity 0x7f070098
+int dimen material_emphasis_disabled 0x7f070099
+int dimen material_emphasis_high_type 0x7f07009a
+int dimen material_emphasis_medium 0x7f07009b
+int dimen material_text_view_test_line_height 0x7f07009c
+int dimen material_text_view_test_line_height_override 0x7f07009d
+int dimen mtrl_alert_dialog_background_inset_bottom 0x7f07009e
+int dimen mtrl_alert_dialog_background_inset_end 0x7f07009f
+int dimen mtrl_alert_dialog_background_inset_start 0x7f0700a0
+int dimen mtrl_alert_dialog_background_inset_top 0x7f0700a1
+int dimen mtrl_alert_dialog_picker_background_inset 0x7f0700a2
+int dimen mtrl_badge_horizontal_edge_offset 0x7f0700a3
+int dimen mtrl_badge_long_text_horizontal_padding 0x7f0700a4
+int dimen mtrl_badge_radius 0x7f0700a5
+int dimen mtrl_badge_text_horizontal_edge_offset 0x7f0700a6
+int dimen mtrl_badge_text_size 0x7f0700a7
+int dimen mtrl_badge_with_text_radius 0x7f0700a8
+int dimen mtrl_bottomappbar_fabOffsetEndMode 0x7f0700a9
+int dimen mtrl_bottomappbar_fab_bottom_margin 0x7f0700aa
+int dimen mtrl_bottomappbar_fab_cradle_margin 0x7f0700ab
+int dimen mtrl_bottomappbar_fab_cradle_rounded_corner_radius 0x7f0700ac
+int dimen mtrl_bottomappbar_fab_cradle_vertical_offset 0x7f0700ad
+int dimen mtrl_bottomappbar_height 0x7f0700ae
+int dimen mtrl_btn_corner_radius 0x7f0700af
+int dimen mtrl_btn_dialog_btn_min_width 0x7f0700b0
+int dimen mtrl_btn_disabled_elevation 0x7f0700b1
+int dimen mtrl_btn_disabled_z 0x7f0700b2
+int dimen mtrl_btn_elevation 0x7f0700b3
+int dimen mtrl_btn_focused_z 0x7f0700b4
+int dimen mtrl_btn_hovered_z 0x7f0700b5
+int dimen mtrl_btn_icon_btn_padding_left 0x7f0700b6
+int dimen mtrl_btn_icon_padding 0x7f0700b7
+int dimen mtrl_btn_inset 0x7f0700b8
+int dimen mtrl_btn_letter_spacing 0x7f0700b9
+int dimen mtrl_btn_padding_bottom 0x7f0700ba
+int dimen mtrl_btn_padding_left 0x7f0700bb
+int dimen mtrl_btn_padding_right 0x7f0700bc
+int dimen mtrl_btn_padding_top 0x7f0700bd
+int dimen mtrl_btn_pressed_z 0x7f0700be
+int dimen mtrl_btn_stroke_size 0x7f0700bf
+int dimen mtrl_btn_text_btn_icon_padding 0x7f0700c0
+int dimen mtrl_btn_text_btn_padding_left 0x7f0700c1
+int dimen mtrl_btn_text_btn_padding_right 0x7f0700c2
+int dimen mtrl_btn_text_size 0x7f0700c3
+int dimen mtrl_btn_z 0x7f0700c4
+int dimen mtrl_calendar_action_height 0x7f0700c5
+int dimen mtrl_calendar_action_padding 0x7f0700c6
+int dimen mtrl_calendar_bottom_padding 0x7f0700c7
+int dimen mtrl_calendar_content_padding 0x7f0700c8
+int dimen mtrl_calendar_day_corner 0x7f0700c9
+int dimen mtrl_calendar_day_height 0x7f0700ca
+int dimen mtrl_calendar_day_horizontal_padding 0x7f0700cb
+int dimen mtrl_calendar_day_today_stroke 0x7f0700cc
+int dimen mtrl_calendar_day_vertical_padding 0x7f0700cd
+int dimen mtrl_calendar_day_width 0x7f0700ce
+int dimen mtrl_calendar_days_of_week_height 0x7f0700cf
+int dimen mtrl_calendar_dialog_background_inset 0x7f0700d0
+int dimen mtrl_calendar_header_content_padding 0x7f0700d1
+int dimen mtrl_calendar_header_content_padding_fullscreen 0x7f0700d2
+int dimen mtrl_calendar_header_divider_thickness 0x7f0700d3
+int dimen mtrl_calendar_header_height 0x7f0700d4
+int dimen mtrl_calendar_header_height_fullscreen 0x7f0700d5
+int dimen mtrl_calendar_header_selection_line_height 0x7f0700d6
+int dimen mtrl_calendar_header_text_padding 0x7f0700d7
+int dimen mtrl_calendar_header_toggle_margin_bottom 0x7f0700d8
+int dimen mtrl_calendar_header_toggle_margin_top 0x7f0700d9
+int dimen mtrl_calendar_landscape_header_width 0x7f0700da
+int dimen mtrl_calendar_maximum_default_fullscreen_minor_axis 0x7f0700db
+int dimen mtrl_calendar_month_horizontal_padding 0x7f0700dc
+int dimen mtrl_calendar_month_vertical_padding 0x7f0700dd
+int dimen mtrl_calendar_navigation_bottom_padding 0x7f0700de
+int dimen mtrl_calendar_navigation_height 0x7f0700df
+int dimen mtrl_calendar_navigation_top_padding 0x7f0700e0
+int dimen mtrl_calendar_pre_l_text_clip_padding 0x7f0700e1
+int dimen mtrl_calendar_selection_baseline_to_top_fullscreen 0x7f0700e2
+int dimen mtrl_calendar_selection_text_baseline_to_bottom 0x7f0700e3
+int dimen mtrl_calendar_selection_text_baseline_to_bottom_fullscreen 0x7f0700e4
+int dimen mtrl_calendar_selection_text_baseline_to_top 0x7f0700e5
+int dimen mtrl_calendar_text_input_padding_top 0x7f0700e6
+int dimen mtrl_calendar_title_baseline_to_top 0x7f0700e7
+int dimen mtrl_calendar_title_baseline_to_top_fullscreen 0x7f0700e8
+int dimen mtrl_calendar_year_corner 0x7f0700e9
+int dimen mtrl_calendar_year_height 0x7f0700ea
+int dimen mtrl_calendar_year_horizontal_padding 0x7f0700eb
+int dimen mtrl_calendar_year_vertical_padding 0x7f0700ec
+int dimen mtrl_calendar_year_width 0x7f0700ed
+int dimen mtrl_card_checked_icon_margin 0x7f0700ee
+int dimen mtrl_card_checked_icon_size 0x7f0700ef
+int dimen mtrl_card_corner_radius 0x7f0700f0
+int dimen mtrl_card_dragged_z 0x7f0700f1
+int dimen mtrl_card_elevation 0x7f0700f2
+int dimen mtrl_card_spacing 0x7f0700f3
+int dimen mtrl_chip_pressed_translation_z 0x7f0700f4
+int dimen mtrl_chip_text_size 0x7f0700f5
+int dimen mtrl_exposed_dropdown_menu_popup_elevation 0x7f0700f6
+int dimen mtrl_exposed_dropdown_menu_popup_vertical_offset 0x7f0700f7
+int dimen mtrl_exposed_dropdown_menu_popup_vertical_padding 0x7f0700f8
+int dimen mtrl_extended_fab_bottom_padding 0x7f0700f9
+int dimen mtrl_extended_fab_corner_radius 0x7f0700fa
+int dimen mtrl_extended_fab_disabled_elevation 0x7f0700fb
+int dimen mtrl_extended_fab_disabled_translation_z 0x7f0700fc
+int dimen mtrl_extended_fab_elevation 0x7f0700fd
+int dimen mtrl_extended_fab_end_padding 0x7f0700fe
+int dimen mtrl_extended_fab_end_padding_icon 0x7f0700ff
+int dimen mtrl_extended_fab_icon_size 0x7f070100
+int dimen mtrl_extended_fab_icon_text_spacing 0x7f070101
+int dimen mtrl_extended_fab_min_height 0x7f070102
+int dimen mtrl_extended_fab_min_width 0x7f070103
+int dimen mtrl_extended_fab_start_padding 0x7f070104
+int dimen mtrl_extended_fab_start_padding_icon 0x7f070105
+int dimen mtrl_extended_fab_top_padding 0x7f070106
+int dimen mtrl_extended_fab_translation_z_base 0x7f070107
+int dimen mtrl_extended_fab_translation_z_hovered_focused 0x7f070108
+int dimen mtrl_extended_fab_translation_z_pressed 0x7f070109
+int dimen mtrl_fab_elevation 0x7f07010a
+int dimen mtrl_fab_min_touch_target 0x7f07010b
+int dimen mtrl_fab_translation_z_hovered_focused 0x7f07010c
+int dimen mtrl_fab_translation_z_pressed 0x7f07010d
+int dimen mtrl_high_ripple_default_alpha 0x7f07010e
+int dimen mtrl_high_ripple_focused_alpha 0x7f07010f
+int dimen mtrl_high_ripple_hovered_alpha 0x7f070110
+int dimen mtrl_high_ripple_pressed_alpha 0x7f070111
+int dimen mtrl_large_touch_target 0x7f070112
+int dimen mtrl_low_ripple_default_alpha 0x7f070113
+int dimen mtrl_low_ripple_focused_alpha 0x7f070114
+int dimen mtrl_low_ripple_hovered_alpha 0x7f070115
+int dimen mtrl_low_ripple_pressed_alpha 0x7f070116
+int dimen mtrl_min_touch_target_size 0x7f070117
+int dimen mtrl_navigation_elevation 0x7f070118
+int dimen mtrl_navigation_item_horizontal_padding 0x7f070119
+int dimen mtrl_navigation_item_icon_padding 0x7f07011a
+int dimen mtrl_navigation_item_icon_size 0x7f07011b
+int dimen mtrl_navigation_item_shape_horizontal_margin 0x7f07011c
+int dimen mtrl_navigation_item_shape_vertical_margin 0x7f07011d
+int dimen mtrl_shape_corner_size_large_component 0x7f07011e
+int dimen mtrl_shape_corner_size_medium_component 0x7f07011f
+int dimen mtrl_shape_corner_size_small_component 0x7f070120
+int dimen mtrl_snackbar_action_text_color_alpha 0x7f070121
+int dimen mtrl_snackbar_background_corner_radius 0x7f070122
+int dimen mtrl_snackbar_background_overlay_color_alpha 0x7f070123
+int dimen mtrl_snackbar_margin 0x7f070124
+int dimen mtrl_switch_thumb_elevation 0x7f070125
+int dimen mtrl_textinput_box_corner_radius_medium 0x7f070126
+int dimen mtrl_textinput_box_corner_radius_small 0x7f070127
+int dimen mtrl_textinput_box_label_cutout_padding 0x7f070128
+int dimen mtrl_textinput_box_stroke_width_default 0x7f070129
+int dimen mtrl_textinput_box_stroke_width_focused 0x7f07012a
+int dimen mtrl_textinput_end_icon_margin_start 0x7f07012b
+int dimen mtrl_textinput_outline_box_expanded_padding 0x7f07012c
+int dimen mtrl_textinput_start_icon_margin_end 0x7f07012d
+int dimen mtrl_toolbar_default_height 0x7f07012e
+int dimen notification_action_icon_size 0x7f07012f
+int dimen notification_action_text_size 0x7f070130
+int dimen notification_big_circle_margin 0x7f070131
+int dimen notification_content_margin_start 0x7f070132
+int dimen notification_large_icon_height 0x7f070133
+int dimen notification_large_icon_width 0x7f070134
+int dimen notification_main_column_padding_top 0x7f070135
+int dimen notification_media_narrow_margin 0x7f070136
+int dimen notification_right_icon_size 0x7f070137
+int dimen notification_right_side_padding_top 0x7f070138
+int dimen notification_small_icon_background_padding 0x7f070139
+int dimen notification_small_icon_size_as_large 0x7f07013a
+int dimen notification_subtext_size 0x7f07013b
+int dimen notification_top_pad 0x7f07013c
+int dimen notification_top_pad_large_text 0x7f07013d
+int dimen skin_dialog_list_padding_bottom_no_buttons 0x7f07013e
+int dimen skin_dialog_list_padding_top_no_title 0x7f07013f
+int dimen skin_dialog_padding_top 0x7f070140
+int dimen skin_dialog_title_divider 0x7f070141
+int dimen skin_select_dialog_padding_start 0x7f070142
+int dimen subtitle_corner_radius 0x7f070143
+int dimen subtitle_outline_width 0x7f070144
+int dimen subtitle_shadow_offset 0x7f070145
+int dimen subtitle_shadow_radius 0x7f070146
+int dimen test_mtrl_calendar_day_cornerSize 0x7f070147
+int dimen tooltip_corner_radius 0x7f070148
+int dimen tooltip_horizontal_padding 0x7f070149
+int dimen tooltip_margin 0x7f07014a
+int dimen tooltip_precise_anchor_extra_offset 0x7f07014b
+int dimen tooltip_precise_anchor_threshold 0x7f07014c
+int dimen tooltip_vertical_padding 0x7f07014d
+int dimen tooltip_y_offset_non_touch 0x7f07014e
+int dimen tooltip_y_offset_touch 0x7f07014f
+int drawable abc_ab_share_pack_mtrl_alpha 0x7f080001
+int drawable abc_action_bar_item_background_material 0x7f080002
+int drawable abc_btn_borderless_material 0x7f080003
+int drawable abc_btn_check_material 0x7f080004
+int drawable abc_btn_check_material_anim 0x7f080005
+int drawable abc_btn_check_to_on_mtrl_000 0x7f080006
+int drawable abc_btn_check_to_on_mtrl_015 0x7f080007
+int drawable abc_btn_colored_material 0x7f080008
+int drawable abc_btn_default_mtrl_shape 0x7f080009
+int drawable abc_btn_radio_material 0x7f08000a
+int drawable abc_btn_radio_material_anim 0x7f08000b
+int drawable abc_btn_radio_to_on_mtrl_000 0x7f08000c
+int drawable abc_btn_radio_to_on_mtrl_015 0x7f08000d
+int drawable abc_btn_switch_to_on_mtrl_00001 0x7f08000e
+int drawable abc_btn_switch_to_on_mtrl_00012 0x7f08000f
+int drawable abc_cab_background_internal_bg 0x7f080010
+int drawable abc_cab_background_top_material 0x7f080011
+int drawable abc_cab_background_top_mtrl_alpha 0x7f080012
+int drawable abc_control_background_material 0x7f080013
+int drawable abc_dialog_material_background 0x7f080014
+int drawable abc_edit_text_material 0x7f080015
+int drawable abc_ic_ab_back_material 0x7f080016
+int drawable abc_ic_arrow_drop_right_black_24dp 0x7f080017
+int drawable abc_ic_clear_material 0x7f080018
+int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f080019
+int drawable abc_ic_go_search_api_material 0x7f08001a
+int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f08001b
+int drawable abc_ic_menu_cut_mtrl_alpha 0x7f08001c
+int drawable abc_ic_menu_overflow_material 0x7f08001d
+int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f08001e
+int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f08001f
+int drawable abc_ic_menu_share_mtrl_alpha 0x7f080020
+int drawable abc_ic_search_api_material 0x7f080021
+int drawable abc_ic_star_black_16dp 0x7f080022
+int drawable abc_ic_star_black_36dp 0x7f080023
+int drawable abc_ic_star_black_48dp 0x7f080024
+int drawable abc_ic_star_half_black_16dp 0x7f080025
+int drawable abc_ic_star_half_black_36dp 0x7f080026
+int drawable abc_ic_star_half_black_48dp 0x7f080027
+int drawable abc_ic_voice_search_api_material 0x7f080028
+int drawable abc_item_background_holo_dark 0x7f080029
+int drawable abc_item_background_holo_light 0x7f08002a
+int drawable abc_list_divider_material 0x7f08002b
+int drawable abc_list_divider_mtrl_alpha 0x7f08002c
+int drawable abc_list_focused_holo 0x7f08002d
+int drawable abc_list_longpressed_holo 0x7f08002e
+int drawable abc_list_pressed_holo_dark 0x7f08002f
+int drawable abc_list_pressed_holo_light 0x7f080030
+int drawable abc_list_selector_background_transition_holo_dark 0x7f080031
+int drawable abc_list_selector_background_transition_holo_light 0x7f080032
+int drawable abc_list_selector_disabled_holo_dark 0x7f080033
+int drawable abc_list_selector_disabled_holo_light 0x7f080034
+int drawable abc_list_selector_holo_dark 0x7f080035
+int drawable abc_list_selector_holo_light 0x7f080036
+int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f080037
+int drawable abc_popup_background_mtrl_mult 0x7f080038
+int drawable abc_ratingbar_indicator_material 0x7f080039
+int drawable abc_ratingbar_material 0x7f08003a
+int drawable abc_ratingbar_small_material 0x7f08003b
+int drawable abc_scrubber_control_off_mtrl_alpha 0x7f08003c
+int drawable abc_scrubber_control_to_pressed_mtrl_000 0x7f08003d
+int drawable abc_scrubber_control_to_pressed_mtrl_005 0x7f08003e
+int drawable abc_scrubber_primary_mtrl_alpha 0x7f08003f
+int drawable abc_scrubber_track_mtrl_alpha 0x7f080040
+int drawable abc_seekbar_thumb_material 0x7f080041
+int drawable abc_seekbar_tick_mark_material 0x7f080042
+int drawable abc_seekbar_track_material 0x7f080043
+int drawable abc_spinner_mtrl_am_alpha 0x7f080044
+int drawable abc_spinner_textfield_background_material 0x7f080045
+int drawable abc_switch_thumb_material 0x7f080046
+int drawable abc_switch_track_mtrl_alpha 0x7f080047
+int drawable abc_tab_indicator_material 0x7f080048
+int drawable abc_tab_indicator_mtrl_alpha 0x7f080049
+int drawable abc_text_cursor_material 0x7f08004a
+int drawable abc_text_select_handle_left_mtrl_dark 0x7f08004b
+int drawable abc_text_select_handle_left_mtrl_light 0x7f08004c
+int drawable abc_text_select_handle_middle_mtrl_dark 0x7f08004d
+int drawable abc_text_select_handle_middle_mtrl_light 0x7f08004e
+int drawable abc_text_select_handle_right_mtrl_dark 0x7f08004f
+int drawable abc_text_select_handle_right_mtrl_light 0x7f080050
+int drawable abc_textfield_activated_mtrl_alpha 0x7f080051
+int drawable abc_textfield_default_mtrl_alpha 0x7f080052
+int drawable abc_textfield_search_activated_mtrl_alpha 0x7f080053
+int drawable abc_textfield_search_default_mtrl_alpha 0x7f080054
+int drawable abc_textfield_search_material 0x7f080055
+int drawable abc_vector_test 0x7f080056
+int drawable avd_hide_password 0x7f080057
+int drawable avd_show_password 0x7f080058
+int drawable btn_checkbox_checked_mtrl 0x7f080059
+int drawable btn_checkbox_checked_to_unchecked_mtrl_animation 0x7f08005a
+int drawable btn_checkbox_unchecked_mtrl 0x7f08005b
+int drawable btn_checkbox_unchecked_to_checked_mtrl_animation 0x7f08005c
+int drawable btn_radio_off_mtrl 0x7f08005d
+int drawable btn_radio_off_to_on_mtrl_animation 0x7f08005e
+int drawable btn_radio_on_mtrl 0x7f08005f
+int drawable btn_radio_on_to_off_mtrl_animation 0x7f080060
+int drawable design_bottom_navigation_item_background 0x7f080061
+int drawable design_fab_background 0x7f080062
+int drawable design_ic_visibility 0x7f080063
+int drawable design_ic_visibility_off 0x7f080064
+int drawable design_password_eye 0x7f080065
+int drawable design_snackbar_background 0x7f080066
+int drawable ic_calendar_black_24dp 0x7f080067
+int drawable ic_clear_black_24dp 0x7f080068
+int drawable ic_edit_black_24dp 0x7f080069
+int drawable ic_keyboard_arrow_left_black_24dp 0x7f08006a
+int drawable ic_keyboard_arrow_right_black_24dp 0x7f08006b
+int drawable ic_menu_arrow_down_black_24dp 0x7f08006c
+int drawable ic_menu_arrow_up_black_24dp 0x7f08006d
+int drawable ic_mtrl_checked_circle 0x7f08006e
+int drawable ic_mtrl_chip_checked_black 0x7f08006f
+int drawable ic_mtrl_chip_checked_circle 0x7f080070
+int drawable ic_mtrl_chip_close_circle 0x7f080071
+int drawable mtrl_dialog_background 0x7f080072
+int drawable mtrl_dropdown_arrow 0x7f080073
+int drawable mtrl_ic_arrow_drop_down 0x7f080074
+int drawable mtrl_ic_arrow_drop_up 0x7f080075
+int drawable mtrl_ic_cancel 0x7f080076
+int drawable mtrl_ic_error 0x7f080077
+int drawable mtrl_popupmenu_background 0x7f080078
+int drawable mtrl_popupmenu_background_dark 0x7f080079
+int drawable mtrl_tabs_default_indicator 0x7f08007a
+int drawable navigation_empty_icon 0x7f08007b
+int drawable notification_action_background 0x7f08007c
+int drawable notification_bg 0x7f08007d
+int drawable notification_bg_low 0x7f08007e
+int drawable notification_bg_low_normal 0x7f08007f
+int drawable notification_bg_low_pressed 0x7f080080
+int drawable notification_bg_normal 0x7f080081
+int drawable notification_bg_normal_pressed 0x7f080082
+int drawable notification_icon_background 0x7f080083
+int drawable notification_template_icon_bg 0x7f080084
+int drawable notification_template_icon_low_bg 0x7f080085
+int drawable notification_tile_bg 0x7f080086
+int drawable notify_panel_notification_icon_bg 0x7f080087
+int drawable skin_btn_check 0x7f080088
+int drawable skin_btn_check_box 0x7f080089
+int drawable skin_btn_check_box_outline_blank 0x7f08008a
+int drawable skin_btn_radio 0x7f08008b
+int drawable skin_btn_radio_checked 0x7f08008c
+int drawable skin_btn_radio_unchecked 0x7f08008d
+int drawable test_custom_background 0x7f08008e
+int drawable tooltip_frame_dark 0x7f08008f
+int drawable tooltip_frame_light 0x7f080090
+int id BOTTOM_END 0x7f0b0001
+int id BOTTOM_START 0x7f0b0002
+int id TOP_END 0x7f0b0003
+int id TOP_START 0x7f0b0004
+int id accessibility_action_clickable_span 0x7f0b0005
+int id accessibility_custom_action_0 0x7f0b0006
+int id accessibility_custom_action_1 0x7f0b0007
+int id accessibility_custom_action_10 0x7f0b0008
+int id accessibility_custom_action_11 0x7f0b0009
+int id accessibility_custom_action_12 0x7f0b000a
+int id accessibility_custom_action_13 0x7f0b000b
+int id accessibility_custom_action_14 0x7f0b000c
+int id accessibility_custom_action_15 0x7f0b000d
+int id accessibility_custom_action_16 0x7f0b000e
+int id accessibility_custom_action_17 0x7f0b000f
+int id accessibility_custom_action_18 0x7f0b0010
+int id accessibility_custom_action_19 0x7f0b0011
+int id accessibility_custom_action_2 0x7f0b0012
+int id accessibility_custom_action_20 0x7f0b0013
+int id accessibility_custom_action_21 0x7f0b0014
+int id accessibility_custom_action_22 0x7f0b0015
+int id accessibility_custom_action_23 0x7f0b0016
+int id accessibility_custom_action_24 0x7f0b0017
+int id accessibility_custom_action_25 0x7f0b0018
+int id accessibility_custom_action_26 0x7f0b0019
+int id accessibility_custom_action_27 0x7f0b001a
+int id accessibility_custom_action_28 0x7f0b001b
+int id accessibility_custom_action_29 0x7f0b001c
+int id accessibility_custom_action_3 0x7f0b001d
+int id accessibility_custom_action_30 0x7f0b001e
+int id accessibility_custom_action_31 0x7f0b001f
+int id accessibility_custom_action_4 0x7f0b0020
+int id accessibility_custom_action_5 0x7f0b0021
+int id accessibility_custom_action_6 0x7f0b0022
+int id accessibility_custom_action_7 0x7f0b0023
+int id accessibility_custom_action_8 0x7f0b0024
+int id accessibility_custom_action_9 0x7f0b0025
+int id action0 0x7f0b0026
+int id action_bar 0x7f0b0027
+int id action_bar_activity_content 0x7f0b0028
+int id action_bar_container 0x7f0b0029
+int id action_bar_root 0x7f0b002a
+int id action_bar_spinner 0x7f0b002b
+int id action_bar_subtitle 0x7f0b002c
+int id action_bar_title 0x7f0b002d
+int id action_container 0x7f0b002e
+int id action_context_bar 0x7f0b002f
+int id action_divider 0x7f0b0030
+int id action_image 0x7f0b0031
+int id action_menu_divider 0x7f0b0032
+int id action_menu_presenter 0x7f0b0033
+int id action_mode_bar 0x7f0b0034
+int id action_mode_bar_stub 0x7f0b0035
+int id action_mode_close_button 0x7f0b0036
+int id action_text 0x7f0b0037
+int id actions 0x7f0b0038
+int id activity_chooser_view_content 0x7f0b0039
+int id add 0x7f0b003a
+int id alertTitle 0x7f0b003b
+int id async 0x7f0b003c
+int id auto 0x7f0b003d
+int id blocking 0x7f0b003e
+int id bottom 0x7f0b003f
+int id buttonPanel 0x7f0b0040
+int id cancel_action 0x7f0b0041
+int id cancel_button 0x7f0b0042
+int id center 0x7f0b0043
+int id checkbox 0x7f0b0044
+int id checked 0x7f0b0045
+int id chip 0x7f0b0046
+int id chip_group 0x7f0b0047
+int id chronometer 0x7f0b0048
+int id clear_text 0x7f0b0049
+int id confirm_button 0x7f0b004a
+int id container 0x7f0b004b
+int id content 0x7f0b004c
+int id contentPanel 0x7f0b004d
+int id coordinator 0x7f0b004e
+int id custom 0x7f0b004f
+int id customPanel 0x7f0b0050
+int id cut 0x7f0b0051
+int id date_picker_actions 0x7f0b0052
+int id decor_content_parent 0x7f0b0053
+int id default_activity_button 0x7f0b0054
+int id design_bottom_sheet 0x7f0b0055
+int id design_menu_item_action_area 0x7f0b0056
+int id design_menu_item_action_area_stub 0x7f0b0057
+int id design_menu_item_text 0x7f0b0058
+int id design_navigation_view 0x7f0b0059
+int id dialog_button 0x7f0b005a
+int id dropdown_menu 0x7f0b005b
+int id edit_query 0x7f0b005c
+int id end 0x7f0b005d
+int id end_padder 0x7f0b005e
+int id expand_activities_button 0x7f0b005f
+int id expanded_menu 0x7f0b0060
+int id fade 0x7f0b0061
+int id fill 0x7f0b0062
+int id filled 0x7f0b0063
+int id filter_chip 0x7f0b0064
+int id fixed 0x7f0b0065
+int id forever 0x7f0b0066
+int id ghost_view 0x7f0b0067
+int id ghost_view_holder 0x7f0b0068
+int id group_divider 0x7f0b0069
+int id home 0x7f0b006a
+int id icon 0x7f0b006b
+int id icon_group 0x7f0b006c
+int id image 0x7f0b006d
+int id info 0x7f0b006e
+int id italic 0x7f0b006f
+int id item_touch_helper_previous_elevation 0x7f0b0070
+int id labeled 0x7f0b0071
+int id largeLabel 0x7f0b0072
+int id left 0x7f0b0073
+int id line1 0x7f0b0074
+int id line3 0x7f0b0075
+int id listMode 0x7f0b0076
+int id list_item 0x7f0b0077
+int id masked 0x7f0b0078
+int id media_actions 0x7f0b0079
+int id message 0x7f0b007a
+int id mini 0x7f0b007b
+int id month_grid 0x7f0b007c
+int id month_navigation_bar 0x7f0b007d
+int id month_navigation_fragment_toggle 0x7f0b007e
+int id month_navigation_next 0x7f0b007f
+int id month_navigation_previous 0x7f0b0080
+int id month_title 0x7f0b0081
+int id mtrl_calendar_day_selector_frame 0x7f0b0082
+int id mtrl_calendar_days_of_week 0x7f0b0083
+int id mtrl_calendar_frame 0x7f0b0084
+int id mtrl_calendar_main_pane 0x7f0b0085
+int id mtrl_calendar_months 0x7f0b0086
+int id mtrl_calendar_selection_frame 0x7f0b0087
+int id mtrl_calendar_text_input_frame 0x7f0b0088
+int id mtrl_calendar_year_selector_frame 0x7f0b0089
+int id mtrl_card_checked_layer_id 0x7f0b008a
+int id mtrl_child_content_container 0x7f0b008b
+int id mtrl_internal_children_alpha_tag 0x7f0b008c
+int id mtrl_picker_fullscreen 0x7f0b008d
+int id mtrl_picker_header 0x7f0b008e
+int id mtrl_picker_header_selection_text 0x7f0b008f
+int id mtrl_picker_header_title_and_selection 0x7f0b0090
+int id mtrl_picker_header_toggle 0x7f0b0091
+int id mtrl_picker_text_input_date 0x7f0b0092
+int id mtrl_picker_text_input_range_end 0x7f0b0093
+int id mtrl_picker_text_input_range_start 0x7f0b0094
+int id mtrl_picker_title_text 0x7f0b0095
+int id multiply 0x7f0b0096
+int id navigation_header_container 0x7f0b0097
+int id none 0x7f0b0098
+int id normal 0x7f0b0099
+int id notification_background 0x7f0b009a
+int id notification_main_column 0x7f0b009b
+int id notification_main_column_container 0x7f0b009c
+int id off 0x7f0b009d
+int id on 0x7f0b009e
+int id outline 0x7f0b009f
+int id parallax 0x7f0b00a0
+int id parentPanel 0x7f0b00a1
+int id parent_matrix 0x7f0b00a2
+int id password_toggle 0x7f0b00a3
+int id pin 0x7f0b00a4
+int id progress_circular 0x7f0b00a5
+int id progress_horizontal 0x7f0b00a6
+int id radio 0x7f0b00a7
+int id right 0x7f0b00a8
+int id right_icon 0x7f0b00a9
+int id right_side 0x7f0b00aa
+int id rounded 0x7f0b00ab
+int id save_non_transition_alpha 0x7f0b00ac
+int id save_overlay_view 0x7f0b00ad
+int id scale 0x7f0b00ae
+int id screen 0x7f0b00af
+int id scrollIndicatorDown 0x7f0b00b0
+int id scrollIndicatorUp 0x7f0b00b1
+int id scrollView 0x7f0b00b2
+int id scrollable 0x7f0b00b3
+int id search_badge 0x7f0b00b4
+int id search_bar 0x7f0b00b5
+int id search_button 0x7f0b00b6
+int id search_close_btn 0x7f0b00b7
+int id search_edit_frame 0x7f0b00b8
+int id search_go_btn 0x7f0b00b9
+int id search_mag_icon 0x7f0b00ba
+int id search_plate 0x7f0b00bb
+int id search_src_text 0x7f0b00bc
+int id search_voice_btn 0x7f0b00bd
+int id select_dialog_listview 0x7f0b00be
+int id selected 0x7f0b00bf
+int id shortcut 0x7f0b00c0
+int id slide 0x7f0b00c1
+int id smallLabel 0x7f0b00c2
+int id snackbar_action 0x7f0b00c3
+int id snackbar_text 0x7f0b00c4
+int id spacer 0x7f0b00c5
+int id split_action_bar 0x7f0b00c6
+int id src_atop 0x7f0b00c7
+int id src_in 0x7f0b00c8
+int id src_over 0x7f0b00c9
+int id start 0x7f0b00ca
+int id status_bar_latest_event_content 0x7f0b00cb
+int id stretch 0x7f0b00cc
+int id submenuarrow 0x7f0b00cd
+int id submit_area 0x7f0b00ce
+int id tabMode 0x7f0b00cf
+int id tag_accessibility_actions 0x7f0b00d0
+int id tag_accessibility_clickable_spans 0x7f0b00d1
+int id tag_accessibility_heading 0x7f0b00d2
+int id tag_accessibility_pane_title 0x7f0b00d3
+int id tag_screen_reader_focusable 0x7f0b00d4
+int id tag_transition_group 0x7f0b00d5
+int id tag_unhandled_key_event_manager 0x7f0b00d6
+int id tag_unhandled_key_listeners 0x7f0b00d7
+int id test_checkbox_android_button_tint 0x7f0b00d8
+int id test_checkbox_app_button_tint 0x7f0b00d9
+int id text 0x7f0b00da
+int id text2 0x7f0b00db
+int id textSpacerNoButtons 0x7f0b00dc
+int id textSpacerNoTitle 0x7f0b00dd
+int id text_input_end_icon 0x7f0b00de
+int id text_input_start_icon 0x7f0b00df
+int id textinput_counter 0x7f0b00e0
+int id textinput_error 0x7f0b00e1
+int id textinput_helper_text 0x7f0b00e2
+int id time 0x7f0b00e3
+int id title 0x7f0b00e4
+int id titleDividerNoCustom 0x7f0b00e5
+int id title_template 0x7f0b00e6
+int id top 0x7f0b00e7
+int id topPanel 0x7f0b00e8
+int id touch_outside 0x7f0b00e9
+int id transition_current_scene 0x7f0b00ea
+int id transition_layout_save 0x7f0b00eb
+int id transition_position 0x7f0b00ec
+int id transition_scene_layoutid_cache 0x7f0b00ed
+int id transition_transform 0x7f0b00ee
+int id unchecked 0x7f0b00ef
+int id uniform 0x7f0b00f0
+int id unlabeled 0x7f0b00f1
+int id up 0x7f0b00f2
+int id view_offset_helper 0x7f0b00f3
+int id visible 0x7f0b00f4
+int id wrap_content 0x7f0b00f5
+int integer abc_config_activityDefaultDur 0x7f0c0001
+int integer abc_config_activityShortDur 0x7f0c0002
+int integer app_bar_elevation_anim_duration 0x7f0c0003
+int integer bottom_sheet_slide_duration 0x7f0c0004
+int integer cancel_button_image_alpha 0x7f0c0005
+int integer config_tooltipAnimTime 0x7f0c0006
+int integer design_snackbar_text_max_lines 0x7f0c0007
+int integer design_tab_indicator_anim_duration_ms 0x7f0c0008
+int integer hide_password_duration 0x7f0c0009
+int integer mtrl_badge_max_character_count 0x7f0c000a
+int integer mtrl_btn_anim_delay_ms 0x7f0c000b
+int integer mtrl_btn_anim_duration_ms 0x7f0c000c
+int integer mtrl_calendar_header_orientation 0x7f0c000d
+int integer mtrl_calendar_selection_text_lines 0x7f0c000e
+int integer mtrl_calendar_year_selector_span 0x7f0c000f
+int integer mtrl_card_anim_delay_ms 0x7f0c0010
+int integer mtrl_card_anim_duration_ms 0x7f0c0011
+int integer mtrl_chip_anim_duration 0x7f0c0012
+int integer mtrl_tab_indicator_anim_duration_ms 0x7f0c0013
+int integer show_password_duration 0x7f0c0014
+int integer status_bar_notification_info_maxnum 0x7f0c0015
+int interpolator btn_checkbox_checked_mtrl_animation_interpolator_0 0x7f0d0001
+int interpolator btn_checkbox_checked_mtrl_animation_interpolator_1 0x7f0d0002
+int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_0 0x7f0d0003
+int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_1 0x7f0d0004
+int interpolator btn_radio_to_off_mtrl_animation_interpolator_0 0x7f0d0005
+int interpolator btn_radio_to_on_mtrl_animation_interpolator_0 0x7f0d0006
+int interpolator fast_out_slow_in 0x7f0d0007
+int interpolator mtrl_fast_out_linear_in 0x7f0d0008
+int interpolator mtrl_fast_out_slow_in 0x7f0d0009
+int interpolator mtrl_linear 0x7f0d000a
+int interpolator mtrl_linear_out_slow_in 0x7f0d000b
+int layout abc_action_bar_title_item 0x7f0e0001
+int layout abc_action_bar_up_container 0x7f0e0002
+int layout abc_action_menu_item_layout 0x7f0e0003
+int layout abc_action_menu_layout 0x7f0e0004
+int layout abc_action_mode_bar 0x7f0e0005
+int layout abc_action_mode_close_item_material 0x7f0e0006
+int layout abc_activity_chooser_view 0x7f0e0007
+int layout abc_activity_chooser_view_list_item 0x7f0e0008
+int layout abc_alert_dialog_button_bar_material 0x7f0e0009
+int layout abc_alert_dialog_material 0x7f0e000a
+int layout abc_alert_dialog_title_material 0x7f0e000b
+int layout abc_cascading_menu_item_layout 0x7f0e000c
+int layout abc_dialog_title_material 0x7f0e000d
+int layout abc_expanded_menu_layout 0x7f0e000e
+int layout abc_list_menu_item_checkbox 0x7f0e000f
+int layout abc_list_menu_item_icon 0x7f0e0010
+int layout abc_list_menu_item_layout 0x7f0e0011
+int layout abc_list_menu_item_radio 0x7f0e0012
+int layout abc_popup_menu_header_item_layout 0x7f0e0013
+int layout abc_popup_menu_item_layout 0x7f0e0014
+int layout abc_screen_content_include 0x7f0e0015
+int layout abc_screen_simple 0x7f0e0016
+int layout abc_screen_simple_overlay_action_mode 0x7f0e0017
+int layout abc_screen_toolbar 0x7f0e0018
+int layout abc_search_dropdown_item_icons_2line 0x7f0e0019
+int layout abc_search_view 0x7f0e001a
+int layout abc_select_dialog_material 0x7f0e001b
+int layout abc_tooltip 0x7f0e001c
+int layout custom_dialog 0x7f0e001d
+int layout design_bottom_navigation_item 0x7f0e001e
+int layout design_bottom_sheet_dialog 0x7f0e001f
+int layout design_layout_snackbar 0x7f0e0020
+int layout design_layout_snackbar_include 0x7f0e0021
+int layout design_layout_tab_icon 0x7f0e0022
+int layout design_layout_tab_text 0x7f0e0023
+int layout design_menu_item_action_area 0x7f0e0024
+int layout design_navigation_item 0x7f0e0025
+int layout design_navigation_item_header 0x7f0e0026
+int layout design_navigation_item_separator 0x7f0e0027
+int layout design_navigation_item_subheader 0x7f0e0028
+int layout design_navigation_menu 0x7f0e0029
+int layout design_navigation_menu_item 0x7f0e002a
+int layout design_text_input_end_icon 0x7f0e002b
+int layout design_text_input_start_icon 0x7f0e002c
+int layout mtrl_alert_dialog 0x7f0e002d
+int layout mtrl_alert_dialog_actions 0x7f0e002e
+int layout mtrl_alert_dialog_title 0x7f0e002f
+int layout mtrl_alert_select_dialog_item 0x7f0e0030
+int layout mtrl_alert_select_dialog_multichoice 0x7f0e0031
+int layout mtrl_alert_select_dialog_singlechoice 0x7f0e0032
+int layout mtrl_calendar_day 0x7f0e0033
+int layout mtrl_calendar_day_of_week 0x7f0e0034
+int layout mtrl_calendar_days_of_week 0x7f0e0035
+int layout mtrl_calendar_horizontal 0x7f0e0036
+int layout mtrl_calendar_month 0x7f0e0037
+int layout mtrl_calendar_month_labeled 0x7f0e0038
+int layout mtrl_calendar_month_navigation 0x7f0e0039
+int layout mtrl_calendar_months 0x7f0e003a
+int layout mtrl_calendar_vertical 0x7f0e003b
+int layout mtrl_calendar_year 0x7f0e003c
+int layout mtrl_layout_snackbar 0x7f0e003d
+int layout mtrl_layout_snackbar_include 0x7f0e003e
+int layout mtrl_picker_actions 0x7f0e003f
+int layout mtrl_picker_dialog 0x7f0e0040
+int layout mtrl_picker_fullscreen 0x7f0e0041
+int layout mtrl_picker_header_dialog 0x7f0e0042
+int layout mtrl_picker_header_fullscreen 0x7f0e0043
+int layout mtrl_picker_header_selection_text 0x7f0e0044
+int layout mtrl_picker_header_title_text 0x7f0e0045
+int layout mtrl_picker_header_toggle 0x7f0e0046
+int layout mtrl_picker_text_input_date 0x7f0e0047
+int layout mtrl_picker_text_input_date_range 0x7f0e0048
+int layout notification_action 0x7f0e0049
+int layout notification_action_tombstone 0x7f0e004a
+int layout notification_media_action 0x7f0e004b
+int layout notification_media_cancel_action 0x7f0e004c
+int layout notification_template_big_media 0x7f0e004d
+int layout notification_template_big_media_custom 0x7f0e004e
+int layout notification_template_big_media_narrow 0x7f0e004f
+int layout notification_template_big_media_narrow_custom 0x7f0e0050
+int layout notification_template_custom_big 0x7f0e0051
+int layout notification_template_icon_group 0x7f0e0052
+int layout notification_template_lines_media 0x7f0e0053
+int layout notification_template_media 0x7f0e0054
+int layout notification_template_media_custom 0x7f0e0055
+int layout notification_template_part_chronometer 0x7f0e0056
+int layout notification_template_part_time 0x7f0e0057
+int layout select_dialog_item_material 0x7f0e0058
+int layout select_dialog_multichoice_material 0x7f0e0059
+int layout select_dialog_singlechoice_material 0x7f0e005a
+int layout skin_alert_dialog 0x7f0e005b
+int layout skin_alert_dialog_button_bar 0x7f0e005c
+int layout skin_alert_dialog_title 0x7f0e005d
+int layout skin_select_dialog 0x7f0e005e
+int layout skin_select_dialog_item 0x7f0e005f
+int layout skin_select_dialog_multichoice 0x7f0e0060
+int layout skin_select_dialog_singlechoice 0x7f0e0061
+int layout support_simple_spinner_dropdown_item 0x7f0e0062
+int layout test_action_chip 0x7f0e0063
+int layout test_design_checkbox 0x7f0e0064
+int layout test_reflow_chipgroup 0x7f0e0065
+int layout test_toolbar 0x7f0e0066
+int layout test_toolbar_custom_background 0x7f0e0067
+int layout test_toolbar_elevation 0x7f0e0068
+int layout test_toolbar_surface 0x7f0e0069
+int layout text_view_with_line_height_from_appearance 0x7f0e006a
+int layout text_view_with_line_height_from_layout 0x7f0e006b
+int layout text_view_with_line_height_from_style 0x7f0e006c
+int layout text_view_with_theme_line_height 0x7f0e006d
+int layout text_view_without_line_height 0x7f0e006e
+int plurals mtrl_badge_content_description 0x7f120001
+int string abc_action_bar_home_description 0x7f140001
+int string abc_action_bar_up_description 0x7f140002
+int string abc_action_menu_overflow_description 0x7f140003
+int string abc_action_mode_done 0x7f140004
+int string abc_activity_chooser_view_see_all 0x7f140005
+int string abc_activitychooserview_choose_application 0x7f140006
+int string abc_capital_off 0x7f140007
+int string abc_capital_on 0x7f140008
+int string abc_menu_alt_shortcut_label 0x7f140009
+int string abc_menu_ctrl_shortcut_label 0x7f14000a
+int string abc_menu_delete_shortcut_label 0x7f14000b
+int string abc_menu_enter_shortcut_label 0x7f14000c
+int string abc_menu_function_shortcut_label 0x7f14000d
+int string abc_menu_meta_shortcut_label 0x7f14000e
+int string abc_menu_shift_shortcut_label 0x7f14000f
+int string abc_menu_space_shortcut_label 0x7f140010
+int string abc_menu_sym_shortcut_label 0x7f140011
+int string abc_prepend_shortcut_label 0x7f140012
+int string abc_search_hint 0x7f140013
+int string abc_searchview_description_clear 0x7f140014
+int string abc_searchview_description_query 0x7f140015
+int string abc_searchview_description_search 0x7f140016
+int string abc_searchview_description_submit 0x7f140017
+int string abc_searchview_description_voice 0x7f140018
+int string abc_shareactionprovider_share_with 0x7f140019
+int string abc_shareactionprovider_share_with_application 0x7f14001a
+int string abc_toolbar_collapse_description 0x7f14001b
+int string app_name 0x7f14001c
+int string appbar_scrolling_view_behavior 0x7f14001d
+int string bottom_sheet_behavior 0x7f14001e
+int string character_counter_content_description 0x7f14001f
+int string character_counter_overflowed_content_description 0x7f140020
+int string character_counter_pattern 0x7f140021
+int string chip_text 0x7f140022
+int string clear_text_end_icon_content_description 0x7f140023
+int string error_icon_content_description 0x7f140024
+int string exposed_dropdown_menu_content_description 0x7f140025
+int string fab_transformation_scrim_behavior 0x7f140026
+int string fab_transformation_sheet_behavior 0x7f140027
+int string hide_bottom_view_on_scroll_behavior 0x7f140028
+int string icon_content_description 0x7f140029
+int string mtrl_badge_numberless_content_description 0x7f14002a
+int string mtrl_chip_close_icon_content_description 0x7f14002b
+int string mtrl_exceed_max_badge_number_suffix 0x7f14002c
+int string mtrl_picker_a11y_next_month 0x7f14002d
+int string mtrl_picker_a11y_prev_month 0x7f14002e
+int string mtrl_picker_announce_current_selection 0x7f14002f
+int string mtrl_picker_cancel 0x7f140030
+int string mtrl_picker_confirm 0x7f140031
+int string mtrl_picker_date_header_selected 0x7f140032
+int string mtrl_picker_date_header_title 0x7f140033
+int string mtrl_picker_date_header_unselected 0x7f140034
+int string mtrl_picker_day_of_week_column_header 0x7f140035
+int string mtrl_picker_invalid_format 0x7f140036
+int string mtrl_picker_invalid_format_example 0x7f140037
+int string mtrl_picker_invalid_format_use 0x7f140038
+int string mtrl_picker_invalid_range 0x7f140039
+int string mtrl_picker_navigate_to_year_description 0x7f14003a
+int string mtrl_picker_out_of_range 0x7f14003b
+int string mtrl_picker_range_header_only_end_selected 0x7f14003c
+int string mtrl_picker_range_header_only_start_selected 0x7f14003d
+int string mtrl_picker_range_header_selected 0x7f14003e
+int string mtrl_picker_range_header_title 0x7f14003f
+int string mtrl_picker_range_header_unselected 0x7f140040
+int string mtrl_picker_save 0x7f140041
+int string mtrl_picker_text_input_date_hint 0x7f140042
+int string mtrl_picker_text_input_date_range_end_hint 0x7f140043
+int string mtrl_picker_text_input_date_range_start_hint 0x7f140044
+int string mtrl_picker_text_input_day_abbr 0x7f140045
+int string mtrl_picker_text_input_month_abbr 0x7f140046
+int string mtrl_picker_text_input_year_abbr 0x7f140047
+int string mtrl_picker_toggle_to_calendar_input_mode 0x7f140048
+int string mtrl_picker_toggle_to_day_selection 0x7f140049
+int string mtrl_picker_toggle_to_text_input_mode 0x7f14004a
+int string mtrl_picker_toggle_to_year_selection 0x7f14004b
+int string password_toggle_content_description 0x7f14004c
+int string path_password_eye 0x7f14004d
+int string path_password_eye_mask_strike_through 0x7f14004e
+int string path_password_eye_mask_visible 0x7f14004f
+int string path_password_strike_through 0x7f140050
+int string search_menu_title 0x7f140051
+int string status_bar_notification_info_overflow 0x7f140052
+int style AlertDialog_AppCompat 0x7f150001
+int style AlertDialog_AppCompat_Light 0x7f150002
+int style AlertDialog_SkinCompat 0x7f150003
+int style Animation_AppCompat_Dialog 0x7f150004
+int style Animation_AppCompat_DropDownUp 0x7f150005
+int style Animation_AppCompat_Tooltip 0x7f150006
+int style Animation_Design_BottomSheetDialog 0x7f150007
+int style Animation_MaterialComponents_BottomSheetDialog 0x7f150008
+int style Base_AlertDialog_AppCompat 0x7f150009
+int style Base_AlertDialog_AppCompat_Light 0x7f15000a
+int style Base_Animation_AppCompat_Dialog 0x7f15000b
+int style Base_Animation_AppCompat_DropDownUp 0x7f15000c
+int style Base_Animation_AppCompat_Tooltip 0x7f15000d
+int style Base_CardView 0x7f15000e
+int style Base_DialogWindowTitleBackground_AppCompat 0x7f15000f
+int style Base_DialogWindowTitle_AppCompat 0x7f150010
+int style Base_MaterialAlertDialog_MaterialComponents_Title_Icon 0x7f150011
+int style Base_MaterialAlertDialog_MaterialComponents_Title_Panel 0x7f150012
+int style Base_MaterialAlertDialog_MaterialComponents_Title_Text 0x7f150013
+int style Base_TextAppearance_AppCompat 0x7f150014
+int style Base_TextAppearance_AppCompat_Body1 0x7f150015
+int style Base_TextAppearance_AppCompat_Body2 0x7f150016
+int style Base_TextAppearance_AppCompat_Button 0x7f150017
+int style Base_TextAppearance_AppCompat_Caption 0x7f150018
+int style Base_TextAppearance_AppCompat_Display1 0x7f150019
+int style Base_TextAppearance_AppCompat_Display2 0x7f15001a
+int style Base_TextAppearance_AppCompat_Display3 0x7f15001b
+int style Base_TextAppearance_AppCompat_Display4 0x7f15001c
+int style Base_TextAppearance_AppCompat_Headline 0x7f15001d
+int style Base_TextAppearance_AppCompat_Inverse 0x7f15001e
+int style Base_TextAppearance_AppCompat_Large 0x7f15001f
+int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f150020
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f150021
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f150022
+int style Base_TextAppearance_AppCompat_Medium 0x7f150023
+int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f150024
+int style Base_TextAppearance_AppCompat_Menu 0x7f150025
+int style Base_TextAppearance_AppCompat_SearchResult 0x7f150026
+int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f150027
+int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f150028
+int style Base_TextAppearance_AppCompat_Small 0x7f150029
+int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f15002a
+int style Base_TextAppearance_AppCompat_Subhead 0x7f15002b
+int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f15002c
+int style Base_TextAppearance_AppCompat_Title 0x7f15002d
+int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f15002e
+int style Base_TextAppearance_AppCompat_Tooltip 0x7f15002f
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f150030
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f150031
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f150032
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f150033
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f150034
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f150035
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f150036
+int style Base_TextAppearance_AppCompat_Widget_Button 0x7f150037
+int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f150038
+int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x7f150039
+int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f15003a
+int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f15003b
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f15003c
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f15003d
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f15003e
+int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f15003f
+int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f150040
+int style Base_TextAppearance_MaterialComponents_Badge 0x7f150041
+int style Base_TextAppearance_MaterialComponents_Button 0x7f150042
+int style Base_TextAppearance_MaterialComponents_Headline6 0x7f150043
+int style Base_TextAppearance_MaterialComponents_Subtitle2 0x7f150044
+int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f150045
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f150046
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f150047
+int style Base_ThemeOverlay_AppCompat 0x7f150048
+int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f150049
+int style Base_ThemeOverlay_AppCompat_Dark 0x7f15004a
+int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f15004b
+int style Base_ThemeOverlay_AppCompat_Dialog 0x7f15004c
+int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x7f15004d
+int style Base_ThemeOverlay_AppCompat_Light 0x7f15004e
+int style Base_ThemeOverlay_MaterialComponents_Dialog 0x7f15004f
+int style Base_ThemeOverlay_MaterialComponents_Dialog_Alert 0x7f150050
+int style Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x7f150051
+int style Base_Theme_AppCompat 0x7f150052
+int style Base_Theme_AppCompat_CompactMenu 0x7f150053
+int style Base_Theme_AppCompat_Dialog 0x7f150054
+int style Base_Theme_AppCompat_DialogWhenLarge 0x7f150055
+int style Base_Theme_AppCompat_Dialog_Alert 0x7f150056
+int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f150057
+int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f150058
+int style Base_Theme_AppCompat_Light 0x7f150059
+int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f15005a
+int style Base_Theme_AppCompat_Light_Dialog 0x7f15005b
+int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f15005c
+int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f15005d
+int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f15005e
+int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f15005f
+int style Base_Theme_MaterialComponents 0x7f150060
+int style Base_Theme_MaterialComponents_Bridge 0x7f150061
+int style Base_Theme_MaterialComponents_CompactMenu 0x7f150062
+int style Base_Theme_MaterialComponents_Dialog 0x7f150063
+int style Base_Theme_MaterialComponents_DialogWhenLarge 0x7f150064
+int style Base_Theme_MaterialComponents_Dialog_Alert 0x7f150065
+int style Base_Theme_MaterialComponents_Dialog_Bridge 0x7f150066
+int style Base_Theme_MaterialComponents_Dialog_FixedSize 0x7f150067
+int style Base_Theme_MaterialComponents_Dialog_MinWidth 0x7f150068
+int style Base_Theme_MaterialComponents_Light 0x7f150069
+int style Base_Theme_MaterialComponents_Light_Bridge 0x7f15006a
+int style Base_Theme_MaterialComponents_Light_DarkActionBar 0x7f15006b
+int style Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x7f15006c
+int style Base_Theme_MaterialComponents_Light_Dialog 0x7f15006d
+int style Base_Theme_MaterialComponents_Light_DialogWhenLarge 0x7f15006e
+int style Base_Theme_MaterialComponents_Light_Dialog_Alert 0x7f15006f
+int style Base_Theme_MaterialComponents_Light_Dialog_Bridge 0x7f150070
+int style Base_Theme_MaterialComponents_Light_Dialog_FixedSize 0x7f150071
+int style Base_Theme_MaterialComponents_Light_Dialog_MinWidth 0x7f150072
+int style Base_V14_ThemeOverlay_MaterialComponents_Dialog 0x7f150073
+int style Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert 0x7f150074
+int style Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x7f150075
+int style Base_V14_Theme_MaterialComponents 0x7f150076
+int style Base_V14_Theme_MaterialComponents_Bridge 0x7f150077
+int style Base_V14_Theme_MaterialComponents_Dialog 0x7f150078
+int style Base_V14_Theme_MaterialComponents_Dialog_Bridge 0x7f150079
+int style Base_V14_Theme_MaterialComponents_Light 0x7f15007a
+int style Base_V14_Theme_MaterialComponents_Light_Bridge 0x7f15007b
+int style Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x7f15007c
+int style Base_V14_Theme_MaterialComponents_Light_Dialog 0x7f15007d
+int style Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge 0x7f15007e
+int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x7f15007f
+int style Base_V21_Theme_AppCompat 0x7f150080
+int style Base_V21_Theme_AppCompat_Dialog 0x7f150081
+int style Base_V21_Theme_AppCompat_Light 0x7f150082
+int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f150083
+int style Base_V22_Theme_AppCompat 0x7f150084
+int style Base_V22_Theme_AppCompat_Light 0x7f150085
+int style Base_V23_Theme_AppCompat 0x7f150086
+int style Base_V23_Theme_AppCompat_Light 0x7f150087
+int style Base_V26_Theme_AppCompat 0x7f150088
+int style Base_V26_Theme_AppCompat_Light 0x7f150089
+int style Base_V26_Widget_AppCompat_Toolbar 0x7f15008a
+int style Base_V28_Theme_AppCompat 0x7f15008b
+int style Base_V28_Theme_AppCompat_Light 0x7f15008c
+int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x7f15008d
+int style Base_V7_Theme_AppCompat 0x7f15008e
+int style Base_V7_Theme_AppCompat_Dialog 0x7f15008f
+int style Base_V7_Theme_AppCompat_Light 0x7f150090
+int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f150091
+int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f150092
+int style Base_V7_Widget_AppCompat_EditText 0x7f150093
+int style Base_V7_Widget_AppCompat_Toolbar 0x7f150094
+int style Base_Widget_AppCompat_ActionBar 0x7f150095
+int style Base_Widget_AppCompat_ActionBar_Solid 0x7f150096
+int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f150097
+int style Base_Widget_AppCompat_ActionBar_TabText 0x7f150098
+int style Base_Widget_AppCompat_ActionBar_TabView 0x7f150099
+int style Base_Widget_AppCompat_ActionButton 0x7f15009a
+int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f15009b
+int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f15009c
+int style Base_Widget_AppCompat_ActionMode 0x7f15009d
+int style Base_Widget_AppCompat_ActivityChooserView 0x7f15009e
+int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f15009f
+int style Base_Widget_AppCompat_Button 0x7f1500a0
+int style Base_Widget_AppCompat_ButtonBar 0x7f1500a1
+int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f1500a2
+int style Base_Widget_AppCompat_Button_Borderless 0x7f1500a3
+int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f1500a4
+int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f1500a5
+int style Base_Widget_AppCompat_Button_Colored 0x7f1500a6
+int style Base_Widget_AppCompat_Button_Small 0x7f1500a7
+int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f1500a8
+int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f1500a9
+int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f1500aa
+int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f1500ab
+int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f1500ac
+int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f1500ad
+int style Base_Widget_AppCompat_EditText 0x7f1500ae
+int style Base_Widget_AppCompat_ImageButton 0x7f1500af
+int style Base_Widget_AppCompat_Light_ActionBar 0x7f1500b0
+int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f1500b1
+int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f1500b2
+int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f1500b3
+int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f1500b4
+int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f1500b5
+int style Base_Widget_AppCompat_Light_PopupMenu 0x7f1500b6
+int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f1500b7
+int style Base_Widget_AppCompat_ListMenuView 0x7f1500b8
+int style Base_Widget_AppCompat_ListPopupWindow 0x7f1500b9
+int style Base_Widget_AppCompat_ListView 0x7f1500ba
+int style Base_Widget_AppCompat_ListView_DropDown 0x7f1500bb
+int style Base_Widget_AppCompat_ListView_Menu 0x7f1500bc
+int style Base_Widget_AppCompat_PopupMenu 0x7f1500bd
+int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f1500be
+int style Base_Widget_AppCompat_PopupWindow 0x7f1500bf
+int style Base_Widget_AppCompat_ProgressBar 0x7f1500c0
+int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f1500c1
+int style Base_Widget_AppCompat_RatingBar 0x7f1500c2
+int style Base_Widget_AppCompat_RatingBar_Indicator 0x7f1500c3
+int style Base_Widget_AppCompat_RatingBar_Small 0x7f1500c4
+int style Base_Widget_AppCompat_SearchView 0x7f1500c5
+int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f1500c6
+int style Base_Widget_AppCompat_SeekBar 0x7f1500c7
+int style Base_Widget_AppCompat_SeekBar_Discrete 0x7f1500c8
+int style Base_Widget_AppCompat_Spinner 0x7f1500c9
+int style Base_Widget_AppCompat_Spinner_Underlined 0x7f1500ca
+int style Base_Widget_AppCompat_TextView 0x7f1500cb
+int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f1500cc
+int style Base_Widget_AppCompat_Toolbar 0x7f1500cd
+int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f1500ce
+int style Base_Widget_Design_TabLayout 0x7f1500cf
+int style Base_Widget_MaterialComponents_AutoCompleteTextView 0x7f1500d0
+int style Base_Widget_MaterialComponents_CheckedTextView 0x7f1500d1
+int style Base_Widget_MaterialComponents_Chip 0x7f1500d2
+int style Base_Widget_MaterialComponents_PopupMenu 0x7f1500d3
+int style Base_Widget_MaterialComponents_PopupMenu_ContextMenu 0x7f1500d4
+int style Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow 0x7f1500d5
+int style Base_Widget_MaterialComponents_PopupMenu_Overflow 0x7f1500d6
+int style Base_Widget_MaterialComponents_TextInputEditText 0x7f1500d7
+int style Base_Widget_MaterialComponents_TextInputLayout 0x7f1500d8
+int style Base_Widget_MaterialComponents_TextView 0x7f1500d9
+int style CardView 0x7f1500da
+int style CardView_Dark 0x7f1500db
+int style CardView_Light 0x7f1500dc
+int style EmptyTheme 0x7f1500dd
+int style MaterialAlertDialog_MaterialComponents 0x7f1500de
+int style MaterialAlertDialog_MaterialComponents_Body_Text 0x7f1500df
+int style MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar 0x7f1500e0
+int style MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner 0x7f1500e1
+int style MaterialAlertDialog_MaterialComponents_Title_Icon 0x7f1500e2
+int style MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked 0x7f1500e3
+int style MaterialAlertDialog_MaterialComponents_Title_Panel 0x7f1500e4
+int style MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked 0x7f1500e5
+int style MaterialAlertDialog_MaterialComponents_Title_Text 0x7f1500e6
+int style MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked 0x7f1500e7
+int style Platform_AppCompat 0x7f1500e8
+int style Platform_AppCompat_Light 0x7f1500e9
+int style Platform_MaterialComponents 0x7f1500ea
+int style Platform_MaterialComponents_Dialog 0x7f1500eb
+int style Platform_MaterialComponents_Light 0x7f1500ec
+int style Platform_MaterialComponents_Light_Dialog 0x7f1500ed
+int style Platform_ThemeOverlay_AppCompat 0x7f1500ee
+int style Platform_ThemeOverlay_AppCompat_Dark 0x7f1500ef
+int style Platform_ThemeOverlay_AppCompat_Light 0x7f1500f0
+int style Platform_V21_AppCompat 0x7f1500f1
+int style Platform_V21_AppCompat_Light 0x7f1500f2
+int style Platform_V25_AppCompat 0x7f1500f3
+int style Platform_V25_AppCompat_Light 0x7f1500f4
+int style Platform_Widget_AppCompat_Spinner 0x7f1500f5
+int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f1500f6
+int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f1500f7
+int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f1500f8
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f1500f9
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f1500fa
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut 0x7f1500fb
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow 0x7f1500fc
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f1500fd
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title 0x7f1500fe
+int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f1500ff
+int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f150100
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f150101
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f150102
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f150103
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f150104
+int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f150105
+int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f150106
+int style ShapeAppearanceOverlay 0x7f150107
+int style ShapeAppearanceOverlay_BottomLeftDifferentCornerSize 0x7f150108
+int style ShapeAppearanceOverlay_BottomRightCut 0x7f150109
+int style ShapeAppearanceOverlay_Cut 0x7f15010a
+int style ShapeAppearanceOverlay_DifferentCornerSize 0x7f15010b
+int style ShapeAppearanceOverlay_MaterialComponents_BottomSheet 0x7f15010c
+int style ShapeAppearanceOverlay_MaterialComponents_Chip 0x7f15010d
+int style ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton 0x7f15010e
+int style ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton 0x7f15010f
+int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day 0x7f150110
+int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen 0x7f150111
+int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year 0x7f150112
+int style ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox 0x7f150113
+int style ShapeAppearanceOverlay_TopLeftCut 0x7f150114
+int style ShapeAppearanceOverlay_TopRightDifferentCornerSize 0x7f150115
+int style ShapeAppearance_MaterialComponents 0x7f150116
+int style ShapeAppearance_MaterialComponents_LargeComponent 0x7f150117
+int style ShapeAppearance_MaterialComponents_MediumComponent 0x7f150118
+int style ShapeAppearance_MaterialComponents_SmallComponent 0x7f150119
+int style ShapeAppearance_MaterialComponents_Test 0x7f15011a
+int style TestStyleWithLineHeight 0x7f15011b
+int style TestStyleWithLineHeightAppearance 0x7f15011c
+int style TestStyleWithThemeLineHeightAttribute 0x7f15011d
+int style TestStyleWithoutLineHeight 0x7f15011e
+int style TestThemeWithLineHeight 0x7f15011f
+int style TestThemeWithLineHeightDisabled 0x7f150120
+int style Test_ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day 0x7f150121
+int style Test_Theme_MaterialComponents_MaterialCalendar 0x7f150122
+int style Test_Widget_MaterialComponents_MaterialCalendar 0x7f150123
+int style Test_Widget_MaterialComponents_MaterialCalendar_Day 0x7f150124
+int style Test_Widget_MaterialComponents_MaterialCalendar_Day_Selected 0x7f150125
+int style TextAppearance_AppCompat 0x7f150126
+int style TextAppearance_AppCompat_Body1 0x7f150127
+int style TextAppearance_AppCompat_Body2 0x7f150128
+int style TextAppearance_AppCompat_Button 0x7f150129
+int style TextAppearance_AppCompat_Caption 0x7f15012a
+int style TextAppearance_AppCompat_Display1 0x7f15012b
+int style TextAppearance_AppCompat_Display2 0x7f15012c
+int style TextAppearance_AppCompat_Display3 0x7f15012d
+int style TextAppearance_AppCompat_Display4 0x7f15012e
+int style TextAppearance_AppCompat_Headline 0x7f15012f
+int style TextAppearance_AppCompat_Inverse 0x7f150130
+int style TextAppearance_AppCompat_Large 0x7f150131
+int style TextAppearance_AppCompat_Large_Inverse 0x7f150132
+int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f150133
+int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f150134
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f150135
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f150136
+int style TextAppearance_AppCompat_Medium 0x7f150137
+int style TextAppearance_AppCompat_Medium_Inverse 0x7f150138
+int style TextAppearance_AppCompat_Menu 0x7f150139
+int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f15013a
+int style TextAppearance_AppCompat_SearchResult_Title 0x7f15013b
+int style TextAppearance_AppCompat_Small 0x7f15013c
+int style TextAppearance_AppCompat_Small_Inverse 0x7f15013d
+int style TextAppearance_AppCompat_Subhead 0x7f15013e
+int style TextAppearance_AppCompat_Subhead_Inverse 0x7f15013f
+int style TextAppearance_AppCompat_Title 0x7f150140
+int style TextAppearance_AppCompat_Title_Inverse 0x7f150141
+int style TextAppearance_AppCompat_Tooltip 0x7f150142
+int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f150143
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f150144
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f150145
+int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f150146
+int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f150147
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f150148
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f150149
+int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f15014a
+int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f15014b
+int style TextAppearance_AppCompat_Widget_Button 0x7f15014c
+int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f15014d
+int style TextAppearance_AppCompat_Widget_Button_Colored 0x7f15014e
+int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f15014f
+int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f150150
+int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f150151
+int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f150152
+int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f150153
+int style TextAppearance_AppCompat_Widget_Switch 0x7f150154
+int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f150155
+int style TextAppearance_Compat_Notification 0x7f150156
+int style TextAppearance_Compat_Notification_Info 0x7f150157
+int style TextAppearance_Compat_Notification_Info_Media 0x7f150158
+int style TextAppearance_Compat_Notification_Line2 0x7f150159
+int style TextAppearance_Compat_Notification_Line2_Media 0x7f15015a
+int style TextAppearance_Compat_Notification_Media 0x7f15015b
+int style TextAppearance_Compat_Notification_Time 0x7f15015c
+int style TextAppearance_Compat_Notification_Time_Media 0x7f15015d
+int style TextAppearance_Compat_Notification_Title 0x7f15015e
+int style TextAppearance_Compat_Notification_Title_Media 0x7f15015f
+int style TextAppearance_Design_CollapsingToolbar_Expanded 0x7f150160
+int style TextAppearance_Design_Counter 0x7f150161
+int style TextAppearance_Design_Counter_Overflow 0x7f150162
+int style TextAppearance_Design_Error 0x7f150163
+int style TextAppearance_Design_HelperText 0x7f150164
+int style TextAppearance_Design_Hint 0x7f150165
+int style TextAppearance_Design_Snackbar_Message 0x7f150166
+int style TextAppearance_Design_Tab 0x7f150167
+int style TextAppearance_MaterialComponents_Badge 0x7f150168
+int style TextAppearance_MaterialComponents_Body1 0x7f150169
+int style TextAppearance_MaterialComponents_Body2 0x7f15016a
+int style TextAppearance_MaterialComponents_Button 0x7f15016b
+int style TextAppearance_MaterialComponents_Caption 0x7f15016c
+int style TextAppearance_MaterialComponents_Chip 0x7f15016d
+int style TextAppearance_MaterialComponents_Headline1 0x7f15016e
+int style TextAppearance_MaterialComponents_Headline2 0x7f15016f
+int style TextAppearance_MaterialComponents_Headline3 0x7f150170
+int style TextAppearance_MaterialComponents_Headline4 0x7f150171
+int style TextAppearance_MaterialComponents_Headline5 0x7f150172
+int style TextAppearance_MaterialComponents_Headline6 0x7f150173
+int style TextAppearance_MaterialComponents_Overline 0x7f150174
+int style TextAppearance_MaterialComponents_Subtitle1 0x7f150175
+int style TextAppearance_MaterialComponents_Subtitle2 0x7f150176
+int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f150177
+int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f150178
+int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f150179
+int style ThemeOverlay_AppCompat 0x7f15017a
+int style ThemeOverlay_AppCompat_ActionBar 0x7f15017b
+int style ThemeOverlay_AppCompat_Dark 0x7f15017c
+int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f15017d
+int style ThemeOverlay_AppCompat_DayNight 0x7f15017e
+int style ThemeOverlay_AppCompat_DayNight_ActionBar 0x7f15017f
+int style ThemeOverlay_AppCompat_Dialog 0x7f150180
+int style ThemeOverlay_AppCompat_Dialog_Alert 0x7f150181
+int style ThemeOverlay_AppCompat_Light 0x7f150182
+int style ThemeOverlay_Design_TextInputEditText 0x7f150183
+int style ThemeOverlay_MaterialComponents 0x7f150184
+int style ThemeOverlay_MaterialComponents_ActionBar 0x7f150185
+int style ThemeOverlay_MaterialComponents_ActionBar_Primary 0x7f150186
+int style ThemeOverlay_MaterialComponents_ActionBar_Surface 0x7f150187
+int style ThemeOverlay_MaterialComponents_AutoCompleteTextView 0x7f150188
+int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox 0x7f150189
+int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense 0x7f15018a
+int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox 0x7f15018b
+int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense 0x7f15018c
+int style ThemeOverlay_MaterialComponents_BottomAppBar_Primary 0x7f15018d
+int style ThemeOverlay_MaterialComponents_BottomAppBar_Surface 0x7f15018e
+int style ThemeOverlay_MaterialComponents_BottomSheetDialog 0x7f15018f
+int style ThemeOverlay_MaterialComponents_Dark 0x7f150190
+int style ThemeOverlay_MaterialComponents_Dark_ActionBar 0x7f150191
+int style ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog 0x7f150192
+int style ThemeOverlay_MaterialComponents_Dialog 0x7f150193
+int style ThemeOverlay_MaterialComponents_Dialog_Alert 0x7f150194
+int style ThemeOverlay_MaterialComponents_Light 0x7f150195
+int style ThemeOverlay_MaterialComponents_Light_BottomSheetDialog 0x7f150196
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x7f150197
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered 0x7f150198
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date 0x7f150199
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar 0x7f15019a
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text 0x7f15019b
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day 0x7f15019c
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner 0x7f15019d
+int style ThemeOverlay_MaterialComponents_MaterialCalendar 0x7f15019e
+int style ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen 0x7f15019f
+int style ThemeOverlay_MaterialComponents_TextInputEditText 0x7f1501a0
+int style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox 0x7f1501a1
+int style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense 0x7f1501a2
+int style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox 0x7f1501a3
+int style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense 0x7f1501a4
+int style ThemeOverlay_MaterialComponents_Toolbar_Primary 0x7f1501a5
+int style ThemeOverlay_MaterialComponents_Toolbar_Surface 0x7f1501a6
+int style Theme_AppCompat 0x7f1501a7
+int style Theme_AppCompat_CompactMenu 0x7f1501a8
+int style Theme_AppCompat_DayNight 0x7f1501a9
+int style Theme_AppCompat_DayNight_DarkActionBar 0x7f1501aa
+int style Theme_AppCompat_DayNight_Dialog 0x7f1501ab
+int style Theme_AppCompat_DayNight_DialogWhenLarge 0x7f1501ac
+int style Theme_AppCompat_DayNight_Dialog_Alert 0x7f1501ad
+int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x7f1501ae
+int style Theme_AppCompat_DayNight_NoActionBar 0x7f1501af
+int style Theme_AppCompat_Dialog 0x7f1501b0
+int style Theme_AppCompat_DialogWhenLarge 0x7f1501b1
+int style Theme_AppCompat_Dialog_Alert 0x7f1501b2
+int style Theme_AppCompat_Dialog_MinWidth 0x7f1501b3
+int style Theme_AppCompat_Light 0x7f1501b4
+int style Theme_AppCompat_Light_DarkActionBar 0x7f1501b5
+int style Theme_AppCompat_Light_Dialog 0x7f1501b6
+int style Theme_AppCompat_Light_DialogWhenLarge 0x7f1501b7
+int style Theme_AppCompat_Light_Dialog_Alert 0x7f1501b8
+int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f1501b9
+int style Theme_AppCompat_Light_NoActionBar 0x7f1501ba
+int style Theme_AppCompat_NoActionBar 0x7f1501bb
+int style Theme_Design 0x7f1501bc
+int style Theme_Design_BottomSheetDialog 0x7f1501bd
+int style Theme_Design_Light 0x7f1501be
+int style Theme_Design_Light_BottomSheetDialog 0x7f1501bf
+int style Theme_Design_Light_NoActionBar 0x7f1501c0
+int style Theme_Design_NoActionBar 0x7f1501c1
+int style Theme_MaterialComponents 0x7f1501c2
+int style Theme_MaterialComponents_BottomSheetDialog 0x7f1501c3
+int style Theme_MaterialComponents_Bridge 0x7f1501c4
+int style Theme_MaterialComponents_CompactMenu 0x7f1501c5
+int style Theme_MaterialComponents_DayNight 0x7f1501c6
+int style Theme_MaterialComponents_DayNight_BottomSheetDialog 0x7f1501c7
+int style Theme_MaterialComponents_DayNight_Bridge 0x7f1501c8
+int style Theme_MaterialComponents_DayNight_DarkActionBar 0x7f1501c9
+int style Theme_MaterialComponents_DayNight_DarkActionBar_Bridge 0x7f1501ca
+int style Theme_MaterialComponents_DayNight_Dialog 0x7f1501cb
+int style Theme_MaterialComponents_DayNight_DialogWhenLarge 0x7f1501cc
+int style Theme_MaterialComponents_DayNight_Dialog_Alert 0x7f1501cd
+int style Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge 0x7f1501ce
+int style Theme_MaterialComponents_DayNight_Dialog_Bridge 0x7f1501cf
+int style Theme_MaterialComponents_DayNight_Dialog_FixedSize 0x7f1501d0
+int style Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge 0x7f1501d1
+int style Theme_MaterialComponents_DayNight_Dialog_MinWidth 0x7f1501d2
+int style Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge 0x7f1501d3
+int style Theme_MaterialComponents_DayNight_NoActionBar 0x7f1501d4
+int style Theme_MaterialComponents_DayNight_NoActionBar_Bridge 0x7f1501d5
+int style Theme_MaterialComponents_Dialog 0x7f1501d6
+int style Theme_MaterialComponents_DialogWhenLarge 0x7f1501d7
+int style Theme_MaterialComponents_Dialog_Alert 0x7f1501d8
+int style Theme_MaterialComponents_Dialog_Alert_Bridge 0x7f1501d9
+int style Theme_MaterialComponents_Dialog_Bridge 0x7f1501da
+int style Theme_MaterialComponents_Dialog_FixedSize 0x7f1501db
+int style Theme_MaterialComponents_Dialog_FixedSize_Bridge 0x7f1501dc
+int style Theme_MaterialComponents_Dialog_MinWidth 0x7f1501dd
+int style Theme_MaterialComponents_Dialog_MinWidth_Bridge 0x7f1501de
+int style Theme_MaterialComponents_Light 0x7f1501df
+int style Theme_MaterialComponents_Light_BarSize 0x7f1501e0
+int style Theme_MaterialComponents_Light_BottomSheetDialog 0x7f1501e1
+int style Theme_MaterialComponents_Light_Bridge 0x7f1501e2
+int style Theme_MaterialComponents_Light_DarkActionBar 0x7f1501e3
+int style Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x7f1501e4
+int style Theme_MaterialComponents_Light_Dialog 0x7f1501e5
+int style Theme_MaterialComponents_Light_DialogWhenLarge 0x7f1501e6
+int style Theme_MaterialComponents_Light_Dialog_Alert 0x7f1501e7
+int style Theme_MaterialComponents_Light_Dialog_Alert_Bridge 0x7f1501e8
+int style Theme_MaterialComponents_Light_Dialog_Bridge 0x7f1501e9
+int style Theme_MaterialComponents_Light_Dialog_FixedSize 0x7f1501ea
+int style Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge 0x7f1501eb
+int style Theme_MaterialComponents_Light_Dialog_MinWidth 0x7f1501ec
+int style Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge 0x7f1501ed
+int style Theme_MaterialComponents_Light_LargeTouch 0x7f1501ee
+int style Theme_MaterialComponents_Light_NoActionBar 0x7f1501ef
+int style Theme_MaterialComponents_Light_NoActionBar_Bridge 0x7f1501f0
+int style Theme_MaterialComponents_NoActionBar 0x7f1501f1
+int style Theme_MaterialComponents_NoActionBar_Bridge 0x7f1501f2
+int style Widget_AppCompat_ActionBar 0x7f1501f3
+int style Widget_AppCompat_ActionBar_Solid 0x7f1501f4
+int style Widget_AppCompat_ActionBar_TabBar 0x7f1501f5
+int style Widget_AppCompat_ActionBar_TabText 0x7f1501f6
+int style Widget_AppCompat_ActionBar_TabView 0x7f1501f7
+int style Widget_AppCompat_ActionButton 0x7f1501f8
+int style Widget_AppCompat_ActionButton_CloseMode 0x7f1501f9
+int style Widget_AppCompat_ActionButton_Overflow 0x7f1501fa
+int style Widget_AppCompat_ActionMode 0x7f1501fb
+int style Widget_AppCompat_ActivityChooserView 0x7f1501fc
+int style Widget_AppCompat_AutoCompleteTextView 0x7f1501fd
+int style Widget_AppCompat_Button 0x7f1501fe
+int style Widget_AppCompat_ButtonBar 0x7f1501ff
+int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f150200
+int style Widget_AppCompat_Button_Borderless 0x7f150201
+int style Widget_AppCompat_Button_Borderless_Colored 0x7f150202
+int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f150203
+int style Widget_AppCompat_Button_Colored 0x7f150204
+int style Widget_AppCompat_Button_Small 0x7f150205
+int style Widget_AppCompat_CompoundButton_CheckBox 0x7f150206
+int style Widget_AppCompat_CompoundButton_RadioButton 0x7f150207
+int style Widget_AppCompat_CompoundButton_Switch 0x7f150208
+int style Widget_AppCompat_DrawerArrowToggle 0x7f150209
+int style Widget_AppCompat_DropDownItem_Spinner 0x7f15020a
+int style Widget_AppCompat_EditText 0x7f15020b
+int style Widget_AppCompat_ImageButton 0x7f15020c
+int style Widget_AppCompat_Light_ActionBar 0x7f15020d
+int style Widget_AppCompat_Light_ActionBar_Solid 0x7f15020e
+int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f15020f
+int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f150210
+int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f150211
+int style Widget_AppCompat_Light_ActionBar_TabText 0x7f150212
+int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f150213
+int style Widget_AppCompat_Light_ActionBar_TabView 0x7f150214
+int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f150215
+int style Widget_AppCompat_Light_ActionButton 0x7f150216
+int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f150217
+int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f150218
+int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f150219
+int style Widget_AppCompat_Light_ActivityChooserView 0x7f15021a
+int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f15021b
+int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f15021c
+int style Widget_AppCompat_Light_ListPopupWindow 0x7f15021d
+int style Widget_AppCompat_Light_ListView_DropDown 0x7f15021e
+int style Widget_AppCompat_Light_PopupMenu 0x7f15021f
+int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f150220
+int style Widget_AppCompat_Light_SearchView 0x7f150221
+int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f150222
+int style Widget_AppCompat_ListMenuView 0x7f150223
+int style Widget_AppCompat_ListPopupWindow 0x7f150224
+int style Widget_AppCompat_ListView 0x7f150225
+int style Widget_AppCompat_ListView_DropDown 0x7f150226
+int style Widget_AppCompat_ListView_Menu 0x7f150227
+int style Widget_AppCompat_PopupMenu 0x7f150228
+int style Widget_AppCompat_PopupMenu_Overflow 0x7f150229
+int style Widget_AppCompat_PopupWindow 0x7f15022a
+int style Widget_AppCompat_ProgressBar 0x7f15022b
+int style Widget_AppCompat_ProgressBar_Horizontal 0x7f15022c
+int style Widget_AppCompat_RatingBar 0x7f15022d
+int style Widget_AppCompat_RatingBar_Indicator 0x7f15022e
+int style Widget_AppCompat_RatingBar_Small 0x7f15022f
+int style Widget_AppCompat_SearchView 0x7f150230
+int style Widget_AppCompat_SearchView_ActionBar 0x7f150231
+int style Widget_AppCompat_SeekBar 0x7f150232
+int style Widget_AppCompat_SeekBar_Discrete 0x7f150233
+int style Widget_AppCompat_Spinner 0x7f150234
+int style Widget_AppCompat_Spinner_DropDown 0x7f150235
+int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f150236
+int style Widget_AppCompat_Spinner_Underlined 0x7f150237
+int style Widget_AppCompat_TextView 0x7f150238
+int style Widget_AppCompat_TextView_SpinnerItem 0x7f150239
+int style Widget_AppCompat_Toolbar 0x7f15023a
+int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f15023b
+int style Widget_Compat_NotificationActionContainer 0x7f15023c
+int style Widget_Compat_NotificationActionText 0x7f15023d
+int style Widget_Design_AppBarLayout 0x7f15023e
+int style Widget_Design_BottomNavigationView 0x7f15023f
+int style Widget_Design_BottomSheet_Modal 0x7f150240
+int style Widget_Design_CollapsingToolbar 0x7f150241
+int style Widget_Design_FloatingActionButton 0x7f150242
+int style Widget_Design_NavigationView 0x7f150243
+int style Widget_Design_ScrimInsetsFrameLayout 0x7f150244
+int style Widget_Design_Snackbar 0x7f150245
+int style Widget_Design_TabLayout 0x7f150246
+int style Widget_Design_TextInputLayout 0x7f150247
+int style Widget_MaterialComponents_ActionBar_Primary 0x7f150248
+int style Widget_MaterialComponents_ActionBar_PrimarySurface 0x7f150249
+int style Widget_MaterialComponents_ActionBar_Solid 0x7f15024a
+int style Widget_MaterialComponents_ActionBar_Surface 0x7f15024b
+int style Widget_MaterialComponents_AppBarLayout_Primary 0x7f15024c
+int style Widget_MaterialComponents_AppBarLayout_PrimarySurface 0x7f15024d
+int style Widget_MaterialComponents_AppBarLayout_Surface 0x7f15024e
+int style Widget_MaterialComponents_AutoCompleteTextView_FilledBox 0x7f15024f
+int style Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense 0x7f150250
+int style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox 0x7f150251
+int style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense 0x7f150252
+int style Widget_MaterialComponents_Badge 0x7f150253
+int style Widget_MaterialComponents_BottomAppBar 0x7f150254
+int style Widget_MaterialComponents_BottomAppBar_Colored 0x7f150255
+int style Widget_MaterialComponents_BottomAppBar_PrimarySurface 0x7f150256
+int style Widget_MaterialComponents_BottomNavigationView 0x7f150257
+int style Widget_MaterialComponents_BottomNavigationView_Colored 0x7f150258
+int style Widget_MaterialComponents_BottomNavigationView_PrimarySurface 0x7f150259
+int style Widget_MaterialComponents_BottomSheet 0x7f15025a
+int style Widget_MaterialComponents_BottomSheet_Modal 0x7f15025b
+int style Widget_MaterialComponents_Button 0x7f15025c
+int style Widget_MaterialComponents_Button_Icon 0x7f15025d
+int style Widget_MaterialComponents_Button_OutlinedButton 0x7f15025e
+int style Widget_MaterialComponents_Button_OutlinedButton_Icon 0x7f15025f
+int style Widget_MaterialComponents_Button_TextButton 0x7f150260
+int style Widget_MaterialComponents_Button_TextButton_Dialog 0x7f150261
+int style Widget_MaterialComponents_Button_TextButton_Dialog_Flush 0x7f150262
+int style Widget_MaterialComponents_Button_TextButton_Dialog_Icon 0x7f150263
+int style Widget_MaterialComponents_Button_TextButton_Icon 0x7f150264
+int style Widget_MaterialComponents_Button_TextButton_Snackbar 0x7f150265
+int style Widget_MaterialComponents_Button_UnelevatedButton 0x7f150266
+int style Widget_MaterialComponents_Button_UnelevatedButton_Icon 0x7f150267
+int style Widget_MaterialComponents_CardView 0x7f150268
+int style Widget_MaterialComponents_CheckedTextView 0x7f150269
+int style Widget_MaterialComponents_ChipGroup 0x7f15026a
+int style Widget_MaterialComponents_Chip_Action 0x7f15026b
+int style Widget_MaterialComponents_Chip_Choice 0x7f15026c
+int style Widget_MaterialComponents_Chip_Entry 0x7f15026d
+int style Widget_MaterialComponents_Chip_Filter 0x7f15026e
+int style Widget_MaterialComponents_CompoundButton_CheckBox 0x7f15026f
+int style Widget_MaterialComponents_CompoundButton_RadioButton 0x7f150270
+int style Widget_MaterialComponents_CompoundButton_Switch 0x7f150271
+int style Widget_MaterialComponents_ExtendedFloatingActionButton 0x7f150272
+int style Widget_MaterialComponents_ExtendedFloatingActionButton_Icon 0x7f150273
+int style Widget_MaterialComponents_FloatingActionButton 0x7f150274
+int style Widget_MaterialComponents_Light_ActionBar_Solid 0x7f150275
+int style Widget_MaterialComponents_MaterialButtonToggleGroup 0x7f150276
+int style Widget_MaterialComponents_MaterialCalendar 0x7f150277
+int style Widget_MaterialComponents_MaterialCalendar_Day 0x7f150278
+int style Widget_MaterialComponents_MaterialCalendar_DayTextView 0x7f150279
+int style Widget_MaterialComponents_MaterialCalendar_Day_Invalid 0x7f15027a
+int style Widget_MaterialComponents_MaterialCalendar_Day_Selected 0x7f15027b
+int style Widget_MaterialComponents_MaterialCalendar_Day_Today 0x7f15027c
+int style Widget_MaterialComponents_MaterialCalendar_Fullscreen 0x7f15027d
+int style Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton 0x7f15027e
+int style Widget_MaterialComponents_MaterialCalendar_HeaderDivider 0x7f15027f
+int style Widget_MaterialComponents_MaterialCalendar_HeaderLayout 0x7f150280
+int style Widget_MaterialComponents_MaterialCalendar_HeaderSelection 0x7f150281
+int style Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen 0x7f150282
+int style Widget_MaterialComponents_MaterialCalendar_HeaderTitle 0x7f150283
+int style Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton 0x7f150284
+int style Widget_MaterialComponents_MaterialCalendar_Item 0x7f150285
+int style Widget_MaterialComponents_MaterialCalendar_Year 0x7f150286
+int style Widget_MaterialComponents_MaterialCalendar_Year_Selected 0x7f150287
+int style Widget_MaterialComponents_MaterialCalendar_Year_Today 0x7f150288
+int style Widget_MaterialComponents_NavigationView 0x7f150289
+int style Widget_MaterialComponents_PopupMenu 0x7f15028a
+int style Widget_MaterialComponents_PopupMenu_ContextMenu 0x7f15028b
+int style Widget_MaterialComponents_PopupMenu_ListPopupWindow 0x7f15028c
+int style Widget_MaterialComponents_PopupMenu_Overflow 0x7f15028d
+int style Widget_MaterialComponents_Snackbar 0x7f15028e
+int style Widget_MaterialComponents_Snackbar_FullWidth 0x7f15028f
+int style Widget_MaterialComponents_TabLayout 0x7f150290
+int style Widget_MaterialComponents_TabLayout_Colored 0x7f150291
+int style Widget_MaterialComponents_TabLayout_PrimarySurface 0x7f150292
+int style Widget_MaterialComponents_TextInputEditText_FilledBox 0x7f150293
+int style Widget_MaterialComponents_TextInputEditText_FilledBox_Dense 0x7f150294
+int style Widget_MaterialComponents_TextInputEditText_OutlinedBox 0x7f150295
+int style Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense 0x7f150296
+int style Widget_MaterialComponents_TextInputLayout_FilledBox 0x7f150297
+int style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense 0x7f150298
+int style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu 0x7f150299
+int style Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu 0x7f15029a
+int style Widget_MaterialComponents_TextInputLayout_OutlinedBox 0x7f15029b
+int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense 0x7f15029c
+int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu 0x7f15029d
+int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu 0x7f15029e
+int style Widget_MaterialComponents_TextView 0x7f15029f
+int style Widget_MaterialComponents_Toolbar 0x7f1502a0
+int style Widget_MaterialComponents_Toolbar_Primary 0x7f1502a1
+int style Widget_MaterialComponents_Toolbar_PrimarySurface 0x7f1502a2
+int style Widget_MaterialComponents_Toolbar_Surface 0x7f1502a3
+int style Widget_Support_CoordinatorLayout 0x7f1502a4
+int[] styleable ActionBar { 0x7f040035, 0x7f04003c, 0x7f04003d, 0x7f0400b3, 0x7f0400b4, 0x7f0400b5, 0x7f0400b6, 0x7f0400b7, 0x7f0400b8, 0x7f0400d2, 0x7f0400db, 0x7f0400dc, 0x7f0400ef, 0x7f040129, 0x7f04012f, 0x7f040135, 0x7f040136, 0x7f040138, 0x7f040142, 0x7f04014f, 0x7f040181, 0x7f0401a1, 0x7f0401b4, 0x7f0401b8, 0x7f0401b9, 0x7f040201, 0x7f040204, 0x7f04024c, 0x7f040256 }
+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 { 0x7f040035, 0x7f04003c, 0x7f040096, 0x7f040129, 0x7f040204, 0x7f040256 }
+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 { 0x7f040101, 0x7f040143 }
+int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0
+int styleable ActivityChooserView_initialActivityCount 1
+int[] styleable AlertDialog { 0x10100f2, 0x7f040065, 0x7f040066, 0x7f040176, 0x7f040177, 0x7f04019e, 0x7f0401d6, 0x7f0401d8 }
+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 AppBarLayout { 0x10100d4, 0x1010540, 0x101048f, 0x7f0400ef, 0x7f040102, 0x7f04016e, 0x7f04016f, 0x7f0401fb }
+int styleable AppBarLayout_android_background 0
+int styleable AppBarLayout_android_keyboardNavigationCluster 1
+int styleable AppBarLayout_android_touchscreenBlocksFocus 2
+int styleable AppBarLayout_elevation 3
+int styleable AppBarLayout_expanded 4
+int styleable AppBarLayout_liftOnScroll 5
+int styleable AppBarLayout_liftOnScrollTargetViewId 6
+int styleable AppBarLayout_statusBarForeground 7
+int[] styleable AppBarLayoutStates { 0x7f0401f5, 0x7f0401f6, 0x7f0401f8, 0x7f0401f9 }
+int styleable AppBarLayoutStates_state_collapsed 0
+int styleable AppBarLayoutStates_state_collapsible 1
+int styleable AppBarLayoutStates_state_liftable 2
+int styleable AppBarLayoutStates_state_lifted 3
+int[] styleable AppBarLayout_Layout { 0x7f04016c, 0x7f04016d }
+int styleable AppBarLayout_Layout_layout_scrollFlags 0
+int styleable AppBarLayout_Layout_layout_scrollInterpolator 1
+int[] styleable AppCompatImageView { 0x1010119, 0x7f0401ed, 0x7f04024a, 0x7f04024b }
+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, 0x7f040247, 0x7f040248, 0x7f040249 }
+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, 0x7f040030, 0x7f040031, 0x7f040032, 0x7f040033, 0x7f040034, 0x7f0400e0, 0x7f0400e1, 0x7f0400e2, 0x7f0400e3, 0x7f0400e5, 0x7f0400e6, 0x7f0400e7, 0x7f0400e8, 0x7f040118, 0x7f04011b, 0x7f040123, 0x7f040161, 0x7f040170, 0x7f040224, 0x7f04023f }
+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_drawableBottomCompat 6
+int styleable AppCompatTextView_drawableEndCompat 7
+int styleable AppCompatTextView_drawableLeftCompat 8
+int styleable AppCompatTextView_drawableRightCompat 9
+int styleable AppCompatTextView_drawableStartCompat 10
+int styleable AppCompatTextView_drawableTint 11
+int styleable AppCompatTextView_drawableTintMode 12
+int styleable AppCompatTextView_drawableTopCompat 13
+int styleable AppCompatTextView_firstBaselineToTopHeight 14
+int styleable AppCompatTextView_fontFamily 15
+int styleable AppCompatTextView_fontVariationSettings 16
+int styleable AppCompatTextView_lastBaselineToBottomHeight 17
+int styleable AppCompatTextView_lineHeight 18
+int styleable AppCompatTextView_textAllCaps 19
+int styleable AppCompatTextView_textLocale 20
+int[] styleable AppCompatTheme { 0x7f040001, 0x7f040002, 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f04000d, 0x7f04000f, 0x7f040010, 0x7f040011, 0x7f040012, 0x7f040013, 0x7f040014, 0x7f040015, 0x7f040016, 0x7f040017, 0x7f040018, 0x7f040019, 0x7f04001a, 0x7f04001b, 0x7f04001c, 0x7f04001d, 0x7f04001e, 0x7f04001f, 0x7f040023, 0x7f040024, 0x7f040025, 0x7f040026, 0x7f040027, 0x10100ae, 0x1010057, 0x7f04002f, 0x7f04004f, 0x7f04005e, 0x7f04005f, 0x7f040060, 0x7f040061, 0x7f040062, 0x7f040067, 0x7f040068, 0x7f040073, 0x7f04007a, 0x7f04009c, 0x7f04009d, 0x7f04009e, 0x7f04009f, 0x7f0400a0, 0x7f0400a1, 0x7f0400a2, 0x7f0400a9, 0x7f0400aa, 0x7f0400b0, 0x7f0400bf, 0x7f0400d8, 0x7f0400d9, 0x7f0400da, 0x7f0400dd, 0x7f0400df, 0x7f0400ea, 0x7f0400eb, 0x7f0400ec, 0x7f0400ed, 0x7f0400ee, 0x7f040135, 0x7f040141, 0x7f040172, 0x7f040173, 0x7f040174, 0x7f040175, 0x7f040178, 0x7f040179, 0x7f04017a, 0x7f04017b, 0x7f04017c, 0x7f04017d, 0x7f04017e, 0x7f04017f, 0x7f040180, 0x7f0401aa, 0x7f0401ab, 0x7f0401ac, 0x7f0401b3, 0x7f0401b5, 0x7f0401bc, 0x7f0401be, 0x7f0401bf, 0x7f0401c0, 0x7f0401c9, 0x7f0401ca, 0x7f0401cb, 0x7f0401cc, 0x7f0401ea, 0x7f0401eb, 0x7f040208, 0x7f04022f, 0x7f040231, 0x7f040232, 0x7f040233, 0x7f040235, 0x7f040236, 0x7f040237, 0x7f040238, 0x7f04023b, 0x7f04023c, 0x7f040258, 0x7f040259, 0x7f04025a, 0x7f04025b, 0x7f040263, 0x7f040265, 0x7f040266, 0x7f040267, 0x7f040268, 0x7f040269, 0x7f04026a, 0x7f04026b, 0x7f04026c, 0x7f04026d, 0x7f04026e }
+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_listChoiceIndicatorMultipleAnimated 72
+int styleable AppCompatTheme_listChoiceIndicatorSingleAnimated 73
+int styleable AppCompatTheme_listDividerAlertDialog 74
+int styleable AppCompatTheme_listMenuViewStyle 75
+int styleable AppCompatTheme_listPopupWindowStyle 76
+int styleable AppCompatTheme_listPreferredItemHeight 77
+int styleable AppCompatTheme_listPreferredItemHeightLarge 78
+int styleable AppCompatTheme_listPreferredItemHeightSmall 79
+int styleable AppCompatTheme_listPreferredItemPaddingEnd 80
+int styleable AppCompatTheme_listPreferredItemPaddingLeft 81
+int styleable AppCompatTheme_listPreferredItemPaddingRight 82
+int styleable AppCompatTheme_listPreferredItemPaddingStart 83
+int styleable AppCompatTheme_panelBackground 84
+int styleable AppCompatTheme_panelMenuListTheme 85
+int styleable AppCompatTheme_panelMenuListWidth 86
+int styleable AppCompatTheme_popupMenuStyle 87
+int styleable AppCompatTheme_popupWindowStyle 88
+int styleable AppCompatTheme_radioButtonStyle 89
+int styleable AppCompatTheme_ratingBarStyle 90
+int styleable AppCompatTheme_ratingBarStyleIndicator 91
+int styleable AppCompatTheme_ratingBarStyleSmall 92
+int styleable AppCompatTheme_searchViewStyle 93
+int styleable AppCompatTheme_seekBarStyle 94
+int styleable AppCompatTheme_selectableItemBackground 95
+int styleable AppCompatTheme_selectableItemBackgroundBorderless 96
+int styleable AppCompatTheme_spinnerDropDownItemStyle 97
+int styleable AppCompatTheme_spinnerStyle 98
+int styleable AppCompatTheme_switchStyle 99
+int styleable AppCompatTheme_textAppearanceLargePopupMenu 100
+int styleable AppCompatTheme_textAppearanceListItem 101
+int styleable AppCompatTheme_textAppearanceListItemSecondary 102
+int styleable AppCompatTheme_textAppearanceListItemSmall 103
+int styleable AppCompatTheme_textAppearancePopupMenuHeader 104
+int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 105
+int styleable AppCompatTheme_textAppearanceSearchResultTitle 106
+int styleable AppCompatTheme_textAppearanceSmallPopupMenu 107
+int styleable AppCompatTheme_textColorAlertDialogListItem 108
+int styleable AppCompatTheme_textColorSearchUrl 109
+int styleable AppCompatTheme_toolbarNavigationButtonStyle 110
+int styleable AppCompatTheme_toolbarStyle 111
+int styleable AppCompatTheme_tooltipForegroundColor 112
+int styleable AppCompatTheme_tooltipFrameBackground 113
+int styleable AppCompatTheme_viewInflaterClass 114
+int styleable AppCompatTheme_windowActionBar 115
+int styleable AppCompatTheme_windowActionBarOverlay 116
+int styleable AppCompatTheme_windowActionModeOverlay 117
+int styleable AppCompatTheme_windowFixedHeightMajor 118
+int styleable AppCompatTheme_windowFixedHeightMinor 119
+int styleable AppCompatTheme_windowFixedWidthMajor 120
+int styleable AppCompatTheme_windowFixedWidthMinor 121
+int styleable AppCompatTheme_windowMinWidthMajor 122
+int styleable AppCompatTheme_windowMinWidthMinor 123
+int styleable AppCompatTheme_windowNoTitle 124
+int[] styleable Badge { 0x7f040036, 0x7f040040, 0x7f040042, 0x7f040199, 0x7f0401a3 }
+int styleable Badge_backgroundColor 0
+int styleable Badge_badgeGravity 1
+int styleable Badge_badgeTextColor 2
+int styleable Badge_maxCharacterCount 3
+int styleable Badge_number 4
+int[] styleable BottomAppBar { 0x7f04003e, 0x7f0400ef, 0x7f04010c, 0x7f04010d, 0x7f04010e, 0x7f04010f, 0x7f040110, 0x7f040130 }
+int styleable BottomAppBar_backgroundTint 0
+int styleable BottomAppBar_elevation 1
+int styleable BottomAppBar_fabAlignmentMode 2
+int styleable BottomAppBar_fabAnimationMode 3
+int styleable BottomAppBar_fabCradleMargin 4
+int styleable BottomAppBar_fabCradleRoundedCornerRadius 5
+int styleable BottomAppBar_fabCradleVerticalOffset 6
+int styleable BottomAppBar_hideOnScroll 7
+int[] styleable BottomNavigationView { 0x7f04003e, 0x7f0400ef, 0x7f040147, 0x7f04014a, 0x7f04014c, 0x7f04014d, 0x7f040150, 0x7f04015c, 0x7f04015d, 0x7f04015e, 0x7f040160, 0x7f04019c }
+int styleable BottomNavigationView_backgroundTint 0
+int styleable BottomNavigationView_elevation 1
+int styleable BottomNavigationView_itemBackground 2
+int styleable BottomNavigationView_itemHorizontalTranslationEnabled 3
+int styleable BottomNavigationView_itemIconSize 4
+int styleable BottomNavigationView_itemIconTint 5
+int styleable BottomNavigationView_itemRippleColor 6
+int styleable BottomNavigationView_itemTextAppearanceActive 7
+int styleable BottomNavigationView_itemTextAppearanceInactive 8
+int styleable BottomNavigationView_itemTextColor 9
+int styleable BottomNavigationView_labelVisibilityMode 10
+int styleable BottomNavigationView_menu 11
+int[] styleable BottomSheetBehavior_Layout { 0x1010440, 0x7f04003e, 0x7f040046, 0x7f040047, 0x7f040048, 0x7f040049, 0x7f04004b, 0x7f04004c, 0x7f04004d, 0x7f0401cd, 0x7f0401d0 }
+int styleable BottomSheetBehavior_Layout_android_elevation 0
+int styleable BottomSheetBehavior_Layout_backgroundTint 1
+int styleable BottomSheetBehavior_Layout_behavior_expandedOffset 2
+int styleable BottomSheetBehavior_Layout_behavior_fitToContents 3
+int styleable BottomSheetBehavior_Layout_behavior_halfExpandedRatio 4
+int styleable BottomSheetBehavior_Layout_behavior_hideable 5
+int styleable BottomSheetBehavior_Layout_behavior_peekHeight 6
+int styleable BottomSheetBehavior_Layout_behavior_saveFlags 7
+int styleable BottomSheetBehavior_Layout_behavior_skipCollapsed 8
+int styleable BottomSheetBehavior_Layout_shapeAppearance 9
+int styleable BottomSheetBehavior_Layout_shapeAppearanceOverlay 10
+int[] styleable ButtonBarLayout { 0x7f040028 }
+int styleable ButtonBarLayout_allowStacking 0
+int[] styleable CardView { 0x1010140, 0x101013f, 0x7f04006b, 0x7f04006c, 0x7f04006d, 0x7f04006f, 0x7f040070, 0x7f040071, 0x7f0400b9, 0x7f0400ba, 0x7f0400bb, 0x7f0400bc, 0x7f0400bd }
+int styleable CardView_android_minHeight 0
+int styleable CardView_android_minWidth 1
+int styleable CardView_cardBackgroundColor 2
+int styleable CardView_cardCornerRadius 3
+int styleable CardView_cardElevation 4
+int styleable CardView_cardMaxElevation 5
+int styleable CardView_cardPreventCornerOverlap 6
+int styleable CardView_cardUseCompatPadding 7
+int styleable CardView_contentPadding 8
+int styleable CardView_contentPaddingBottom 9
+int styleable CardView_contentPaddingLeft 10
+int styleable CardView_contentPaddingRight 11
+int styleable CardView_contentPaddingTop 12
+int[] styleable Chip { 0x10101e5, 0x10100ab, 0x101011f, 0x101014f, 0x1010034, 0x1010098, 0x7f040076, 0x7f040077, 0x7f040079, 0x7f04007b, 0x7f04007c, 0x7f04007d, 0x7f04007f, 0x7f040080, 0x7f040081, 0x7f040082, 0x7f040083, 0x7f040084, 0x7f040085, 0x7f04008a, 0x7f04008b, 0x7f04008c, 0x7f04008e, 0x7f04008f, 0x7f040090, 0x7f040091, 0x7f040092, 0x7f040093, 0x7f040094, 0x7f040095, 0x7f0400fa, 0x7f04012e, 0x7f040139, 0x7f04013d, 0x7f0401c3, 0x7f0401cd, 0x7f0401d0, 0x7f0401d4, 0x7f04023d, 0x7f040240 }
+int styleable Chip_android_checkable 0
+int styleable Chip_android_ellipsize 1
+int styleable Chip_android_maxWidth 2
+int styleable Chip_android_text 3
+int styleable Chip_android_textAppearance 4
+int styleable Chip_android_textColor 5
+int styleable Chip_checkedIcon 6
+int styleable Chip_checkedIconEnabled 7
+int styleable Chip_checkedIconVisible 8
+int styleable Chip_chipBackgroundColor 9
+int styleable Chip_chipCornerRadius 10
+int styleable Chip_chipEndPadding 11
+int styleable Chip_chipIcon 12
+int styleable Chip_chipIconEnabled 13
+int styleable Chip_chipIconSize 14
+int styleable Chip_chipIconTint 15
+int styleable Chip_chipIconVisible 16
+int styleable Chip_chipMinHeight 17
+int styleable Chip_chipMinTouchTargetSize 18
+int styleable Chip_chipStartPadding 19
+int styleable Chip_chipStrokeColor 20
+int styleable Chip_chipStrokeWidth 21
+int styleable Chip_chipSurfaceColor 22
+int styleable Chip_closeIcon 23
+int styleable Chip_closeIconEnabled 24
+int styleable Chip_closeIconEndPadding 25
+int styleable Chip_closeIconSize 26
+int styleable Chip_closeIconStartPadding 27
+int styleable Chip_closeIconTint 28
+int styleable Chip_closeIconVisible 29
+int styleable Chip_ensureMinTouchTargetSize 30
+int styleable Chip_hideMotionSpec 31
+int styleable Chip_iconEndPadding 32
+int styleable Chip_iconStartPadding 33
+int styleable Chip_rippleColor 34
+int styleable Chip_shapeAppearance 35
+int styleable Chip_shapeAppearanceOverlay 36
+int styleable Chip_showMotionSpec 37
+int styleable Chip_textEndPadding 38
+int styleable Chip_textStartPadding 39
+int[] styleable ChipGroup { 0x7f040075, 0x7f040086, 0x7f040087, 0x7f040088, 0x7f0401d9, 0x7f0401da }
+int styleable ChipGroup_checkedChip 0
+int styleable ChipGroup_chipSpacing 1
+int styleable ChipGroup_chipSpacingHorizontal 2
+int styleable ChipGroup_chipSpacingVertical 3
+int styleable ChipGroup_singleLine 4
+int styleable ChipGroup_singleSelection 5
+int[] styleable CollapsingToolbarLayout { 0x7f040099, 0x7f04009a, 0x7f0400be, 0x7f040103, 0x7f040104, 0x7f040105, 0x7f040106, 0x7f040107, 0x7f040108, 0x7f040109, 0x7f0401c4, 0x7f0401c6, 0x7f0401fc, 0x7f04024c, 0x7f04024d, 0x7f040257 }
+int styleable CollapsingToolbarLayout_collapsedTitleGravity 0
+int styleable CollapsingToolbarLayout_collapsedTitleTextAppearance 1
+int styleable CollapsingToolbarLayout_contentScrim 2
+int styleable CollapsingToolbarLayout_expandedTitleGravity 3
+int styleable CollapsingToolbarLayout_expandedTitleMargin 4
+int styleable CollapsingToolbarLayout_expandedTitleMarginBottom 5
+int styleable CollapsingToolbarLayout_expandedTitleMarginEnd 6
+int styleable CollapsingToolbarLayout_expandedTitleMarginStart 7
+int styleable CollapsingToolbarLayout_expandedTitleMarginTop 8
+int styleable CollapsingToolbarLayout_expandedTitleTextAppearance 9
+int styleable CollapsingToolbarLayout_scrimAnimationDuration 10
+int styleable CollapsingToolbarLayout_scrimVisibleHeightTrigger 11
+int styleable CollapsingToolbarLayout_statusBarScrim 12
+int styleable CollapsingToolbarLayout_title 13
+int styleable CollapsingToolbarLayout_titleEnabled 14
+int styleable CollapsingToolbarLayout_toolbarId 15
+int[] styleable CollapsingToolbarLayout_Layout { 0x7f040167, 0x7f040168 }
+int styleable CollapsingToolbarLayout_Layout_layout_collapseMode 0
+int styleable CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier 1
+int[] styleable ColorStateListItem { 0x7f040029, 0x101031f, 0x10101a5 }
+int styleable ColorStateListItem_alpha 0
+int styleable ColorStateListItem_android_alpha 1
+int styleable ColorStateListItem_android_color 2
+int[] styleable CompoundButton { 0x1010107, 0x7f040063, 0x7f040069, 0x7f04006a }
+int styleable CompoundButton_android_button 0
+int styleable CompoundButton_buttonCompat 1
+int styleable CompoundButton_buttonTint 2
+int styleable CompoundButton_buttonTintMode 3
+int[] styleable CoordinatorLayout { 0x7f04015f, 0x7f0401fa }
+int styleable CoordinatorLayout_keylines 0
+int styleable CoordinatorLayout_statusBarBackground 1
+int[] styleable CoordinatorLayout_Layout { 0x10100b3, 0x7f040164, 0x7f040165, 0x7f040166, 0x7f040169, 0x7f04016a, 0x7f04016b }
+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 { 0x7f04002d, 0x7f04002e, 0x7f040043, 0x7f04009b, 0x7f0400e4, 0x7f040126, 0x7f0401e9, 0x7f040243 }
+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 ExtendedFloatingActionButton { 0x7f0400ef, 0x7f04010a, 0x7f04012e, 0x7f0401d4, 0x7f0401d7 }
+int styleable ExtendedFloatingActionButton_elevation 0
+int styleable ExtendedFloatingActionButton_extendMotionSpec 1
+int styleable ExtendedFloatingActionButton_hideMotionSpec 2
+int styleable ExtendedFloatingActionButton_showMotionSpec 3
+int styleable ExtendedFloatingActionButton_shrinkMotionSpec 4
+int[] styleable ExtendedFloatingActionButton_Behavior_Layout { 0x7f040044, 0x7f040045 }
+int styleable ExtendedFloatingActionButton_Behavior_Layout_behavior_autoHide 0
+int styleable ExtendedFloatingActionButton_Behavior_Layout_behavior_autoShrink 1
+int[] styleable FloatingActionButton { 0x7f04003e, 0x7f04003f, 0x7f04004e, 0x7f0400ef, 0x7f0400fa, 0x7f040111, 0x7f040112, 0x7f04012e, 0x7f040137, 0x7f04019a, 0x7f0401b7, 0x7f0401c3, 0x7f0401cd, 0x7f0401d0, 0x7f0401d4, 0x7f040261 }
+int styleable FloatingActionButton_backgroundTint 0
+int styleable FloatingActionButton_backgroundTintMode 1
+int styleable FloatingActionButton_borderWidth 2
+int styleable FloatingActionButton_elevation 3
+int styleable FloatingActionButton_ensureMinTouchTargetSize 4
+int styleable FloatingActionButton_fabCustomSize 5
+int styleable FloatingActionButton_fabSize 6
+int styleable FloatingActionButton_hideMotionSpec 7
+int styleable FloatingActionButton_hoveredFocusedTranslationZ 8
+int styleable FloatingActionButton_maxImageSize 9
+int styleable FloatingActionButton_pressedTranslationZ 10
+int styleable FloatingActionButton_rippleColor 11
+int styleable FloatingActionButton_shapeAppearance 12
+int styleable FloatingActionButton_shapeAppearanceOverlay 13
+int styleable FloatingActionButton_showMotionSpec 14
+int styleable FloatingActionButton_useCompatPadding 15
+int[] styleable FloatingActionButton_Behavior_Layout { 0x7f040044 }
+int styleable FloatingActionButton_Behavior_Layout_behavior_autoHide 0
+int[] styleable FlowLayout { 0x7f040158, 0x7f040171 }
+int styleable FlowLayout_itemSpacing 0
+int styleable FlowLayout_lineSpacing 1
+int[] styleable FontFamily { 0x7f04011c, 0x7f04011d, 0x7f04011e, 0x7f04011f, 0x7f040120, 0x7f040121 }
+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, 0x7f04011a, 0x7f040122, 0x7f040123, 0x7f040124, 0x7f040260 }
+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 ForegroundLinearLayout { 0x1010109, 0x1010200, 0x7f040125 }
+int styleable ForegroundLinearLayout_android_foreground 0
+int styleable ForegroundLinearLayout_android_foregroundGravity 1
+int styleable ForegroundLinearLayout_foregroundInsidePadding 2
+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, 0x7f0400dc, 0x7f0400de, 0x7f04019b, 0x7f0401d3 }
+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 MaterialAlertDialog { 0x7f040037, 0x7f040038, 0x7f040039, 0x7f04003a }
+int styleable MaterialAlertDialog_backgroundInsetBottom 0
+int styleable MaterialAlertDialog_backgroundInsetEnd 1
+int styleable MaterialAlertDialog_backgroundInsetStart 2
+int styleable MaterialAlertDialog_backgroundInsetTop 3
+int[] styleable MaterialAlertDialogTheme { 0x7f040183, 0x7f040184, 0x7f040185, 0x7f040186, 0x7f040187 }
+int styleable MaterialAlertDialogTheme_materialAlertDialogBodyTextStyle 0
+int styleable MaterialAlertDialogTheme_materialAlertDialogTheme 1
+int styleable MaterialAlertDialogTheme_materialAlertDialogTitleIconStyle 2
+int styleable MaterialAlertDialogTheme_materialAlertDialogTitlePanelStyle 3
+int styleable MaterialAlertDialogTheme_materialAlertDialogTitleTextStyle 4
+int[] styleable MaterialButton { 0x10101e5, 0x10101ba, 0x10101b7, 0x10101b8, 0x10101b9, 0x7f04003e, 0x7f04003f, 0x7f0400c6, 0x7f0400ef, 0x7f040138, 0x7f04013a, 0x7f04013b, 0x7f04013c, 0x7f04013e, 0x7f04013f, 0x7f0401c3, 0x7f0401cd, 0x7f0401d0, 0x7f0401fd, 0x7f0401fe }
+int styleable MaterialButton_android_checkable 0
+int styleable MaterialButton_android_insetBottom 1
+int styleable MaterialButton_android_insetLeft 2
+int styleable MaterialButton_android_insetRight 3
+int styleable MaterialButton_android_insetTop 4
+int styleable MaterialButton_backgroundTint 5
+int styleable MaterialButton_backgroundTintMode 6
+int styleable MaterialButton_cornerRadius 7
+int styleable MaterialButton_elevation 8
+int styleable MaterialButton_icon 9
+int styleable MaterialButton_iconGravity 10
+int styleable MaterialButton_iconPadding 11
+int styleable MaterialButton_iconSize 12
+int styleable MaterialButton_iconTint 13
+int styleable MaterialButton_iconTintMode 14
+int styleable MaterialButton_rippleColor 15
+int styleable MaterialButton_shapeAppearance 16
+int styleable MaterialButton_shapeAppearanceOverlay 17
+int styleable MaterialButton_strokeColor 18
+int styleable MaterialButton_strokeWidth 19
+int[] styleable MaterialButtonToggleGroup { 0x7f040074, 0x7f0401da }
+int styleable MaterialButtonToggleGroup_checkedButton 0
+int styleable MaterialButtonToggleGroup_singleSelection 1
+int[] styleable MaterialCalendar { 0x101020d, 0x7f0400d3, 0x7f0400d4, 0x7f0400d5, 0x7f0400d6, 0x7f0401bd, 0x7f04026f, 0x7f040270, 0x7f040271 }
+int styleable MaterialCalendar_android_windowFullscreen 0
+int styleable MaterialCalendar_dayInvalidStyle 1
+int styleable MaterialCalendar_daySelectedStyle 2
+int styleable MaterialCalendar_dayStyle 3
+int styleable MaterialCalendar_dayTodayStyle 4
+int styleable MaterialCalendar_rangeFillColor 5
+int styleable MaterialCalendar_yearSelectedStyle 6
+int styleable MaterialCalendar_yearStyle 7
+int styleable MaterialCalendar_yearTodayStyle 8
+int[] styleable MaterialCalendarItem { 0x10101ba, 0x10101b7, 0x10101b8, 0x10101b9, 0x7f040148, 0x7f040151, 0x7f040152, 0x7f040159, 0x7f04015a, 0x7f04015e }
+int styleable MaterialCalendarItem_android_insetBottom 0
+int styleable MaterialCalendarItem_android_insetLeft 1
+int styleable MaterialCalendarItem_android_insetRight 2
+int styleable MaterialCalendarItem_android_insetTop 3
+int styleable MaterialCalendarItem_itemFillColor 4
+int styleable MaterialCalendarItem_itemShapeAppearance 5
+int styleable MaterialCalendarItem_itemShapeAppearanceOverlay 6
+int styleable MaterialCalendarItem_itemStrokeColor 7
+int styleable MaterialCalendarItem_itemStrokeWidth 8
+int styleable MaterialCalendarItem_itemTextColor 9
+int[] styleable MaterialCardView { 0x10101e5, 0x7f04006e, 0x7f040076, 0x7f040078, 0x7f0401c3, 0x7f0401cd, 0x7f0401d0, 0x7f0401f7, 0x7f0401fd, 0x7f0401fe }
+int styleable MaterialCardView_android_checkable 0
+int styleable MaterialCardView_cardForegroundColor 1
+int styleable MaterialCardView_checkedIcon 2
+int styleable MaterialCardView_checkedIconTint 3
+int styleable MaterialCardView_rippleColor 4
+int styleable MaterialCardView_shapeAppearance 5
+int styleable MaterialCardView_shapeAppearanceOverlay 6
+int styleable MaterialCardView_state_dragged 7
+int styleable MaterialCardView_strokeColor 8
+int styleable MaterialCardView_strokeWidth 9
+int[] styleable MaterialCheckBox { 0x7f040069, 0x7f040262 }
+int styleable MaterialCheckBox_buttonTint 0
+int styleable MaterialCheckBox_useMaterialThemeColors 1
+int[] styleable MaterialRadioButton { 0x7f040262 }
+int styleable MaterialRadioButton_useMaterialThemeColors 0
+int[] styleable MaterialShape { 0x7f0401cd, 0x7f0401d0 }
+int styleable MaterialShape_shapeAppearance 0
+int styleable MaterialShape_shapeAppearanceOverlay 1
+int[] styleable MaterialTextAppearance { 0x101057f, 0x7f040170 }
+int styleable MaterialTextAppearance_android_lineHeight 0
+int styleable MaterialTextAppearance_lineHeight 1
+int[] styleable MaterialTextView { 0x101057f, 0x1010034, 0x7f040170 }
+int styleable MaterialTextView_android_lineHeight 0
+int styleable MaterialTextView_android_textAppearance 1
+int styleable MaterialTextView_lineHeight 2
+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 { 0x7f04000e, 0x7f040020, 0x7f040022, 0x7f04002a, 0x10101e3, 0x10101e5, 0x1010106, 0x101000e, 0x1010002, 0x10100d0, 0x10101de, 0x10101e4, 0x101026f, 0x10101df, 0x10101e1, 0x10101e2, 0x1010194, 0x7f0400b2, 0x7f04013e, 0x7f04013f, 0x7f0401a4, 0x7f0401d2, 0x7f04025c }
+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, 0x7f0401b6, 0x7f0401ff }
+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 MogoSkinBackgroundHelper { 0x10100d4 }
+int styleable MogoSkinBackgroundHelper_android_background 0
+int[] styleable MogoSkinCompatImageView { 0x1010119, 0x1010121, 0x7f0401ed, 0x7f04024a }
+int styleable MogoSkinCompatImageView_android_src 0
+int styleable MogoSkinCompatImageView_android_tint 1
+int styleable MogoSkinCompatImageView_srcCompat 2
+int styleable MogoSkinCompatImageView_tint 3
+int[] styleable MogoSkinCompatTextHelper { 0x101016e, 0x1010393, 0x101016f, 0x1010170, 0x1010392, 0x101016d, 0x1010034 }
+int styleable MogoSkinCompatTextHelper_android_drawableBottom 0
+int styleable MogoSkinCompatTextHelper_android_drawableEnd 1
+int styleable MogoSkinCompatTextHelper_android_drawableLeft 2
+int styleable MogoSkinCompatTextHelper_android_drawableRight 3
+int styleable MogoSkinCompatTextHelper_android_drawableStart 4
+int styleable MogoSkinCompatTextHelper_android_drawableTop 5
+int styleable MogoSkinCompatTextHelper_android_textAppearance 6
+int[] styleable MogoSkinTextAppearance { 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x1010098, 0x101009a, 0x1010095, 0x1010097, 0x1010096, 0x7f040224 }
+int styleable MogoSkinTextAppearance_android_shadowColor 0
+int styleable MogoSkinTextAppearance_android_shadowDx 1
+int styleable MogoSkinTextAppearance_android_shadowDy 2
+int styleable MogoSkinTextAppearance_android_shadowRadius 3
+int styleable MogoSkinTextAppearance_android_textColor 4
+int styleable MogoSkinTextAppearance_android_textColorHint 5
+int styleable MogoSkinTextAppearance_android_textSize 6
+int styleable MogoSkinTextAppearance_android_textStyle 7
+int styleable MogoSkinTextAppearance_android_typeface 8
+int styleable MogoSkinTextAppearance_textAllCaps 9
+int[] styleable NavigationView { 0x10100d4, 0x10100dd, 0x101011f, 0x7f0400ef, 0x7f040128, 0x7f040147, 0x7f040149, 0x7f04014b, 0x7f04014c, 0x7f04014d, 0x7f04014e, 0x7f040151, 0x7f040152, 0x7f040153, 0x7f040154, 0x7f040155, 0x7f040156, 0x7f040157, 0x7f04015b, 0x7f04015e, 0x7f04019c }
+int styleable NavigationView_android_background 0
+int styleable NavigationView_android_fitsSystemWindows 1
+int styleable NavigationView_android_maxWidth 2
+int styleable NavigationView_elevation 3
+int styleable NavigationView_headerLayout 4
+int styleable NavigationView_itemBackground 5
+int styleable NavigationView_itemHorizontalPadding 6
+int styleable NavigationView_itemIconPadding 7
+int styleable NavigationView_itemIconSize 8
+int styleable NavigationView_itemIconTint 9
+int styleable NavigationView_itemMaxLines 10
+int styleable NavigationView_itemShapeAppearance 11
+int styleable NavigationView_itemShapeAppearanceOverlay 12
+int styleable NavigationView_itemShapeFillColor 13
+int styleable NavigationView_itemShapeInsetBottom 14
+int styleable NavigationView_itemShapeInsetEnd 15
+int styleable NavigationView_itemShapeInsetStart 16
+int styleable NavigationView_itemShapeInsetTop 17
+int styleable NavigationView_itemTextAppearance 18
+int styleable NavigationView_itemTextColor 19
+int styleable NavigationView_menu 20
+int[] styleable PopupWindow { 0x10102c9, 0x1010176, 0x7f0401a5 }
+int styleable PopupWindow_android_popupAnimationStyle 0
+int styleable PopupWindow_android_popupBackground 1
+int styleable PopupWindow_overlapAnchor 2
+int[] styleable PopupWindowBackgroundState { 0x7f0401f4 }
+int styleable PopupWindowBackgroundState_state_above_anchor 0
+int[] styleable RecycleListView { 0x7f0401a6, 0x7f0401a9 }
+int styleable RecycleListView_paddingBottomNoButtons 0
+int styleable RecycleListView_paddingTopNoTitle 1
+int[] styleable RecyclerView { 0x10100eb, 0x10100f1, 0x10100c4, 0x7f040113, 0x7f040114, 0x7f040115, 0x7f040116, 0x7f040117, 0x7f040163, 0x7f0401c2, 0x7f0401e8, 0x7f0401ee }
+int styleable RecyclerView_android_clipToPadding 0
+int styleable RecyclerView_android_descendantFocusability 1
+int styleable RecyclerView_android_orientation 2
+int styleable RecyclerView_fastScrollEnabled 3
+int styleable RecyclerView_fastScrollHorizontalThumbDrawable 4
+int styleable RecyclerView_fastScrollHorizontalTrackDrawable 5
+int styleable RecyclerView_fastScrollVerticalThumbDrawable 6
+int styleable RecyclerView_fastScrollVerticalTrackDrawable 7
+int styleable RecyclerView_layoutManager 8
+int styleable RecyclerView_reverseLayout 9
+int styleable RecyclerView_spanCount 10
+int styleable RecyclerView_stackFromEnd 11
+int[] styleable ScrimInsetsFrameLayout { 0x7f040144 }
+int styleable ScrimInsetsFrameLayout_insetForeground 0
+int[] styleable ScrollingViewBehavior_Layout { 0x7f04004a }
+int styleable ScrollingViewBehavior_Layout_behavior_overlapTop 0
+int[] styleable SearchView { 0x10100da, 0x1010264, 0x1010220, 0x101011f, 0x7f04008f, 0x7f0400b1, 0x7f0400d7, 0x7f040127, 0x7f040140, 0x7f040162, 0x7f0401ba, 0x7f0401bb, 0x7f0401c7, 0x7f0401c8, 0x7f040200, 0x7f040205, 0x7f040264 }
+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 ShapeAppearance { 0x7f0400c1, 0x7f0400c2, 0x7f0400c3, 0x7f0400c4, 0x7f0400c5, 0x7f0400c7, 0x7f0400c8, 0x7f0400c9, 0x7f0400ca, 0x7f0400cb }
+int styleable ShapeAppearance_cornerFamily 0
+int styleable ShapeAppearance_cornerFamilyBottomLeft 1
+int styleable ShapeAppearance_cornerFamilyBottomRight 2
+int styleable ShapeAppearance_cornerFamilyTopLeft 3
+int styleable ShapeAppearance_cornerFamilyTopRight 4
+int styleable ShapeAppearance_cornerSize 5
+int styleable ShapeAppearance_cornerSizeBottomLeft 6
+int styleable ShapeAppearance_cornerSizeBottomRight 7
+int styleable ShapeAppearance_cornerSizeTopLeft 8
+int styleable ShapeAppearance_cornerSizeTopRight 9
+int[] styleable SkinBackgroundHelper { 0x10100d4 }
+int styleable SkinBackgroundHelper_android_background 0
+int[] styleable SkinCompatImageView { 0x1010119, 0x1010121, 0x7f0401ed, 0x7f04024a }
+int styleable SkinCompatImageView_android_src 0
+int styleable SkinCompatImageView_android_tint 1
+int styleable SkinCompatImageView_srcCompat 2
+int styleable SkinCompatImageView_tint 3
+int[] styleable SkinCompatProgressBar { 0x101013b, 0x101013c }
+int styleable SkinCompatProgressBar_android_indeterminateDrawable 0
+int styleable SkinCompatProgressBar_android_progressDrawable 1
+int[] styleable SkinCompatTextHelper { 0x101016e, 0x1010393, 0x101016f, 0x1010170, 0x1010392, 0x101016d, 0x1010034 }
+int styleable SkinCompatTextHelper_android_drawableBottom 0
+int styleable SkinCompatTextHelper_android_drawableEnd 1
+int styleable SkinCompatTextHelper_android_drawableLeft 2
+int styleable SkinCompatTextHelper_android_drawableRight 3
+int styleable SkinCompatTextHelper_android_drawableStart 4
+int styleable SkinCompatTextHelper_android_drawableTop 5
+int styleable SkinCompatTextHelper_android_textAppearance 6
+int[] styleable SkinTextAppearance { 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x1010098, 0x101009a, 0x1010095, 0x1010097, 0x1010096, 0x7f040224 }
+int styleable SkinTextAppearance_android_shadowColor 0
+int styleable SkinTextAppearance_android_shadowDx 1
+int styleable SkinTextAppearance_android_shadowDy 2
+int styleable SkinTextAppearance_android_shadowRadius 3
+int styleable SkinTextAppearance_android_textColor 4
+int styleable SkinTextAppearance_android_textColorHint 5
+int styleable SkinTextAppearance_android_textSize 6
+int styleable SkinTextAppearance_android_textStyle 7
+int styleable SkinTextAppearance_android_typeface 8
+int styleable SkinTextAppearance_textAllCaps 9
+int[] styleable Snackbar { 0x7f0401e6, 0x7f0401e7 }
+int styleable Snackbar_snackbarButtonStyle 0
+int styleable Snackbar_snackbarStyle 1
+int[] styleable SnackbarLayout { 0x7f040021, 0x101011f, 0x7f04002b, 0x7f04003b, 0x7f0400ef, 0x7f040197 }
+int styleable SnackbarLayout_actionTextColorAlpha 0
+int styleable SnackbarLayout_android_maxWidth 1
+int styleable SnackbarLayout_animationMode 2
+int styleable SnackbarLayout_backgroundOverlayColorAlpha 3
+int styleable SnackbarLayout_elevation 4
+int styleable SnackbarLayout_maxActionInlineWidth 5
+int[] styleable Spinner { 0x1010262, 0x10100b2, 0x1010176, 0x101017b, 0x7f0401b4 }
+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, 0x7f0401d5, 0x7f0401ec, 0x7f040206, 0x7f040207, 0x7f040209, 0x7f040244, 0x7f040245, 0x7f040246, 0x7f04025d, 0x7f04025e, 0x7f04025f }
+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 SwitchMaterial { 0x7f040262 }
+int styleable SwitchMaterial_useMaterialThemeColors 0
+int[] styleable TabItem { 0x1010002, 0x10100f2, 0x101014f }
+int styleable TabItem_android_icon 0
+int styleable TabItem_android_layout 1
+int styleable TabItem_android_text 2
+int[] styleable TabLayout { 0x7f04020a, 0x7f04020b, 0x7f04020c, 0x7f04020d, 0x7f04020e, 0x7f04020f, 0x7f040210, 0x7f040211, 0x7f040212, 0x7f040213, 0x7f040214, 0x7f040215, 0x7f040216, 0x7f040217, 0x7f040218, 0x7f040219, 0x7f04021a, 0x7f04021b, 0x7f04021c, 0x7f04021d, 0x7f04021e, 0x7f04021f, 0x7f040221, 0x7f040222, 0x7f040223 }
+int styleable TabLayout_tabBackground 0
+int styleable TabLayout_tabContentStart 1
+int styleable TabLayout_tabGravity 2
+int styleable TabLayout_tabIconTint 3
+int styleable TabLayout_tabIconTintMode 4
+int styleable TabLayout_tabIndicator 5
+int styleable TabLayout_tabIndicatorAnimationDuration 6
+int styleable TabLayout_tabIndicatorColor 7
+int styleable TabLayout_tabIndicatorFullWidth 8
+int styleable TabLayout_tabIndicatorGravity 9
+int styleable TabLayout_tabIndicatorHeight 10
+int styleable TabLayout_tabInlineLabel 11
+int styleable TabLayout_tabMaxWidth 12
+int styleable TabLayout_tabMinWidth 13
+int styleable TabLayout_tabMode 14
+int styleable TabLayout_tabPadding 15
+int styleable TabLayout_tabPaddingBottom 16
+int styleable TabLayout_tabPaddingEnd 17
+int styleable TabLayout_tabPaddingStart 18
+int styleable TabLayout_tabPaddingTop 19
+int styleable TabLayout_tabRippleColor 20
+int styleable TabLayout_tabSelectedTextColor 21
+int styleable TabLayout_tabTextAppearance 22
+int styleable TabLayout_tabTextColor 23
+int styleable TabLayout_tabUnboundedRipple 24
+int[] styleable TextAppearance { 0x10103ac, 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x1010098, 0x101009a, 0x101009b, 0x1010585, 0x1010095, 0x1010097, 0x1010096, 0x7f04011b, 0x7f040123, 0x7f040224, 0x7f04023f }
+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_textFontWeight 8
+int styleable TextAppearance_android_textSize 9
+int styleable TextAppearance_android_textStyle 10
+int styleable TextAppearance_android_typeface 11
+int styleable TextAppearance_fontFamily 12
+int styleable TextAppearance_fontVariationSettings 13
+int styleable TextAppearance_textAllCaps 14
+int styleable TextAppearance_textLocale 15
+int[] styleable TextInputLayout { 0x1010150, 0x101009a, 0x7f040054, 0x7f040055, 0x7f040056, 0x7f040057, 0x7f040058, 0x7f040059, 0x7f04005a, 0x7f04005b, 0x7f04005c, 0x7f04005d, 0x7f0400cc, 0x7f0400cd, 0x7f0400ce, 0x7f0400cf, 0x7f0400d0, 0x7f0400d1, 0x7f0400f2, 0x7f0400f3, 0x7f0400f4, 0x7f0400f5, 0x7f0400f6, 0x7f0400f7, 0x7f0400fb, 0x7f0400fc, 0x7f0400fd, 0x7f0400fe, 0x7f0400ff, 0x7f040100, 0x7f04012a, 0x7f04012b, 0x7f04012c, 0x7f04012d, 0x7f040131, 0x7f040132, 0x7f040133, 0x7f040134, 0x7f0401ad, 0x7f0401ae, 0x7f0401af, 0x7f0401b0, 0x7f0401b1, 0x7f0401cd, 0x7f0401d0, 0x7f0401ef, 0x7f0401f0, 0x7f0401f1, 0x7f0401f2, 0x7f0401f3 }
+int styleable TextInputLayout_android_hint 0
+int styleable TextInputLayout_android_textColorHint 1
+int styleable TextInputLayout_boxBackgroundColor 2
+int styleable TextInputLayout_boxBackgroundMode 3
+int styleable TextInputLayout_boxCollapsedPaddingTop 4
+int styleable TextInputLayout_boxCornerRadiusBottomEnd 5
+int styleable TextInputLayout_boxCornerRadiusBottomStart 6
+int styleable TextInputLayout_boxCornerRadiusTopEnd 7
+int styleable TextInputLayout_boxCornerRadiusTopStart 8
+int styleable TextInputLayout_boxStrokeColor 9
+int styleable TextInputLayout_boxStrokeWidth 10
+int styleable TextInputLayout_boxStrokeWidthFocused 11
+int styleable TextInputLayout_counterEnabled 12
+int styleable TextInputLayout_counterMaxLength 13
+int styleable TextInputLayout_counterOverflowTextAppearance 14
+int styleable TextInputLayout_counterOverflowTextColor 15
+int styleable TextInputLayout_counterTextAppearance 16
+int styleable TextInputLayout_counterTextColor 17
+int styleable TextInputLayout_endIconCheckable 18
+int styleable TextInputLayout_endIconContentDescription 19
+int styleable TextInputLayout_endIconDrawable 20
+int styleable TextInputLayout_endIconMode 21
+int styleable TextInputLayout_endIconTint 22
+int styleable TextInputLayout_endIconTintMode 23
+int styleable TextInputLayout_errorEnabled 24
+int styleable TextInputLayout_errorIconDrawable 25
+int styleable TextInputLayout_errorIconTint 26
+int styleable TextInputLayout_errorIconTintMode 27
+int styleable TextInputLayout_errorTextAppearance 28
+int styleable TextInputLayout_errorTextColor 29
+int styleable TextInputLayout_helperText 30
+int styleable TextInputLayout_helperTextEnabled 31
+int styleable TextInputLayout_helperTextTextAppearance 32
+int styleable TextInputLayout_helperTextTextColor 33
+int styleable TextInputLayout_hintAnimationEnabled 34
+int styleable TextInputLayout_hintEnabled 35
+int styleable TextInputLayout_hintTextAppearance 36
+int styleable TextInputLayout_hintTextColor 37
+int styleable TextInputLayout_passwordToggleContentDescription 38
+int styleable TextInputLayout_passwordToggleDrawable 39
+int styleable TextInputLayout_passwordToggleEnabled 40
+int styleable TextInputLayout_passwordToggleTint 41
+int styleable TextInputLayout_passwordToggleTintMode 42
+int styleable TextInputLayout_shapeAppearance 43
+int styleable TextInputLayout_shapeAppearanceOverlay 44
+int styleable TextInputLayout_startIconCheckable 45
+int styleable TextInputLayout_startIconContentDescription 46
+int styleable TextInputLayout_startIconDrawable 47
+int styleable TextInputLayout_startIconTint 48
+int styleable TextInputLayout_startIconTintMode 49
+int[] styleable ThemeEnforcement { 0x1010034, 0x7f0400f8, 0x7f0400f9 }
+int styleable ThemeEnforcement_android_textAppearance 0
+int styleable ThemeEnforcement_enforceMaterialTheme 1
+int styleable ThemeEnforcement_enforceTextAppearance 2
+int[] styleable Toolbar { 0x10100af, 0x1010140, 0x7f040064, 0x7f040097, 0x7f040098, 0x7f0400b3, 0x7f0400b4, 0x7f0400b5, 0x7f0400b6, 0x7f0400b7, 0x7f0400b8, 0x7f040181, 0x7f040182, 0x7f040198, 0x7f04019c, 0x7f04019f, 0x7f0401a0, 0x7f0401b4, 0x7f040201, 0x7f040202, 0x7f040203, 0x7f04024c, 0x7f04024e, 0x7f04024f, 0x7f040250, 0x7f040251, 0x7f040252, 0x7f040253, 0x7f040254, 0x7f040255 }
+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_menu 14
+int styleable Toolbar_navigationContentDescription 15
+int styleable Toolbar_navigationIcon 16
+int styleable Toolbar_popupTheme 17
+int styleable Toolbar_subtitle 18
+int styleable Toolbar_subtitleTextAppearance 19
+int styleable Toolbar_subtitleTextColor 20
+int styleable Toolbar_title 21
+int styleable Toolbar_titleMargin 22
+int styleable Toolbar_titleMarginBottom 23
+int styleable Toolbar_titleMarginEnd 24
+int styleable Toolbar_titleMarginStart 25
+int styleable Toolbar_titleMarginTop 26
+int styleable Toolbar_titleMargins 27
+int styleable Toolbar_titleTextAppearance 28
+int styleable Toolbar_titleTextColor 29
+int[] styleable View { 0x10100da, 0x1010000, 0x7f0401a7, 0x7f0401a8, 0x7f040241 }
+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, 0x7f04003e, 0x7f04003f }
+int styleable ViewBackgroundHelper_android_background 0
+int styleable ViewBackgroundHelper_backgroundTint 1
+int styleable ViewBackgroundHelper_backgroundTintMode 2
+int[] styleable ViewPager2 { 0x10100c4 }
+int styleable ViewPager2_android_orientation 0
+int[] styleable ViewStubCompat { 0x10100d0, 0x10100f3, 0x10100f2 }
+int styleable ViewStubCompat_android_id 0
+int styleable ViewStubCompat_android_inflatedId 1
+int styleable ViewStubCompat_android_layout 2
+int xml standalone_badge 0x7f180001
+int xml standalone_badge_gravity_bottom_end 0x7f180002
+int xml standalone_badge_gravity_bottom_start 0x7f180003
+int xml standalone_badge_gravity_top_start 0x7f180004
diff --git a/skin/skin-support-design/build/outputs/logs/manifest-merger-debug-report.txt b/skin/skin-support-design/build/outputs/logs/manifest-merger-debug-report.txt
new file mode 100644
index 0000000000..82cb46f9a8
--- /dev/null
+++ b/skin/skin-support-design/build/outputs/logs/manifest-merger-debug-report.txt
@@ -0,0 +1,37 @@
+-- Merging decision tree log ---
+manifest
+ADDED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-design/src/main/AndroidManifest.xml:1:1-2:37
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-design/src/main/AndroidManifest.xml:1:1-2:37
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-design/src/main/AndroidManifest.xml:1:1-2:37
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-design/src/main/AndroidManifest.xml:1:1-2:37
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-design/src/main/AndroidManifest.xml:1:1-2:37
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-design/src/main/AndroidManifest.xml:1:1-2:37
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-design/src/main/AndroidManifest.xml:1:1-2:37
+ package
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-design/src/main/AndroidManifest.xml:2:5-34
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-design/src/main/AndroidManifest.xml
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-design/src/main/AndroidManifest.xml
+ android:versionName
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-design/src/main/AndroidManifest.xml
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-design/src/main/AndroidManifest.xml:1:1-2:37
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-design/src/main/AndroidManifest.xml
+ android:versionCode
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-design/src/main/AndroidManifest.xml
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-design/src/main/AndroidManifest.xml:1:1-2:37
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-design/src/main/AndroidManifest.xml
+ xmlns:android
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-design/src/main/AndroidManifest.xml:1:11-69
+uses-sdk
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-design/src/main/AndroidManifest.xml reason: use-sdk injection requested
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-design/src/main/AndroidManifest.xml
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-design/src/main/AndroidManifest.xml
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-design/src/main/AndroidManifest.xml
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-design/src/main/AndroidManifest.xml
+ android:targetSdkVersion
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-design/src/main/AndroidManifest.xml
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-design/src/main/AndroidManifest.xml
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-design/src/main/AndroidManifest.xml
+ android:minSdkVersion
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-design/src/main/AndroidManifest.xml
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-design/src/main/AndroidManifest.xml
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support-design/src/main/AndroidManifest.xml
diff --git a/skin/skin-support/build/generated/source/buildConfig/debug/skin/support/BuildConfig.java b/skin/skin-support/build/generated/source/buildConfig/debug/skin/support/BuildConfig.java
new file mode 100644
index 0000000000..6a0e4aee7f
--- /dev/null
+++ b/skin/skin-support/build/generated/source/buildConfig/debug/skin/support/BuildConfig.java
@@ -0,0 +1,18 @@
+/**
+ * Automatically generated file. DO NOT MODIFY
+ */
+package skin.support;
+
+public final class BuildConfig {
+ public static final boolean DEBUG = Boolean.parseBoolean("true");
+ public static final String LIBRARY_PACKAGE_NAME = "skin.support";
+ /**
+ * @deprecated APPLICATION_ID is misleading in libraries. For the library package name use LIBRARY_PACKAGE_NAME
+ */
+ @Deprecated
+ public static final String APPLICATION_ID = "skin.support";
+ public static final String BUILD_TYPE = "debug";
+ public static final String FLAVOR = "";
+ public static final int VERSION_CODE = 1;
+ public static final String VERSION_NAME = "1.0";
+}
diff --git a/skin/skin-support/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml b/skin/skin-support/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml
new file mode 100644
index 0000000000..4897b217f6
--- /dev/null
+++ b/skin/skin-support/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/skin/skin-support/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output.json b/skin/skin-support/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output.json
new file mode 100644
index 0000000000..66a2e9826f
--- /dev/null
+++ b/skin/skin-support/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output.json
@@ -0,0 +1 @@
+[{"outputType":{"type":"AAPT_FRIENDLY_MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"skin-support-debug.aar","fullName":"debug","baseName":"debug"},"path":"AndroidManifest.xml","properties":{"packageId":"skin.support","split":""}}]
\ No newline at end of file
diff --git a/skin/skin-support/build/intermediates/annotation_processor_list/debug/annotationProcessors.json b/skin/skin-support/build/intermediates/annotation_processor_list/debug/annotationProcessors.json
new file mode 100644
index 0000000000..9e26dfeeb6
--- /dev/null
+++ b/skin/skin-support/build/intermediates/annotation_processor_list/debug/annotationProcessors.json
@@ -0,0 +1 @@
+{}
\ No newline at end of file
diff --git a/skin/skin-support/build/intermediates/compile_library_classes/debug/classes.jar b/skin/skin-support/build/intermediates/compile_library_classes/debug/classes.jar
new file mode 100644
index 0000000000..16ca9f8763
Binary files /dev/null and b/skin/skin-support/build/intermediates/compile_library_classes/debug/classes.jar differ
diff --git a/skin/skin-support/build/intermediates/compile_only_not_namespaced_r_class_jar/debug/R.jar b/skin/skin-support/build/intermediates/compile_only_not_namespaced_r_class_jar/debug/R.jar
new file mode 100644
index 0000000000..89322d2b60
Binary files /dev/null and b/skin/skin-support/build/intermediates/compile_only_not_namespaced_r_class_jar/debug/R.jar differ
diff --git a/skin/skin-support/build/intermediates/incremental/debug-mergeNativeLibs/merge-state b/skin/skin-support/build/intermediates/incremental/debug-mergeNativeLibs/merge-state
new file mode 100644
index 0000000000..3eee0c1f63
Binary files /dev/null and b/skin/skin-support/build/intermediates/incremental/debug-mergeNativeLibs/merge-state differ
diff --git a/skin/skin-support/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml b/skin/skin-support/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml
new file mode 100644
index 0000000000..ca5622f7aa
--- /dev/null
+++ b/skin/skin-support/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/skin/skin-support/build/intermediates/incremental/mergeDebugShaders/merger.xml b/skin/skin-support/build/intermediates/incremental/mergeDebugShaders/merger.xml
new file mode 100644
index 0000000000..6cfa92ccb4
--- /dev/null
+++ b/skin/skin-support/build/intermediates/incremental/mergeDebugShaders/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/skin/skin-support/build/intermediates/incremental/packageDebugAssets/merger.xml b/skin/skin-support/build/intermediates/incremental/packageDebugAssets/merger.xml
new file mode 100644
index 0000000000..3d14fbec14
--- /dev/null
+++ b/skin/skin-support/build/intermediates/incremental/packageDebugAssets/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/skin/skin-support/build/intermediates/incremental/packageDebugResources/compile-file-map.properties b/skin/skin-support/build/intermediates/incremental/packageDebugResources/compile-file-map.properties
new file mode 100644
index 0000000000..271e73b9fd
--- /dev/null
+++ b/skin/skin-support/build/intermediates/incremental/packageDebugResources/compile-file-map.properties
@@ -0,0 +1 @@
+#Thu Sep 03 19:51:13 CST 2020
diff --git a/skin/skin-support/build/intermediates/incremental/packageDebugResources/merged.dir/values/values.xml b/skin/skin-support/build/intermediates/incremental/packageDebugResources/merged.dir/values/values.xml
new file mode 100644
index 0000000000..72ac27695b
--- /dev/null
+++ b/skin/skin-support/build/intermediates/incremental/packageDebugResources/merged.dir/values/values.xml
@@ -0,0 +1,38 @@
+
+
+ skin-support
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/skin/skin-support/build/intermediates/incremental/packageDebugResources/merger.xml b/skin/skin-support/build/intermediates/incremental/packageDebugResources/merger.xml
new file mode 100644
index 0000000000..399c010d62
--- /dev/null
+++ b/skin/skin-support/build/intermediates/incremental/packageDebugResources/merger.xml
@@ -0,0 +1,60 @@
+
+skin-support
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/BuildConfig.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/BuildConfig.class
new file mode 100644
index 0000000000..f0be338814
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/BuildConfig.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/SkinCompatManager$SkinLoadTask.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/SkinCompatManager$SkinLoadTask.class
new file mode 100644
index 0000000000..1b943a5607
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/SkinCompatManager$SkinLoadTask.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/SkinCompatManager$SkinLoaderListener.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/SkinCompatManager$SkinLoaderListener.class
new file mode 100644
index 0000000000..b8b54c96e2
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/SkinCompatManager$SkinLoaderListener.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/SkinCompatManager$SkinLoaderStrategy.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/SkinCompatManager$SkinLoaderStrategy.class
new file mode 100644
index 0000000000..6e9e2be35f
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/SkinCompatManager$SkinLoaderStrategy.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/SkinCompatManager.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/SkinCompatManager.class
new file mode 100644
index 0000000000..2666876e6b
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/SkinCompatManager.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/annotation/AnyRes.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/annotation/AnyRes.class
new file mode 100644
index 0000000000..48fcd5a878
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/annotation/AnyRes.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/annotation/ColorRes.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/annotation/ColorRes.class
new file mode 100644
index 0000000000..9fb8672456
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/annotation/ColorRes.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/annotation/DrawableRes.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/annotation/DrawableRes.class
new file mode 100644
index 0000000000..4090125eff
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/annotation/DrawableRes.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/annotation/NonNull.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/annotation/NonNull.class
new file mode 100644
index 0000000000..1447f6da61
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/annotation/NonNull.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/annotation/Nullable.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/annotation/Nullable.class
new file mode 100644
index 0000000000..da5832f6d8
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/annotation/Nullable.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/annotation/Skinable.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/annotation/Skinable.class
new file mode 100644
index 0000000000..6e64fe2dea
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/annotation/Skinable.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/annotation/StringRes.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/annotation/StringRes.class
new file mode 100644
index 0000000000..251ee31cf7
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/annotation/StringRes.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/app/SkinActivityLifecycle$LazySkinObserver.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/app/SkinActivityLifecycle$LazySkinObserver.class
new file mode 100644
index 0000000000..75a6809386
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/app/SkinActivityLifecycle$LazySkinObserver.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/app/SkinActivityLifecycle.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/app/SkinActivityLifecycle.class
new file mode 100644
index 0000000000..acd20b3ad9
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/app/SkinActivityLifecycle.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/app/SkinCompatDelegate.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/app/SkinCompatDelegate.class
new file mode 100644
index 0000000000..ca4380ab10
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/app/SkinCompatDelegate.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/app/SkinCompatViewInflater$DeclaredOnClickListener.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/app/SkinCompatViewInflater$DeclaredOnClickListener.class
new file mode 100644
index 0000000000..b9b81146c2
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/app/SkinCompatViewInflater$DeclaredOnClickListener.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/app/SkinCompatViewInflater.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/app/SkinCompatViewInflater.class
new file mode 100644
index 0000000000..b4aafad9d3
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/app/SkinCompatViewInflater.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/app/SkinLayoutInflater.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/app/SkinLayoutInflater.class
new file mode 100644
index 0000000000..682564e3b9
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/app/SkinLayoutInflater.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/app/SkinWrapper.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/app/SkinWrapper.class
new file mode 100644
index 0000000000..9c6622de20
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/app/SkinWrapper.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/app/ViewFromTagFilter$1.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/app/ViewFromTagFilter$1.class
new file mode 100644
index 0000000000..4ffc7fb0f4
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/app/ViewFromTagFilter$1.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/app/ViewFromTagFilter$InstanceHolder.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/app/ViewFromTagFilter$InstanceHolder.class
new file mode 100644
index 0000000000..742aba2fec
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/app/ViewFromTagFilter$InstanceHolder.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/app/ViewFromTagFilter.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/app/ViewFromTagFilter.class
new file mode 100644
index 0000000000..f7a7b6bb79
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/app/ViewFromTagFilter.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/collection/ArrayMap$1.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/collection/ArrayMap$1.class
new file mode 100644
index 0000000000..400da2702c
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/collection/ArrayMap$1.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/collection/ArrayMap.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/collection/ArrayMap.class
new file mode 100644
index 0000000000..aa03af3581
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/collection/ArrayMap.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/collection/ContainerHelpers.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/collection/ContainerHelpers.class
new file mode 100644
index 0000000000..62e9a26284
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/collection/ContainerHelpers.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/collection/MapCollections$ArrayIterator.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/collection/MapCollections$ArrayIterator.class
new file mode 100644
index 0000000000..84e276ba4e
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/collection/MapCollections$ArrayIterator.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/collection/MapCollections$EntrySet.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/collection/MapCollections$EntrySet.class
new file mode 100644
index 0000000000..950a1b8b4a
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/collection/MapCollections$EntrySet.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/collection/MapCollections$KeySet.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/collection/MapCollections$KeySet.class
new file mode 100644
index 0000000000..3fcca14140
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/collection/MapCollections$KeySet.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/collection/MapCollections$MapIterator.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/collection/MapCollections$MapIterator.class
new file mode 100644
index 0000000000..b857df5081
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/collection/MapCollections$MapIterator.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/collection/MapCollections$ValuesCollection.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/collection/MapCollections$ValuesCollection.class
new file mode 100644
index 0000000000..81b7b7aa79
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/collection/MapCollections$ValuesCollection.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/collection/MapCollections.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/collection/MapCollections.class
new file mode 100644
index 0000000000..dc0a21c489
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/collection/MapCollections.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/collection/SimpleArrayMap.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/collection/SimpleArrayMap.class
new file mode 100644
index 0000000000..35b220d9dc
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/collection/SimpleArrayMap.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/content/res/ColorState$ColorBuilder.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/content/res/ColorState$ColorBuilder.class
new file mode 100644
index 0000000000..205a85197e
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/content/res/ColorState$ColorBuilder.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/content/res/ColorState.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/content/res/ColorState.class
new file mode 100644
index 0000000000..499dead515
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/content/res/ColorState.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/content/res/SkinCompatResources.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/content/res/SkinCompatResources.class
new file mode 100644
index 0000000000..6ad2d8962d
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/content/res/SkinCompatResources.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/content/res/SkinCompatThemeUtils.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/content/res/SkinCompatThemeUtils.class
new file mode 100644
index 0000000000..118201d352
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/content/res/SkinCompatThemeUtils.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/content/res/SkinCompatUserThemeManager.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/content/res/SkinCompatUserThemeManager.class
new file mode 100644
index 0000000000..6fbf6ea49d
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/content/res/SkinCompatUserThemeManager.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/content/res/SkinResources.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/content/res/SkinResources.class
new file mode 100644
index 0000000000..43c0087b6e
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/content/res/SkinResources.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/exception/SkinCompatException.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/exception/SkinCompatException.class
new file mode 100644
index 0000000000..bfb89d8011
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/exception/SkinCompatException.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/graphics/ColorUtils.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/graphics/ColorUtils.class
new file mode 100644
index 0000000000..f4875828e0
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/graphics/ColorUtils.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/load/SkinAssetsLoader.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/load/SkinAssetsLoader.class
new file mode 100644
index 0000000000..eb82b09a01
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/load/SkinAssetsLoader.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/load/SkinBuildInLoader.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/load/SkinBuildInLoader.class
new file mode 100644
index 0000000000..dc54886b79
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/load/SkinBuildInLoader.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/load/SkinNoneLoader.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/load/SkinNoneLoader.class
new file mode 100644
index 0000000000..73d2a4be78
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/load/SkinNoneLoader.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/load/SkinPrefixBuildInLoader.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/load/SkinPrefixBuildInLoader.class
new file mode 100644
index 0000000000..5b0e279641
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/load/SkinPrefixBuildInLoader.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/load/SkinSDCardLoader.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/load/SkinSDCardLoader.class
new file mode 100644
index 0000000000..799c98a9df
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/load/SkinSDCardLoader.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/observe/SkinObservable.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/observe/SkinObservable.class
new file mode 100644
index 0000000000..b43d7e1ae4
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/observe/SkinObservable.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/observe/SkinObserver.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/observe/SkinObserver.class
new file mode 100644
index 0000000000..3bd24d944f
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/observe/SkinObserver.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/utils/ImageUtils.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/utils/ImageUtils.class
new file mode 100644
index 0000000000..a0b7cdf112
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/utils/ImageUtils.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/utils/SkinCompatVersionUtils.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/utils/SkinCompatVersionUtils.class
new file mode 100644
index 0000000000..336e99b181
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/utils/SkinCompatVersionUtils.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/utils/SkinConstants.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/utils/SkinConstants.class
new file mode 100644
index 0000000000..229e741d8e
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/utils/SkinConstants.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/utils/SkinFileUtils.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/utils/SkinFileUtils.class
new file mode 100644
index 0000000000..6577932cf3
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/utils/SkinFileUtils.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/utils/SkinPreference.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/utils/SkinPreference.class
new file mode 100644
index 0000000000..bc14f46de0
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/utils/SkinPreference.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/utils/Slog.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/utils/Slog.class
new file mode 100644
index 0000000000..9b68603c1a
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/utils/Slog.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/view/LayoutInflaterCompat$Factory2Wrapper.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/view/LayoutInflaterCompat$Factory2Wrapper.class
new file mode 100644
index 0000000000..9517e231de
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/view/LayoutInflaterCompat$Factory2Wrapper.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/view/LayoutInflaterCompat.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/view/LayoutInflaterCompat.class
new file mode 100644
index 0000000000..ff873ac438
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/view/LayoutInflaterCompat.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/view/LayoutInflaterFactory.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/view/LayoutInflaterFactory.class
new file mode 100644
index 0000000000..0b700843d5
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/view/LayoutInflaterFactory.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/view/ViewCompat.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/view/ViewCompat.class
new file mode 100644
index 0000000000..1b5621a323
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/view/ViewCompat.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatHelper.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatHelper.class
new file mode 100644
index 0000000000..5354864642
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatHelper.class differ
diff --git a/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatSupportable.class b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatSupportable.class
new file mode 100644
index 0000000000..ea01a3d2c3
Binary files /dev/null and b/skin/skin-support/build/intermediates/javac/debug/classes/skin/support/widget/SkinCompatSupportable.class differ
diff --git a/skin/skin-support/build/intermediates/library_java_res/debug/res.jar b/skin/skin-support/build/intermediates/library_java_res/debug/res.jar
new file mode 100644
index 0000000000..15cb0ecb3e
Binary files /dev/null and b/skin/skin-support/build/intermediates/library_java_res/debug/res.jar differ
diff --git a/skin/skin-support/build/intermediates/library_manifest/debug/AndroidManifest.xml b/skin/skin-support/build/intermediates/library_manifest/debug/AndroidManifest.xml
new file mode 100644
index 0000000000..4897b217f6
--- /dev/null
+++ b/skin/skin-support/build/intermediates/library_manifest/debug/AndroidManifest.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/skin/skin-support/build/intermediates/local_only_symbol_list/debug/parseDebugLibraryResources/R-def.txt b/skin/skin-support/build/intermediates/local_only_symbol_list/debug/parseDebugLibraryResources/R-def.txt
new file mode 100644
index 0000000000..605275d401
--- /dev/null
+++ b/skin/skin-support/build/intermediates/local_only_symbol_list/debug/parseDebugLibraryResources/R-def.txt
@@ -0,0 +1,11 @@
+R_DEF: Internal format may change without notice
+local
+attr? srcCompat
+attr? textAllCaps
+attr? tint
+string app_name
+styleable SkinBackgroundHelper android:background
+styleable SkinCompatImageView android:src srcCompat android:tint tint
+styleable SkinCompatProgressBar android:indeterminateDrawable android:progressDrawable
+styleable SkinCompatTextHelper android:drawableLeft android:drawableTop android:drawableRight android:drawableBottom android:drawableStart android:drawableEnd android:textAppearance
+styleable SkinTextAppearance android:textSize android:textColor android:textColorHint android:textStyle android:typeface textAllCaps android:shadowColor android:shadowDy android:shadowDx android:shadowRadius
diff --git a/skin/skin-support/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt b/skin/skin-support/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt
new file mode 100644
index 0000000000..a5d2b06990
--- /dev/null
+++ b/skin/skin-support/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt
@@ -0,0 +1,13 @@
+1
+2
+6
+7 /Users/admin/Android/ADAS/Launcher/skin/skin-support/src/main/AndroidManifest.xml
+9 android:targetSdkVersion="22" />
+9-->/Users/admin/Android/ADAS/Launcher/skin/skin-support/src/main/AndroidManifest.xml
+10
+11
diff --git a/skin/skin-support/build/intermediates/merged_manifests/debug/output.json b/skin/skin-support/build/intermediates/merged_manifests/debug/output.json
new file mode 100644
index 0000000000..91e1d02b04
--- /dev/null
+++ b/skin/skin-support/build/intermediates/merged_manifests/debug/output.json
@@ -0,0 +1 @@
+[{"outputType":{"type":"MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"skin-support-debug.aar","fullName":"debug","baseName":"debug"},"path":"../../library_manifest/debug/AndroidManifest.xml","properties":{"packageId":"skin.support","split":""}}]
\ No newline at end of file
diff --git a/skin/skin-support/build/intermediates/packaged_res/debug/values/values.xml b/skin/skin-support/build/intermediates/packaged_res/debug/values/values.xml
new file mode 100644
index 0000000000..72ac27695b
--- /dev/null
+++ b/skin/skin-support/build/intermediates/packaged_res/debug/values/values.xml
@@ -0,0 +1,38 @@
+
+
+ skin-support
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/skin/skin-support/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt b/skin/skin-support/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt
new file mode 100644
index 0000000000..4879bd2f02
--- /dev/null
+++ b/skin/skin-support/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt
@@ -0,0 +1,1280 @@
+skin.support
+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 btn_checkbox_to_checked_box_inner_merged_animation
+anim btn_checkbox_to_checked_box_outer_merged_animation
+anim btn_checkbox_to_checked_icon_null_animation
+anim btn_checkbox_to_unchecked_box_inner_merged_animation
+anim btn_checkbox_to_unchecked_check_path_merged_animation
+anim btn_checkbox_to_unchecked_icon_null_animation
+anim btn_radio_to_off_mtrl_dot_group_animation
+anim btn_radio_to_off_mtrl_ring_outer_animation
+anim btn_radio_to_off_mtrl_ring_outer_path_animation
+anim btn_radio_to_on_mtrl_dot_group_animation
+anim btn_radio_to_on_mtrl_ring_outer_animation
+anim btn_radio_to_on_mtrl_ring_outer_path_animation
+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 borderlessButtonStyle
+attr buttonBarButtonStyle
+attr buttonBarNegativeButtonStyle
+attr buttonBarNeutralButtonStyle
+attr buttonBarPositiveButtonStyle
+attr buttonBarStyle
+attr buttonCompat
+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 drawableBottomCompat
+attr drawableEndCompat
+attr drawableLeftCompat
+attr drawableRightCompat
+attr drawableSize
+attr drawableStartCompat
+attr drawableTint
+attr drawableTintMode
+attr drawableTopCompat
+attr drawerArrowStyle
+attr dropDownListViewStyle
+attr dropdownListPreferredItemHeight
+attr editTextBackground
+attr editTextColor
+attr editTextStyle
+attr elevation
+attr expandActivityOverflowButtonDrawable
+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 layout_anchor
+attr layout_anchorGravity
+attr layout_behavior
+attr layout_dodgeInsetEdges
+attr layout_insetEdge
+attr layout_keyline
+attr lineHeight
+attr listChoiceBackgroundIndicator
+attr listChoiceIndicatorMultipleAnimated
+attr listChoiceIndicatorSingleAnimated
+attr listDividerAlertDialog
+attr listItemLayout
+attr listLayout
+attr listMenuViewStyle
+attr listPopupWindowStyle
+attr listPreferredItemHeight
+attr listPreferredItemHeightLarge
+attr listPreferredItemHeightSmall
+attr listPreferredItemPaddingEnd
+attr listPreferredItemPaddingLeft
+attr listPreferredItemPaddingRight
+attr listPreferredItemPaddingStart
+attr logo
+attr logoDescription
+attr maxButtonHeight
+attr measureWithLargestChild
+attr menu
+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 searchHintIcon
+attr searchIcon
+attr searchViewStyle
+attr seekBarStyle
+attr selectableItemBackground
+attr selectableItemBackgroundBorderless
+attr showAsAction
+attr showDividers
+attr showText
+attr showTitle
+attr singleChoiceItemLayout
+attr spinBars
+attr spinnerDropDownItemStyle
+attr spinnerStyle
+attr splitTrack
+attr srcCompat
+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 textLocale
+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 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 notification_material_background_media_default_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_height_large_material
+dimen abc_list_item_height_material
+dimen abc_list_item_height_small_material
+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 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 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 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 subtitle_corner_radius
+dimen subtitle_outline_width
+dimen subtitle_shadow_offset
+dimen subtitle_shadow_radius
+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_material_anim
+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_material_anim
+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 btn_checkbox_checked_mtrl
+drawable btn_checkbox_checked_to_unchecked_mtrl_animation
+drawable btn_checkbox_unchecked_mtrl
+drawable btn_checkbox_unchecked_to_checked_mtrl_animation
+drawable btn_radio_off_mtrl
+drawable btn_radio_off_to_on_mtrl_animation
+drawable btn_radio_on_mtrl
+drawable btn_radio_on_to_off_mtrl_animation
+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 accessibility_action_clickable_span
+id accessibility_custom_action_0
+id accessibility_custom_action_1
+id accessibility_custom_action_10
+id accessibility_custom_action_11
+id accessibility_custom_action_12
+id accessibility_custom_action_13
+id accessibility_custom_action_14
+id accessibility_custom_action_15
+id accessibility_custom_action_16
+id accessibility_custom_action_17
+id accessibility_custom_action_18
+id accessibility_custom_action_19
+id accessibility_custom_action_2
+id accessibility_custom_action_20
+id accessibility_custom_action_21
+id accessibility_custom_action_22
+id accessibility_custom_action_23
+id accessibility_custom_action_24
+id accessibility_custom_action_25
+id accessibility_custom_action_26
+id accessibility_custom_action_27
+id accessibility_custom_action_28
+id accessibility_custom_action_29
+id accessibility_custom_action_3
+id accessibility_custom_action_30
+id accessibility_custom_action_31
+id accessibility_custom_action_4
+id accessibility_custom_action_5
+id accessibility_custom_action_6
+id accessibility_custom_action_7
+id accessibility_custom_action_8
+id accessibility_custom_action_9
+id action0
+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 blocking
+id bottom
+id buttonPanel
+id cancel_action
+id checkbox
+id checked
+id chronometer
+id content
+id contentPanel
+id custom
+id customPanel
+id decor_content_parent
+id default_activity_button
+id dialog_button
+id edit_query
+id end
+id end_padder
+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 left
+id line1
+id line3
+id listMode
+id list_item
+id media_actions
+id message
+id multiply
+id none
+id normal
+id notification_background
+id notification_main_column
+id notification_main_column_container
+id off
+id on
+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 status_bar_latest_event_content
+id submenuarrow
+id submit_area
+id tabMode
+id tag_accessibility_actions
+id tag_accessibility_clickable_spans
+id tag_accessibility_heading
+id tag_accessibility_pane_title
+id tag_screen_reader_focusable
+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 unchecked
+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
+interpolator btn_checkbox_checked_mtrl_animation_interpolator_0
+interpolator btn_checkbox_checked_mtrl_animation_interpolator_1
+interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_0
+interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_1
+interpolator btn_radio_to_off_mtrl_animation_interpolator_0
+interpolator btn_radio_to_on_mtrl_animation_interpolator_0
+interpolator fast_out_slow_in
+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 custom_dialog
+layout notification_action
+layout notification_action_tombstone
+layout notification_media_action
+layout notification_media_cancel_action
+layout notification_template_big_media
+layout notification_template_big_media_custom
+layout notification_template_big_media_narrow
+layout notification_template_big_media_narrow_custom
+layout notification_template_custom_big
+layout notification_template_icon_group
+layout notification_template_lines_media
+layout notification_template_media
+layout notification_template_media_custom
+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_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 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
+style Base_Widget_AppCompat_TextView_SpinnerItem
+style Base_Widget_AppCompat_Toolbar
+style Base_Widget_AppCompat_Toolbar_Button_Navigation
+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_Info_Media
+style TextAppearance_Compat_Notification_Line2
+style TextAppearance_Compat_Notification_Line2_Media
+style TextAppearance_Compat_Notification_Media
+style TextAppearance_Compat_Notification_Time
+style TextAppearance_Compat_Notification_Time_Media
+style TextAppearance_Compat_Notification_Title
+style TextAppearance_Compat_Notification_Title_Media
+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_DayNight
+style ThemeOverlay_AppCompat_DayNight_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
+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 drawableBottomCompat drawableEndCompat drawableLeftCompat drawableRightCompat drawableStartCompat drawableTint drawableTintMode drawableTopCompat firstBaselineToTopHeight fontFamily fontVariationSettings lastBaselineToBottomHeight lineHeight textAllCaps textLocale
+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 listChoiceIndicatorMultipleAnimated listChoiceIndicatorSingleAnimated listDividerAlertDialog listMenuViewStyle listPopupWindowStyle listPreferredItemHeight listPreferredItemHeightLarge listPreferredItemHeightSmall listPreferredItemPaddingEnd listPreferredItemPaddingLeft listPreferredItemPaddingRight listPreferredItemPaddingStart 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 ButtonBarLayout allowStacking
+styleable ColorStateListItem alpha android_alpha android_color
+styleable CompoundButton android_button buttonCompat 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 MogoSkinBackgroundHelper android_background
+styleable MogoSkinCompatImageView android_src android_tint srcCompat tint
+styleable MogoSkinCompatTextHelper android_drawableBottom android_drawableEnd android_drawableLeft android_drawableRight android_drawableStart android_drawableTop android_textAppearance
+styleable MogoSkinTextAppearance android_shadowColor android_shadowDx android_shadowDy android_shadowRadius android_textColor android_textColorHint android_textSize android_textStyle android_typeface textAllCaps
+styleable PopupWindow android_popupAnimationStyle android_popupBackground overlapAnchor
+styleable PopupWindowBackgroundState state_above_anchor
+styleable RecycleListView paddingBottomNoButtons paddingTopNoTitle
+styleable SearchView android_focusable android_imeOptions android_inputType android_maxWidth closeIcon commitIcon defaultQueryHint goIcon iconifiedByDefault layout queryBackground queryHint searchHintIcon searchIcon submitBackground suggestionRowLayout voiceIcon
+styleable SkinBackgroundHelper android_background
+styleable SkinCompatImageView android_src android_tint srcCompat tint
+styleable SkinCompatProgressBar android_indeterminateDrawable android_progressDrawable android_indeterminateDrawable android_progressDrawable
+styleable SkinCompatTextHelper android_drawableBottom android_drawableEnd android_drawableLeft android_drawableRight android_drawableStart android_drawableTop android_textAppearance
+styleable SkinTextAppearance android_shadowColor android_shadowDx android_shadowDy android_shadowRadius android_textColor android_textColorHint android_textSize android_textStyle android_typeface textAllCaps
+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_textFontWeight android_textSize android_textStyle android_typeface fontFamily fontVariationSettings textAllCaps textLocale
+styleable Toolbar android_gravity android_minHeight buttonGravity collapseContentDescription collapseIcon contentInsetEnd contentInsetEndWithActions contentInsetLeft contentInsetRight contentInsetStart contentInsetStartWithNavigation logo logoDescription maxButtonHeight menu 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/skin/skin-support/build/intermediates/runtime_library_classes/debug/classes.jar b/skin/skin-support/build/intermediates/runtime_library_classes/debug/classes.jar
new file mode 100644
index 0000000000..16ca9f8763
Binary files /dev/null and b/skin/skin-support/build/intermediates/runtime_library_classes/debug/classes.jar differ
diff --git a/skin/skin-support/build/intermediates/symbols/debug/R.txt b/skin/skin-support/build/intermediates/symbols/debug/R.txt
new file mode 100644
index 0000000000..d6f88af4eb
--- /dev/null
+++ b/skin/skin-support/build/intermediates/symbols/debug/R.txt
@@ -0,0 +1,1761 @@
+int anim abc_fade_in 0x7f010001
+int anim abc_fade_out 0x7f010002
+int anim abc_grow_fade_in_from_bottom 0x7f010003
+int anim abc_popup_enter 0x7f010004
+int anim abc_popup_exit 0x7f010005
+int anim abc_shrink_fade_out_from_bottom 0x7f010006
+int anim abc_slide_in_bottom 0x7f010007
+int anim abc_slide_in_top 0x7f010008
+int anim abc_slide_out_bottom 0x7f010009
+int anim abc_slide_out_top 0x7f01000a
+int anim abc_tooltip_enter 0x7f01000b
+int anim abc_tooltip_exit 0x7f01000c
+int anim btn_checkbox_to_checked_box_inner_merged_animation 0x7f01000d
+int anim btn_checkbox_to_checked_box_outer_merged_animation 0x7f01000e
+int anim btn_checkbox_to_checked_icon_null_animation 0x7f01000f
+int anim btn_checkbox_to_unchecked_box_inner_merged_animation 0x7f010010
+int anim btn_checkbox_to_unchecked_check_path_merged_animation 0x7f010011
+int anim btn_checkbox_to_unchecked_icon_null_animation 0x7f010012
+int anim btn_radio_to_off_mtrl_dot_group_animation 0x7f010013
+int anim btn_radio_to_off_mtrl_ring_outer_animation 0x7f010014
+int anim btn_radio_to_off_mtrl_ring_outer_path_animation 0x7f010015
+int anim btn_radio_to_on_mtrl_dot_group_animation 0x7f010016
+int anim btn_radio_to_on_mtrl_ring_outer_animation 0x7f010017
+int anim btn_radio_to_on_mtrl_ring_outer_path_animation 0x7f010018
+int attr actionBarDivider 0x7f040001
+int attr actionBarItemBackground 0x7f040002
+int attr actionBarPopupTheme 0x7f040003
+int attr actionBarSize 0x7f040004
+int attr actionBarSplitStyle 0x7f040005
+int attr actionBarStyle 0x7f040006
+int attr actionBarTabBarStyle 0x7f040007
+int attr actionBarTabStyle 0x7f040008
+int attr actionBarTabTextStyle 0x7f040009
+int attr actionBarTheme 0x7f04000a
+int attr actionBarWidgetTheme 0x7f04000b
+int attr actionButtonStyle 0x7f04000c
+int attr actionDropDownStyle 0x7f04000d
+int attr actionLayout 0x7f04000e
+int attr actionMenuTextAppearance 0x7f04000f
+int attr actionMenuTextColor 0x7f040010
+int attr actionModeBackground 0x7f040011
+int attr actionModeCloseButtonStyle 0x7f040012
+int attr actionModeCloseDrawable 0x7f040013
+int attr actionModeCopyDrawable 0x7f040014
+int attr actionModeCutDrawable 0x7f040015
+int attr actionModeFindDrawable 0x7f040016
+int attr actionModePasteDrawable 0x7f040017
+int attr actionModePopupWindowStyle 0x7f040018
+int attr actionModeSelectAllDrawable 0x7f040019
+int attr actionModeShareDrawable 0x7f04001a
+int attr actionModeSplitBackground 0x7f04001b
+int attr actionModeStyle 0x7f04001c
+int attr actionModeWebSearchDrawable 0x7f04001d
+int attr actionOverflowButtonStyle 0x7f04001e
+int attr actionOverflowMenuStyle 0x7f04001f
+int attr actionProviderClass 0x7f040020
+int attr actionViewClass 0x7f040021
+int attr activityChooserViewStyle 0x7f040022
+int attr alertDialogButtonGroupStyle 0x7f040023
+int attr alertDialogCenterButtons 0x7f040024
+int attr alertDialogStyle 0x7f040025
+int attr alertDialogTheme 0x7f040026
+int attr allowStacking 0x7f040027
+int attr alpha 0x7f040028
+int attr alphabeticModifiers 0x7f040029
+int attr arrowHeadLength 0x7f04002a
+int attr arrowShaftLength 0x7f04002b
+int attr autoCompleteTextViewStyle 0x7f04002c
+int attr autoSizeMaxTextSize 0x7f04002d
+int attr autoSizeMinTextSize 0x7f04002e
+int attr autoSizePresetSizes 0x7f04002f
+int attr autoSizeStepGranularity 0x7f040030
+int attr autoSizeTextType 0x7f040031
+int attr background 0x7f040032
+int attr backgroundSplit 0x7f040033
+int attr backgroundStacked 0x7f040034
+int attr backgroundTint 0x7f040035
+int attr backgroundTintMode 0x7f040036
+int attr barLength 0x7f040037
+int attr borderlessButtonStyle 0x7f040038
+int attr buttonBarButtonStyle 0x7f040039
+int attr buttonBarNegativeButtonStyle 0x7f04003a
+int attr buttonBarNeutralButtonStyle 0x7f04003b
+int attr buttonBarPositiveButtonStyle 0x7f04003c
+int attr buttonBarStyle 0x7f04003d
+int attr buttonCompat 0x7f04003e
+int attr buttonGravity 0x7f04003f
+int attr buttonIconDimen 0x7f040040
+int attr buttonPanelSideLayout 0x7f040041
+int attr buttonStyle 0x7f040042
+int attr buttonStyleSmall 0x7f040043
+int attr buttonTint 0x7f040044
+int attr buttonTintMode 0x7f040045
+int attr checkboxStyle 0x7f040046
+int attr checkedTextViewStyle 0x7f040047
+int attr closeIcon 0x7f040048
+int attr closeItemLayout 0x7f040049
+int attr collapseContentDescription 0x7f04004a
+int attr collapseIcon 0x7f04004b
+int attr color 0x7f04004c
+int attr colorAccent 0x7f04004d
+int attr colorBackgroundFloating 0x7f04004e
+int attr colorButtonNormal 0x7f04004f
+int attr colorControlActivated 0x7f040050
+int attr colorControlHighlight 0x7f040051
+int attr colorControlNormal 0x7f040052
+int attr colorError 0x7f040053
+int attr colorPrimary 0x7f040054
+int attr colorPrimaryDark 0x7f040055
+int attr colorSwitchThumbNormal 0x7f040056
+int attr commitIcon 0x7f040057
+int attr contentDescription 0x7f040058
+int attr contentInsetEnd 0x7f040059
+int attr contentInsetEndWithActions 0x7f04005a
+int attr contentInsetLeft 0x7f04005b
+int attr contentInsetRight 0x7f04005c
+int attr contentInsetStart 0x7f04005d
+int attr contentInsetStartWithNavigation 0x7f04005e
+int attr controlBackground 0x7f04005f
+int attr coordinatorLayoutStyle 0x7f040060
+int attr customNavigationLayout 0x7f040061
+int attr defaultQueryHint 0x7f040062
+int attr dialogCornerRadius 0x7f040063
+int attr dialogPreferredPadding 0x7f040064
+int attr dialogTheme 0x7f040065
+int attr displayOptions 0x7f040066
+int attr divider 0x7f040067
+int attr dividerHorizontal 0x7f040068
+int attr dividerPadding 0x7f040069
+int attr dividerVertical 0x7f04006a
+int attr drawableBottomCompat 0x7f04006b
+int attr drawableEndCompat 0x7f04006c
+int attr drawableLeftCompat 0x7f04006d
+int attr drawableRightCompat 0x7f04006e
+int attr drawableSize 0x7f04006f
+int attr drawableStartCompat 0x7f040070
+int attr drawableTint 0x7f040071
+int attr drawableTintMode 0x7f040072
+int attr drawableTopCompat 0x7f040073
+int attr drawerArrowStyle 0x7f040074
+int attr dropDownListViewStyle 0x7f040075
+int attr dropdownListPreferredItemHeight 0x7f040076
+int attr editTextBackground 0x7f040077
+int attr editTextColor 0x7f040078
+int attr editTextStyle 0x7f040079
+int attr elevation 0x7f04007a
+int attr expandActivityOverflowButtonDrawable 0x7f04007b
+int attr firstBaselineToTopHeight 0x7f04007c
+int attr font 0x7f04007d
+int attr fontFamily 0x7f04007e
+int attr fontProviderAuthority 0x7f04007f
+int attr fontProviderCerts 0x7f040080
+int attr fontProviderFetchStrategy 0x7f040081
+int attr fontProviderFetchTimeout 0x7f040082
+int attr fontProviderPackage 0x7f040083
+int attr fontProviderQuery 0x7f040084
+int attr fontStyle 0x7f040085
+int attr fontVariationSettings 0x7f040086
+int attr fontWeight 0x7f040087
+int attr gapBetweenBars 0x7f040088
+int attr goIcon 0x7f040089
+int attr height 0x7f04008a
+int attr hideOnContentScroll 0x7f04008b
+int attr homeAsUpIndicator 0x7f04008c
+int attr homeLayout 0x7f04008d
+int attr icon 0x7f04008e
+int attr iconTint 0x7f04008f
+int attr iconTintMode 0x7f040090
+int attr iconifiedByDefault 0x7f040091
+int attr imageButtonStyle 0x7f040092
+int attr indeterminateProgressStyle 0x7f040093
+int attr initialActivityCount 0x7f040094
+int attr isLightTheme 0x7f040095
+int attr itemPadding 0x7f040096
+int attr keylines 0x7f040097
+int attr lastBaselineToBottomHeight 0x7f040098
+int attr layout 0x7f040099
+int attr layout_anchor 0x7f04009a
+int attr layout_anchorGravity 0x7f04009b
+int attr layout_behavior 0x7f04009c
+int attr layout_dodgeInsetEdges 0x7f04009d
+int attr layout_insetEdge 0x7f04009e
+int attr layout_keyline 0x7f04009f
+int attr lineHeight 0x7f0400a0
+int attr listChoiceBackgroundIndicator 0x7f0400a1
+int attr listChoiceIndicatorMultipleAnimated 0x7f0400a2
+int attr listChoiceIndicatorSingleAnimated 0x7f0400a3
+int attr listDividerAlertDialog 0x7f0400a4
+int attr listItemLayout 0x7f0400a5
+int attr listLayout 0x7f0400a6
+int attr listMenuViewStyle 0x7f0400a7
+int attr listPopupWindowStyle 0x7f0400a8
+int attr listPreferredItemHeight 0x7f0400a9
+int attr listPreferredItemHeightLarge 0x7f0400aa
+int attr listPreferredItemHeightSmall 0x7f0400ab
+int attr listPreferredItemPaddingEnd 0x7f0400ac
+int attr listPreferredItemPaddingLeft 0x7f0400ad
+int attr listPreferredItemPaddingRight 0x7f0400ae
+int attr listPreferredItemPaddingStart 0x7f0400af
+int attr logo 0x7f0400b0
+int attr logoDescription 0x7f0400b1
+int attr maxButtonHeight 0x7f0400b2
+int attr measureWithLargestChild 0x7f0400b3
+int attr menu 0x7f0400b4
+int attr multiChoiceItemLayout 0x7f0400b5
+int attr navigationContentDescription 0x7f0400b6
+int attr navigationIcon 0x7f0400b7
+int attr navigationMode 0x7f0400b8
+int attr numericModifiers 0x7f0400b9
+int attr overlapAnchor 0x7f0400ba
+int attr paddingBottomNoButtons 0x7f0400bb
+int attr paddingEnd 0x7f0400bc
+int attr paddingStart 0x7f0400bd
+int attr paddingTopNoTitle 0x7f0400be
+int attr panelBackground 0x7f0400bf
+int attr panelMenuListTheme 0x7f0400c0
+int attr panelMenuListWidth 0x7f0400c1
+int attr popupMenuStyle 0x7f0400c2
+int attr popupTheme 0x7f0400c3
+int attr popupWindowStyle 0x7f0400c4
+int attr preserveIconSpacing 0x7f0400c5
+int attr progressBarPadding 0x7f0400c6
+int attr progressBarStyle 0x7f0400c7
+int attr queryBackground 0x7f0400c8
+int attr queryHint 0x7f0400c9
+int attr radioButtonStyle 0x7f0400ca
+int attr ratingBarStyle 0x7f0400cb
+int attr ratingBarStyleIndicator 0x7f0400cc
+int attr ratingBarStyleSmall 0x7f0400cd
+int attr searchHintIcon 0x7f0400ce
+int attr searchIcon 0x7f0400cf
+int attr searchViewStyle 0x7f0400d0
+int attr seekBarStyle 0x7f0400d1
+int attr selectableItemBackground 0x7f0400d2
+int attr selectableItemBackgroundBorderless 0x7f0400d3
+int attr showAsAction 0x7f0400d4
+int attr showDividers 0x7f0400d5
+int attr showText 0x7f0400d6
+int attr showTitle 0x7f0400d7
+int attr singleChoiceItemLayout 0x7f0400d8
+int attr spinBars 0x7f0400d9
+int attr spinnerDropDownItemStyle 0x7f0400da
+int attr spinnerStyle 0x7f0400db
+int attr splitTrack 0x7f0400dc
+int attr srcCompat 0x7f0400dd
+int attr state_above_anchor 0x7f0400de
+int attr statusBarBackground 0x7f0400df
+int attr subMenuArrow 0x7f0400e0
+int attr submitBackground 0x7f0400e1
+int attr subtitle 0x7f0400e2
+int attr subtitleTextAppearance 0x7f0400e3
+int attr subtitleTextColor 0x7f0400e4
+int attr subtitleTextStyle 0x7f0400e5
+int attr suggestionRowLayout 0x7f0400e6
+int attr switchMinWidth 0x7f0400e7
+int attr switchPadding 0x7f0400e8
+int attr switchStyle 0x7f0400e9
+int attr switchTextAppearance 0x7f0400ea
+int attr textAllCaps 0x7f0400eb
+int attr textAppearanceLargePopupMenu 0x7f0400ec
+int attr textAppearanceListItem 0x7f0400ed
+int attr textAppearanceListItemSecondary 0x7f0400ee
+int attr textAppearanceListItemSmall 0x7f0400ef
+int attr textAppearancePopupMenuHeader 0x7f0400f0
+int attr textAppearanceSearchResultSubtitle 0x7f0400f1
+int attr textAppearanceSearchResultTitle 0x7f0400f2
+int attr textAppearanceSmallPopupMenu 0x7f0400f3
+int attr textColorAlertDialogListItem 0x7f0400f4
+int attr textColorSearchUrl 0x7f0400f5
+int attr textLocale 0x7f0400f6
+int attr theme 0x7f0400f7
+int attr thickness 0x7f0400f8
+int attr thumbTextPadding 0x7f0400f9
+int attr thumbTint 0x7f0400fa
+int attr thumbTintMode 0x7f0400fb
+int attr tickMark 0x7f0400fc
+int attr tickMarkTint 0x7f0400fd
+int attr tickMarkTintMode 0x7f0400fe
+int attr tint 0x7f0400ff
+int attr tintMode 0x7f040100
+int attr title 0x7f040101
+int attr titleMargin 0x7f040102
+int attr titleMarginBottom 0x7f040103
+int attr titleMarginEnd 0x7f040104
+int attr titleMarginStart 0x7f040105
+int attr titleMarginTop 0x7f040106
+int attr titleMargins 0x7f040107
+int attr titleTextAppearance 0x7f040108
+int attr titleTextColor 0x7f040109
+int attr titleTextStyle 0x7f04010a
+int attr toolbarNavigationButtonStyle 0x7f04010b
+int attr toolbarStyle 0x7f04010c
+int attr tooltipForegroundColor 0x7f04010d
+int attr tooltipFrameBackground 0x7f04010e
+int attr tooltipText 0x7f04010f
+int attr track 0x7f040110
+int attr trackTint 0x7f040111
+int attr trackTintMode 0x7f040112
+int attr ttcIndex 0x7f040113
+int attr viewInflaterClass 0x7f040114
+int attr voiceIcon 0x7f040115
+int attr windowActionBar 0x7f040116
+int attr windowActionBarOverlay 0x7f040117
+int attr windowActionModeOverlay 0x7f040118
+int attr windowFixedHeightMajor 0x7f040119
+int attr windowFixedHeightMinor 0x7f04011a
+int attr windowFixedWidthMajor 0x7f04011b
+int attr windowFixedWidthMinor 0x7f04011c
+int attr windowMinWidthMajor 0x7f04011d
+int attr windowMinWidthMinor 0x7f04011e
+int attr windowNoTitle 0x7f04011f
+int bool abc_action_bar_embed_tabs 0x7f050001
+int bool abc_allow_stacked_button_bar 0x7f050002
+int bool abc_config_actionMenuItemAllCaps 0x7f050003
+int color abc_background_cache_hint_selector_material_dark 0x7f060001
+int color abc_background_cache_hint_selector_material_light 0x7f060002
+int color abc_btn_colored_borderless_text_material 0x7f060003
+int color abc_btn_colored_text_material 0x7f060004
+int color abc_color_highlight_material 0x7f060005
+int color abc_hint_foreground_material_dark 0x7f060006
+int color abc_hint_foreground_material_light 0x7f060007
+int color abc_input_method_navigation_guard 0x7f060008
+int color abc_primary_text_disable_only_material_dark 0x7f060009
+int color abc_primary_text_disable_only_material_light 0x7f06000a
+int color abc_primary_text_material_dark 0x7f06000b
+int color abc_primary_text_material_light 0x7f06000c
+int color abc_search_url_text 0x7f06000d
+int color abc_search_url_text_normal 0x7f06000e
+int color abc_search_url_text_pressed 0x7f06000f
+int color abc_search_url_text_selected 0x7f060010
+int color abc_secondary_text_material_dark 0x7f060011
+int color abc_secondary_text_material_light 0x7f060012
+int color abc_tint_btn_checkable 0x7f060013
+int color abc_tint_default 0x7f060014
+int color abc_tint_edittext 0x7f060015
+int color abc_tint_seek_thumb 0x7f060016
+int color abc_tint_spinner 0x7f060017
+int color abc_tint_switch_track 0x7f060018
+int color accent_material_dark 0x7f060019
+int color accent_material_light 0x7f06001a
+int color background_floating_material_dark 0x7f06001b
+int color background_floating_material_light 0x7f06001c
+int color background_material_dark 0x7f06001d
+int color background_material_light 0x7f06001e
+int color bright_foreground_disabled_material_dark 0x7f06001f
+int color bright_foreground_disabled_material_light 0x7f060020
+int color bright_foreground_inverse_material_dark 0x7f060021
+int color bright_foreground_inverse_material_light 0x7f060022
+int color bright_foreground_material_dark 0x7f060023
+int color bright_foreground_material_light 0x7f060024
+int color button_material_dark 0x7f060025
+int color button_material_light 0x7f060026
+int color dim_foreground_disabled_material_dark 0x7f060027
+int color dim_foreground_disabled_material_light 0x7f060028
+int color dim_foreground_material_dark 0x7f060029
+int color dim_foreground_material_light 0x7f06002a
+int color error_color_material_dark 0x7f06002b
+int color error_color_material_light 0x7f06002c
+int color foreground_material_dark 0x7f06002d
+int color foreground_material_light 0x7f06002e
+int color highlighted_text_material_dark 0x7f06002f
+int color highlighted_text_material_light 0x7f060030
+int color material_blue_grey_800 0x7f060031
+int color material_blue_grey_900 0x7f060032
+int color material_blue_grey_950 0x7f060033
+int color material_deep_teal_200 0x7f060034
+int color material_deep_teal_500 0x7f060035
+int color material_grey_100 0x7f060036
+int color material_grey_300 0x7f060037
+int color material_grey_50 0x7f060038
+int color material_grey_600 0x7f060039
+int color material_grey_800 0x7f06003a
+int color material_grey_850 0x7f06003b
+int color material_grey_900 0x7f06003c
+int color notification_action_color_filter 0x7f06003d
+int color notification_icon_bg_color 0x7f06003e
+int color notification_material_background_media_default_color 0x7f06003f
+int color primary_dark_material_dark 0x7f060040
+int color primary_dark_material_light 0x7f060041
+int color primary_material_dark 0x7f060042
+int color primary_material_light 0x7f060043
+int color primary_text_default_material_dark 0x7f060044
+int color primary_text_default_material_light 0x7f060045
+int color primary_text_disabled_material_dark 0x7f060046
+int color primary_text_disabled_material_light 0x7f060047
+int color ripple_material_dark 0x7f060048
+int color ripple_material_light 0x7f060049
+int color secondary_text_default_material_dark 0x7f06004a
+int color secondary_text_default_material_light 0x7f06004b
+int color secondary_text_disabled_material_dark 0x7f06004c
+int color secondary_text_disabled_material_light 0x7f06004d
+int color switch_thumb_disabled_material_dark 0x7f06004e
+int color switch_thumb_disabled_material_light 0x7f06004f
+int color switch_thumb_material_dark 0x7f060050
+int color switch_thumb_material_light 0x7f060051
+int color switch_thumb_normal_material_dark 0x7f060052
+int color switch_thumb_normal_material_light 0x7f060053
+int color tooltip_background_dark 0x7f060054
+int color tooltip_background_light 0x7f060055
+int dimen abc_action_bar_content_inset_material 0x7f070001
+int dimen abc_action_bar_content_inset_with_nav 0x7f070002
+int dimen abc_action_bar_default_height_material 0x7f070003
+int dimen abc_action_bar_default_padding_end_material 0x7f070004
+int dimen abc_action_bar_default_padding_start_material 0x7f070005
+int dimen abc_action_bar_elevation_material 0x7f070006
+int dimen abc_action_bar_icon_vertical_padding_material 0x7f070007
+int dimen abc_action_bar_overflow_padding_end_material 0x7f070008
+int dimen abc_action_bar_overflow_padding_start_material 0x7f070009
+int dimen abc_action_bar_stacked_max_height 0x7f07000a
+int dimen abc_action_bar_stacked_tab_max_width 0x7f07000b
+int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f07000c
+int dimen abc_action_bar_subtitle_top_margin_material 0x7f07000d
+int dimen abc_action_button_min_height_material 0x7f07000e
+int dimen abc_action_button_min_width_material 0x7f07000f
+int dimen abc_action_button_min_width_overflow_material 0x7f070010
+int dimen abc_alert_dialog_button_bar_height 0x7f070011
+int dimen abc_alert_dialog_button_dimen 0x7f070012
+int dimen abc_button_inset_horizontal_material 0x7f070013
+int dimen abc_button_inset_vertical_material 0x7f070014
+int dimen abc_button_padding_horizontal_material 0x7f070015
+int dimen abc_button_padding_vertical_material 0x7f070016
+int dimen abc_cascading_menus_min_smallest_width 0x7f070017
+int dimen abc_config_prefDialogWidth 0x7f070018
+int dimen abc_control_corner_material 0x7f070019
+int dimen abc_control_inset_material 0x7f07001a
+int dimen abc_control_padding_material 0x7f07001b
+int dimen abc_dialog_corner_radius_material 0x7f07001c
+int dimen abc_dialog_fixed_height_major 0x7f07001d
+int dimen abc_dialog_fixed_height_minor 0x7f07001e
+int dimen abc_dialog_fixed_width_major 0x7f07001f
+int dimen abc_dialog_fixed_width_minor 0x7f070020
+int dimen abc_dialog_list_padding_bottom_no_buttons 0x7f070021
+int dimen abc_dialog_list_padding_top_no_title 0x7f070022
+int dimen abc_dialog_min_width_major 0x7f070023
+int dimen abc_dialog_min_width_minor 0x7f070024
+int dimen abc_dialog_padding_material 0x7f070025
+int dimen abc_dialog_padding_top_material 0x7f070026
+int dimen abc_dialog_title_divider_material 0x7f070027
+int dimen abc_disabled_alpha_material_dark 0x7f070028
+int dimen abc_disabled_alpha_material_light 0x7f070029
+int dimen abc_dropdownitem_icon_width 0x7f07002a
+int dimen abc_dropdownitem_text_padding_left 0x7f07002b
+int dimen abc_dropdownitem_text_padding_right 0x7f07002c
+int dimen abc_edit_text_inset_bottom_material 0x7f07002d
+int dimen abc_edit_text_inset_horizontal_material 0x7f07002e
+int dimen abc_edit_text_inset_top_material 0x7f07002f
+int dimen abc_floating_window_z 0x7f070030
+int dimen abc_list_item_height_large_material 0x7f070031
+int dimen abc_list_item_height_material 0x7f070032
+int dimen abc_list_item_height_small_material 0x7f070033
+int dimen abc_list_item_padding_horizontal_material 0x7f070034
+int dimen abc_panel_menu_list_width 0x7f070035
+int dimen abc_progress_bar_height_material 0x7f070036
+int dimen abc_search_view_preferred_height 0x7f070037
+int dimen abc_search_view_preferred_width 0x7f070038
+int dimen abc_seekbar_track_background_height_material 0x7f070039
+int dimen abc_seekbar_track_progress_height_material 0x7f07003a
+int dimen abc_select_dialog_padding_start_material 0x7f07003b
+int dimen abc_switch_padding 0x7f07003c
+int dimen abc_text_size_body_1_material 0x7f07003d
+int dimen abc_text_size_body_2_material 0x7f07003e
+int dimen abc_text_size_button_material 0x7f07003f
+int dimen abc_text_size_caption_material 0x7f070040
+int dimen abc_text_size_display_1_material 0x7f070041
+int dimen abc_text_size_display_2_material 0x7f070042
+int dimen abc_text_size_display_3_material 0x7f070043
+int dimen abc_text_size_display_4_material 0x7f070044
+int dimen abc_text_size_headline_material 0x7f070045
+int dimen abc_text_size_large_material 0x7f070046
+int dimen abc_text_size_medium_material 0x7f070047
+int dimen abc_text_size_menu_header_material 0x7f070048
+int dimen abc_text_size_menu_material 0x7f070049
+int dimen abc_text_size_small_material 0x7f07004a
+int dimen abc_text_size_subhead_material 0x7f07004b
+int dimen abc_text_size_subtitle_material_toolbar 0x7f07004c
+int dimen abc_text_size_title_material 0x7f07004d
+int dimen abc_text_size_title_material_toolbar 0x7f07004e
+int dimen compat_button_inset_horizontal_material 0x7f07004f
+int dimen compat_button_inset_vertical_material 0x7f070050
+int dimen compat_button_padding_horizontal_material 0x7f070051
+int dimen compat_button_padding_vertical_material 0x7f070052
+int dimen compat_control_corner_material 0x7f070053
+int dimen compat_notification_large_icon_max_height 0x7f070054
+int dimen compat_notification_large_icon_max_width 0x7f070055
+int dimen disabled_alpha_material_dark 0x7f070056
+int dimen disabled_alpha_material_light 0x7f070057
+int dimen highlight_alpha_material_colored 0x7f070058
+int dimen highlight_alpha_material_dark 0x7f070059
+int dimen highlight_alpha_material_light 0x7f07005a
+int dimen hint_alpha_material_dark 0x7f07005b
+int dimen hint_alpha_material_light 0x7f07005c
+int dimen hint_pressed_alpha_material_dark 0x7f07005d
+int dimen hint_pressed_alpha_material_light 0x7f07005e
+int dimen notification_action_icon_size 0x7f07005f
+int dimen notification_action_text_size 0x7f070060
+int dimen notification_big_circle_margin 0x7f070061
+int dimen notification_content_margin_start 0x7f070062
+int dimen notification_large_icon_height 0x7f070063
+int dimen notification_large_icon_width 0x7f070064
+int dimen notification_main_column_padding_top 0x7f070065
+int dimen notification_media_narrow_margin 0x7f070066
+int dimen notification_right_icon_size 0x7f070067
+int dimen notification_right_side_padding_top 0x7f070068
+int dimen notification_small_icon_background_padding 0x7f070069
+int dimen notification_small_icon_size_as_large 0x7f07006a
+int dimen notification_subtext_size 0x7f07006b
+int dimen notification_top_pad 0x7f07006c
+int dimen notification_top_pad_large_text 0x7f07006d
+int dimen subtitle_corner_radius 0x7f07006e
+int dimen subtitle_outline_width 0x7f07006f
+int dimen subtitle_shadow_offset 0x7f070070
+int dimen subtitle_shadow_radius 0x7f070071
+int dimen tooltip_corner_radius 0x7f070072
+int dimen tooltip_horizontal_padding 0x7f070073
+int dimen tooltip_margin 0x7f070074
+int dimen tooltip_precise_anchor_extra_offset 0x7f070075
+int dimen tooltip_precise_anchor_threshold 0x7f070076
+int dimen tooltip_vertical_padding 0x7f070077
+int dimen tooltip_y_offset_non_touch 0x7f070078
+int dimen tooltip_y_offset_touch 0x7f070079
+int drawable abc_ab_share_pack_mtrl_alpha 0x7f080001
+int drawable abc_action_bar_item_background_material 0x7f080002
+int drawable abc_btn_borderless_material 0x7f080003
+int drawable abc_btn_check_material 0x7f080004
+int drawable abc_btn_check_material_anim 0x7f080005
+int drawable abc_btn_check_to_on_mtrl_000 0x7f080006
+int drawable abc_btn_check_to_on_mtrl_015 0x7f080007
+int drawable abc_btn_colored_material 0x7f080008
+int drawable abc_btn_default_mtrl_shape 0x7f080009
+int drawable abc_btn_radio_material 0x7f08000a
+int drawable abc_btn_radio_material_anim 0x7f08000b
+int drawable abc_btn_radio_to_on_mtrl_000 0x7f08000c
+int drawable abc_btn_radio_to_on_mtrl_015 0x7f08000d
+int drawable abc_btn_switch_to_on_mtrl_00001 0x7f08000e
+int drawable abc_btn_switch_to_on_mtrl_00012 0x7f08000f
+int drawable abc_cab_background_internal_bg 0x7f080010
+int drawable abc_cab_background_top_material 0x7f080011
+int drawable abc_cab_background_top_mtrl_alpha 0x7f080012
+int drawable abc_control_background_material 0x7f080013
+int drawable abc_dialog_material_background 0x7f080014
+int drawable abc_edit_text_material 0x7f080015
+int drawable abc_ic_ab_back_material 0x7f080016
+int drawable abc_ic_arrow_drop_right_black_24dp 0x7f080017
+int drawable abc_ic_clear_material 0x7f080018
+int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f080019
+int drawable abc_ic_go_search_api_material 0x7f08001a
+int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f08001b
+int drawable abc_ic_menu_cut_mtrl_alpha 0x7f08001c
+int drawable abc_ic_menu_overflow_material 0x7f08001d
+int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f08001e
+int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f08001f
+int drawable abc_ic_menu_share_mtrl_alpha 0x7f080020
+int drawable abc_ic_search_api_material 0x7f080021
+int drawable abc_ic_star_black_16dp 0x7f080022
+int drawable abc_ic_star_black_36dp 0x7f080023
+int drawable abc_ic_star_black_48dp 0x7f080024
+int drawable abc_ic_star_half_black_16dp 0x7f080025
+int drawable abc_ic_star_half_black_36dp 0x7f080026
+int drawable abc_ic_star_half_black_48dp 0x7f080027
+int drawable abc_ic_voice_search_api_material 0x7f080028
+int drawable abc_item_background_holo_dark 0x7f080029
+int drawable abc_item_background_holo_light 0x7f08002a
+int drawable abc_list_divider_material 0x7f08002b
+int drawable abc_list_divider_mtrl_alpha 0x7f08002c
+int drawable abc_list_focused_holo 0x7f08002d
+int drawable abc_list_longpressed_holo 0x7f08002e
+int drawable abc_list_pressed_holo_dark 0x7f08002f
+int drawable abc_list_pressed_holo_light 0x7f080030
+int drawable abc_list_selector_background_transition_holo_dark 0x7f080031
+int drawable abc_list_selector_background_transition_holo_light 0x7f080032
+int drawable abc_list_selector_disabled_holo_dark 0x7f080033
+int drawable abc_list_selector_disabled_holo_light 0x7f080034
+int drawable abc_list_selector_holo_dark 0x7f080035
+int drawable abc_list_selector_holo_light 0x7f080036
+int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f080037
+int drawable abc_popup_background_mtrl_mult 0x7f080038
+int drawable abc_ratingbar_indicator_material 0x7f080039
+int drawable abc_ratingbar_material 0x7f08003a
+int drawable abc_ratingbar_small_material 0x7f08003b
+int drawable abc_scrubber_control_off_mtrl_alpha 0x7f08003c
+int drawable abc_scrubber_control_to_pressed_mtrl_000 0x7f08003d
+int drawable abc_scrubber_control_to_pressed_mtrl_005 0x7f08003e
+int drawable abc_scrubber_primary_mtrl_alpha 0x7f08003f
+int drawable abc_scrubber_track_mtrl_alpha 0x7f080040
+int drawable abc_seekbar_thumb_material 0x7f080041
+int drawable abc_seekbar_tick_mark_material 0x7f080042
+int drawable abc_seekbar_track_material 0x7f080043
+int drawable abc_spinner_mtrl_am_alpha 0x7f080044
+int drawable abc_spinner_textfield_background_material 0x7f080045
+int drawable abc_switch_thumb_material 0x7f080046
+int drawable abc_switch_track_mtrl_alpha 0x7f080047
+int drawable abc_tab_indicator_material 0x7f080048
+int drawable abc_tab_indicator_mtrl_alpha 0x7f080049
+int drawable abc_text_cursor_material 0x7f08004a
+int drawable abc_text_select_handle_left_mtrl_dark 0x7f08004b
+int drawable abc_text_select_handle_left_mtrl_light 0x7f08004c
+int drawable abc_text_select_handle_middle_mtrl_dark 0x7f08004d
+int drawable abc_text_select_handle_middle_mtrl_light 0x7f08004e
+int drawable abc_text_select_handle_right_mtrl_dark 0x7f08004f
+int drawable abc_text_select_handle_right_mtrl_light 0x7f080050
+int drawable abc_textfield_activated_mtrl_alpha 0x7f080051
+int drawable abc_textfield_default_mtrl_alpha 0x7f080052
+int drawable abc_textfield_search_activated_mtrl_alpha 0x7f080053
+int drawable abc_textfield_search_default_mtrl_alpha 0x7f080054
+int drawable abc_textfield_search_material 0x7f080055
+int drawable abc_vector_test 0x7f080056
+int drawable btn_checkbox_checked_mtrl 0x7f080057
+int drawable btn_checkbox_checked_to_unchecked_mtrl_animation 0x7f080058
+int drawable btn_checkbox_unchecked_mtrl 0x7f080059
+int drawable btn_checkbox_unchecked_to_checked_mtrl_animation 0x7f08005a
+int drawable btn_radio_off_mtrl 0x7f08005b
+int drawable btn_radio_off_to_on_mtrl_animation 0x7f08005c
+int drawable btn_radio_on_mtrl 0x7f08005d
+int drawable btn_radio_on_to_off_mtrl_animation 0x7f08005e
+int drawable notification_action_background 0x7f08005f
+int drawable notification_bg 0x7f080060
+int drawable notification_bg_low 0x7f080061
+int drawable notification_bg_low_normal 0x7f080062
+int drawable notification_bg_low_pressed 0x7f080063
+int drawable notification_bg_normal 0x7f080064
+int drawable notification_bg_normal_pressed 0x7f080065
+int drawable notification_icon_background 0x7f080066
+int drawable notification_template_icon_bg 0x7f080067
+int drawable notification_template_icon_low_bg 0x7f080068
+int drawable notification_tile_bg 0x7f080069
+int drawable notify_panel_notification_icon_bg 0x7f08006a
+int drawable tooltip_frame_dark 0x7f08006b
+int drawable tooltip_frame_light 0x7f08006c
+int id accessibility_action_clickable_span 0x7f0b0001
+int id accessibility_custom_action_0 0x7f0b0002
+int id accessibility_custom_action_1 0x7f0b0003
+int id accessibility_custom_action_10 0x7f0b0004
+int id accessibility_custom_action_11 0x7f0b0005
+int id accessibility_custom_action_12 0x7f0b0006
+int id accessibility_custom_action_13 0x7f0b0007
+int id accessibility_custom_action_14 0x7f0b0008
+int id accessibility_custom_action_15 0x7f0b0009
+int id accessibility_custom_action_16 0x7f0b000a
+int id accessibility_custom_action_17 0x7f0b000b
+int id accessibility_custom_action_18 0x7f0b000c
+int id accessibility_custom_action_19 0x7f0b000d
+int id accessibility_custom_action_2 0x7f0b000e
+int id accessibility_custom_action_20 0x7f0b000f
+int id accessibility_custom_action_21 0x7f0b0010
+int id accessibility_custom_action_22 0x7f0b0011
+int id accessibility_custom_action_23 0x7f0b0012
+int id accessibility_custom_action_24 0x7f0b0013
+int id accessibility_custom_action_25 0x7f0b0014
+int id accessibility_custom_action_26 0x7f0b0015
+int id accessibility_custom_action_27 0x7f0b0016
+int id accessibility_custom_action_28 0x7f0b0017
+int id accessibility_custom_action_29 0x7f0b0018
+int id accessibility_custom_action_3 0x7f0b0019
+int id accessibility_custom_action_30 0x7f0b001a
+int id accessibility_custom_action_31 0x7f0b001b
+int id accessibility_custom_action_4 0x7f0b001c
+int id accessibility_custom_action_5 0x7f0b001d
+int id accessibility_custom_action_6 0x7f0b001e
+int id accessibility_custom_action_7 0x7f0b001f
+int id accessibility_custom_action_8 0x7f0b0020
+int id accessibility_custom_action_9 0x7f0b0021
+int id action0 0x7f0b0022
+int id action_bar 0x7f0b0023
+int id action_bar_activity_content 0x7f0b0024
+int id action_bar_container 0x7f0b0025
+int id action_bar_root 0x7f0b0026
+int id action_bar_spinner 0x7f0b0027
+int id action_bar_subtitle 0x7f0b0028
+int id action_bar_title 0x7f0b0029
+int id action_container 0x7f0b002a
+int id action_context_bar 0x7f0b002b
+int id action_divider 0x7f0b002c
+int id action_image 0x7f0b002d
+int id action_menu_divider 0x7f0b002e
+int id action_menu_presenter 0x7f0b002f
+int id action_mode_bar 0x7f0b0030
+int id action_mode_bar_stub 0x7f0b0031
+int id action_mode_close_button 0x7f0b0032
+int id action_text 0x7f0b0033
+int id actions 0x7f0b0034
+int id activity_chooser_view_content 0x7f0b0035
+int id add 0x7f0b0036
+int id alertTitle 0x7f0b0037
+int id async 0x7f0b0038
+int id blocking 0x7f0b0039
+int id bottom 0x7f0b003a
+int id buttonPanel 0x7f0b003b
+int id cancel_action 0x7f0b003c
+int id checkbox 0x7f0b003d
+int id checked 0x7f0b003e
+int id chronometer 0x7f0b003f
+int id content 0x7f0b0040
+int id contentPanel 0x7f0b0041
+int id custom 0x7f0b0042
+int id customPanel 0x7f0b0043
+int id decor_content_parent 0x7f0b0044
+int id default_activity_button 0x7f0b0045
+int id dialog_button 0x7f0b0046
+int id edit_query 0x7f0b0047
+int id end 0x7f0b0048
+int id end_padder 0x7f0b0049
+int id expand_activities_button 0x7f0b004a
+int id expanded_menu 0x7f0b004b
+int id forever 0x7f0b004c
+int id group_divider 0x7f0b004d
+int id home 0x7f0b004e
+int id icon 0x7f0b004f
+int id icon_group 0x7f0b0050
+int id image 0x7f0b0051
+int id info 0x7f0b0052
+int id italic 0x7f0b0053
+int id left 0x7f0b0054
+int id line1 0x7f0b0055
+int id line3 0x7f0b0056
+int id listMode 0x7f0b0057
+int id list_item 0x7f0b0058
+int id media_actions 0x7f0b0059
+int id message 0x7f0b005a
+int id multiply 0x7f0b005b
+int id none 0x7f0b005c
+int id normal 0x7f0b005d
+int id notification_background 0x7f0b005e
+int id notification_main_column 0x7f0b005f
+int id notification_main_column_container 0x7f0b0060
+int id off 0x7f0b0061
+int id on 0x7f0b0062
+int id parentPanel 0x7f0b0063
+int id progress_circular 0x7f0b0064
+int id progress_horizontal 0x7f0b0065
+int id radio 0x7f0b0066
+int id right 0x7f0b0067
+int id right_icon 0x7f0b0068
+int id right_side 0x7f0b0069
+int id screen 0x7f0b006a
+int id scrollIndicatorDown 0x7f0b006b
+int id scrollIndicatorUp 0x7f0b006c
+int id scrollView 0x7f0b006d
+int id search_badge 0x7f0b006e
+int id search_bar 0x7f0b006f
+int id search_button 0x7f0b0070
+int id search_close_btn 0x7f0b0071
+int id search_edit_frame 0x7f0b0072
+int id search_go_btn 0x7f0b0073
+int id search_mag_icon 0x7f0b0074
+int id search_plate 0x7f0b0075
+int id search_src_text 0x7f0b0076
+int id search_voice_btn 0x7f0b0077
+int id select_dialog_listview 0x7f0b0078
+int id shortcut 0x7f0b0079
+int id spacer 0x7f0b007a
+int id split_action_bar 0x7f0b007b
+int id src_atop 0x7f0b007c
+int id src_in 0x7f0b007d
+int id src_over 0x7f0b007e
+int id start 0x7f0b007f
+int id status_bar_latest_event_content 0x7f0b0080
+int id submenuarrow 0x7f0b0081
+int id submit_area 0x7f0b0082
+int id tabMode 0x7f0b0083
+int id tag_accessibility_actions 0x7f0b0084
+int id tag_accessibility_clickable_spans 0x7f0b0085
+int id tag_accessibility_heading 0x7f0b0086
+int id tag_accessibility_pane_title 0x7f0b0087
+int id tag_screen_reader_focusable 0x7f0b0088
+int id tag_transition_group 0x7f0b0089
+int id tag_unhandled_key_event_manager 0x7f0b008a
+int id tag_unhandled_key_listeners 0x7f0b008b
+int id text 0x7f0b008c
+int id text2 0x7f0b008d
+int id textSpacerNoButtons 0x7f0b008e
+int id textSpacerNoTitle 0x7f0b008f
+int id time 0x7f0b0090
+int id title 0x7f0b0091
+int id titleDividerNoCustom 0x7f0b0092
+int id title_template 0x7f0b0093
+int id top 0x7f0b0094
+int id topPanel 0x7f0b0095
+int id unchecked 0x7f0b0096
+int id uniform 0x7f0b0097
+int id up 0x7f0b0098
+int id wrap_content 0x7f0b0099
+int integer abc_config_activityDefaultDur 0x7f0c0001
+int integer abc_config_activityShortDur 0x7f0c0002
+int integer cancel_button_image_alpha 0x7f0c0003
+int integer config_tooltipAnimTime 0x7f0c0004
+int integer status_bar_notification_info_maxnum 0x7f0c0005
+int interpolator btn_checkbox_checked_mtrl_animation_interpolator_0 0x7f0d0001
+int interpolator btn_checkbox_checked_mtrl_animation_interpolator_1 0x7f0d0002
+int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_0 0x7f0d0003
+int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_1 0x7f0d0004
+int interpolator btn_radio_to_off_mtrl_animation_interpolator_0 0x7f0d0005
+int interpolator btn_radio_to_on_mtrl_animation_interpolator_0 0x7f0d0006
+int interpolator fast_out_slow_in 0x7f0d0007
+int layout abc_action_bar_title_item 0x7f0e0001
+int layout abc_action_bar_up_container 0x7f0e0002
+int layout abc_action_menu_item_layout 0x7f0e0003
+int layout abc_action_menu_layout 0x7f0e0004
+int layout abc_action_mode_bar 0x7f0e0005
+int layout abc_action_mode_close_item_material 0x7f0e0006
+int layout abc_activity_chooser_view 0x7f0e0007
+int layout abc_activity_chooser_view_list_item 0x7f0e0008
+int layout abc_alert_dialog_button_bar_material 0x7f0e0009
+int layout abc_alert_dialog_material 0x7f0e000a
+int layout abc_alert_dialog_title_material 0x7f0e000b
+int layout abc_cascading_menu_item_layout 0x7f0e000c
+int layout abc_dialog_title_material 0x7f0e000d
+int layout abc_expanded_menu_layout 0x7f0e000e
+int layout abc_list_menu_item_checkbox 0x7f0e000f
+int layout abc_list_menu_item_icon 0x7f0e0010
+int layout abc_list_menu_item_layout 0x7f0e0011
+int layout abc_list_menu_item_radio 0x7f0e0012
+int layout abc_popup_menu_header_item_layout 0x7f0e0013
+int layout abc_popup_menu_item_layout 0x7f0e0014
+int layout abc_screen_content_include 0x7f0e0015
+int layout abc_screen_simple 0x7f0e0016
+int layout abc_screen_simple_overlay_action_mode 0x7f0e0017
+int layout abc_screen_toolbar 0x7f0e0018
+int layout abc_search_dropdown_item_icons_2line 0x7f0e0019
+int layout abc_search_view 0x7f0e001a
+int layout abc_select_dialog_material 0x7f0e001b
+int layout abc_tooltip 0x7f0e001c
+int layout custom_dialog 0x7f0e001d
+int layout notification_action 0x7f0e001e
+int layout notification_action_tombstone 0x7f0e001f
+int layout notification_media_action 0x7f0e0020
+int layout notification_media_cancel_action 0x7f0e0021
+int layout notification_template_big_media 0x7f0e0022
+int layout notification_template_big_media_custom 0x7f0e0023
+int layout notification_template_big_media_narrow 0x7f0e0024
+int layout notification_template_big_media_narrow_custom 0x7f0e0025
+int layout notification_template_custom_big 0x7f0e0026
+int layout notification_template_icon_group 0x7f0e0027
+int layout notification_template_lines_media 0x7f0e0028
+int layout notification_template_media 0x7f0e0029
+int layout notification_template_media_custom 0x7f0e002a
+int layout notification_template_part_chronometer 0x7f0e002b
+int layout notification_template_part_time 0x7f0e002c
+int layout select_dialog_item_material 0x7f0e002d
+int layout select_dialog_multichoice_material 0x7f0e002e
+int layout select_dialog_singlechoice_material 0x7f0e002f
+int layout support_simple_spinner_dropdown_item 0x7f0e0030
+int string abc_action_bar_home_description 0x7f140001
+int string abc_action_bar_up_description 0x7f140002
+int string abc_action_menu_overflow_description 0x7f140003
+int string abc_action_mode_done 0x7f140004
+int string abc_activity_chooser_view_see_all 0x7f140005
+int string abc_activitychooserview_choose_application 0x7f140006
+int string abc_capital_off 0x7f140007
+int string abc_capital_on 0x7f140008
+int string abc_menu_alt_shortcut_label 0x7f140009
+int string abc_menu_ctrl_shortcut_label 0x7f14000a
+int string abc_menu_delete_shortcut_label 0x7f14000b
+int string abc_menu_enter_shortcut_label 0x7f14000c
+int string abc_menu_function_shortcut_label 0x7f14000d
+int string abc_menu_meta_shortcut_label 0x7f14000e
+int string abc_menu_shift_shortcut_label 0x7f14000f
+int string abc_menu_space_shortcut_label 0x7f140010
+int string abc_menu_sym_shortcut_label 0x7f140011
+int string abc_prepend_shortcut_label 0x7f140012
+int string abc_search_hint 0x7f140013
+int string abc_searchview_description_clear 0x7f140014
+int string abc_searchview_description_query 0x7f140015
+int string abc_searchview_description_search 0x7f140016
+int string abc_searchview_description_submit 0x7f140017
+int string abc_searchview_description_voice 0x7f140018
+int string abc_shareactionprovider_share_with 0x7f140019
+int string abc_shareactionprovider_share_with_application 0x7f14001a
+int string abc_toolbar_collapse_description 0x7f14001b
+int string app_name 0x7f14001c
+int string search_menu_title 0x7f14001d
+int string status_bar_notification_info_overflow 0x7f14001e
+int style AlertDialog_AppCompat 0x7f150001
+int style AlertDialog_AppCompat_Light 0x7f150002
+int style Animation_AppCompat_Dialog 0x7f150003
+int style Animation_AppCompat_DropDownUp 0x7f150004
+int style Animation_AppCompat_Tooltip 0x7f150005
+int style Base_AlertDialog_AppCompat 0x7f150006
+int style Base_AlertDialog_AppCompat_Light 0x7f150007
+int style Base_Animation_AppCompat_Dialog 0x7f150008
+int style Base_Animation_AppCompat_DropDownUp 0x7f150009
+int style Base_Animation_AppCompat_Tooltip 0x7f15000a
+int style Base_DialogWindowTitleBackground_AppCompat 0x7f15000b
+int style Base_DialogWindowTitle_AppCompat 0x7f15000c
+int style Base_TextAppearance_AppCompat 0x7f15000d
+int style Base_TextAppearance_AppCompat_Body1 0x7f15000e
+int style Base_TextAppearance_AppCompat_Body2 0x7f15000f
+int style Base_TextAppearance_AppCompat_Button 0x7f150010
+int style Base_TextAppearance_AppCompat_Caption 0x7f150011
+int style Base_TextAppearance_AppCompat_Display1 0x7f150012
+int style Base_TextAppearance_AppCompat_Display2 0x7f150013
+int style Base_TextAppearance_AppCompat_Display3 0x7f150014
+int style Base_TextAppearance_AppCompat_Display4 0x7f150015
+int style Base_TextAppearance_AppCompat_Headline 0x7f150016
+int style Base_TextAppearance_AppCompat_Inverse 0x7f150017
+int style Base_TextAppearance_AppCompat_Large 0x7f150018
+int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f150019
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f15001a
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f15001b
+int style Base_TextAppearance_AppCompat_Medium 0x7f15001c
+int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f15001d
+int style Base_TextAppearance_AppCompat_Menu 0x7f15001e
+int style Base_TextAppearance_AppCompat_SearchResult 0x7f15001f
+int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f150020
+int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f150021
+int style Base_TextAppearance_AppCompat_Small 0x7f150022
+int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f150023
+int style Base_TextAppearance_AppCompat_Subhead 0x7f150024
+int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f150025
+int style Base_TextAppearance_AppCompat_Title 0x7f150026
+int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f150027
+int style Base_TextAppearance_AppCompat_Tooltip 0x7f150028
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f150029
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f15002a
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f15002b
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f15002c
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f15002d
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f15002e
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f15002f
+int style Base_TextAppearance_AppCompat_Widget_Button 0x7f150030
+int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f150031
+int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x7f150032
+int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f150033
+int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f150034
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f150035
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f150036
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f150037
+int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f150038
+int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f150039
+int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f15003a
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f15003b
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f15003c
+int style Base_ThemeOverlay_AppCompat 0x7f15003d
+int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f15003e
+int style Base_ThemeOverlay_AppCompat_Dark 0x7f15003f
+int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f150040
+int style Base_ThemeOverlay_AppCompat_Dialog 0x7f150041
+int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x7f150042
+int style Base_ThemeOverlay_AppCompat_Light 0x7f150043
+int style Base_Theme_AppCompat 0x7f150044
+int style Base_Theme_AppCompat_CompactMenu 0x7f150045
+int style Base_Theme_AppCompat_Dialog 0x7f150046
+int style Base_Theme_AppCompat_DialogWhenLarge 0x7f150047
+int style Base_Theme_AppCompat_Dialog_Alert 0x7f150048
+int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f150049
+int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f15004a
+int style Base_Theme_AppCompat_Light 0x7f15004b
+int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f15004c
+int style Base_Theme_AppCompat_Light_Dialog 0x7f15004d
+int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f15004e
+int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f15004f
+int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f150050
+int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f150051
+int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x7f150052
+int style Base_V21_Theme_AppCompat 0x7f150053
+int style Base_V21_Theme_AppCompat_Dialog 0x7f150054
+int style Base_V21_Theme_AppCompat_Light 0x7f150055
+int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f150056
+int style Base_V22_Theme_AppCompat 0x7f150057
+int style Base_V22_Theme_AppCompat_Light 0x7f150058
+int style Base_V23_Theme_AppCompat 0x7f150059
+int style Base_V23_Theme_AppCompat_Light 0x7f15005a
+int style Base_V26_Theme_AppCompat 0x7f15005b
+int style Base_V26_Theme_AppCompat_Light 0x7f15005c
+int style Base_V26_Widget_AppCompat_Toolbar 0x7f15005d
+int style Base_V28_Theme_AppCompat 0x7f15005e
+int style Base_V28_Theme_AppCompat_Light 0x7f15005f
+int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x7f150060
+int style Base_V7_Theme_AppCompat 0x7f150061
+int style Base_V7_Theme_AppCompat_Dialog 0x7f150062
+int style Base_V7_Theme_AppCompat_Light 0x7f150063
+int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f150064
+int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f150065
+int style Base_V7_Widget_AppCompat_EditText 0x7f150066
+int style Base_V7_Widget_AppCompat_Toolbar 0x7f150067
+int style Base_Widget_AppCompat_ActionBar 0x7f150068
+int style Base_Widget_AppCompat_ActionBar_Solid 0x7f150069
+int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f15006a
+int style Base_Widget_AppCompat_ActionBar_TabText 0x7f15006b
+int style Base_Widget_AppCompat_ActionBar_TabView 0x7f15006c
+int style Base_Widget_AppCompat_ActionButton 0x7f15006d
+int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f15006e
+int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f15006f
+int style Base_Widget_AppCompat_ActionMode 0x7f150070
+int style Base_Widget_AppCompat_ActivityChooserView 0x7f150071
+int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f150072
+int style Base_Widget_AppCompat_Button 0x7f150073
+int style Base_Widget_AppCompat_ButtonBar 0x7f150074
+int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f150075
+int style Base_Widget_AppCompat_Button_Borderless 0x7f150076
+int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f150077
+int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f150078
+int style Base_Widget_AppCompat_Button_Colored 0x7f150079
+int style Base_Widget_AppCompat_Button_Small 0x7f15007a
+int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f15007b
+int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f15007c
+int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f15007d
+int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f15007e
+int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f15007f
+int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f150080
+int style Base_Widget_AppCompat_EditText 0x7f150081
+int style Base_Widget_AppCompat_ImageButton 0x7f150082
+int style Base_Widget_AppCompat_Light_ActionBar 0x7f150083
+int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f150084
+int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f150085
+int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f150086
+int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f150087
+int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f150088
+int style Base_Widget_AppCompat_Light_PopupMenu 0x7f150089
+int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f15008a
+int style Base_Widget_AppCompat_ListMenuView 0x7f15008b
+int style Base_Widget_AppCompat_ListPopupWindow 0x7f15008c
+int style Base_Widget_AppCompat_ListView 0x7f15008d
+int style Base_Widget_AppCompat_ListView_DropDown 0x7f15008e
+int style Base_Widget_AppCompat_ListView_Menu 0x7f15008f
+int style Base_Widget_AppCompat_PopupMenu 0x7f150090
+int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f150091
+int style Base_Widget_AppCompat_PopupWindow 0x7f150092
+int style Base_Widget_AppCompat_ProgressBar 0x7f150093
+int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f150094
+int style Base_Widget_AppCompat_RatingBar 0x7f150095
+int style Base_Widget_AppCompat_RatingBar_Indicator 0x7f150096
+int style Base_Widget_AppCompat_RatingBar_Small 0x7f150097
+int style Base_Widget_AppCompat_SearchView 0x7f150098
+int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f150099
+int style Base_Widget_AppCompat_SeekBar 0x7f15009a
+int style Base_Widget_AppCompat_SeekBar_Discrete 0x7f15009b
+int style Base_Widget_AppCompat_Spinner 0x7f15009c
+int style Base_Widget_AppCompat_Spinner_Underlined 0x7f15009d
+int style Base_Widget_AppCompat_TextView 0x7f15009e
+int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f15009f
+int style Base_Widget_AppCompat_Toolbar 0x7f1500a0
+int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f1500a1
+int style Platform_AppCompat 0x7f1500a2
+int style Platform_AppCompat_Light 0x7f1500a3
+int style Platform_ThemeOverlay_AppCompat 0x7f1500a4
+int style Platform_ThemeOverlay_AppCompat_Dark 0x7f1500a5
+int style Platform_ThemeOverlay_AppCompat_Light 0x7f1500a6
+int style Platform_V21_AppCompat 0x7f1500a7
+int style Platform_V21_AppCompat_Light 0x7f1500a8
+int style Platform_V25_AppCompat 0x7f1500a9
+int style Platform_V25_AppCompat_Light 0x7f1500aa
+int style Platform_Widget_AppCompat_Spinner 0x7f1500ab
+int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f1500ac
+int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f1500ad
+int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f1500ae
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f1500af
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f1500b0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut 0x7f1500b1
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow 0x7f1500b2
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f1500b3
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title 0x7f1500b4
+int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f1500b5
+int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f1500b6
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f1500b7
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f1500b8
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f1500b9
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f1500ba
+int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f1500bb
+int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f1500bc
+int style TextAppearance_AppCompat 0x7f1500bd
+int style TextAppearance_AppCompat_Body1 0x7f1500be
+int style TextAppearance_AppCompat_Body2 0x7f1500bf
+int style TextAppearance_AppCompat_Button 0x7f1500c0
+int style TextAppearance_AppCompat_Caption 0x7f1500c1
+int style TextAppearance_AppCompat_Display1 0x7f1500c2
+int style TextAppearance_AppCompat_Display2 0x7f1500c3
+int style TextAppearance_AppCompat_Display3 0x7f1500c4
+int style TextAppearance_AppCompat_Display4 0x7f1500c5
+int style TextAppearance_AppCompat_Headline 0x7f1500c6
+int style TextAppearance_AppCompat_Inverse 0x7f1500c7
+int style TextAppearance_AppCompat_Large 0x7f1500c8
+int style TextAppearance_AppCompat_Large_Inverse 0x7f1500c9
+int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f1500ca
+int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f1500cb
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f1500cc
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f1500cd
+int style TextAppearance_AppCompat_Medium 0x7f1500ce
+int style TextAppearance_AppCompat_Medium_Inverse 0x7f1500cf
+int style TextAppearance_AppCompat_Menu 0x7f1500d0
+int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f1500d1
+int style TextAppearance_AppCompat_SearchResult_Title 0x7f1500d2
+int style TextAppearance_AppCompat_Small 0x7f1500d3
+int style TextAppearance_AppCompat_Small_Inverse 0x7f1500d4
+int style TextAppearance_AppCompat_Subhead 0x7f1500d5
+int style TextAppearance_AppCompat_Subhead_Inverse 0x7f1500d6
+int style TextAppearance_AppCompat_Title 0x7f1500d7
+int style TextAppearance_AppCompat_Title_Inverse 0x7f1500d8
+int style TextAppearance_AppCompat_Tooltip 0x7f1500d9
+int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f1500da
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f1500db
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f1500dc
+int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f1500dd
+int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f1500de
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f1500df
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f1500e0
+int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f1500e1
+int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f1500e2
+int style TextAppearance_AppCompat_Widget_Button 0x7f1500e3
+int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f1500e4
+int style TextAppearance_AppCompat_Widget_Button_Colored 0x7f1500e5
+int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f1500e6
+int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f1500e7
+int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f1500e8
+int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f1500e9
+int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f1500ea
+int style TextAppearance_AppCompat_Widget_Switch 0x7f1500eb
+int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f1500ec
+int style TextAppearance_Compat_Notification 0x7f1500ed
+int style TextAppearance_Compat_Notification_Info 0x7f1500ee
+int style TextAppearance_Compat_Notification_Info_Media 0x7f1500ef
+int style TextAppearance_Compat_Notification_Line2 0x7f1500f0
+int style TextAppearance_Compat_Notification_Line2_Media 0x7f1500f1
+int style TextAppearance_Compat_Notification_Media 0x7f1500f2
+int style TextAppearance_Compat_Notification_Time 0x7f1500f3
+int style TextAppearance_Compat_Notification_Time_Media 0x7f1500f4
+int style TextAppearance_Compat_Notification_Title 0x7f1500f5
+int style TextAppearance_Compat_Notification_Title_Media 0x7f1500f6
+int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f1500f7
+int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f1500f8
+int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f1500f9
+int style ThemeOverlay_AppCompat 0x7f1500fa
+int style ThemeOverlay_AppCompat_ActionBar 0x7f1500fb
+int style ThemeOverlay_AppCompat_Dark 0x7f1500fc
+int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f1500fd
+int style ThemeOverlay_AppCompat_DayNight 0x7f1500fe
+int style ThemeOverlay_AppCompat_DayNight_ActionBar 0x7f1500ff
+int style ThemeOverlay_AppCompat_Dialog 0x7f150100
+int style ThemeOverlay_AppCompat_Dialog_Alert 0x7f150101
+int style ThemeOverlay_AppCompat_Light 0x7f150102
+int style Theme_AppCompat 0x7f150103
+int style Theme_AppCompat_CompactMenu 0x7f150104
+int style Theme_AppCompat_DayNight 0x7f150105
+int style Theme_AppCompat_DayNight_DarkActionBar 0x7f150106
+int style Theme_AppCompat_DayNight_Dialog 0x7f150107
+int style Theme_AppCompat_DayNight_DialogWhenLarge 0x7f150108
+int style Theme_AppCompat_DayNight_Dialog_Alert 0x7f150109
+int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x7f15010a
+int style Theme_AppCompat_DayNight_NoActionBar 0x7f15010b
+int style Theme_AppCompat_Dialog 0x7f15010c
+int style Theme_AppCompat_DialogWhenLarge 0x7f15010d
+int style Theme_AppCompat_Dialog_Alert 0x7f15010e
+int style Theme_AppCompat_Dialog_MinWidth 0x7f15010f
+int style Theme_AppCompat_Light 0x7f150110
+int style Theme_AppCompat_Light_DarkActionBar 0x7f150111
+int style Theme_AppCompat_Light_Dialog 0x7f150112
+int style Theme_AppCompat_Light_DialogWhenLarge 0x7f150113
+int style Theme_AppCompat_Light_Dialog_Alert 0x7f150114
+int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f150115
+int style Theme_AppCompat_Light_NoActionBar 0x7f150116
+int style Theme_AppCompat_NoActionBar 0x7f150117
+int style Widget_AppCompat_ActionBar 0x7f150118
+int style Widget_AppCompat_ActionBar_Solid 0x7f150119
+int style Widget_AppCompat_ActionBar_TabBar 0x7f15011a
+int style Widget_AppCompat_ActionBar_TabText 0x7f15011b
+int style Widget_AppCompat_ActionBar_TabView 0x7f15011c
+int style Widget_AppCompat_ActionButton 0x7f15011d
+int style Widget_AppCompat_ActionButton_CloseMode 0x7f15011e
+int style Widget_AppCompat_ActionButton_Overflow 0x7f15011f
+int style Widget_AppCompat_ActionMode 0x7f150120
+int style Widget_AppCompat_ActivityChooserView 0x7f150121
+int style Widget_AppCompat_AutoCompleteTextView 0x7f150122
+int style Widget_AppCompat_Button 0x7f150123
+int style Widget_AppCompat_ButtonBar 0x7f150124
+int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f150125
+int style Widget_AppCompat_Button_Borderless 0x7f150126
+int style Widget_AppCompat_Button_Borderless_Colored 0x7f150127
+int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f150128
+int style Widget_AppCompat_Button_Colored 0x7f150129
+int style Widget_AppCompat_Button_Small 0x7f15012a
+int style Widget_AppCompat_CompoundButton_CheckBox 0x7f15012b
+int style Widget_AppCompat_CompoundButton_RadioButton 0x7f15012c
+int style Widget_AppCompat_CompoundButton_Switch 0x7f15012d
+int style Widget_AppCompat_DrawerArrowToggle 0x7f15012e
+int style Widget_AppCompat_DropDownItem_Spinner 0x7f15012f
+int style Widget_AppCompat_EditText 0x7f150130
+int style Widget_AppCompat_ImageButton 0x7f150131
+int style Widget_AppCompat_Light_ActionBar 0x7f150132
+int style Widget_AppCompat_Light_ActionBar_Solid 0x7f150133
+int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f150134
+int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f150135
+int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f150136
+int style Widget_AppCompat_Light_ActionBar_TabText 0x7f150137
+int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f150138
+int style Widget_AppCompat_Light_ActionBar_TabView 0x7f150139
+int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f15013a
+int style Widget_AppCompat_Light_ActionButton 0x7f15013b
+int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f15013c
+int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f15013d
+int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f15013e
+int style Widget_AppCompat_Light_ActivityChooserView 0x7f15013f
+int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f150140
+int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f150141
+int style Widget_AppCompat_Light_ListPopupWindow 0x7f150142
+int style Widget_AppCompat_Light_ListView_DropDown 0x7f150143
+int style Widget_AppCompat_Light_PopupMenu 0x7f150144
+int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f150145
+int style Widget_AppCompat_Light_SearchView 0x7f150146
+int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f150147
+int style Widget_AppCompat_ListMenuView 0x7f150148
+int style Widget_AppCompat_ListPopupWindow 0x7f150149
+int style Widget_AppCompat_ListView 0x7f15014a
+int style Widget_AppCompat_ListView_DropDown 0x7f15014b
+int style Widget_AppCompat_ListView_Menu 0x7f15014c
+int style Widget_AppCompat_PopupMenu 0x7f15014d
+int style Widget_AppCompat_PopupMenu_Overflow 0x7f15014e
+int style Widget_AppCompat_PopupWindow 0x7f15014f
+int style Widget_AppCompat_ProgressBar 0x7f150150
+int style Widget_AppCompat_ProgressBar_Horizontal 0x7f150151
+int style Widget_AppCompat_RatingBar 0x7f150152
+int style Widget_AppCompat_RatingBar_Indicator 0x7f150153
+int style Widget_AppCompat_RatingBar_Small 0x7f150154
+int style Widget_AppCompat_SearchView 0x7f150155
+int style Widget_AppCompat_SearchView_ActionBar 0x7f150156
+int style Widget_AppCompat_SeekBar 0x7f150157
+int style Widget_AppCompat_SeekBar_Discrete 0x7f150158
+int style Widget_AppCompat_Spinner 0x7f150159
+int style Widget_AppCompat_Spinner_DropDown 0x7f15015a
+int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f15015b
+int style Widget_AppCompat_Spinner_Underlined 0x7f15015c
+int style Widget_AppCompat_TextView 0x7f15015d
+int style Widget_AppCompat_TextView_SpinnerItem 0x7f15015e
+int style Widget_AppCompat_Toolbar 0x7f15015f
+int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f150160
+int style Widget_Compat_NotificationActionContainer 0x7f150161
+int style Widget_Compat_NotificationActionText 0x7f150162
+int style Widget_Support_CoordinatorLayout 0x7f150163
+int[] styleable ActionBar { 0x7f040032, 0x7f040033, 0x7f040034, 0x7f040059, 0x7f04005a, 0x7f04005b, 0x7f04005c, 0x7f04005d, 0x7f04005e, 0x7f040061, 0x7f040066, 0x7f040067, 0x7f04007a, 0x7f04008a, 0x7f04008b, 0x7f04008c, 0x7f04008d, 0x7f04008e, 0x7f040093, 0x7f040096, 0x7f0400b0, 0x7f0400b8, 0x7f0400c3, 0x7f0400c6, 0x7f0400c7, 0x7f0400e2, 0x7f0400e5, 0x7f040101, 0x7f04010a }
+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 { 0x7f040032, 0x7f040033, 0x7f040049, 0x7f04008a, 0x7f0400e5, 0x7f04010a }
+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 { 0x7f04007b, 0x7f040094 }
+int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0
+int styleable ActivityChooserView_initialActivityCount 1
+int[] styleable AlertDialog { 0x10100f2, 0x7f040040, 0x7f040041, 0x7f0400a5, 0x7f0400a6, 0x7f0400b5, 0x7f0400d7, 0x7f0400d8 }
+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, 0x7f0400dd, 0x7f0400ff, 0x7f040100 }
+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, 0x7f0400fc, 0x7f0400fd, 0x7f0400fe }
+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, 0x7f04002d, 0x7f04002e, 0x7f04002f, 0x7f040030, 0x7f040031, 0x7f04006b, 0x7f04006c, 0x7f04006d, 0x7f04006e, 0x7f040070, 0x7f040071, 0x7f040072, 0x7f040073, 0x7f04007c, 0x7f04007e, 0x7f040086, 0x7f040098, 0x7f0400a0, 0x7f0400eb, 0x7f0400f6 }
+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_drawableBottomCompat 6
+int styleable AppCompatTextView_drawableEndCompat 7
+int styleable AppCompatTextView_drawableLeftCompat 8
+int styleable AppCompatTextView_drawableRightCompat 9
+int styleable AppCompatTextView_drawableStartCompat 10
+int styleable AppCompatTextView_drawableTint 11
+int styleable AppCompatTextView_drawableTintMode 12
+int styleable AppCompatTextView_drawableTopCompat 13
+int styleable AppCompatTextView_firstBaselineToTopHeight 14
+int styleable AppCompatTextView_fontFamily 15
+int styleable AppCompatTextView_fontVariationSettings 16
+int styleable AppCompatTextView_lastBaselineToBottomHeight 17
+int styleable AppCompatTextView_lineHeight 18
+int styleable AppCompatTextView_textAllCaps 19
+int styleable AppCompatTextView_textLocale 20
+int[] styleable AppCompatTheme { 0x7f040001, 0x7f040002, 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f04000d, 0x7f04000f, 0x7f040010, 0x7f040011, 0x7f040012, 0x7f040013, 0x7f040014, 0x7f040015, 0x7f040016, 0x7f040017, 0x7f040018, 0x7f040019, 0x7f04001a, 0x7f04001b, 0x7f04001c, 0x7f04001d, 0x7f04001e, 0x7f04001f, 0x7f040022, 0x7f040023, 0x7f040024, 0x7f040025, 0x7f040026, 0x10100ae, 0x1010057, 0x7f04002c, 0x7f040038, 0x7f040039, 0x7f04003a, 0x7f04003b, 0x7f04003c, 0x7f04003d, 0x7f040042, 0x7f040043, 0x7f040046, 0x7f040047, 0x7f04004d, 0x7f04004e, 0x7f04004f, 0x7f040050, 0x7f040051, 0x7f040052, 0x7f040053, 0x7f040054, 0x7f040055, 0x7f040056, 0x7f04005f, 0x7f040063, 0x7f040064, 0x7f040065, 0x7f040068, 0x7f04006a, 0x7f040075, 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04008c, 0x7f040092, 0x7f0400a1, 0x7f0400a2, 0x7f0400a3, 0x7f0400a4, 0x7f0400a7, 0x7f0400a8, 0x7f0400a9, 0x7f0400aa, 0x7f0400ab, 0x7f0400ac, 0x7f0400ad, 0x7f0400ae, 0x7f0400af, 0x7f0400bf, 0x7f0400c0, 0x7f0400c1, 0x7f0400c2, 0x7f0400c4, 0x7f0400ca, 0x7f0400cb, 0x7f0400cc, 0x7f0400cd, 0x7f0400d0, 0x7f0400d1, 0x7f0400d2, 0x7f0400d3, 0x7f0400da, 0x7f0400db, 0x7f0400e9, 0x7f0400ec, 0x7f0400ed, 0x7f0400ee, 0x7f0400ef, 0x7f0400f0, 0x7f0400f1, 0x7f0400f2, 0x7f0400f3, 0x7f0400f4, 0x7f0400f5, 0x7f04010b, 0x7f04010c, 0x7f04010d, 0x7f04010e, 0x7f040114, 0x7f040116, 0x7f040117, 0x7f040118, 0x7f040119, 0x7f04011a, 0x7f04011b, 0x7f04011c, 0x7f04011d, 0x7f04011e, 0x7f04011f }
+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_listChoiceIndicatorMultipleAnimated 72
+int styleable AppCompatTheme_listChoiceIndicatorSingleAnimated 73
+int styleable AppCompatTheme_listDividerAlertDialog 74
+int styleable AppCompatTheme_listMenuViewStyle 75
+int styleable AppCompatTheme_listPopupWindowStyle 76
+int styleable AppCompatTheme_listPreferredItemHeight 77
+int styleable AppCompatTheme_listPreferredItemHeightLarge 78
+int styleable AppCompatTheme_listPreferredItemHeightSmall 79
+int styleable AppCompatTheme_listPreferredItemPaddingEnd 80
+int styleable AppCompatTheme_listPreferredItemPaddingLeft 81
+int styleable AppCompatTheme_listPreferredItemPaddingRight 82
+int styleable AppCompatTheme_listPreferredItemPaddingStart 83
+int styleable AppCompatTheme_panelBackground 84
+int styleable AppCompatTheme_panelMenuListTheme 85
+int styleable AppCompatTheme_panelMenuListWidth 86
+int styleable AppCompatTheme_popupMenuStyle 87
+int styleable AppCompatTheme_popupWindowStyle 88
+int styleable AppCompatTheme_radioButtonStyle 89
+int styleable AppCompatTheme_ratingBarStyle 90
+int styleable AppCompatTheme_ratingBarStyleIndicator 91
+int styleable AppCompatTheme_ratingBarStyleSmall 92
+int styleable AppCompatTheme_searchViewStyle 93
+int styleable AppCompatTheme_seekBarStyle 94
+int styleable AppCompatTheme_selectableItemBackground 95
+int styleable AppCompatTheme_selectableItemBackgroundBorderless 96
+int styleable AppCompatTheme_spinnerDropDownItemStyle 97
+int styleable AppCompatTheme_spinnerStyle 98
+int styleable AppCompatTheme_switchStyle 99
+int styleable AppCompatTheme_textAppearanceLargePopupMenu 100
+int styleable AppCompatTheme_textAppearanceListItem 101
+int styleable AppCompatTheme_textAppearanceListItemSecondary 102
+int styleable AppCompatTheme_textAppearanceListItemSmall 103
+int styleable AppCompatTheme_textAppearancePopupMenuHeader 104
+int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 105
+int styleable AppCompatTheme_textAppearanceSearchResultTitle 106
+int styleable AppCompatTheme_textAppearanceSmallPopupMenu 107
+int styleable AppCompatTheme_textColorAlertDialogListItem 108
+int styleable AppCompatTheme_textColorSearchUrl 109
+int styleable AppCompatTheme_toolbarNavigationButtonStyle 110
+int styleable AppCompatTheme_toolbarStyle 111
+int styleable AppCompatTheme_tooltipForegroundColor 112
+int styleable AppCompatTheme_tooltipFrameBackground 113
+int styleable AppCompatTheme_viewInflaterClass 114
+int styleable AppCompatTheme_windowActionBar 115
+int styleable AppCompatTheme_windowActionBarOverlay 116
+int styleable AppCompatTheme_windowActionModeOverlay 117
+int styleable AppCompatTheme_windowFixedHeightMajor 118
+int styleable AppCompatTheme_windowFixedHeightMinor 119
+int styleable AppCompatTheme_windowFixedWidthMajor 120
+int styleable AppCompatTheme_windowFixedWidthMinor 121
+int styleable AppCompatTheme_windowMinWidthMajor 122
+int styleable AppCompatTheme_windowMinWidthMinor 123
+int styleable AppCompatTheme_windowNoTitle 124
+int[] styleable ButtonBarLayout { 0x7f040027 }
+int styleable ButtonBarLayout_allowStacking 0
+int[] styleable ColorStateListItem { 0x7f040028, 0x101031f, 0x10101a5 }
+int styleable ColorStateListItem_alpha 0
+int styleable ColorStateListItem_android_alpha 1
+int styleable ColorStateListItem_android_color 2
+int[] styleable CompoundButton { 0x1010107, 0x7f04003e, 0x7f040044, 0x7f040045 }
+int styleable CompoundButton_android_button 0
+int styleable CompoundButton_buttonCompat 1
+int styleable CompoundButton_buttonTint 2
+int styleable CompoundButton_buttonTintMode 3
+int[] styleable CoordinatorLayout { 0x7f040097, 0x7f0400df }
+int styleable CoordinatorLayout_keylines 0
+int styleable CoordinatorLayout_statusBarBackground 1
+int[] styleable CoordinatorLayout_Layout { 0x10100b3, 0x7f04009a, 0x7f04009b, 0x7f04009c, 0x7f04009d, 0x7f04009e, 0x7f04009f }
+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 { 0x7f04002a, 0x7f04002b, 0x7f040037, 0x7f04004c, 0x7f04006f, 0x7f040088, 0x7f0400d9, 0x7f0400f8 }
+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 { 0x7f04007f, 0x7f040080, 0x7f040081, 0x7f040082, 0x7f040083, 0x7f040084 }
+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, 0x7f04007d, 0x7f040085, 0x7f040086, 0x7f040087, 0x7f040113 }
+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, 0x7f040067, 0x7f040069, 0x7f0400b3, 0x7f0400d5 }
+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 { 0x7f04000e, 0x7f040020, 0x7f040021, 0x7f040029, 0x10101e3, 0x10101e5, 0x1010106, 0x101000e, 0x1010002, 0x10100d0, 0x10101de, 0x10101e4, 0x101026f, 0x10101df, 0x10101e1, 0x10101e2, 0x1010194, 0x7f040058, 0x7f04008f, 0x7f040090, 0x7f0400b9, 0x7f0400d4, 0x7f04010f }
+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, 0x7f0400c5, 0x7f0400e0 }
+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 MogoSkinBackgroundHelper { 0x10100d4 }
+int styleable MogoSkinBackgroundHelper_android_background 0
+int[] styleable MogoSkinCompatImageView { 0x1010119, 0x1010121, 0x7f0400dd, 0x7f0400ff }
+int styleable MogoSkinCompatImageView_android_src 0
+int styleable MogoSkinCompatImageView_android_tint 1
+int styleable MogoSkinCompatImageView_srcCompat 2
+int styleable MogoSkinCompatImageView_tint 3
+int[] styleable MogoSkinCompatTextHelper { 0x101016e, 0x1010393, 0x101016f, 0x1010170, 0x1010392, 0x101016d, 0x1010034 }
+int styleable MogoSkinCompatTextHelper_android_drawableBottom 0
+int styleable MogoSkinCompatTextHelper_android_drawableEnd 1
+int styleable MogoSkinCompatTextHelper_android_drawableLeft 2
+int styleable MogoSkinCompatTextHelper_android_drawableRight 3
+int styleable MogoSkinCompatTextHelper_android_drawableStart 4
+int styleable MogoSkinCompatTextHelper_android_drawableTop 5
+int styleable MogoSkinCompatTextHelper_android_textAppearance 6
+int[] styleable MogoSkinTextAppearance { 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x1010098, 0x101009a, 0x1010095, 0x1010097, 0x1010096, 0x7f0400eb }
+int styleable MogoSkinTextAppearance_android_shadowColor 0
+int styleable MogoSkinTextAppearance_android_shadowDx 1
+int styleable MogoSkinTextAppearance_android_shadowDy 2
+int styleable MogoSkinTextAppearance_android_shadowRadius 3
+int styleable MogoSkinTextAppearance_android_textColor 4
+int styleable MogoSkinTextAppearance_android_textColorHint 5
+int styleable MogoSkinTextAppearance_android_textSize 6
+int styleable MogoSkinTextAppearance_android_textStyle 7
+int styleable MogoSkinTextAppearance_android_typeface 8
+int styleable MogoSkinTextAppearance_textAllCaps 9
+int[] styleable PopupWindow { 0x10102c9, 0x1010176, 0x7f0400ba }
+int styleable PopupWindow_android_popupAnimationStyle 0
+int styleable PopupWindow_android_popupBackground 1
+int styleable PopupWindow_overlapAnchor 2
+int[] styleable PopupWindowBackgroundState { 0x7f0400de }
+int styleable PopupWindowBackgroundState_state_above_anchor 0
+int[] styleable RecycleListView { 0x7f0400bb, 0x7f0400be }
+int styleable RecycleListView_paddingBottomNoButtons 0
+int styleable RecycleListView_paddingTopNoTitle 1
+int[] styleable SearchView { 0x10100da, 0x1010264, 0x1010220, 0x101011f, 0x7f040048, 0x7f040057, 0x7f040062, 0x7f040089, 0x7f040091, 0x7f040099, 0x7f0400c8, 0x7f0400c9, 0x7f0400ce, 0x7f0400cf, 0x7f0400e1, 0x7f0400e6, 0x7f040115 }
+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 SkinBackgroundHelper { 0x10100d4 }
+int styleable SkinBackgroundHelper_android_background 0
+int[] styleable SkinCompatImageView { 0x1010119, 0x1010121, 0x7f0400dd, 0x7f0400ff }
+int styleable SkinCompatImageView_android_src 0
+int styleable SkinCompatImageView_android_tint 1
+int styleable SkinCompatImageView_srcCompat 2
+int styleable SkinCompatImageView_tint 3
+int[] styleable SkinCompatProgressBar { 0x101013b, 0x101013c, 0x101013b, 0x101013c }
+int styleable SkinCompatProgressBar_android_indeterminateDrawable 0
+int styleable SkinCompatProgressBar_android_progressDrawable 1
+int styleable SkinCompatProgressBar_android_indeterminateDrawable 2
+int styleable SkinCompatProgressBar_android_progressDrawable 3
+int[] styleable SkinCompatTextHelper { 0x101016e, 0x1010393, 0x101016f, 0x1010170, 0x1010392, 0x101016d, 0x1010034 }
+int styleable SkinCompatTextHelper_android_drawableBottom 0
+int styleable SkinCompatTextHelper_android_drawableEnd 1
+int styleable SkinCompatTextHelper_android_drawableLeft 2
+int styleable SkinCompatTextHelper_android_drawableRight 3
+int styleable SkinCompatTextHelper_android_drawableStart 4
+int styleable SkinCompatTextHelper_android_drawableTop 5
+int styleable SkinCompatTextHelper_android_textAppearance 6
+int[] styleable SkinTextAppearance { 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x1010098, 0x101009a, 0x1010095, 0x1010097, 0x1010096, 0x7f0400eb }
+int styleable SkinTextAppearance_android_shadowColor 0
+int styleable SkinTextAppearance_android_shadowDx 1
+int styleable SkinTextAppearance_android_shadowDy 2
+int styleable SkinTextAppearance_android_shadowRadius 3
+int styleable SkinTextAppearance_android_textColor 4
+int styleable SkinTextAppearance_android_textColorHint 5
+int styleable SkinTextAppearance_android_textSize 6
+int styleable SkinTextAppearance_android_textStyle 7
+int styleable SkinTextAppearance_android_typeface 8
+int styleable SkinTextAppearance_textAllCaps 9
+int[] styleable Spinner { 0x1010262, 0x10100b2, 0x1010176, 0x101017b, 0x7f0400c3 }
+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, 0x7f0400d6, 0x7f0400dc, 0x7f0400e7, 0x7f0400e8, 0x7f0400ea, 0x7f0400f9, 0x7f0400fa, 0x7f0400fb, 0x7f040110, 0x7f040111, 0x7f040112 }
+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, 0x1010585, 0x1010095, 0x1010097, 0x1010096, 0x7f04007e, 0x7f040086, 0x7f0400eb, 0x7f0400f6 }
+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_textFontWeight 8
+int styleable TextAppearance_android_textSize 9
+int styleable TextAppearance_android_textStyle 10
+int styleable TextAppearance_android_typeface 11
+int styleable TextAppearance_fontFamily 12
+int styleable TextAppearance_fontVariationSettings 13
+int styleable TextAppearance_textAllCaps 14
+int styleable TextAppearance_textLocale 15
+int[] styleable Toolbar { 0x10100af, 0x1010140, 0x7f04003f, 0x7f04004a, 0x7f04004b, 0x7f040059, 0x7f04005a, 0x7f04005b, 0x7f04005c, 0x7f04005d, 0x7f04005e, 0x7f0400b0, 0x7f0400b1, 0x7f0400b2, 0x7f0400b4, 0x7f0400b6, 0x7f0400b7, 0x7f0400c3, 0x7f0400e2, 0x7f0400e3, 0x7f0400e4, 0x7f040101, 0x7f040102, 0x7f040103, 0x7f040104, 0x7f040105, 0x7f040106, 0x7f040107, 0x7f040108, 0x7f040109 }
+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_menu 14
+int styleable Toolbar_navigationContentDescription 15
+int styleable Toolbar_navigationIcon 16
+int styleable Toolbar_popupTheme 17
+int styleable Toolbar_subtitle 18
+int styleable Toolbar_subtitleTextAppearance 19
+int styleable Toolbar_subtitleTextColor 20
+int styleable Toolbar_title 21
+int styleable Toolbar_titleMargin 22
+int styleable Toolbar_titleMarginBottom 23
+int styleable Toolbar_titleMarginEnd 24
+int styleable Toolbar_titleMarginStart 25
+int styleable Toolbar_titleMarginTop 26
+int styleable Toolbar_titleMargins 27
+int styleable Toolbar_titleTextAppearance 28
+int styleable Toolbar_titleTextColor 29
+int[] styleable View { 0x10100da, 0x1010000, 0x7f0400bc, 0x7f0400bd, 0x7f0400f7 }
+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, 0x7f040035, 0x7f040036 }
+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/skin/skin-support/build/outputs/logs/manifest-merger-debug-report.txt b/skin/skin-support/build/outputs/logs/manifest-merger-debug-report.txt
new file mode 100644
index 0000000000..e298ebec87
--- /dev/null
+++ b/skin/skin-support/build/outputs/logs/manifest-merger-debug-report.txt
@@ -0,0 +1,37 @@
+-- Merging decision tree log ---
+manifest
+ADDED from /Users/admin/Android/ADAS/Launcher/skin/skin-support/src/main/AndroidManifest.xml:1:1-4:12
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support/src/main/AndroidManifest.xml:1:1-4:12
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support/src/main/AndroidManifest.xml:1:1-4:12
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support/src/main/AndroidManifest.xml:1:1-4:12
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support/src/main/AndroidManifest.xml:1:1-4:12
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support/src/main/AndroidManifest.xml:1:1-4:12
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support/src/main/AndroidManifest.xml:1:1-4:12
+ package
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/skin-support/src/main/AndroidManifest.xml:2:5-27
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support/src/main/AndroidManifest.xml
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support/src/main/AndroidManifest.xml
+ android:versionName
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support/src/main/AndroidManifest.xml
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/skin-support/src/main/AndroidManifest.xml:1:1-4:12
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support/src/main/AndroidManifest.xml
+ android:versionCode
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support/src/main/AndroidManifest.xml
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/skin-support/src/main/AndroidManifest.xml:1:1-4:12
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support/src/main/AndroidManifest.xml
+ xmlns:android
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/skin-support/src/main/AndroidManifest.xml:1:11-69
+uses-sdk
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support/src/main/AndroidManifest.xml reason: use-sdk injection requested
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support/src/main/AndroidManifest.xml
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support/src/main/AndroidManifest.xml
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support/src/main/AndroidManifest.xml
+INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support/src/main/AndroidManifest.xml
+ android:targetSdkVersion
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support/src/main/AndroidManifest.xml
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/skin-support/src/main/AndroidManifest.xml
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support/src/main/AndroidManifest.xml
+ android:minSdkVersion
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support/src/main/AndroidManifest.xml
+ ADDED from /Users/admin/Android/ADAS/Launcher/skin/skin-support/src/main/AndroidManifest.xml
+ INJECTED from /Users/admin/Android/ADAS/Launcher/skin/skin-support/src/main/AndroidManifest.xml