Commit caefe96d authored by 王雷's avatar 王雷

迁移fetch库

parent f4d3a96e
......@@ -4,7 +4,7 @@ buildscript {
ext.kotlin_version = '1.3.60'
ext.lintVersion = '26.5.0'
ext.lifecycle_version = "2.2.5"
ext. widgetlib_version = "1.1.26-SNAPSHOT"
repositories {
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }// 阿里云镜像
maven { url 'http://maven.aliyun.com/nexus/content/repositories/jcenter' }
......
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: "com.whl.gradle-publish-plugin"
android {
compileSdkVersion 28
defaultConfig {
minSdkVersion 19
targetSdkVersion 28
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
configurations.all {
resolutionStrategy.force 'com.squareup.okhttp3:okhttp:3.13.0'
}
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.1.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
implementation "androidx.core:core-ktx:1.1.0"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.2'
implementation 'com.squareup.retrofit2:retrofit:2.6.0'
implementation 'com.squareup.retrofit2:converter-gson:2.5.0'
implementation 'com.squareup.okhttp3:logging-interceptor:3.13.0'
// implementation 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
// implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version"
implementation "androidx.lifecycle:lifecycle-livedata-ktx:$lifecycle_version"
implementation "androidx.lifecycle:lifecycle-runtime-ktx:$lifecycle_version"
implementation "org.jetbrains.kotlin:kotlin-reflect:1.3.41"
implementation 'com.safframework.log:saf-logginginterceptor:1.4.5'
implementation "com.qmai.android.sdk:widgetlib:$widgetlib_version"
}
repositories {
mavenCentral()
}
group 'com.qmai.android.fetch'
version '1.2.15-SNAPSHOT'
gradlePublish {
sourceJarEnabled = true
javaDocEnabled = false
signEnabled = false
releaseRepository {
url = "https://hub.zmcms.cn/repository/maven-releases/"
userName = "wanglei1"
password = "woshiwanglei123"
}
snapshotRepository {
url = "https://hub.zmcms.cn/repository/maven-snapshots/"
userName = "wanglei1"
password = "woshiwanglei123"
}
}
\ No newline at end of file
/**
* Automatically generated file. DO NOT MODIFY
*/
package com.qimai.android.tool_network;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "com.qimai.android.tool_network";
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";
}
/**
* Automatically generated file. DO NOT MODIFY
*/
package com.qimai.android.tool_network;
public final class BuildConfig {
public static final boolean DEBUG = false;
public static final String APPLICATION_ID = "com.qimai.android.tool_network";
public static final String BUILD_TYPE = "release";
public static final String FLAVOR = "";
public static final int VERSION_CODE = 1;
public static final String VERSION_NAME = "1.0";
}
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.qimai.android.tool_network"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="19"
android:targetSdkVersion="28" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
</manifest>
\ No newline at end of file
[{"outputType":{"type":"AAPT_FRIENDLY_MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"fetch-debug.aar","fullName":"debug","baseName":"debug"},"path":"AndroidManifest.xml","properties":{"packageId":"com.qimai.android.tool_network","split":""}}]
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.qimai.android.tool_network"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="19"
android:targetSdkVersion="28" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
</manifest>
\ No newline at end of file
[{"outputType":{"type":"AAPT_FRIENDLY_MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"fetch-release.aar","fullName":"release","baseName":"release"},"path":"AndroidManifest.xml","properties":{"packageId":"com.qimai.android.tool_network","split":""}}]
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/jniLibs"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/debug/jniLibs"/></dataSet></merger>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/shaders"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/debug/shaders"/></dataSet></merger>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/jniLibs"/></dataSet><dataSet config="release" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/release/jniLibs"/></dataSet></merger>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/shaders"/></dataSet><dataSet config="release" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/release/shaders"/></dataSet></merger>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/assets"/><source path="/Users/wangwei/Downloads/ZMProj/qm_network/fetch/build/intermediates/shader_assets/debug/compileDebugShaders/out"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/debug/assets"/></dataSet></merger>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">tool_network</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/res"/><source path="/Users/wangwei/Downloads/ZMProj/qm_network/fetch/build/generated/res/rs/debug"/><source path="/Users/wangwei/Downloads/ZMProj/qm_network/fetch/build/generated/res/resValues/debug"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main" generated-set="main$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/res"><file path="/Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/res/values/strings.xml" qualifiers=""><string name="app_name">tool_network</string></file></source><source path="/Users/wangwei/Downloads/ZMProj/qm_network/fetch/build/generated/res/rs/debug"/><source path="/Users/wangwei/Downloads/ZMProj/qm_network/fetch/build/generated/res/resValues/debug"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="debug$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/debug/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="debug" generated-set="debug$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/debug/res"/></dataSet><mergedItems/></merger>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/assets"/><source path="/Users/wangwei/Downloads/ZMProj/qm_network/fetch/build/intermediates/shader_assets/release/compileReleaseShaders/out"/></dataSet><dataSet config="release" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/release/assets"/></dataSet></merger>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">tool_network</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/res"/><source path="/Users/wangwei/Downloads/ZMProj/qm_network/fetch/build/generated/res/rs/release"/><source path="/Users/wangwei/Downloads/ZMProj/qm_network/fetch/build/generated/res/resValues/release"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main" generated-set="main$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/res"><file path="/Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/res/values/strings.xml" qualifiers=""><string name="app_name">tool_network</string></file></source><source path="/Users/wangwei/Downloads/ZMProj/qm_network/fetch/build/generated/res/rs/release"/><source path="/Users/wangwei/Downloads/ZMProj/qm_network/fetch/build/generated/res/resValues/release"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="release$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/release/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="release" generated-set="release$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/release/res"/></dataSet><mergedItems/></merger>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.qimai.android.tool_network"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="19"
android:targetSdkVersion="28" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
</manifest>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.qimai.android.tool_network"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="19"
android:targetSdkVersion="28" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
</manifest>
\ No newline at end of file
[{"outputType":{"type":"MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"fetch-debug.aar","fullName":"debug","baseName":"debug"},"path":"../../library_manifest/debug/AndroidManifest.xml","properties":{"packageId":"com.qimai.android.tool_network","split":""}}]
\ No newline at end of file
[{"outputType":{"type":"MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"fetch-release.aar","fullName":"release","baseName":"release"},"path":"../../library_manifest/release/AndroidManifest.xml","properties":{"packageId":"com.qimai.android.tool_network","split":""}}]
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">tool_network</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">tool_network</string>
</resources>
\ No newline at end of file
com.qimai.android.tool_network
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 SpinKitViewStyle
attr SpinKit_Color
attr SpinKit_Style
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 bg_color
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 fastScrollEnabled
attr fastScrollHorizontalThumbDrawable
attr fastScrollHorizontalTrackDrawable
attr fastScrollVerticalThumbDrawable
attr fastScrollVerticalTrackDrawable
attr firstBaselineToTopHeight
attr font
attr fontFamily
attr fontProviderAuthority
attr fontProviderCerts
attr fontProviderFetchStrategy
attr fontProviderFetchTimeout
attr fontProviderPackage
attr fontProviderQuery
attr fontStyle
attr fontVariationSettings
attr fontWeight
attr gapBetweenBars
attr goIcon
attr height
attr hideOnContentScroll
attr homeAsUpIndicator
attr homeLayout
attr icon
attr iconTint
attr iconTintMode
attr iconifiedByDefault
attr imageButtonStyle
attr indeterminateProgressStyle
attr initialActivityCount
attr isLightTheme
attr itemPadding
attr keylines
attr lastBaselineToBottomHeight
attr layout
attr layoutManager
attr layout_anchor
attr layout_anchorGravity
attr layout_behavior
attr layout_dodgeInsetEdges
attr layout_insetEdge
attr layout_keyline
attr left_back_drawable_id
attr left_text
attr left_text_color
attr left_text_size
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 need_separator
attr numericModifiers
attr overlapAnchor
attr overlay_bgColor
attr overlay_borderColor
attr overlay_borderWidth
attr overlay_radius
attr paddingBottomNoButtons
attr paddingEnd
attr paddingStart
attr paddingTopNoTitle
attr panelBackground
attr panelMenuListTheme
attr panelMenuListWidth
attr popupMenuStyle
attr popupTheme
attr popupWindowStyle
attr preserveIconSpacing
attr progressBarPadding
attr progressBarStyle
attr queryBackground
attr queryHint
attr radioButtonStyle
attr ratingBarStyle
attr ratingBarStyleIndicator
attr ratingBarStyleSmall
attr reverseLayout
attr right_drawable_id
attr right_text
attr right_text_background
attr right_text_color
attr right_text_size
attr searchHintIcon
attr searchIcon
attr searchViewStyle
attr seekBarStyle
attr selectableItemBackground
attr selectableItemBackgroundBorderless
attr separator_color
attr separator_height
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 title_color
attr title_text
attr title_text_size
attr toolbarNavigationButtonStyle
attr toolbarStyle
attr tooltipForegroundColor
attr tooltipFrameBackground
attr tooltipText
attr track
attr trackTint
attr trackTintMode
attr ttcIndex
attr type
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 QmTopBar_color_000000
color QmTopBar_color_3333333
color QmTopBar_color_999999
color QmTopBar_color_FFFFFFF
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_222222
color color_777777
color dim_foreground_disabled_material_dark
color dim_foreground_disabled_material_light
color dim_foreground_material_dark
color dim_foreground_material_light
color error_color_material_dark
color error_color_material_light
color foreground_material_dark
color foreground_material_light
color highlighted_text_material_dark
color highlighted_text_material_light
color material_blue_grey_800
color material_blue_grey_900
color material_blue_grey_950
color material_deep_teal_200
color material_deep_teal_500
color material_grey_100
color material_grey_300
color material_grey_50
color material_grey_600
color material_grey_800
color material_grey_850
color material_grey_900
color notification_action_color_filter
color notification_icon_bg_color
color primary_dark_material_dark
color primary_dark_material_light
color primary_material_dark
color primary_material_light
color primary_text_default_material_dark
color primary_text_default_material_light
color primary_text_disabled_material_dark
color primary_text_disabled_material_light
color ripple_material_dark
color ripple_material_light
color secondary_text_default_material_dark
color secondary_text_default_material_light
color secondary_text_disabled_material_dark
color secondary_text_disabled_material_light
color segment_divider_dark
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
color transparent
dimen QmTopBar_dp_16
dimen QmTopBar_dp_18
dimen QmTopBar_sp_12
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 fastscroll_default_thickness
dimen fastscroll_margin
dimen fastscroll_minimum_range
dimen highlight_alpha_material_colored
dimen highlight_alpha_material_dark
dimen highlight_alpha_material_light
dimen hint_alpha_material_dark
dimen hint_alpha_material_light
dimen hint_pressed_alpha_material_dark
dimen hint_pressed_alpha_material_light
dimen item_touch_helper_max_drag_scroll_per_frame
dimen item_touch_helper_swipe_escape_max_velocity
dimen item_touch_helper_swipe_escape_velocity
dimen notification_action_icon_size
dimen notification_action_text_size
dimen notification_big_circle_margin
dimen notification_content_margin_start
dimen notification_large_icon_height
dimen notification_large_icon_width
dimen notification_main_column_padding_top
dimen notification_media_narrow_margin
dimen notification_right_icon_size
dimen notification_right_side_padding_top
dimen notification_small_icon_background_padding
dimen notification_small_icon_size_as_large
dimen notification_subtext_size
dimen notification_top_pad
dimen notification_top_pad_large_text
dimen tooltip_corner_radius
dimen tooltip_horizontal_padding
dimen tooltip_margin
dimen tooltip_precise_anchor_extra_offset
dimen tooltip_precise_anchor_threshold
dimen tooltip_vertical_padding
dimen tooltip_y_offset_non_touch
dimen tooltip_y_offset_touch
drawable abc_ab_share_pack_mtrl_alpha
drawable abc_action_bar_item_background_material
drawable abc_btn_borderless_material
drawable abc_btn_check_material
drawable abc_btn_check_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 btn_shape
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 segment_bg_msg_bubble
drawable segment_bottom_shadow
drawable shape_alert_bg
drawable shape_alert_cancel
drawable shape_alert_confirm
drawable shape_toast
drawable titlebar_back
drawable toast_fail
drawable toast_success
drawable tooltip_frame_dark
drawable tooltip_frame_light
id ChasingDots
id Circle
id CubeGrid
id DoubleBounce
id FadingCircle
id FoldingCube
id MultiplePulse
id MultiplePulseRing
id Pulse
id PulseRing
id RotatingCircle
id RotatingPlane
id ThreeBounce
id WanderingCubes
id Wave
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 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 alert_cancel
id alert_confirm
id alert_subtitle
id alert_title
id arrow
id async
id blocking
id bottom
id buttonPanel
id check
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 expand_activities_button
id expanded_menu
id forever
id group_divider
id home
id icon
id icon_group
id image
id info
id italic
id item_touch_helper_previous_elevation
id left
id line1
id line3
id listMode
id list_item
id llToast
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 spin_kit
id split_action_bar
id src_atop
id src_in
id src_over
id start
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 toastIcon
id toastMsg
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 custometoast
layout loading
layout notification_action
layout notification_action_tombstone
layout notification_template_custom_big
layout notification_template_icon_group
layout notification_template_part_chronometer
layout notification_template_part_time
layout qm_alert_content
layout section_itemview
layout select_dialog_item_material
layout select_dialog_multichoice_material
layout select_dialog_singlechoice_material
layout support_simple_spinner_dropdown_item
string QmTopBar_app_name
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 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 DialogFragment
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 QmToolTipOverlayDefault
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 SpinKitView
style SpinKitView_ChasingDots
style SpinKitView_Circle
style SpinKitView_CubeGrid
style SpinKitView_DoubleBounce
style SpinKitView_FadingCircle
style SpinKitView_FoldingCube
style SpinKitView_Large
style SpinKitView_Large_ChasingDots
style SpinKitView_Large_Circle
style SpinKitView_Large_CubeGrid
style SpinKitView_Large_DoubleBounce
style SpinKitView_Large_FadingCircle
style SpinKitView_Large_FoldingCube
style SpinKitView_Large_MultiplePulse
style SpinKitView_Large_MultiplePulseRing
style SpinKitView_Large_Pulse
style SpinKitView_Large_PulseRing
style SpinKitView_Large_RotatingCircle
style SpinKitView_Large_RotatingPlane
style SpinKitView_Large_ThreeBounce
style SpinKitView_Large_WanderingCubes
style SpinKitView_Large_Wave
style SpinKitView_MultiplePulse
style SpinKitView_MultiplePulseRing
style SpinKitView_Pulse
style SpinKitView_PulseRing
style SpinKitView_RotatingCircle
style SpinKitView_RotatingPlane
style SpinKitView_Small
style SpinKitView_Small_ChasingDots
style SpinKitView_Small_Circle
style SpinKitView_Small_CubeGrid
style SpinKitView_Small_DoubleBounce
style SpinKitView_Small_FadingCircle
style SpinKitView_Small_FoldingCube
style SpinKitView_Small_MultiplePulse
style SpinKitView_Small_MultiplePulseRing
style SpinKitView_Small_Pulse
style SpinKitView_Small_PulseRing
style SpinKitView_Small_RotatingCircle
style SpinKitView_Small_RotatingPlane
style SpinKitView_Small_ThreeBounce
style SpinKitView_Small_WanderingCubes
style SpinKitView_Small_Wave
style SpinKitView_ThreeBounce
style SpinKitView_WanderingCubes
style SpinKitView_Wave
style TextAppearance_AppCompat
style TextAppearance_AppCompat_Body1
style TextAppearance_AppCompat_Body2
style TextAppearance_AppCompat_Button
style TextAppearance_AppCompat_Caption
style TextAppearance_AppCompat_Display1
style TextAppearance_AppCompat_Display2
style TextAppearance_AppCompat_Display3
style TextAppearance_AppCompat_Display4
style TextAppearance_AppCompat_Headline
style TextAppearance_AppCompat_Inverse
style TextAppearance_AppCompat_Large
style TextAppearance_AppCompat_Large_Inverse
style TextAppearance_AppCompat_Light_SearchResult_Subtitle
style TextAppearance_AppCompat_Light_SearchResult_Title
style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large
style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small
style TextAppearance_AppCompat_Medium
style TextAppearance_AppCompat_Medium_Inverse
style TextAppearance_AppCompat_Menu
style TextAppearance_AppCompat_SearchResult_Subtitle
style TextAppearance_AppCompat_SearchResult_Title
style TextAppearance_AppCompat_Small
style TextAppearance_AppCompat_Small_Inverse
style TextAppearance_AppCompat_Subhead
style TextAppearance_AppCompat_Subhead_Inverse
style TextAppearance_AppCompat_Title
style TextAppearance_AppCompat_Title_Inverse
style TextAppearance_AppCompat_Tooltip
style TextAppearance_AppCompat_Widget_ActionBar_Menu
style TextAppearance_AppCompat_Widget_ActionBar_Subtitle
style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse
style TextAppearance_AppCompat_Widget_ActionBar_Title
style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse
style TextAppearance_AppCompat_Widget_ActionMode_Subtitle
style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse
style TextAppearance_AppCompat_Widget_ActionMode_Title
style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse
style TextAppearance_AppCompat_Widget_Button
style TextAppearance_AppCompat_Widget_Button_Borderless_Colored
style TextAppearance_AppCompat_Widget_Button_Colored
style TextAppearance_AppCompat_Widget_Button_Inverse
style TextAppearance_AppCompat_Widget_DropDownItem
style TextAppearance_AppCompat_Widget_PopupMenu_Header
style TextAppearance_AppCompat_Widget_PopupMenu_Large
style TextAppearance_AppCompat_Widget_PopupMenu_Small
style TextAppearance_AppCompat_Widget_Switch
style TextAppearance_AppCompat_Widget_TextView_SpinnerItem
style TextAppearance_Compat_Notification
style TextAppearance_Compat_Notification_Info
style TextAppearance_Compat_Notification_Line2
style TextAppearance_Compat_Notification_Time
style TextAppearance_Compat_Notification_Title
style TextAppearance_Widget_AppCompat_ExpandedMenu_Item
style TextAppearance_Widget_AppCompat_Toolbar_Subtitle
style TextAppearance_Widget_AppCompat_Toolbar_Title
style ThemeOverlay_AppCompat
style ThemeOverlay_AppCompat_ActionBar
style ThemeOverlay_AppCompat_Dark
style ThemeOverlay_AppCompat_Dark_ActionBar
style ThemeOverlay_AppCompat_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 PopupWindow android_popupAnimationStyle android_popupBackground overlapAnchor
styleable PopupWindowBackgroundState state_above_anchor
styleable QmToolTipLayout
styleable QmToolTipOverlay overlay_bgColor overlay_borderColor overlay_borderWidth overlay_radius
styleable QmTopBar bg_color left_back_drawable_id left_text left_text_color left_text_size need_separator right_drawable_id right_text right_text_background right_text_color right_text_size separator_color separator_height title_color title_text title_text_size
styleable RecycleListView paddingBottomNoButtons paddingTopNoTitle
styleable RecyclerView android_descendantFocusability android_orientation fastScrollEnabled fastScrollHorizontalThumbDrawable fastScrollHorizontalTrackDrawable fastScrollVerticalThumbDrawable fastScrollVerticalTrackDrawable layoutManager reverseLayout spanCount stackFromEnd
styleable SearchView android_focusable android_imeOptions android_inputType android_maxWidth closeIcon commitIcon defaultQueryHint goIcon iconifiedByDefault layout queryBackground queryHint searchHintIcon searchIcon submitBackground suggestionRowLayout voiceIcon
styleable SectionItemView type
styleable SpinKitView SpinKit_Color SpinKit_Style
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
com.qimai.android.tool_network
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 SpinKitViewStyle
attr SpinKit_Color
attr SpinKit_Style
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 bg_color
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 fastScrollEnabled
attr fastScrollHorizontalThumbDrawable
attr fastScrollHorizontalTrackDrawable
attr fastScrollVerticalThumbDrawable
attr fastScrollVerticalTrackDrawable
attr firstBaselineToTopHeight
attr font
attr fontFamily
attr fontProviderAuthority
attr fontProviderCerts
attr fontProviderFetchStrategy
attr fontProviderFetchTimeout
attr fontProviderPackage
attr fontProviderQuery
attr fontStyle
attr fontVariationSettings
attr fontWeight
attr gapBetweenBars
attr goIcon
attr height
attr hideOnContentScroll
attr homeAsUpIndicator
attr homeLayout
attr icon
attr iconTint
attr iconTintMode
attr iconifiedByDefault
attr imageButtonStyle
attr indeterminateProgressStyle
attr initialActivityCount
attr isLightTheme
attr itemPadding
attr keylines
attr lastBaselineToBottomHeight
attr layout
attr layoutManager
attr layout_anchor
attr layout_anchorGravity
attr layout_behavior
attr layout_dodgeInsetEdges
attr layout_insetEdge
attr layout_keyline
attr left_back_drawable_id
attr left_text
attr left_text_color
attr left_text_size
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 need_separator
attr numericModifiers
attr overlapAnchor
attr overlay_bgColor
attr overlay_borderColor
attr overlay_borderWidth
attr overlay_radius
attr paddingBottomNoButtons
attr paddingEnd
attr paddingStart
attr paddingTopNoTitle
attr panelBackground
attr panelMenuListTheme
attr panelMenuListWidth
attr popupMenuStyle
attr popupTheme
attr popupWindowStyle
attr preserveIconSpacing
attr progressBarPadding
attr progressBarStyle
attr queryBackground
attr queryHint
attr radioButtonStyle
attr ratingBarStyle
attr ratingBarStyleIndicator
attr ratingBarStyleSmall
attr reverseLayout
attr right_drawable_id
attr right_text
attr right_text_background
attr right_text_color
attr right_text_size
attr searchHintIcon
attr searchIcon
attr searchViewStyle
attr seekBarStyle
attr selectableItemBackground
attr selectableItemBackgroundBorderless
attr separator_color
attr separator_height
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 title_color
attr title_text
attr title_text_size
attr toolbarNavigationButtonStyle
attr toolbarStyle
attr tooltipForegroundColor
attr tooltipFrameBackground
attr tooltipText
attr track
attr trackTint
attr trackTintMode
attr ttcIndex
attr type
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 QmTopBar_color_000000
color QmTopBar_color_3333333
color QmTopBar_color_999999
color QmTopBar_color_FFFFFFF
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_222222
color color_777777
color dim_foreground_disabled_material_dark
color dim_foreground_disabled_material_light
color dim_foreground_material_dark
color dim_foreground_material_light
color error_color_material_dark
color error_color_material_light
color foreground_material_dark
color foreground_material_light
color highlighted_text_material_dark
color highlighted_text_material_light
color material_blue_grey_800
color material_blue_grey_900
color material_blue_grey_950
color material_deep_teal_200
color material_deep_teal_500
color material_grey_100
color material_grey_300
color material_grey_50
color material_grey_600
color material_grey_800
color material_grey_850
color material_grey_900
color notification_action_color_filter
color notification_icon_bg_color
color primary_dark_material_dark
color primary_dark_material_light
color primary_material_dark
color primary_material_light
color primary_text_default_material_dark
color primary_text_default_material_light
color primary_text_disabled_material_dark
color primary_text_disabled_material_light
color ripple_material_dark
color ripple_material_light
color secondary_text_default_material_dark
color secondary_text_default_material_light
color secondary_text_disabled_material_dark
color secondary_text_disabled_material_light
color segment_divider_dark
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
color transparent
dimen QmTopBar_dp_16
dimen QmTopBar_dp_18
dimen QmTopBar_sp_12
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 fastscroll_default_thickness
dimen fastscroll_margin
dimen fastscroll_minimum_range
dimen highlight_alpha_material_colored
dimen highlight_alpha_material_dark
dimen highlight_alpha_material_light
dimen hint_alpha_material_dark
dimen hint_alpha_material_light
dimen hint_pressed_alpha_material_dark
dimen hint_pressed_alpha_material_light
dimen item_touch_helper_max_drag_scroll_per_frame
dimen item_touch_helper_swipe_escape_max_velocity
dimen item_touch_helper_swipe_escape_velocity
dimen notification_action_icon_size
dimen notification_action_text_size
dimen notification_big_circle_margin
dimen notification_content_margin_start
dimen notification_large_icon_height
dimen notification_large_icon_width
dimen notification_main_column_padding_top
dimen notification_media_narrow_margin
dimen notification_right_icon_size
dimen notification_right_side_padding_top
dimen notification_small_icon_background_padding
dimen notification_small_icon_size_as_large
dimen notification_subtext_size
dimen notification_top_pad
dimen notification_top_pad_large_text
dimen tooltip_corner_radius
dimen tooltip_horizontal_padding
dimen tooltip_margin
dimen tooltip_precise_anchor_extra_offset
dimen tooltip_precise_anchor_threshold
dimen tooltip_vertical_padding
dimen tooltip_y_offset_non_touch
dimen tooltip_y_offset_touch
drawable abc_ab_share_pack_mtrl_alpha
drawable abc_action_bar_item_background_material
drawable abc_btn_borderless_material
drawable abc_btn_check_material
drawable abc_btn_check_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 btn_shape
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 segment_bg_msg_bubble
drawable segment_bottom_shadow
drawable shape_alert_bg
drawable shape_alert_cancel
drawable shape_alert_confirm
drawable shape_toast
drawable titlebar_back
drawable toast_fail
drawable toast_success
drawable tooltip_frame_dark
drawable tooltip_frame_light
id ChasingDots
id Circle
id CubeGrid
id DoubleBounce
id FadingCircle
id FoldingCube
id MultiplePulse
id MultiplePulseRing
id Pulse
id PulseRing
id RotatingCircle
id RotatingPlane
id ThreeBounce
id WanderingCubes
id Wave
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 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 alert_cancel
id alert_confirm
id alert_subtitle
id alert_title
id arrow
id async
id blocking
id bottom
id buttonPanel
id check
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 expand_activities_button
id expanded_menu
id forever
id group_divider
id home
id icon
id icon_group
id image
id info
id italic
id item_touch_helper_previous_elevation
id left
id line1
id line3
id listMode
id list_item
id llToast
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 spin_kit
id split_action_bar
id src_atop
id src_in
id src_over
id start
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 toastIcon
id toastMsg
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 custometoast
layout loading
layout notification_action
layout notification_action_tombstone
layout notification_template_custom_big
layout notification_template_icon_group
layout notification_template_part_chronometer
layout notification_template_part_time
layout qm_alert_content
layout section_itemview
layout select_dialog_item_material
layout select_dialog_multichoice_material
layout select_dialog_singlechoice_material
layout support_simple_spinner_dropdown_item
string QmTopBar_app_name
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 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 DialogFragment
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 QmToolTipOverlayDefault
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 SpinKitView
style SpinKitView_ChasingDots
style SpinKitView_Circle
style SpinKitView_CubeGrid
style SpinKitView_DoubleBounce
style SpinKitView_FadingCircle
style SpinKitView_FoldingCube
style SpinKitView_Large
style SpinKitView_Large_ChasingDots
style SpinKitView_Large_Circle
style SpinKitView_Large_CubeGrid
style SpinKitView_Large_DoubleBounce
style SpinKitView_Large_FadingCircle
style SpinKitView_Large_FoldingCube
style SpinKitView_Large_MultiplePulse
style SpinKitView_Large_MultiplePulseRing
style SpinKitView_Large_Pulse
style SpinKitView_Large_PulseRing
style SpinKitView_Large_RotatingCircle
style SpinKitView_Large_RotatingPlane
style SpinKitView_Large_ThreeBounce
style SpinKitView_Large_WanderingCubes
style SpinKitView_Large_Wave
style SpinKitView_MultiplePulse
style SpinKitView_MultiplePulseRing
style SpinKitView_Pulse
style SpinKitView_PulseRing
style SpinKitView_RotatingCircle
style SpinKitView_RotatingPlane
style SpinKitView_Small
style SpinKitView_Small_ChasingDots
style SpinKitView_Small_Circle
style SpinKitView_Small_CubeGrid
style SpinKitView_Small_DoubleBounce
style SpinKitView_Small_FadingCircle
style SpinKitView_Small_FoldingCube
style SpinKitView_Small_MultiplePulse
style SpinKitView_Small_MultiplePulseRing
style SpinKitView_Small_Pulse
style SpinKitView_Small_PulseRing
style SpinKitView_Small_RotatingCircle
style SpinKitView_Small_RotatingPlane
style SpinKitView_Small_ThreeBounce
style SpinKitView_Small_WanderingCubes
style SpinKitView_Small_Wave
style SpinKitView_ThreeBounce
style SpinKitView_WanderingCubes
style SpinKitView_Wave
style TextAppearance_AppCompat
style TextAppearance_AppCompat_Body1
style TextAppearance_AppCompat_Body2
style TextAppearance_AppCompat_Button
style TextAppearance_AppCompat_Caption
style TextAppearance_AppCompat_Display1
style TextAppearance_AppCompat_Display2
style TextAppearance_AppCompat_Display3
style TextAppearance_AppCompat_Display4
style TextAppearance_AppCompat_Headline
style TextAppearance_AppCompat_Inverse
style TextAppearance_AppCompat_Large
style TextAppearance_AppCompat_Large_Inverse
style TextAppearance_AppCompat_Light_SearchResult_Subtitle
style TextAppearance_AppCompat_Light_SearchResult_Title
style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large
style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small
style TextAppearance_AppCompat_Medium
style TextAppearance_AppCompat_Medium_Inverse
style TextAppearance_AppCompat_Menu
style TextAppearance_AppCompat_SearchResult_Subtitle
style TextAppearance_AppCompat_SearchResult_Title
style TextAppearance_AppCompat_Small
style TextAppearance_AppCompat_Small_Inverse
style TextAppearance_AppCompat_Subhead
style TextAppearance_AppCompat_Subhead_Inverse
style TextAppearance_AppCompat_Title
style TextAppearance_AppCompat_Title_Inverse
style TextAppearance_AppCompat_Tooltip
style TextAppearance_AppCompat_Widget_ActionBar_Menu
style TextAppearance_AppCompat_Widget_ActionBar_Subtitle
style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse
style TextAppearance_AppCompat_Widget_ActionBar_Title
style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse
style TextAppearance_AppCompat_Widget_ActionMode_Subtitle
style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse
style TextAppearance_AppCompat_Widget_ActionMode_Title
style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse
style TextAppearance_AppCompat_Widget_Button
style TextAppearance_AppCompat_Widget_Button_Borderless_Colored
style TextAppearance_AppCompat_Widget_Button_Colored
style TextAppearance_AppCompat_Widget_Button_Inverse
style TextAppearance_AppCompat_Widget_DropDownItem
style TextAppearance_AppCompat_Widget_PopupMenu_Header
style TextAppearance_AppCompat_Widget_PopupMenu_Large
style TextAppearance_AppCompat_Widget_PopupMenu_Small
style TextAppearance_AppCompat_Widget_Switch
style TextAppearance_AppCompat_Widget_TextView_SpinnerItem
style TextAppearance_Compat_Notification
style TextAppearance_Compat_Notification_Info
style TextAppearance_Compat_Notification_Line2
style TextAppearance_Compat_Notification_Time
style TextAppearance_Compat_Notification_Title
style TextAppearance_Widget_AppCompat_ExpandedMenu_Item
style TextAppearance_Widget_AppCompat_Toolbar_Subtitle
style TextAppearance_Widget_AppCompat_Toolbar_Title
style ThemeOverlay_AppCompat
style ThemeOverlay_AppCompat_ActionBar
style ThemeOverlay_AppCompat_Dark
style ThemeOverlay_AppCompat_Dark_ActionBar
style ThemeOverlay_AppCompat_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 PopupWindow android_popupAnimationStyle android_popupBackground overlapAnchor
styleable PopupWindowBackgroundState state_above_anchor
styleable QmToolTipLayout
styleable QmToolTipOverlay overlay_bgColor overlay_borderColor overlay_borderWidth overlay_radius
styleable QmTopBar bg_color left_back_drawable_id left_text left_text_color left_text_size need_separator right_drawable_id right_text right_text_background right_text_color right_text_size separator_color separator_height title_color title_text title_text_size
styleable RecycleListView paddingBottomNoButtons paddingTopNoTitle
styleable RecyclerView android_descendantFocusability android_orientation fastScrollEnabled fastScrollHorizontalThumbDrawable fastScrollHorizontalTrackDrawable fastScrollVerticalThumbDrawable fastScrollVerticalTrackDrawable layoutManager reverseLayout spanCount stackFromEnd
styleable SearchView android_focusable android_imeOptions android_inputType android_maxWidth closeIcon commitIcon defaultQueryHint goIcon iconifiedByDefault layout queryBackground queryHint searchHintIcon searchIcon submitBackground suggestionRowLayout voiceIcon
styleable SectionItemView type
styleable SpinKitView SpinKit_Color SpinKit_Style
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
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 SpinKitViewStyle 0x7f040001
int attr SpinKit_Color 0x7f040002
int attr SpinKit_Style 0x7f040003
int attr actionBarDivider 0x7f040004
int attr actionBarItemBackground 0x7f040005
int attr actionBarPopupTheme 0x7f040006
int attr actionBarSize 0x7f040007
int attr actionBarSplitStyle 0x7f040008
int attr actionBarStyle 0x7f040009
int attr actionBarTabBarStyle 0x7f04000a
int attr actionBarTabStyle 0x7f04000b
int attr actionBarTabTextStyle 0x7f04000c
int attr actionBarTheme 0x7f04000d
int attr actionBarWidgetTheme 0x7f04000e
int attr actionButtonStyle 0x7f04000f
int attr actionDropDownStyle 0x7f040010
int attr actionLayout 0x7f040011
int attr actionMenuTextAppearance 0x7f040012
int attr actionMenuTextColor 0x7f040013
int attr actionModeBackground 0x7f040014
int attr actionModeCloseButtonStyle 0x7f040015
int attr actionModeCloseDrawable 0x7f040016
int attr actionModeCopyDrawable 0x7f040017
int attr actionModeCutDrawable 0x7f040018
int attr actionModeFindDrawable 0x7f040019
int attr actionModePasteDrawable 0x7f04001a
int attr actionModePopupWindowStyle 0x7f04001b
int attr actionModeSelectAllDrawable 0x7f04001c
int attr actionModeShareDrawable 0x7f04001d
int attr actionModeSplitBackground 0x7f04001e
int attr actionModeStyle 0x7f04001f
int attr actionModeWebSearchDrawable 0x7f040020
int attr actionOverflowButtonStyle 0x7f040021
int attr actionOverflowMenuStyle 0x7f040022
int attr actionProviderClass 0x7f040023
int attr actionViewClass 0x7f040024
int attr activityChooserViewStyle 0x7f040025
int attr alertDialogButtonGroupStyle 0x7f040026
int attr alertDialogCenterButtons 0x7f040027
int attr alertDialogStyle 0x7f040028
int attr alertDialogTheme 0x7f040029
int attr allowStacking 0x7f04002a
int attr alpha 0x7f04002b
int attr alphabeticModifiers 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 backgroundSplit 0x7f040036
int attr backgroundStacked 0x7f040037
int attr backgroundTint 0x7f040038
int attr backgroundTintMode 0x7f040039
int attr barLength 0x7f04003a
int attr bg_color 0x7f04003b
int attr borderlessButtonStyle 0x7f04003c
int attr buttonBarButtonStyle 0x7f04003d
int attr buttonBarNegativeButtonStyle 0x7f04003e
int attr buttonBarNeutralButtonStyle 0x7f04003f
int attr buttonBarPositiveButtonStyle 0x7f040040
int attr buttonBarStyle 0x7f040041
int attr buttonCompat 0x7f040042
int attr buttonGravity 0x7f040043
int attr buttonIconDimen 0x7f040044
int attr buttonPanelSideLayout 0x7f040045
int attr buttonStyle 0x7f040046
int attr buttonStyleSmall 0x7f040047
int attr buttonTint 0x7f040048
int attr buttonTintMode 0x7f040049
int attr checkboxStyle 0x7f04004a
int attr checkedTextViewStyle 0x7f04004b
int attr closeIcon 0x7f04004c
int attr closeItemLayout 0x7f04004d
int attr collapseContentDescription 0x7f04004e
int attr collapseIcon 0x7f04004f
int attr color 0x7f040050
int attr colorAccent 0x7f040051
int attr colorBackgroundFloating 0x7f040052
int attr colorButtonNormal 0x7f040053
int attr colorControlActivated 0x7f040054
int attr colorControlHighlight 0x7f040055
int attr colorControlNormal 0x7f040056
int attr colorError 0x7f040057
int attr colorPrimary 0x7f040058
int attr colorPrimaryDark 0x7f040059
int attr colorSwitchThumbNormal 0x7f04005a
int attr commitIcon 0x7f04005b
int attr contentDescription 0x7f04005c
int attr contentInsetEnd 0x7f04005d
int attr contentInsetEndWithActions 0x7f04005e
int attr contentInsetLeft 0x7f04005f
int attr contentInsetRight 0x7f040060
int attr contentInsetStart 0x7f040061
int attr contentInsetStartWithNavigation 0x7f040062
int attr controlBackground 0x7f040063
int attr coordinatorLayoutStyle 0x7f040064
int attr customNavigationLayout 0x7f040065
int attr defaultQueryHint 0x7f040066
int attr dialogCornerRadius 0x7f040067
int attr dialogPreferredPadding 0x7f040068
int attr dialogTheme 0x7f040069
int attr displayOptions 0x7f04006a
int attr divider 0x7f04006b
int attr dividerHorizontal 0x7f04006c
int attr dividerPadding 0x7f04006d
int attr dividerVertical 0x7f04006e
int attr drawableBottomCompat 0x7f04006f
int attr drawableEndCompat 0x7f040070
int attr drawableLeftCompat 0x7f040071
int attr drawableRightCompat 0x7f040072
int attr drawableSize 0x7f040073
int attr drawableStartCompat 0x7f040074
int attr drawableTint 0x7f040075
int attr drawableTintMode 0x7f040076
int attr drawableTopCompat 0x7f040077
int attr drawerArrowStyle 0x7f040078
int attr dropDownListViewStyle 0x7f040079
int attr dropdownListPreferredItemHeight 0x7f04007a
int attr editTextBackground 0x7f04007b
int attr editTextColor 0x7f04007c
int attr editTextStyle 0x7f04007d
int attr elevation 0x7f04007e
int attr expandActivityOverflowButtonDrawable 0x7f04007f
int attr fastScrollEnabled 0x7f040080
int attr fastScrollHorizontalThumbDrawable 0x7f040081
int attr fastScrollHorizontalTrackDrawable 0x7f040082
int attr fastScrollVerticalThumbDrawable 0x7f040083
int attr fastScrollVerticalTrackDrawable 0x7f040084
int attr firstBaselineToTopHeight 0x7f040085
int attr font 0x7f040086
int attr fontFamily 0x7f040087
int attr fontProviderAuthority 0x7f040088
int attr fontProviderCerts 0x7f040089
int attr fontProviderFetchStrategy 0x7f04008a
int attr fontProviderFetchTimeout 0x7f04008b
int attr fontProviderPackage 0x7f04008c
int attr fontProviderQuery 0x7f04008d
int attr fontStyle 0x7f04008e
int attr fontVariationSettings 0x7f04008f
int attr fontWeight 0x7f040090
int attr gapBetweenBars 0x7f040091
int attr goIcon 0x7f040092
int attr height 0x7f040093
int attr hideOnContentScroll 0x7f040094
int attr homeAsUpIndicator 0x7f040095
int attr homeLayout 0x7f040096
int attr icon 0x7f040097
int attr iconTint 0x7f040098
int attr iconTintMode 0x7f040099
int attr iconifiedByDefault 0x7f04009a
int attr imageButtonStyle 0x7f04009b
int attr indeterminateProgressStyle 0x7f04009c
int attr initialActivityCount 0x7f04009d
int attr isLightTheme 0x7f04009e
int attr itemPadding 0x7f04009f
int attr keylines 0x7f0400a0
int attr lastBaselineToBottomHeight 0x7f0400a1
int attr layout 0x7f0400a2
int attr layoutManager 0x7f0400a3
int attr layout_anchor 0x7f0400a4
int attr layout_anchorGravity 0x7f0400a5
int attr layout_behavior 0x7f0400a6
int attr layout_dodgeInsetEdges 0x7f0400a7
int attr layout_insetEdge 0x7f0400a8
int attr layout_keyline 0x7f0400a9
int attr left_back_drawable_id 0x7f0400aa
int attr left_text 0x7f0400ab
int attr left_text_color 0x7f0400ac
int attr left_text_size 0x7f0400ad
int attr lineHeight 0x7f0400ae
int attr listChoiceBackgroundIndicator 0x7f0400af
int attr listChoiceIndicatorMultipleAnimated 0x7f0400b0
int attr listChoiceIndicatorSingleAnimated 0x7f0400b1
int attr listDividerAlertDialog 0x7f0400b2
int attr listItemLayout 0x7f0400b3
int attr listLayout 0x7f0400b4
int attr listMenuViewStyle 0x7f0400b5
int attr listPopupWindowStyle 0x7f0400b6
int attr listPreferredItemHeight 0x7f0400b7
int attr listPreferredItemHeightLarge 0x7f0400b8
int attr listPreferredItemHeightSmall 0x7f0400b9
int attr listPreferredItemPaddingEnd 0x7f0400ba
int attr listPreferredItemPaddingLeft 0x7f0400bb
int attr listPreferredItemPaddingRight 0x7f0400bc
int attr listPreferredItemPaddingStart 0x7f0400bd
int attr logo 0x7f0400be
int attr logoDescription 0x7f0400bf
int attr maxButtonHeight 0x7f0400c0
int attr measureWithLargestChild 0x7f0400c1
int attr menu 0x7f0400c2
int attr multiChoiceItemLayout 0x7f0400c3
int attr navigationContentDescription 0x7f0400c4
int attr navigationIcon 0x7f0400c5
int attr navigationMode 0x7f0400c6
int attr need_separator 0x7f0400c7
int attr numericModifiers 0x7f0400c8
int attr overlapAnchor 0x7f0400c9
int attr overlay_bgColor 0x7f0400ca
int attr overlay_borderColor 0x7f0400cb
int attr overlay_borderWidth 0x7f0400cc
int attr overlay_radius 0x7f0400cd
int attr paddingBottomNoButtons 0x7f0400ce
int attr paddingEnd 0x7f0400cf
int attr paddingStart 0x7f0400d0
int attr paddingTopNoTitle 0x7f0400d1
int attr panelBackground 0x7f0400d2
int attr panelMenuListTheme 0x7f0400d3
int attr panelMenuListWidth 0x7f0400d4
int attr popupMenuStyle 0x7f0400d5
int attr popupTheme 0x7f0400d6
int attr popupWindowStyle 0x7f0400d7
int attr preserveIconSpacing 0x7f0400d8
int attr progressBarPadding 0x7f0400d9
int attr progressBarStyle 0x7f0400da
int attr queryBackground 0x7f0400db
int attr queryHint 0x7f0400dc
int attr radioButtonStyle 0x7f0400dd
int attr ratingBarStyle 0x7f0400de
int attr ratingBarStyleIndicator 0x7f0400df
int attr ratingBarStyleSmall 0x7f0400e0
int attr reverseLayout 0x7f0400e1
int attr right_drawable_id 0x7f0400e2
int attr right_text 0x7f0400e3
int attr right_text_background 0x7f0400e4
int attr right_text_color 0x7f0400e5
int attr right_text_size 0x7f0400e6
int attr searchHintIcon 0x7f0400e7
int attr searchIcon 0x7f0400e8
int attr searchViewStyle 0x7f0400e9
int attr seekBarStyle 0x7f0400ea
int attr selectableItemBackground 0x7f0400eb
int attr selectableItemBackgroundBorderless 0x7f0400ec
int attr separator_color 0x7f0400ed
int attr separator_height 0x7f0400ee
int attr showAsAction 0x7f0400ef
int attr showDividers 0x7f0400f0
int attr showText 0x7f0400f1
int attr showTitle 0x7f0400f2
int attr singleChoiceItemLayout 0x7f0400f3
int attr spanCount 0x7f0400f4
int attr spinBars 0x7f0400f5
int attr spinnerDropDownItemStyle 0x7f0400f6
int attr spinnerStyle 0x7f0400f7
int attr splitTrack 0x7f0400f8
int attr srcCompat 0x7f0400f9
int attr stackFromEnd 0x7f0400fa
int attr state_above_anchor 0x7f0400fb
int attr statusBarBackground 0x7f0400fc
int attr subMenuArrow 0x7f0400fd
int attr submitBackground 0x7f0400fe
int attr subtitle 0x7f0400ff
int attr subtitleTextAppearance 0x7f040100
int attr subtitleTextColor 0x7f040101
int attr subtitleTextStyle 0x7f040102
int attr suggestionRowLayout 0x7f040103
int attr switchMinWidth 0x7f040104
int attr switchPadding 0x7f040105
int attr switchStyle 0x7f040106
int attr switchTextAppearance 0x7f040107
int attr textAllCaps 0x7f040108
int attr textAppearanceLargePopupMenu 0x7f040109
int attr textAppearanceListItem 0x7f04010a
int attr textAppearanceListItemSecondary 0x7f04010b
int attr textAppearanceListItemSmall 0x7f04010c
int attr textAppearancePopupMenuHeader 0x7f04010d
int attr textAppearanceSearchResultSubtitle 0x7f04010e
int attr textAppearanceSearchResultTitle 0x7f04010f
int attr textAppearanceSmallPopupMenu 0x7f040110
int attr textColorAlertDialogListItem 0x7f040111
int attr textColorSearchUrl 0x7f040112
int attr textLocale 0x7f040113
int attr theme 0x7f040114
int attr thickness 0x7f040115
int attr thumbTextPadding 0x7f040116
int attr thumbTint 0x7f040117
int attr thumbTintMode 0x7f040118
int attr tickMark 0x7f040119
int attr tickMarkTint 0x7f04011a
int attr tickMarkTintMode 0x7f04011b
int attr tint 0x7f04011c
int attr tintMode 0x7f04011d
int attr title 0x7f04011e
int attr titleMargin 0x7f04011f
int attr titleMarginBottom 0x7f040120
int attr titleMarginEnd 0x7f040121
int attr titleMarginStart 0x7f040122
int attr titleMarginTop 0x7f040123
int attr titleMargins 0x7f040124
int attr titleTextAppearance 0x7f040125
int attr titleTextColor 0x7f040126
int attr titleTextStyle 0x7f040127
int attr title_color 0x7f040128
int attr title_text 0x7f040129
int attr title_text_size 0x7f04012a
int attr toolbarNavigationButtonStyle 0x7f04012b
int attr toolbarStyle 0x7f04012c
int attr tooltipForegroundColor 0x7f04012d
int attr tooltipFrameBackground 0x7f04012e
int attr tooltipText 0x7f04012f
int attr track 0x7f040130
int attr trackTint 0x7f040131
int attr trackTintMode 0x7f040132
int attr ttcIndex 0x7f040133
int attr type 0x7f040134
int attr viewInflaterClass 0x7f040135
int attr voiceIcon 0x7f040136
int attr windowActionBar 0x7f040137
int attr windowActionBarOverlay 0x7f040138
int attr windowActionModeOverlay 0x7f040139
int attr windowFixedHeightMajor 0x7f04013a
int attr windowFixedHeightMinor 0x7f04013b
int attr windowFixedWidthMajor 0x7f04013c
int attr windowFixedWidthMinor 0x7f04013d
int attr windowMinWidthMajor 0x7f04013e
int attr windowMinWidthMinor 0x7f04013f
int attr windowNoTitle 0x7f040140
int bool abc_action_bar_embed_tabs 0x7f050001
int bool abc_allow_stacked_button_bar 0x7f050002
int bool abc_config_actionMenuItemAllCaps 0x7f050003
int color QmTopBar_color_000000 0x7f060001
int color QmTopBar_color_3333333 0x7f060002
int color QmTopBar_color_999999 0x7f060003
int color QmTopBar_color_FFFFFFF 0x7f060004
int color abc_background_cache_hint_selector_material_dark 0x7f060005
int color abc_background_cache_hint_selector_material_light 0x7f060006
int color abc_btn_colored_borderless_text_material 0x7f060007
int color abc_btn_colored_text_material 0x7f060008
int color abc_color_highlight_material 0x7f060009
int color abc_hint_foreground_material_dark 0x7f06000a
int color abc_hint_foreground_material_light 0x7f06000b
int color abc_input_method_navigation_guard 0x7f06000c
int color abc_primary_text_disable_only_material_dark 0x7f06000d
int color abc_primary_text_disable_only_material_light 0x7f06000e
int color abc_primary_text_material_dark 0x7f06000f
int color abc_primary_text_material_light 0x7f060010
int color abc_search_url_text 0x7f060011
int color abc_search_url_text_normal 0x7f060012
int color abc_search_url_text_pressed 0x7f060013
int color abc_search_url_text_selected 0x7f060014
int color abc_secondary_text_material_dark 0x7f060015
int color abc_secondary_text_material_light 0x7f060016
int color abc_tint_btn_checkable 0x7f060017
int color abc_tint_default 0x7f060018
int color abc_tint_edittext 0x7f060019
int color abc_tint_seek_thumb 0x7f06001a
int color abc_tint_spinner 0x7f06001b
int color abc_tint_switch_track 0x7f06001c
int color accent_material_dark 0x7f06001d
int color accent_material_light 0x7f06001e
int color background_floating_material_dark 0x7f06001f
int color background_floating_material_light 0x7f060020
int color background_material_dark 0x7f060021
int color background_material_light 0x7f060022
int color bright_foreground_disabled_material_dark 0x7f060023
int color bright_foreground_disabled_material_light 0x7f060024
int color bright_foreground_inverse_material_dark 0x7f060025
int color bright_foreground_inverse_material_light 0x7f060026
int color bright_foreground_material_dark 0x7f060027
int color bright_foreground_material_light 0x7f060028
int color button_material_dark 0x7f060029
int color button_material_light 0x7f06002a
int color color_222222 0x7f06002b
int color color_777777 0x7f06002c
int color dim_foreground_disabled_material_dark 0x7f06002d
int color dim_foreground_disabled_material_light 0x7f06002e
int color dim_foreground_material_dark 0x7f06002f
int color dim_foreground_material_light 0x7f060030
int color error_color_material_dark 0x7f060031
int color error_color_material_light 0x7f060032
int color foreground_material_dark 0x7f060033
int color foreground_material_light 0x7f060034
int color highlighted_text_material_dark 0x7f060035
int color highlighted_text_material_light 0x7f060036
int color material_blue_grey_800 0x7f060037
int color material_blue_grey_900 0x7f060038
int color material_blue_grey_950 0x7f060039
int color material_deep_teal_200 0x7f06003a
int color material_deep_teal_500 0x7f06003b
int color material_grey_100 0x7f06003c
int color material_grey_300 0x7f06003d
int color material_grey_50 0x7f06003e
int color material_grey_600 0x7f06003f
int color material_grey_800 0x7f060040
int color material_grey_850 0x7f060041
int color material_grey_900 0x7f060042
int color notification_action_color_filter 0x7f060043
int color notification_icon_bg_color 0x7f060044
int color primary_dark_material_dark 0x7f060045
int color primary_dark_material_light 0x7f060046
int color primary_material_dark 0x7f060047
int color primary_material_light 0x7f060048
int color primary_text_default_material_dark 0x7f060049
int color primary_text_default_material_light 0x7f06004a
int color primary_text_disabled_material_dark 0x7f06004b
int color primary_text_disabled_material_light 0x7f06004c
int color ripple_material_dark 0x7f06004d
int color ripple_material_light 0x7f06004e
int color secondary_text_default_material_dark 0x7f06004f
int color secondary_text_default_material_light 0x7f060050
int color secondary_text_disabled_material_dark 0x7f060051
int color secondary_text_disabled_material_light 0x7f060052
int color segment_divider_dark 0x7f060053
int color switch_thumb_disabled_material_dark 0x7f060054
int color switch_thumb_disabled_material_light 0x7f060055
int color switch_thumb_material_dark 0x7f060056
int color switch_thumb_material_light 0x7f060057
int color switch_thumb_normal_material_dark 0x7f060058
int color switch_thumb_normal_material_light 0x7f060059
int color tooltip_background_dark 0x7f06005a
int color tooltip_background_light 0x7f06005b
int color transparent 0x7f06005c
int dimen QmTopBar_dp_16 0x7f070001
int dimen QmTopBar_dp_18 0x7f070002
int dimen QmTopBar_sp_12 0x7f070003
int dimen abc_action_bar_content_inset_material 0x7f070004
int dimen abc_action_bar_content_inset_with_nav 0x7f070005
int dimen abc_action_bar_default_height_material 0x7f070006
int dimen abc_action_bar_default_padding_end_material 0x7f070007
int dimen abc_action_bar_default_padding_start_material 0x7f070008
int dimen abc_action_bar_elevation_material 0x7f070009
int dimen abc_action_bar_icon_vertical_padding_material 0x7f07000a
int dimen abc_action_bar_overflow_padding_end_material 0x7f07000b
int dimen abc_action_bar_overflow_padding_start_material 0x7f07000c
int dimen abc_action_bar_stacked_max_height 0x7f07000d
int dimen abc_action_bar_stacked_tab_max_width 0x7f07000e
int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f07000f
int dimen abc_action_bar_subtitle_top_margin_material 0x7f070010
int dimen abc_action_button_min_height_material 0x7f070011
int dimen abc_action_button_min_width_material 0x7f070012
int dimen abc_action_button_min_width_overflow_material 0x7f070013
int dimen abc_alert_dialog_button_bar_height 0x7f070014
int dimen abc_alert_dialog_button_dimen 0x7f070015
int dimen abc_button_inset_horizontal_material 0x7f070016
int dimen abc_button_inset_vertical_material 0x7f070017
int dimen abc_button_padding_horizontal_material 0x7f070018
int dimen abc_button_padding_vertical_material 0x7f070019
int dimen abc_cascading_menus_min_smallest_width 0x7f07001a
int dimen abc_config_prefDialogWidth 0x7f07001b
int dimen abc_control_corner_material 0x7f07001c
int dimen abc_control_inset_material 0x7f07001d
int dimen abc_control_padding_material 0x7f07001e
int dimen abc_dialog_corner_radius_material 0x7f07001f
int dimen abc_dialog_fixed_height_major 0x7f070020
int dimen abc_dialog_fixed_height_minor 0x7f070021
int dimen abc_dialog_fixed_width_major 0x7f070022
int dimen abc_dialog_fixed_width_minor 0x7f070023
int dimen abc_dialog_list_padding_bottom_no_buttons 0x7f070024
int dimen abc_dialog_list_padding_top_no_title 0x7f070025
int dimen abc_dialog_min_width_major 0x7f070026
int dimen abc_dialog_min_width_minor 0x7f070027
int dimen abc_dialog_padding_material 0x7f070028
int dimen abc_dialog_padding_top_material 0x7f070029
int dimen abc_dialog_title_divider_material 0x7f07002a
int dimen abc_disabled_alpha_material_dark 0x7f07002b
int dimen abc_disabled_alpha_material_light 0x7f07002c
int dimen abc_dropdownitem_icon_width 0x7f07002d
int dimen abc_dropdownitem_text_padding_left 0x7f07002e
int dimen abc_dropdownitem_text_padding_right 0x7f07002f
int dimen abc_edit_text_inset_bottom_material 0x7f070030
int dimen abc_edit_text_inset_horizontal_material 0x7f070031
int dimen abc_edit_text_inset_top_material 0x7f070032
int dimen abc_floating_window_z 0x7f070033
int dimen abc_list_item_height_large_material 0x7f070034
int dimen abc_list_item_height_material 0x7f070035
int dimen abc_list_item_height_small_material 0x7f070036
int dimen abc_list_item_padding_horizontal_material 0x7f070037
int dimen abc_panel_menu_list_width 0x7f070038
int dimen abc_progress_bar_height_material 0x7f070039
int dimen abc_search_view_preferred_height 0x7f07003a
int dimen abc_search_view_preferred_width 0x7f07003b
int dimen abc_seekbar_track_background_height_material 0x7f07003c
int dimen abc_seekbar_track_progress_height_material 0x7f07003d
int dimen abc_select_dialog_padding_start_material 0x7f07003e
int dimen abc_switch_padding 0x7f07003f
int dimen abc_text_size_body_1_material 0x7f070040
int dimen abc_text_size_body_2_material 0x7f070041
int dimen abc_text_size_button_material 0x7f070042
int dimen abc_text_size_caption_material 0x7f070043
int dimen abc_text_size_display_1_material 0x7f070044
int dimen abc_text_size_display_2_material 0x7f070045
int dimen abc_text_size_display_3_material 0x7f070046
int dimen abc_text_size_display_4_material 0x7f070047
int dimen abc_text_size_headline_material 0x7f070048
int dimen abc_text_size_large_material 0x7f070049
int dimen abc_text_size_medium_material 0x7f07004a
int dimen abc_text_size_menu_header_material 0x7f07004b
int dimen abc_text_size_menu_material 0x7f07004c
int dimen abc_text_size_small_material 0x7f07004d
int dimen abc_text_size_subhead_material 0x7f07004e
int dimen abc_text_size_subtitle_material_toolbar 0x7f07004f
int dimen abc_text_size_title_material 0x7f070050
int dimen abc_text_size_title_material_toolbar 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 fastscroll_default_thickness 0x7f07005b
int dimen fastscroll_margin 0x7f07005c
int dimen fastscroll_minimum_range 0x7f07005d
int dimen highlight_alpha_material_colored 0x7f07005e
int dimen highlight_alpha_material_dark 0x7f07005f
int dimen highlight_alpha_material_light 0x7f070060
int dimen hint_alpha_material_dark 0x7f070061
int dimen hint_alpha_material_light 0x7f070062
int dimen hint_pressed_alpha_material_dark 0x7f070063
int dimen hint_pressed_alpha_material_light 0x7f070064
int dimen item_touch_helper_max_drag_scroll_per_frame 0x7f070065
int dimen item_touch_helper_swipe_escape_max_velocity 0x7f070066
int dimen item_touch_helper_swipe_escape_velocity 0x7f070067
int dimen notification_action_icon_size 0x7f070068
int dimen notification_action_text_size 0x7f070069
int dimen notification_big_circle_margin 0x7f07006a
int dimen notification_content_margin_start 0x7f07006b
int dimen notification_large_icon_height 0x7f07006c
int dimen notification_large_icon_width 0x7f07006d
int dimen notification_main_column_padding_top 0x7f07006e
int dimen notification_media_narrow_margin 0x7f07006f
int dimen notification_right_icon_size 0x7f070070
int dimen notification_right_side_padding_top 0x7f070071
int dimen notification_small_icon_background_padding 0x7f070072
int dimen notification_small_icon_size_as_large 0x7f070073
int dimen notification_subtext_size 0x7f070074
int dimen notification_top_pad 0x7f070075
int dimen notification_top_pad_large_text 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 btn_shape 0x7f08005f
int drawable notification_action_background 0x7f080060
int drawable notification_bg 0x7f080061
int drawable notification_bg_low 0x7f080062
int drawable notification_bg_low_normal 0x7f080063
int drawable notification_bg_low_pressed 0x7f080064
int drawable notification_bg_normal 0x7f080065
int drawable notification_bg_normal_pressed 0x7f080066
int drawable notification_icon_background 0x7f080067
int drawable notification_template_icon_bg 0x7f080068
int drawable notification_template_icon_low_bg 0x7f080069
int drawable notification_tile_bg 0x7f08006a
int drawable notify_panel_notification_icon_bg 0x7f08006b
int drawable segment_bg_msg_bubble 0x7f08006c
int drawable segment_bottom_shadow 0x7f08006d
int drawable shape_alert_bg 0x7f08006e
int drawable shape_alert_cancel 0x7f08006f
int drawable shape_alert_confirm 0x7f080070
int drawable shape_toast 0x7f080071
int drawable titlebar_back 0x7f080072
int drawable toast_fail 0x7f080073
int drawable toast_success 0x7f080074
int drawable tooltip_frame_dark 0x7f080075
int drawable tooltip_frame_light 0x7f080076
int id ChasingDots 0x7f0b0001
int id Circle 0x7f0b0002
int id CubeGrid 0x7f0b0003
int id DoubleBounce 0x7f0b0004
int id FadingCircle 0x7f0b0005
int id FoldingCube 0x7f0b0006
int id MultiplePulse 0x7f0b0007
int id MultiplePulseRing 0x7f0b0008
int id Pulse 0x7f0b0009
int id PulseRing 0x7f0b000a
int id RotatingCircle 0x7f0b000b
int id RotatingPlane 0x7f0b000c
int id ThreeBounce 0x7f0b000d
int id WanderingCubes 0x7f0b000e
int id Wave 0x7f0b000f
int id accessibility_action_clickable_span 0x7f0b0010
int id accessibility_custom_action_0 0x7f0b0011
int id accessibility_custom_action_1 0x7f0b0012
int id accessibility_custom_action_10 0x7f0b0013
int id accessibility_custom_action_11 0x7f0b0014
int id accessibility_custom_action_12 0x7f0b0015
int id accessibility_custom_action_13 0x7f0b0016
int id accessibility_custom_action_14 0x7f0b0017
int id accessibility_custom_action_15 0x7f0b0018
int id accessibility_custom_action_16 0x7f0b0019
int id accessibility_custom_action_17 0x7f0b001a
int id accessibility_custom_action_18 0x7f0b001b
int id accessibility_custom_action_19 0x7f0b001c
int id accessibility_custom_action_2 0x7f0b001d
int id accessibility_custom_action_20 0x7f0b001e
int id accessibility_custom_action_21 0x7f0b001f
int id accessibility_custom_action_22 0x7f0b0020
int id accessibility_custom_action_23 0x7f0b0021
int id accessibility_custom_action_24 0x7f0b0022
int id accessibility_custom_action_25 0x7f0b0023
int id accessibility_custom_action_26 0x7f0b0024
int id accessibility_custom_action_27 0x7f0b0025
int id accessibility_custom_action_28 0x7f0b0026
int id accessibility_custom_action_29 0x7f0b0027
int id accessibility_custom_action_3 0x7f0b0028
int id accessibility_custom_action_30 0x7f0b0029
int id accessibility_custom_action_31 0x7f0b002a
int id accessibility_custom_action_4 0x7f0b002b
int id accessibility_custom_action_5 0x7f0b002c
int id accessibility_custom_action_6 0x7f0b002d
int id accessibility_custom_action_7 0x7f0b002e
int id accessibility_custom_action_8 0x7f0b002f
int id accessibility_custom_action_9 0x7f0b0030
int id action_bar 0x7f0b0031
int id action_bar_activity_content 0x7f0b0032
int id action_bar_container 0x7f0b0033
int id action_bar_root 0x7f0b0034
int id action_bar_spinner 0x7f0b0035
int id action_bar_subtitle 0x7f0b0036
int id action_bar_title 0x7f0b0037
int id action_container 0x7f0b0038
int id action_context_bar 0x7f0b0039
int id action_divider 0x7f0b003a
int id action_image 0x7f0b003b
int id action_menu_divider 0x7f0b003c
int id action_menu_presenter 0x7f0b003d
int id action_mode_bar 0x7f0b003e
int id action_mode_bar_stub 0x7f0b003f
int id action_mode_close_button 0x7f0b0040
int id action_text 0x7f0b0041
int id actions 0x7f0b0042
int id activity_chooser_view_content 0x7f0b0043
int id add 0x7f0b0044
int id alertTitle 0x7f0b0045
int id alert_cancel 0x7f0b0046
int id alert_confirm 0x7f0b0047
int id alert_subtitle 0x7f0b0048
int id alert_title 0x7f0b0049
int id arrow 0x7f0b004a
int id async 0x7f0b004b
int id blocking 0x7f0b004c
int id bottom 0x7f0b004d
int id buttonPanel 0x7f0b004e
int id check 0x7f0b004f
int id checkbox 0x7f0b0050
int id checked 0x7f0b0051
int id chronometer 0x7f0b0052
int id content 0x7f0b0053
int id contentPanel 0x7f0b0054
int id custom 0x7f0b0055
int id customPanel 0x7f0b0056
int id decor_content_parent 0x7f0b0057
int id default_activity_button 0x7f0b0058
int id dialog_button 0x7f0b0059
int id edit_query 0x7f0b005a
int id end 0x7f0b005b
int id expand_activities_button 0x7f0b005c
int id expanded_menu 0x7f0b005d
int id forever 0x7f0b005e
int id group_divider 0x7f0b005f
int id home 0x7f0b0060
int id icon 0x7f0b0061
int id icon_group 0x7f0b0062
int id image 0x7f0b0063
int id info 0x7f0b0064
int id italic 0x7f0b0065
int id item_touch_helper_previous_elevation 0x7f0b0066
int id left 0x7f0b0067
int id line1 0x7f0b0068
int id line3 0x7f0b0069
int id listMode 0x7f0b006a
int id list_item 0x7f0b006b
int id llToast 0x7f0b006c
int id message 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 parentPanel 0x7f0b0076
int id progress_circular 0x7f0b0077
int id progress_horizontal 0x7f0b0078
int id radio 0x7f0b0079
int id right 0x7f0b007a
int id right_icon 0x7f0b007b
int id right_side 0x7f0b007c
int id screen 0x7f0b007d
int id scrollIndicatorDown 0x7f0b007e
int id scrollIndicatorUp 0x7f0b007f
int id scrollView 0x7f0b0080
int id search_badge 0x7f0b0081
int id search_bar 0x7f0b0082
int id search_button 0x7f0b0083
int id search_close_btn 0x7f0b0084
int id search_edit_frame 0x7f0b0085
int id search_go_btn 0x7f0b0086
int id search_mag_icon 0x7f0b0087
int id search_plate 0x7f0b0088
int id search_src_text 0x7f0b0089
int id search_voice_btn 0x7f0b008a
int id select_dialog_listview 0x7f0b008b
int id shortcut 0x7f0b008c
int id spacer 0x7f0b008d
int id spin_kit 0x7f0b008e
int id split_action_bar 0x7f0b008f
int id src_atop 0x7f0b0090
int id src_in 0x7f0b0091
int id src_over 0x7f0b0092
int id start 0x7f0b0093
int id submenuarrow 0x7f0b0094
int id submit_area 0x7f0b0095
int id tabMode 0x7f0b0096
int id tag_accessibility_actions 0x7f0b0097
int id tag_accessibility_clickable_spans 0x7f0b0098
int id tag_accessibility_heading 0x7f0b0099
int id tag_accessibility_pane_title 0x7f0b009a
int id tag_screen_reader_focusable 0x7f0b009b
int id tag_transition_group 0x7f0b009c
int id tag_unhandled_key_event_manager 0x7f0b009d
int id tag_unhandled_key_listeners 0x7f0b009e
int id text 0x7f0b009f
int id text2 0x7f0b00a0
int id textSpacerNoButtons 0x7f0b00a1
int id textSpacerNoTitle 0x7f0b00a2
int id time 0x7f0b00a3
int id title 0x7f0b00a4
int id titleDividerNoCustom 0x7f0b00a5
int id title_template 0x7f0b00a6
int id toastIcon 0x7f0b00a7
int id toastMsg 0x7f0b00a8
int id top 0x7f0b00a9
int id topPanel 0x7f0b00aa
int id unchecked 0x7f0b00ab
int id uniform 0x7f0b00ac
int id up 0x7f0b00ad
int id wrap_content 0x7f0b00ae
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 custometoast 0x7f0e001e
int layout loading 0x7f0e001f
int layout notification_action 0x7f0e0020
int layout notification_action_tombstone 0x7f0e0021
int layout notification_template_custom_big 0x7f0e0022
int layout notification_template_icon_group 0x7f0e0023
int layout notification_template_part_chronometer 0x7f0e0024
int layout notification_template_part_time 0x7f0e0025
int layout qm_alert_content 0x7f0e0026
int layout section_itemview 0x7f0e0027
int layout select_dialog_item_material 0x7f0e0028
int layout select_dialog_multichoice_material 0x7f0e0029
int layout select_dialog_singlechoice_material 0x7f0e002a
int layout support_simple_spinner_dropdown_item 0x7f0e002b
int string QmTopBar_app_name 0x7f140001
int string abc_action_bar_home_description 0x7f140002
int string abc_action_bar_up_description 0x7f140003
int string abc_action_menu_overflow_description 0x7f140004
int string abc_action_mode_done 0x7f140005
int string abc_activity_chooser_view_see_all 0x7f140006
int string abc_activitychooserview_choose_application 0x7f140007
int string abc_capital_off 0x7f140008
int string abc_capital_on 0x7f140009
int string abc_font_family_body_1_material 0x7f14000a
int string abc_font_family_body_2_material 0x7f14000b
int string abc_font_family_button_material 0x7f14000c
int string abc_font_family_caption_material 0x7f14000d
int string abc_font_family_display_1_material 0x7f14000e
int string abc_font_family_display_2_material 0x7f14000f
int string abc_font_family_display_3_material 0x7f140010
int string abc_font_family_display_4_material 0x7f140011
int string abc_font_family_headline_material 0x7f140012
int string abc_font_family_menu_material 0x7f140013
int string abc_font_family_subhead_material 0x7f140014
int string abc_font_family_title_material 0x7f140015
int string abc_menu_alt_shortcut_label 0x7f140016
int string abc_menu_ctrl_shortcut_label 0x7f140017
int string abc_menu_delete_shortcut_label 0x7f140018
int string abc_menu_enter_shortcut_label 0x7f140019
int string abc_menu_function_shortcut_label 0x7f14001a
int string abc_menu_meta_shortcut_label 0x7f14001b
int string abc_menu_shift_shortcut_label 0x7f14001c
int string abc_menu_space_shortcut_label 0x7f14001d
int string abc_menu_sym_shortcut_label 0x7f14001e
int string abc_prepend_shortcut_label 0x7f14001f
int string abc_search_hint 0x7f140020
int string abc_searchview_description_clear 0x7f140021
int string abc_searchview_description_query 0x7f140022
int string abc_searchview_description_search 0x7f140023
int string abc_searchview_description_submit 0x7f140024
int string abc_searchview_description_voice 0x7f140025
int string abc_shareactionprovider_share_with 0x7f140026
int string abc_shareactionprovider_share_with_application 0x7f140027
int string abc_toolbar_collapse_description 0x7f140028
int string app_name 0x7f140029
int string search_menu_title 0x7f14002a
int string status_bar_notification_info_overflow 0x7f14002b
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 DialogFragment 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 QmToolTipOverlayDefault 0x7f1500ad
int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f1500ae
int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f1500af
int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f1500b0
int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f1500b1
int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f1500b2
int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut 0x7f1500b3
int style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow 0x7f1500b4
int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f1500b5
int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title 0x7f1500b6
int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f1500b7
int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f1500b8
int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f1500b9
int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f1500ba
int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f1500bb
int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f1500bc
int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f1500bd
int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f1500be
int style SpinKitView 0x7f1500bf
int style SpinKitView_ChasingDots 0x7f1500c0
int style SpinKitView_Circle 0x7f1500c1
int style SpinKitView_CubeGrid 0x7f1500c2
int style SpinKitView_DoubleBounce 0x7f1500c3
int style SpinKitView_FadingCircle 0x7f1500c4
int style SpinKitView_FoldingCube 0x7f1500c5
int style SpinKitView_Large 0x7f1500c6
int style SpinKitView_Large_ChasingDots 0x7f1500c7
int style SpinKitView_Large_Circle 0x7f1500c8
int style SpinKitView_Large_CubeGrid 0x7f1500c9
int style SpinKitView_Large_DoubleBounce 0x7f1500ca
int style SpinKitView_Large_FadingCircle 0x7f1500cb
int style SpinKitView_Large_FoldingCube 0x7f1500cc
int style SpinKitView_Large_MultiplePulse 0x7f1500cd
int style SpinKitView_Large_MultiplePulseRing 0x7f1500ce
int style SpinKitView_Large_Pulse 0x7f1500cf
int style SpinKitView_Large_PulseRing 0x7f1500d0
int style SpinKitView_Large_RotatingCircle 0x7f1500d1
int style SpinKitView_Large_RotatingPlane 0x7f1500d2
int style SpinKitView_Large_ThreeBounce 0x7f1500d3
int style SpinKitView_Large_WanderingCubes 0x7f1500d4
int style SpinKitView_Large_Wave 0x7f1500d5
int style SpinKitView_MultiplePulse 0x7f1500d6
int style SpinKitView_MultiplePulseRing 0x7f1500d7
int style SpinKitView_Pulse 0x7f1500d8
int style SpinKitView_PulseRing 0x7f1500d9
int style SpinKitView_RotatingCircle 0x7f1500da
int style SpinKitView_RotatingPlane 0x7f1500db
int style SpinKitView_Small 0x7f1500dc
int style SpinKitView_Small_ChasingDots 0x7f1500dd
int style SpinKitView_Small_Circle 0x7f1500de
int style SpinKitView_Small_CubeGrid 0x7f1500df
int style SpinKitView_Small_DoubleBounce 0x7f1500e0
int style SpinKitView_Small_FadingCircle 0x7f1500e1
int style SpinKitView_Small_FoldingCube 0x7f1500e2
int style SpinKitView_Small_MultiplePulse 0x7f1500e3
int style SpinKitView_Small_MultiplePulseRing 0x7f1500e4
int style SpinKitView_Small_Pulse 0x7f1500e5
int style SpinKitView_Small_PulseRing 0x7f1500e6
int style SpinKitView_Small_RotatingCircle 0x7f1500e7
int style SpinKitView_Small_RotatingPlane 0x7f1500e8
int style SpinKitView_Small_ThreeBounce 0x7f1500e9
int style SpinKitView_Small_WanderingCubes 0x7f1500ea
int style SpinKitView_Small_Wave 0x7f1500eb
int style SpinKitView_ThreeBounce 0x7f1500ec
int style SpinKitView_WanderingCubes 0x7f1500ed
int style SpinKitView_Wave 0x7f1500ee
int style TextAppearance_AppCompat 0x7f1500ef
int style TextAppearance_AppCompat_Body1 0x7f1500f0
int style TextAppearance_AppCompat_Body2 0x7f1500f1
int style TextAppearance_AppCompat_Button 0x7f1500f2
int style TextAppearance_AppCompat_Caption 0x7f1500f3
int style TextAppearance_AppCompat_Display1 0x7f1500f4
int style TextAppearance_AppCompat_Display2 0x7f1500f5
int style TextAppearance_AppCompat_Display3 0x7f1500f6
int style TextAppearance_AppCompat_Display4 0x7f1500f7
int style TextAppearance_AppCompat_Headline 0x7f1500f8
int style TextAppearance_AppCompat_Inverse 0x7f1500f9
int style TextAppearance_AppCompat_Large 0x7f1500fa
int style TextAppearance_AppCompat_Large_Inverse 0x7f1500fb
int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f1500fc
int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f1500fd
int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f1500fe
int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f1500ff
int style TextAppearance_AppCompat_Medium 0x7f150100
int style TextAppearance_AppCompat_Medium_Inverse 0x7f150101
int style TextAppearance_AppCompat_Menu 0x7f150102
int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f150103
int style TextAppearance_AppCompat_SearchResult_Title 0x7f150104
int style TextAppearance_AppCompat_Small 0x7f150105
int style TextAppearance_AppCompat_Small_Inverse 0x7f150106
int style TextAppearance_AppCompat_Subhead 0x7f150107
int style TextAppearance_AppCompat_Subhead_Inverse 0x7f150108
int style TextAppearance_AppCompat_Title 0x7f150109
int style TextAppearance_AppCompat_Title_Inverse 0x7f15010a
int style TextAppearance_AppCompat_Tooltip 0x7f15010b
int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f15010c
int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f15010d
int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f15010e
int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f15010f
int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f150110
int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f150111
int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f150112
int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f150113
int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f150114
int style TextAppearance_AppCompat_Widget_Button 0x7f150115
int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f150116
int style TextAppearance_AppCompat_Widget_Button_Colored 0x7f150117
int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f150118
int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f150119
int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f15011a
int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f15011b
int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f15011c
int style TextAppearance_AppCompat_Widget_Switch 0x7f15011d
int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f15011e
int style TextAppearance_Compat_Notification 0x7f15011f
int style TextAppearance_Compat_Notification_Info 0x7f150120
int style TextAppearance_Compat_Notification_Line2 0x7f150121
int style TextAppearance_Compat_Notification_Time 0x7f150122
int style TextAppearance_Compat_Notification_Title 0x7f150123
int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f150124
int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f150125
int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f150126
int style ThemeOverlay_AppCompat 0x7f150127
int style ThemeOverlay_AppCompat_ActionBar 0x7f150128
int style ThemeOverlay_AppCompat_Dark 0x7f150129
int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f15012a
int style ThemeOverlay_AppCompat_DayNight 0x7f15012b
int style ThemeOverlay_AppCompat_DayNight_ActionBar 0x7f15012c
int style ThemeOverlay_AppCompat_Dialog 0x7f15012d
int style ThemeOverlay_AppCompat_Dialog_Alert 0x7f15012e
int style ThemeOverlay_AppCompat_Light 0x7f15012f
int style Theme_AppCompat 0x7f150130
int style Theme_AppCompat_CompactMenu 0x7f150131
int style Theme_AppCompat_DayNight 0x7f150132
int style Theme_AppCompat_DayNight_DarkActionBar 0x7f150133
int style Theme_AppCompat_DayNight_Dialog 0x7f150134
int style Theme_AppCompat_DayNight_DialogWhenLarge 0x7f150135
int style Theme_AppCompat_DayNight_Dialog_Alert 0x7f150136
int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x7f150137
int style Theme_AppCompat_DayNight_NoActionBar 0x7f150138
int style Theme_AppCompat_Dialog 0x7f150139
int style Theme_AppCompat_DialogWhenLarge 0x7f15013a
int style Theme_AppCompat_Dialog_Alert 0x7f15013b
int style Theme_AppCompat_Dialog_MinWidth 0x7f15013c
int style Theme_AppCompat_Light 0x7f15013d
int style Theme_AppCompat_Light_DarkActionBar 0x7f15013e
int style Theme_AppCompat_Light_Dialog 0x7f15013f
int style Theme_AppCompat_Light_DialogWhenLarge 0x7f150140
int style Theme_AppCompat_Light_Dialog_Alert 0x7f150141
int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f150142
int style Theme_AppCompat_Light_NoActionBar 0x7f150143
int style Theme_AppCompat_NoActionBar 0x7f150144
int style Widget_AppCompat_ActionBar 0x7f150145
int style Widget_AppCompat_ActionBar_Solid 0x7f150146
int style Widget_AppCompat_ActionBar_TabBar 0x7f150147
int style Widget_AppCompat_ActionBar_TabText 0x7f150148
int style Widget_AppCompat_ActionBar_TabView 0x7f150149
int style Widget_AppCompat_ActionButton 0x7f15014a
int style Widget_AppCompat_ActionButton_CloseMode 0x7f15014b
int style Widget_AppCompat_ActionButton_Overflow 0x7f15014c
int style Widget_AppCompat_ActionMode 0x7f15014d
int style Widget_AppCompat_ActivityChooserView 0x7f15014e
int style Widget_AppCompat_AutoCompleteTextView 0x7f15014f
int style Widget_AppCompat_Button 0x7f150150
int style Widget_AppCompat_ButtonBar 0x7f150151
int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f150152
int style Widget_AppCompat_Button_Borderless 0x7f150153
int style Widget_AppCompat_Button_Borderless_Colored 0x7f150154
int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f150155
int style Widget_AppCompat_Button_Colored 0x7f150156
int style Widget_AppCompat_Button_Small 0x7f150157
int style Widget_AppCompat_CompoundButton_CheckBox 0x7f150158
int style Widget_AppCompat_CompoundButton_RadioButton 0x7f150159
int style Widget_AppCompat_CompoundButton_Switch 0x7f15015a
int style Widget_AppCompat_DrawerArrowToggle 0x7f15015b
int style Widget_AppCompat_DropDownItem_Spinner 0x7f15015c
int style Widget_AppCompat_EditText 0x7f15015d
int style Widget_AppCompat_ImageButton 0x7f15015e
int style Widget_AppCompat_Light_ActionBar 0x7f15015f
int style Widget_AppCompat_Light_ActionBar_Solid 0x7f150160
int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f150161
int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f150162
int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f150163
int style Widget_AppCompat_Light_ActionBar_TabText 0x7f150164
int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f150165
int style Widget_AppCompat_Light_ActionBar_TabView 0x7f150166
int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f150167
int style Widget_AppCompat_Light_ActionButton 0x7f150168
int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f150169
int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f15016a
int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f15016b
int style Widget_AppCompat_Light_ActivityChooserView 0x7f15016c
int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f15016d
int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f15016e
int style Widget_AppCompat_Light_ListPopupWindow 0x7f15016f
int style Widget_AppCompat_Light_ListView_DropDown 0x7f150170
int style Widget_AppCompat_Light_PopupMenu 0x7f150171
int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f150172
int style Widget_AppCompat_Light_SearchView 0x7f150173
int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f150174
int style Widget_AppCompat_ListMenuView 0x7f150175
int style Widget_AppCompat_ListPopupWindow 0x7f150176
int style Widget_AppCompat_ListView 0x7f150177
int style Widget_AppCompat_ListView_DropDown 0x7f150178
int style Widget_AppCompat_ListView_Menu 0x7f150179
int style Widget_AppCompat_PopupMenu 0x7f15017a
int style Widget_AppCompat_PopupMenu_Overflow 0x7f15017b
int style Widget_AppCompat_PopupWindow 0x7f15017c
int style Widget_AppCompat_ProgressBar 0x7f15017d
int style Widget_AppCompat_ProgressBar_Horizontal 0x7f15017e
int style Widget_AppCompat_RatingBar 0x7f15017f
int style Widget_AppCompat_RatingBar_Indicator 0x7f150180
int style Widget_AppCompat_RatingBar_Small 0x7f150181
int style Widget_AppCompat_SearchView 0x7f150182
int style Widget_AppCompat_SearchView_ActionBar 0x7f150183
int style Widget_AppCompat_SeekBar 0x7f150184
int style Widget_AppCompat_SeekBar_Discrete 0x7f150185
int style Widget_AppCompat_Spinner 0x7f150186
int style Widget_AppCompat_Spinner_DropDown 0x7f150187
int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f150188
int style Widget_AppCompat_Spinner_Underlined 0x7f150189
int style Widget_AppCompat_TextView 0x7f15018a
int style Widget_AppCompat_TextView_SpinnerItem 0x7f15018b
int style Widget_AppCompat_Toolbar 0x7f15018c
int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f15018d
int style Widget_Compat_NotificationActionContainer 0x7f15018e
int style Widget_Compat_NotificationActionText 0x7f15018f
int style Widget_Support_CoordinatorLayout 0x7f150190
int[] styleable ActionBar { 0x7f040035, 0x7f040036, 0x7f040037, 0x7f04005d, 0x7f04005e, 0x7f04005f, 0x7f040060, 0x7f040061, 0x7f040062, 0x7f040065, 0x7f04006a, 0x7f04006b, 0x7f04007e, 0x7f040093, 0x7f040094, 0x7f040095, 0x7f040096, 0x7f040097, 0x7f04009c, 0x7f04009f, 0x7f0400be, 0x7f0400c6, 0x7f0400d6, 0x7f0400d9, 0x7f0400da, 0x7f0400ff, 0x7f040102, 0x7f04011e, 0x7f040127 }
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, 0x7f040036, 0x7f04004d, 0x7f040093, 0x7f040102, 0x7f040127 }
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 { 0x7f04007f, 0x7f04009d }
int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0
int styleable ActivityChooserView_initialActivityCount 1
int[] styleable AlertDialog { 0x10100f2, 0x7f040044, 0x7f040045, 0x7f0400b3, 0x7f0400b4, 0x7f0400c3, 0x7f0400f2, 0x7f0400f3 }
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, 0x7f0400f9, 0x7f04011c, 0x7f04011d }
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, 0x7f040119, 0x7f04011a, 0x7f04011b }
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, 0x7f04006f, 0x7f040070, 0x7f040071, 0x7f040072, 0x7f040074, 0x7f040075, 0x7f040076, 0x7f040077, 0x7f040085, 0x7f040087, 0x7f04008f, 0x7f0400a1, 0x7f0400ae, 0x7f040108, 0x7f040113 }
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 { 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f04000d, 0x7f04000e, 0x7f04000f, 0x7f040010, 0x7f040012, 0x7f040013, 0x7f040014, 0x7f040015, 0x7f040016, 0x7f040017, 0x7f040018, 0x7f040019, 0x7f04001a, 0x7f04001b, 0x7f04001c, 0x7f04001d, 0x7f04001e, 0x7f04001f, 0x7f040020, 0x7f040021, 0x7f040022, 0x7f040025, 0x7f040026, 0x7f040027, 0x7f040028, 0x7f040029, 0x10100ae, 0x1010057, 0x7f04002f, 0x7f04003c, 0x7f04003d, 0x7f04003e, 0x7f04003f, 0x7f040040, 0x7f040041, 0x7f040046, 0x7f040047, 0x7f04004a, 0x7f04004b, 0x7f040051, 0x7f040052, 0x7f040053, 0x7f040054, 0x7f040055, 0x7f040056, 0x7f040057, 0x7f040058, 0x7f040059, 0x7f04005a, 0x7f040063, 0x7f040067, 0x7f040068, 0x7f040069, 0x7f04006c, 0x7f04006e, 0x7f040079, 0x7f04007a, 0x7f04007b, 0x7f04007c, 0x7f04007d, 0x7f040095, 0x7f04009b, 0x7f0400af, 0x7f0400b0, 0x7f0400b1, 0x7f0400b2, 0x7f0400b5, 0x7f0400b6, 0x7f0400b7, 0x7f0400b8, 0x7f0400b9, 0x7f0400ba, 0x7f0400bb, 0x7f0400bc, 0x7f0400bd, 0x7f0400d2, 0x7f0400d3, 0x7f0400d4, 0x7f0400d5, 0x7f0400d7, 0x7f0400dd, 0x7f0400de, 0x7f0400df, 0x7f0400e0, 0x7f0400e9, 0x7f0400ea, 0x7f0400eb, 0x7f0400ec, 0x7f0400f6, 0x7f0400f7, 0x7f040106, 0x7f040109, 0x7f04010a, 0x7f04010b, 0x7f04010c, 0x7f04010d, 0x7f04010e, 0x7f04010f, 0x7f040110, 0x7f040111, 0x7f040112, 0x7f04012b, 0x7f04012c, 0x7f04012d, 0x7f04012e, 0x7f040135, 0x7f040137, 0x7f040138, 0x7f040139, 0x7f04013a, 0x7f04013b, 0x7f04013c, 0x7f04013d, 0x7f04013e, 0x7f04013f, 0x7f040140 }
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 { 0x7f04002a }
int styleable ButtonBarLayout_allowStacking 0
int[] styleable ColorStateListItem { 0x7f04002b, 0x101031f, 0x10101a5 }
int styleable ColorStateListItem_alpha 0
int styleable ColorStateListItem_android_alpha 1
int styleable ColorStateListItem_android_color 2
int[] styleable CompoundButton { 0x1010107, 0x7f040042, 0x7f040048, 0x7f040049 }
int styleable CompoundButton_android_button 0
int styleable CompoundButton_buttonCompat 1
int styleable CompoundButton_buttonTint 2
int styleable CompoundButton_buttonTintMode 3
int[] styleable CoordinatorLayout { 0x7f0400a0, 0x7f0400fc }
int styleable CoordinatorLayout_keylines 0
int styleable CoordinatorLayout_statusBarBackground 1
int[] styleable CoordinatorLayout_Layout { 0x10100b3, 0x7f0400a4, 0x7f0400a5, 0x7f0400a6, 0x7f0400a7, 0x7f0400a8, 0x7f0400a9 }
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, 0x7f04003a, 0x7f040050, 0x7f040073, 0x7f040091, 0x7f0400f5, 0x7f040115 }
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 { 0x7f040088, 0x7f040089, 0x7f04008a, 0x7f04008b, 0x7f04008c, 0x7f04008d }
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, 0x7f040086, 0x7f04008e, 0x7f04008f, 0x7f040090, 0x7f040133 }
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, 0x7f04006b, 0x7f04006d, 0x7f0400c1, 0x7f0400f0 }
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 { 0x7f040011, 0x7f040023, 0x7f040024, 0x7f04002c, 0x10101e3, 0x10101e5, 0x1010106, 0x101000e, 0x1010002, 0x10100d0, 0x10101de, 0x10101e4, 0x101026f, 0x10101df, 0x10101e1, 0x10101e2, 0x1010194, 0x7f04005c, 0x7f040098, 0x7f040099, 0x7f0400c8, 0x7f0400ef, 0x7f04012f }
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, 0x7f0400d8, 0x7f0400fd }
int styleable MenuView_android_headerBackground 0
int styleable MenuView_android_horizontalDivider 1
int styleable MenuView_android_itemBackground 2
int styleable MenuView_android_itemIconDisabledAlpha 3
int styleable MenuView_android_itemTextAppearance 4
int styleable MenuView_android_verticalDivider 5
int styleable MenuView_android_windowAnimationStyle 6
int styleable MenuView_preserveIconSpacing 7
int styleable MenuView_subMenuArrow 8
int[] styleable PopupWindow { 0x10102c9, 0x1010176, 0x7f0400c9 }
int styleable PopupWindow_android_popupAnimationStyle 0
int styleable PopupWindow_android_popupBackground 1
int styleable PopupWindow_overlapAnchor 2
int[] styleable PopupWindowBackgroundState { 0x7f0400fb }
int styleable PopupWindowBackgroundState_state_above_anchor 0
int[] styleable QmToolTipLayout { }
int[] styleable QmToolTipOverlay { 0x7f0400ca, 0x7f0400cb, 0x7f0400cc, 0x7f0400cd }
int styleable QmToolTipOverlay_overlay_bgColor 0
int styleable QmToolTipOverlay_overlay_borderColor 1
int styleable QmToolTipOverlay_overlay_borderWidth 2
int styleable QmToolTipOverlay_overlay_radius 3
int[] styleable QmTopBar { 0x7f04003b, 0x7f0400aa, 0x7f0400ab, 0x7f0400ac, 0x7f0400ad, 0x7f0400c7, 0x7f0400e2, 0x7f0400e3, 0x7f0400e4, 0x7f0400e5, 0x7f0400e6, 0x7f0400ed, 0x7f0400ee, 0x7f040128, 0x7f040129, 0x7f04012a }
int styleable QmTopBar_bg_color 0
int styleable QmTopBar_left_back_drawable_id 1
int styleable QmTopBar_left_text 2
int styleable QmTopBar_left_text_color 3
int styleable QmTopBar_left_text_size 4
int styleable QmTopBar_need_separator 5
int styleable QmTopBar_right_drawable_id 6
int styleable QmTopBar_right_text 7
int styleable QmTopBar_right_text_background 8
int styleable QmTopBar_right_text_color 9
int styleable QmTopBar_right_text_size 10
int styleable QmTopBar_separator_color 11
int styleable QmTopBar_separator_height 12
int styleable QmTopBar_title_color 13
int styleable QmTopBar_title_text 14
int styleable QmTopBar_title_text_size 15
int[] styleable RecycleListView { 0x7f0400ce, 0x7f0400d1 }
int styleable RecycleListView_paddingBottomNoButtons 0
int styleable RecycleListView_paddingTopNoTitle 1
int[] styleable RecyclerView { 0x10100f1, 0x10100c4, 0x7f040080, 0x7f040081, 0x7f040082, 0x7f040083, 0x7f040084, 0x7f0400a3, 0x7f0400e1, 0x7f0400f4, 0x7f0400fa }
int styleable RecyclerView_android_descendantFocusability 0
int styleable RecyclerView_android_orientation 1
int styleable RecyclerView_fastScrollEnabled 2
int styleable RecyclerView_fastScrollHorizontalThumbDrawable 3
int styleable RecyclerView_fastScrollHorizontalTrackDrawable 4
int styleable RecyclerView_fastScrollVerticalThumbDrawable 5
int styleable RecyclerView_fastScrollVerticalTrackDrawable 6
int styleable RecyclerView_layoutManager 7
int styleable RecyclerView_reverseLayout 8
int styleable RecyclerView_spanCount 9
int styleable RecyclerView_stackFromEnd 10
int[] styleable SearchView { 0x10100da, 0x1010264, 0x1010220, 0x101011f, 0x7f04004c, 0x7f04005b, 0x7f040066, 0x7f040092, 0x7f04009a, 0x7f0400a2, 0x7f0400db, 0x7f0400dc, 0x7f0400e7, 0x7f0400e8, 0x7f0400fe, 0x7f040103, 0x7f040136 }
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 SectionItemView { 0x7f040134 }
int styleable SectionItemView_type 0
int[] styleable SpinKitView { 0x7f040002, 0x7f040003 }
int styleable SpinKitView_SpinKit_Color 0
int styleable SpinKitView_SpinKit_Style 1
int[] styleable Spinner { 0x1010262, 0x10100b2, 0x1010176, 0x101017b, 0x7f0400d6 }
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, 0x7f0400f1, 0x7f0400f8, 0x7f040104, 0x7f040105, 0x7f040107, 0x7f040116, 0x7f040117, 0x7f040118, 0x7f040130, 0x7f040131, 0x7f040132 }
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, 0x7f040087, 0x7f04008f, 0x7f040108, 0x7f040113 }
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, 0x7f040043, 0x7f04004e, 0x7f04004f, 0x7f04005d, 0x7f04005e, 0x7f04005f, 0x7f040060, 0x7f040061, 0x7f040062, 0x7f0400be, 0x7f0400bf, 0x7f0400c0, 0x7f0400c2, 0x7f0400c4, 0x7f0400c5, 0x7f0400d6, 0x7f0400ff, 0x7f040100, 0x7f040101, 0x7f04011e, 0x7f04011f, 0x7f040120, 0x7f040121, 0x7f040122, 0x7f040123, 0x7f040124, 0x7f040125, 0x7f040126 }
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, 0x7f0400cf, 0x7f0400d0, 0x7f040114 }
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
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 SpinKitViewStyle 0x7f040001
int attr SpinKit_Color 0x7f040002
int attr SpinKit_Style 0x7f040003
int attr actionBarDivider 0x7f040004
int attr actionBarItemBackground 0x7f040005
int attr actionBarPopupTheme 0x7f040006
int attr actionBarSize 0x7f040007
int attr actionBarSplitStyle 0x7f040008
int attr actionBarStyle 0x7f040009
int attr actionBarTabBarStyle 0x7f04000a
int attr actionBarTabStyle 0x7f04000b
int attr actionBarTabTextStyle 0x7f04000c
int attr actionBarTheme 0x7f04000d
int attr actionBarWidgetTheme 0x7f04000e
int attr actionButtonStyle 0x7f04000f
int attr actionDropDownStyle 0x7f040010
int attr actionLayout 0x7f040011
int attr actionMenuTextAppearance 0x7f040012
int attr actionMenuTextColor 0x7f040013
int attr actionModeBackground 0x7f040014
int attr actionModeCloseButtonStyle 0x7f040015
int attr actionModeCloseDrawable 0x7f040016
int attr actionModeCopyDrawable 0x7f040017
int attr actionModeCutDrawable 0x7f040018
int attr actionModeFindDrawable 0x7f040019
int attr actionModePasteDrawable 0x7f04001a
int attr actionModePopupWindowStyle 0x7f04001b
int attr actionModeSelectAllDrawable 0x7f04001c
int attr actionModeShareDrawable 0x7f04001d
int attr actionModeSplitBackground 0x7f04001e
int attr actionModeStyle 0x7f04001f
int attr actionModeWebSearchDrawable 0x7f040020
int attr actionOverflowButtonStyle 0x7f040021
int attr actionOverflowMenuStyle 0x7f040022
int attr actionProviderClass 0x7f040023
int attr actionViewClass 0x7f040024
int attr activityChooserViewStyle 0x7f040025
int attr alertDialogButtonGroupStyle 0x7f040026
int attr alertDialogCenterButtons 0x7f040027
int attr alertDialogStyle 0x7f040028
int attr alertDialogTheme 0x7f040029
int attr allowStacking 0x7f04002a
int attr alpha 0x7f04002b
int attr alphabeticModifiers 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 backgroundSplit 0x7f040036
int attr backgroundStacked 0x7f040037
int attr backgroundTint 0x7f040038
int attr backgroundTintMode 0x7f040039
int attr barLength 0x7f04003a
int attr bg_color 0x7f04003b
int attr borderlessButtonStyle 0x7f04003c
int attr buttonBarButtonStyle 0x7f04003d
int attr buttonBarNegativeButtonStyle 0x7f04003e
int attr buttonBarNeutralButtonStyle 0x7f04003f
int attr buttonBarPositiveButtonStyle 0x7f040040
int attr buttonBarStyle 0x7f040041
int attr buttonCompat 0x7f040042
int attr buttonGravity 0x7f040043
int attr buttonIconDimen 0x7f040044
int attr buttonPanelSideLayout 0x7f040045
int attr buttonStyle 0x7f040046
int attr buttonStyleSmall 0x7f040047
int attr buttonTint 0x7f040048
int attr buttonTintMode 0x7f040049
int attr checkboxStyle 0x7f04004a
int attr checkedTextViewStyle 0x7f04004b
int attr closeIcon 0x7f04004c
int attr closeItemLayout 0x7f04004d
int attr collapseContentDescription 0x7f04004e
int attr collapseIcon 0x7f04004f
int attr color 0x7f040050
int attr colorAccent 0x7f040051
int attr colorBackgroundFloating 0x7f040052
int attr colorButtonNormal 0x7f040053
int attr colorControlActivated 0x7f040054
int attr colorControlHighlight 0x7f040055
int attr colorControlNormal 0x7f040056
int attr colorError 0x7f040057
int attr colorPrimary 0x7f040058
int attr colorPrimaryDark 0x7f040059
int attr colorSwitchThumbNormal 0x7f04005a
int attr commitIcon 0x7f04005b
int attr contentDescription 0x7f04005c
int attr contentInsetEnd 0x7f04005d
int attr contentInsetEndWithActions 0x7f04005e
int attr contentInsetLeft 0x7f04005f
int attr contentInsetRight 0x7f040060
int attr contentInsetStart 0x7f040061
int attr contentInsetStartWithNavigation 0x7f040062
int attr controlBackground 0x7f040063
int attr coordinatorLayoutStyle 0x7f040064
int attr customNavigationLayout 0x7f040065
int attr defaultQueryHint 0x7f040066
int attr dialogCornerRadius 0x7f040067
int attr dialogPreferredPadding 0x7f040068
int attr dialogTheme 0x7f040069
int attr displayOptions 0x7f04006a
int attr divider 0x7f04006b
int attr dividerHorizontal 0x7f04006c
int attr dividerPadding 0x7f04006d
int attr dividerVertical 0x7f04006e
int attr drawableBottomCompat 0x7f04006f
int attr drawableEndCompat 0x7f040070
int attr drawableLeftCompat 0x7f040071
int attr drawableRightCompat 0x7f040072
int attr drawableSize 0x7f040073
int attr drawableStartCompat 0x7f040074
int attr drawableTint 0x7f040075
int attr drawableTintMode 0x7f040076
int attr drawableTopCompat 0x7f040077
int attr drawerArrowStyle 0x7f040078
int attr dropDownListViewStyle 0x7f040079
int attr dropdownListPreferredItemHeight 0x7f04007a
int attr editTextBackground 0x7f04007b
int attr editTextColor 0x7f04007c
int attr editTextStyle 0x7f04007d
int attr elevation 0x7f04007e
int attr expandActivityOverflowButtonDrawable 0x7f04007f
int attr fastScrollEnabled 0x7f040080
int attr fastScrollHorizontalThumbDrawable 0x7f040081
int attr fastScrollHorizontalTrackDrawable 0x7f040082
int attr fastScrollVerticalThumbDrawable 0x7f040083
int attr fastScrollVerticalTrackDrawable 0x7f040084
int attr firstBaselineToTopHeight 0x7f040085
int attr font 0x7f040086
int attr fontFamily 0x7f040087
int attr fontProviderAuthority 0x7f040088
int attr fontProviderCerts 0x7f040089
int attr fontProviderFetchStrategy 0x7f04008a
int attr fontProviderFetchTimeout 0x7f04008b
int attr fontProviderPackage 0x7f04008c
int attr fontProviderQuery 0x7f04008d
int attr fontStyle 0x7f04008e
int attr fontVariationSettings 0x7f04008f
int attr fontWeight 0x7f040090
int attr gapBetweenBars 0x7f040091
int attr goIcon 0x7f040092
int attr height 0x7f040093
int attr hideOnContentScroll 0x7f040094
int attr homeAsUpIndicator 0x7f040095
int attr homeLayout 0x7f040096
int attr icon 0x7f040097
int attr iconTint 0x7f040098
int attr iconTintMode 0x7f040099
int attr iconifiedByDefault 0x7f04009a
int attr imageButtonStyle 0x7f04009b
int attr indeterminateProgressStyle 0x7f04009c
int attr initialActivityCount 0x7f04009d
int attr isLightTheme 0x7f04009e
int attr itemPadding 0x7f04009f
int attr keylines 0x7f0400a0
int attr lastBaselineToBottomHeight 0x7f0400a1
int attr layout 0x7f0400a2
int attr layoutManager 0x7f0400a3
int attr layout_anchor 0x7f0400a4
int attr layout_anchorGravity 0x7f0400a5
int attr layout_behavior 0x7f0400a6
int attr layout_dodgeInsetEdges 0x7f0400a7
int attr layout_insetEdge 0x7f0400a8
int attr layout_keyline 0x7f0400a9
int attr left_back_drawable_id 0x7f0400aa
int attr left_text 0x7f0400ab
int attr left_text_color 0x7f0400ac
int attr left_text_size 0x7f0400ad
int attr lineHeight 0x7f0400ae
int attr listChoiceBackgroundIndicator 0x7f0400af
int attr listChoiceIndicatorMultipleAnimated 0x7f0400b0
int attr listChoiceIndicatorSingleAnimated 0x7f0400b1
int attr listDividerAlertDialog 0x7f0400b2
int attr listItemLayout 0x7f0400b3
int attr listLayout 0x7f0400b4
int attr listMenuViewStyle 0x7f0400b5
int attr listPopupWindowStyle 0x7f0400b6
int attr listPreferredItemHeight 0x7f0400b7
int attr listPreferredItemHeightLarge 0x7f0400b8
int attr listPreferredItemHeightSmall 0x7f0400b9
int attr listPreferredItemPaddingEnd 0x7f0400ba
int attr listPreferredItemPaddingLeft 0x7f0400bb
int attr listPreferredItemPaddingRight 0x7f0400bc
int attr listPreferredItemPaddingStart 0x7f0400bd
int attr logo 0x7f0400be
int attr logoDescription 0x7f0400bf
int attr maxButtonHeight 0x7f0400c0
int attr measureWithLargestChild 0x7f0400c1
int attr menu 0x7f0400c2
int attr multiChoiceItemLayout 0x7f0400c3
int attr navigationContentDescription 0x7f0400c4
int attr navigationIcon 0x7f0400c5
int attr navigationMode 0x7f0400c6
int attr need_separator 0x7f0400c7
int attr numericModifiers 0x7f0400c8
int attr overlapAnchor 0x7f0400c9
int attr overlay_bgColor 0x7f0400ca
int attr overlay_borderColor 0x7f0400cb
int attr overlay_borderWidth 0x7f0400cc
int attr overlay_radius 0x7f0400cd
int attr paddingBottomNoButtons 0x7f0400ce
int attr paddingEnd 0x7f0400cf
int attr paddingStart 0x7f0400d0
int attr paddingTopNoTitle 0x7f0400d1
int attr panelBackground 0x7f0400d2
int attr panelMenuListTheme 0x7f0400d3
int attr panelMenuListWidth 0x7f0400d4
int attr popupMenuStyle 0x7f0400d5
int attr popupTheme 0x7f0400d6
int attr popupWindowStyle 0x7f0400d7
int attr preserveIconSpacing 0x7f0400d8
int attr progressBarPadding 0x7f0400d9
int attr progressBarStyle 0x7f0400da
int attr queryBackground 0x7f0400db
int attr queryHint 0x7f0400dc
int attr radioButtonStyle 0x7f0400dd
int attr ratingBarStyle 0x7f0400de
int attr ratingBarStyleIndicator 0x7f0400df
int attr ratingBarStyleSmall 0x7f0400e0
int attr reverseLayout 0x7f0400e1
int attr right_drawable_id 0x7f0400e2
int attr right_text 0x7f0400e3
int attr right_text_background 0x7f0400e4
int attr right_text_color 0x7f0400e5
int attr right_text_size 0x7f0400e6
int attr searchHintIcon 0x7f0400e7
int attr searchIcon 0x7f0400e8
int attr searchViewStyle 0x7f0400e9
int attr seekBarStyle 0x7f0400ea
int attr selectableItemBackground 0x7f0400eb
int attr selectableItemBackgroundBorderless 0x7f0400ec
int attr separator_color 0x7f0400ed
int attr separator_height 0x7f0400ee
int attr showAsAction 0x7f0400ef
int attr showDividers 0x7f0400f0
int attr showText 0x7f0400f1
int attr showTitle 0x7f0400f2
int attr singleChoiceItemLayout 0x7f0400f3
int attr spanCount 0x7f0400f4
int attr spinBars 0x7f0400f5
int attr spinnerDropDownItemStyle 0x7f0400f6
int attr spinnerStyle 0x7f0400f7
int attr splitTrack 0x7f0400f8
int attr srcCompat 0x7f0400f9
int attr stackFromEnd 0x7f0400fa
int attr state_above_anchor 0x7f0400fb
int attr statusBarBackground 0x7f0400fc
int attr subMenuArrow 0x7f0400fd
int attr submitBackground 0x7f0400fe
int attr subtitle 0x7f0400ff
int attr subtitleTextAppearance 0x7f040100
int attr subtitleTextColor 0x7f040101
int attr subtitleTextStyle 0x7f040102
int attr suggestionRowLayout 0x7f040103
int attr switchMinWidth 0x7f040104
int attr switchPadding 0x7f040105
int attr switchStyle 0x7f040106
int attr switchTextAppearance 0x7f040107
int attr textAllCaps 0x7f040108
int attr textAppearanceLargePopupMenu 0x7f040109
int attr textAppearanceListItem 0x7f04010a
int attr textAppearanceListItemSecondary 0x7f04010b
int attr textAppearanceListItemSmall 0x7f04010c
int attr textAppearancePopupMenuHeader 0x7f04010d
int attr textAppearanceSearchResultSubtitle 0x7f04010e
int attr textAppearanceSearchResultTitle 0x7f04010f
int attr textAppearanceSmallPopupMenu 0x7f040110
int attr textColorAlertDialogListItem 0x7f040111
int attr textColorSearchUrl 0x7f040112
int attr textLocale 0x7f040113
int attr theme 0x7f040114
int attr thickness 0x7f040115
int attr thumbTextPadding 0x7f040116
int attr thumbTint 0x7f040117
int attr thumbTintMode 0x7f040118
int attr tickMark 0x7f040119
int attr tickMarkTint 0x7f04011a
int attr tickMarkTintMode 0x7f04011b
int attr tint 0x7f04011c
int attr tintMode 0x7f04011d
int attr title 0x7f04011e
int attr titleMargin 0x7f04011f
int attr titleMarginBottom 0x7f040120
int attr titleMarginEnd 0x7f040121
int attr titleMarginStart 0x7f040122
int attr titleMarginTop 0x7f040123
int attr titleMargins 0x7f040124
int attr titleTextAppearance 0x7f040125
int attr titleTextColor 0x7f040126
int attr titleTextStyle 0x7f040127
int attr title_color 0x7f040128
int attr title_text 0x7f040129
int attr title_text_size 0x7f04012a
int attr toolbarNavigationButtonStyle 0x7f04012b
int attr toolbarStyle 0x7f04012c
int attr tooltipForegroundColor 0x7f04012d
int attr tooltipFrameBackground 0x7f04012e
int attr tooltipText 0x7f04012f
int attr track 0x7f040130
int attr trackTint 0x7f040131
int attr trackTintMode 0x7f040132
int attr ttcIndex 0x7f040133
int attr type 0x7f040134
int attr viewInflaterClass 0x7f040135
int attr voiceIcon 0x7f040136
int attr windowActionBar 0x7f040137
int attr windowActionBarOverlay 0x7f040138
int attr windowActionModeOverlay 0x7f040139
int attr windowFixedHeightMajor 0x7f04013a
int attr windowFixedHeightMinor 0x7f04013b
int attr windowFixedWidthMajor 0x7f04013c
int attr windowFixedWidthMinor 0x7f04013d
int attr windowMinWidthMajor 0x7f04013e
int attr windowMinWidthMinor 0x7f04013f
int attr windowNoTitle 0x7f040140
int bool abc_action_bar_embed_tabs 0x7f050001
int bool abc_allow_stacked_button_bar 0x7f050002
int bool abc_config_actionMenuItemAllCaps 0x7f050003
int color QmTopBar_color_000000 0x7f060001
int color QmTopBar_color_3333333 0x7f060002
int color QmTopBar_color_999999 0x7f060003
int color QmTopBar_color_FFFFFFF 0x7f060004
int color abc_background_cache_hint_selector_material_dark 0x7f060005
int color abc_background_cache_hint_selector_material_light 0x7f060006
int color abc_btn_colored_borderless_text_material 0x7f060007
int color abc_btn_colored_text_material 0x7f060008
int color abc_color_highlight_material 0x7f060009
int color abc_hint_foreground_material_dark 0x7f06000a
int color abc_hint_foreground_material_light 0x7f06000b
int color abc_input_method_navigation_guard 0x7f06000c
int color abc_primary_text_disable_only_material_dark 0x7f06000d
int color abc_primary_text_disable_only_material_light 0x7f06000e
int color abc_primary_text_material_dark 0x7f06000f
int color abc_primary_text_material_light 0x7f060010
int color abc_search_url_text 0x7f060011
int color abc_search_url_text_normal 0x7f060012
int color abc_search_url_text_pressed 0x7f060013
int color abc_search_url_text_selected 0x7f060014
int color abc_secondary_text_material_dark 0x7f060015
int color abc_secondary_text_material_light 0x7f060016
int color abc_tint_btn_checkable 0x7f060017
int color abc_tint_default 0x7f060018
int color abc_tint_edittext 0x7f060019
int color abc_tint_seek_thumb 0x7f06001a
int color abc_tint_spinner 0x7f06001b
int color abc_tint_switch_track 0x7f06001c
int color accent_material_dark 0x7f06001d
int color accent_material_light 0x7f06001e
int color background_floating_material_dark 0x7f06001f
int color background_floating_material_light 0x7f060020
int color background_material_dark 0x7f060021
int color background_material_light 0x7f060022
int color bright_foreground_disabled_material_dark 0x7f060023
int color bright_foreground_disabled_material_light 0x7f060024
int color bright_foreground_inverse_material_dark 0x7f060025
int color bright_foreground_inverse_material_light 0x7f060026
int color bright_foreground_material_dark 0x7f060027
int color bright_foreground_material_light 0x7f060028
int color button_material_dark 0x7f060029
int color button_material_light 0x7f06002a
int color color_222222 0x7f06002b
int color color_777777 0x7f06002c
int color dim_foreground_disabled_material_dark 0x7f06002d
int color dim_foreground_disabled_material_light 0x7f06002e
int color dim_foreground_material_dark 0x7f06002f
int color dim_foreground_material_light 0x7f060030
int color error_color_material_dark 0x7f060031
int color error_color_material_light 0x7f060032
int color foreground_material_dark 0x7f060033
int color foreground_material_light 0x7f060034
int color highlighted_text_material_dark 0x7f060035
int color highlighted_text_material_light 0x7f060036
int color material_blue_grey_800 0x7f060037
int color material_blue_grey_900 0x7f060038
int color material_blue_grey_950 0x7f060039
int color material_deep_teal_200 0x7f06003a
int color material_deep_teal_500 0x7f06003b
int color material_grey_100 0x7f06003c
int color material_grey_300 0x7f06003d
int color material_grey_50 0x7f06003e
int color material_grey_600 0x7f06003f
int color material_grey_800 0x7f060040
int color material_grey_850 0x7f060041
int color material_grey_900 0x7f060042
int color notification_action_color_filter 0x7f060043
int color notification_icon_bg_color 0x7f060044
int color primary_dark_material_dark 0x7f060045
int color primary_dark_material_light 0x7f060046
int color primary_material_dark 0x7f060047
int color primary_material_light 0x7f060048
int color primary_text_default_material_dark 0x7f060049
int color primary_text_default_material_light 0x7f06004a
int color primary_text_disabled_material_dark 0x7f06004b
int color primary_text_disabled_material_light 0x7f06004c
int color ripple_material_dark 0x7f06004d
int color ripple_material_light 0x7f06004e
int color secondary_text_default_material_dark 0x7f06004f
int color secondary_text_default_material_light 0x7f060050
int color secondary_text_disabled_material_dark 0x7f060051
int color secondary_text_disabled_material_light 0x7f060052
int color segment_divider_dark 0x7f060053
int color switch_thumb_disabled_material_dark 0x7f060054
int color switch_thumb_disabled_material_light 0x7f060055
int color switch_thumb_material_dark 0x7f060056
int color switch_thumb_material_light 0x7f060057
int color switch_thumb_normal_material_dark 0x7f060058
int color switch_thumb_normal_material_light 0x7f060059
int color tooltip_background_dark 0x7f06005a
int color tooltip_background_light 0x7f06005b
int color transparent 0x7f06005c
int dimen QmTopBar_dp_16 0x7f070001
int dimen QmTopBar_dp_18 0x7f070002
int dimen QmTopBar_sp_12 0x7f070003
int dimen abc_action_bar_content_inset_material 0x7f070004
int dimen abc_action_bar_content_inset_with_nav 0x7f070005
int dimen abc_action_bar_default_height_material 0x7f070006
int dimen abc_action_bar_default_padding_end_material 0x7f070007
int dimen abc_action_bar_default_padding_start_material 0x7f070008
int dimen abc_action_bar_elevation_material 0x7f070009
int dimen abc_action_bar_icon_vertical_padding_material 0x7f07000a
int dimen abc_action_bar_overflow_padding_end_material 0x7f07000b
int dimen abc_action_bar_overflow_padding_start_material 0x7f07000c
int dimen abc_action_bar_stacked_max_height 0x7f07000d
int dimen abc_action_bar_stacked_tab_max_width 0x7f07000e
int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f07000f
int dimen abc_action_bar_subtitle_top_margin_material 0x7f070010
int dimen abc_action_button_min_height_material 0x7f070011
int dimen abc_action_button_min_width_material 0x7f070012
int dimen abc_action_button_min_width_overflow_material 0x7f070013
int dimen abc_alert_dialog_button_bar_height 0x7f070014
int dimen abc_alert_dialog_button_dimen 0x7f070015
int dimen abc_button_inset_horizontal_material 0x7f070016
int dimen abc_button_inset_vertical_material 0x7f070017
int dimen abc_button_padding_horizontal_material 0x7f070018
int dimen abc_button_padding_vertical_material 0x7f070019
int dimen abc_cascading_menus_min_smallest_width 0x7f07001a
int dimen abc_config_prefDialogWidth 0x7f07001b
int dimen abc_control_corner_material 0x7f07001c
int dimen abc_control_inset_material 0x7f07001d
int dimen abc_control_padding_material 0x7f07001e
int dimen abc_dialog_corner_radius_material 0x7f07001f
int dimen abc_dialog_fixed_height_major 0x7f070020
int dimen abc_dialog_fixed_height_minor 0x7f070021
int dimen abc_dialog_fixed_width_major 0x7f070022
int dimen abc_dialog_fixed_width_minor 0x7f070023
int dimen abc_dialog_list_padding_bottom_no_buttons 0x7f070024
int dimen abc_dialog_list_padding_top_no_title 0x7f070025
int dimen abc_dialog_min_width_major 0x7f070026
int dimen abc_dialog_min_width_minor 0x7f070027
int dimen abc_dialog_padding_material 0x7f070028
int dimen abc_dialog_padding_top_material 0x7f070029
int dimen abc_dialog_title_divider_material 0x7f07002a
int dimen abc_disabled_alpha_material_dark 0x7f07002b
int dimen abc_disabled_alpha_material_light 0x7f07002c
int dimen abc_dropdownitem_icon_width 0x7f07002d
int dimen abc_dropdownitem_text_padding_left 0x7f07002e
int dimen abc_dropdownitem_text_padding_right 0x7f07002f
int dimen abc_edit_text_inset_bottom_material 0x7f070030
int dimen abc_edit_text_inset_horizontal_material 0x7f070031
int dimen abc_edit_text_inset_top_material 0x7f070032
int dimen abc_floating_window_z 0x7f070033
int dimen abc_list_item_height_large_material 0x7f070034
int dimen abc_list_item_height_material 0x7f070035
int dimen abc_list_item_height_small_material 0x7f070036
int dimen abc_list_item_padding_horizontal_material 0x7f070037
int dimen abc_panel_menu_list_width 0x7f070038
int dimen abc_progress_bar_height_material 0x7f070039
int dimen abc_search_view_preferred_height 0x7f07003a
int dimen abc_search_view_preferred_width 0x7f07003b
int dimen abc_seekbar_track_background_height_material 0x7f07003c
int dimen abc_seekbar_track_progress_height_material 0x7f07003d
int dimen abc_select_dialog_padding_start_material 0x7f07003e
int dimen abc_switch_padding 0x7f07003f
int dimen abc_text_size_body_1_material 0x7f070040
int dimen abc_text_size_body_2_material 0x7f070041
int dimen abc_text_size_button_material 0x7f070042
int dimen abc_text_size_caption_material 0x7f070043
int dimen abc_text_size_display_1_material 0x7f070044
int dimen abc_text_size_display_2_material 0x7f070045
int dimen abc_text_size_display_3_material 0x7f070046
int dimen abc_text_size_display_4_material 0x7f070047
int dimen abc_text_size_headline_material 0x7f070048
int dimen abc_text_size_large_material 0x7f070049
int dimen abc_text_size_medium_material 0x7f07004a
int dimen abc_text_size_menu_header_material 0x7f07004b
int dimen abc_text_size_menu_material 0x7f07004c
int dimen abc_text_size_small_material 0x7f07004d
int dimen abc_text_size_subhead_material 0x7f07004e
int dimen abc_text_size_subtitle_material_toolbar 0x7f07004f
int dimen abc_text_size_title_material 0x7f070050
int dimen abc_text_size_title_material_toolbar 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 fastscroll_default_thickness 0x7f07005b
int dimen fastscroll_margin 0x7f07005c
int dimen fastscroll_minimum_range 0x7f07005d
int dimen highlight_alpha_material_colored 0x7f07005e
int dimen highlight_alpha_material_dark 0x7f07005f
int dimen highlight_alpha_material_light 0x7f070060
int dimen hint_alpha_material_dark 0x7f070061
int dimen hint_alpha_material_light 0x7f070062
int dimen hint_pressed_alpha_material_dark 0x7f070063
int dimen hint_pressed_alpha_material_light 0x7f070064
int dimen item_touch_helper_max_drag_scroll_per_frame 0x7f070065
int dimen item_touch_helper_swipe_escape_max_velocity 0x7f070066
int dimen item_touch_helper_swipe_escape_velocity 0x7f070067
int dimen notification_action_icon_size 0x7f070068
int dimen notification_action_text_size 0x7f070069
int dimen notification_big_circle_margin 0x7f07006a
int dimen notification_content_margin_start 0x7f07006b
int dimen notification_large_icon_height 0x7f07006c
int dimen notification_large_icon_width 0x7f07006d
int dimen notification_main_column_padding_top 0x7f07006e
int dimen notification_media_narrow_margin 0x7f07006f
int dimen notification_right_icon_size 0x7f070070
int dimen notification_right_side_padding_top 0x7f070071
int dimen notification_small_icon_background_padding 0x7f070072
int dimen notification_small_icon_size_as_large 0x7f070073
int dimen notification_subtext_size 0x7f070074
int dimen notification_top_pad 0x7f070075
int dimen notification_top_pad_large_text 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 btn_shape 0x7f08005f
int drawable notification_action_background 0x7f080060
int drawable notification_bg 0x7f080061
int drawable notification_bg_low 0x7f080062
int drawable notification_bg_low_normal 0x7f080063
int drawable notification_bg_low_pressed 0x7f080064
int drawable notification_bg_normal 0x7f080065
int drawable notification_bg_normal_pressed 0x7f080066
int drawable notification_icon_background 0x7f080067
int drawable notification_template_icon_bg 0x7f080068
int drawable notification_template_icon_low_bg 0x7f080069
int drawable notification_tile_bg 0x7f08006a
int drawable notify_panel_notification_icon_bg 0x7f08006b
int drawable segment_bg_msg_bubble 0x7f08006c
int drawable segment_bottom_shadow 0x7f08006d
int drawable shape_alert_bg 0x7f08006e
int drawable shape_alert_cancel 0x7f08006f
int drawable shape_alert_confirm 0x7f080070
int drawable shape_toast 0x7f080071
int drawable titlebar_back 0x7f080072
int drawable toast_fail 0x7f080073
int drawable toast_success 0x7f080074
int drawable tooltip_frame_dark 0x7f080075
int drawable tooltip_frame_light 0x7f080076
int id ChasingDots 0x7f0b0001
int id Circle 0x7f0b0002
int id CubeGrid 0x7f0b0003
int id DoubleBounce 0x7f0b0004
int id FadingCircle 0x7f0b0005
int id FoldingCube 0x7f0b0006
int id MultiplePulse 0x7f0b0007
int id MultiplePulseRing 0x7f0b0008
int id Pulse 0x7f0b0009
int id PulseRing 0x7f0b000a
int id RotatingCircle 0x7f0b000b
int id RotatingPlane 0x7f0b000c
int id ThreeBounce 0x7f0b000d
int id WanderingCubes 0x7f0b000e
int id Wave 0x7f0b000f
int id accessibility_action_clickable_span 0x7f0b0010
int id accessibility_custom_action_0 0x7f0b0011
int id accessibility_custom_action_1 0x7f0b0012
int id accessibility_custom_action_10 0x7f0b0013
int id accessibility_custom_action_11 0x7f0b0014
int id accessibility_custom_action_12 0x7f0b0015
int id accessibility_custom_action_13 0x7f0b0016
int id accessibility_custom_action_14 0x7f0b0017
int id accessibility_custom_action_15 0x7f0b0018
int id accessibility_custom_action_16 0x7f0b0019
int id accessibility_custom_action_17 0x7f0b001a
int id accessibility_custom_action_18 0x7f0b001b
int id accessibility_custom_action_19 0x7f0b001c
int id accessibility_custom_action_2 0x7f0b001d
int id accessibility_custom_action_20 0x7f0b001e
int id accessibility_custom_action_21 0x7f0b001f
int id accessibility_custom_action_22 0x7f0b0020
int id accessibility_custom_action_23 0x7f0b0021
int id accessibility_custom_action_24 0x7f0b0022
int id accessibility_custom_action_25 0x7f0b0023
int id accessibility_custom_action_26 0x7f0b0024
int id accessibility_custom_action_27 0x7f0b0025
int id accessibility_custom_action_28 0x7f0b0026
int id accessibility_custom_action_29 0x7f0b0027
int id accessibility_custom_action_3 0x7f0b0028
int id accessibility_custom_action_30 0x7f0b0029
int id accessibility_custom_action_31 0x7f0b002a
int id accessibility_custom_action_4 0x7f0b002b
int id accessibility_custom_action_5 0x7f0b002c
int id accessibility_custom_action_6 0x7f0b002d
int id accessibility_custom_action_7 0x7f0b002e
int id accessibility_custom_action_8 0x7f0b002f
int id accessibility_custom_action_9 0x7f0b0030
int id action_bar 0x7f0b0031
int id action_bar_activity_content 0x7f0b0032
int id action_bar_container 0x7f0b0033
int id action_bar_root 0x7f0b0034
int id action_bar_spinner 0x7f0b0035
int id action_bar_subtitle 0x7f0b0036
int id action_bar_title 0x7f0b0037
int id action_container 0x7f0b0038
int id action_context_bar 0x7f0b0039
int id action_divider 0x7f0b003a
int id action_image 0x7f0b003b
int id action_menu_divider 0x7f0b003c
int id action_menu_presenter 0x7f0b003d
int id action_mode_bar 0x7f0b003e
int id action_mode_bar_stub 0x7f0b003f
int id action_mode_close_button 0x7f0b0040
int id action_text 0x7f0b0041
int id actions 0x7f0b0042
int id activity_chooser_view_content 0x7f0b0043
int id add 0x7f0b0044
int id alertTitle 0x7f0b0045
int id alert_cancel 0x7f0b0046
int id alert_confirm 0x7f0b0047
int id alert_subtitle 0x7f0b0048
int id alert_title 0x7f0b0049
int id arrow 0x7f0b004a
int id async 0x7f0b004b
int id blocking 0x7f0b004c
int id bottom 0x7f0b004d
int id buttonPanel 0x7f0b004e
int id check 0x7f0b004f
int id checkbox 0x7f0b0050
int id checked 0x7f0b0051
int id chronometer 0x7f0b0052
int id content 0x7f0b0053
int id contentPanel 0x7f0b0054
int id custom 0x7f0b0055
int id customPanel 0x7f0b0056
int id decor_content_parent 0x7f0b0057
int id default_activity_button 0x7f0b0058
int id dialog_button 0x7f0b0059
int id edit_query 0x7f0b005a
int id end 0x7f0b005b
int id expand_activities_button 0x7f0b005c
int id expanded_menu 0x7f0b005d
int id forever 0x7f0b005e
int id group_divider 0x7f0b005f
int id home 0x7f0b0060
int id icon 0x7f0b0061
int id icon_group 0x7f0b0062
int id image 0x7f0b0063
int id info 0x7f0b0064
int id italic 0x7f0b0065
int id item_touch_helper_previous_elevation 0x7f0b0066
int id left 0x7f0b0067
int id line1 0x7f0b0068
int id line3 0x7f0b0069
int id listMode 0x7f0b006a
int id list_item 0x7f0b006b
int id llToast 0x7f0b006c
int id message 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 parentPanel 0x7f0b0076
int id progress_circular 0x7f0b0077
int id progress_horizontal 0x7f0b0078
int id radio 0x7f0b0079
int id right 0x7f0b007a
int id right_icon 0x7f0b007b
int id right_side 0x7f0b007c
int id screen 0x7f0b007d
int id scrollIndicatorDown 0x7f0b007e
int id scrollIndicatorUp 0x7f0b007f
int id scrollView 0x7f0b0080
int id search_badge 0x7f0b0081
int id search_bar 0x7f0b0082
int id search_button 0x7f0b0083
int id search_close_btn 0x7f0b0084
int id search_edit_frame 0x7f0b0085
int id search_go_btn 0x7f0b0086
int id search_mag_icon 0x7f0b0087
int id search_plate 0x7f0b0088
int id search_src_text 0x7f0b0089
int id search_voice_btn 0x7f0b008a
int id select_dialog_listview 0x7f0b008b
int id shortcut 0x7f0b008c
int id spacer 0x7f0b008d
int id spin_kit 0x7f0b008e
int id split_action_bar 0x7f0b008f
int id src_atop 0x7f0b0090
int id src_in 0x7f0b0091
int id src_over 0x7f0b0092
int id start 0x7f0b0093
int id submenuarrow 0x7f0b0094
int id submit_area 0x7f0b0095
int id tabMode 0x7f0b0096
int id tag_accessibility_actions 0x7f0b0097
int id tag_accessibility_clickable_spans 0x7f0b0098
int id tag_accessibility_heading 0x7f0b0099
int id tag_accessibility_pane_title 0x7f0b009a
int id tag_screen_reader_focusable 0x7f0b009b
int id tag_transition_group 0x7f0b009c
int id tag_unhandled_key_event_manager 0x7f0b009d
int id tag_unhandled_key_listeners 0x7f0b009e
int id text 0x7f0b009f
int id text2 0x7f0b00a0
int id textSpacerNoButtons 0x7f0b00a1
int id textSpacerNoTitle 0x7f0b00a2
int id time 0x7f0b00a3
int id title 0x7f0b00a4
int id titleDividerNoCustom 0x7f0b00a5
int id title_template 0x7f0b00a6
int id toastIcon 0x7f0b00a7
int id toastMsg 0x7f0b00a8
int id top 0x7f0b00a9
int id topPanel 0x7f0b00aa
int id unchecked 0x7f0b00ab
int id uniform 0x7f0b00ac
int id up 0x7f0b00ad
int id wrap_content 0x7f0b00ae
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 custometoast 0x7f0e001e
int layout loading 0x7f0e001f
int layout notification_action 0x7f0e0020
int layout notification_action_tombstone 0x7f0e0021
int layout notification_template_custom_big 0x7f0e0022
int layout notification_template_icon_group 0x7f0e0023
int layout notification_template_part_chronometer 0x7f0e0024
int layout notification_template_part_time 0x7f0e0025
int layout qm_alert_content 0x7f0e0026
int layout section_itemview 0x7f0e0027
int layout select_dialog_item_material 0x7f0e0028
int layout select_dialog_multichoice_material 0x7f0e0029
int layout select_dialog_singlechoice_material 0x7f0e002a
int layout support_simple_spinner_dropdown_item 0x7f0e002b
int string QmTopBar_app_name 0x7f140001
int string abc_action_bar_home_description 0x7f140002
int string abc_action_bar_up_description 0x7f140003
int string abc_action_menu_overflow_description 0x7f140004
int string abc_action_mode_done 0x7f140005
int string abc_activity_chooser_view_see_all 0x7f140006
int string abc_activitychooserview_choose_application 0x7f140007
int string abc_capital_off 0x7f140008
int string abc_capital_on 0x7f140009
int string abc_font_family_body_1_material 0x7f14000a
int string abc_font_family_body_2_material 0x7f14000b
int string abc_font_family_button_material 0x7f14000c
int string abc_font_family_caption_material 0x7f14000d
int string abc_font_family_display_1_material 0x7f14000e
int string abc_font_family_display_2_material 0x7f14000f
int string abc_font_family_display_3_material 0x7f140010
int string abc_font_family_display_4_material 0x7f140011
int string abc_font_family_headline_material 0x7f140012
int string abc_font_family_menu_material 0x7f140013
int string abc_font_family_subhead_material 0x7f140014
int string abc_font_family_title_material 0x7f140015
int string abc_menu_alt_shortcut_label 0x7f140016
int string abc_menu_ctrl_shortcut_label 0x7f140017
int string abc_menu_delete_shortcut_label 0x7f140018
int string abc_menu_enter_shortcut_label 0x7f140019
int string abc_menu_function_shortcut_label 0x7f14001a
int string abc_menu_meta_shortcut_label 0x7f14001b
int string abc_menu_shift_shortcut_label 0x7f14001c
int string abc_menu_space_shortcut_label 0x7f14001d
int string abc_menu_sym_shortcut_label 0x7f14001e
int string abc_prepend_shortcut_label 0x7f14001f
int string abc_search_hint 0x7f140020
int string abc_searchview_description_clear 0x7f140021
int string abc_searchview_description_query 0x7f140022
int string abc_searchview_description_search 0x7f140023
int string abc_searchview_description_submit 0x7f140024
int string abc_searchview_description_voice 0x7f140025
int string abc_shareactionprovider_share_with 0x7f140026
int string abc_shareactionprovider_share_with_application 0x7f140027
int string abc_toolbar_collapse_description 0x7f140028
int string app_name 0x7f140029
int string search_menu_title 0x7f14002a
int string status_bar_notification_info_overflow 0x7f14002b
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 DialogFragment 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 QmToolTipOverlayDefault 0x7f1500ad
int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f1500ae
int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f1500af
int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f1500b0
int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f1500b1
int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f1500b2
int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut 0x7f1500b3
int style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow 0x7f1500b4
int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f1500b5
int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title 0x7f1500b6
int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f1500b7
int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f1500b8
int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f1500b9
int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f1500ba
int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f1500bb
int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f1500bc
int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f1500bd
int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f1500be
int style SpinKitView 0x7f1500bf
int style SpinKitView_ChasingDots 0x7f1500c0
int style SpinKitView_Circle 0x7f1500c1
int style SpinKitView_CubeGrid 0x7f1500c2
int style SpinKitView_DoubleBounce 0x7f1500c3
int style SpinKitView_FadingCircle 0x7f1500c4
int style SpinKitView_FoldingCube 0x7f1500c5
int style SpinKitView_Large 0x7f1500c6
int style SpinKitView_Large_ChasingDots 0x7f1500c7
int style SpinKitView_Large_Circle 0x7f1500c8
int style SpinKitView_Large_CubeGrid 0x7f1500c9
int style SpinKitView_Large_DoubleBounce 0x7f1500ca
int style SpinKitView_Large_FadingCircle 0x7f1500cb
int style SpinKitView_Large_FoldingCube 0x7f1500cc
int style SpinKitView_Large_MultiplePulse 0x7f1500cd
int style SpinKitView_Large_MultiplePulseRing 0x7f1500ce
int style SpinKitView_Large_Pulse 0x7f1500cf
int style SpinKitView_Large_PulseRing 0x7f1500d0
int style SpinKitView_Large_RotatingCircle 0x7f1500d1
int style SpinKitView_Large_RotatingPlane 0x7f1500d2
int style SpinKitView_Large_ThreeBounce 0x7f1500d3
int style SpinKitView_Large_WanderingCubes 0x7f1500d4
int style SpinKitView_Large_Wave 0x7f1500d5
int style SpinKitView_MultiplePulse 0x7f1500d6
int style SpinKitView_MultiplePulseRing 0x7f1500d7
int style SpinKitView_Pulse 0x7f1500d8
int style SpinKitView_PulseRing 0x7f1500d9
int style SpinKitView_RotatingCircle 0x7f1500da
int style SpinKitView_RotatingPlane 0x7f1500db
int style SpinKitView_Small 0x7f1500dc
int style SpinKitView_Small_ChasingDots 0x7f1500dd
int style SpinKitView_Small_Circle 0x7f1500de
int style SpinKitView_Small_CubeGrid 0x7f1500df
int style SpinKitView_Small_DoubleBounce 0x7f1500e0
int style SpinKitView_Small_FadingCircle 0x7f1500e1
int style SpinKitView_Small_FoldingCube 0x7f1500e2
int style SpinKitView_Small_MultiplePulse 0x7f1500e3
int style SpinKitView_Small_MultiplePulseRing 0x7f1500e4
int style SpinKitView_Small_Pulse 0x7f1500e5
int style SpinKitView_Small_PulseRing 0x7f1500e6
int style SpinKitView_Small_RotatingCircle 0x7f1500e7
int style SpinKitView_Small_RotatingPlane 0x7f1500e8
int style SpinKitView_Small_ThreeBounce 0x7f1500e9
int style SpinKitView_Small_WanderingCubes 0x7f1500ea
int style SpinKitView_Small_Wave 0x7f1500eb
int style SpinKitView_ThreeBounce 0x7f1500ec
int style SpinKitView_WanderingCubes 0x7f1500ed
int style SpinKitView_Wave 0x7f1500ee
int style TextAppearance_AppCompat 0x7f1500ef
int style TextAppearance_AppCompat_Body1 0x7f1500f0
int style TextAppearance_AppCompat_Body2 0x7f1500f1
int style TextAppearance_AppCompat_Button 0x7f1500f2
int style TextAppearance_AppCompat_Caption 0x7f1500f3
int style TextAppearance_AppCompat_Display1 0x7f1500f4
int style TextAppearance_AppCompat_Display2 0x7f1500f5
int style TextAppearance_AppCompat_Display3 0x7f1500f6
int style TextAppearance_AppCompat_Display4 0x7f1500f7
int style TextAppearance_AppCompat_Headline 0x7f1500f8
int style TextAppearance_AppCompat_Inverse 0x7f1500f9
int style TextAppearance_AppCompat_Large 0x7f1500fa
int style TextAppearance_AppCompat_Large_Inverse 0x7f1500fb
int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f1500fc
int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f1500fd
int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f1500fe
int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f1500ff
int style TextAppearance_AppCompat_Medium 0x7f150100
int style TextAppearance_AppCompat_Medium_Inverse 0x7f150101
int style TextAppearance_AppCompat_Menu 0x7f150102
int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f150103
int style TextAppearance_AppCompat_SearchResult_Title 0x7f150104
int style TextAppearance_AppCompat_Small 0x7f150105
int style TextAppearance_AppCompat_Small_Inverse 0x7f150106
int style TextAppearance_AppCompat_Subhead 0x7f150107
int style TextAppearance_AppCompat_Subhead_Inverse 0x7f150108
int style TextAppearance_AppCompat_Title 0x7f150109
int style TextAppearance_AppCompat_Title_Inverse 0x7f15010a
int style TextAppearance_AppCompat_Tooltip 0x7f15010b
int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f15010c
int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f15010d
int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f15010e
int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f15010f
int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f150110
int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f150111
int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f150112
int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f150113
int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f150114
int style TextAppearance_AppCompat_Widget_Button 0x7f150115
int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f150116
int style TextAppearance_AppCompat_Widget_Button_Colored 0x7f150117
int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f150118
int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f150119
int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f15011a
int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f15011b
int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f15011c
int style TextAppearance_AppCompat_Widget_Switch 0x7f15011d
int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f15011e
int style TextAppearance_Compat_Notification 0x7f15011f
int style TextAppearance_Compat_Notification_Info 0x7f150120
int style TextAppearance_Compat_Notification_Line2 0x7f150121
int style TextAppearance_Compat_Notification_Time 0x7f150122
int style TextAppearance_Compat_Notification_Title 0x7f150123
int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f150124
int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f150125
int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f150126
int style ThemeOverlay_AppCompat 0x7f150127
int style ThemeOverlay_AppCompat_ActionBar 0x7f150128
int style ThemeOverlay_AppCompat_Dark 0x7f150129
int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f15012a
int style ThemeOverlay_AppCompat_DayNight 0x7f15012b
int style ThemeOverlay_AppCompat_DayNight_ActionBar 0x7f15012c
int style ThemeOverlay_AppCompat_Dialog 0x7f15012d
int style ThemeOverlay_AppCompat_Dialog_Alert 0x7f15012e
int style ThemeOverlay_AppCompat_Light 0x7f15012f
int style Theme_AppCompat 0x7f150130
int style Theme_AppCompat_CompactMenu 0x7f150131
int style Theme_AppCompat_DayNight 0x7f150132
int style Theme_AppCompat_DayNight_DarkActionBar 0x7f150133
int style Theme_AppCompat_DayNight_Dialog 0x7f150134
int style Theme_AppCompat_DayNight_DialogWhenLarge 0x7f150135
int style Theme_AppCompat_DayNight_Dialog_Alert 0x7f150136
int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x7f150137
int style Theme_AppCompat_DayNight_NoActionBar 0x7f150138
int style Theme_AppCompat_Dialog 0x7f150139
int style Theme_AppCompat_DialogWhenLarge 0x7f15013a
int style Theme_AppCompat_Dialog_Alert 0x7f15013b
int style Theme_AppCompat_Dialog_MinWidth 0x7f15013c
int style Theme_AppCompat_Light 0x7f15013d
int style Theme_AppCompat_Light_DarkActionBar 0x7f15013e
int style Theme_AppCompat_Light_Dialog 0x7f15013f
int style Theme_AppCompat_Light_DialogWhenLarge 0x7f150140
int style Theme_AppCompat_Light_Dialog_Alert 0x7f150141
int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f150142
int style Theme_AppCompat_Light_NoActionBar 0x7f150143
int style Theme_AppCompat_NoActionBar 0x7f150144
int style Widget_AppCompat_ActionBar 0x7f150145
int style Widget_AppCompat_ActionBar_Solid 0x7f150146
int style Widget_AppCompat_ActionBar_TabBar 0x7f150147
int style Widget_AppCompat_ActionBar_TabText 0x7f150148
int style Widget_AppCompat_ActionBar_TabView 0x7f150149
int style Widget_AppCompat_ActionButton 0x7f15014a
int style Widget_AppCompat_ActionButton_CloseMode 0x7f15014b
int style Widget_AppCompat_ActionButton_Overflow 0x7f15014c
int style Widget_AppCompat_ActionMode 0x7f15014d
int style Widget_AppCompat_ActivityChooserView 0x7f15014e
int style Widget_AppCompat_AutoCompleteTextView 0x7f15014f
int style Widget_AppCompat_Button 0x7f150150
int style Widget_AppCompat_ButtonBar 0x7f150151
int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f150152
int style Widget_AppCompat_Button_Borderless 0x7f150153
int style Widget_AppCompat_Button_Borderless_Colored 0x7f150154
int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f150155
int style Widget_AppCompat_Button_Colored 0x7f150156
int style Widget_AppCompat_Button_Small 0x7f150157
int style Widget_AppCompat_CompoundButton_CheckBox 0x7f150158
int style Widget_AppCompat_CompoundButton_RadioButton 0x7f150159
int style Widget_AppCompat_CompoundButton_Switch 0x7f15015a
int style Widget_AppCompat_DrawerArrowToggle 0x7f15015b
int style Widget_AppCompat_DropDownItem_Spinner 0x7f15015c
int style Widget_AppCompat_EditText 0x7f15015d
int style Widget_AppCompat_ImageButton 0x7f15015e
int style Widget_AppCompat_Light_ActionBar 0x7f15015f
int style Widget_AppCompat_Light_ActionBar_Solid 0x7f150160
int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f150161
int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f150162
int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f150163
int style Widget_AppCompat_Light_ActionBar_TabText 0x7f150164
int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f150165
int style Widget_AppCompat_Light_ActionBar_TabView 0x7f150166
int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f150167
int style Widget_AppCompat_Light_ActionButton 0x7f150168
int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f150169
int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f15016a
int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f15016b
int style Widget_AppCompat_Light_ActivityChooserView 0x7f15016c
int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f15016d
int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f15016e
int style Widget_AppCompat_Light_ListPopupWindow 0x7f15016f
int style Widget_AppCompat_Light_ListView_DropDown 0x7f150170
int style Widget_AppCompat_Light_PopupMenu 0x7f150171
int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f150172
int style Widget_AppCompat_Light_SearchView 0x7f150173
int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f150174
int style Widget_AppCompat_ListMenuView 0x7f150175
int style Widget_AppCompat_ListPopupWindow 0x7f150176
int style Widget_AppCompat_ListView 0x7f150177
int style Widget_AppCompat_ListView_DropDown 0x7f150178
int style Widget_AppCompat_ListView_Menu 0x7f150179
int style Widget_AppCompat_PopupMenu 0x7f15017a
int style Widget_AppCompat_PopupMenu_Overflow 0x7f15017b
int style Widget_AppCompat_PopupWindow 0x7f15017c
int style Widget_AppCompat_ProgressBar 0x7f15017d
int style Widget_AppCompat_ProgressBar_Horizontal 0x7f15017e
int style Widget_AppCompat_RatingBar 0x7f15017f
int style Widget_AppCompat_RatingBar_Indicator 0x7f150180
int style Widget_AppCompat_RatingBar_Small 0x7f150181
int style Widget_AppCompat_SearchView 0x7f150182
int style Widget_AppCompat_SearchView_ActionBar 0x7f150183
int style Widget_AppCompat_SeekBar 0x7f150184
int style Widget_AppCompat_SeekBar_Discrete 0x7f150185
int style Widget_AppCompat_Spinner 0x7f150186
int style Widget_AppCompat_Spinner_DropDown 0x7f150187
int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f150188
int style Widget_AppCompat_Spinner_Underlined 0x7f150189
int style Widget_AppCompat_TextView 0x7f15018a
int style Widget_AppCompat_TextView_SpinnerItem 0x7f15018b
int style Widget_AppCompat_Toolbar 0x7f15018c
int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f15018d
int style Widget_Compat_NotificationActionContainer 0x7f15018e
int style Widget_Compat_NotificationActionText 0x7f15018f
int style Widget_Support_CoordinatorLayout 0x7f150190
int[] styleable ActionBar { 0x7f040035, 0x7f040036, 0x7f040037, 0x7f04005d, 0x7f04005e, 0x7f04005f, 0x7f040060, 0x7f040061, 0x7f040062, 0x7f040065, 0x7f04006a, 0x7f04006b, 0x7f04007e, 0x7f040093, 0x7f040094, 0x7f040095, 0x7f040096, 0x7f040097, 0x7f04009c, 0x7f04009f, 0x7f0400be, 0x7f0400c6, 0x7f0400d6, 0x7f0400d9, 0x7f0400da, 0x7f0400ff, 0x7f040102, 0x7f04011e, 0x7f040127 }
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, 0x7f040036, 0x7f04004d, 0x7f040093, 0x7f040102, 0x7f040127 }
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 { 0x7f04007f, 0x7f04009d }
int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0
int styleable ActivityChooserView_initialActivityCount 1
int[] styleable AlertDialog { 0x10100f2, 0x7f040044, 0x7f040045, 0x7f0400b3, 0x7f0400b4, 0x7f0400c3, 0x7f0400f2, 0x7f0400f3 }
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, 0x7f0400f9, 0x7f04011c, 0x7f04011d }
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, 0x7f040119, 0x7f04011a, 0x7f04011b }
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, 0x7f04006f, 0x7f040070, 0x7f040071, 0x7f040072, 0x7f040074, 0x7f040075, 0x7f040076, 0x7f040077, 0x7f040085, 0x7f040087, 0x7f04008f, 0x7f0400a1, 0x7f0400ae, 0x7f040108, 0x7f040113 }
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 { 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f04000d, 0x7f04000e, 0x7f04000f, 0x7f040010, 0x7f040012, 0x7f040013, 0x7f040014, 0x7f040015, 0x7f040016, 0x7f040017, 0x7f040018, 0x7f040019, 0x7f04001a, 0x7f04001b, 0x7f04001c, 0x7f04001d, 0x7f04001e, 0x7f04001f, 0x7f040020, 0x7f040021, 0x7f040022, 0x7f040025, 0x7f040026, 0x7f040027, 0x7f040028, 0x7f040029, 0x10100ae, 0x1010057, 0x7f04002f, 0x7f04003c, 0x7f04003d, 0x7f04003e, 0x7f04003f, 0x7f040040, 0x7f040041, 0x7f040046, 0x7f040047, 0x7f04004a, 0x7f04004b, 0x7f040051, 0x7f040052, 0x7f040053, 0x7f040054, 0x7f040055, 0x7f040056, 0x7f040057, 0x7f040058, 0x7f040059, 0x7f04005a, 0x7f040063, 0x7f040067, 0x7f040068, 0x7f040069, 0x7f04006c, 0x7f04006e, 0x7f040079, 0x7f04007a, 0x7f04007b, 0x7f04007c, 0x7f04007d, 0x7f040095, 0x7f04009b, 0x7f0400af, 0x7f0400b0, 0x7f0400b1, 0x7f0400b2, 0x7f0400b5, 0x7f0400b6, 0x7f0400b7, 0x7f0400b8, 0x7f0400b9, 0x7f0400ba, 0x7f0400bb, 0x7f0400bc, 0x7f0400bd, 0x7f0400d2, 0x7f0400d3, 0x7f0400d4, 0x7f0400d5, 0x7f0400d7, 0x7f0400dd, 0x7f0400de, 0x7f0400df, 0x7f0400e0, 0x7f0400e9, 0x7f0400ea, 0x7f0400eb, 0x7f0400ec, 0x7f0400f6, 0x7f0400f7, 0x7f040106, 0x7f040109, 0x7f04010a, 0x7f04010b, 0x7f04010c, 0x7f04010d, 0x7f04010e, 0x7f04010f, 0x7f040110, 0x7f040111, 0x7f040112, 0x7f04012b, 0x7f04012c, 0x7f04012d, 0x7f04012e, 0x7f040135, 0x7f040137, 0x7f040138, 0x7f040139, 0x7f04013a, 0x7f04013b, 0x7f04013c, 0x7f04013d, 0x7f04013e, 0x7f04013f, 0x7f040140 }
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 { 0x7f04002a }
int styleable ButtonBarLayout_allowStacking 0
int[] styleable ColorStateListItem { 0x7f04002b, 0x101031f, 0x10101a5 }
int styleable ColorStateListItem_alpha 0
int styleable ColorStateListItem_android_alpha 1
int styleable ColorStateListItem_android_color 2
int[] styleable CompoundButton { 0x1010107, 0x7f040042, 0x7f040048, 0x7f040049 }
int styleable CompoundButton_android_button 0
int styleable CompoundButton_buttonCompat 1
int styleable CompoundButton_buttonTint 2
int styleable CompoundButton_buttonTintMode 3
int[] styleable CoordinatorLayout { 0x7f0400a0, 0x7f0400fc }
int styleable CoordinatorLayout_keylines 0
int styleable CoordinatorLayout_statusBarBackground 1
int[] styleable CoordinatorLayout_Layout { 0x10100b3, 0x7f0400a4, 0x7f0400a5, 0x7f0400a6, 0x7f0400a7, 0x7f0400a8, 0x7f0400a9 }
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, 0x7f04003a, 0x7f040050, 0x7f040073, 0x7f040091, 0x7f0400f5, 0x7f040115 }
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 { 0x7f040088, 0x7f040089, 0x7f04008a, 0x7f04008b, 0x7f04008c, 0x7f04008d }
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, 0x7f040086, 0x7f04008e, 0x7f04008f, 0x7f040090, 0x7f040133 }
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, 0x7f04006b, 0x7f04006d, 0x7f0400c1, 0x7f0400f0 }
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 { 0x7f040011, 0x7f040023, 0x7f040024, 0x7f04002c, 0x10101e3, 0x10101e5, 0x1010106, 0x101000e, 0x1010002, 0x10100d0, 0x10101de, 0x10101e4, 0x101026f, 0x10101df, 0x10101e1, 0x10101e2, 0x1010194, 0x7f04005c, 0x7f040098, 0x7f040099, 0x7f0400c8, 0x7f0400ef, 0x7f04012f }
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, 0x7f0400d8, 0x7f0400fd }
int styleable MenuView_android_headerBackground 0
int styleable MenuView_android_horizontalDivider 1
int styleable MenuView_android_itemBackground 2
int styleable MenuView_android_itemIconDisabledAlpha 3
int styleable MenuView_android_itemTextAppearance 4
int styleable MenuView_android_verticalDivider 5
int styleable MenuView_android_windowAnimationStyle 6
int styleable MenuView_preserveIconSpacing 7
int styleable MenuView_subMenuArrow 8
int[] styleable PopupWindow { 0x10102c9, 0x1010176, 0x7f0400c9 }
int styleable PopupWindow_android_popupAnimationStyle 0
int styleable PopupWindow_android_popupBackground 1
int styleable PopupWindow_overlapAnchor 2
int[] styleable PopupWindowBackgroundState { 0x7f0400fb }
int styleable PopupWindowBackgroundState_state_above_anchor 0
int[] styleable QmToolTipLayout { }
int[] styleable QmToolTipOverlay { 0x7f0400ca, 0x7f0400cb, 0x7f0400cc, 0x7f0400cd }
int styleable QmToolTipOverlay_overlay_bgColor 0
int styleable QmToolTipOverlay_overlay_borderColor 1
int styleable QmToolTipOverlay_overlay_borderWidth 2
int styleable QmToolTipOverlay_overlay_radius 3
int[] styleable QmTopBar { 0x7f04003b, 0x7f0400aa, 0x7f0400ab, 0x7f0400ac, 0x7f0400ad, 0x7f0400c7, 0x7f0400e2, 0x7f0400e3, 0x7f0400e4, 0x7f0400e5, 0x7f0400e6, 0x7f0400ed, 0x7f0400ee, 0x7f040128, 0x7f040129, 0x7f04012a }
int styleable QmTopBar_bg_color 0
int styleable QmTopBar_left_back_drawable_id 1
int styleable QmTopBar_left_text 2
int styleable QmTopBar_left_text_color 3
int styleable QmTopBar_left_text_size 4
int styleable QmTopBar_need_separator 5
int styleable QmTopBar_right_drawable_id 6
int styleable QmTopBar_right_text 7
int styleable QmTopBar_right_text_background 8
int styleable QmTopBar_right_text_color 9
int styleable QmTopBar_right_text_size 10
int styleable QmTopBar_separator_color 11
int styleable QmTopBar_separator_height 12
int styleable QmTopBar_title_color 13
int styleable QmTopBar_title_text 14
int styleable QmTopBar_title_text_size 15
int[] styleable RecycleListView { 0x7f0400ce, 0x7f0400d1 }
int styleable RecycleListView_paddingBottomNoButtons 0
int styleable RecycleListView_paddingTopNoTitle 1
int[] styleable RecyclerView { 0x10100f1, 0x10100c4, 0x7f040080, 0x7f040081, 0x7f040082, 0x7f040083, 0x7f040084, 0x7f0400a3, 0x7f0400e1, 0x7f0400f4, 0x7f0400fa }
int styleable RecyclerView_android_descendantFocusability 0
int styleable RecyclerView_android_orientation 1
int styleable RecyclerView_fastScrollEnabled 2
int styleable RecyclerView_fastScrollHorizontalThumbDrawable 3
int styleable RecyclerView_fastScrollHorizontalTrackDrawable 4
int styleable RecyclerView_fastScrollVerticalThumbDrawable 5
int styleable RecyclerView_fastScrollVerticalTrackDrawable 6
int styleable RecyclerView_layoutManager 7
int styleable RecyclerView_reverseLayout 8
int styleable RecyclerView_spanCount 9
int styleable RecyclerView_stackFromEnd 10
int[] styleable SearchView { 0x10100da, 0x1010264, 0x1010220, 0x101011f, 0x7f04004c, 0x7f04005b, 0x7f040066, 0x7f040092, 0x7f04009a, 0x7f0400a2, 0x7f0400db, 0x7f0400dc, 0x7f0400e7, 0x7f0400e8, 0x7f0400fe, 0x7f040103, 0x7f040136 }
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 SectionItemView { 0x7f040134 }
int styleable SectionItemView_type 0
int[] styleable SpinKitView { 0x7f040002, 0x7f040003 }
int styleable SpinKitView_SpinKit_Color 0
int styleable SpinKitView_SpinKit_Style 1
int[] styleable Spinner { 0x1010262, 0x10100b2, 0x1010176, 0x101017b, 0x7f0400d6 }
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, 0x7f0400f1, 0x7f0400f8, 0x7f040104, 0x7f040105, 0x7f040107, 0x7f040116, 0x7f040117, 0x7f040118, 0x7f040130, 0x7f040131, 0x7f040132 }
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, 0x7f040087, 0x7f04008f, 0x7f040108, 0x7f040113 }
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, 0x7f040043, 0x7f04004e, 0x7f04004f, 0x7f04005d, 0x7f04005e, 0x7f04005f, 0x7f040060, 0x7f040061, 0x7f040062, 0x7f0400be, 0x7f0400bf, 0x7f0400c0, 0x7f0400c2, 0x7f0400c4, 0x7f0400c5, 0x7f0400d6, 0x7f0400ff, 0x7f040100, 0x7f040101, 0x7f04011e, 0x7f04011f, 0x7f040120, 0x7f040121, 0x7f040122, 0x7f040123, 0x7f040124, 0x7f040125, 0x7f040126 }
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, 0x7f0400cf, 0x7f0400d0, 0x7f040114 }
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
[{"name":"resources","index":0,"scopes":["PROJECT"],"types":["RESOURCES"],"format":"JAR","present":true}]
\ No newline at end of file
[{"name":"resources","index":0,"scopes":["PROJECT"],"types":["NATIVE_LIBS"],"format":"DIRECTORY","present":false}]
\ No newline at end of file
[{"name":"resources","index":0,"scopes":["PROJECT"],"types":["NATIVE_LIBS"],"format":"DIRECTORY","present":false}]
\ No newline at end of file
-- Merging decision tree log ---
manifest
ADDED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml:1:1-6:12
INJECTED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml:1:1-6:12
INJECTED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml:1:1-6:12
INJECTED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml:1:1-6:12
INJECTED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml:1:1-6:12
INJECTED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml:1:1-6:12
INJECTED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml:1:1-6:12
package
ADDED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml:2:11-51
INJECTED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml
INJECTED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml
android:versionName
INJECTED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml
ADDED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml:1:1-6:12
INJECTED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml
android:versionCode
INJECTED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml
ADDED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml:1:1-6:12
INJECTED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml
xmlns:android
ADDED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml:1:11-69
uses-permission#android.permission.ACCESS_NETWORK_STATE
ADDED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml:3:5-78
android:name
ADDED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml:3:22-76
uses-permission#android.permission.WRITE_EXTERNAL_STORAGE
ADDED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml:4:5-81
android:name
ADDED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml:4:22-78
uses-sdk
INJECTED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml reason: use-sdk injection requested
INJECTED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml
INJECTED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml
INJECTED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml
INJECTED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml
android:targetSdkVersion
INJECTED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml
ADDED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml
INJECTED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml
android:minSdkVersion
INJECTED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml
ADDED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml
INJECTED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml
-- Merging decision tree log ---
manifest
ADDED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml:1:1-6:12
INJECTED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml:1:1-6:12
INJECTED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml:1:1-6:12
INJECTED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml:1:1-6:12
INJECTED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml:1:1-6:12
INJECTED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml:1:1-6:12
INJECTED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml:1:1-6:12
package
ADDED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml:2:11-51
INJECTED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml
INJECTED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml
android:versionName
INJECTED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml
ADDED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml:1:1-6:12
INJECTED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml
android:versionCode
INJECTED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml
ADDED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml:1:1-6:12
INJECTED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml
xmlns:android
ADDED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml:1:11-69
uses-permission#android.permission.ACCESS_NETWORK_STATE
ADDED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml:3:5-78
android:name
ADDED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml:3:22-76
uses-permission#android.permission.WRITE_EXTERNAL_STORAGE
ADDED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml:4:5-81
android:name
ADDED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml:4:22-78
uses-sdk
INJECTED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml reason: use-sdk injection requested
INJECTED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml
INJECTED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml
INJECTED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml
INJECTED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml
android:targetSdkVersion
INJECTED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml
ADDED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml
INJECTED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml
android:minSdkVersion
INJECTED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml
ADDED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml
INJECTED from /Users/wangwei/Downloads/ZMProj/qm_network/fetch/src/main/AndroidManifest.xml
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.qmai.android.fetch</groupId>
<artifactId>fetch</artifactId>
<version>1.2.14-SNAPSHOT</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-android-extensions-runtime</artifactId>
<version>1.3.41</version>
<scope>runtime</scope>
<exclusions/>
</dependency>
<dependency>
<groupId>androidx.appcompat</groupId>
<artifactId>appcompat</artifactId>
<version>1.1.0</version>
<scope>runtime</scope>
<exclusions/>
</dependency>
<dependency>
<groupId>androidx.core</groupId>
<artifactId>core-ktx</artifactId>
<version>1.1.0</version>
<scope>runtime</scope>
<exclusions/>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk7</artifactId>
<version>1.3.41</version>
<scope>runtime</scope>
<exclusions/>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-android</artifactId>
<version>1.3.2</version>
<scope>runtime</scope>
<exclusions/>
</dependency>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit</artifactId>
<version>2.6.0</version>
<scope>runtime</scope>
<exclusions/>
</dependency>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>converter-gson</artifactId>
<version>2.5.0</version>
<scope>runtime</scope>
<exclusions/>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>logging-interceptor</artifactId>
<version>3.13.0</version>
<scope>runtime</scope>
<exclusions/>
</dependency>
<dependency>
<groupId>androidx.lifecycle</groupId>
<artifactId>lifecycle-viewmodel-ktx</artifactId>
<version>2.2.0-rc02</version>
<scope>runtime</scope>
<exclusions/>
</dependency>
<dependency>
<groupId>androidx.lifecycle</groupId>
<artifactId>lifecycle-livedata-ktx</artifactId>
<version>2.2.0-rc02</version>
<scope>runtime</scope>
<exclusions/>
</dependency>
<dependency>
<groupId>androidx.lifecycle</groupId>
<artifactId>lifecycle-runtime-ktx</artifactId>
<version>2.2.0-rc02</version>
<scope>runtime</scope>
<exclusions/>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-reflect</artifactId>
<version>1.3.41</version>
<scope>runtime</scope>
<exclusions/>
</dependency>
<dependency>
<groupId>com.safframework.log</groupId>
<artifactId>saf-logginginterceptor</artifactId>
<version>1.4.5</version>
<scope>runtime</scope>
<exclusions/>
</dependency>
<dependency>
<groupId>com.qmai.android.sdk</groupId>
<artifactId>widgetlib</artifactId>
<version>1.1.26-SNAPSHOT</version>
<scope>runtime</scope>
<exclusions/>
</dependency>
</dependencies>
</project>
<?xml version="1.0" encoding="UTF-8"?>
<metadata modelVersion="1.1.0">
<groupId>com.qmai.android.fetch</groupId>
<artifactId>fetch</artifactId>
<version>1.2.10-SNAPSHOT</version>
<versioning>
<snapshot>
<timestamp>20200213.093100</timestamp>
<buildNumber>1</buildNumber>
</snapshot>
<lastUpdated>20200213093100</lastUpdated>
<snapshotVersions>
<snapshotVersion>
<extension>aar</extension>
<value>1.2.10-20200213.093100-1</value>
<updated>20200213093100</updated>
</snapshotVersion>
<snapshotVersion>
<extension>pom</extension>
<value>1.2.10-20200213.093100-1</value>
<updated>20200213093100</updated>
</snapshotVersion>
<snapshotVersion>
<classifier>sources</classifier>
<extension>jar</extension>
<value>1.2.10-20200213.093100-1</value>
<updated>20200213093100</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>
</metadata>
#NOTE: This is an internal implementation file, its format can be changed without prior notice.
#Thu Feb 13 17:31:00 CST 2020
maven-metadata-remote.xml.lastUpdated=1581586260440
<?xml version="1.0" encoding="UTF-8"?>
<metadata modelVersion="1.1.0">
<groupId>com.qmai.android.fetch</groupId>
<artifactId>fetch</artifactId>
<version>1.2.11-SNAPSHOT</version>
<versioning>
<snapshot>
<timestamp>20200213.094624</timestamp>
<buildNumber>1</buildNumber>
</snapshot>
<lastUpdated>20200213094624</lastUpdated>
<snapshotVersions>
<snapshotVersion>
<extension>aar</extension>
<value>1.2.11-20200213.094624-1</value>
<updated>20200213094624</updated>
</snapshotVersion>
<snapshotVersion>
<extension>pom</extension>
<value>1.2.11-20200213.094624-1</value>
<updated>20200213094624</updated>
</snapshotVersion>
<snapshotVersion>
<classifier>sources</classifier>
<extension>jar</extension>
<value>1.2.11-20200213.094624-1</value>
<updated>20200213094624</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>
</metadata>
#NOTE: This is an internal implementation file, its format can be changed without prior notice.
#Thu Feb 13 17:46:24 CST 2020
maven-metadata-remote.xml.lastUpdated=1581587184887
<?xml version="1.0" encoding="UTF-8"?>
<metadata modelVersion="1.1.0">
<groupId>com.qmai.android.fetch</groupId>
<artifactId>fetch</artifactId>
<version>1.2.12-SNAPSHOT</version>
<versioning>
<snapshot>
<timestamp>20200213.122649</timestamp>
<buildNumber>1</buildNumber>
</snapshot>
<lastUpdated>20200213122649</lastUpdated>
<snapshotVersions>
<snapshotVersion>
<extension>aar</extension>
<value>1.2.12-20200213.122649-1</value>
<updated>20200213122649</updated>
</snapshotVersion>
<snapshotVersion>
<extension>pom</extension>
<value>1.2.12-20200213.122649-1</value>
<updated>20200213122649</updated>
</snapshotVersion>
<snapshotVersion>
<classifier>sources</classifier>
<extension>jar</extension>
<value>1.2.12-20200213.122649-1</value>
<updated>20200213122649</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>
</metadata>
#NOTE: This is an internal implementation file, its format can be changed without prior notice.
#Thu Feb 13 20:26:49 CST 2020
maven-metadata-remote.xml.lastUpdated=1581596809977
<?xml version="1.0" encoding="UTF-8"?>
<metadata modelVersion="1.1.0">
<groupId>com.qmai.android.fetch</groupId>
<artifactId>fetch</artifactId>
<version>1.2.13-SNAPSHOT</version>
<versioning>
<snapshot>
<timestamp>20200303.053528</timestamp>
<buildNumber>1</buildNumber>
</snapshot>
<lastUpdated>20200303053528</lastUpdated>
<snapshotVersions>
<snapshotVersion>
<extension>aar</extension>
<value>1.2.13-20200303.053528-1</value>
<updated>20200303053528</updated>
</snapshotVersion>
<snapshotVersion>
<extension>pom</extension>
<value>1.2.13-20200303.053528-1</value>
<updated>20200303053528</updated>
</snapshotVersion>
<snapshotVersion>
<classifier>sources</classifier>
<extension>jar</extension>
<value>1.2.13-20200303.053528-1</value>
<updated>20200303053528</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>
</metadata>
#NOTE: This is an internal implementation file, its format can be changed without prior notice.
#Tue Mar 03 13:35:28 CST 2020
maven-metadata-remote.xml.lastUpdated=1583213728873
<?xml version="1.0" encoding="UTF-8"?>
<metadata modelVersion="1.1.0">
<groupId>com.qmai.android.fetch</groupId>
<artifactId>fetch</artifactId>
<version>1.2.14-SNAPSHOT</version>
<versioning>
<snapshot>
<timestamp>20200811.071839</timestamp>
<buildNumber>1</buildNumber>
</snapshot>
<lastUpdated>20200811071839</lastUpdated>
<snapshotVersions>
<snapshotVersion>
<extension>aar</extension>
<value>1.2.14-20200811.071839-1</value>
<updated>20200811071839</updated>
</snapshotVersion>
<snapshotVersion>
<extension>pom</extension>
<value>1.2.14-20200811.071839-1</value>
<updated>20200811071839</updated>
</snapshotVersion>
<snapshotVersion>
<classifier>sources</classifier>
<extension>jar</extension>
<value>1.2.14-20200811.071839-1</value>
<updated>20200811071839</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>
</metadata>
#NOTE: This is an internal implementation file, its format can be changed without prior notice.
#Tue Aug 11 15:18:39 CST 2020
maven-metadata-remote.xml.lastUpdated=1597130319489
<?xml version="1.0" encoding="UTF-8"?>
<metadata modelVersion="1.1.0">
<groupId>com.qmai.android.fetch</groupId>
<artifactId>fetch</artifactId>
<version>1.2.7-SNAPSHOT</version>
<versioning>
<snapshot>
<timestamp>20200205.020416</timestamp>
<buildNumber>1</buildNumber>
</snapshot>
<lastUpdated>20200205020416</lastUpdated>
<snapshotVersions>
<snapshotVersion>
<extension>aar</extension>
<value>1.2.7-20200205.020416-1</value>
<updated>20200205020416</updated>
</snapshotVersion>
<snapshotVersion>
<extension>pom</extension>
<value>1.2.7-20200205.020416-1</value>
<updated>20200205020416</updated>
</snapshotVersion>
<snapshotVersion>
<classifier>sources</classifier>
<extension>jar</extension>
<value>1.2.7-20200205.020416-1</value>
<updated>20200205020416</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>
</metadata>
#NOTE: This is an internal implementation file, its format can be changed without prior notice.
#Wed Feb 05 10:04:16 CST 2020
maven-metadata-remote.xml.lastUpdated=1580868256410
<?xml version="1.0" encoding="UTF-8"?>
<metadata modelVersion="1.1.0">
<groupId>com.qmai.android.fetch</groupId>
<artifactId>fetch</artifactId>
<version>1.2.8-SNAPSHOT</version>
<versioning>
<snapshot>
<timestamp>20200206.011909</timestamp>
<buildNumber>1</buildNumber>
</snapshot>
<lastUpdated>20200206011909</lastUpdated>
<snapshotVersions>
<snapshotVersion>
<extension>aar</extension>
<value>1.2.8-20200206.011909-1</value>
<updated>20200206011909</updated>
</snapshotVersion>
<snapshotVersion>
<extension>pom</extension>
<value>1.2.8-20200206.011909-1</value>
<updated>20200206011909</updated>
</snapshotVersion>
<snapshotVersion>
<classifier>sources</classifier>
<extension>jar</extension>
<value>1.2.8-20200206.011909-1</value>
<updated>20200206011909</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>
</metadata>
#NOTE: This is an internal implementation file, its format can be changed without prior notice.
#Thu Feb 06 09:19:09 CST 2020
maven-metadata-remote.xml.lastUpdated=1580951949628
<?xml version="1.0" encoding="UTF-8"?>
<metadata modelVersion="1.1.0">
<groupId>com.qmai.android.fetch</groupId>
<artifactId>fetch</artifactId>
<version>1.2.9-SNAPSHOT</version>
<versioning>
<snapshot>
<timestamp>20200213.053501</timestamp>
<buildNumber>1</buildNumber>
</snapshot>
<lastUpdated>20200213053501</lastUpdated>
<snapshotVersions>
<snapshotVersion>
<extension>aar</extension>
<value>1.2.9-20200213.053501-1</value>
<updated>20200213053501</updated>
</snapshotVersion>
<snapshotVersion>
<extension>pom</extension>
<value>1.2.9-20200213.053501-1</value>
<updated>20200213053501</updated>
</snapshotVersion>
<snapshotVersion>
<classifier>sources</classifier>
<extension>jar</extension>
<value>1.2.9-20200213.053501-1</value>
<updated>20200213053501</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>
</metadata>
#NOTE: This is an internal implementation file, its format can be changed without prior notice.
#Thu Feb 13 13:35:01 CST 2020
maven-metadata-remote.xml.lastUpdated=1581572101113
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>com.qmai.android.fetch</groupId>
<artifactId>fetch</artifactId>
<versioning>
<versions>
<version>1.2.3-SNAPSHOT</version>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.5-SNAPSHOT</version>
<version>1.2.6-SNAPSHOT</version>
<version>1.2.7-SNAPSHOT</version>
<version>1.2.8-SNAPSHOT</version>
<version>1.2.9-SNAPSHOT</version>
<version>1.2.10-SNAPSHOT</version>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.12-SNAPSHOT</version>
<version>1.2.13-SNAPSHOT</version>
<version>1.2.14-SNAPSHOT</version>
</versions>
<lastUpdated>20200811071840</lastUpdated>
</versioning>
</metadata>
#NOTE: This is an internal implementation file, its format can be changed without prior notice.
#Tue Aug 11 15:18:40 CST 2020
maven-metadata-remote.xml.lastUpdated=1597130320170
# Add project specific ProGuard rules here.
# You can control the set of applied configuration files using the
# proguardFiles setting in build.gradle.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html
# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}
# Uncomment this to preserve the line number information for
# debugging stack traces.
#-keepattributes SourceFile,LineNumberTable
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
package com.qimai.android.tool_network;
import android.content.Context;
import androidx.test.InstrumentationRegistry;
import androidx.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an Android device.
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
@RunWith(AndroidJUnit4.class)
public class ExampleInstrumentedTest {
@Test
public void useAppContext() {
// Context of the app under test.
Context appContext = InstrumentationRegistry.getTargetContext();
assertEquals("com.qimai.android.tool_network.test", appContext.getPackageName());
}
}
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.qimai.android.tool_network">
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
</manifest>
@file:JvmName("Constant")
package com.qimai.android.fetch
internal const val HOST_KEY = "HOST_KEY"
\ No newline at end of file
package com.qimai.android.fetch.Response
/**
@author wangwei
@version 1.1.1
@date 2019-08-19
@Description
@email wangwei_5521@163.com
**/
sealed class ApiResponse<T> {
companion object {
fun <T> create(error: Throwable): ApiErrorResponse<T> {
return ApiErrorResponse(error.message ?: "未知错误")
}
fun <T> create(response: retrofit2.Response<T>): ApiResponse<T> {
return if (response.isSuccessful) {
val body = response.body()
if (body == null || response.code() == 204) {
ApiEmptyResponse()
} else {
ApiSuccessResponse(
body = body
)
}
} else {
val msg = response.errorBody()?.string()
val errorMsg = if (msg.isNullOrEmpty()) {
response.message()
} else {
msg
}
ApiErrorResponse(
errorMsg ?: "unknown error"
)
}
}
}
}
/**
* separate class for HTTP 204 responses so that we can make ApiSuccessResponse's body non-null.
*/
class ApiEmptyResponse<T> : ApiResponse<T>()
data class ApiSuccessResponse<T>(
val body: T
) : ApiResponse<T>()
data class ApiErrorResponse<T>(val errorMessage: String) : ApiResponse<T>()
\ No newline at end of file
package com.qimai.android.fetch.Response
/**
@author wangwei
@version 1.1.1
@date 2019-08-19
@Description
@email wangwei_5521@163.com
**/
data class Resource<out T>(val status: Status, val data: T?, val message: String?) {
companion object {
fun <T> success(data: T?): Resource<T> {
return Resource(
Status.SUCCESS,
data,
null
)
}
fun <T> error(msg: String, data: T?): Resource<T> {
return Resource(
Status.ERROR,
data,
msg
)
}
fun <T> loading(data: T?): Resource<T> {
return Resource(
Status.LOADING,
data,
null
)
}
}
}
\ No newline at end of file
package com.qimai.android.fetch.Response
/**
@author wangwei
@version 1.1.1
@date 2019-08-19
@Description
@email wangwei_5521@163.com
**/
enum class Status {
SUCCESS,
ERROR,
LOADING
}
\ No newline at end of file
package com.qimai.android.fetch
/**
* @author wangwei
* @version 1.1.1
* @date 2019-08-13
* @Description
* @email wangwei_5521@163.com
**/
open class SingletonHolder<out T : Any, in A>(creator: (A) -> T) {
private var creator: ((A) -> T)? = creator
@Volatile
private var instance: T? = null
fun getInstance(arg: A): T {
var i = instance
if (i != null) {
return i
}
return synchronized(this) {
val temp = instance
if (temp != null) {
return temp
} else {
val created = creator!!(arg)
instance = created
creator = null
created
}
}
}
}
\ No newline at end of file
/*
* Copyright (C) 2017 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.qimai.android.fetch.adapter
import androidx.lifecycle.LiveData
import com.qimai.android.fetch.Response.ApiResponse
import retrofit2.Call
import retrofit2.CallAdapter
import retrofit2.Callback
import retrofit2.Response
import java.lang.reflect.Type
import java.util.concurrent.atomic.AtomicBoolean
/**
* A Retrofit adapter that converts the Call into a LiveData of ApiResponse.
* @param <R>
</R> */
class LiveDataCallAdapter<R>(private val responseType: Type) :
CallAdapter<R, LiveData<ApiResponse<R>>> {
//
override fun responseType() = responseType
override fun adapt(call: Call<R>): LiveData<ApiResponse<R>> {
return object : LiveData<ApiResponse<R>>() {
private var started = AtomicBoolean(false)
override fun onActive() {
super.onActive()
if (started.compareAndSet(false, true)) {
call.enqueue(object : Callback<R> {
override fun onResponse(call: Call<R>, response: Response<R>) {
postValue(ApiResponse.create(response = response))
}
override fun onFailure(call: Call<R>, throwable: Throwable) {
postValue(ApiResponse.create(throwable))
}
})
}
}
}
}
}
/*
* Copyright (C) 2017 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.qimai.android.fetch.adapter
import androidx.lifecycle.LiveData
import com.qimai.android.fetch.Response.ApiResponse
import retrofit2.CallAdapter
import retrofit2.Retrofit
import java.lang.reflect.ParameterizedType
import java.lang.reflect.Type
class LiveDataCallAdapterFactory : CallAdapter.Factory() {
override fun get(
returnType: Type,
annotations: Array<Annotation>,
retrofit: Retrofit
): CallAdapter<*, *>? {
if (getRawType(returnType) != LiveData::class.java) {
return null
}
val observableType = getParameterUpperBound(0, returnType as ParameterizedType)
val rawObservableType = getRawType(observableType)
require(rawObservableType == ApiResponse::class.java) { "type must be a resource" }
require(observableType is ParameterizedType) { "resource must be parameterized" }
val bodyType = getParameterUpperBound(0, observableType)
return LiveDataCallAdapter<Any>(bodyType)
}
}
package com.qimai.android.fetch.annotation
/**
* created by wangwei ON 2019-09-04 email:wangwei_5521@163.com
* @version 1.1.1
* @Description
**/
@Retention(AnnotationRetention.RUNTIME)
@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class Standard
\ No newline at end of file
package com.qimai.android.fetch.config
/**
* @author wangwei
* @version 1.1.1
* @date 2019-08-14
* @Description
* @email wangwei_5521@163.com
**/
interface HeaderConfig {
fun buildHeaders(): Map<String, String>
}
\ No newline at end of file
package com.qimai.android.fetch.config
import android.text.TextUtils
import com.qimai.android.fetch.interceptors.HeaderInterceptor
import com.qimai.android.fetch.interceptors.NetCacheInterceptor
import com.qimai.android.fetch.interceptors.NoNetCacheInterceptor
import com.qimai.android.fetch.tool.SSLUtils
import com.qimai.android.widgetlib.toast.HolderContext
import com.safframework.http.interceptor.LoggingInterceptor
import okhttp3.Cache
import okhttp3.Interceptor
import okhttp3.OkHttpClient
import java.io.File
import java.io.InputStream
import java.util.concurrent.TimeUnit
import javax.net.ssl.HostnameVerifier
class OkHttpConfig private constructor(builder: Builder) {
private var instance: OkHttpConfig? = null
private var okHttpClient: OkHttpClient? = null
private var isDebug: Boolean = builder.isDebug
private var isCache: Boolean = builder.isCache
private var cacheTime = builder.cacheTime
private var noNetCacheTime = builder.noNetCacheTime
private var cachePath: String? = builder.cachePath
private var cacheMaxSize: Long = builder.cacheMaxSize
private var readTimeout: Long = builder.readTimeout
private var writeTimeout: Long = builder.writeTimeout
private var connectTimeout: Long = builder.connectTimeout
private var bksFile: InputStream? = builder.bksFile
private var password: String? = builder.password
private var certificates: Array<out InputStream>? = builder.certificates
private var interceptors: Array<out Interceptor>? = builder.interceptors
private var buildHeadersListener: HeaderConfig? = builder.buildHeadersListener
private var hostnameVerifier: HostnameVerifier? = builder.hostnameVerifier
private var okHttpClientBuilder: OkHttpClient.Builder = builder.okHttpClientBuilder
fun okHttpClient(): OkHttpClient {
return okHttpClientBuilder.build()
}
class Builder {
internal var okHttpClientBuilder: OkHttpClient.Builder = OkHttpClient.Builder()
private val defaultCacheSize = (1024 * 1024 * 100).toLong()
internal var isDebug: Boolean = false
internal var isCache: Boolean = false
internal var cacheTime = 60
internal var noNetCacheTime = 10
internal var cachePath: String? = null
internal var cacheMaxSize: Long = 0
internal var readTimeout: Long = 0
internal var writeTimeout: Long = 0
internal var connectTimeout: Long = 0
internal var bksFile: InputStream? = null
internal var password: String? = null
internal var certificates: Array<out InputStream>? = null
internal var interceptors: Array<out Interceptor>? = null
internal var buildHeadersListener: HeaderConfig? = null
internal var hostnameVerifier: HostnameVerifier? = null
private var defaultCachePath: String? = null
private val defaultTimeout: Long = 10
fun headers(buildHeadersListener: HeaderConfig) = apply {
this.buildHeadersListener = buildHeadersListener
}
fun debug(isDebug: Boolean) = apply {
this.isDebug = isDebug;
}
fun cache(isCache: Boolean) = apply { this.isCache = isCache }
fun cacheTime(cacheTime: Int) = apply {
this.cacheTime = cacheTime
}
fun noNetCacheTime(noNetCacheTime: Int) = apply {
this.noNetCacheTime = noNetCacheTime
}
fun cahchePath(cachePath: String) = apply {
this.cachePath = cachePath
}
fun cacheMaxSize(cacheMaxSize: Long) = apply {
this.cacheMaxSize = cacheMaxSize
}
fun readTimeOut(readTimeout: Long) = apply {
this.readTimeout = readTimeout
}
fun writeTimeOut(writeTimeout: Long) = apply {
this.writeTimeout = writeTimeout
}
fun connectTimeOut(connectTimeout: Long) = apply {
this.connectTimeout = connectTimeout
}
fun intercepteors(vararg interceptors: Interceptor) = apply {
this.interceptors = interceptors
}
fun sslSocketFactory(vararg certificates: InputStream) = apply {
this.certificates = certificates
}
fun sslSocketFactory(
bksFile: InputStream,
password: String,
vararg certificates: InputStream
) = apply {
this.bksFile = bksFile
this.password = password
this.certificates = certificates
}
fun hostnameVerifier(hostnameVerifier: HostnameVerifier) = apply {
this.hostnameVerifier = hostnameVerifier
}
fun build(): OkHttpConfig {
setCacheConfig()
setHeadersConfig()
setSslConfig()
setHostnameVerifier()
addInterceptors()
setTimeout()
setDebugConfig()
return OkHttpConfig(this)
}
private fun addInterceptors() {
if (null != interceptors) {
for (interceptor in interceptors!!) {
okHttpClientBuilder.addInterceptor(interceptor)
}
}
}
/**
* 配置开发环境
*/
private fun setDebugConfig() {
if (isDebug) {
val loggingInterceptor =
LoggingInterceptor.Builder()
.loggable(true)
.request()
.requestTag("Request")
.response()
.responseTag("Response") //.hideVerticalLine()// 隐藏竖线边框
.build()
okHttpClientBuilder.addInterceptor(loggingInterceptor)
}
}
/**
* 配置headers
*/
private fun setHeadersConfig() {
if (buildHeadersListener != null) {
okHttpClientBuilder.addInterceptor(object : HeaderInterceptor() {
override fun buildHeaders(): Map<String, String> {
return buildHeadersListener!!.buildHeaders()
}
})
}
}
/**
* 配置缓存
*/
private fun setCacheConfig() {
val externalCacheDir = HolderContext.getContext().externalCacheDir ?: return
defaultCachePath = externalCacheDir.path + "/RxHttpCacheData"
if (isCache) {
val cache: Cache = if (!TextUtils.isEmpty(cachePath) && cacheMaxSize > 0) {
Cache(File(cachePath!!), cacheMaxSize)
} else {
Cache(File(defaultCachePath!!), defaultCacheSize)
}
okHttpClientBuilder
.cache(cache)
.addInterceptor(
NoNetCacheInterceptor(
noNetCacheTime
)
)
.addNetworkInterceptor(
NetCacheInterceptor(
cacheTime
)
)
}
}
/**
* 配置超时信息
*/
private fun setTimeout() {
okHttpClientBuilder.readTimeout(
if (readTimeout == 0L) defaultTimeout else readTimeout,
TimeUnit.SECONDS
)
okHttpClientBuilder.writeTimeout(
if (writeTimeout == 0L) defaultTimeout else writeTimeout,
TimeUnit.SECONDS
)
okHttpClientBuilder.connectTimeout(
if (connectTimeout == 0L) defaultTimeout else connectTimeout,
TimeUnit.SECONDS
)
okHttpClientBuilder.retryOnConnectionFailure(true)
}
/**
* 配置证书
*/
private fun setSslConfig() {
var sslParams: SSLUtils.SSLParams? = if (null == certificates) {
//信任所有证书,不安全有风险
SSLUtils.getSslSocketFactory()
} else {
if (null != bksFile && !TextUtils.isEmpty(password)) {
//使用bks证书和密码管理客户端证书(双向认证),使用预埋证书,校验服务端证书(自签名证书)
SSLUtils.getSslSocketFactory(bksFile, password, *certificates!!)
} else {
//使用预埋证书,校验服务端证书(自签名证书)
SSLUtils.getSslSocketFactory(*certificates!!)
}
}
okHttpClientBuilder.sslSocketFactory(
sslParams?.sSLSocketFactory!!,
sslParams.trustManager
)
}
private fun setHostnameVerifier() {
if (null == hostnameVerifier) {
okHttpClientBuilder.hostnameVerifier(SSLUtils.UnSafeHostnameVerifier)
} else {
okHttpClientBuilder.hostnameVerifier(hostnameVerifier!!)
}
}
}
}
package com.qimai.android.fetch.convert
import com.google.gson.Gson
import com.google.gson.TypeAdapter
import com.google.gson.reflect.TypeToken
import com.qimai.android.fetch.interceptors.TokenExpire
import okhttp3.ResponseBody
import retrofit2.Converter
import retrofit2.Retrofit
import java.lang.reflect.Type
/**
* created by wangwei ON 2019-09-04 email:wangwei_5521@163.com
* @version 1.1.1
* @Description
**/
@Suppress("UNCHECKED_CAST")
class StandardGsonConvertFactory constructor(private var gson: Gson,var expire:TokenExpire?) :
Converter.Factory() {
lateinit var adapter: TypeAdapter<out Any>
companion object {
fun create(gson: Gson): StandardGsonConvertFactory {
if (gson == null) throw Throwable("gson == null")
return StandardGsonConvertFactory(gson,null)
}
fun create(gson: Gson, expire: TokenExpire):StandardGsonConvertFactory {
if (gson == null) throw Throwable("gson == null")
return StandardGsonConvertFactory(gson,expire)
}
}
override fun responseBodyConverter(
type: Type,
annotations: Array<Annotation>,
retrofit: Retrofit
): Converter<ResponseBody, *>? {
// annotations.forEach {
// if (it is Standard) {
// val baseDataType = object : ParameterizedType {
// override fun getRawType(): Type {
// return BaseData::class.java
// }
//
// override fun getOwnerType(): Type? {
// return null
// }
//
// override fun getActualTypeArguments(): Array<Type> {
// return arrayOf(type)
// }
//
// }
// adapter = gson.getAdapter(TypeToken.get(baseDataType))
// return StandardGsonResponseBodyConverter(adapter, gson)
// }
// }
adapter = gson.getAdapter(TypeToken.get(type))
return StandardGsonResponseBodyConverter(adapter, gson, type,expire)
}
}
package com.qimai.android.fetch.convert
import android.text.TextUtils
import com.google.gson.Gson
import com.google.gson.TypeAdapter
import com.qimai.android.fetch.interceptors.TokenExpire
import com.qimai.android.fetch.model.BaseData
import okhttp3.ResponseBody
import retrofit2.Converter
import java.io.IOException
import java.lang.reflect.Type
/**
* created by wangwei ON 2019-09-04 email:wangwei_5521@163.com
* @version 1.1.1
* @Description
**/
class StandardGsonResponseBodyConverter<T> constructor(
var adapter: TypeAdapter<T>,
var gson: Gson,
var type: Type,
var expire: TokenExpire?
) :
Converter<ResponseBody, T> {
override fun convert(value: ResponseBody): T? {
val reponseString = value.string()
val baseData = gson.fromJson<BaseData<*>>(reponseString, BaseData::class.java)
if (TextUtils.equals("false", baseData.status)) {
value.close()
if (baseData.code == 9001L) {
expire?.let {
it.expre()
}
throw TOKENExpireException("token过期")
} else {
throw BizException(baseData?.message ?: "操作失败",baseData.code)
}
} else {
try {
return when {
TextUtils.equals(baseData.data.toString(), "[]") -> {
baseData as T
}
else -> {
gson.fromJson<BaseData<*>>(reponseString, type) as T
}
}
} catch (t: Throwable) {
throw ServerResponseException(t.message)
} finally {
value.close()
}
}
}
}
class ServerResponseException(msg: String?) : IOException(msg)
// 业务返回问题
class BizException(msg: String,var code:Long) : IOException(msg)
class TOKENExpireException(msg: String) : IOException(msg)
\ No newline at end of file
package com.qimai.android.fetch.download
import androidx.lifecycle.MutableLiveData
import androidx.lifecycle.ViewModel
/**
* created by wangwei ON 2019-12-31 email:wangwei_5521@163.com
* @version 1.1.1
* @Description
**/
class DownLoadModel : ViewModel() {
val progressLiveData: MutableLiveData<Float> = MutableLiveData()
fun downloadFile(url: String): MutableLiveData<Float> {
return progressLiveData
}
}
\ No newline at end of file
package com.qimai.android.fetch.download
import com.qimai.android.fetch.retrofit.RetrofitBuilder
import okhttp3.OkHttpClient
import okhttp3.ResponseBody
import retrofit2.Call
import retrofit2.Response
/**
* created by wangwei ON 2019-12-31 email:wangwei_5521@163.com
* @version 1.1.1
* @Description
**/
class DownLoaderHelper private constructor() {
var apiService: DownloadApi
private var retrofit = RetrofitBuilder.Builder()
.okhttpClient(
OkHttpClient.Builder()
.addInterceptor(DownloadInterceptor()).build()
)
.build()
init {
apiService = retrofit.create(DownloadApi::class.java)
}
fun downloadFile(url: String) {
apiService.downloadFile(url)
.enqueue(object : retrofit2.Callback<ResponseBody> {
override fun onFailure(call: Call<ResponseBody>, t: Throwable) {
}
override fun onResponse(
call: Call<ResponseBody>,
response: Response<ResponseBody>
) {
}
})
}
companion object {
val instance: DownLoaderHelper by lazy {
DownLoaderHelper()
}
}
}
\ No newline at end of file
package com.qimai.android.fetch.download
import okhttp3.ResponseBody
import retrofit2.http.GET
import retrofit2.http.Streaming
import retrofit2.http.Url
/**
* created by wangwei ON 2019-12-31 email:wangwei_5521@163.com
* @version 1.1.1
* @Description
**/
interface DownloadApi {
@Streaming
@GET
fun downloadFile(@Url file: String): retrofit2.Call<ResponseBody>
}
\ No newline at end of file
package com.qimai.android.fetch.download
import okhttp3.Interceptor
import okhttp3.Request
import okhttp3.Response
/**
* created by wangwei ON 2019-12-31 email:wangwei_5521@163.com
* @version 1.1.1
* @Description 取消gzip压缩 否自 content-Length = -1
**/
class DownloadInterceptor:Interceptor {
override fun intercept(chain: Interceptor.Chain): Response {
val request: Request = chain.request()
return chain.proceed(
request.newBuilder()
.addHeader("Accept-Encoding", "identity")
.build()
)
}
}
\ No newline at end of file
package com.qimai.android.fetch.download
/**
* created by wangwei ON 2019-12-31 email:wangwei_5521@163.com
* @version 1.1.1
* @Description
**/
interface ProgressListener {
fun onResponseProgress(
bytesRead: Long,
contentLength: Long,
progress: Int,
done: Boolean,
filePath: String?
)
}
\ No newline at end of file
package com.qimai.android.fetch.extention
import android.os.Environment
import com.qimai.android.fetch.download.ProgressListener
import okhttp3.ResponseBody
import java.io.File
import java.io.FileOutputStream
import java.io.IOException
import java.io.InputStream
/**
* created by wangwei ON 2019-12-31 email:wangwei_5521@163.com
* @version 1.1.1
* @Description
**/
/**
* 保存文件
* note: string 文件的名字
*/
fun String.saveFile(response: ResponseBody, progressListener: ProgressListener): File {
if (this.isEmpty()) {
throw IllegalArgumentException("file name cannot allow empty ")
}
var fileDir = "${Environment.getExternalStorageDirectory()}" +
"${File.separator}QMDoowload${File.separator}"
val contentLength: Long = response.contentLength()
var inputStream: InputStream? = null
val buf = ByteArray(1024)
var len = 0
var fos: FileOutputStream? = null
return try {
inputStream = response.byteStream()
var sum: Long = 0
val dir =
File(fileDir)
if (!dir.exists()) {
dir.mkdirs()
}
var file = File(dir,this)
fos = FileOutputStream(file)
while (inputStream.read(buf).also { len = it } != -1) {
sum += len.toLong()
fos.write(buf, 0, len)
val finalSum = sum
progressListener.onResponseProgress(
finalSum,
contentLength,
(finalSum * 1.0f / contentLength * 100).toInt(),
finalSum == contentLength,
dir.absolutePath
)
}
fos.flush()
dir
} finally {
try {
response.close()
if (inputStream != null) inputStream.close()
} catch (e: IOException) {
}
try {
if (fos != null) fos.close()
} catch (e: IOException) {
}
}
}
\ No newline at end of file
package com.qimai.android.fetch.extention
import android.util.Log
/**
* created by wangwei ON 2019-09-01 email:wangwei_5521@163.com
* @version 1.1.1
* @Description
**/
const val TAG = "QM_NETWORK"
fun String.V() {
Log.v(TAG, this)
}
fun String.E() {
Log.e(TAG, this)
}
fun String.W() {
Log.w(TAG, this)
}
fun String.I() {
Log.i(TAG, this)
}
package com.qimai.android.fetch.extention
import android.text.TextUtils
import androidx.lifecycle.MutableLiveData
import androidx.lifecycle.ViewModel
import androidx.lifecycle.liveData
import androidx.lifecycle.viewModelScope
import com.qimai.android.fetch.Response.Resource
import com.qimai.android.fetch.convert.BizException
import com.qimai.android.fetch.convert.ServerResponseException
import com.qimai.android.fetch.convert.TOKENExpireException
import com.qimai.android.fetch.model.BaseData
import kotlinx.coroutines.launch
import retrofit2.HttpException
import java.net.ConnectException
import java.net.UnknownHostException
/**
* created by wangwei ON 2019-09-06 email:wangwei_5521@163.com
* @version 1.1.1
* @Description
**/
private const val UNAUTHORIZED = 401
private const val FORBIDDEN = 403
private const val NOT_FOUND = 404
private const val REQUEST_TIMEOUT = 408
private const val INTERNAL_SERVER_ERROR = 500
private const val BAD_GATEWAY = 502
private const val SERVICE_UNAVAILABLE = 503
private const val GATEWAY_TIMEOUT = 504
fun <T> ViewModel.safeCall(liveData: MutableLiveData<Resource<T>>, call: suspend () -> T) {
viewModelScope.launch {
liveData.value = Resource.loading(null)
try {
val data = call.invoke()
liveData.value = Resource.success(data)
} catch (t: Throwable) {
liveData.value = handleResponseError(t)
}
}
}
fun <T> ViewModel.safeCall(call: suspend () -> T) = liveData(viewModelScope.coroutineContext) {
emit(Resource.loading(null))
try {
val data = call.invoke()
emit(Resource.success(data))
} catch (t: Throwable) {
emit(handleResponseError(t))
}
}
fun <T> handleResponseError(throwable: Throwable?): Resource<T> {
return when (throwable) {
null -> Resource.error("程序出错", null)
is HttpException -> when (throwable.code()) {
UNAUTHORIZED, FORBIDDEN, NOT_FOUND, REQUEST_TIMEOUT,
INTERNAL_SERVER_ERROR, BAD_GATEWAY, SERVICE_UNAVAILABLE, GATEWAY_TIMEOUT -> {
Resource.error("当前网络状态不稳定,请检查当前网络", null)
}
else -> {
Resource.error("当前网络状态不稳定,请检查当前网络", null)
}
}
is TOKENExpireException ->
Resource.error(throwable.message ?: "token过期", null)
is ServerResponseException -> // 解析json
Resource.error("服务端返回格式错误", null)
is ConnectException, is UnknownHostException ->
Resource.error("当前网络状态不稳定,请检查当前网络", null)
is BizException ->
Resource.error(throwable.message!!,BaseData(throwable.code,null,"","false") as T)
is UnknownHostException ->
Resource.error("当前网络状态不稳定,请检查当前网络", null)
else -> {
if (!TextUtils.isEmpty(throwable.message)) {
Resource.error(throwable.message!!, null)
} else {
Resource.error("当前网络状态不稳定,请检查当前网络", null)
}
}
}
}
\ No newline at end of file
package com.qimai.android.fetch.gson
import com.google.gson.*
import java.lang.reflect.Type
/**
* 定义为double类型,如果后台返回""或者null,则返回0.00
*/
class DoubleDefault0Adapter : JsonSerializer<Double>, JsonDeserializer<Double> {
@Throws(JsonParseException::class)
override fun deserialize(json: JsonElement, typeOfT: Type, context: JsonDeserializationContext): Double? {
try {
if (json.asString == "" || json.asString == "null") {
return 0.00
}
} catch (ignore: Exception) {
}
try {
return json.asDouble
} catch (e: NumberFormatException) {
throw JsonSyntaxException(e)
}
}
override fun serialize(src: Double?, typeOfSrc: Type, context: JsonSerializationContext): JsonElement {
return JsonPrimitive(src!!)
}
}
\ No newline at end of file
package com.qimai.android.fetch.gson
import com.google.gson.Gson
import com.google.gson.GsonBuilder
object GsonAdapter {
fun buildGson(): Gson {
return GsonBuilder()
.registerTypeAdapter(
Int::class.java,
IntegerDefault0Adapter()
)
.registerTypeAdapter(
Int::class.javaPrimitiveType,
IntegerDefault0Adapter()
)
.registerTypeAdapter(
Double::class.java,
DoubleDefault0Adapter()
)
.registerTypeAdapter(
Double::class.javaPrimitiveType,
DoubleDefault0Adapter()
)
.registerTypeAdapter(
Long::class.java,
LongDefault0Adapter()
)
.registerTypeAdapter(
Long::class.javaPrimitiveType,
LongDefault0Adapter()
).setPrettyPrinting()
.create()
}
}
package com.qimai.android.fetch.gson
import com.google.gson.*
import java.lang.reflect.Type
/**
*
*
*
* 定义为int类型,如果后台返回""或者null,则返回0
*/
class IntegerDefault0Adapter : JsonSerializer<Int>, JsonDeserializer<Int> {
@Throws(JsonParseException::class)
override fun deserialize(json: JsonElement, typeOfT: Type, context: JsonDeserializationContext): Int? {
try {
if (json.asString == "" || json.asString == "null") {
return 0
}
} catch (ignore: Exception) {
}
try {
return json.asInt
} catch (e: NumberFormatException) {
throw JsonSyntaxException(e)
}
}
override fun serialize(src: Int?, typeOfSrc: Type, context: JsonSerializationContext): JsonElement {
return JsonPrimitive(src!!)
}
}
\ No newline at end of file
package com.qimai.android.fetch.gson
import com.google.gson.*
import java.lang.reflect.Type
/**
* 定义为long类型,如果后台返回""或者null,则返回0
*/
class LongDefault0Adapter : JsonSerializer<Long>, JsonDeserializer<Long> {
@Throws(JsonParseException::class)
override fun deserialize(json: JsonElement, typeOfT: Type, context: JsonDeserializationContext): Long? {
try {
if (json.asString == "" || json.asString == "null") {
return 0L
}
} catch (ignore: Exception) {
}
try {
return json.asLong
} catch (e: NumberFormatException) {
throw JsonSyntaxException(e)
}
}
override fun serialize(src: Long?, typeOfSrc: Type, context: JsonSerializationContext): JsonElement {
return JsonPrimitive(src!!)
}
}
\ No newline at end of file
package com.qimai.android.fetch.gson
import com.google.gson.*
import java.lang.reflect.Type
/**
* 定义为long类型,如果后台返回""或者null,则返回0
*/
class StringDefault0Adapter : JsonSerializer<String>, JsonDeserializer<String> {
@Throws(JsonParseException::class)
override fun deserialize(
json: JsonElement,
typeOfT: Type,
context: JsonDeserializationContext
): String? {
try {
if (json.asString == "null") {
return ""
}
} catch (ignore: Exception) {
}
try {
return json.asString
} catch (e: NumberFormatException) {
throw JsonSyntaxException(e)
}
}
override fun serialize(
src: String?,
typeOfSrc: Type,
context: JsonSerializationContext
): JsonElement {
return JsonPrimitive(src!!)
}
}
\ No newline at end of file
package com.qimai.android.fetch.interceptors
import okhttp3.Headers
import okhttp3.Interceptor
import okhttp3.Request
import okhttp3.Response
/**
* @author wangwei
* @version 1.1.1
* @date 2019-08-14
* @Description
* @email wangwei_5521@163.com
**/
abstract class HeaderInterceptor : Interceptor {
override fun intercept(chain: Interceptor.Chain): Response {
val request = chain.request()
val headers = buildHeaders()
return if (headers.isEmpty()) {
chain.proceed(request)
} else {
chain.proceed(
request.newBuilder()
.headers(addHeaders(request, headers))
.build()
)
}
}
private fun addHeaders(request: Request, headerMap: Map<String, String>): Headers {
val headers = request.headers()
val builder = headers.newBuilder()
for (key in headerMap.keys) {
builder.add(key, headerMap[key])
}
return builder.build()
}
abstract fun buildHeaders(): Map<String, String>
}
\ No newline at end of file
package com.qimai.android.fetch.interceptors
import okhttp3.logging.HttpLoggingInterceptor
/**
@author wangwei
@version 1.1.1
@date 2019-08-16
@Description
@email wangwei_5521@163.com
**/
class HttpLog : HttpLoggingInterceptor.Logger {
override fun log(message: String) {
// 请求或者响应开始
}
}
\ No newline at end of file
package com.qimai.android.fetch.interceptors
import android.text.TextUtils
import com.qimai.android.fetch.HOST_KEY
import okhttp3.HttpUrl
import okhttp3.Interceptor
import okhttp3.Request
import okhttp3.Response
/**
* @author wangwei
* @version 1.1.1
* @date 2019-08-12
* @Description 动态切换Host
* @email wangwei_5521@163.com
**/
class MultiHostInterceptor(var urlMap: MutableMap<String, HttpUrl>) : Interceptor {
// key : hostname
private val httpURLCache = mutableMapOf<String, HttpUrl>()
override fun intercept(chain: Interceptor.Chain): Response {
val originRequest = chain.request()
return chain.proceed(processRequest(originRequest))
}
private fun processRequest(request: Request): Request {
val newBuilder = request.newBuilder()
val headers = request.headers(HOST_KEY)
val domainName = when {
headers.size == 0 -> null
headers.size > 1 -> {
throw Throwable("header 只允许设置一个domain-name")
}
else -> request.header(HOST_KEY)
}
var httpUrl: HttpUrl?
if (!TextUtils.isEmpty(domainName)) {
httpUrl = httpURLCache[domainName]
newBuilder.removeHeader(HOST_KEY)
if (httpUrl == null) {
var baseUrl = urlMap["$domainName"]!!
httpUrl = request.url().newBuilder()
.host(baseUrl.host())
.scheme(baseUrl.scheme())
.port(baseUrl.port())
.build()
httpURLCache["$domainName"] = httpUrl
}
return newBuilder.url(httpUrl).build()
}
return request
}
}
\ No newline at end of file
package com.qimai.android.fetch.interceptors
import com.qimai.android.fetch.tool.isNetworkConnected
import com.qimai.android.widgetlib.toast.HolderContext
import okhttp3.CacheControl
import okhttp3.Interceptor
import okhttp3.Response
import java.io.IOException
import java.util.concurrent.TimeUnit
class NetCacheInterceptor(
/**
* 默认缓存60秒
*/
private val cacheTime: Int
) : Interceptor {
@Throws(IOException::class)
override fun intercept(chain: Interceptor.Chain): Response {
val request = chain.request()
val connected =
isNetworkConnected(HolderContext.getContext())
if (connected) {
//如果有网络,缓存60s
val response = chain.proceed(request)
val builder = CacheControl.Builder()
.maxAge(cacheTime, TimeUnit.SECONDS)
return response.newBuilder()
.header("Cache-Control", builder.build().toString())
.removeHeader("Pragma")
.build()
}
//如果没有网络,不做处理,直接返回
return chain.proceed(request)
}
}
package com.qimai.android.fetch.interceptors
import com.qimai.android.fetch.tool.isNetworkConnected
import com.qimai.android.widgetlib.toast.HolderContext
import okhttp3.CacheControl
import okhttp3.Interceptor
import okhttp3.Response
import java.io.IOException
class NoNetCacheInterceptor(
/**
* 无网络缓存时间3600秒
*/
private val noNetCacheTime: Int
) : Interceptor {
@Throws(IOException::class)
override fun intercept(chain: Interceptor.Chain): Response {
var request = chain.request()
val connected =
isNetworkConnected(HolderContext.getContext())
//如果没有网络,则启用 FORCE_CACHE
if (!connected) {
request = request.newBuilder()
.cacheControl(CacheControl.FORCE_CACHE)
.build()
val response = chain.proceed(request)
//没网的时候如果也没缓存的话就走网络
if (response.code() == 504) {
request = request.newBuilder()
.cacheControl(CacheControl.FORCE_NETWORK)
.build()
return chain.proceed(request)
}
return response.newBuilder()
.header("Cache-Control", "public, only-if-cached, max-stale=$noNetCacheTime")
.removeHeader("Pragma")
.build()
}
//有网络的时候,这个拦截器不做处理,直接返回
return chain.proceed(request)
}
}
package com.qimai.android.fetch.interceptors
/**
* created by wangwei ON 3/3/20 email:wangwei_5521@163.com
* @version 1.1.1
* @Description
**/
interface TokenExpire {
fun expre()
}
\ No newline at end of file
package com.qimai.android.fetch.model
/**
@author wangwei
@version 1.1.1
@date 2019-08-15
@Description
@email wangwei_5521@163.com
**/
data class BaseData<T> constructor(
var code: Long,
var data: T?,
var message: String,
var status: String = "true"
)
package com.qimai.android.fetch.retrofit
import android.content.Context
import com.qimai.android.fetch.gson.GsonAdapter
import okhttp3.HttpUrl
import okhttp3.OkHttpClient
import retrofit2.CallAdapter
import retrofit2.Converter
import retrofit2.Retrofit
import retrofit2.converter.gson.GsonConverterFactory
/**
* @author wangwei
* @version 1.1.1
* @date 2019-08-13
* @Description
* @email wangwei_5521@163.com
**/
class RetrofitBuilder private constructor() {
var baseUrl: String? = null
var callAdapterFactory: MutableList<CallAdapter.Factory> = mutableListOf()
var converterFactory: MutableList<Converter.Factory> = mutableListOf()
var okHttpClient: OkHttpClient? = null
var muHostUrl = mutableMapOf<String, HttpUrl>()
companion object {
val instance: RetrofitBuilder by lazy {
RetrofitBuilder()
}
}
class Builder {
private var baseUrl: String? = null
private var callAdapterFactory: MutableList<CallAdapter.Factory> = mutableListOf()
private var converterFactory: MutableList<Converter.Factory> = mutableListOf()
private var okHttpClient: OkHttpClient? = null
private var muHostUrl = mutableMapOf<String, HttpUrl>()
private var context: Context? = null
fun baseUrl(baseUrl: String) = apply {
this.baseUrl = baseUrl
}
fun callAdapterFactory(callaAdapterFactory: MutableList<CallAdapter.Factory>) = apply {
this.callAdapterFactory = callaAdapterFactory
}
fun context(context: Context) = apply {
this.context = context
}
fun convertFactory(conventFactorys: MutableList<Converter.Factory>) = apply {
this.converterFactory = conventFactorys
}
fun okhttpClient(okHttpClient: OkHttpClient) = apply {
this.okHttpClient = okHttpClient
}
fun muHostUrl(muHost: MutableMap<String, HttpUrl>) = apply {
this.muHostUrl + muHost
}
private fun doDefault(retrofitBuilder: RetrofitBuilder) {
if (retrofitBuilder.converterFactory.isEmpty()) {
retrofitBuilder.converterFactory.add(GsonConverterFactory.create(GsonAdapter.buildGson()))
}
}
fun build(): Retrofit {
val retrofitBuilder = RetrofitBuilder()
retrofitBuilder.baseUrl = this.baseUrl
retrofitBuilder.callAdapterFactory = this.callAdapterFactory
retrofitBuilder.okHttpClient = this.okHttpClient
retrofitBuilder.converterFactory = this.converterFactory
retrofitBuilder.muHostUrl + this.muHostUrl
doDefault(retrofitBuilder)
val builder = Retrofit.Builder()
callAdapterFactory.forEach {
builder.addCallAdapterFactory(it)
}
converterFactory.forEach {
builder.addConverterFactory(it)
}
return builder
.baseUrl(baseUrl)
.client(okHttpClient)
.build()
}
}
}
\ No newline at end of file
@file:JvmName("NetWorkUtils")
package com.qimai.android.fetch.tool
import android.content.Context
import android.net.ConnectivityManager
/**
@author wangwei
@version 1.1.1
@date 2019-08-14
@Description
@email wangwei_5521@163.com
**/
fun isNetworkConnected(context: Context): Boolean {
val mConnectivityManager =
context!!.getSystemService(Context.CONNECTIVITY_SERVICE) as ConnectivityManager
val mNetworkInfo = mConnectivityManager.activeNetworkInfo
if (mNetworkInfo != null) {
return mNetworkInfo.isAvailable
}
return false
}
\ No newline at end of file
/*
* Copyright (C) 2017 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.qimai.android.fetch.tool
import androidx.annotation.MainThread
import androidx.annotation.WorkerThread
import androidx.lifecycle.LiveData
import androidx.lifecycle.MediatorLiveData
import com.qimai.android.fetch.Response.ApiErrorResponse
import com.qimai.android.fetch.Response.ApiResponse
import com.qimai.android.fetch.Response.ApiSuccessResponse
import com.qimai.android.fetch.Response.Resource
/**
* A generic class that can provide a resource backed by both the the network.
*
*
* You can read more about it in the [Architecture
* Guide](https://developer.android.com/arch).
* @param <ResultType>
* @param <RequestType>
</RequestType></ResultType> */
abstract class NetworkBoundResource<RequestType>
@MainThread constructor() {
private val result = MediatorLiveData<Resource<RequestType>>()
init {
setValue(Resource.loading(null))
fetchFromNetwork()
}
@MainThread
private fun setValue(newValue: Resource<RequestType>) {
if (result.value != newValue) {
result.value = newValue
}
}
private fun fetchFromNetwork() {
val apiResponse = createCall()
result.addSource(apiResponse) { response ->
result.removeSource(apiResponse)
when (response) {
is ApiSuccessResponse -> {
setValue(Resource.success(processResponse(response)))
}
is ApiErrorResponse -> {
onFetchFailed()
setValue(Resource.error(response.errorMessage, null))
}
}
}
}
protected fun onFetchFailed() {
}
fun asLiveData() = result as LiveData<Resource<RequestType>>
@WorkerThread
protected open fun processResponse(response: ApiSuccessResponse<RequestType>) = response.body
@MainThread
protected abstract fun createCall(): LiveData<ApiResponse<RequestType>>
}
package com.qimai.android.fetch.tool
import android.annotation.SuppressLint
import android.util.Log
import java.io.IOException
import java.io.InputStream
import java.security.KeyManagementException
import java.security.KeyStore
import java.security.NoSuchAlgorithmException
import java.security.cert.CertificateException
import java.security.cert.CertificateFactory
import java.security.cert.X509Certificate
import javax.net.ssl.*
/**
* @author wangwei
* @version 1.1.1
* @date 2019-08-14
* @Description
* @email wangwei_5521@163.com
**/
object SSLUtils {
val sslSocketFactory: SSLParams
get() = getSslSocketFactoryBase(null, null, null)
/**
* 为了解决客户端不信任服务器数字证书的问题,网络上大部分的解决方案都是让客户端不对证书做任何检查,
* 这是一种有很大安全漏洞的办法
*/
var UnSafeTrustManager: X509TrustManager = object : X509TrustManager {
@SuppressLint("TrustAllX509TrustManager")
@Throws(CertificateException::class)
override fun checkClientTrusted(chain: Array<X509Certificate>, authType: String) {
}
@SuppressLint("TrustAllX509TrustManager")
@Throws(CertificateException::class)
override fun checkServerTrusted(chain: Array<X509Certificate>, authType: String) {
}
override fun getAcceptedIssuers(): Array<X509Certificate> {
return arrayOf()
}
}
/**
* 此类是用于主机名验证的基接口。 在握手期间,如果 URL 的主机名和服务器的标识主机名不匹配,
* 则验证机制可以回调此接口的实现程序来确定是否应该允许此连接。策略可以是基于证书的或依赖于其他验证方案。
* 当验证 URL 主机名使用的默认规则失败时使用这些回调。如果主机名是可接受的,则返回 true
*/
var UnSafeHostnameVerifier: HostnameVerifier = HostnameVerifier { hostname, session -> true }
class SSLParams {
var sSLSocketFactory: SSLSocketFactory? = null
var trustManager: X509TrustManager? = null
}
/**
* https单向认证
* 可以额外配置信任服务端的证书策略,否则默认是按CA证书去验证的,若不是CA可信任的证书,则无法通过验证
*/
fun getSslSocketFactory(trustManager: X509TrustManager): SSLParams {
return getSslSocketFactoryBase(
trustManager,
null,
null
)
}
/**
* https单向认证
* 用含有服务端公钥的证书校验服务端证书
*/
fun getSslSocketFactory(vararg certificates: InputStream): SSLParams {
return getSslSocketFactoryBase(
null,
null,
null,
*certificates
)
}
/**
* https双向认证
* bksFile 和 password -> 客户端使用bks证书校验服务端证书
* certificates -> 用含有服务端公钥的证书校验服务端证书
*/
fun getSslSocketFactory(bksFile: InputStream?, password: String?, vararg certificates: InputStream): SSLParams {
return getSslSocketFactoryBase(
null,
bksFile,
password,
*certificates
)
}
/**
* https双向认证
* bksFile 和 password -> 客户端使用bks证书校验服务端证书
* X509TrustManager -> 如果需要自己校验,那么可以自己实现相关校验,如果不需要自己校验,那么传null即可
*/
fun getSslSocketFactory(bksFile: InputStream?, password: String, trustManager: X509TrustManager): SSLParams {
return getSslSocketFactoryBase(
trustManager,
bksFile,
password
)
}
private fun getSslSocketFactoryBase(
trustManager: X509TrustManager?,
bksFile: InputStream?,
password: String?,
vararg certificates: InputStream
): SSLParams {
val sslParams = SSLParams()
try {
val keyManagers =
prepareKeyManager(bksFile, password)
val trustManagers =
prepareTrustManager(*certificates)
val manager: X509TrustManager?
if (trustManager != null) {
//优先使用用户自定义的TrustManager
manager = trustManager
} else if (trustManagers != null) {
//然后使用默认的TrustManager
manager = chooseTrustManager(trustManagers)
} else {
//否则使用不安全的TrustManager
manager = UnSafeTrustManager
}
// 创建TLS类型的SSLContext对象, that uses our TrustManager
val sslContext = SSLContext.getInstance("TLS")
// 用上面得到的trustManagers初始化SSLContext,这样sslContext就会信任keyStore中的证书
// 第一个参数是授权的密钥管理器,用来授权验证,比如授权自签名的证书验证。第二个是被授权的证书管理器,用来验证服务器端的证书
sslContext.init(keyManagers, arrayOf<TrustManager>(manager!!), null)
// 通过sslContext获取SSLSocketFactory对象
sslParams.sSLSocketFactory = sslContext.socketFactory
sslParams.trustManager = manager
return sslParams
} catch (e: NoSuchAlgorithmException) {
throw AssertionError(e)
} catch (e: KeyManagementException) {
throw AssertionError(e)
}
}
private fun prepareKeyManager(bksFile: InputStream?, password: String?): Array<KeyManager>? {
try {
if (bksFile == null || password == null) return null
val clientKeyStore = KeyStore.getInstance("BKS")
clientKeyStore.load(bksFile, password.toCharArray())
val kmf = KeyManagerFactory.getInstance(KeyManagerFactory.getDefaultAlgorithm())
kmf.init(clientKeyStore, password.toCharArray())
return kmf.keyManagers
} catch (e: Exception) {
Log.e("ssl", e.message)
}
return null
}
private fun prepareTrustManager(vararg certificates: InputStream): Array<TrustManager>? {
if (certificates == null || certificates.isEmpty()) return null
try {
val certificateFactory = CertificateFactory.getInstance("X.509")
// 创建一个默认类型的KeyStore,存储我们信任的证书
val keyStore = KeyStore.getInstance(KeyStore.getDefaultType())
keyStore.load(null)
var index = 0
for (certStream in certificates) {
val certificateAlias = (index++).toString()
// 证书工厂根据证书文件的流生成证书 cert
val cert = certificateFactory.generateCertificate(certStream)
// 将 cert 作为可信证书放入到keyStore中
keyStore.setCertificateEntry(certificateAlias, cert)
try {
certStream?.close()
} catch (e: IOException) {
Log.e("ssl", e.message)
}
}
//我们创建一个默认类型的TrustManagerFactory
val tmf = TrustManagerFactory.getInstance(TrustManagerFactory.getDefaultAlgorithm())
//用我们之前的keyStore实例初始化TrustManagerFactory,这样tmf就会信任keyStore中的证书
tmf.init(keyStore)
//通过tmf获取TrustManager数组,TrustManager也会信任keyStore中的证书
return tmf.trustManagers
} catch (e: Exception) {
Log.e("ssl", e.message)
}
return null
}
private fun chooseTrustManager(trustManagers: Array<TrustManager>): X509TrustManager? {
for (trustManager in trustManagers) {
if (trustManager is X509TrustManager) {
return trustManager
}
}
return null
}
}
<resources>
<string name="app_name">tool_network</string>
</resources>
package com.qimai.android.tool_network;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() {
assertEquals(4, 2 + 2);
}
}
\ No newline at end of file
......@@ -70,7 +70,7 @@ dependencies {
}
group 'com.qmai.android.log'
version '1.0.1.19-SNAPSHOT'
version '1.0.1.21-SNAPSHOT'
gradlePublish {
......
......@@ -39,7 +39,7 @@ class LogInit private constructor() {
logConfig.pubkey = ""
logConfig.compressmode = Xlog.ZLIB_MODE
logConfig.compresslevel = 0
logConfig.cachedays = 0
logConfig.cachedays = 3
logConfig.cachedir = ""
// if (BuildConfig.DEBUG) {
logConfig.level = Xlog.LEVEL_DEBUG
......
......@@ -51,7 +51,7 @@ repositories {
}
group 'com.qmai.android.print'
version '1.1.22-SNAPSHOT'
version '1.1.26-SNAPSHOT'
gradlePublish {
......
......@@ -17,45 +17,18 @@ class TestPrintTemplate (var maxLineChars:Int = 32): PrintTemplate<Any> {
aligin = FontAligin.CENTER,
fontSizeType = FontSizeType.FONT_3
)
writelnLineText("【打包】", aligin = FontAligin.CENTER, fontSizeType = FontSizeType.FONT_2)
writelnLineText(
"取餐号: S005",
aligin = FontAligin.CENTER,
fontSizeType = FontSizeType.FONT_3
)
writelnLineText(
formatValuesAliginLfAndAliginRight("【桌号】", "1233"),
fontSizeType = FontSizeType.FONT_2
)
writelnLineText(formatValuesAliginLfAndAliginRight("【下单时间】", "2019-10-10 18:34:24"))
writelnLineText(formatAllLinePonit(), lineSpaceSize = 80)
writelnLineText(
formatGoods("红烧肉", "*1 ", "12.00"),
fontSizeType = FontSizeType.FONT_2,
lineSpaceSize = 100
)
writelnLineText("我是规格")
writelnLineText(
formatGoods("蛋炒饭我喜欢吃and你呢?", "【*2】", "15.00"),
fontSizeType = FontSizeType.FONT_2, lineSpaceSize = 100
)
writelnLineText("我是规格", lineSpaceSize = 50)
writelnLineText(formatAllLinePonit())
writeNewLine()
writelnLineText(formatValuesAliginLfAndAliginRight("打包费: ", "11.22"))
writelnLineText(formatValuesAliginLfAndAliginRight("运费: ", "11.22"))
writelnLineText(formatValuesAliginLfAndAliginRight("平台优惠: ", "11.22"))
writelnLineText(formatValuesAliginLfAndAliginRight("平台优惠: ", "11.22"))
writelnLineText(formatValuesAliginLfAndAliginRight("支付方式: ", "余额"))
writelnLineText(
formatValuesAliginLfAndAliginRight("已付:", "11.22"),
formatGoods("测试商品", "*1 ", "12.00"),
fontSizeType = FontSizeType.FONT_2)
writelnLineText(
formatGoods("测试商品2", "【*2】", "15.00"),
fontSizeType = FontSizeType.FONT_2
)
writelnLineText(formatAllLinePonit())
writeNewLine()
writelnLineText("订单号:FD124Q443422")
writelnLineText("谢谢惠顾,欢迎下次光临")
writeNewLine(3)
writeNewLine(4)
//writeNewLine(1)
......
include ':fetch'
include ':printer'
include ':KeyBoardView'
include ':app', ':widgetlib', ':tools', ':smallwidget', ':usefulltool'
......
......@@ -13,6 +13,11 @@ import org.jetbrains.annotations.NotNull;
import java.util.concurrent.atomic.AtomicBoolean;
/***
* https://github.com/android/architecture-samples/blob/dev-todo-mvvm-live/todoapp/app/src/main/java/com/example/android/architecture/blueprints/todoapp/SingleLiveEvent.java
* 反正新进页面数据倒灌
* @param <T>
*/
public class SingleLiveEvent<T> extends MutableLiveData<T> {
private static final String TAG = "SingleLiveEvent";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment