diff --git a/.idea/misc.xml b/.idea/misc.xml
index bd841ff..bf61f48 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -12,21 +12,32 @@
diff --git a/GSKMTOrange/build.gradle b/GSKMTOrange/build.gradle
index 95b7406..60cef8f 100644
--- a/GSKMTOrange/build.gradle
+++ b/GSKMTOrange/build.gradle
@@ -2,8 +2,8 @@ apply plugin: 'com.android.application'
apply plugin: 'io.fabric'
android {
- compileSdkVersion 26
- buildToolsVersion '27.0.3'
+ compileSdkVersion 28
+ buildToolsVersion '28.0.3'
useLibrary 'org.apache.http.legacy'
@@ -18,11 +18,11 @@ android {
defaultConfig {
applicationId "cpm.com.gskmtorange"
minSdkVersion 17
- targetSdkVersion 22
+ targetSdkVersion 26
//For Egypt
- /*versionCode 21
- versionName "3.3"*/
+ /*versionCode 22
+ versionName "3.4"*/
//For UAE
/*versionCode 18
@@ -37,8 +37,8 @@ android {
versionName "3.4"*/
//For SA
- versionCode 1
- versionName "1.0"
+ versionCode 23
+ versionName "3.5"
multiDexEnabled true
@@ -56,32 +56,31 @@ android {
dependencies {
//implementation 'com.google.firebase:firebase-crash:11.8.0'
- implementation 'com.google.firebase:firebase-messaging:11.8.0'
+ implementation 'com.google.firebase:firebase-messaging:17.3.3'
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation files('libs/ksoap2-android-assembly-3.6.2-jar-with-dependencies.jar')
androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
- implementation 'com.android.support:appcompat-v7:26.1.0'
- implementation 'com.android.support:design:26.1.0'
+ implementation 'com.android.support:appcompat-v7:28.0.0'
+ implementation 'com.android.support:design:28.0.0'
- implementation 'com.android.support:cardview-v7:26.1.0'
- implementation 'com.android.support:recyclerview-v7:26.1.0'
+ implementation 'com.android.support:cardview-v7:28.0.0'
+ implementation 'com.android.support:recyclerview-v7:28.0.0'
implementation 'com.google.code.gson:gson:2.7'
- implementation 'com.android.support.constraint:constraint-layout:1.0.0-alpha4'
+ implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.squareup.retrofit:converter-gson:2.0.0-beta1'
- implementation 'com.google.android.gms:play-services-location:11.8.0'
- implementation 'com.google.android.gms:play-services-maps:11.8.0'
- implementation 'com.google.firebase:firebase-appindexing:11.8.0'
- implementation 'com.google.firebase:firebase-perf:11.8.0'
+ implementation 'com.google.android.gms:play-services-location:16.0.0'
+ implementation 'com.google.android.gms:play-services-maps:16.0.0'
+ implementation 'com.google.firebase:firebase-appindexing:17.1.0'
+ implementation 'com.google.firebase:firebase-perf:16.2.3'
- implementation('com.crashlytics.sdk.android:crashlytics:2.7.1@aar') {
- transitive = true;
- }
- implementation 'com.google.firebase:firebase-core:11.8.0'
+ // Add dependency
+ implementation 'com.crashlytics.sdk.android:crashlytics:2.9.7'
+ implementation 'com.google.firebase:firebase-core:16.0.6'
testImplementation 'junit:junit:4.12'
implementation project(':library')
diff --git a/GSKMTOrange/src/main/AndroidManifest.xml b/GSKMTOrange/src/main/AndroidManifest.xml
index 0130118..0d091f0 100644
--- a/GSKMTOrange/src/main/AndroidManifest.xml
+++ b/GSKMTOrange/src/main/AndroidManifest.xml
@@ -11,6 +11,7 @@
+
+ android:screenOrientation="portrait"
+ android:theme="@style/AppTheme.NoActionBar" />
+ android:screenOrientation="portrait"
+ android:theme="@style/AppTheme.NoActionBar" />
+ android:screenOrientation="portrait"
+ android:theme="@style/AppTheme.NoActionBar" />
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/Database/GSKOrangeDB.java b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/Database/GSKOrangeDB.java
index c5d5954..6870438 100644
--- a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/Database/GSKOrangeDB.java
+++ b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/Database/GSKOrangeDB.java
@@ -52,6 +52,7 @@ import cpm.com.gskmtorange.xmlGetterSetter.MSL_AvailabilityStockFacingGetterSett
import cpm.com.gskmtorange.xmlGetterSetter.MappingCategoryImageAllowGetterSetter;
import cpm.com.gskmtorange.xmlGetterSetter.MappingDisplayChecklistGetterSetter;
import cpm.com.gskmtorange.xmlGetterSetter.MappingPlanogramCountrywiseGetterSetter;
+import cpm.com.gskmtorange.xmlGetterSetter.MappingPlanogramStorewiseGetterSetter;
import cpm.com.gskmtorange.xmlGetterSetter.MappingPromotionGetterSetter;
import cpm.com.gskmtorange.xmlGetterSetter.MappingStockGetterSetter;
import cpm.com.gskmtorange.xmlGetterSetter.MappingStockStorewiseGetterSetter;
@@ -63,6 +64,7 @@ import cpm.com.gskmtorange.xmlGetterSetter.NonWorkingReasonGetterSetter;
import cpm.com.gskmtorange.xmlGetterSetter.NonWorkingSubReasonGetterSetter;
import cpm.com.gskmtorange.xmlGetterSetter.POGGetterSetter;
import cpm.com.gskmtorange.xmlGetterSetter.POGQuestionGetterSetter;
+import cpm.com.gskmtorange.xmlGetterSetter.PromoComplianceSkuwiseGetterSetter;
import cpm.com.gskmtorange.xmlGetterSetter.Promo_Compliance_DataGetterSetter;
import cpm.com.gskmtorange.xmlGetterSetter.RowColumnGetterSetter;
import cpm.com.gskmtorange.xmlGetterSetter.STORE_PERFORMANCE_MasterGetterSetter;
@@ -84,7 +86,7 @@ import cpm.com.gskmtorange.xmlGetterSetter.TableBean;
*/
public class GSKOrangeDB extends SQLiteOpenHelper {
- public static final String DATABASE_NAME = "GSK_ORANGE_DB42";
+ public static final String DATABASE_NAME = "GSK_ORANGE_DB46";
public static final int DATABASE_VERSION = 15;
TableBean tableBean;
private SQLiteDatabase db;
@@ -190,6 +192,10 @@ public class GSKOrangeDB extends SQLiteOpenHelper {
db.execSQL(TableBean.getTable_MAPPING_STOCK_STOREWISE());//--Added 04.12.2018
}
+ if(TableBean.getTable_MAPPING_PLANOGRAM_STORE_WISE()!=null){
+ db.execSQL(TableBean.getTable_MAPPING_PLANOGRAM_STORE_WISE());//--Added 17.01.2019
+ }
+
//15-03-2017
db.execSQL(CommonString.CREATE_TABLE_INSERT_MSL_AVAILABILITY_STOCK_FACING);
db.execSQL(CommonString.CREATE_TABLE_INSERT_NO_CAMERA_FACING_DATA);
@@ -197,6 +203,8 @@ public class GSKOrangeDB extends SQLiteOpenHelper {
db.execSQL(CommonString.CREATE_TABLE_POG_DATA_SAVE);
db.execSQL(CommonString.CREATE_TABLE_COACHING_VISIT);
db.execSQL(CommonString.CREATE_TABLE_DELIVERY_CALLS);//--Added 09.10.2018
+ db.execSQL(CommonString.CREATE_TABLE_INSERT_PROMO_SKUWISE);//--Added 10.12.2018
+ db.execSQL(CommonString.CREATE_TABLE_INSERT_PROMO_SKUWISE_EXISTS);//--Added 11.12.2018
} catch (SQLException e) {
e.printStackTrace();
@@ -228,6 +236,8 @@ public class GSKOrangeDB extends SQLiteOpenHelper {
db.delete(CommonString.TABLE_INSERT_STOCK_FACING_CHILD, "Store_Id='" + storeid + "'", null);
db.delete(CommonString.TABLE_INSERT_ADDITIONAL_PROMO_COMPLIANCE, "STORE_ID='" + storeid + "'", null);
db.delete(CommonString.TABLE_INSERT_PROMO_SKU, "STORE_ID='" + storeid + "'", null);
+ db.delete(CommonString.TABLE_INSERT_PROMO_SKUWISE, "STORE_ID='" + storeid + "'", null);
+ db.delete(CommonString.TABLE_INSERT_PROMO_SKUWISE_EXISTS, "STORE_ID='" + storeid + "'", null);
//Gagan end code
t2PGetterSetters = getT2pCompliancedaletedata(storeid);
@@ -270,6 +280,8 @@ public class GSKOrangeDB extends SQLiteOpenHelper {
db.delete(CommonString.TABLE_INSERT_STOCK_FACING_CHILD, null, null);
db.delete(CommonString.TABLE_INSERT_ADDITIONAL_PROMO_COMPLIANCE, null, null);
db.delete(CommonString.TABLE_INSERT_PROMO_SKU, null, null);
+ db.delete(CommonString.TABLE_INSERT_PROMO_SKUWISE, null, null);
+ db.delete(CommonString.TABLE_INSERT_PROMO_SKUWISE_EXISTS, null, null);
//Gagan end code
db.delete(CommonString.TABLE_INSERT_T2P_COMPLIANCE, null, null);
@@ -2634,13 +2646,19 @@ public class GSKOrangeDB extends SQLiteOpenHelper {
}
- public ArrayList getSKUMasterData() {
+ public ArrayList getSKUMasterData(String brand_id) {
Cursor cursordata = null;
ArrayList Data = new ArrayList();
try {
- cursordata = db.rawQuery("SELECT * FROM SKU_MASTER ", null);
+ if(brand_id==null){
+ cursordata = db.rawQuery("SELECT * FROM SKU_MASTER ", null);
+ }
+ else {
+ cursordata = db.rawQuery("SELECT * FROM SKU_MASTER where BRAND_ID = '"+ brand_id +"' ORDER BY SKU_SEQUENCE", null);
+ }
+
if (cursordata != null) {
cursordata.moveToFirst();
@@ -3276,21 +3294,28 @@ public class GSKOrangeDB extends SQLiteOpenHelper {
}
}
- public ArrayList getMappingPlanogramData(String category_id, String store_type_id, String class_id) {
+ public ArrayList getMappingPlanogramData(String category_id, String store_type_id, String class_id, String store_id) {
ArrayList list = new ArrayList<>();
Cursor dbcursor = null;
try {
- dbcursor = db.rawQuery("SELECT * FROM MAPPING_PLANOGRAM where CATEGORY_ID='" + category_id + "' AND STORETYPE_ID ='" + store_type_id
- + "' AND CLASS_ID ='" + class_id + "'", null);
+
+ if(store_type_id!=null){
+ dbcursor = db.rawQuery("SELECT * FROM MAPPING_PLANOGRAM where CATEGORY_ID='" + category_id + "' AND STORETYPE_ID ='" + store_type_id
+ + "' AND CLASS_ID ='" + class_id + "'", null);
+ }else {
+ dbcursor = db.rawQuery("SELECT * FROM MAPPING_PLANOGRAM_STORE_WISE where CATEGORY_ID='" + category_id + "' AND STORE_ID ='" + store_id + "'", null);
+ }
+
+
if (dbcursor != null) {
dbcursor.moveToFirst();
while (!dbcursor.isAfterLast()) {
MAPPING_PLANOGRAM_DataGetterSetter mp = new MAPPING_PLANOGRAM_DataGetterSetter();
- mp.setKEYACCOUNT_ID(dbcursor.getString(dbcursor.getColumnIndexOrThrow("KEYACCOUNT_ID")));
+ /*mp.setKEYACCOUNT_ID(dbcursor.getString(dbcursor.getColumnIndexOrThrow("KEYACCOUNT_ID")));
mp.setSTORETYPE_ID(dbcursor.getString(dbcursor.getColumnIndexOrThrow("STORETYPE_ID")));
- mp.setCLASS_ID(dbcursor.getString(dbcursor.getColumnIndexOrThrow("CLASS_ID")));
+ mp.setCLASS_ID(dbcursor.getString(dbcursor.getColumnIndexOrThrow("CLASS_ID")));*/
mp.setCATEGORY_ID(dbcursor.getString(dbcursor.getColumnIndexOrThrow("CATEGORY_ID")));
mp.setPLANOGRAM_IMAGE(dbcursor.getString(dbcursor.getColumnIndexOrThrow("PLANOGRAM_IMAGE")));
mp.setIMAGE_PATH(dbcursor.getString(dbcursor.getColumnIndexOrThrow("IMAGE_PATH")));
@@ -6971,6 +6996,7 @@ public class GSKOrangeDB extends SQLiteOpenHelper {
values.put("MUST_HAVE", data.getMUST_HAVE().get(i));
values.put("MBQ", data.getMBQ().get(i));
values.put("SHOW_ADDITIONAL_VISIBILITY", data.getSHOW_ADDITIONAL_VISIBILITY().get(i));
+ values.put("COUNTRY_ID", data.getCOUNTRY_ID().get(i));
db.insert("MAPPING_STOCK_STOREWISE", null, values);
}
@@ -6978,4 +7004,263 @@ public class GSKOrangeDB extends SQLiteOpenHelper {
Log.d("Exception ", " in MAPPING_STOCK_STOREWISE " + ex.toString());
}
}
+
+ public ArrayList getBrandMasterDataBySubCategory(String sub_category_id) {
+ Cursor cursordata = null;
+ ArrayList Data = new ArrayList();
+
+ try {
+
+ cursordata = db.rawQuery("SELECT DISTINCT BM.BRAND_ID, BM.BRAND FROM BRAND_MASTER BM INNER JOIN " +
+ "SKU_MASTER SM ON BM.BRAND_ID = SM.BRAND_ID INNER JOIN " +
+ "MAPPING_STOCK_STOREWISE M ON M.SKU_ID = SM.SKU_ID WHERE SUB_CATEGORY_ID ='" + sub_category_id + "' AND COMPANY_ID ='1' ORDER BY BRAND_SEQUENCE", null);
+
+ if (cursordata != null) {
+ cursordata.moveToFirst();
+ while (!cursordata.isAfterLast()) {
+ BrandMasterGetterSetter sb = new BrandMasterGetterSetter();
+
+ sb.setBRAND_ID(cursordata.getString(cursordata.getColumnIndexOrThrow("BRAND_ID")));
+
+ sb.setBRAND(cursordata.getString(cursordata.getColumnIndexOrThrow("BRAND")));
+
+ Data.add(sb);
+ cursordata.moveToNext();
+ }
+ cursordata.close();
+
+ }
+
+
+ } catch (Exception ex) {
+
+ }
+ return Data;
+ }
+
+ //insert Addditional Promo SKU wise
+ public void InsertPromoSKUwiseData(ArrayList promoSkuwiseListData, String category_id, String store_id, boolean exists) {
+
+ try {
+ db.delete(CommonString.TABLE_INSERT_PROMO_SKUWISE, "STORE_ID = '"+ store_id +"' AND CATEGORY_ID ='"+ category_id +"'", null);
+ db.delete(CommonString.TABLE_INSERT_PROMO_SKUWISE_EXISTS, "STORE_ID = '"+ store_id +"' AND CATEGORY_ID ='"+ category_id +"'", null);
+
+ ContentValues values = new ContentValues();
+ ContentValues values1 = new ContentValues();
+ int existexist_int = 0;
+
+ if(exists){
+ existexist_int = 1;
+ }
+
+ values1.put("STORE_ID", Integer.parseInt(store_id));
+ values1.put("CATEGORY_ID", Integer.parseInt(category_id));
+ values1.put("Existss", existexist_int);
+
+ long id = db.insert(CommonString.TABLE_INSERT_PROMO_SKUWISE_EXISTS, null, values1);
+
+
+ db.beginTransaction();
+ for (int i = 0; i < promoSkuwiseListData.size(); i++) {
+ PromoComplianceSkuwiseGetterSetter data = promoSkuwiseListData.get(i);
+
+ values.put("STORE_ID", Integer.parseInt(store_id));
+ values.put("CATEGORY_ID", Integer.parseInt(category_id));
+ values.put("SKU_ID", Integer.parseInt(data.getSku_id()));
+ values.put("SKU", data.getSku());
+ values.put("BRAND_ID", Integer.parseInt(data.getBrand_id()));
+ values.put("BRAND", data.getBrand());
+ values.put("SUB_CATEGORY_ID", Integer.parseInt(data.getSub_category_id()));
+ values.put("SUB_CATEGORY", data.getSub_category());
+ values.put("DISCOUNT_VALUE", data.getDiscount_value());
+ values.put("PRICE", data.getPrice());
+ values.put("PROMO_IMAGE", data.getImg());
+ values.put("PRICE_FLASHER_AVAILABLE", data.getPrice_flasher());
+ values.put("COMMON_ID", id);
+
+ db.insert(CommonString.TABLE_INSERT_PROMO_SKUWISE, null, values);
+ }
+ db.setTransactionSuccessful();
+ db.endTransaction();
+ } catch (Exception ex) {
+ Log.d("Exception ", " Promo_SKUwise_Data " + ex.toString());
+ }
+ }
+
+ public ArrayList getPromoComplianceSkuwiseAfterData(String store_id, String category_id) {
+ ArrayList list = new ArrayList<>();
+ Cursor dbcursor = null;
+
+ try {
+
+ if(category_id==null){
+ //common_id is passed in variable store_id in this case
+ dbcursor = db.rawQuery("Select * from Promo_SKUwise_Data " +
+ "where COMMON_ID='" + store_id + "'", null);
+ }
+ else {
+ dbcursor = db.rawQuery("Select * from Promo_SKUwise_Data " +
+ "where STORE_ID='" + store_id + "' AND CATEGORY_ID='" + category_id + "'", null);
+ }
+
+ if (dbcursor != null) {
+ dbcursor.moveToFirst();
+ while (!dbcursor.isAfterLast()) {
+ PromoComplianceSkuwiseGetterSetter cd = new PromoComplianceSkuwiseGetterSetter();
+
+ cd.setSku_id(dbcursor.getString(dbcursor.getColumnIndexOrThrow("SKU_ID")));
+ cd.setSku(dbcursor.getString(dbcursor.getColumnIndexOrThrow("SKU")));
+ cd.setBrand_id(dbcursor.getString(dbcursor.getColumnIndexOrThrow("BRAND_ID")));
+ cd.setBrand(dbcursor.getString(dbcursor.getColumnIndexOrThrow("BRAND")));
+ cd.setSub_category_id(dbcursor.getString(dbcursor.getColumnIndexOrThrow("SUB_CATEGORY_ID")));
+ cd.setSub_category(dbcursor.getString(dbcursor.getColumnIndexOrThrow("SUB_CATEGORY")));
+ cd.setDiscount_value(dbcursor.getString(dbcursor.getColumnIndexOrThrow("DISCOUNT_VALUE")));
+ cd.setPrice(dbcursor.getString(dbcursor.getColumnIndexOrThrow("PRICE")));
+ cd.setImg(dbcursor.getString(dbcursor.getColumnIndexOrThrow("PROMO_IMAGE")));
+ cd.setCategory_id(dbcursor.getString(dbcursor.getColumnIndexOrThrow("CATEGORY_ID")));
+ cd.setPrice_flasher(Integer.parseInt(dbcursor.getString(dbcursor.getColumnIndexOrThrow("PRICE_FLASHER_AVAILABLE"))));
+
+ list.add(cd);
+ dbcursor.moveToNext();
+ }
+ dbcursor.close();
+ return list;
+ }
+ } catch (Exception e) {
+ Log.d("Exception ", "getPromoComplianceSkuwiseAfterData!" + e.toString());
+ return list;
+ }
+ return list;
+ }
+
+ public ArrayList getPromoComplianceSkuwiseExistsAfterData(String store_id, String category_id) {
+ ArrayList list = new ArrayList<>();
+ Cursor dbcursor = null;
+
+ try {
+
+ if(category_id==null){
+ dbcursor = db.rawQuery("Select * from Promo_SKUwise_Exists_Data " +
+ "where STORE_ID='" + store_id + "'", null);
+ }
+ else {
+ dbcursor = db.rawQuery("Select * from Promo_SKUwise_Exists_Data " +
+ "where STORE_ID='" + store_id + "' AND CATEGORY_ID='" + category_id + "'", null);
+ }
+
+ if (dbcursor != null) {
+ dbcursor.moveToFirst();
+ while (!dbcursor.isAfterLast()) {
+ PromoComplianceSkuwiseGetterSetter cd = new PromoComplianceSkuwiseGetterSetter();
+
+ cd.setExists(dbcursor.getString(dbcursor.getColumnIndexOrThrow("Existss")).equals("1"));
+ cd.setCategory_id(dbcursor.getString(dbcursor.getColumnIndexOrThrow("CATEGORY_ID")));
+ cd.set_id(dbcursor.getString(dbcursor.getColumnIndexOrThrow("KEY_ID")));
+
+ list.add(cd);
+ dbcursor.moveToNext();
+ }
+ dbcursor.close();
+ return list;
+ }
+ } catch (Exception e) {
+ Log.d("Exception ", "getPromoComplianceSkuwiseAfterData!" + e.toString());
+ return list;
+ }
+ return list;
+ }
+
+ //get Sub Category Master
+ public ArrayList getSubCategoryMasterSKUwise(
+ String category_id) {
+
+ ArrayList list = new ArrayList<>();
+ Cursor dbcursor = null;
+
+ try {
+ dbcursor = db.rawQuery("SELECT DISTINCT SC.SUB_CATEGORY_ID, SUB_CATEGORY FROM SUB_CATEGORY_MASTER SC INNER JOIN " +
+ "BRAND_MASTER BM ON SC.SUB_CATEGORY_ID = BM.SUB_CATEGORY_ID INNER JOIN " +
+ "SKU_MASTER SM ON BM.BRAND_ID = SM.BRAND_ID INNER JOIN " +
+ "MAPPING_STOCK_STOREWISE M ON M.SKU_ID = SM.SKU_ID WHERE CATEGORY_ID = '"+ category_id + "'", null);
+
+ if (dbcursor != null) {
+ dbcursor.moveToFirst();
+ while (!dbcursor.isAfterLast()) {
+ MSL_AvailabilityStockFacingGetterSetter cd = new MSL_AvailabilityStockFacingGetterSetter();
+
+ cd.setSub_category_id(dbcursor.getString(dbcursor.getColumnIndexOrThrow("SUB_CATEGORY_ID")));
+ cd.setSub_category(dbcursor.getString(dbcursor.getColumnIndexOrThrow("SUB_CATEGORY")));
+
+ list.add(cd);
+ dbcursor.moveToNext();
+ }
+ dbcursor.close();
+ return list;
+ }
+ } catch (Exception e) {
+ Log.d("Exception ", "get MSL_AvailabilityHeader!" + e.toString());
+ return list;
+ }
+ return list;
+ }
+
+ public ArrayList getSKUMasterNewData(String brand_id) {
+ Cursor cursordata = null;
+ ArrayList Data = new ArrayList();
+
+ try {
+
+ cursordata = db.rawQuery("SELECT DISTINCT SM.SKU_ID, SM.SKU,SM.BRAND_ID,SM.SKU_SEQUENCE,SM.MRP FROM BRAND_MASTER BM INNER JOIN " +
+ "SKU_MASTER SM ON BM.BRAND_ID = SM.BRAND_ID INNER JOIN " +
+ "MAPPING_STOCK_STOREWISE M ON M.SKU_ID = SM.SKU_ID WHERE BM.BRAND_ID = '"+ brand_id +"' ORDER BY SKU_SEQUENCE", null);
+
+ if (cursordata != null) {
+ cursordata.moveToFirst();
+ while (!cursordata.isAfterLast()) {
+ SkuMasterGetterSetter sb = new SkuMasterGetterSetter();
+
+ sb.setSKU_ID(cursordata.getString(cursordata.getColumnIndexOrThrow("SKU_ID")));
+
+ sb.setSKU(cursordata.getString(cursordata.getColumnIndexOrThrow("SKU")));
+
+ sb.setBRAND_ID(cursordata.getString(cursordata.getColumnIndexOrThrow("BRAND_ID")));
+
+
+ sb.setMRP(cursordata.getString(cursordata.getColumnIndexOrThrow("MRP")));
+
+ sb.setSKU_SEQUENCE(cursordata.getString(cursordata.getColumnIndexOrThrow("SKU_SEQUENCE")));
+
+ Data.add(sb);
+ cursordata.moveToNext();
+ }
+ cursordata.close();
+
+ }
+
+
+ } catch (Exception ex) {
+
+ }
+ return Data;
+
+ }
+
+ public void InsertMAPPING_PLANOGRAM_STORE_WISE(MappingPlanogramStorewiseGetterSetter data) {
+ db.delete("MAPPING_PLANOGRAM_STORE_WISE", null, null);
+
+ ContentValues values = new ContentValues();
+ try {
+ for (int i = 0; i < data.getSTORE_ID().size(); i++) {
+
+ values.put("STORE_ID", data.getSTORE_ID().get(i));
+ values.put("CATEGORY_ID", data.getCATEGORY_ID().get(i));
+ values.put("PLANOGRAM_IMAGE", data.getPLANOGRAM_IMAGE().get(i));
+ values.put("IMAGE_PATH", data.getIMAGE_PATH().get(i));
+
+ db.insert("MAPPING_PLANOGRAM_STORE_WISE", null, values);
+ }
+ } catch (Exception ex) {
+ Log.d("Exception ", " MAPPING_PLANOGRAM_STORE_WISE " + ex.toString());
+ }
+ }
}
diff --git a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/GeoTag/GeoTagActivity.java b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/GeoTag/GeoTagActivity.java
index c9d304d..2ec7334 100644
--- a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/GeoTag/GeoTagActivity.java
+++ b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/GeoTag/GeoTagActivity.java
@@ -27,7 +27,9 @@ import android.provider.MediaStore;
import android.provider.Settings;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
+import android.support.v4.app.ActivityCompat;
import android.support.v4.content.ContextCompat;
+import android.support.v4.content.FileProvider;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.util.Log;
@@ -121,7 +123,7 @@ public class GeoTagActivity extends AppCompatActivity implements OnMapReadyCallb
ArrayList geotaglist = new ArrayList();
ArrayList geotaglistImage = new ArrayList();
- Boolean markerflag=true;
+ Boolean markerflag = true;
private TextView percentage, message;
private FailureGetterSetter failureGetterSetter = null;
/**
@@ -139,7 +141,7 @@ public class GeoTagActivity extends AppCompatActivity implements OnMapReadyCallb
setSupportActionBar(toolbar);
preferences = PreferenceManager.getDefaultSharedPreferences(this);
- CommonFunctions.updateLangResources(getApplicationContext(),preferences.getString(CommonString.KEY_LANGUAGE, ""));
+ CommonFunctions.updateLangResources(getApplicationContext(), preferences.getString(CommonString.KEY_LANGUAGE, ""));
username = preferences.getString(CommonString.KEY_USERNAME, null);
storeid = preferences.getString(CommonString.KEY_STORE_ID, null);
@@ -167,6 +169,16 @@ public class GeoTagActivity extends AppCompatActivity implements OnMapReadyCallb
locationManager = (LocationManager) this
.getSystemService(LOCATION_SERVICE);
geocoder = new Geocoder(this);
+ if (ActivityCompat.checkSelfPermission(this, Manifest.permission.ACCESS_FINE_LOCATION) != PackageManager.PERMISSION_GRANTED && ActivityCompat.checkSelfPermission(this, Manifest.permission.ACCESS_COARSE_LOCATION) != PackageManager.PERMISSION_GRANTED) {
+ // TODO: Consider calling
+ // ActivityCompat#requestPermissions
+ // here to request the missing permissions, and then overriding
+ // public void onRequestPermissionsResult(int requestCode, String[] permissions,
+ // int[] grantResults)
+ // to handle the case where the user grants the permission. See the documentation
+ // for ActivityCompat#requestPermissions for more details.
+ return;
+ }
Location location = locationManager.getLastKnownLocation(LocationManager.GPS_PROVIDER);
if (checkPlayServices()) {
@@ -475,7 +487,7 @@ public class GeoTagActivity extends AppCompatActivity implements OnMapReadyCallb
try {
/*Log.i("MakeMachine", "startCameraActivity()");
File file = new File(_path);
- Uri outputFileUri = Uri.fromFile(file);
+ Uri outputFileUri = FileProvider.getUriForFile(getApplicationContext(), "cpm.com.gskmtorange.fileprovider", file);
Intent intent = new Intent(
MediaStore.ACTION_IMAGE_CAPTURE);
@@ -485,7 +497,7 @@ public class GeoTagActivity extends AppCompatActivity implements OnMapReadyCallb
Log.i("MakeMachine", "startCameraActivity()");
File file = new File(_path);
- outputFileUri = Uri.fromFile(file);
+ outputFileUri = FileProvider.getUriForFile(getApplicationContext(), "cpm.com.gskmtorange.fileprovider", file);
String defaultCameraPackage = "";
final PackageManager packageManager = getPackageManager();
diff --git a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/LoginActivity.java b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/LoginActivity.java
index 03b990f..e69fae3 100644
--- a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/LoginActivity.java
+++ b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/LoginActivity.java
@@ -1,5 +1,6 @@
package cpm.com.gskmtorange;
+import android.Manifest;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.annotation.TargetApi;
@@ -17,6 +18,8 @@ import android.os.Environment;
import android.preference.PreferenceManager;
import android.support.annotation.NonNull;
import android.support.design.widget.Snackbar;
+import android.support.v4.app.ActivityCompat;
+import android.support.v4.content.ContextCompat;
import android.support.v7.app.AppCompatActivity;
import android.text.TextUtils;
import android.view.KeyEvent;
@@ -34,6 +37,7 @@ import com.crashlytics.android.Crashlytics;
import com.google.firebase.analytics.FirebaseAnalytics;
import com.google.firebase.perf.FirebasePerformance;
import com.google.firebase.perf.metrics.Trace;
+import com.google.gson.Gson;
import org.ksoap2.SoapEnvelope;
import org.ksoap2.serialization.SoapObject;
@@ -71,6 +75,11 @@ import static android.Manifest.permission.READ_CONTACTS;
*/
public class LoginActivity extends AppCompatActivity {
+ private static final int MY_PERMISSIONS_REQUEST_CAMERA = 10;
+ private static final int MY_PERMISSIONS_REQUEST_LOCATION = 11;
+ private static final int MY_PERMISSIONS_REQUEST_STORAGE_READ = 12;
+ private static final int MY_PERMISSIONS_REQUEST_STORAGE_WRITE = 14;
+
private FirebaseAnalytics mFirebaseAnalytics;
TextView tv_version;
@@ -178,7 +187,8 @@ public class LoginActivity extends AppCompatActivity {
museridSignInButton.setOnClickListener(new OnClickListener() {
@Override
public void onClick(View view) {
- attemptLogin();
+ checkAppPermission(Manifest.permission.CAMERA, MY_PERMISSIONS_REQUEST_CAMERA);
+ //attemptLogin();
}
});
@@ -188,14 +198,14 @@ public class LoginActivity extends AppCompatActivity {
// Create a Folder for Images
- File file = new File(Environment.getExternalStorageDirectory(), ".GSK_MT_ORANGE_IMAGES");
+ /* File file = new File(Environment.getExternalStorageDirectory(), ".GSK_MT_ORANGE_IMAGES");
if (!file.isDirectory()) {
file.mkdir();
}
File file_planogram = new File(Environment.getExternalStorageDirectory(), "GSK_MT_ORANGE_Planogram_Images");
if (!file_planogram.isDirectory()) {
file_planogram.mkdir();
- }
+ }*/
}
@@ -569,6 +579,8 @@ public class LoginActivity extends AppCompatActivity {
editor.commit();
+ setDataFromSharedPreferences(lgs);
+
Bundle bundle = new Bundle();
bundle.putString(FirebaseAnalytics.Param.ITEM_ID, userid);
bundle.putString(FirebaseAnalytics.Param.ITEM_NAME, CommonString.KEY_LOGIN_DATA);
@@ -677,6 +689,7 @@ public class LoginActivity extends AppCompatActivity {
} else {
+
Intent intent = new Intent(getBaseContext(),
AutoUpdateActivity.class);
@@ -826,5 +839,97 @@ public class LoginActivity extends AppCompatActivity {
finish();
}
+
+ private void setDataFromSharedPreferences(LoginGetterSetter lgs) {
+ Gson gson = new Gson();
+ String jsonCurProduct = gson.toJson(lgs);
+
+ //SharedPreferences sharedPref = getApplicationContext().getSharedPreferences(CommonString.KEY_LOOGIN_PREF, Context.MODE_PRIVATE);
+ SharedPreferences.Editor editor = preferences.edit();
+
+ editor.putString(CommonString.KEY_LOOGIN_PREF, jsonCurProduct);
+ editor.commit();
+ }
+
+ void checkAppPermission(String permission, int requestCode) {
+
+ boolean permission_flag = false;
+ // Here, thisActivity is the current activity
+ if (ContextCompat.checkSelfPermission(LoginActivity.this,
+ permission)
+ != PackageManager.PERMISSION_GRANTED) {
+
+ // Permission is not granted
+ // Should we show an explanation?
+ if (ActivityCompat.shouldShowRequestPermissionRationale(LoginActivity.this,
+ permission)) {
+ // Show an explanation to the user *asynchronously* -- don't block
+ // this thread waiting for the user's response! After the user
+ // sees the explanation, try again to request the permission.
+ showOnPermissiondenied(Manifest.permission.CAMERA, MY_PERMISSIONS_REQUEST_CAMERA, 1);
+ } else {
+ // No explanation needed; request the permission
+ ActivityCompat.requestPermissions(LoginActivity.this,
+ new String[]{permission},
+ requestCode);
+
+ // MY_PERMISSIONS_REQUEST_READ_CONTACTS is an
+ // app-defined int constant. The callback method gets the
+ // result of the request.
+ }
+ } else {
+ // Permission has already been granted
+ if (requestCode == MY_PERMISSIONS_REQUEST_CAMERA) {
+ checkAppPermission(Manifest.permission.WRITE_EXTERNAL_STORAGE, MY_PERMISSIONS_REQUEST_STORAGE_WRITE);
+ } else if (requestCode == MY_PERMISSIONS_REQUEST_STORAGE_WRITE) {
+ checkAppPermission(Manifest.permission.READ_EXTERNAL_STORAGE, MY_PERMISSIONS_REQUEST_STORAGE_READ);
+ } else if (requestCode == MY_PERMISSIONS_REQUEST_STORAGE_READ) {
+ checkAppPermission(Manifest.permission.ACCESS_FINE_LOCATION, MY_PERMISSIONS_REQUEST_LOCATION);
+ } else {
+
+ // Create a Folder for Images
+
+ File file = new File(Environment.getExternalStorageDirectory(), ".GSK_MT_ORANGE_IMAGES");
+ if (!file.isDirectory()) {
+ file.mkdir();
+ }
+ File file_planogram = new File(Environment.getExternalStorageDirectory(), "GSK_MT_ORANGE_Planogram_Images");
+ if (!file_planogram.isDirectory()) {
+ file_planogram.mkdir();
+ }
+
+ attemptLogin();
+ }
+
+ }
+ }
+
+ void showOnPermissiondenied(final String permissionsRequired, final int request_code, final int check) {
+ AlertDialog.Builder builder = new AlertDialog.Builder(LoginActivity.this);
+ builder.setTitle("Need Multiple Permissions");
+ builder.setMessage("This app needs Camera, Storage and Location permissions.");
+ builder.setPositiveButton("Grant", new DialogInterface.OnClickListener() {
+ @Override
+ public void onClick(DialogInterface dialog, int which) {
+ dialog.cancel();
+ if (check == 0) {
+ checkAppPermission(permissionsRequired, request_code);
+ } else {
+ ActivityCompat.requestPermissions(LoginActivity.this,
+ new String[]{permissionsRequired},
+ request_code);
+ }
+
+ }
+ });
+ /* builder.setNegativeButton("Cancel", new DialogInterface.OnClickListener() {
+ @Override
+ public void onClick(DialogInterface dialog, int which) {
+ dialog.cancel();
+ finish();
+ }
+ });*/
+ builder.show();
+ }
}
diff --git a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/MainActivity.java b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/MainActivity.java
index f5ede16..14ce50a 100644
--- a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/MainActivity.java
+++ b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/MainActivity.java
@@ -1,23 +1,31 @@
package cpm.com.gskmtorange;
+import android.Manifest;
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.SharedPreferences;
+import android.content.pm.PackageManager;
import android.graphics.Bitmap;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
+import android.net.Uri;
import android.os.Bundle;
+import android.os.Environment;
import android.preference.PreferenceManager;
+import android.provider.Settings;
+import android.support.annotation.NonNull;
import android.support.design.widget.NavigationView;
import android.support.design.widget.Snackbar;
import android.support.v4.app.ActivityCompat;
+import android.support.v4.content.ContextCompat;
import android.support.v4.view.GravityCompat;
import android.support.v4.widget.DrawerLayout;
import android.support.v7.app.ActionBarDrawerToggle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
+import android.util.Log;
import android.view.LayoutInflater;
import android.view.Menu;
import android.view.MenuItem;
@@ -26,10 +34,15 @@ import android.webkit.WebView;
import android.webkit.WebViewClient;
import android.widget.ImageView;
import android.widget.TextView;
+import android.widget.Toast;
import com.crashlytics.android.Crashlytics;
+import java.io.File;
import java.util.ArrayList;
+import java.util.HashMap;
+import java.util.List;
+import java.util.Map;
import cpm.com.gskmtorange.Database.GSKOrangeDB;
import cpm.com.gskmtorange.GeoTag.GeoTagStoreList;
@@ -70,6 +83,11 @@ public class MainActivity extends AppCompatActivity
NavigationView navigationView;
+ private static final int MY_PERMISSIONS_REQUEST_CAMERA = 10;
+ private static final int MY_PERMISSIONS_REQUEST_LOCATION = 11;
+ private static final int MY_PERMISSIONS_REQUEST_STORAGE_READ = 12;
+ private static final int MY_PERMISSIONS_REQUEST_STORAGE_WRITE = 14;
+
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
@@ -136,6 +154,8 @@ public class MainActivity extends AppCompatActivity
navigationView.addHeaderView(headerView);
navigationView.setNavigationItemSelectedListener(this);
+
+
}
@Override
@@ -148,6 +168,7 @@ public class MainActivity extends AppCompatActivity
db.open();
+
/*//Deviation - Ad hoc Stores - enable
ArrayList configuration_data = db.getConfigurationData(country_id);
if(configuration_data.size()>0){
@@ -164,23 +185,23 @@ public class MainActivity extends AppCompatActivity
//Enable disable According to Configuration
ArrayList configurationData = db.getConfigurationMasterData(country_id);
- if(configurationData.size()>0){
- for(int i=0; i 0) {
+ for (int i = 0; i < configurationData.size(); i++) {
- if(configurationData.get(i).getCONFIGURE().get(0).equalsIgnoreCase("ADHOC REPORTING") &&
- configurationData.get(i).getACTIVE().get(0).equalsIgnoreCase("1")){
+ if (configurationData.get(i).getCONFIGURE().get(0).equalsIgnoreCase("ADHOC REPORTING") &&
+ configurationData.get(i).getACTIVE().get(0).equalsIgnoreCase("1")) {
Menu nav_Menu = navigationView.getMenu();
nav_Menu.findItem(R.id.nav_deviation).setVisible(true);
}
- if(configurationData.get(i).getCONFIGURE().get(0).equalsIgnoreCase("PDF ALLOW") &&
- configurationData.get(i).getACTIVE().get(0).equalsIgnoreCase("1")){
+ if (configurationData.get(i).getCONFIGURE().get(0).equalsIgnoreCase("PDF ALLOW") &&
+ configurationData.get(i).getACTIVE().get(0).equalsIgnoreCase("1")) {
Menu nav_Menu = navigationView.getMenu();
nav_Menu.findItem(R.id.nav_planogram).setVisible(true);
}
- if(configurationData.get(i).getCONFIGURE().get(0).equalsIgnoreCase("DELIVERY CALLS") &&
- configurationData.get(i).getACTIVE().get(0).equalsIgnoreCase("1")){
+ if (configurationData.get(i).getCONFIGURE().get(0).equalsIgnoreCase("DELIVERY CALLS") &&
+ configurationData.get(i).getACTIVE().get(0).equalsIgnoreCase("1")) {
Menu nav_Menu = navigationView.getMenu();
nav_Menu.findItem(R.id.nav_delivery_call).setVisible(true);
}
@@ -233,50 +254,18 @@ public class MainActivity extends AppCompatActivity
if (id == R.id.nav_route_plan) {
+
+
+
Intent in_jcp = new Intent(this, StoreListActivity.class);
in_jcp.putExtra(CommonString.KEY_STORE_FLAG, CommonString.FROM_JCP);
startActivity(in_jcp);
overridePendingTransition(R.anim.activity_in, R.anim.activity_out);
-
- // Handle the camera action
} else if (id == R.id.nav_download) {
- if (checkNetIsAvailable()) {
- boolean previousflag = false;
-
- if (db.isPreviousCoverageDataFilled(date)) {
- if (isPreviousValid(date)) {
- previousflag = true;
- } else {
- db.deletePreviousCoverageData(date);
- }
- }
-
- if (previousflag) {
- AlertDialog.Builder builder = new AlertDialog.Builder(MainActivity.this);
- builder.setTitle("Parinaam");
- builder.setMessage(getResources().getString(R.string.previous_data_upload)).setCancelable(false)
- .setPositiveButton(getResources().getString(R.string.ok), new DialogInterface.OnClickListener() {
- public void onClick(DialogInterface dialog, int id) {
-
- Intent in = new Intent(getApplicationContext(), PreviousDataUploadActivity.class);
- startActivity(in);
- //finish();
- }
- });
- AlertDialog alert = builder.create();
- alert.show();
-
- } else {
- Intent in = new Intent(getApplicationContext(), DownloadActivity.class);
- startActivity(in);
- }
- } else {
- Snackbar.make(webView, getResources().getString(R.string.nonetwork), Snackbar.LENGTH_SHORT)
- .setAction("Action", null).show();
- }
+ checkAppPermission(Manifest.permission.CAMERA, MY_PERMISSIONS_REQUEST_CAMERA);
} else if (id == R.id.nav_upload) {
@@ -287,7 +276,7 @@ public class MainActivity extends AppCompatActivity
//Alert need to change this check so than user can work on Adhoc even having no JCP
//storelist = db.getStoreData(date, CommonString.KEY_JOURNEY_PLAN);
- if ( db.getSKUMasterData().size() == 0) {
+ if (db.getSKUMasterData(null).size() == 0) {
Snackbar.make(webView, R.string.title_store_list_download_data, Snackbar.LENGTH_SHORT)
.setAction("Action", null).show();
@@ -392,11 +381,11 @@ public class MainActivity extends AppCompatActivity
.setAction("Action", null).show();
}
- }else if(id == R.id.nav_deviation){
+ } else if (id == R.id.nav_deviation) {
db.open();
- if ( db.getSKUMasterData().size() == 0) {
+ if (db.getSKUMasterData(null).size() == 0) {
Snackbar.make(webView, R.string.title_store_list_download_data, Snackbar.LENGTH_SHORT)
.setAction("Action", null).show();
@@ -412,7 +401,7 @@ public class MainActivity extends AppCompatActivity
overridePendingTransition(R.anim.activity_in, R.anim.activity_out);
}
- }else if(id == R.id.nav_delivery_call){
+ } else if (id == R.id.nav_delivery_call) {
Intent in = new Intent(this, DeliveryCallActivity.class);
startActivity(in);
@@ -506,7 +495,7 @@ public class MainActivity extends AppCompatActivity
boolean isvalid = false;
ArrayList coverage_list = db.getPreviousCoverageData(visit_date);
for (int i = 0; i < coverage_list.size(); i++) {
- StoreBean storeData = db.getSpecificStoreData(coverage_list.get(i).getVisitDate(), coverage_list.get(i).getStoreId(),coverage_list.get(i).getFlag_from());
+ StoreBean storeData = db.getSpecificStoreData(coverage_list.get(i).getVisitDate(), coverage_list.get(i).getStoreId(), coverage_list.get(i).getFlag_from());
if (storeData.getSTORE_ID() != null) {
if (!storeData.getUPLOAD_STATUS().equals(CommonString.KEY_U) && (storeData.getCHECKOUT_STATUS().equals(CommonString.KEY_Y) ||
@@ -519,4 +508,234 @@ public class MainActivity extends AppCompatActivity
return isvalid;
}
+ void checkPermissionCamera(String permission) {
+
+ boolean permission_flag = false;
+ // Here, thisActivity is the current activity
+ if (ContextCompat.checkSelfPermission(MainActivity.this,
+ Manifest.permission.CAMERA)
+ != PackageManager.PERMISSION_GRANTED) {
+
+ // Permission is not granted
+ // Should we show an explanation?
+ if (ActivityCompat.shouldShowRequestPermissionRationale(MainActivity.this,
+ Manifest.permission.CAMERA)) {
+ // Show an explanation to the user *asynchronously* -- don't block
+ // this thread waiting for the user's response! After the user
+ // sees the explanation, try again to request the permission.
+ } else {
+ // No explanation needed; request the permission
+ ActivityCompat.requestPermissions(MainActivity.this,
+ new String[]{Manifest.permission.CAMERA},
+ 10);
+
+ // MY_PERMISSIONS_REQUEST_READ_CONTACTS is an
+ // app-defined int constant. The callback method gets the
+ // result of the request.
+ }
+ } else {
+ // Permission has already been granted
+ }
+ }
+
+ void checkAppPermission(String permission, int requestCode) {
+
+ boolean permission_flag = false;
+ // Here, thisActivity is the current activity
+ if (ContextCompat.checkSelfPermission(MainActivity.this,
+ permission)
+ != PackageManager.PERMISSION_GRANTED) {
+
+ // Permission is not granted
+ // Should we show an explanation?
+ if (ActivityCompat.shouldShowRequestPermissionRationale(MainActivity.this,
+ permission)) {
+ // Show an explanation to the user *asynchronously* -- don't block
+ // this thread waiting for the user's response! After the user
+ // sees the explanation, try again to request the permission.
+ showOnPermissiondenied(Manifest.permission.CAMERA, MY_PERMISSIONS_REQUEST_CAMERA, 1);
+ } else {
+ // No explanation needed; request the permission
+ ActivityCompat.requestPermissions(MainActivity.this,
+ new String[]{permission},
+ requestCode);
+
+ // MY_PERMISSIONS_REQUEST_READ_CONTACTS is an
+ // app-defined int constant. The callback method gets the
+ // result of the request.
+ }
+ } else {
+ // Permission has already been granted
+ if (requestCode == MY_PERMISSIONS_REQUEST_CAMERA) {
+ checkAppPermission(Manifest.permission.WRITE_EXTERNAL_STORAGE, MY_PERMISSIONS_REQUEST_STORAGE_WRITE);
+ } else if (requestCode == MY_PERMISSIONS_REQUEST_STORAGE_WRITE) {
+ checkAppPermission(Manifest.permission.READ_EXTERNAL_STORAGE, MY_PERMISSIONS_REQUEST_STORAGE_READ);
+ } else if (requestCode == MY_PERMISSIONS_REQUEST_STORAGE_READ) {
+ checkAppPermission(Manifest.permission.ACCESS_FINE_LOCATION, MY_PERMISSIONS_REQUEST_LOCATION);
+ } else {
+
+ // Create a Folder for Images
+
+ File file = new File(Environment.getExternalStorageDirectory(), ".GSK_MT_ORANGE_IMAGES");
+ if (!file.isDirectory()) {
+ file.mkdir();
+ }
+ File file_planogram = new File(Environment.getExternalStorageDirectory(), "GSK_MT_ORANGE_Planogram_Images");
+ if (!file_planogram.isDirectory()) {
+ file_planogram.mkdir();
+ }
+
+ downloadMethod();
+ }
+
+ }
+ }
+
+ @Override
+ public void onRequestPermissionsResult(int requestCode,
+ String permissions[], int[] grantResults) {
+ switch (requestCode) {
+ case MY_PERMISSIONS_REQUEST_CAMERA: {
+ // If request is cancelled, the result arrays are empty.
+ if (grantResults.length > 0
+ && grantResults[0] == PackageManager.PERMISSION_GRANTED) {
+ // permission was granted, yay! Do the
+ // contacts-related task you need to do.
+ checkAppPermission(Manifest.permission.WRITE_EXTERNAL_STORAGE, MY_PERMISSIONS_REQUEST_STORAGE_WRITE);
+ } else {
+ // permission denied, boo! Disable the
+ // functionality that depends on this permission.
+ // finish();
+ showOnPermissiondenied(Manifest.permission.CAMERA, MY_PERMISSIONS_REQUEST_CAMERA, 1);
+ }
+ //return;
+ }
+
+ break;
+
+ case MY_PERMISSIONS_REQUEST_STORAGE_WRITE: {
+ // If request is cancelled, the result arrays are empty.
+ if (grantResults.length > 0
+ && grantResults[0] == PackageManager.PERMISSION_GRANTED) {
+ // permission was granted, yay! Do the
+ // contacts-related task you need to do.
+ checkAppPermission(Manifest.permission.READ_EXTERNAL_STORAGE, MY_PERMISSIONS_REQUEST_STORAGE_READ);
+ } else {
+ // permission denied, boo! Disable the
+ // functionality that depends on this permission.
+ // finish();
+ showOnPermissiondenied(Manifest.permission.WRITE_EXTERNAL_STORAGE, MY_PERMISSIONS_REQUEST_STORAGE_WRITE, 1);
+ }
+ //return;
+ }
+
+ break;
+
+
+ case MY_PERMISSIONS_REQUEST_STORAGE_READ: {
+ // If request is cancelled, the result arrays are empty.
+ if (grantResults.length > 0
+ && grantResults[0] == PackageManager.PERMISSION_GRANTED) {
+ // permission was granted, yay! Do the
+ // contacts-related task you need to do.
+ checkAppPermission(Manifest.permission.ACCESS_FINE_LOCATION, MY_PERMISSIONS_REQUEST_LOCATION);
+ } else {
+ // permission denied, boo! Disable the
+ // functionality that depends on this permission.
+ // finish();
+ showOnPermissiondenied(Manifest.permission.READ_EXTERNAL_STORAGE, MY_PERMISSIONS_REQUEST_STORAGE_READ, 1);
+ }
+ //return;
+ }
+
+ break;
+
+ case MY_PERMISSIONS_REQUEST_LOCATION: {
+ // If request is cancelled, the result arrays are empty.
+ if (grantResults.length > 0
+ && grantResults[0] == PackageManager.PERMISSION_GRANTED) {
+ // permission was granted, yay! Do the
+ // contacts-related task you need to do.
+
+ } else {
+ // permission denied, boo! Disable the
+ // functionality that depends on this permission.
+ showOnPermissiondenied(Manifest.permission.ACCESS_FINE_LOCATION, MY_PERMISSIONS_REQUEST_LOCATION, 1);
+ }
+ //return;
+ }
+
+ break;
+
+ // other 'case' lines to check for other
+ // permissions this app might request.
+ }
+ }
+
+ void showOnPermissiondenied(final String permissionsRequired, final int request_code, final int check) {
+ AlertDialog.Builder builder = new AlertDialog.Builder(MainActivity.this);
+ builder.setTitle("Need Multiple Permissions");
+ builder.setMessage("This app needs Camera, Storage and Location permissions.");
+ builder.setPositiveButton("Grant", new DialogInterface.OnClickListener() {
+ @Override
+ public void onClick(DialogInterface dialog, int which) {
+ dialog.cancel();
+ if (check == 0) {
+ checkAppPermission(permissionsRequired, request_code);
+ } else {
+ ActivityCompat.requestPermissions(MainActivity.this,
+ new String[]{permissionsRequired},
+ request_code);
+ }
+
+ }
+ });
+ /* builder.setNegativeButton("Cancel", new DialogInterface.OnClickListener() {
+ @Override
+ public void onClick(DialogInterface dialog, int which) {
+ dialog.cancel();
+ finish();
+ }
+ });*/
+ builder.show();
+ }
+
+ //for download
+ public void downloadMethod(){
+ if (checkNetIsAvailable()) {
+
+ boolean previousflag = false;
+
+ if (db.isPreviousCoverageDataFilled(date)) {
+ if (isPreviousValid(date)) {
+ previousflag = true;
+ } else {
+ db.deletePreviousCoverageData(date);
+ }
+ }
+
+ if (previousflag) {
+ AlertDialog.Builder builder = new AlertDialog.Builder(MainActivity.this);
+ builder.setTitle("Parinaam");
+ builder.setMessage(getResources().getString(R.string.previous_data_upload)).setCancelable(false)
+ .setPositiveButton(getResources().getString(R.string.ok), new DialogInterface.OnClickListener() {
+ public void onClick(DialogInterface dialog, int id) {
+
+ Intent in = new Intent(getApplicationContext(), PreviousDataUploadActivity.class);
+ startActivity(in);
+ //finish();
+ }
+ });
+ AlertDialog alert = builder.create();
+ alert.show();
+
+ } else {
+ Intent in = new Intent(getApplicationContext(), DownloadActivity.class);
+ startActivity(in);
+ }
+ } else {
+ Snackbar.make(webView, getResources().getString(R.string.nonetwork), Snackbar.LENGTH_SHORT)
+ .setAction("Action", null).show();
+ }
+ }
}
diff --git a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/autoupdate/AutoUpdateActivity.java b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/autoupdate/AutoUpdateActivity.java
index 293c931..55b54fa 100644
--- a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/autoupdate/AutoUpdateActivity.java
+++ b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/autoupdate/AutoUpdateActivity.java
@@ -13,6 +13,7 @@ import android.net.Uri;
import android.os.AsyncTask;
import android.os.Environment;
import android.preference.PreferenceManager;
+import android.support.v4.content.FileProvider;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.ProgressBar;
@@ -251,7 +252,7 @@ public class AutoUpdateActivity extends AppCompatActivity {
if (result.equals(CommonString.KEY_SUCCESS)) {
Intent i = new Intent(Intent.ACTION_VIEW);
- i.setDataAndType(Uri.fromFile(new File(Environment
+ i.setDataAndType(FileProvider.getUriForFile(getApplicationContext(), "cpm.com.gskmtorange.fileprovider", new File(Environment
.getExternalStorageDirectory()
+ "/download/"
+ "app.apk")),
diff --git a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/constant/CommonString.java b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/constant/CommonString.java
index a338834..0c8e664 100644
--- a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/constant/CommonString.java
+++ b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/constant/CommonString.java
@@ -530,6 +530,74 @@ public class CommonString {
//Gagan Code End
+ public static final String TABLE_INSERT_PROMO_SKUWISE = "Promo_SKUwise_Data";
+
+ public static final String CREATE_TABLE_INSERT_PROMO_SKUWISE = "CREATE TABLE IF NOT EXISTS "
+ + TABLE_INSERT_PROMO_SKUWISE
+ + "("
+ + "KEY_ID"
+ + " INTEGER PRIMARY KEY AUTOINCREMENT ,"
+
+ + "STORE_ID"
+ + " INTEGER,"
+
+ + "CATEGORY_ID"
+ + " INTEGER,"
+
+ + "COMMON_ID"
+ + " INTEGER,"
+
+ + "SKU_ID"
+ + " INTEGER,"
+
+ + "SKU"
+ + " VARCHAR,"
+
+ + "BRAND_ID"
+ + " INTEGER,"
+
+ + "BRAND"
+ + " VARCHAR,"
+
+ + "SUB_CATEGORY_ID"
+ + " INTEGER,"
+
+ + "SUB_CATEGORY"
+ + " VARCHAR,"
+
+ + "PRICE"
+ + " VARCHAR,"
+
+ + "DISCOUNT_VALUE"
+ + " VARCHAR,"
+
+ + "PRICE_FLASHER_AVAILABLE"
+ + " INTEGER,"
+
+ + "PROMO_IMAGE"
+ + " VARCHAR"
+
+ + ")";
+
+ public static final String TABLE_INSERT_PROMO_SKUWISE_EXISTS = "Promo_SKUwise_Exists_Data";
+
+ public static final String CREATE_TABLE_INSERT_PROMO_SKUWISE_EXISTS = "CREATE TABLE IF NOT EXISTS "
+ + TABLE_INSERT_PROMO_SKUWISE_EXISTS
+ + "("
+ + "KEY_ID"
+ + " INTEGER PRIMARY KEY AUTOINCREMENT ,"
+
+ + "STORE_ID"
+ + " INTEGER,"
+
+ + "CATEGORY_ID"
+ + " INTEGER,"
+
+ + "Existss"
+ + " INTEGER"
+
+ + ")";
+
public static final String TABLE_INSERT_STOCK_ADDITIONAL_DATA = "ADDITIONAL_STOCK_DATA";
public static final String CREATE_TABLE_STOCK_ADDITIONAL_STOCK_DATA = "CREATE TABLE "
+ TABLE_INSERT_STOCK_ADDITIONAL_DATA + " (" + KEY_ID
diff --git a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/AdditionalPromoSKUwiseActivity.java b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/AdditionalPromoSKUwiseActivity.java
new file mode 100644
index 0000000..892207c
--- /dev/null
+++ b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/AdditionalPromoSKUwiseActivity.java
@@ -0,0 +1,988 @@
+package cpm.com.gskmtorange.dailyentry;
+
+import android.app.Activity;
+import android.app.AlertDialog;
+import android.content.ActivityNotFoundException;
+import android.content.Context;
+import android.content.DialogInterface;
+import android.content.Intent;
+import android.content.SharedPreferences;
+import android.content.pm.ApplicationInfo;
+import android.content.pm.PackageManager;
+import android.net.Uri;
+import android.os.Build;
+import android.os.Bundle;
+import android.preference.PreferenceManager;
+import android.provider.MediaStore;
+import android.support.design.widget.FloatingActionButton;
+import android.support.design.widget.Snackbar;
+import android.support.v4.content.FileProvider;
+import android.support.v7.app.AppCompatActivity;
+import android.support.v7.widget.LinearLayoutManager;
+import android.support.v7.widget.RecyclerView;
+import android.support.v7.widget.Toolbar;
+import android.util.Log;
+import android.view.LayoutInflater;
+import android.view.Menu;
+import android.view.MenuItem;
+import android.view.View;
+import android.view.ViewGroup;
+import android.widget.AdapterView;
+import android.widget.ArrayAdapter;
+import android.widget.CheckBox;
+import android.widget.CompoundButton;
+import android.widget.EditText;
+import android.widget.ImageView;
+import android.widget.LinearLayout;
+import android.widget.Spinner;
+import android.widget.TextView;
+
+import java.io.File;
+import java.util.ArrayList;
+import java.util.List;
+
+import cpm.com.gskmtorange.Database.GSKOrangeDB;
+import cpm.com.gskmtorange.R;
+import cpm.com.gskmtorange.constant.CommonFunctions;
+import cpm.com.gskmtorange.constant.CommonString;
+import cpm.com.gskmtorange.xmlGetterSetter.BrandMasterGetterSetter;
+import cpm.com.gskmtorange.xmlGetterSetter.ConfigurationMasterGetterSetter;
+import cpm.com.gskmtorange.xmlGetterSetter.MSL_AvailabilityStockFacingGetterSetter;
+import cpm.com.gskmtorange.xmlGetterSetter.PromoComplianceSkuwiseGetterSetter;
+import cpm.com.gskmtorange.xmlGetterSetter.SelectGetterSetter;
+import cpm.com.gskmtorange.xmlGetterSetter.SkuGetterSetter;
+import cpm.com.gskmtorange.xmlGetterSetter.SkuMasterGetterSetter;
+
+public class AdditionalPromoSKUwiseActivity extends AppCompatActivity implements AdapterView.OnItemSelectedListener, View.OnClickListener{
+
+ GSKOrangeDB db;
+ String store_id, visit_date, username, intime, date;
+ String categoryName, categoryId;
+ String sub_category="", sub_category_id="0", brand="", brand_id="0", sku="", sku_id="0", discount="", price="", _pathforcheck = "", _path = "", img_str="", country_id;
+ private SharedPreferences preferences;
+ Spinner spinner_sub_category_list, spinner_brand_list, spinner_sku_list, sp_flasher;
+ ArrayList sub_category_list;
+ ArrayList brand_list = new ArrayList<>();
+ ArrayList sku_list= new ArrayList<>();
+ Toolbar toolbar;
+ FloatingActionButton fab_save, fab_add;
+
+ ArrayList exists_data = new ArrayList<>();
+ ArrayList added_promo_list = new ArrayList<>();
+
+ RecyclerView rec_added_promo;
+ EditText et_discount, et_price;
+ String gallery_package = "";
+ Uri outputFileUri;
+ ImageView img_cam;
+ boolean isdata_added = false, isExists = true, is_camera_compulsory = false;
+ LinearLayout lin_parent;
+ PromoAdapter promoAdapter;
+ int price_flasher_available = -1;
+
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ setContentView(R.layout.activity_additional_promo_skuwise);
+ toolbar = (Toolbar) findViewById(R.id.toolbar);
+ toolbar.setTitle(getResources().getString(R.string.title_activity_promo_compliance));
+ setSupportActionBar(toolbar);
+
+ getSupportActionBar().setDisplayHomeAsUpEnabled(true);
+
+ spinner_sub_category_list = (Spinner) findViewById(R.id.sp_sub_category);
+ spinner_brand_list = (Spinner) findViewById(R.id.sp_brand);
+ spinner_sku_list = (Spinner) findViewById(R.id.sp_sku);
+ sp_flasher = (Spinner) findViewById(R.id.sp_flasher);
+ fab_save = (FloatingActionButton) findViewById(R.id.fab);
+ fab_add = (FloatingActionButton) findViewById(R.id.fab_add);
+ rec_added_promo = (RecyclerView) findViewById(R.id.rec_added_promo_skuwise);
+ et_discount = (EditText) findViewById(R.id.et_discount);
+ et_price = (EditText) findViewById(R.id.et_price);
+ img_cam = (ImageView) findViewById(R.id.img_promotion_add);
+ lin_parent = (LinearLayout) findViewById(R.id.lin_parent);
+
+ //preference data
+ preferences = PreferenceManager.getDefaultSharedPreferences(this);
+ store_id = preferences.getString(CommonString.KEY_STORE_ID, null);
+ visit_date = preferences.getString(CommonString.KEY_DATE, null);
+ username = preferences.getString(CommonString.KEY_USERNAME, null);
+ country_id = preferences.getString(CommonString.KEY_COUNTRY_ID, null);
+
+ CommonFunctions.updateLangResources(getApplicationContext(), preferences.getString(CommonString.KEY_LANGUAGE, ""));
+
+ //Intent data
+ categoryName = getIntent().getStringExtra("categoryName");
+ categoryId = getIntent().getStringExtra("categoryId");
+
+ db = new GSKOrangeDB(AdditionalPromoSKUwiseActivity.this);
+ db.open();
+
+ //Enable camera compulsory According to Configuration
+ ArrayList configurationData = db.getConfigurationMasterData(country_id);
+ if(configurationData.size()>0){
+ for(int i=0; i0){
+ isExists = exists_data.get(0).isExists();
+ if(exists_data.get(0).isExists()){
+ added_promo_list = db.getPromoComplianceSkuwiseAfterData(store_id, categoryId);
+ }
+ else {
+ fab_add.hide();//.setVisibility(View.GONE);
+ added_promo_list.clear();
+ if(promoAdapter!=null){
+ promoAdapter.list.clear();
+ promoAdapter.notifyDataSetChanged();
+ }
+
+ lin_parent.setVisibility(View.GONE);
+ }
+ }
+
+ if(added_promo_list.size()>0){
+ rec_added_promo.setLayoutManager(new LinearLayoutManager(getApplicationContext()));
+ promoAdapter = new PromoAdapter(added_promo_list);
+ rec_added_promo.setAdapter(promoAdapter);
+ }
+
+ sub_category_list = db.getSubCategoryMasterSKUwise(categoryId);
+
+ MSL_AvailabilityStockFacingGetterSetter sub_category = new MSL_AvailabilityStockFacingGetterSetter();
+ String str = getResources().getString(R.string.select);
+ sub_category.setSub_category(str);
+ sub_category_list.add(0, sub_category);
+ CustomSubCategoryAdapter adapter = new CustomSubCategoryAdapter(AdditionalPromoSKUwiseActivity.this, R.layout.custom_spinner_item, sub_category_list);
+
+ spinner_sub_category_list.setAdapter(adapter);
+
+ spinner_sub_category_list.setOnItemSelectedListener(this);
+
+ ArrayList ans_list = new ArrayList<>();
+ SelectGetterSetter select = new SelectGetterSetter();
+ select.setAns(getString(R.string.select));
+ select.setAns_id(0);
+ ans_list.clear();
+ ans_list.add(select);
+
+ select = new SelectGetterSetter();
+ select.setAns(getString(R.string.yes));
+ select.setAns_id(1);
+ ans_list.add(select);
+
+ select = new SelectGetterSetter();
+ select.setAns(getString(R.string.no));
+ select.setAns_id(2);
+ ans_list.add(select);
+
+ CustomSpinnerAdapter ansAdapter = new CustomSpinnerAdapter(AdditionalPromoSKUwiseActivity.this, R.layout.custom_t2p_spinner_item, ans_list);
+ sp_flasher.setAdapter(ansAdapter);
+ sp_flasher.setOnItemSelectedListener(this);
+
+ fab_add.setOnClickListener(this);
+ fab_save.setOnClickListener(this);
+ img_cam.setOnClickListener(this);
+ }
+
+ @Override
+ protected void onResume() {
+ super.onResume();
+
+ toolbar.setTitle(getResources().getString(R.string.title_activity_promo_compliance));
+ }
+
+ @Override
+ public void onItemSelected(AdapterView> parent, View view, int position, long id) {
+
+ switch (parent.getId()) {
+ case R.id.sp_sub_category:
+
+ if(position!=0){
+ sub_category = sub_category_list.get(position).getSub_category();
+ sub_category_id = sub_category_list.get(position).getSub_category_id();
+
+ brand_list = db.getBrandMasterDataBySubCategory(sub_category_id);
+
+ BrandMasterGetterSetter brand_select = new BrandMasterGetterSetter();
+ String str = getResources().getString(R.string.select);
+ brand_select.setBRAND(str);
+ brand_select.setBRAND_ID("0");
+ brand_list.add(0, brand_select);
+ CustomBrandAdapter adapter = new CustomBrandAdapter(AdditionalPromoSKUwiseActivity.this, R.layout.custom_spinner_item, brand_list);
+
+ spinner_brand_list.setAdapter(adapter);
+ spinner_brand_list.setOnItemSelectedListener(this);
+ }
+ else {
+
+ clearBrandSpinner();
+ }
+
+ break;
+
+ case R.id.sp_brand:
+
+ if(position!=0){
+ brand = brand_list.get(position).getBRAND().get(0);
+ brand_id = brand_list.get(position).getBRAND_ID().get(0);
+
+ sku_list = db.getSKUMasterNewData(brand_id);
+
+ SkuMasterGetterSetter sku_select = new SkuMasterGetterSetter();
+ String str = getResources().getString(R.string.select);
+ sku_select.setSKU(str);
+ sku_select.setSKU_ID("0");
+ sku_list.add(0, sku_select);
+ CustomSkuAdapter adapter = new CustomSkuAdapter(AdditionalPromoSKUwiseActivity.this, R.layout.custom_spinner_item, sku_list);
+
+ spinner_sku_list.setAdapter(adapter);
+ spinner_sku_list.setOnItemSelectedListener(this);
+ }
+ else {
+
+ clearSkuSpinner();
+ }
+
+ break;
+
+ case R.id.sp_sku:
+
+ if(position!=0) {
+ sku = sku_list.get(position).getSKU().get(0);
+ sku_id = sku_list.get(position).getSKU_ID().get(0);
+ }
+
+ break;
+
+ case R.id.sp_flasher:
+
+ switch (position){
+
+ case 0:
+
+ price_flasher_available = -1;
+ break;
+
+ case 1:
+ price_flasher_available = 1;
+ break;
+
+ case 2:
+ price_flasher_available = 0;
+ break;
+ }
+
+ break;
+ }
+ }
+
+ @Override
+ public void onNothingSelected(AdapterView> parent) {
+
+ }
+
+ void clearBrandSpinner(){
+ brand_list.clear();
+
+ BrandMasterGetterSetter brand_select = new BrandMasterGetterSetter();
+ String str = getResources().getString(R.string.select);
+ brand_select.setBRAND(str);
+ brand_select.setBRAND_ID("0");
+ brand_list.add(0, brand_select);
+ CustomBrandAdapter adapter = new CustomBrandAdapter(AdditionalPromoSKUwiseActivity.this, R.layout.custom_spinner_item, brand_list);
+
+ spinner_brand_list.setAdapter(adapter);
+ spinner_brand_list.setOnItemSelectedListener(this);
+ }
+
+ void clearSkuSpinner(){
+ sku_list.clear();
+
+ SkuMasterGetterSetter sku_select = new SkuMasterGetterSetter();
+ String str = getResources().getString(R.string.select);
+ sku_select.setSKU(str);
+ sku_select.setSKU_ID("0");
+ sku_list.add(0, sku_select);
+ CustomSkuAdapter adapter = new CustomSkuAdapter(AdditionalPromoSKUwiseActivity.this, R.layout.custom_spinner_item, sku_list);
+
+ spinner_sku_list.setAdapter(adapter);
+ spinner_sku_list.setOnItemSelectedListener(this);
+ }
+
+ @Override
+ public void onClick(View v) {
+ int id = v.getId();
+
+ switch (id){
+
+ case R.id.fab:
+
+ boolean valid_flag = true;
+
+ if(isExists){
+ if(added_promo_list.size()==0){
+ valid_flag = false;
+ }
+ }
+
+ if(!valid_flag){
+ Snackbar.make(rec_added_promo, R.string.title_activity_Want_add,Snackbar.LENGTH_SHORT).show();
+ }
+ else if(isdata_added){
+
+
+ AlertDialog.Builder alertDialogBuilder = new AlertDialog.Builder(
+ AdditionalPromoSKUwiseActivity.this);
+ // set title
+ alertDialogBuilder.setTitle(getResources().getString(R.string.dialog_title));
+ // set dialog message
+ alertDialogBuilder
+ .setMessage(getResources().getString(R.string.title_activity_Want_save))
+ .setCancelable(false)
+ .setPositiveButton(getResources().getString(R.string.yes), new DialogInterface.OnClickListener() {
+ public void onClick(DialogInterface dialog, int id) {
+
+ db.InsertPromoSKUwiseData(added_promo_list, categoryId, store_id, isExists);
+ finish();
+ overridePendingTransition(R.anim.activity_back_in, R.anim.activity_back_out);
+ }
+ })
+ .setNegativeButton(getResources().getString(R.string.no), new DialogInterface.OnClickListener() {
+ public void onClick(DialogInterface dialog, int id) {
+ // if this button is clicked, just close
+ // the dialog box and do nothing
+ dialog.cancel();
+ }
+ });
+
+ // create alert dialog
+ AlertDialog alertDialog = alertDialogBuilder.create();
+
+ // show it
+ alertDialog.show();
+
+ }else {
+ finish();
+ }
+
+ break;
+
+ case R.id.fab_add:
+
+ discount = et_discount.getText().toString();
+ price = et_price.getText().toString();
+
+ if(sub_category.equals("")){
+ Snackbar.make(rec_added_promo, R.string.pls_select_sub_category,Snackbar.LENGTH_SHORT).show();
+ }
+ else if(brand.equals("")){
+ Snackbar.make(rec_added_promo, R.string.pls_select_brand,Snackbar.LENGTH_SHORT).show();
+ }else if(sku.equals("")){
+ Snackbar.make(rec_added_promo, R.string.pls_select_sku,Snackbar.LENGTH_SHORT).show();
+ }/*else if(discount.equals("")){
+ Snackbar.make(rec_added_promo, R.string.pls_enter_discount,Snackbar.LENGTH_SHORT).show();
+ }*/else if(price.equals("")){
+ Snackbar.make(rec_added_promo, R.string.pls_enter_price,Snackbar.LENGTH_SHORT).show();
+ }else if(is_camera_compulsory && img_str.equals("")){
+ Snackbar.make(rec_added_promo, R.string.click_image,Snackbar.LENGTH_SHORT).show();
+ }else if(price_flasher_available==-1){
+ Snackbar.make(rec_added_promo, R.string.pls_select_price,Snackbar.LENGTH_SHORT).show();
+ }else {
+ PromoComplianceSkuwiseGetterSetter promo = new PromoComplianceSkuwiseGetterSetter();
+ promo.setBrand(brand);
+ promo.setBrand_id(brand_id);
+ promo.setSub_category(sub_category);
+ promo.setSub_category_id(sub_category_id);
+ promo.setSku(sku);
+ promo.setSku_id(sku_id);
+ promo.setImg(img_str);
+ promo.setDiscount_value(discount);
+ promo.setPrice(price);
+ promo.setPrice_flasher(price_flasher_available);
+
+ added_promo_list.add(promo);
+
+ rec_added_promo.setLayoutManager(new LinearLayoutManager(getApplicationContext()));
+ PromoAdapter gapAdapter = new PromoAdapter(added_promo_list);
+ rec_added_promo.setAdapter(gapAdapter);
+
+ sub_category = "";
+ sub_category_id = "0";
+ brand= "";
+ brand_id = "0";
+ sku = "";
+ sku_id = "0";
+ discount = "";
+ price = "";
+ img_str = "";
+ price_flasher_available = -1;
+
+ et_discount.setText("");
+ et_price.setText("");
+ spinner_sub_category_list.setSelection(0);
+ clearBrandSpinner();
+ clearSkuSpinner();
+ sp_flasher.setSelection(0);
+
+ if(is_camera_compulsory){
+ img_cam.setBackgroundResource(R.drawable.camera_orange_star_green);
+ }
+ else {
+ img_cam.setBackgroundResource(R.mipmap.camera_orange);
+ }
+ isdata_added = true;
+ }
+
+ break;
+
+ case R.id.img_promotion_add:
+
+ _pathforcheck = "Additional_Promo_Skuwise_Image" + store_id + categoryId + visit_date.replace("/", "") + "_" +
+ CommonFunctions.getCurrentTimeWithLanguage(getApplicationContext()).replace(":", "") + ".jpg";
+
+ _path = CommonString.FILE_PATH + _pathforcheck;
+
+ startCameraActivity(1);
+ break;
+ }
+ }
+
+ private void startCameraActivity(int pos) {
+ try {
+
+ Log.i("Stock & Facing ", "startCameraActivity()");
+ File file = new File(_path);
+ outputFileUri = FileProvider.getUriForFile(getApplicationContext(), "cpm.com.gskmtorange.fileprovider", file);
+
+ String defaultCameraPackage = "";
+ final PackageManager packageManager = getPackageManager();
+ List list = packageManager.getInstalledApplications(PackageManager.GET_UNINSTALLED_PACKAGES);
+ for (int n = 0; n < list.size(); n++) {
+ if ((list.get(n).flags & ApplicationInfo.FLAG_SYSTEM) == 1) {
+ /* Log.e("TAG", "Installed Applications : " + list.get(n).loadLabel(packageManager).toString());
+ Log.e("TAG", "package name : " + list.get(n).packageName);*/
+
+ //temp value in case camera is gallery app above jellybean
+ String packag = list.get(n).loadLabel(packageManager).toString();
+ if (packag.equalsIgnoreCase("Gallery") || packag.equalsIgnoreCase("Galeri") || packag.equalsIgnoreCase("الاستوديو")) {
+ gallery_package = list.get(n).packageName;
+ }
+
+ if (android.os.Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
+ if (packag.equalsIgnoreCase("Camera") || packag.equalsIgnoreCase("Kamera") || packag.equalsIgnoreCase("الكاميرا")) {
+ defaultCameraPackage = list.get(n).packageName;
+ break;
+ }
+ } else {
+
+ if (packag.equalsIgnoreCase("Camera") || packag.equalsIgnoreCase("Kamera") || packag.equalsIgnoreCase("الكاميرا")) {
+
+ defaultCameraPackage = list.get(n).packageName;
+ break;
+ }
+ }
+ }
+ }
+
+ Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
+ intent.putExtra(MediaStore.EXTRA_OUTPUT, outputFileUri);
+ intent.setPackage(defaultCameraPackage);
+ //startActivityForResult(intent, 1);
+ startActivityForResult(intent, pos);
+ //startActivityForResult(intent, position);
+
+ } catch (ActivityNotFoundException e) {
+ e.printStackTrace();
+
+ Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
+ intent.putExtra(MediaStore.EXTRA_OUTPUT, outputFileUri);
+ intent.setPackage(gallery_package);
+ //startActivityForResult(intent, 0);
+ startActivityForResult(intent, pos);
+
+ } catch (Exception e) {
+ e.printStackTrace();
+ }
+ }
+
+ @Override
+ protected void onActivityResult(int requestCode, int resultCode, Intent data) {
+
+ Log.i("MakeMachine", "resultCode: " + resultCode);
+ switch (resultCode) {
+ case 0:
+ Log.i("MakeMachine", "User cancelled");
+ break;
+
+ case -1:
+
+ if (_pathforcheck != null && !_pathforcheck.equals("")) {
+ if (new File(CommonString.FILE_PATH + _pathforcheck).exists()) {
+
+ img_cam.setBackgroundResource(R.mipmap.camera_green);
+
+ img_str = _pathforcheck;
+ _pathforcheck = "";
+ }
+ }
+
+ break;
+ }
+
+ super.onActivityResult(requestCode, resultCode, data);
+ }
+
+ public class CustomBrandAdapter extends ArrayAdapter {
+
+ private Activity activity;
+ private ArrayList data;
+ BrandMasterGetterSetter tempValues = null;
+ LayoutInflater inflater;
+
+ /*************
+ * CustomBrandAdapter Constructor
+ *****************/
+ public CustomBrandAdapter(
+ AdditionalPromoSKUwiseActivity activitySpinner,
+ int textViewResourceId,
+ ArrayList objects
+
+ ) {
+ super(activitySpinner, textViewResourceId, objects);
+
+ /********** Take passed values **********/
+ activity = activitySpinner;
+ data = objects;
+ /*********** Layout inflator to call external xml layout () **********************/
+ inflater = (LayoutInflater) activity.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
+
+ }
+
+ @Override
+ public View getDropDownView(int position, View convertView, ViewGroup parent) {
+ return getCustomView(position, convertView, parent);
+ }
+
+ @Override
+ public View getView(int position, View convertView, ViewGroup parent) {
+ return getCustomView(position, convertView, parent);
+ }
+
+ // This funtion called for each row ( Called data.size() times )
+ public View getCustomView(int position, View convertView, ViewGroup parent) {
+
+ /********** Inflate spinner_rows.xml file for each row ( Defined below ) ************/
+ View row = inflater.inflate(R.layout.custom_spinner_item, parent, false);
+
+ /***** Get each Model object from Arraylist ********/
+ tempValues = null;
+ tempValues = (BrandMasterGetterSetter) data.get(position);
+
+ TextView label = (TextView) row.findViewById(R.id.tv_text);
+
+ if (position == 0) {
+
+ // Default selected Spinner item
+ label.setText(getResources().getString(R.string.select));
+ //sub.setText("");
+ } else {
+ // Set values for spinner each row
+ label.setText(tempValues.getBRAND().get(0));
+ }
+
+ return row;
+ }
+ }
+
+ public class CustomSkuAdapter extends ArrayAdapter {
+
+ private Activity activity;
+ private ArrayList data;
+ SkuMasterGetterSetter tempValues = null;
+ LayoutInflater inflater;
+
+ /*************
+ * CustomSkuAdapter Constructor
+ *****************/
+ public CustomSkuAdapter(
+ AdditionalPromoSKUwiseActivity activitySpinner,
+ int textViewResourceId,
+ ArrayList objects
+
+ ) {
+ super(activitySpinner, textViewResourceId, objects);
+
+ /********** Take passed values **********/
+ activity = activitySpinner;
+ data = objects;
+ /*********** Layout inflator to call external xml layout () **********************/
+ inflater = (LayoutInflater) activity.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
+
+ }
+
+ @Override
+ public View getDropDownView(int position, View convertView, ViewGroup parent) {
+ return getCustomView(position, convertView, parent);
+ }
+
+ @Override
+ public View getView(int position, View convertView, ViewGroup parent) {
+ return getCustomView(position, convertView, parent);
+ }
+
+ // This funtion called for each row ( Called data.size() times )
+ public View getCustomView(int position, View convertView, ViewGroup parent) {
+
+ /********** Inflate spinner_rows.xml file for each row ( Defined below ) ************/
+ View row = inflater.inflate(R.layout.custom_spinner_item, parent, false);
+
+ /***** Get each Model object from Arraylist ********/
+ tempValues = null;
+ tempValues = (SkuMasterGetterSetter) data.get(position);
+
+ TextView label = (TextView) row.findViewById(R.id.tv_text);
+
+ if (position == 0) {
+
+ // Default selected Spinner item
+ label.setText(getResources().getString(R.string.select));
+ //sub.setText("");
+ } else {
+ // Set values for spinner each row
+ label.setText(tempValues.getSKU().get(0));
+ }
+
+ return row;
+ }
+ }
+
+ public class CustomSubCategoryAdapter extends ArrayAdapter {
+
+ private Activity activity;
+ private ArrayList data;
+ MSL_AvailabilityStockFacingGetterSetter tempValues = null;
+ LayoutInflater inflater;
+
+ /*************
+ * CustomSubCategoryAdapter Constructor
+ *****************/
+ public CustomSubCategoryAdapter(
+ AdditionalPromoSKUwiseActivity activitySpinner,
+ int textViewResourceId,
+ ArrayList objects
+
+ ) {
+ super(activitySpinner, textViewResourceId, objects);
+
+ /********** Take passed values **********/
+ activity = activitySpinner;
+ data = objects;
+ /*********** Layout inflator to call external xml layout () **********************/
+ inflater = (LayoutInflater) activity.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
+
+ }
+
+ @Override
+ public View getDropDownView(int position, View convertView, ViewGroup parent) {
+ return getCustomView(position, convertView, parent);
+ }
+
+ @Override
+ public View getView(int position, View convertView, ViewGroup parent) {
+ return getCustomView(position, convertView, parent);
+ }
+
+ // This funtion called for each row ( Called data.size() times )
+ public View getCustomView(int position, View convertView, ViewGroup parent) {
+
+ /********** Inflate spinner_rows.xml file for each row ( Defined below ) ************/
+ View row = inflater.inflate(R.layout.custom_spinner_item, parent, false);
+
+ /***** Get each Model object from Arraylist ********/
+ tempValues = null;
+ tempValues = (MSL_AvailabilityStockFacingGetterSetter) data.get(position);
+
+ TextView label = (TextView) row.findViewById(R.id.tv_text);
+
+ if (position == 0) {
+
+ // Default selected Spinner item
+ label.setText(getResources().getString(R.string.select));
+ //sub.setText("");
+ } else {
+ // Set values for spinner each row
+ label.setText(tempValues.getSub_category());
+ }
+
+ return row;
+ }
+ }
+
+ public class PromoAdapter extends RecyclerView.Adapter {
+
+ private ArrayList list;
+
+ public PromoAdapter(ArrayList promoList) {
+ list = promoList;
+ }
+
+ @Override
+ public ViewHolder onCreateViewHolder(ViewGroup parent, int viewType) {
+ View view = LayoutInflater.from(parent.getContext())
+ .inflate(R.layout.item_added_promo, parent, false);
+ return new ViewHolder(view);
+ }
+
+ @Override
+ public void onBindViewHolder(final ViewHolder holder, int position) {
+
+ final PromoComplianceSkuwiseGetterSetter mItem = list.get(position);
+ holder.tv_sub_category.setText(getString(R.string.sub_category) + " - " + mItem.getSub_category());
+ holder.tv_brand.setText(getString(R.string.brand) + " - " + mItem.getBrand());
+ holder.tv_sku.setText(getString(R.string.sku) + " - " + mItem.getSku());
+ holder.tv_discount_val.setText(getString(R.string.discount_value) + " - " + mItem.getDiscount_value());
+ holder.tv_price.setText(getString(R.string.price) + " - " + mItem.getPrice());
+ String exists = "";
+ if(mItem.getPrice_flasher()==1){
+ exists = getString(R.string.yes);
+ }
+ else {
+ exists = getString(R.string.no);
+ }
+ holder.tv_promo_flasher_exists.setText(" - " + exists);
+
+ }
+
+ @Override
+ public int getItemCount() {
+ return list.size();
+ }
+
+ public class ViewHolder extends RecyclerView.ViewHolder {
+ public final View mView;
+ public final TextView tv_sub_category, tv_brand, tv_sku, tv_discount_val, tv_price, tv_promo_flasher_exists;
+
+ public ViewHolder(View view) {
+ super(view);
+
+ mView = view;
+
+ tv_sub_category = (TextView) mView.findViewById(R.id.tv_sub_category);
+ tv_brand = (TextView) mView.findViewById(R.id.tv_brand);
+ tv_sku = (TextView) mView.findViewById(R.id.tv_sku);
+ tv_discount_val = (TextView) mView.findViewById(R.id.tv_discount);
+ tv_price = (TextView) mView.findViewById(R.id.tv_price);
+ tv_promo_flasher_exists = (TextView) mView.findViewById(R.id.tv_promo_flasher_exists);
+
+
+ }
+
+ }
+ }
+
+ @Override
+ public void onBackPressed() {
+ ischanged();
+ }
+
+ @Override
+ public boolean onCreateOptionsMenu(Menu menu) {
+ // Inflate the menu; this adds items to the action bar if it is present.
+ getMenuInflater().inflate(R.menu.menu_promo_skuwise, menu);
+
+ final CheckBox checkBox = (CheckBox) menu.findItem(R.id.menuShowDue).getActionView();
+ checkBox.setText(R.string.exists);
+ checkBox.setChecked(isExists);
+
+ checkBox.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
+ @Override
+ public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
+ isExists = isChecked;
+
+ if(isExists){
+ lin_parent.setVisibility(View.VISIBLE);
+ fab_add.show();//.setVisibility(View.VISIBLE);
+ }
+ else {
+ android.app.AlertDialog.Builder builder = new android.app.AlertDialog.Builder(AdditionalPromoSKUwiseActivity.this);
+ builder.setTitle("Parinaam");
+ builder.setMessage(getResources().getString(R.string.data_will_be_lost)).setCancelable(false)
+ .setPositiveButton(getString(R.string.ok), new DialogInterface.OnClickListener() {
+ public void onClick(DialogInterface dialog, int id) {
+
+ fab_add.hide();//.setVisibility(View.GONE);
+ added_promo_list.clear();
+
+ rec_added_promo.setLayoutManager(new LinearLayoutManager(getApplicationContext()));
+ promoAdapter = new PromoAdapter(added_promo_list);
+ rec_added_promo.setAdapter(promoAdapter);
+
+ /* if(promoAdapter!=null){
+ promoAdapter.list.clear();
+ promoAdapter.notifyDataSetChanged();
+ }*/
+
+ lin_parent.setVisibility(View.GONE);
+
+ sub_category = "";
+ sub_category_id = "0";
+ brand= "";
+ brand_id = "0";
+ sku = "";
+ sku_id = "0";
+ discount = "";
+ price = "";
+ img_str = "";
+
+ et_discount.setText("");
+ et_price.setText("");
+ spinner_sub_category_list.setSelection(0);
+ clearBrandSpinner();
+ clearSkuSpinner();
+ if(is_camera_compulsory){
+ img_cam.setBackgroundResource(R.drawable.camera_orange_star_green);
+ }
+ else {
+ img_cam.setBackgroundResource(R.mipmap.camera_orange);
+ }
+ isdata_added = true;
+
+ }
+ })
+ .setNegativeButton(getString(R.string.cancel), new DialogInterface.OnClickListener() {
+ @Override
+ public void onClick(DialogInterface dialog, int which) {
+ checkBox.setChecked(true);
+ }
+ });
+ android.app.AlertDialog alert = builder.create();
+ alert.show();
+ }
+ }
+ });
+
+ return true;
+ }
+
+ @Override
+ public boolean onOptionsItemSelected(MenuItem item) {
+ // Handle action bar item clicks here. The action bar will
+ // automatically handle clicks on the Home/Up button, so long
+ // as you specify a parent activity in AndroidManifest.xml.
+ int id = item.getItemId();
+
+ if (id == android.R.id.home) {
+ ischanged();
+ }
+
+ //noinspection SimplifiableIfStatement
+ if (id == R.id.action_settings) {
+ return true;
+ }
+
+ return super.onOptionsItemSelected(item);
+ }
+
+ void ischanged(){
+ if(isdata_added){
+ android.app.AlertDialog.Builder builder = new android.app.AlertDialog.Builder(AdditionalPromoSKUwiseActivity.this);
+ builder.setTitle("Parinaam");
+ builder.setMessage(getResources().getString(R.string.data_will_be_lost)).setCancelable(false)
+ .setPositiveButton(getString(R.string.ok), new DialogInterface.OnClickListener() {
+ public void onClick(DialogInterface dialog, int id) {
+
+ finish();
+ overridePendingTransition(R.anim.activity_back_in, R.anim.activity_back_out);
+ }
+ })
+ .setNegativeButton(getString(R.string.cancel), new DialogInterface.OnClickListener() {
+ @Override
+ public void onClick(DialogInterface dialog, int which) {
+
+ }
+ });
+ android.app.AlertDialog alert = builder.create();
+ alert.show();
+ }
+ else {
+ super.onBackPressed();
+ overridePendingTransition(R.anim.activity_back_in, R.anim.activity_back_out);
+ }
+ }
+
+ public class CustomSpinnerAdapter extends ArrayAdapter {
+
+ SelectGetterSetter tempValues = null;
+ LayoutInflater inflater;
+ private Activity activity;
+ private ArrayList data;
+
+ /*************
+ * CustomAdapter Constructor
+ *****************/
+ public CustomSpinnerAdapter(
+ AdditionalPromoSKUwiseActivity activitySpinner,
+ int textViewResourceId,
+ ArrayList objects
+
+ ) {
+ super(activitySpinner, textViewResourceId, objects);
+
+ /********** Take passed values **********/
+ activity = activitySpinner;
+ data = objects;
+ /*********** Layout inflator to call external xml layout () **********************/
+ inflater = (LayoutInflater) activity.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
+
+ }
+
+ @Override
+ public View getDropDownView(int position, View convertView, ViewGroup parent) {
+ return getCustomView(position, convertView, parent);
+ }
+
+ @Override
+ public View getView(int position, View convertView, ViewGroup parent) {
+ return getCustomView(position, convertView, parent);
+ }
+
+ // This funtion called for each row ( Called data.size() times )
+ public View getCustomView(int position, View convertView, ViewGroup parent) {
+
+ /********** Inflate spinner_rows.xml file for each row ( Defined below ) ************/
+ View row = inflater.inflate(R.layout.custom_spinner_item, parent, false);
+
+ /***** Get each Model object from Arraylist ********/
+ tempValues = null;
+ tempValues = (SelectGetterSetter) data.get(position);
+
+ TextView label = (TextView) row.findViewById(R.id.tv_text);
+
+ if (position == 0) {
+
+ // Default selected Spinner item
+ label.setText(getString(R.string.select));
+ //sub.setText("");
+ } else {
+ // Set values for spinner each row
+ label.setText(tempValues.getAns());
+ }
+
+ return row;
+ }
+ }
+}
diff --git a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/AdditionalVisibility.java b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/AdditionalVisibility.java
index 0ffb5a5..f6d70ad 100644
--- a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/AdditionalVisibility.java
+++ b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/AdditionalVisibility.java
@@ -8,10 +8,12 @@ import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.SharedPreferences;
+import android.content.pm.ActivityInfo;
import android.content.pm.ApplicationInfo;
import android.content.pm.PackageManager;
import android.content.res.Configuration;
import android.content.res.Resources;
+import android.graphics.Bitmap;
import android.graphics.drawable.ColorDrawable;
import android.net.Uri;
import android.os.Build;
@@ -20,6 +22,7 @@ import android.preference.PreferenceManager;
import android.provider.MediaStore;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
+import android.support.v4.content.FileProvider;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.CardView;
import android.support.v7.widget.Toolbar;
@@ -29,6 +32,9 @@ import android.view.MenuItem;
import android.view.View;
import android.view.ViewGroup;
import android.view.Window;
+import android.view.WindowManager;
+import android.webkit.WebView;
+import android.webkit.WebViewClient;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.BaseAdapter;
@@ -80,7 +86,7 @@ public class AdditionalVisibility extends AppCompatActivity implements View.OnCl
Button btnsku, btnaddlayout;
GSKOrangeDB db;
ArrayList sku_list;
- String brand_name = "", brand_id = "", SKU_name = "", SKU_ID = "", brand_list_name = "", brand_list_id = "", sku_list_name = "", sku_list_id = "";
+ String brand_name = "", brand_id = "", SKU_name = "", SKU_ID = "", brand_list_name = "", brand_list_id = "", sku_list_name = "", sku_list_id = "", display_planogram_url="";
public ListView listview;
LinearLayout linearlay;
CardView cardlay;
@@ -95,7 +101,7 @@ public class AdditionalVisibility extends AppCompatActivity implements View.OnCl
String _pathforcheck1, _pathforcheck2, _pathforcheck3, _path, str, msg;
private SharedPreferences preferences;
String store_id, date, intime, img_str1="", img_str2="", img_str3="", togglevalue = "1", CATEGORY_ID, camera_allow, store_type_id, class_id, key_account_id;
- ImageView img_cam, img_clicked;
+ ImageView img_cam, img_clicked, img_planogram;
Button btn_add, btn_close;
EditText Edt_txt;
MyAdaptorStock adapterData;
@@ -161,6 +167,14 @@ public class AdditionalVisibility extends AppCompatActivity implements View.OnCl
cameralayout = (LinearLayout) findViewById(R.id.tv_cameralayout);
fab = (FloatingActionButton) findViewById(R.id.fab);
maincard = (CardView) findViewById(R.id.cardviewid);
+ img_planogram = (ImageView) findViewById(R.id.img_planogram);
+
+ img_planogram.setOnClickListener(new View.OnClickListener() {
+ @Override
+ public void onClick(View v) {
+ showPlanogram(display_planogram_url);
+ }
+ });
btntoggle.setChecked(true);
@@ -211,10 +225,15 @@ public class AdditionalVisibility extends AppCompatActivity implements View.OnCl
if (position != 0) {
+ img_planogram.setEnabled(true);
sku_list_name = DisplayMaster_list.get(position).getDISPLAY().get(0);
sku_list_id = DisplayMaster_list.get(position).getDISPLAY_ID().get(0);
+ display_planogram_url = DisplayMaster_list.get(position).getIMAGE_PATH().get(0) + DisplayMaster_list.get(position).getIMAGE_URL().get(0);
}
+ else {
+ img_planogram.setEnabled(false);
+ }
}
@Override
@@ -476,31 +495,7 @@ public class AdditionalVisibility extends AppCompatActivity implements View.OnCl
//Adding data to existing parent list
listdata.add(adGt);
- spinner_brand_list.setSelection(0);
- spinner_sku_list.setSelection(0);
- img_str1 = "";
- img_str2 = "";
- img_str3 = "";
- brand_list_name = "";
- brand_list_id = "";
- sku_list_name = "";
- sku_list_id = "";
- defdata.clear();
-
- btnsku.setBackgroundResource(R.color.colorPrimary);
-
- if (camera_allow.equals("1")) {
- btnimage.setBackgroundResource(R.mipmap.camera_orange);
-
- btnimage1.setBackgroundResource(R.mipmap.camera_orange);
- btnimage2.setBackgroundResource(R.mipmap.camera_orange);
-
- } else {
- btnimage.setBackgroundResource(R.mipmap.camera_grey);
-
- btnimage1.setBackgroundResource(R.mipmap.camera_grey);
- btnimage2.setBackgroundResource(R.mipmap.camera_grey);
- }
+ clearViews();
//listdata = db.getAdditionalStock(store_id, categoryId);
@@ -705,7 +700,15 @@ public class AdditionalVisibility extends AppCompatActivity implements View.OnCl
/* adapteradditional = new MyAdaptorAdditionalStock(AdditionalVisibility.this, listdata);
listviewlay.setAdapter(adapteradditional);
listviewlay.invalidateViews();*/
-
+ togglevalue = "0";
+ btntoggle.setChecked(false);
+ defdata.clear();
+ btnaddlayout.setVisibility(View.INVISIBLE);
+ brandlayout.setVisibility(View.GONE);
+ diaplylayout.setVisibility(View.INVISIBLE);
+ cameralayout.setVisibility(View.INVISIBLE);
+ btnsku.setVisibility(View.INVISIBLE);
+ maincard.setVisibility(View.INVISIBLE);
adapteradditional.notifyDataSetChanged();
}
@@ -719,14 +722,16 @@ public class AdditionalVisibility extends AppCompatActivity implements View.OnCl
togglevalue = "1";
btntoggle.setChecked(true);
- brandlayout.setVisibility(View.GONE);
+ /* brandlayout.setVisibility(View.GONE);
diaplylayout.setVisibility(View.VISIBLE);
cameralayout.setVisibility(View.VISIBLE);
btnsku.setVisibility(View.VISIBLE);
btnaddlayout.setVisibility(View.VISIBLE);
cardvew.setVisibility(View.VISIBLE);
listviewlay.setVisibility(View.INVISIBLE);
- maincard.setVisibility(View.INVISIBLE);
+ maincard.setVisibility(View.INVISIBLE);*/
+
+
}
});
@@ -736,18 +741,18 @@ public class AdditionalVisibility extends AppCompatActivity implements View.OnCl
alertDialog.show();
+ }else {
+ togglevalue = "0";
+ btntoggle.setChecked(false);
+ defdata.clear();
+ btnaddlayout.setVisibility(View.INVISIBLE);
+ brandlayout.setVisibility(View.GONE);
+ diaplylayout.setVisibility(View.INVISIBLE);
+ cameralayout.setVisibility(View.INVISIBLE);
+ btnsku.setVisibility(View.INVISIBLE);
+ maincard.setVisibility(View.INVISIBLE);
+ clearViews();
}
-
- togglevalue = "0";
- btntoggle.setChecked(false);
- defdata.clear();
- btnaddlayout.setVisibility(View.INVISIBLE);
- brandlayout.setVisibility(View.GONE);
- diaplylayout.setVisibility(View.INVISIBLE);
- cameralayout.setVisibility(View.INVISIBLE);
- btnsku.setVisibility(View.INVISIBLE);
- maincard.setVisibility(View.INVISIBLE);
-
}
}
});
@@ -808,6 +813,98 @@ public class AdditionalVisibility extends AppCompatActivity implements View.OnCl
}
+ void clearViews(){
+ spinner_brand_list.setSelection(0);
+ spinner_sku_list.setSelection(0);
+ img_str1 = "";
+ img_str2 = "";
+ img_str3 = "";
+ brand_list_name = "";
+ brand_list_id = "";
+ sku_list_name = "";
+ sku_list_id = "";
+ defdata.clear();
+
+ btnsku.setBackgroundResource(R.color.colorPrimary);
+
+ if (camera_allow.equals("1")) {
+ btnimage.setBackgroundResource(R.drawable.camera_orange_star_green);
+
+ btnimage1.setBackgroundResource(R.mipmap.camera_orange);
+ btnimage2.setBackgroundResource(R.mipmap.camera_orange);
+
+ } else {
+ btnimage.setBackgroundResource(R.mipmap.camera_grey);
+
+ btnimage1.setBackgroundResource(R.mipmap.camera_grey);
+ btnimage2.setBackgroundResource(R.mipmap.camera_grey);
+ }
+
+ }
+
+ public void showPlanogram(String planogram_image) {
+
+ final Dialog dialog = new Dialog(AdditionalVisibility.this);
+ dialog.requestWindowFeature(Window.FEATURE_NO_TITLE);
+ //dialog.getWindow().setBackgroundDrawable(new ColorDrawable(Color.TRANSPARENT));
+ dialog.setContentView(R.layout.planogram_dialog_layout);
+ dialog.getWindow().setLayout(WindowManager.LayoutParams.MATCH_PARENT, WindowManager.LayoutParams.MATCH_PARENT);
+ dialog.setCancelable(false);
+
+ //ArrayList mp = db.getMappingPlanogramData("");
+
+ //setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE);
+
+ WebView webView = (WebView) dialog.findViewById(R.id.webview);
+ webView.setWebViewClient(new MyWebViewClient());
+
+ webView.getSettings().setAllowFileAccess(true);
+ webView.getSettings().setJavaScriptEnabled(true);
+ webView.getSettings().setBuiltInZoomControls(true);
+
+ //String planogram_image = mp.get(0).getPLANOGRAM_IMAGE();
+ /* if (new File(CommonString.FILE_PATH_PLANOGRAM + planogram_image).exists()) {
+
+ String imagePath = "file://" + CommonString.FILE_PATH_PLANOGRAM + planogram_image;
+ //String imagePath = "file://" + CommonString.FILE_PATH + "/" + "image_ref.png";
+
+ }*/
+
+ String html = "
";
+ webView.loadDataWithBaseURL("", html, "text/html", "utf-8", "");
+
+ dialog.show();
+
+ ImageView cancel = (ImageView) dialog.findViewById(R.id.img_cancel);
+ cancel.setOnClickListener(new View.OnClickListener() {
+ @Override
+ public void onClick(View v) {
+ //setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_PORTRAIT);
+ dialog.dismiss();
+ }
+ });
+ }
+
+ private class MyWebViewClient extends WebViewClient {
+
+ @Override
+ public boolean shouldOverrideUrlLoading(WebView view, String url) {
+ view.loadUrl(url);
+ return true;
+ }
+
+ @Override
+ public void onPageFinished(WebView view, String url) {
+ super.onPageFinished(view, url);
+ view.clearCache(true);
+ }
+
+ @Override
+ public void onPageStarted(WebView view, String url, Bitmap favicon) {
+ super.onPageStarted(view, url, favicon);
+ }
+ }
+
private static String arabicToenglish(String number) {
char[] chars = new char[number.length()];
for (int i = 0; i < number.length(); i++) {
@@ -1038,7 +1135,7 @@ public class AdditionalVisibility extends AppCompatActivity implements View.OnCl
Log.i("MakeMachine", "startCameraActivity()");
File file = new File(_path);
- outputFileUri = Uri.fromFile(file);
+ outputFileUri = FileProvider.getUriForFile(getApplicationContext(), "cpm.com.gskmtorange.fileprovider", file);
String defaultCameraPackage = "";
final PackageManager packageManager = getPackageManager();
diff --git a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/AuditActivity.java b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/AuditActivity.java
index 0114e8b..06f5605 100644
--- a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/AuditActivity.java
+++ b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/AuditActivity.java
@@ -16,6 +16,7 @@ import android.preference.PreferenceManager;
import android.provider.MediaStore;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
+import android.support.v4.content.FileProvider;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.CardView;
import android.support.v7.widget.LinearLayoutManager;
@@ -151,7 +152,7 @@ public class AuditActivity extends AppCompatActivity {
recyclerView.setLayoutManager(new LinearLayoutManager(this));
} else {
no_data_lay.setVisibility(View.VISIBLE);
- fab.setVisibility(View.GONE);
+ fab.hide();//setVisibility(View.GONE);
recyclerView.setVisibility(View.GONE);
}
@@ -575,7 +576,7 @@ public class AuditActivity extends AppCompatActivity {
Log.i("MakeMachine", "startCameraActivity()");
File file = new File(_path);
- outputFileUri = Uri.fromFile(file);
+ outputFileUri = FileProvider.getUriForFile(getApplicationContext(), "cpm.com.gskmtorange.fileprovider", file);
String defaultCameraPackage = "";
final PackageManager packageManager = getPackageManager();
diff --git a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/CategoryPicture.java b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/CategoryPicture.java
index e91220c..2f54d1b 100644
--- a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/CategoryPicture.java
+++ b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/CategoryPicture.java
@@ -16,6 +16,7 @@ import android.preference.PreferenceManager;
import android.provider.MediaStore;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
+import android.support.v4.content.FileProvider;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.util.Log;
@@ -288,7 +289,7 @@ public class CategoryPicture extends AppCompatActivity {
Log.i("MakeMachine", "startCameraActivity()");
File file = new File(_path);
- outputFileUri = Uri.fromFile(file);
+ outputFileUri = FileProvider.getUriForFile(getApplicationContext(), "cpm.com.gskmtorange.fileprovider", file);
String defaultCameraPackage = "";
final PackageManager packageManager = getPackageManager();
@@ -543,10 +544,12 @@ public class CategoryPicture extends AppCompatActivity {
boolean validateData(CategoryPictureGetterSetter data, ArrayList list) {
boolean flag = true;
+ if(categoryImagesAllowed.size()>0){
+
if(categoryImagesAllowed.get(0).isImg_cam1()){
- if(data.getCategoryImage1().equals("")){
- flag = false;
- }
+ if(data.getCategoryImage1().equals("")){
+ flag = false;
+ }
}
if(flag){
@@ -557,23 +560,23 @@ public class CategoryPicture extends AppCompatActivity {
}
}
- if(flag){
- if(categoryImagesAllowed.get(0).isImg_cam3()){
- if(data.getCategoryImage3().equals("")){
- flag = false;
+ if(flag){
+ if(categoryImagesAllowed.get(0).isImg_cam3()){
+ if(data.getCategoryImage3().equals("")){
+ flag = false;
+ }
+ }
+ }
+
+ if(flag){
+ if(categoryImagesAllowed.get(0).isImg_cam4()){
+ if(data.getCategoryImage4().equals("")){
+ flag = false;
+ }
}
}
}
- if(flag){
- if(categoryImagesAllowed.get(0).isImg_cam4()){
- if(data.getCategoryImage4().equals("")){
- flag = false;
- }
- }
- }
-
-
if (flag) {
for (int i = 0; i < list.size(); i++) {
diff --git a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/CoachingVisitActivity.java b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/CoachingVisitActivity.java
index 7031f3b..8490a16 100644
--- a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/CoachingVisitActivity.java
+++ b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/CoachingVisitActivity.java
@@ -12,6 +12,7 @@ import android.preference.PreferenceManager;
import android.provider.MediaStore;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
+import android.support.v4.content.FileProvider;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.util.Log;
@@ -146,8 +147,8 @@ public class CoachingVisitActivity extends AppCompatActivity implements AdapterV
if (coachingVisitdata.size() != 0) {
update_flag = true;
- fab_save.setVisibility(View.GONE);
- fab_next.setVisibility(View.VISIBLE);
+ fab_save.hide();//setVisibility(View.GONE);
+ fab_next.show();//setVisibility(View.VISIBLE);
if (coachingVisitdata.get(0).isExists()) {
exist_spinner.setSelection(1);
} else {
@@ -171,7 +172,7 @@ public class CoachingVisitActivity extends AppCompatActivity implements AdapterV
if (!update_flag) {
- fab_save.setVisibility(View.VISIBLE);
+ fab_save.show();//setVisibility(View.VISIBLE);
if (position == 1) {
@@ -240,7 +241,7 @@ public class CoachingVisitActivity extends AppCompatActivity implements AdapterV
coaching_visit = -1;
linear_supervisor.setVisibility(View.GONE);
- fab_save.setVisibility(View.GONE);
+ fab_save.hide();//setVisibility(View.GONE);
}
break;
@@ -305,7 +306,7 @@ public class CoachingVisitActivity extends AppCompatActivity implements AdapterV
saved_flag = true;
- fab_next.setVisibility(View.VISIBLE);
+ fab_next.show();//setVisibility(View.VISIBLE);
} else {
Snackbar.make(linear_supervisor, error_msg, Snackbar.LENGTH_SHORT).show();
}
@@ -319,7 +320,7 @@ public class CoachingVisitActivity extends AppCompatActivity implements AdapterV
Toast.makeText(getApplicationContext(), getString(R.string.save_message), Toast.LENGTH_SHORT).show();
saved_flag = true;
- fab_next.setVisibility(View.VISIBLE);
+ fab_next.show();//setVisibility(View.VISIBLE);
}
@@ -360,7 +361,7 @@ public class CoachingVisitActivity extends AppCompatActivity implements AdapterV
Log.i("MakeMachine", "startCameraActivity()");
File file = new File(_path);
- outputFileUri = Uri.fromFile(file);
+ outputFileUri = FileProvider.getUriForFile(getApplicationContext(), "cpm.com.gskmtorange.fileprovider", file);
String defaultCameraPackage = "";
final PackageManager packageManager = getPackageManager();
diff --git a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/DeliveryCallActivity.java b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/DeliveryCallActivity.java
index 8ee3b6d..3fdb9b6 100644
--- a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/DeliveryCallActivity.java
+++ b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/DeliveryCallActivity.java
@@ -209,9 +209,9 @@ public class DeliveryCallActivity extends AppCompatActivity implements View.OnCl
recyclerView.setLayoutManager(new LinearLayoutManager(this));
if (isCheckedIn()) {
- fab_upload.setVisibility(View.GONE);
+ fab_upload.hide();//setVisibility(View.GONE);
} else if (isUploadAble()) {
- fab_upload.setVisibility(View.VISIBLE);
+ fab_upload.show();//setVisibility(View.VISIBLE);
}
}
}
diff --git a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/DeliveryCallAddStoreActivity.java b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/DeliveryCallAddStoreActivity.java
index 925586c..fb7a60e 100644
--- a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/DeliveryCallAddStoreActivity.java
+++ b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/DeliveryCallAddStoreActivity.java
@@ -22,7 +22,9 @@ import android.provider.Settings;
import android.support.design.widget.BaseTransientBottomBar;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
+import android.support.v4.app.ActivityCompat;
import android.support.v4.content.ContextCompat;
+import android.support.v4.content.FileProvider;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.util.Log;
@@ -58,7 +60,7 @@ public class DeliveryCallAddStoreActivity extends AppCompatActivity implements V
EditText et_customer, et_address;
ImageView img_checkin, img_checkout;
- String name, address, error_msg, img_checkin_path="", img_checkout_path="";
+ String name, address, error_msg, img_checkin_path = "", img_checkout_path = "";
boolean checkin_flag = true;
protected String _pathforcheck = "", _path, str, visit_date, in_time, out_time;
private SharedPreferences preferences;
@@ -108,10 +110,9 @@ public class DeliveryCallAddStoreActivity extends AppCompatActivity implements V
checkin_flag = getIntent().getBooleanExtra(CommonString.KEY_STORE_FLAG, true);
deliveryCallsData = (DeliveryCallsGetterSetter) getIntent().getSerializableExtra(CommonString.KEY_STORE_ID);
- if(checkin_flag){
+ if (checkin_flag) {
img_checkin.setOnClickListener(this);
- }
- else {
+ } else {
et_customer.setText(deliveryCallsData.getSTORE_NAME());
et_address.setText(deliveryCallsData.getADDRESS());
et_customer.setEnabled(false);
@@ -124,40 +125,37 @@ public class DeliveryCallAddStoreActivity extends AppCompatActivity implements V
fab.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View view) {
- if(isValid()){
+ if (isValid()) {
- if(checkin_flag){
+ if (checkin_flag) {
- if(lat == 0.0 || lon == 0.0){
+ if (lat == 0.0 || lon == 0.0) {
- }
- else {
- DeliveryCallsGetterSetter deliveryCallsGetterSetter = new DeliveryCallsGetterSetter();
- deliveryCallsGetterSetter.setSTORE_NAME(name);
- deliveryCallsGetterSetter.setADDRESS(address);
- deliveryCallsGetterSetter.setIN_TIME_IMAGE(img_checkin_path);
- deliveryCallsGetterSetter.setOUT_TIME_IMAGE(img_checkout_path);
- deliveryCallsGetterSetter.setUPLOAD_STATUS(CommonString.KEY_CHECK_IN);
- deliveryCallsGetterSetter.setVISIT_DATE(visit_date);
- deliveryCallsGetterSetter.setIn_time(in_time);
- deliveryCallsGetterSetter.setLATITUDE(lat);
- deliveryCallsGetterSetter.setLONGITUDE(lon);
+ } else {
+ DeliveryCallsGetterSetter deliveryCallsGetterSetter = new DeliveryCallsGetterSetter();
+ deliveryCallsGetterSetter.setSTORE_NAME(name);
+ deliveryCallsGetterSetter.setADDRESS(address);
+ deliveryCallsGetterSetter.setIN_TIME_IMAGE(img_checkin_path);
+ deliveryCallsGetterSetter.setOUT_TIME_IMAGE(img_checkout_path);
+ deliveryCallsGetterSetter.setUPLOAD_STATUS(CommonString.KEY_CHECK_IN);
+ deliveryCallsGetterSetter.setVISIT_DATE(visit_date);
+ deliveryCallsGetterSetter.setIn_time(in_time);
+ deliveryCallsGetterSetter.setLATITUDE(lat);
+ deliveryCallsGetterSetter.setLONGITUDE(lon);
- database.InsertDeliveryCalls(deliveryCallsGetterSetter);
- }
- }
- else {
+ database.InsertDeliveryCalls(deliveryCallsGetterSetter);
+ }
+ } else {
- deliveryCallsData.setOut_time(out_time);
- database.updateDeliveryCallsOut(deliveryCallsData, CommonString.KEY_C, img_checkout_path);
- }
+ deliveryCallsData.setOut_time(out_time);
+ database.updateDeliveryCallsOut(deliveryCallsData, CommonString.KEY_C, img_checkout_path);
+ }
finish();
- overridePendingTransition(R.anim.activity_back_in, R.anim.activity_back_out);
- }
- else {
- Snackbar.make(et_customer,error_msg,Snackbar.LENGTH_SHORT).show();
- }
+ overridePendingTransition(R.anim.activity_back_in, R.anim.activity_back_out);
+ } else {
+ Snackbar.make(et_customer, error_msg, Snackbar.LENGTH_SHORT).show();
+ }
}
});
@@ -235,7 +233,7 @@ public class DeliveryCallAddStoreActivity extends AppCompatActivity implements V
private boolean checkgpsEnableDevice() {
boolean flag = true;
if (!hasGPSDevice(context)) {
- Toast.makeText(context, "Gps not Supported",Toast.LENGTH_SHORT).show();
+ Toast.makeText(context, "Gps not Supported", Toast.LENGTH_SHORT).show();
}
final LocationManager manager = (LocationManager) getSystemService(Context.LOCATION_SERVICE);
if (!manager.isProviderEnabled(LocationManager.GPS_PROVIDER) && hasGPSDevice(context)) {
@@ -286,28 +284,25 @@ public class DeliveryCallAddStoreActivity extends AppCompatActivity implements V
}
}
- protected boolean isValid(){
+ protected boolean isValid() {
boolean flag = true;
name = et_customer.getText().toString().replaceAll("[&^<>{}'$]", " ");
address = et_address.getText().toString().replaceAll("[&^<>{}'$]", " ");
- if(name.equals("")){
- error_msg = getString(R.string.please_fill) + " "+ getString(R.string.customer_store_name);
+ if (name.equals("")) {
+ error_msg = getString(R.string.please_fill) + " " + getString(R.string.customer_store_name);
flag = false;
- }
- else if(address.equals("")){
- error_msg = getString(R.string.please_fill) + " "+ getString(R.string.address);
+ } else if (address.equals("")) {
+ error_msg = getString(R.string.please_fill) + " " + getString(R.string.address);
flag = false;
- }
- else if(checkin_flag){
- if(img_checkin_path.equals("")){
- error_msg = getString(R.string.please_click) + " "+ getString(R.string.intime_image).toLowerCase();
+ } else if (checkin_flag) {
+ if (img_checkin_path.equals("")) {
+ error_msg = getString(R.string.please_click) + " " + getString(R.string.intime_image).toLowerCase();
flag = false;
}
- }
- else if(img_checkout_path.equals("")){
- error_msg = getString(R.string.please_click) + " "+ getString(R.string.outtime_image).toLowerCase();
+ } else if (img_checkout_path.equals("")) {
+ error_msg = getString(R.string.please_click) + " " + getString(R.string.outtime_image).toLowerCase();
flag = false;
}
@@ -316,12 +311,12 @@ public class DeliveryCallAddStoreActivity extends AppCompatActivity implements V
@Override
public void onClick(View v) {
- switch (v.getId()){
+ switch (v.getId()) {
case R.id.img_checkin:
in_time = CommonFunctions.getCurrentTimeWithLanguage(getApplicationContext());
- _pathforcheck = "DeliveryCalls" + visit_date.replace("/", "")+ "InTime" + CommonFunctions.getCurrentTimeWithLanguage(getApplicationContext()).replace(":", "") + ".jpg";
+ _pathforcheck = "DeliveryCalls" + visit_date.replace("/", "") + "InTime" + CommonFunctions.getCurrentTimeWithLanguage(getApplicationContext()).replace(":", "") + ".jpg";
_path = CommonString.FILE_PATH + _pathforcheck;
@@ -332,7 +327,7 @@ public class DeliveryCallAddStoreActivity extends AppCompatActivity implements V
out_time = CommonFunctions.getCurrentTimeWithLanguage(getApplicationContext());
- _pathforcheck = "DeliveryCalls" + visit_date.replace("/", "")+ "OutTime" + CommonFunctions.getCurrentTimeWithLanguage(getApplicationContext()).replace(":", "") + ".jpg";
+ _pathforcheck = "DeliveryCalls" + visit_date.replace("/", "") + "OutTime" + CommonFunctions.getCurrentTimeWithLanguage(getApplicationContext()).replace(":", "") + ".jpg";
_path = CommonString.FILE_PATH + _pathforcheck;
@@ -346,7 +341,7 @@ public class DeliveryCallAddStoreActivity extends AppCompatActivity implements V
Log.i("MakeMachine", "startCameraActivity()");
File file = new File(_path);
- outputFileUri = Uri.fromFile(file);
+ outputFileUri = FileProvider.getUriForFile(getApplicationContext(), "cpm.com.gskmtorange.fileprovider", file);
String defaultCameraPackage = "";
final PackageManager packageManager = getPackageManager();
@@ -358,18 +353,18 @@ public class DeliveryCallAddStoreActivity extends AppCompatActivity implements V
//temp value in case camera is gallery app above jellybean
String packag = list.get(n).loadLabel(packageManager).toString();
- if (packag.equalsIgnoreCase("Gallery") || packag.equalsIgnoreCase("Galeri") ||packag.equalsIgnoreCase("الاستوديو") ) {
+ if (packag.equalsIgnoreCase("Gallery") || packag.equalsIgnoreCase("Galeri") || packag.equalsIgnoreCase("الاستوديو")) {
gallery_package = list.get(n).packageName;
}
if (android.os.Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
- if (packag.equalsIgnoreCase("Camera") || packag.equalsIgnoreCase("Kamera")|| packag.equalsIgnoreCase("الكاميرا")) {
+ if (packag.equalsIgnoreCase("Camera") || packag.equalsIgnoreCase("Kamera") || packag.equalsIgnoreCase("الكاميرا")) {
defaultCameraPackage = list.get(n).packageName;
break;
}
} else {
- if (packag.equalsIgnoreCase("Camera") || packag.equalsIgnoreCase("Kamera")|| packag.equalsIgnoreCase("الكاميرا")) {
+ if (packag.equalsIgnoreCase("Camera") || packag.equalsIgnoreCase("Kamera") || packag.equalsIgnoreCase("الكاميرا")) {
defaultCameraPackage = list.get(n).packageName;
break;
@@ -414,11 +409,10 @@ public class DeliveryCallAddStoreActivity extends AppCompatActivity implements V
if (_pathforcheck != null && !_pathforcheck.equals("")) {
if (new File(str + _pathforcheck).exists()) {
- if(requestCode == 0){
+ if (requestCode == 0) {
img_checkin.setImageDrawable(getResources().getDrawable(R.mipmap.camera_green));
img_checkin_path = _pathforcheck;
- }
- else {
+ } else {
img_checkout.setImageDrawable(getResources().getDrawable(R.mipmap.camera_green));
img_checkout_path = _pathforcheck;
}
@@ -488,6 +482,16 @@ public class DeliveryCallAddStoreActivity extends AppCompatActivity implements V
@Override
public void onConnected(Bundle bundle) {
+ if (ActivityCompat.checkSelfPermission(this, Manifest.permission.ACCESS_FINE_LOCATION) != PackageManager.PERMISSION_GRANTED && ActivityCompat.checkSelfPermission(this, Manifest.permission.ACCESS_COARSE_LOCATION) != PackageManager.PERMISSION_GRANTED) {
+ // TODO: Consider calling
+ // ActivityCompat#requestPermissions
+ // here to request the missing permissions, and then overriding
+ // public void onRequestPermissionsResult(int requestCode, String[] permissions,
+ // int[] grantResults)
+ // to handle the case where the user grants the permission. See the documentation
+ // for ActivityCompat#requestPermissions for more details.
+ return;
+ }
mLastLocation = LocationServices.FusedLocationApi.getLastLocation(mGoogleApiClient);
if (ContextCompat.checkSelfPermission(this, Manifest.permission.ACCESS_FINE_LOCATION) == PackageManager.PERMISSION_GRANTED
diff --git a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/NoCameraActivity.java b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/NoCameraActivity.java
index de314ce..a3f8cec 100644
--- a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/NoCameraActivity.java
+++ b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/NoCameraActivity.java
@@ -63,7 +63,7 @@ import cpm.com.gskmtorange.xmlGetterSetter.RowColumnGetterSetter;
public class NoCameraActivity extends AppCompatActivity implements Listener {
GSKOrangeDB db;
- String store_id, visit_date, username, intime, date, keyAccount_id, class_id, storeType_id, camera_allow, str;
+ String store_id, visit_date, username, intime, date, keyAccount_id, class_id, storeType_id, camera_allow, str, country_id;
String categoryName, categoryId;
int number_of_rows, FROM;
private SharedPreferences preferences;
@@ -115,6 +115,7 @@ public class NoCameraActivity extends AppCompatActivity implements Listener {
username = preferences.getString(CommonString.KEY_USERNAME, null);
storeType_id = preferences.getString(CommonString.KEY_STORETYPE_ID, "");
class_id = preferences.getString(CommonString.KEY_CLASS_ID, "");
+ country_id = preferences.getString(CommonString.KEY_COUNTRY_ID, "");
str = CommonString.FILE_PATH;
@@ -1023,7 +1024,13 @@ public class NoCameraActivity extends AppCompatActivity implements Listener {
dialog.getWindow().setLayout(WindowManager.LayoutParams.MATCH_PARENT, WindowManager.LayoutParams.MATCH_PARENT);
dialog.setCancelable(false);
- ArrayList mappingPlanogramList = db.getMappingPlanogramData(categoryId, storeType_id, class_id);
+ ArrayList mappingPlanogramList;
+
+ if (country_id.equals("7")) {
+ mappingPlanogramList= db.getMappingPlanogramData(categoryId, null, null, store_id);
+ } else {
+ mappingPlanogramList= db.getMappingPlanogramData(categoryId, storeType_id, class_id, null);
+ }
//ImageView img_planogram = (ImageView) dialog.findViewById(R.id.img_planogram);
WebView webView = (WebView) dialog.findViewById(R.id.webview);
diff --git a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/NonWorkingReason.java b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/NonWorkingReason.java
index 0f5270a..ff6a6b6 100644
--- a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/NonWorkingReason.java
+++ b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/NonWorkingReason.java
@@ -15,6 +15,7 @@ import android.os.Build;
import android.os.Bundle;
import android.preference.PreferenceManager;
import android.provider.MediaStore;
+import android.support.v4.content.FileProvider;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.util.Log;
@@ -291,7 +292,7 @@ public class NonWorkingReason extends AppCompatActivity implements
Log.i("MakeMachine", "startCameraActivity()");
File file = new File(_path);
- outputFileUri = Uri.fromFile(file);
+ outputFileUri = FileProvider.getUriForFile(getApplicationContext(), "cpm.com.gskmtorange.fileprovider", file);
String defaultCameraPackage = "";
final PackageManager packageManager = getPackageManager();
diff --git a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/StoreCheckoutImageActivity.java b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/StoreCheckoutImageActivity.java
index 397bb97..aca57da 100644
--- a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/StoreCheckoutImageActivity.java
+++ b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/StoreCheckoutImageActivity.java
@@ -21,6 +21,7 @@ import android.os.Bundle;
import android.preference.PreferenceManager;
import android.provider.MediaStore;
import android.support.v4.content.ContextCompat;
+import android.support.v4.content.FileProvider;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.util.Log;
@@ -233,7 +234,7 @@ public class StoreCheckoutImageActivity extends AppCompatActivity implements Vie
try {
/*Log.i("MakeMachine", "startCameraActivity()");
File file = new File(_path);
- Uri outputFileUri = Uri.fromFile(file);
+ Uri outputFileUri = FileProvider.getUriForFile(getApplicationContext(), "cpm.com.gskmtorange.fileprovider", file);
Intent intent = new Intent(
MediaStore.ACTION_IMAGE_CAPTURE);
@@ -243,7 +244,7 @@ public class StoreCheckoutImageActivity extends AppCompatActivity implements Vie
Log.i("MakeMachine", "startCameraActivity()");
File file = new File(_path);
- outputFileUri = Uri.fromFile(file);
+ outputFileUri = FileProvider.getUriForFile(getApplicationContext(), "cpm.com.gskmtorange.fileprovider", file);
String defaultCameraPackage = "";
final PackageManager packageManager = getPackageManager();
diff --git a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/StoreListActivity.java b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/StoreListActivity.java
index 73f70df..5c9b253 100644
--- a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/StoreListActivity.java
+++ b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/StoreListActivity.java
@@ -22,6 +22,7 @@ import android.preference.PreferenceManager;
import android.provider.Settings;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
+import android.support.v4.app.ActivityCompat;
import android.support.v4.content.ContextCompat;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.CardView;
@@ -263,6 +264,16 @@ public class StoreListActivity extends AppCompatActivity implements GoogleApiCli
@Override
public void onConnected(Bundle bundle) {
+ if (ActivityCompat.checkSelfPermission(this, Manifest.permission.ACCESS_FINE_LOCATION) != PackageManager.PERMISSION_GRANTED && ActivityCompat.checkSelfPermission(this, Manifest.permission.ACCESS_COARSE_LOCATION) != PackageManager.PERMISSION_GRANTED) {
+ // TODO: Consider calling
+ // ActivityCompat#requestPermissions
+ // here to request the missing permissions, and then overriding
+ // public void onRequestPermissionsResult(int requestCode, String[] permissions,
+ // int[] grantResults)
+ // to handle the case where the user grants the permission. See the documentation
+ // for ActivityCompat#requestPermissions for more details.
+ return;
+ }
mLastLocation = LocationServices.FusedLocationApi.getLastLocation(mGoogleApiClient);
if (ContextCompat.checkSelfPermission(context, Manifest.permission.ACCESS_FINE_LOCATION) == PackageManager.PERMISSION_GRANTED
|| ContextCompat.checkSelfPermission(context, Manifest.permission.ACCESS_COARSE_LOCATION) == PackageManager.PERMISSION_GRANTED) {
@@ -400,7 +411,7 @@ public class StoreListActivity extends AppCompatActivity implements GoogleApiCli
recyclerView.setVisibility(View.INVISIBLE);
linearlay.setVisibility(View.VISIBLE);
if(store_flag_str.equals(CommonString.FROM_JCP)){
- fab.setVisibility(View.VISIBLE);
+ //fab.show();//setVisibility(View.VISIBLE);
}
}
diff --git a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/StoreimageActivity.java b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/StoreimageActivity.java
index 250c642..33f75d3 100644
--- a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/StoreimageActivity.java
+++ b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/StoreimageActivity.java
@@ -23,7 +23,9 @@ import android.os.Bundle;
import android.preference.PreferenceManager;
import android.provider.MediaStore;
import android.provider.Settings;
+import android.support.v4.app.ActivityCompat;
import android.support.v4.content.ContextCompat;
+import android.support.v4.content.FileProvider;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.util.Log;
@@ -293,6 +295,16 @@ public class StoreimageActivity extends AppCompatActivity implements View.OnClic
@Override
public void onConnected(Bundle bundle) {
+ if (ActivityCompat.checkSelfPermission(this, Manifest.permission.ACCESS_FINE_LOCATION) != PackageManager.PERMISSION_GRANTED && ActivityCompat.checkSelfPermission(this, Manifest.permission.ACCESS_COARSE_LOCATION) != PackageManager.PERMISSION_GRANTED) {
+ // TODO: Consider calling
+ // ActivityCompat#requestPermissions
+ // here to request the missing permissions, and then overriding
+ // public void onRequestPermissionsResult(int requestCode, String[] permissions,
+ // int[] grantResults)
+ // to handle the case where the user grants the permission. See the documentation
+ // for ActivityCompat#requestPermissions for more details.
+ return;
+ }
mLastLocation = LocationServices.FusedLocationApi.getLastLocation(mGoogleApiClient);
if (ContextCompat.checkSelfPermission(this, Manifest.permission.ACCESS_FINE_LOCATION) == PackageManager.PERMISSION_GRANTED
@@ -556,7 +568,7 @@ public class StoreimageActivity extends AppCompatActivity implements View.OnClic
try {
/*Log.i("MakeMachine", "startCameraActivity()");
File file = new File(_path);
- Uri outputFileUri = Uri.fromFile(file);
+ Uri outputFileUri = FileProvider.getUriForFile(getApplicationContext(), "cpm.com.gskmtorange.fileprovider", file);
Intent intent = new Intent(
MediaStore.ACTION_IMAGE_CAPTURE);
@@ -566,7 +578,11 @@ public class StoreimageActivity extends AppCompatActivity implements View.OnClic
Log.i("MakeMachine", "startCameraActivity()");
File file = new File(_path);
- outputFileUri = Uri.fromFile(file);
+
+ //android.os.FileUriExposedException: file:///storage/emulated/0/.GSK_MT_ORANGE_IMAGES/15024SI_01022019_120426.jpg exposed beyond app through ClipData.Item.getUri()
+ //outputFileUri = FileProvider.getUriForFile(getApplicationContext(), "cpm.com.gskmtorange.fileprovider", file);
+
+ outputFileUri = FileProvider.getUriForFile(getApplicationContext(), "cpm.com.gskmtorange.fileprovider", file);
String defaultCameraPackage = "";
final PackageManager packageManager = getPackageManager();
diff --git a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/T2PComplianceActivity.java b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/T2PComplianceActivity.java
index aa8223d..933919e 100644
--- a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/T2PComplianceActivity.java
+++ b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/dailyentry/T2PComplianceActivity.java
@@ -22,6 +22,7 @@ import android.preference.PreferenceManager;
import android.provider.MediaStore;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
+import android.support.v4.content.FileProvider;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
@@ -1049,7 +1050,7 @@ public class T2PComplianceActivity extends AppCompatActivity {
Log.i("Stock & Facing ", "startCameraActivity()");
File file = new File(path);
- outputFileUri = Uri.fromFile(file);
+ outputFileUri = FileProvider.getUriForFile(getApplicationContext(), "cpm.com.gskmtorange.fileprovider", file);
String defaultCameraPackage = "";
final PackageManager packageManager = getPackageManager();
diff --git a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/download/DownloadActivity.java b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/download/DownloadActivity.java
index dcb5c0b..2906514 100644
--- a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/download/DownloadActivity.java
+++ b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/download/DownloadActivity.java
@@ -58,6 +58,7 @@ import cpm.com.gskmtorange.xmlGetterSetter.MAPPING_SOS_TARGET_MasterGetterSetter
import cpm.com.gskmtorange.xmlGetterSetter.MappingCategoryImageAllowGetterSetter;
import cpm.com.gskmtorange.xmlGetterSetter.MappingDisplayChecklistGetterSetter;
import cpm.com.gskmtorange.xmlGetterSetter.MappingPlanogramCountrywiseGetterSetter;
+import cpm.com.gskmtorange.xmlGetterSetter.MappingPlanogramStorewiseGetterSetter;
import cpm.com.gskmtorange.xmlGetterSetter.MappingPromotionGetterSetter;
import cpm.com.gskmtorange.xmlGetterSetter.MappingStockGetterSetter;
import cpm.com.gskmtorange.xmlGetterSetter.MappingStockStorewiseGetterSetter;
@@ -116,6 +117,8 @@ public class DownloadActivity extends AppCompatActivity {
SupervisorListGetterSetter supervisorListGetterSetter;
ConfigurationMasterGetterSetter configurationMasterGetterSetter;
+ MappingPlanogramStorewiseGetterSetter mappingPlanogramStorewiseGetterSetter;
+
private Dialog dialog;
private ProgressBar pb;
private TextView percentage, message;
@@ -929,6 +932,42 @@ public class DownloadActivity extends AppCompatActivity {
}
publishProgress(data);
+ //
+ //MAPPING_PLANOGRAM_STORE_WISE
+ request = new SoapObject(CommonString.NAMESPACE, CommonString.METHOD_NAME_UNIVERSAL_DOWNLOAD);
+ request.addProperty("UserName", userId);
+ request.addProperty("Type", "MAPPING_PLANOGRAM_STORE_WISE");
+ request.addProperty("cultureid", culture_id);
+
+ envelope = new SoapSerializationEnvelope(SoapEnvelope.VER11);
+ envelope.dotNet = true;
+ envelope.setOutputSoapObject(request);
+
+ androidHttpTransport = new HttpTransportSE(CommonString.URL);
+ androidHttpTransport.call(CommonString.SOAP_ACTION_UNIVERSAL, envelope);
+
+ result = envelope.getResponse();
+
+ if (result.toString() != null) {
+ xpp.setInput(new StringReader(result.toString()));
+ xpp.next();
+ eventType = xpp.getEventType();
+ mappingPlanogramStorewiseGetterSetter = XMLHandlers.MAPPING_PLANOGRAM_STORE_WISE_XMLHandler(xpp, eventType);
+
+ String table_mapping_planogram = mappingPlanogramStorewiseGetterSetter.getTable_MAPPING_PLANOGRAM_STORE_WISE();
+ if (table_mapping_planogram != null) {
+ resultHttp = CommonString.KEY_SUCCESS;
+ TableBean.setTable_MAPPING_PLANOGRAM_STORE_WISE(table_mapping_planogram);
+ }
+ if (mappingPlanogramStorewiseGetterSetter.getSTORE_ID().size() > 0) {
+ data.value = 92;
+ data.name = "MAPPING_PLANOGRAM Data Download";
+ } else {
+ //return "MAPPING_PLANOGRAM";
+ }
+ }
+ publishProgress(data);
+
// MAPPING_SOS_TARGET
request = new SoapObject(CommonString.NAMESPACE, CommonString.METHOD_NAME_UNIVERSAL_DOWNLOAD);
@@ -1396,43 +1435,46 @@ public class DownloadActivity extends AppCompatActivity {
String image_name = mapping_planogram_masterGetterSetter.getPLANOGRAM_IMAGE().get(i);
String path = mapping_planogram_masterGetterSetter.getIMAGE_PATH().get(i);
- if (!image_name.equalsIgnoreCase("NA") && !image_name.equalsIgnoreCase("")) {
- URL url = new URL(path + "/" + image_name);
- HttpURLConnection c = (HttpURLConnection) url.openConnection();
- c.setRequestMethod("GET");
- c.getResponseCode();
- c.connect();
+ String PATH = CommonString.FILE_PATH_PLANOGRAM;
+ File file = new File(PATH);
+ if (!file.isDirectory()) {
+ file.mkdir();
+ }
- if (c.getResponseCode() == 200) {
- int length = c.getContentLength();
+ if(!new File(PATH + image_name).exists()){
+ if (!image_name.equalsIgnoreCase("NA") && !image_name.equalsIgnoreCase("")) {
+ URL url = new URL(path + "/" + image_name);
+ HttpURLConnection c = (HttpURLConnection) url.openConnection();
+ c.setRequestMethod("GET");
+ c.getResponseCode();
+ c.connect();
- String size = new DecimalFormat("##.##").format((double) length / 1024) + " KB";
+ if (c.getResponseCode() == 200) {
+ int length = c.getContentLength();
- //String PATH = Environment.getExternalStorageDirectory() + "/Download/GT_GSK_Images/";
- String PATH = CommonString.FILE_PATH_PLANOGRAM;
- File file = new File(PATH);
- if (!file.isDirectory()) {
- file.mkdir();
- }
+ String size = new DecimalFormat("##.##").format((double) length / 1024) + " KB";
- // Environment.getExternalStorageDirectory() + "/GT_GSK_Images/" + _pathforcheck1;
- if (!new File(PATH + image_name).exists() && !size.equalsIgnoreCase("0 KB")) {
- File outputFile = new File(file, image_name);
- FileOutputStream fos = new FileOutputStream(outputFile);
- InputStream is1 = c.getInputStream();
+ //String PATH = Environment.getExternalStorageDirectory() + "/Download/GT_GSK_Images/";
- int bytes = 0;
- byte[] buffer = new byte[1024];
- int len1 = 0;
+ // Environment.getExternalStorageDirectory() + "/GT_GSK_Images/" + _pathforcheck1;
+ if (!size.equalsIgnoreCase("0 KB")) {
+ File outputFile = new File(file, image_name);
+ FileOutputStream fos = new FileOutputStream(outputFile);
+ InputStream is1 = c.getInputStream();
- while ((len1 = is1.read(buffer)) != -1) {
- bytes = (bytes + len1);
- // data.value = (int) ((double) (((double)
- // bytes) / length) * 100);
- fos.write(buffer, 0, len1);
+ int bytes = 0;
+ byte[] buffer = new byte[1024];
+ int len1 = 0;
+
+ while ((len1 = is1.read(buffer)) != -1) {
+ bytes = (bytes + len1);
+ // data.value = (int) ((double) (((double)
+ // bytes) / length) * 100);
+ fos.write(buffer, 0, len1);
+ }
+ fos.close();
+ is1.close();
}
- fos.close();
- is1.close();
}
}
}
@@ -1455,43 +1497,110 @@ public class DownloadActivity extends AppCompatActivity {
String image_name = displayMasterGetterSetter.getIMAGE_URL().get(i);
String img_url = displayMasterGetterSetter.getIMAGE_PATH().get(i);
- if (!img_url.equalsIgnoreCase("") && !image_name.equalsIgnoreCase("")) {
- URL url = new URL(img_url + image_name);
- HttpURLConnection c = (HttpURLConnection) url.openConnection();
- c.setRequestMethod("GET");
- c.getResponseCode();
- c.connect();
+ String PATH = CommonString.FILE_PATH_PLANOGRAM;
+ File file = new File(PATH);
+ if (!file.isDirectory()) {
+ file.mkdir();
+ }
- if (c.getResponseCode() == 200) {
- int length = c.getContentLength();
+ if (!new File(PATH + image_name).exists()) {
+ if (!img_url.equalsIgnoreCase("") && !image_name.equalsIgnoreCase("")) {
+ URL url = new URL(img_url + image_name);
+ HttpURLConnection c = (HttpURLConnection) url.openConnection();
+ c.setRequestMethod("GET");
+ c.getResponseCode();
+ c.connect();
- String size = new DecimalFormat("##.##").format((double) length / 1024) + " KB";
+ if (c.getResponseCode() == 200) {
+ int length = c.getContentLength();
- //String PATH = Environment.getExternalStorageDirectory() + "/Download/GT_GSK_Images/";
- String PATH = CommonString.FILE_PATH_PLANOGRAM;
- File file = new File(PATH);
- if (!file.isDirectory()) {
- file.mkdir();
- }
+ String size = new DecimalFormat("##.##").format((double) length / 1024) + " KB";
- // Environment.getExternalStorageDirectory() + "/GT_GSK_Images/" + _pathforcheck1;
- if (!new File(PATH + image_name).exists() && !size.equalsIgnoreCase("0 KB")) {
- File outputFile = new File(file, image_name);
- FileOutputStream fos = new FileOutputStream(outputFile);
- InputStream is1 = c.getInputStream();
+ //String PATH = Environment.getExternalStorageDirectory() + "/Download/GT_GSK_Images/";
- int bytes = 0;
- byte[] buffer = new byte[1024];
- int len1 = 0;
- while ((len1 = is1.read(buffer)) != -1) {
- bytes = (bytes + len1);
- // data.value = (int) ((double) (((double)
- // bytes) / length) * 100);
- fos.write(buffer, 0, len1);
+ // Environment.getExternalStorageDirectory() + "/GT_GSK_Images/" + _pathforcheck1;
+ if (!size.equalsIgnoreCase("0 KB")) {
+ File outputFile = new File(file, image_name);
+ FileOutputStream fos = new FileOutputStream(outputFile);
+ InputStream is1 = c.getInputStream();
+
+ int bytes = 0;
+ byte[] buffer = new byte[1024];
+ int len1 = 0;
+
+ while ((len1 = is1.read(buffer)) != -1) {
+ bytes = (bytes + len1);
+ // data.value = (int) ((double) (((double)
+ // bytes) / length) * 100);
+ fos.write(buffer, 0, len1);
+ }
+ fos.close();
+ is1.close();
+ }
+ }
+ }
+ }
+
+
+ }
+ }
+
+
+ //MAPPING_PLANOGRAM_STORE_WISE Image save into folder
+ if (mappingPlanogramStorewiseGetterSetter != null) {
+
+ for (int i = 0; i < mappingPlanogramStorewiseGetterSetter.getIMAGE_PATH().size(); i++) {
+ //publishing image download
+
+ if (data.value < 100) {
+ data.value = data.value + 1;
+ publishProgress(data);
+ }
+
+ String image_name = mappingPlanogramStorewiseGetterSetter.getPLANOGRAM_IMAGE().get(i);
+ String path = mappingPlanogramStorewiseGetterSetter.getIMAGE_PATH().get(i);
+
+ String PATH = CommonString.FILE_PATH_PLANOGRAM;
+ File file = new File(PATH);
+ if (!file.isDirectory()) {
+ file.mkdir();
+ }
+
+ if(!new File(PATH + image_name).exists()){
+ if (!image_name.equalsIgnoreCase("NA") && !image_name.equalsIgnoreCase("")) {
+ URL url = new URL(path + "/" + image_name);
+ HttpURLConnection c = (HttpURLConnection) url.openConnection();
+ c.setRequestMethod("GET");
+ c.getResponseCode();
+ c.connect();
+
+ if (c.getResponseCode() == 200) {
+ int length = c.getContentLength();
+
+ String size = new DecimalFormat("##.##").format((double) length / 1024) + " KB";
+
+ //String PATH = Environment.getExternalStorageDirectory() + "/Download/GT_GSK_Images/";
+
+ // Environment.getExternalStorageDirectory() + "/GT_GSK_Images/" + _pathforcheck1;
+ if (!size.equalsIgnoreCase("0 KB")) {
+ File outputFile = new File(file, image_name);
+ FileOutputStream fos = new FileOutputStream(outputFile);
+ InputStream is1 = c.getInputStream();
+
+ int bytes = 0;
+ byte[] buffer = new byte[1024];
+ int len1 = 0;
+
+ while ((len1 = is1.read(buffer)) != -1) {
+ bytes = (bytes + len1);
+ // data.value = (int) ((double) (((double)
+ // bytes) / length) * 100);
+ fos.write(buffer, 0, len1);
+ }
+ fos.close();
+ is1.close();
}
- fos.close();
- is1.close();
}
}
}
@@ -1651,6 +1760,8 @@ public class DownloadActivity extends AppCompatActivity {
db.InsertGeoTag_DATA(geoFencingGetterSetter);
db.InsertCONFIGURATION_MASTER(configurationMasterGetterSetter);
db.InsertMappingStockSTOREWISE(mappingStockStorewiseGetterSetter);
+ db.InsertMAPPING_PLANOGRAM_STORE_WISE(mappingPlanogramStorewiseGetterSetter);
+
} catch (MalformedURLException e) {
diff --git a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/fileprovider/GenericFileProvider.java b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/fileprovider/GenericFileProvider.java
new file mode 100644
index 0000000..9c91195
--- /dev/null
+++ b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/fileprovider/GenericFileProvider.java
@@ -0,0 +1,9 @@
+package cpm.com.gskmtorange.fileprovider;
+
+import android.database.Cursor;
+import android.net.Uri;
+import android.support.v4.content.FileProvider;
+
+public class GenericFileProvider extends FileProvider {
+
+}
diff --git a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/fragment/ServiceActivityFragment.java b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/fragment/ServiceActivityFragment.java
index fff1082..9801766 100644
--- a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/fragment/ServiceActivityFragment.java
+++ b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/fragment/ServiceActivityFragment.java
@@ -119,7 +119,7 @@ public class ServiceActivityFragment extends Fragment {
if(position==0){
showExportDialog();
- // restoreBackup();
+ //restoreBackup();
}
/* else if(position==1){
@@ -201,7 +201,7 @@ public class ServiceActivityFragment extends Fragment {
if (sd.canWrite()) {
String currentDBPath = "//data//cpm.com.gskmtorange//databases//" + GSKOrangeDB.DATABASE_NAME;
- String backupDBPath = "GSKMT_ORANGE_Database_backup.dat";
+ String backupDBPath = "GSKMT_ORANGE_Database_backup_carmen.s_01182019_150602";
File currentDB = new File(data, currentDBPath);
File backupDB = new File(sd, backupDBPath);
diff --git a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/gsk_dailyentry/CategoryListActivity.java b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/gsk_dailyentry/CategoryListActivity.java
index 967c3fe..0c02167 100644
--- a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/gsk_dailyentry/CategoryListActivity.java
+++ b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/gsk_dailyentry/CategoryListActivity.java
@@ -3,8 +3,6 @@ package cpm.com.gskmtorange.gsk_dailyentry;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
-import android.content.res.Configuration;
-import android.content.res.Resources;
import android.os.Bundle;
import android.preference.PreferenceManager;
import android.support.design.widget.FloatingActionButton;
@@ -26,14 +24,12 @@ import java.util.ArrayList;
import java.util.Collections;
import java.util.Iterator;
import java.util.List;
-import java.util.Locale;
import cpm.com.gskmtorange.Database.GSKOrangeDB;
import cpm.com.gskmtorange.GetterSetter.AddittionalGetterSetter;
import cpm.com.gskmtorange.R;
import cpm.com.gskmtorange.constant.CommonFunctions;
import cpm.com.gskmtorange.constant.CommonString;
-import cpm.com.gskmtorange.xmlGetterSetter.AdditionalQuestiongetterSetter;
import cpm.com.gskmtorange.xmlGetterSetter.AuditDataGetterSetter;
import cpm.com.gskmtorange.xmlGetterSetter.CategoryGetterSetter;
import cpm.com.gskmtorange.xmlGetterSetter.T2PGetterSetter;
@@ -151,11 +147,19 @@ public class CategoryListActivity extends AppCompatActivity {
//Promo Compliance
if (flag) {
- if (db.isMappingPromotionData(store_id, category_id)) {
- if (!db.checkPromoComplianceData(store_id, category_id)) {
+ if(country_id.equals("7")){
+ if(db.getPromoComplianceSkuwiseExistsAfterData(store_id, category_id).size()==0){
flag = false;
}
}
+ else {
+ if (db.isMappingPromotionData(store_id, category_id)) {
+ if (!db.checkPromoComplianceData(store_id, category_id)) {
+ flag = false;
+ }
+ }
+ }
+
}
//T2P
@@ -197,19 +201,39 @@ public class CategoryListActivity extends AppCompatActivity {
if (flag_filled) {
if (category_id.equals("1")) {
- categoryList.get(i).setCategory_img(R.mipmap.nutritionals_tick);
+ categoryList.get(i).setCategory_img(R.mipmap.health_food_drink_tick);
} else if (category_id.equals("2")) {
categoryList.get(i).setCategory_img(R.mipmap.oralcare_tick);
} else if (category_id.equals("3")) {
categoryList.get(i).setCategory_img(R.mipmap.wellness_tick);
+ }else if (category_id.equals("4")) {
+ categoryList.get(i).setCategory_img(R.mipmap.nutritionals_tick);
+ }else if (category_id.equals("5")) {
+ categoryList.get(i).setCategory_img(R.mipmap.gastro_n_indigestion_tick);
+ }else if (category_id.equals("6")) {
+ categoryList.get(i).setCategory_img(R.mipmap.cough_n_cold_tick);
+ }else if (category_id.equals("7")) {
+ categoryList.get(i).setCategory_img(R.mipmap.analgesics_tick);
+ }else if (category_id.equals("8")) {
+ categoryList.get(i).setCategory_img(R.mipmap.first_aid_tick);
}
} else {
if (category_id.equals("1")) {
- categoryList.get(i).setCategory_img(R.mipmap.nutritionals);
+ categoryList.get(i).setCategory_img(R.mipmap.health_food_drink);
} else if (category_id.equals("2")) {
categoryList.get(i).setCategory_img(R.mipmap.oral_care);
} else if (category_id.equals("3")) {
categoryList.get(i).setCategory_img(R.mipmap.wellness);
+ }else if (category_id.equals("4")) {
+ categoryList.get(i).setCategory_img(R.mipmap.nutritionals);
+ }else if (category_id.equals("5")) {
+ categoryList.get(i).setCategory_img(R.mipmap.gastro_n_indigestion);
+ }else if (category_id.equals("6")) {
+ categoryList.get(i).setCategory_img(R.mipmap.cough_n_cold);
+ }else if (category_id.equals("7")) {
+ categoryList.get(i).setCategory_img(R.mipmap.analgesics);
+ }else if (category_id.equals("8")) {
+ categoryList.get(i).setCategory_img(R.mipmap.first_aid);
}
}
}
@@ -436,12 +460,20 @@ public class CategoryListActivity extends AppCompatActivity {
}
}
- if (db.isMappingPromotionData(store_id, category_id)) {
- if (!db.checkPromoComplianceData(store_id, category_id)) {
+ if(country_id.equals("7")){
+ if(db.getPromoComplianceSkuwiseExistsAfterData(store_id, category_id).size()==0){
flag_filled = false;
break;
}
}
+ else {
+ if (db.isMappingPromotionData(store_id, category_id)) {
+ if (!db.checkPromoComplianceData(store_id, category_id)) {
+ flag_filled = false;
+ break;
+ }
+ }
+ }
if (db.isMappingT2PData(store_id, category_id)) {
diff --git a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/gsk_dailyentry/DailyDataMenuActivity.java b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/gsk_dailyentry/DailyDataMenuActivity.java
index 2368091..b509484 100644
--- a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/gsk_dailyentry/DailyDataMenuActivity.java
+++ b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/gsk_dailyentry/DailyDataMenuActivity.java
@@ -32,6 +32,7 @@ import cpm.com.gskmtorange.GetterSetter.CategoryPictureGetterSetter;
import cpm.com.gskmtorange.R;
import cpm.com.gskmtorange.constant.CommonFunctions;
import cpm.com.gskmtorange.constant.CommonString;
+import cpm.com.gskmtorange.dailyentry.AdditionalPromoSKUwiseActivity;
import cpm.com.gskmtorange.dailyentry.AdditionalVisibility;
import cpm.com.gskmtorange.dailyentry.AuditActivity;
import cpm.com.gskmtorange.dailyentry.CategoryPicture;
@@ -205,16 +206,27 @@ public class DailyDataMenuActivity extends AppCompatActivity {
data = new DailyDataMenuGetterSetter();
data.setCategory_name(getResources().getString(R.string.daily_data_menu_promo_compliance));
- if (db.isMappingPromotionData(store_id, categoryId) || db.isMappingAdditionalPromotionData(store_id, categoryId)) {
- if (db.checkPromoComplianceData(store_id, categoryId) ||
- db.checkAdditionalPromoComplianceData(store_id, categoryId)) {
- data.setCategory_img(R.mipmap.promo_compliance_done);
- } else {
+ if(country_id.equals("7")){
+ if(db.getPromoComplianceSkuwiseExistsAfterData(store_id, categoryId).size()==0){
data.setCategory_img(R.mipmap.promo_compliance);
}
- } else {
- data.setCategory_img(R.mipmap.promocompliance_grey);
+ else {
+ data.setCategory_img(R.mipmap.promo_compliance_done);
+ }
}
+ else {
+ if (db.isMappingPromotionData(store_id, categoryId) || db.isMappingAdditionalPromotionData(store_id, categoryId)) {
+ if (db.checkPromoComplianceData(store_id, categoryId) ||
+ db.checkAdditionalPromoComplianceData(store_id, categoryId)) {
+ data.setCategory_img(R.mipmap.promo_compliance_done);
+ } else {
+ data.setCategory_img(R.mipmap.promo_compliance);
+ }
+ } else {
+ data.setCategory_img(R.mipmap.promocompliance_grey);
+ }
+ }
+
categoryList.add(data);
//Category Pictures
@@ -415,11 +427,18 @@ public class DailyDataMenuActivity extends AppCompatActivity {
}
} else*/
if (dailyData.getCategory_name().equalsIgnoreCase(getResources().getString(R.string.daily_data_menu_promo_compliance))) {
- if (db.isMappingPromotionData(store_id, categoryId) || db.isMappingAdditionalPromotionData(store_id, categoryId)) {
+
+ if(country_id.equals("7")){
holder.categoryName.setTextColor(getResources().getColor(R.color.colorPrimaryDark));
- } else {
- holder.categoryName.setTextColor(getResources().getColor(R.color.grey_background));
}
+ else {
+ if (db.isMappingPromotionData(store_id, categoryId) || db.isMappingAdditionalPromotionData(store_id, categoryId)) {
+ holder.categoryName.setTextColor(getResources().getColor(R.color.colorPrimaryDark));
+ } else {
+ holder.categoryName.setTextColor(getResources().getColor(R.color.grey_background));
+ }
+ }
+
} else if (dailyData.getCategory_name().equalsIgnoreCase((getResources().getString(R.string.daily_data_menu_t2p)))) {
if (db.isMappingT2PData(store_id, categoryId)) {
holder.categoryName.setTextColor(getResources().getColor(R.color.colorPrimaryDark));
@@ -481,12 +500,21 @@ public class DailyDataMenuActivity extends AppCompatActivity {
} else */
if (dailyData.getCategory_name().equalsIgnoreCase(getResources().getString(R.string.daily_data_menu_promo_compliance))) {
- if (db.isMappingPromotionData(store_id, categoryId) || db.isMappingAdditionalPromotionData(store_id, categoryId)) {
- Intent intent = new Intent(DailyDataMenuActivity.this, PromoComplianceActivity.class);
+ if(country_id.equals("7")){
+ Intent intent = new Intent(DailyDataMenuActivity.this, AdditionalPromoSKUwiseActivity.class);
intent.putExtra("categoryName", dailyData.getCategory_name());
intent.putExtra("categoryId", categoryId);
startActivity(intent);
}
+ else {
+ if (db.isMappingPromotionData(store_id, categoryId) || db.isMappingAdditionalPromotionData(store_id, categoryId)) {
+ Intent intent = new Intent(DailyDataMenuActivity.this, PromoComplianceActivity.class);
+ intent.putExtra("categoryName", dailyData.getCategory_name());
+ intent.putExtra("categoryId", categoryId);
+ startActivity(intent);
+ }
+ }
+
} else if (dailyData.getCategory_name().equalsIgnoreCase((getResources().getString(R.string.daily_data_menu_t2p)))) {
if (db.isMappingT2PData(store_id, categoryId)) {
diff --git a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/gsk_dailyentry/MSL_Availability_StockFacingActivity.java b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/gsk_dailyentry/MSL_Availability_StockFacingActivity.java
index f058138..3bef74f 100644
--- a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/gsk_dailyentry/MSL_Availability_StockFacingActivity.java
+++ b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/gsk_dailyentry/MSL_Availability_StockFacingActivity.java
@@ -85,7 +85,7 @@ public class MSL_Availability_StockFacingActivity extends AppCompatActivity {
private SharedPreferences preferences;
int scrollPosition = 0;
- String str_planogram= "", _pathforcheck = "";
+ String str_planogram = "", _pathforcheck = "";
ArrayList planogramShelfHeaderDataList = new ArrayList<>();
ArrayList planogramSkuChildDataList;
@@ -140,7 +140,7 @@ public class MSL_Availability_StockFacingActivity extends AppCompatActivity {
getSupportActionBar().setHomeButtonEnabled(true);
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
- str_planogram= CommonString.FILE_PATH_PLANOGRAM;
+ str_planogram = CommonString.FILE_PATH_PLANOGRAM;
prepareList();
@@ -155,6 +155,7 @@ public class MSL_Availability_StockFacingActivity extends AppCompatActivity {
public void onClick(final View view) {
expandableListView.clearFocus();
+ adapter.notifyDataSetChanged();
if (validateData(hashMapListHeaderData, hashMapListChildData)) {
AlertDialog.Builder builder = new AlertDialog.Builder(MSL_Availability_StockFacingActivity.this);
@@ -212,11 +213,11 @@ public class MSL_Availability_StockFacingActivity extends AppCompatActivity {
int lastItem = firstVisibleItem + visibleItemCount;
if (firstVisibleItem == 0) {
- fab.setVisibility(View.VISIBLE);
+ fab.show();//.setVisibility(View.VISIBLE);
} else if (lastItem == totalItemCount) {
- fab.setVisibility(View.INVISIBLE);
+ fab.hide();//setVisibility(View.INVISIBLE);
} else {
- fab.setVisibility(View.VISIBLE);
+ fab.show();//setVisibility(View.VISIBLE);
}
}
@@ -297,6 +298,8 @@ public class MSL_Availability_StockFacingActivity extends AppCompatActivity {
.setPositiveButton(getResources().getString(R.string.ok), new DialogInterface.OnClickListener() {
public void onClick(DialogInterface dialog, int id) {
+ //adapter.notifyDataSetChanged();
+
if (!validateData(hashMapListHeaderData, hashMapListChildData)) {
if (!camera_allow.equals("1")) {
db.deletePlanogramListStoreAndCategorywise(store_id, categoryId,
@@ -316,10 +319,7 @@ public class MSL_Availability_StockFacingActivity extends AppCompatActivity {
AlertDialog alert = builder.create();
alert.show();
//finish();
- }
-
- //Planogram Dialog
- if (id == R.id.action_planogram) {
+ } else if (id == R.id.action_planogram) {//Planogram Dialog
expandableListView.clearFocus();
//final Dialog dialog = new Dialog(Stock_FacingActivity.this, android.R.style.Theme_Black_NoTitleBar_Fullscreen);
@@ -330,7 +330,16 @@ public class MSL_Availability_StockFacingActivity extends AppCompatActivity {
dialog.getWindow().setLayout(WindowManager.LayoutParams.MATCH_PARENT, WindowManager.LayoutParams.MATCH_PARENT);
dialog.setCancelable(false);
- ArrayList mappingPlanogramList = db.getMappingPlanogramData(categoryId, storeType_id, class_id);
+ ArrayList mappingPlanogramList;
+
+ //Header
+ if (country_id.equals("7")) {
+ mappingPlanogramList= db.getMappingPlanogramData(categoryId, null, null, store_id);
+ } else {
+ mappingPlanogramList= db.getMappingPlanogramData(categoryId, storeType_id, class_id, null);
+ }
+
+
//ImageView img_planogram = (ImageView) dialog.findViewById(R.id.img_planogram);
WebView webView = (WebView) dialog.findViewById(R.id.webview);
@@ -345,8 +354,8 @@ public class MSL_Availability_StockFacingActivity extends AppCompatActivity {
planogram_image = mappingPlanogramList.get(0).getPLANOGRAM_IMAGE();
}
if (!planogram_image.equals("")) {
- if (new File(str_planogram+ planogram_image).exists()) {
- Bitmap bmp = BitmapFactory.decodeFile(str_planogram+ planogram_image);
+ if (new File(str_planogram + planogram_image).exists()) {
+ Bitmap bmp = BitmapFactory.decodeFile(str_planogram + planogram_image);
// img_planogram.setRotation(90);
//img_planogram.setImageBitmap(bmp);
setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE);
@@ -561,10 +570,9 @@ public class MSL_Availability_StockFacingActivity extends AppCompatActivity {
hashMapListChildData = new HashMap<>();
//Header
- if(country_id.equals("7")){
+ if (country_id.equals("7")) {
headerDataList = db.getMSL_Availability_StockFacingHeaderData(categoryId, null, null, null, store_id);
- }
- else {
+ } else {
headerDataList = db.getMSL_Availability_StockFacingHeaderData(categoryId, keyAccount_id, storeType_id, class_id, store_id);
}
@@ -576,10 +584,9 @@ public class MSL_Availability_StockFacingActivity extends AppCompatActivity {
//childDataList = new ArrayList<>();
childDataList = db.getMSL_Availability_StockFacingSKU_AfterSaveData(categoryId, headerDataList.get(i).getBrand_id(), store_id);
if (!(childDataList.size() > 0)) {
- if(country_id.equals("7")){
+ if (country_id.equals("7")) {
childDataList = db.getMSL_Availability_StockFacingSKUData(categoryId, headerDataList.get(i).getBrand_id(), null, null, null, store_id);
- }
- else {
+ } else {
childDataList = db.getMSL_Availability_StockFacingSKUData(categoryId, headerDataList.get(i).getBrand_id(), keyAccount_id, storeType_id, class_id, store_id);
}
}
@@ -643,6 +650,21 @@ public class MSL_Availability_StockFacingActivity extends AppCompatActivity {
Error_Message = getResources().getString(R.string.stock_value);
break;
}
+ } else {
+ //for Egypt
+ if (country_id.equals("6")) {
+ if (stock.equals("")) {
+ if (!checkHeaderArray.contains(i)) {
+ checkHeaderArray.add(i);
+ }
+ //expandableListView.smoothScrollToPosition(i);
+ scrollPosition = i;
+
+ flag = false;
+ Error_Message = getResources().getString(R.string.stock_value);
+ break;
+ }
+ }
}
}
}
@@ -669,8 +691,6 @@ public class MSL_Availability_StockFacingActivity extends AppCompatActivity {
}
}
- adapter.notifyDataSetChanged();
-
return checkflag;
}
@@ -684,6 +704,8 @@ public class MSL_Availability_StockFacingActivity extends AppCompatActivity {
builder.setMessage(getResources().getString(R.string.data_will_be_lost)).setCancelable(false)
.setPositiveButton(getResources().getString(R.string.ok), new DialogInterface.OnClickListener() {
public void onClick(DialogInterface dialog, int id) {
+
+ //adapter.notifyDataSetChanged();
if (!validateData(hashMapListHeaderData, hashMapListChildData)) {
if (!camera_allow.equals("1")) {
@@ -842,13 +864,20 @@ public class MSL_Availability_StockFacingActivity extends AppCompatActivity {
holder.toggle_available.setVisibility(View.VISIBLE);
holder.facing.setVisibility(View.VISIBLE);
- if (childData.getToggleValue().equals("1")) {
- holder.stock.setVisibility(View.GONE);
- holder.stock_view.setVisibility(View.GONE);
- } else {
+ if (country_id.equals("6")) {
holder.stock.setVisibility(View.VISIBLE);
holder.stock_view.setVisibility(View.VISIBLE);
+ } else {
+ if (childData.getToggleValue().equals("1")) {
+ holder.stock.setVisibility(View.GONE);
+ holder.stock_view.setVisibility(View.GONE);
+ } else {
+ holder.stock.setVisibility(View.VISIBLE);
+ holder.stock_view.setVisibility(View.VISIBLE);
+ }
}
+
+
} else {
holder.lin_category.setBackgroundColor(getResources().getColor(R.color.white));
@@ -859,17 +888,15 @@ public class MSL_Availability_StockFacingActivity extends AppCompatActivity {
holder.stock_view.setVisibility(View.GONE);
}
- if(childData.getCompany_id().equals("1")){
+ if (childData.getCompany_id().equals("1")) {
- if(childData.getMust_have().equals("1")){
+ if (childData.getMust_have().equals("1")) {
holder.txt_skuName.setTextColor(getResources().getColor(R.color.colorPrimary));
- }
- else{
+ } else {
holder.txt_skuName.setTextColor(getResources().getColor(R.color.blue));
}
- }
- else{
+ } else {
holder.txt_skuName.setTextColor(getResources().getColor(R.color.black));
}
@@ -889,22 +916,37 @@ public class MSL_Availability_StockFacingActivity extends AppCompatActivity {
holder.toggle_available.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
@Override
public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
- if (isChecked) {
- childData.setToggleValue("1");
- finalHolder.stock.setVisibility(View.GONE);
+ if(buttonView.isPressed()){
+ if (isChecked) {
+ childData.setToggleValue("1");
+ //for Egypt
+ if (country_id.equals("6")) {
+ finalHolder.stock.setVisibility(View.VISIBLE);
+ } else {
+ finalHolder.stock.setVisibility(View.GONE);
+ }
+
/*childData.setStock("");
childData.setFacing("");*/
- } else {
+ } else {
/* childData.setStock("");
childData.setFacing("");*/
- childData.setToggleValue("0");
- finalHolder.stock.setVisibility(View.VISIBLE);
+ childData.setToggleValue("0");
+ finalHolder.stock.setVisibility(View.VISIBLE);
- //If MBQ Value is 0
- if (Integer.parseInt(childData.getMbq()) == 0) {
- childData.setStock("0");
- childData.setFacing("0");
- }/* else {
+ //If MBQ Value is 0
+ if (Integer.parseInt(childData.getMbq()) == 0) {
+ childData.setStock("0");
+ childData.setFacing("0");
+ } else {
+ //for Egypt
+ if (country_id.equals("6")) {
+ childData.setStock("");
+ childData.setFacing("");
+ }
+ }
+
+ /* else {
if (finalHolder.facing.getText().toString() != null && !finalHolder.facing.getText().toString().equals("")) {
if (Integer.parseInt(finalHolder.facing.getText().toString()) >= 0
&& Integer.parseInt(finalHolder.facing.getText().toString()) >= Integer.parseInt(childData.getMbq())) {
@@ -913,17 +955,24 @@ public class MSL_Availability_StockFacingActivity extends AppCompatActivity {
}
}
}*/
- }
+ }
- expandableListView.clearFocus();
- expandableListView.invalidateViews();
+ expandableListView.clearFocus();
+ expandableListView.invalidateViews();
+ }
}
});
if (childData.getToggleValue().equals("1")) {
holder.toggle_available.setChecked(true);
- finalHolder.stock.setVisibility(View.GONE);
- childData.setStock("");
+ if (country_id.equals("6") && childData.getCompany_id().equals("1") && childData.getMust_have().equals("1")) {
+ finalHolder.stock.setVisibility(View.VISIBLE);
+ } else {
+ finalHolder.stock.setVisibility(View.GONE);
+ childData.setStock("");
+ }
+
+
} else {
holder.toggle_available.setChecked(false);
finalHolder.stock.setVisibility(View.VISIBLE);
@@ -942,65 +991,90 @@ public class MSL_Availability_StockFacingActivity extends AppCompatActivity {
if (!edStock.equals("")) {
String stock = edStock;
- int mbq = Integer.parseInt(childData.getMbq());
- if(mbq!=0){
- if (Integer.parseInt(stock) >= 0 && Integer.parseInt(stock) < mbq) {
- if (!childData.getFacing().equals("")) {
- if (Integer.parseInt(stock) >= 0 && Double.parseDouble(childData.getFacing()) <= Integer.parseInt(stock)) {
+ //for Egypt
+ if (country_id.equals("6") && childData.getToggleValue().equals("1")) {
+ if (!childData.getFacing().equals("")) {
+ if (Integer.parseInt(stock) >= 0 && Double.parseDouble(childData.getFacing()) <= Integer.parseInt(stock)) {
- childData.setStock(stock);
+ childData.setStock(stock);
+ } else {
+ AlertDialog.Builder builder = new AlertDialog.Builder(MSL_Availability_StockFacingActivity.this);
+ builder.setMessage(getString(R.string.check_faceup))
+ .setCancelable(false)
+ .setPositiveButton(getString(R.string.ok), new DialogInterface.OnClickListener() {
+ public void onClick(DialogInterface dialog, int id) {
+ finalHolder.stock.setText("");
+ dialog.dismiss();
+
+ }
+ });
+ AlertDialog alert = builder.create();
+ alert.show();
+ }
+ } else {
+ childData.setStock(stock);
+ }
+ } else {
+ int mbq = Integer.parseInt(childData.getMbq());
+ if (mbq != 0) {
+ if (Integer.parseInt(stock) >= 0 && Integer.parseInt(stock) < mbq) {
+
+ if (!childData.getFacing().equals("")) {
+ if (Integer.parseInt(stock) >= 0 && Double.parseDouble(childData.getFacing()) <= Integer.parseInt(stock)) {
+
+ childData.setStock(stock);
+ } else {
+ AlertDialog.Builder builder = new AlertDialog.Builder(MSL_Availability_StockFacingActivity.this);
+ builder.setMessage(getString(R.string.check_faceup))
+ .setCancelable(false)
+ .setPositiveButton(getString(R.string.ok), new DialogInterface.OnClickListener() {
+ public void onClick(DialogInterface dialog, int id) {
+ finalHolder.stock.setText("");
+ dialog.dismiss();
+
+ }
+ });
+ AlertDialog alert = builder.create();
+ alert.show();
+ }
} else {
+ childData.setStock(stock);
+ }
+ } else {
+ if (isDialogOpen) {
+ isDialogOpen = !isDialogOpen;
AlertDialog.Builder builder = new AlertDialog.Builder(MSL_Availability_StockFacingActivity.this);
- builder.setMessage(getString(R.string.check_faceup))
+ builder.setMessage(getString(R.string.check_stock))
.setCancelable(false)
.setPositiveButton(getString(R.string.ok), new DialogInterface.OnClickListener() {
public void onClick(DialogInterface dialog, int id) {
finalHolder.stock.setText("");
dialog.dismiss();
-
+ isDialogOpen = !isDialogOpen;
}
});
AlertDialog alert = builder.create();
alert.show();
}
- } else {
- childData.setStock(stock);
}
} else {
- if (isDialogOpen) {
- isDialogOpen = !isDialogOpen;
- AlertDialog.Builder builder = new AlertDialog.Builder(MSL_Availability_StockFacingActivity.this);
- builder.setMessage(getString(R.string.check_stock))
- .setCancelable(false)
- .setPositiveButton(getString(R.string.ok), new DialogInterface.OnClickListener() {
- public void onClick(DialogInterface dialog, int id) {
- finalHolder.stock.setText("");
- dialog.dismiss();
- isDialogOpen = !isDialogOpen;
- }
- });
- AlertDialog alert = builder.create();
- alert.show();
- }
- }
- }
- else{
- if(Integer.parseInt(stock) > 0){
- if (isDialogOpen) {
- isDialogOpen = !isDialogOpen;
- AlertDialog.Builder builder = new AlertDialog.Builder(MSL_Availability_StockFacingActivity.this);
- builder.setMessage(getString(R.string.check_stock))
- .setCancelable(false)
- .setPositiveButton(getString(R.string.ok), new DialogInterface.OnClickListener() {
- public void onClick(DialogInterface dialog, int id) {
- finalHolder.stock.setText("");
- dialog.dismiss();
- isDialogOpen = !isDialogOpen;
- }
- });
- AlertDialog alert = builder.create();
- alert.show();
+ if (Integer.parseInt(stock) > 0) {
+ if (isDialogOpen) {
+ isDialogOpen = !isDialogOpen;
+ AlertDialog.Builder builder = new AlertDialog.Builder(MSL_Availability_StockFacingActivity.this);
+ builder.setMessage(getString(R.string.check_stock))
+ .setCancelable(false)
+ .setPositiveButton(getString(R.string.ok), new DialogInterface.OnClickListener() {
+ public void onClick(DialogInterface dialog, int id) {
+ finalHolder.stock.setText("");
+ dialog.dismiss();
+ isDialogOpen = !isDialogOpen;
+ }
+ });
+ AlertDialog alert = builder.create();
+ alert.show();
+ }
}
}
}
@@ -1062,7 +1136,7 @@ public class MSL_Availability_StockFacingActivity extends AppCompatActivity {
} else {*/
if (edFaceup != null && !edFaceup.equals("") && !edFaceup.equals(".")) {
int mbq = Integer.parseInt(childData.getMbq());
- if(mbq!=0){
+ if (mbq != 0) {
if (Double.parseDouble(edFaceup) >= 0 && Double.parseDouble(edFaceup) < mbq) {
if (!childData.getStock().equals("")) {
@@ -1114,9 +1188,8 @@ public class MSL_Availability_StockFacingActivity extends AppCompatActivity {
alert.show();
}
}
- }
- else {
- if(Double.parseDouble(edFaceup) > 0){
+ } else {
+ if (Double.parseDouble(edFaceup) > 0) {
if (isDialogOpen) {
isDialogOpen = !isDialogOpen;
AlertDialog.Builder builder = new AlertDialog.Builder(MSL_Availability_StockFacingActivity.this);
@@ -1137,8 +1210,50 @@ public class MSL_Availability_StockFacingActivity extends AppCompatActivity {
}
//}
- } else{
- isFill = true;
+ } else {
+
+ if (country_id.equals("6")) {
+ if (!childData.getStock().equals("")) {
+
+ //if (edFaceup != null && !edFaceup.equals("")) {
+
+ String faceup = edFaceup.replaceFirst("^0+(?!$)", "");
+
+ if (edFaceup != null && !edFaceup.equals("") && !edFaceup.equals(".")) {
+ if (Double.parseDouble(faceup) <= Integer.parseInt(childData.getStock())) {
+
+ isFill = true;
+
+ /* if (!edFaceup.equals("")) {
+ childData.setFacing(faceup);
+ } else {
+ childData.setFacing("");
+ }*/
+ } else {
+ AlertDialog.Builder builder = new AlertDialog.Builder(MSL_Availability_StockFacingActivity.this);
+ builder.setMessage(getString(R.string.check_faceup))
+ .setCancelable(false)
+ .setPositiveButton(getString(R.string.ok), new DialogInterface.OnClickListener() {
+ public void onClick(DialogInterface dialog, int id) {
+ finalHolder1.facing.setText("");
+ dialog.dismiss();
+ finalHolder2.facing.setText("");
+ }
+ });
+ AlertDialog alert = builder.create();
+ alert.show();
+ }
+ } else {
+ isFill = true;
+ }
+ // }
+ } else {
+ isFill = true;
+ }
+ } else {
+ isFill = true;
+ }
+
}
/* //If toggle is yes then facing cannot be 0
if (childData.getCompany_id().equals("1") && childData.getMust_have().equals("1")
@@ -1165,12 +1280,11 @@ public class MSL_Availability_StockFacingActivity extends AppCompatActivity {
if (isFill) {
if (!edFaceup.equals("") && !edFaceup.equals(".")) {
String faceup = "";
- if(edFaceup.equals("0") ||edFaceup.equals(".0")){
+ if (edFaceup.equals("0") || edFaceup.equals(".0")) {
faceup = "0";
- }
- else{
+ } else {
faceup = edFaceup.replaceFirst("^0+(?!$)", "");
- //faceup = new DecimalFormat("##.#").format(Double.parseDouble(faceup));
+ //faceup = new DecimalFormat("##.#").format(Double.parseDouble(faceup));
}
// String str2 = PerfectDecimal(faceup, 3, 1);
@@ -1218,6 +1332,17 @@ public class MSL_Availability_StockFacingActivity extends AppCompatActivity {
}*/
tempflag = true;
}
+
+ //for Egypt
+ if(country_id.equals("6")){
+ if (holder.stock.getText().toString().equals("")) {
+ holder.stock.setBackgroundColor(getResources().getColor(R.color.white));
+ holder.stock.setHintTextColor(getResources().getColor(android.R.color.holo_red_dark));
+ holder.stock.setHint(getString(R.string.empty));
+ tempflag = true;
+ }
+ }
+
} else {
holder.facing.setHint("");
}
@@ -1303,7 +1428,7 @@ public class MSL_Availability_StockFacingActivity extends AppCompatActivity {
}
public String PerfectDecimal(String str, int MAX_BEFORE_POINT, int MAX_DECIMAL) {
- if (str.charAt(0) == '.') str= "0" + str;
+ if (str.charAt(0) == '.') str = "0" + str;
int max = str.length();
String rFinal = "";
diff --git a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/gsk_dailyentry/PromoComplianceActivity.java b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/gsk_dailyentry/PromoComplianceActivity.java
index b7b0da1..8437f45 100644
--- a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/gsk_dailyentry/PromoComplianceActivity.java
+++ b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/gsk_dailyentry/PromoComplianceActivity.java
@@ -18,6 +18,7 @@ import android.preference.PreferenceManager;
import android.provider.MediaStore;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
+import android.support.v4.content.FileProvider;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.util.Log;
@@ -948,7 +949,7 @@ public class PromoComplianceActivity extends AppCompatActivity {
Log.i("Stock & Facing ", "startCameraActivity()");
File file = new File(path);
- outputFileUri = Uri.fromFile(file);
+ outputFileUri = FileProvider.getUriForFile(getApplicationContext(), "cpm.com.gskmtorange.fileprovider", file);
String defaultCameraPackage = "";
final PackageManager packageManager = getPackageManager();
diff --git a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/gsk_dailyentry/Stock_FacingActivity.java b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/gsk_dailyentry/Stock_FacingActivity.java
index 126995a..8672cdb 100644
--- a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/gsk_dailyentry/Stock_FacingActivity.java
+++ b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/gsk_dailyentry/Stock_FacingActivity.java
@@ -27,6 +27,7 @@ import android.preference.PreferenceManager;
import android.provider.MediaStore;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
+import android.support.v4.content.FileProvider;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.CardView;
import android.support.v7.widget.Toolbar;
@@ -92,7 +93,7 @@ public class Stock_FacingActivity extends AppCompatActivity {
String path = "", str = "", _pathforcheck = "", img1 = "", img2 = "";
boolean isDialogOpen = true;
boolean checkflag = true;
- String store_id, visit_date, username, intime, date, keyAccount_id, class_id, storeType_id, camera_allow;
+ String store_id, visit_date, username, intime, date, keyAccount_id, class_id, storeType_id, camera_allow, country_id;
Uri outputFileUri = null;
String gallery_package = "";
private SharedPreferences preferences;
@@ -143,6 +144,7 @@ public class Stock_FacingActivity extends AppCompatActivity {
class_id = preferences.getString(CommonString.KEY_CLASS_ID, "");
storeType_id = preferences.getString(CommonString.KEY_STORETYPE_ID, "");
camera_allow = preferences.getString(CommonString.KEY_CAMERA_ALLOW, "");
+ country_id = preferences.getString(CommonString.KEY_COUNTRY_ID, "");
categoryName = getIntent().getStringExtra("categoryName");
categoryId = getIntent().getStringExtra("categoryId");
@@ -236,11 +238,11 @@ public class Stock_FacingActivity extends AppCompatActivity {
if (isExpand) {
if (firstVisibleItem == 0) {
- fab.setVisibility(View.VISIBLE);
+ fab.show();//setVisibility(View.VISIBLE);
} else if (lastItem == totalItemCount) {
- fab.setVisibility(View.INVISIBLE);
+ fab.hide();//setVisibility(View.INVISIBLE);
} else {
- fab.setVisibility(View.VISIBLE);
+ fab.show();//setVisibility(View.VISIBLE);
}
}
}
@@ -283,7 +285,7 @@ public class Stock_FacingActivity extends AppCompatActivity {
isExpand = true;
}
- fab.setVisibility(View.INVISIBLE);
+ fab.hide();//setVisibility(View.INVISIBLE);
}
});
@@ -303,7 +305,7 @@ public class Stock_FacingActivity extends AppCompatActivity {
} else {
isExpand = true;
}
- fab.setVisibility(View.VISIBLE);
+ fab.show();//setVisibility(View.VISIBLE);
}
});
@@ -712,7 +714,7 @@ public class Stock_FacingActivity extends AppCompatActivity {
try {
Log.e("MakeMachine", "startCameraActivity()");
File file = new File(path);
- outputFileUri = Uri.fromFile(file);
+ outputFileUri = FileProvider.getUriForFile(getApplicationContext(), "cpm.com.gskmtorange.fileprovider", file);
String defaultCameraPackage = "";
final PackageManager packageManager = getPackageManager();
@@ -762,7 +764,7 @@ public class Stock_FacingActivity extends AppCompatActivity {
/*try {
Log.e("Stock & Facing ", "startCameraActivity()");
File file = new File(path);
- Uri outputFileUri = Uri.fromFile(file);
+ Uri outputFileUri = FileProvider.getUriForFile(getApplicationContext(), "cpm.com.gskmtorange.fileprovider", file);
String defaultCameraPackage = "";
final PackageManager packageManager = getPackageManager();
@@ -799,7 +801,7 @@ public class Stock_FacingActivity extends AppCompatActivity {
try {
Log.e("MakeMachine", "startCameraActivity()");
File file = new File(path);
- outputFileUri = Uri.fromFile(file);
+ outputFileUri = FileProvider.getUriForFile(getApplicationContext(), "cpm.com.gskmtorange.fileprovider", file);
String defaultCameraPackage = "";
final PackageManager packageManager = getPackageManager();
@@ -848,7 +850,7 @@ public class Stock_FacingActivity extends AppCompatActivity {
/*try {
Log.i("Stock & Facing ", "startCameraActivity()");
File file = new File(path);
- Uri outputFileUri = Uri.fromFile(file);
+ Uri outputFileUri = FileProvider.getUriForFile(getApplicationContext(), "cpm.com.gskmtorange.fileprovider", file);
String defaultCameraPackage = "";
final PackageManager packageManager = getPackageManager();
@@ -883,7 +885,7 @@ public class Stock_FacingActivity extends AppCompatActivity {
try {
Log.e("MakeMachine", "startCameraActivity()");
File file = new File(path);
- outputFileUri = Uri.fromFile(file);
+ outputFileUri = FileProvider.getUriForFile(getApplicationContext(), "cpm.com.gskmtorange.fileprovider", file);
String defaultCameraPackage = "";
final PackageManager packageManager = getPackageManager();
@@ -1171,7 +1173,13 @@ public class Stock_FacingActivity extends AppCompatActivity {
dialog.getWindow().setLayout(WindowManager.LayoutParams.MATCH_PARENT, WindowManager.LayoutParams.MATCH_PARENT);
dialog.setCancelable(false);
- ArrayList mappingPlanogramList = db.getMappingPlanogramData(categoryId, storeType_id, class_id);
+ ArrayList mappingPlanogramList;
+
+ if (country_id.equals("7")) {
+ mappingPlanogramList= db.getMappingPlanogramData(categoryId, null, null, store_id);
+ } else {
+ mappingPlanogramList= db.getMappingPlanogramData(categoryId, storeType_id, class_id, null);
+ }
//ImageView img_planogram = (ImageView) dialog.findViewById(R.id.img_planogram);
WebView webView = (WebView) dialog.findViewById(R.id.webview);
diff --git a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/upload/PreviousDataUploadActivity.java b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/upload/PreviousDataUploadActivity.java
index b338465..83075e0 100644
--- a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/upload/PreviousDataUploadActivity.java
+++ b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/upload/PreviousDataUploadActivity.java
@@ -53,6 +53,7 @@ import cpm.com.gskmtorange.xmlGetterSetter.MSL_AvailabilityGetterSetter;
import cpm.com.gskmtorange.xmlGetterSetter.MSL_AvailabilityStockFacingGetterSetter;
import cpm.com.gskmtorange.xmlGetterSetter.NoCameraDataGetterSetter;
import cpm.com.gskmtorange.xmlGetterSetter.POGGetterSetter;
+import cpm.com.gskmtorange.xmlGetterSetter.PromoComplianceSkuwiseGetterSetter;
import cpm.com.gskmtorange.xmlGetterSetter.Promo_Compliance_DataGetterSetter;
import cpm.com.gskmtorange.xmlGetterSetter.SkuGetterSetter;
import cpm.com.gskmtorange.xmlGetterSetter.StockFacing_PlanogramTrackerDataGetterSetter;
@@ -96,6 +97,8 @@ public class PreviousDataUploadActivity extends AppCompatActivity {
ArrayList stockFacingPlanogramDataList;
ArrayList storeWiseCameraDataGetterSetters;
+ ArrayList promoComplianceSkuwiseGetterSetters, promoComplianceSkuwiseExistsGetterSetters;
+
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
@@ -528,6 +531,81 @@ public class PreviousDataUploadActivity extends AppCompatActivity {
data.name = getString(R.string.promo_data_uploading);
publishProgress(data);
+ //Promo Compliance - Country Id - 7 (SA) Promotion Data
+ String promotion_sku_wise_data_xml = "", add_promotion_data_xml = "", exists_xml = "", add_xml = "";
+
+ db.open();
+ promoComplianceSkuwiseExistsGetterSetters = db.getPromoComplianceSkuwiseExistsAfterData(coverageList.get(i).getStoreId(), null);
+ if (promoComplianceSkuwiseExistsGetterSetters.size() > 0) {
+
+ for (int l = 0; l < promoComplianceSkuwiseExistsGetterSetters.size(); l++) {
+
+ promoComplianceSkuwiseGetterSetters = db.getPromoComplianceSkuwiseAfterData(promoComplianceSkuwiseExistsGetterSetters.get(l).get_id(), null);
+
+ for (int i1 = 0; i1 < promoComplianceSkuwiseGetterSetters.size(); i1++) {
+ if (!promoComplianceSkuwiseGetterSetters.get(i1).getCategory_id().equals("0")) {
+
+ String discount_val = promoComplianceSkuwiseGetterSetters.get(i1).getDiscount_value();
+ if(discount_val.equals("")){
+ discount_val = "0";
+ }
+
+ add_xml = "[PROMOTION_DATA]"
+ + "[MID]" + mid + "[/MID]"
+ + "[USER_ID]" + userId + "[/USER_ID]"
+ + "[CATEGORY_ID]" + Integer.parseInt(promoComplianceSkuwiseGetterSetters.get(i1).getCategory_id()) + "[/CATEGORY_ID]"
+ + "[SUB_CATEGORY_ID]" + Integer.parseInt(promoComplianceSkuwiseGetterSetters.get(i1).getSub_category_id()) + "[/SUB_CATEGORY_ID]"
+ + "[SKU_ID]" + Integer.parseInt(promoComplianceSkuwiseGetterSetters.get(i1).getSku_id()) + "[/SKU_ID]"
+ + "[BRAND_ID]" + Integer.parseInt(promoComplianceSkuwiseGetterSetters.get(i1).getBrand_id()) + "[/BRAND_ID]"
+ + "[DISCOUNT_VALUE]" + discount_val + "[/DISCOUNT_VALUE]"
+ + "[PRICE]" + promoComplianceSkuwiseGetterSetters.get(i1).getPrice() + "[/PRICE]"
+ + "[PROMO_IMAGE]" + promoComplianceSkuwiseGetterSetters.get(i1).getImg() + "[/PROMO_IMAGE]"
+ + "[PRICE_FLASHER_AVAILABLE]" + promoComplianceSkuwiseGetterSetters.get(i1).getPrice_flasher() + "[/PRICE_FLASHER_AVAILABLE]"
+ + "[/PROMOTION_DATA]";
+
+ add_promotion_data_xml = add_promotion_data_xml + add_xml;
+ }
+ }
+
+ int exists = 0;
+ if (promoComplianceSkuwiseExistsGetterSetters.get(l).isExists()) {
+ exists = 1;
+ }
+
+ exists_xml = "[ADDITIONAL_PROMOTION_SKUWISE_DATA]"
+ + "[MID]" + mid + "[/MID]"
+ + "[USER_ID]" + userId + "[/USER_ID]"
+ + "[CATEGORY_ID]" + Integer.parseInt(promoComplianceSkuwiseExistsGetterSetters.get(l).getCategory_id()) + "[/CATEGORY_ID]"
+ + "[IS_EXISTS]" + exists + "[/IS_EXISTS]"
+ + "[ADDITIONAL_PROMOTION_DATA]" + add_promotion_data_xml + "[/ADDITIONAL_PROMOTION_DATA]"
+ + "[/ADDITIONAL_PROMOTION_SKUWISE_DATA]";
+
+ promotion_sku_wise_data_xml = promotion_sku_wise_data_xml + exists_xml;
+
+ }
+
+ final String sos_xml = "[DATA]" + promotion_sku_wise_data_xml + "[/DATA]";
+
+ request = new SoapObject(CommonString.NAMESPACE, CommonString.METHOD_UPLOAD_STOCK_XML_DATA);
+ request.addProperty("XMLDATA", sos_xml);
+ request.addProperty("KEYS", "ADDITIONAL_PROMOTION_SKUWISE_DATA");
+ request.addProperty("USERNAME", userId);
+ request.addProperty("MID", mid);
+
+ envelope = new SoapSerializationEnvelope(SoapEnvelope.VER11);
+ envelope.dotNet = true;
+ envelope.setOutputSoapObject(request);
+
+ androidHttpTransport = new HttpTransportSE(CommonString.URL);
+ androidHttpTransport.call(CommonString.SOAP_ACTION + CommonString.METHOD_UPLOAD_STOCK_XML_DATA, envelope);
+
+ result = envelope.getResponse();
+
+ /*if (!result.toString().equalsIgnoreCase(CommonString.KEY_SUCCESS)) {
+ return CommonString.METHOD_UPLOAD_STOCK_XML_DATA;
+ }*/
+ }
+
//Promo Compliance -Additional Promotion Data
String additional_promoition_data_xml = "";
diff --git a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/upload/UploadActivity.java b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/upload/UploadActivity.java
index acfa803..84883fe 100644
--- a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/upload/UploadActivity.java
+++ b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/upload/UploadActivity.java
@@ -69,6 +69,7 @@ import cpm.com.gskmtorange.xmlGetterSetter.MSL_AvailabilityGetterSetter;
import cpm.com.gskmtorange.xmlGetterSetter.MSL_AvailabilityStockFacingGetterSetter;
import cpm.com.gskmtorange.xmlGetterSetter.NoCameraDataGetterSetter;
import cpm.com.gskmtorange.xmlGetterSetter.POGGetterSetter;
+import cpm.com.gskmtorange.xmlGetterSetter.PromoComplianceSkuwiseGetterSetter;
import cpm.com.gskmtorange.xmlGetterSetter.Promo_Compliance_DataGetterSetter;
import cpm.com.gskmtorange.xmlGetterSetter.SkuGetterSetter;
import cpm.com.gskmtorange.xmlGetterSetter.StockFacing_PlanogramTrackerDataGetterSetter;
@@ -112,6 +113,7 @@ public class UploadActivity extends AppCompatActivity {
ArrayList stockFacingPlanogramDataList;
ArrayList storeWiseCameraDataGetterSetters;
+ ArrayList promoComplianceSkuwiseGetterSetters, promoComplianceSkuwiseExistsGetterSetters;
RequestBody body1;
private Retrofit adapter;
@@ -331,7 +333,7 @@ public class UploadActivity extends AppCompatActivity {
String sub_reason_id = coverageList.get(i).getSub_reasonId();
- if(sub_reason_id.equals("")){
+ if (sub_reason_id.equals("")) {
sub_reason_id = "0";
}
@@ -606,6 +608,86 @@ public class UploadActivity extends AppCompatActivity {
data.name = getString(R.string.promo_data_uploading);
publishProgress(data);
+ //Promo Compliance - Country Id - 7 (SA) Promotion Data
+ String promotion_sku_wise_data_xml = "", add_promotion_data_xml = "", exists_xml = "", add_xml = "";
+
+ db.open();
+ promoComplianceSkuwiseExistsGetterSetters = db.getPromoComplianceSkuwiseExistsAfterData(coverageList.get(i).getStoreId(), null);
+ if (promoComplianceSkuwiseExistsGetterSetters.size() > 0) {
+
+ for (int l = 0; l < promoComplianceSkuwiseExistsGetterSetters.size(); l++) {
+
+ promoComplianceSkuwiseGetterSetters = db.getPromoComplianceSkuwiseAfterData(promoComplianceSkuwiseExistsGetterSetters.get(l).get_id(), null);
+
+ for (int i1 = 0; i1 < promoComplianceSkuwiseGetterSetters.size(); i1++) {
+ if (!promoComplianceSkuwiseGetterSetters.get(i1).getCategory_id().equals("0")) {
+
+ String discount_val = promoComplianceSkuwiseGetterSetters.get(i1).getDiscount_value();
+ if(discount_val.equals("")){
+ discount_val = "0";
+ }
+
+ add_xml = "[PROMOTION_DATA]"
+ + "[MID]" + mid + "[/MID]"
+ + "[USER_ID]" + userId + "[/USER_ID]"
+ + "[CATEGORY_ID]" + Integer.parseInt(promoComplianceSkuwiseGetterSetters.get(i1).getCategory_id()) + "[/CATEGORY_ID]"
+ + "[SUB_CATEGORY_ID]" + Integer.parseInt(promoComplianceSkuwiseGetterSetters.get(i1).getSub_category_id()) + "[/SUB_CATEGORY_ID]"
+ + "[SKU_ID]" + Integer.parseInt(promoComplianceSkuwiseGetterSetters.get(i1).getSku_id()) + "[/SKU_ID]"
+ + "[BRAND_ID]" + Integer.parseInt(promoComplianceSkuwiseGetterSetters.get(i1).getBrand_id()) + "[/BRAND_ID]"
+ + "[DISCOUNT_VALUE]" + discount_val + "[/DISCOUNT_VALUE]"
+ + "[PRICE]" + promoComplianceSkuwiseGetterSetters.get(i1).getPrice() + "[/PRICE]"
+ + "[PROMO_IMAGE]" + promoComplianceSkuwiseGetterSetters.get(i1).getImg() + "[/PROMO_IMAGE]"
+ + "[PRICE_FLASHER_AVAILABLE]" + promoComplianceSkuwiseGetterSetters.get(i1).getPrice_flasher() + "[/PRICE_FLASHER_AVAILABLE]"
+ + "[/PROMOTION_DATA]";
+
+ add_promotion_data_xml = add_promotion_data_xml + add_xml;
+ }
+ }
+
+ int exists = 0;
+ if (promoComplianceSkuwiseExistsGetterSetters.get(l).isExists()) {
+ exists = 1;
+ }
+
+ exists_xml = "[ADDITIONAL_PROMOTION_SKUWISE_DATA]"
+ + "[MID]" + mid + "[/MID]"
+ + "[USER_ID]" + userId + "[/USER_ID]"
+ + "[CATEGORY_ID]" + Integer.parseInt(promoComplianceSkuwiseExistsGetterSetters.get(l).getCategory_id()) + "[/CATEGORY_ID]"
+ + "[IS_EXISTS]" + exists + "[/IS_EXISTS]"
+ + "[ADDITIONAL_PROMOTION_DATA]" + add_promotion_data_xml + "[/ADDITIONAL_PROMOTION_DATA]"
+ + "[/ADDITIONAL_PROMOTION_SKUWISE_DATA]";
+
+ promotion_sku_wise_data_xml = promotion_sku_wise_data_xml + exists_xml;
+
+ }
+
+ final String sos_xml = "[DATA]" + promotion_sku_wise_data_xml + "[/DATA]";
+
+ request = new SoapObject(CommonString.NAMESPACE, CommonString.METHOD_UPLOAD_STOCK_XML_DATA);
+ request.addProperty("XMLDATA", sos_xml);
+ request.addProperty("KEYS", "ADDITIONAL_PROMOTION_SKUWISE_DATA");
+ request.addProperty("USERNAME", userId);
+ request.addProperty("MID", mid);
+
+ envelope = new SoapSerializationEnvelope(SoapEnvelope.VER11);
+ envelope.dotNet = true;
+ envelope.setOutputSoapObject(request);
+
+ androidHttpTransport = new HttpTransportSE(CommonString.URL);
+ androidHttpTransport.call(CommonString.SOAP_ACTION + CommonString.METHOD_UPLOAD_STOCK_XML_DATA, envelope);
+
+ result = envelope.getResponse();
+
+ /*if (!result.toString().equalsIgnoreCase(CommonString.KEY_SUCCESS)) {
+ return CommonString.METHOD_UPLOAD_STOCK_XML_DATA;
+ }*/
+ }
+
+
+ data.value = 30;
+ data.name = getString(R.string.promo_data_uploading);
+ publishProgress(data);
+
//Promo Compliance -Additional Promotion Data
String additional_promoition_data_xml = "";
@@ -1037,10 +1119,9 @@ public class UploadActivity extends AppCompatActivity {
for (int n = 0; n < nocamera_data_list.size(); n++) {
int vertical;
- if(nocamera_data_list.get(n).isVertical()){
+ if (nocamera_data_list.get(n).isVertical()) {
vertical = 1;
- }
- else {
+ } else {
vertical = 0;
}
@@ -1173,17 +1254,16 @@ public class UploadActivity extends AppCompatActivity {
db.open();
coachingVisitData = db.getCoachingVisitData(coverageList.get(i).getStoreId());
- if (coachingVisitData.size()>0) {
+ if (coachingVisitData.size() > 0) {
- String onXml_coaching_data = "", coaching_xml="";
- for(int j=0;j 0) {
- File file[] = f.listFiles();
- UploadImageWithRetrofit.uploadedFiles = 0;
- UploadImageWithRetrofit.totalFiles = file.length;
- UploadImageWithRetrofit uploadImg = new UploadImageWithRetrofit(date, userId, UploadActivity.this);
- uploadImg.UploadImageRecursiveNew(UploadActivity.this);
+ File file[] = f.listFiles();
+ UploadImageWithRetrofit.uploadedFiles = 0;
+ UploadImageWithRetrofit.totalFiles = file.length;
+ UploadImageWithRetrofit uploadImg = new UploadImageWithRetrofit(date, userId, UploadActivity.this);
+ uploadImg.UploadImageRecursiveNew(UploadActivity.this);
/* }
else {
showAlert(getString(R.string.data_uploaded_successfully));
diff --git a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/upload/UploadImageWithRetrofit.java b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/upload/UploadImageWithRetrofit.java
index 7a0191f..f2763f5 100644
--- a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/upload/UploadImageWithRetrofit.java
+++ b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/upload/UploadImageWithRetrofit.java
@@ -222,7 +222,7 @@ public class UploadImageWithRetrofit {
foldername = "GeotagImages";
} else if (file[i].getName().contains("T2P_Image")) {
foldername = "T2PImages";
- } else if (file[i].getName().contains("AddPromo_Image")) {
+ } else if (file[i].getName().contains("AddPromo_Image") || file[i].getName().contains("Additional_Promo_Skuwise_Image")) {
foldername = "AdditionalPromotionImages";
}else if (file[i].getName().contains("AdditionalImage")) {
foldername = "AdditionalVisibilityImages";
diff --git a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/xmlGetterSetter/MappingPlanogramStorewiseGetterSetter.java b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/xmlGetterSetter/MappingPlanogramStorewiseGetterSetter.java
new file mode 100644
index 0000000..e37c5cc
--- /dev/null
+++ b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/xmlGetterSetter/MappingPlanogramStorewiseGetterSetter.java
@@ -0,0 +1,53 @@
+package cpm.com.gskmtorange.xmlGetterSetter;
+
+import java.util.ArrayList;
+
+public class MappingPlanogramStorewiseGetterSetter {
+
+ String table_MAPPING_PLANOGRAM_STORE_WISE;
+
+ ArrayList CATEGORY_ID = new ArrayList<>();
+ ArrayList STORE_ID = new ArrayList<>();
+ ArrayList PLANOGRAM_IMAGE = new ArrayList<>();
+ ArrayList IMAGE_PATH = new ArrayList<>();
+
+ public ArrayList getPLANOGRAM_IMAGE() {
+ return PLANOGRAM_IMAGE;
+ }
+
+ public void setPLANOGRAM_IMAGE(String PLANOGRAM_IMAGE) {
+ this.PLANOGRAM_IMAGE.add(PLANOGRAM_IMAGE);
+ }
+
+ public ArrayList getIMAGE_PATH() {
+ return IMAGE_PATH;
+ }
+
+ public void setIMAGE_PATH(String IMAGE_PATH) {
+ this.IMAGE_PATH.add(IMAGE_PATH);
+ }
+
+ public ArrayList getCATEGORY_ID() {
+ return CATEGORY_ID;
+ }
+
+ public void setCATEGORY_ID(String CATEGORY_ID) {
+ this.CATEGORY_ID.add(CATEGORY_ID);
+ }
+
+ public String getTable_MAPPING_PLANOGRAM_STORE_WISE() {
+ return table_MAPPING_PLANOGRAM_STORE_WISE;
+ }
+
+ public void setTable_MAPPING_PLANOGRAM_STORE_WISE(String table_MAPPING_PLANOGRAM_STORE_WISE) {
+ this.table_MAPPING_PLANOGRAM_STORE_WISE = table_MAPPING_PLANOGRAM_STORE_WISE;
+ }
+
+ public ArrayList getSTORE_ID() {
+ return STORE_ID;
+ }
+
+ public void setSTORE_ID(String STORE_ID) {
+ this.STORE_ID.add(STORE_ID);
+ }
+}
diff --git a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/xmlGetterSetter/MappingStockStorewiseGetterSetter.java b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/xmlGetterSetter/MappingStockStorewiseGetterSetter.java
index 7d9238c..d3e5489 100644
--- a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/xmlGetterSetter/MappingStockStorewiseGetterSetter.java
+++ b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/xmlGetterSetter/MappingStockStorewiseGetterSetter.java
@@ -11,6 +11,7 @@ public class MappingStockStorewiseGetterSetter {
ArrayList MUST_HAVE = new ArrayList<>();
ArrayList MBQ = new ArrayList<>();
ArrayList SHOW_ADDITIONAL_VISIBILITY = new ArrayList<>();
+ ArrayList COUNTRY_ID = new ArrayList<>();
public String getTable_MAPPING_STOCK_STOREWISE() {
return table_MAPPING_STOCK_STOREWISE;
@@ -59,4 +60,12 @@ public class MappingStockStorewiseGetterSetter {
public void setSHOW_ADDITIONAL_VISIBILITY(String SHOW_ADDITIONAL_VISIBILITY) {
this.SHOW_ADDITIONAL_VISIBILITY.add(SHOW_ADDITIONAL_VISIBILITY);
}
+
+ public ArrayList getCOUNTRY_ID() {
+ return COUNTRY_ID;
+ }
+
+ public void setCOUNTRY_ID(String COUNTRY_ID) {
+ this.COUNTRY_ID.add(COUNTRY_ID);
+ }
}
diff --git a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/xmlGetterSetter/PromoComplianceSkuwiseGetterSetter.java b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/xmlGetterSetter/PromoComplianceSkuwiseGetterSetter.java
new file mode 100644
index 0000000..4cbc393
--- /dev/null
+++ b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/xmlGetterSetter/PromoComplianceSkuwiseGetterSetter.java
@@ -0,0 +1,112 @@
+package cpm.com.gskmtorange.xmlGetterSetter;
+
+public class PromoComplianceSkuwiseGetterSetter {
+
+ String sku, sku_id, brand, brand_id, sub_category, sub_category_id, img, discount_value, price, category_id, _id;
+ boolean isExists = true;
+ int price_flasher = -1;
+
+ public String getSku() {
+ return sku;
+ }
+
+ public void setSku(String sku) {
+ this.sku = sku;
+ }
+
+ public String getSku_id() {
+ return sku_id;
+ }
+
+ public void setSku_id(String sku_id) {
+ this.sku_id = sku_id;
+ }
+
+ public String getBrand() {
+ return brand;
+ }
+
+ public void setBrand(String brand) {
+ this.brand = brand;
+ }
+
+ public String getBrand_id() {
+ return brand_id;
+ }
+
+ public void setBrand_id(String brand_id) {
+ this.brand_id = brand_id;
+ }
+
+ public String getSub_category() {
+ return sub_category;
+ }
+
+ public void setSub_category(String sub_category) {
+ this.sub_category = sub_category;
+ }
+
+ public String getSub_category_id() {
+ return sub_category_id;
+ }
+
+ public void setSub_category_id(String sub_category_id) {
+ this.sub_category_id = sub_category_id;
+ }
+
+ public String getImg() {
+ return img;
+ }
+
+ public void setImg(String img) {
+ this.img = img;
+ }
+
+ public String getDiscount_value() {
+ return discount_value;
+ }
+
+ public void setDiscount_value(String discount_value) {
+ this.discount_value = discount_value;
+ }
+
+ public String getPrice() {
+ return price;
+ }
+
+ public void setPrice(String price) {
+ this.price = price;
+ }
+
+ public String getCategory_id() {
+ return category_id;
+ }
+
+ public void setCategory_id(String category_id) {
+ this.category_id = category_id;
+ }
+
+ public boolean isExists() {
+ return isExists;
+ }
+
+ public void setExists(boolean exists) {
+ isExists = exists;
+ }
+
+ public String get_id() {
+ return _id;
+ }
+
+ public void set_id(String _id) {
+ this._id = _id;
+ }
+
+ public int getPrice_flasher() {
+ return price_flasher;
+ }
+
+ public void setPrice_flasher(int price_flasher) {
+ this.price_flasher = price_flasher;
+ }
+}
diff --git a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/xmlGetterSetter/TableBean.java b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/xmlGetterSetter/TableBean.java
index 5a1d505..2f0e7cf 100644
--- a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/xmlGetterSetter/TableBean.java
+++ b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/xmlGetterSetter/TableBean.java
@@ -42,6 +42,7 @@ public class TableBean {
public static String Table_SUPERVISOR_LIST;
public static String Table_CONFIGURATION_MASTER;
public static String Table_MAPPING_STOCK_STOREWISE;
+ public static String Table_MAPPING_PLANOGRAM_STORE_WISE;
public static String getTable_NON_WORKING_SUB_REASON() {
return Table_NON_WORKING_SUB_REASON;
@@ -315,4 +316,12 @@ public class TableBean {
public static void setTable_MAPPING_STOCK_STOREWISE(String table_MAPPING_STOCK_STOREWISE) {
Table_MAPPING_STOCK_STOREWISE = table_MAPPING_STOCK_STOREWISE;
}
+
+ public static String getTable_MAPPING_PLANOGRAM_STORE_WISE() {
+ return Table_MAPPING_PLANOGRAM_STORE_WISE;
+ }
+
+ public static void setTable_MAPPING_PLANOGRAM_STORE_WISE(String table_MAPPING_PLANOGRAM_STORE_WISE) {
+ Table_MAPPING_PLANOGRAM_STORE_WISE = table_MAPPING_PLANOGRAM_STORE_WISE;
+ }
}
diff --git a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/xmlHandlers/XMLHandlers.java b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/xmlHandlers/XMLHandlers.java
index 2581d58..204976d 100644
--- a/GSKMTOrange/src/main/java/cpm/com/gskmtorange/xmlHandlers/XMLHandlers.java
+++ b/GSKMTOrange/src/main/java/cpm/com/gskmtorange/xmlHandlers/XMLHandlers.java
@@ -25,6 +25,7 @@ import cpm.com.gskmtorange.xmlGetterSetter.MAPPING_SOS_TARGET_MasterGetterSetter
import cpm.com.gskmtorange.xmlGetterSetter.MappingCategoryImageAllowGetterSetter;
import cpm.com.gskmtorange.xmlGetterSetter.MappingDisplayChecklistGetterSetter;
import cpm.com.gskmtorange.xmlGetterSetter.MappingPlanogramCountrywiseGetterSetter;
+import cpm.com.gskmtorange.xmlGetterSetter.MappingPlanogramStorewiseGetterSetter;
import cpm.com.gskmtorange.xmlGetterSetter.MappingPromotionGetterSetter;
import cpm.com.gskmtorange.xmlGetterSetter.MappingStockGetterSetter;
import cpm.com.gskmtorange.xmlGetterSetter.MappingStockStorewiseGetterSetter;
@@ -483,9 +484,13 @@ public class XMLHandlers {
}
if (xpp.getName().equals("MBQ")) {
stock.setMBQ(xpp.nextText());
- }if (xpp.getName().equals("SHOW_ADDITIONAL_VISIBILITY")) {
+ }
+ if (xpp.getName().equals("SHOW_ADDITIONAL_VISIBILITY")) {
stock.setSHOW_ADDITIONAL_VISIBILITY(xpp.nextText());
}
+ if (xpp.getName().equals("COUNTRY_ID")) {
+ stock.setCOUNTRY_ID(xpp.nextText());
+ }
}
xpp.next();
}
@@ -1464,4 +1469,37 @@ public class XMLHandlers {
}
return st;
}
+
+ public static MappingPlanogramStorewiseGetterSetter MAPPING_PLANOGRAM_STORE_WISE_XMLHandler(XmlPullParser xpp, int eventType) {
+ MappingPlanogramStorewiseGetterSetter st = new MappingPlanogramStorewiseGetterSetter();
+
+ try {
+ while (xpp.getEventType() != XmlPullParser.END_DOCUMENT) {
+ if (xpp.getEventType() == XmlPullParser.START_TAG) {
+
+ if (xpp.getName().equals("META_DATA")) {
+ st.setTable_MAPPING_PLANOGRAM_STORE_WISE(xpp.nextText());
+ }
+ if (xpp.getName().equals("STORE_ID")) {
+ st.setSTORE_ID(xpp.nextText());
+ }
+ if (xpp.getName().equals("CATEGORY_ID")) {
+ st.setCATEGORY_ID(xpp.nextText());
+ }
+ if (xpp.getName().equals("PLANOGRAM_IMAGE")) {
+ st.setPLANOGRAM_IMAGE(xpp.nextText());
+ }
+ if (xpp.getName().equals("IMAGE_PATH")) {
+ st.setIMAGE_PATH(xpp.nextText());
+ }
+ }
+ xpp.next();
+ }
+ } catch (XmlPullParserException e) {
+ e.printStackTrace();
+ } catch (IOException e) {
+ e.printStackTrace();
+ }
+ return st;
+ }
}
diff --git a/GSKMTOrange/src/main/res/layout/activity_additional_promo_skuwise.xml b/GSKMTOrange/src/main/res/layout/activity_additional_promo_skuwise.xml
new file mode 100644
index 0000000..ebedf3e
--- /dev/null
+++ b/GSKMTOrange/src/main/res/layout/activity_additional_promo_skuwise.xml
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GSKMTOrange/src/main/res/layout/additionallistlayout.xml b/GSKMTOrange/src/main/res/layout/additionallistlayout.xml
index 03e9720..e023948 100644
--- a/GSKMTOrange/src/main/res/layout/additionallistlayout.xml
+++ b/GSKMTOrange/src/main/res/layout/additionallistlayout.xml
@@ -1,15 +1,15 @@
+ android:paddingLeft="5dp"
+ android:paddingRight="5dp">
diff --git a/GSKMTOrange/src/main/res/layout/content_additional_promo_skuwise.xml b/GSKMTOrange/src/main/res/layout/content_additional_promo_skuwise.xml
new file mode 100644
index 0000000..9e4569a
--- /dev/null
+++ b/GSKMTOrange/src/main/res/layout/content_additional_promo_skuwise.xml
@@ -0,0 +1,235 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GSKMTOrange/src/main/res/layout/content_audit.xml b/GSKMTOrange/src/main/res/layout/content_audit.xml
index 6ef9438..3559738 100644
--- a/GSKMTOrange/src/main/res/layout/content_audit.xml
+++ b/GSKMTOrange/src/main/res/layout/content_audit.xml
@@ -6,7 +6,8 @@
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
tools:context="cpm.com.gskmtorange.dailyentry.AuditActivity"
- tools:showIn="@layout/activity_audit">
+ tools:showIn="@layout/activity_audit"
+ android:background="@color/grey_background">
+ >
@@ -93,9 +92,8 @@
@@ -121,9 +119,8 @@
@@ -238,9 +235,8 @@
+ >
+
+
+
+
+
+
+
+
+ android:background="@drawable/camera_orange_star_green" />
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GSKMTOrange/src/main/res/mipmap-hdpi/analgesics.png b/GSKMTOrange/src/main/res/mipmap-hdpi/analgesics.png
new file mode 100644
index 0000000..64e2cd6
Binary files /dev/null and b/GSKMTOrange/src/main/res/mipmap-hdpi/analgesics.png differ
diff --git a/GSKMTOrange/src/main/res/mipmap-hdpi/analgesics_tick.png b/GSKMTOrange/src/main/res/mipmap-hdpi/analgesics_tick.png
new file mode 100644
index 0000000..b5ffc20
Binary files /dev/null and b/GSKMTOrange/src/main/res/mipmap-hdpi/analgesics_tick.png differ
diff --git a/GSKMTOrange/src/main/res/mipmap-hdpi/baseline_photo_black_18.png b/GSKMTOrange/src/main/res/mipmap-hdpi/baseline_photo_black_18.png
new file mode 100644
index 0000000..75340ae
Binary files /dev/null and b/GSKMTOrange/src/main/res/mipmap-hdpi/baseline_photo_black_18.png differ
diff --git a/GSKMTOrange/src/main/res/mipmap-hdpi/cough_n_cold.png b/GSKMTOrange/src/main/res/mipmap-hdpi/cough_n_cold.png
new file mode 100644
index 0000000..aefeeb3
Binary files /dev/null and b/GSKMTOrange/src/main/res/mipmap-hdpi/cough_n_cold.png differ
diff --git a/GSKMTOrange/src/main/res/mipmap-hdpi/cough_n_cold_tick.png b/GSKMTOrange/src/main/res/mipmap-hdpi/cough_n_cold_tick.png
new file mode 100644
index 0000000..572dc0a
Binary files /dev/null and b/GSKMTOrange/src/main/res/mipmap-hdpi/cough_n_cold_tick.png differ
diff --git a/GSKMTOrange/src/main/res/mipmap-hdpi/first_aid.png b/GSKMTOrange/src/main/res/mipmap-hdpi/first_aid.png
new file mode 100644
index 0000000..795634e
Binary files /dev/null and b/GSKMTOrange/src/main/res/mipmap-hdpi/first_aid.png differ
diff --git a/GSKMTOrange/src/main/res/mipmap-hdpi/first_aid_tick.png b/GSKMTOrange/src/main/res/mipmap-hdpi/first_aid_tick.png
new file mode 100644
index 0000000..f058e55
Binary files /dev/null and b/GSKMTOrange/src/main/res/mipmap-hdpi/first_aid_tick.png differ
diff --git a/GSKMTOrange/src/main/res/mipmap-hdpi/gastro_n_indigestion.png b/GSKMTOrange/src/main/res/mipmap-hdpi/gastro_n_indigestion.png
new file mode 100644
index 0000000..73d40b5
Binary files /dev/null and b/GSKMTOrange/src/main/res/mipmap-hdpi/gastro_n_indigestion.png differ
diff --git a/GSKMTOrange/src/main/res/mipmap-hdpi/gastro_n_indigestion_tick.png b/GSKMTOrange/src/main/res/mipmap-hdpi/gastro_n_indigestion_tick.png
new file mode 100644
index 0000000..02ab43d
Binary files /dev/null and b/GSKMTOrange/src/main/res/mipmap-hdpi/gastro_n_indigestion_tick.png differ
diff --git a/GSKMTOrange/src/main/res/mipmap-hdpi/health_food_drink.png b/GSKMTOrange/src/main/res/mipmap-hdpi/health_food_drink.png
new file mode 100644
index 0000000..4f9a7f7
Binary files /dev/null and b/GSKMTOrange/src/main/res/mipmap-hdpi/health_food_drink.png differ
diff --git a/GSKMTOrange/src/main/res/mipmap-hdpi/health_food_drink_tick.png b/GSKMTOrange/src/main/res/mipmap-hdpi/health_food_drink_tick.png
new file mode 100644
index 0000000..b340cae
Binary files /dev/null and b/GSKMTOrange/src/main/res/mipmap-hdpi/health_food_drink_tick.png differ
diff --git a/GSKMTOrange/src/main/res/values-v21/styles.xml b/GSKMTOrange/src/main/res/values-v21/styles.xml
index dbbdd40..147ce7b 100644
--- a/GSKMTOrange/src/main/res/values-v21/styles.xml
+++ b/GSKMTOrange/src/main/res/values-v21/styles.xml
@@ -4,6 +4,6 @@
- false
- true
- true
- - @android:color/transparent
+ - @color/colorPrimaryDark
diff --git a/GSKMTOrange/src/main/res/values/strings.xml b/GSKMTOrange/src/main/res/values/strings.xml
index b90eb75..91a2435 100644
--- a/GSKMTOrange/src/main/res/values/strings.xml
+++ b/GSKMTOrange/src/main/res/values/strings.xml
@@ -181,7 +181,7 @@
Please click image
Please fill SKU data
Please fill GAP data
- Want to proceed unsaved data will be deleted
+ Do you Want to proceed? Unsaved Data will be deleted.
Downloading Data
Store Visited
@@ -385,6 +385,16 @@
In time image
Out time image
Select Coach
-
+ AdditionalPromoSKUwiseActivity
+ Discount Percentage
+ Price
+ Please select Sub category
+ Please select Sub category
+ Please select SKU
+ Please enter discount percentage
+ Please enter price
+ Please select price flasher
+ Exists
+ Price flasher available?
diff --git a/GSKMTOrange/src/main/res/xml/provider_paths.xml b/GSKMTOrange/src/main/res/xml/provider_paths.xml
new file mode 100644
index 0000000..ffa74ab
--- /dev/null
+++ b/GSKMTOrange/src/main/res/xml/provider_paths.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/build.gradle b/build.gradle
index 4f5bda4..ad43582 100644
--- a/build.gradle
+++ b/build.gradle
@@ -9,11 +9,12 @@ buildscript {
}
}
dependencies {
- classpath 'com.android.tools.build:gradle:3.1.4'
- classpath 'io.fabric.tools:gradle:1.24.4'
+ classpath 'com.android.tools.build:gradle:3.3.0'
+ // Add dependency
+ classpath 'io.fabric.tools:gradle:1.26.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
- classpath 'com.google.gms:google-services:3.1.0'
+ classpath 'com.google.gms:google-services:4.2.0'
}
}
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 4742e17..5679984 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
-#Fri May 04 12:06:55 IST 2018
+#Tue Jan 15 10:04:42 IST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
diff --git a/library/build.gradle b/library/build.gradle
index c7438bf..42af1a2 100644
--- a/library/build.gradle
+++ b/library/build.gradle
@@ -24,11 +24,11 @@ ext {
}
android {
- compileSdkVersion 26
- buildToolsVersion '27.0.3'
+ compileSdkVersion 28
+ buildToolsVersion '28.0.3'
defaultConfig {
minSdkVersion 14
- targetSdkVersion 22
+ targetSdkVersion 26
versionCode 1
versionName '1.0'
}
@@ -44,5 +44,5 @@ android {
dependencies {
implementation 'com.github.rey5137:material:1.2.2'
- implementation 'com.android.support:design:26.1.0'
+
}
\ No newline at end of file
diff --git a/library/build/generated/source/r/debug/android/arch/lifecycle/R.java b/library/build/generated/source/r/debug/android/arch/lifecycle/R.java
deleted file mode 100644
index b0be5d7..0000000
--- a/library/build/generated/source/r/debug/android/arch/lifecycle/R.java
+++ /dev/null
@@ -1,10 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package android.arch.lifecycle;
-
-public final class R {
-}
diff --git a/library/build/generated/source/r/debug/android/support/compat/R.java b/library/build/generated/source/r/debug/android/support/compat/R.java
deleted file mode 100644
index 826f3f0..0000000
--- a/library/build/generated/source/r/debug/android/support/compat/R.java
+++ /dev/null
@@ -1,129 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package android.support.compat;
-
-public final class R {
- public static final class attr {
- public static int font = 0x7f040123;
- public static int fontProviderAuthority = 0x7f040125;
- public static int fontProviderCerts = 0x7f040126;
- public static int fontProviderFetchStrategy = 0x7f040127;
- public static int fontProviderFetchTimeout = 0x7f040128;
- public static int fontProviderPackage = 0x7f040129;
- public static int fontProviderQuery = 0x7f04012a;
- public static int fontStyle = 0x7f04012b;
- public static int fontWeight = 0x7f04012c;
- }
- public static final class bool {
- public static int abc_action_bar_embed_tabs = 0x7f050001;
- }
- public static final class color {
- public static int notification_action_color_filter = 0x7f06005c;
- public static int notification_icon_bg_color = 0x7f06005d;
- public static int ripple_material_light = 0x7f06006d;
- public static int secondary_text_default_material_light = 0x7f06006f;
- }
- public static final class dimen {
- public static int compat_button_inset_horizontal_material = 0x7f080052;
- public static int compat_button_inset_vertical_material = 0x7f080053;
- public static int compat_button_padding_horizontal_material = 0x7f080054;
- public static int compat_button_padding_vertical_material = 0x7f080055;
- public static int compat_control_corner_material = 0x7f080056;
- public static int notification_action_icon_size = 0x7f08008c;
- public static int notification_action_text_size = 0x7f08008d;
- public static int notification_big_circle_margin = 0x7f08008e;
- public static int notification_content_margin_start = 0x7f08008f;
- public static int notification_large_icon_height = 0x7f080090;
- public static int notification_large_icon_width = 0x7f080091;
- public static int notification_main_column_padding_top = 0x7f080092;
- public static int notification_media_narrow_margin = 0x7f080093;
- public static int notification_right_icon_size = 0x7f080094;
- public static int notification_right_side_padding_top = 0x7f080095;
- public static int notification_small_icon_background_padding = 0x7f080096;
- public static int notification_small_icon_size_as_large = 0x7f080097;
- public static int notification_subtext_size = 0x7f080098;
- public static int notification_top_pad = 0x7f080099;
- public static int notification_top_pad_large_text = 0x7f08009a;
- }
- public static final class drawable {
- public static int notification_action_background = 0x7f090068;
- public static int notification_bg = 0x7f090069;
- public static int notification_bg_low = 0x7f09006a;
- public static int notification_bg_low_normal = 0x7f09006b;
- public static int notification_bg_low_pressed = 0x7f09006c;
- public static int notification_bg_normal = 0x7f09006d;
- public static int notification_bg_normal_pressed = 0x7f09006e;
- public static int notification_icon_background = 0x7f09006f;
- public static int notification_template_icon_bg = 0x7f090070;
- public static int notification_template_icon_low_bg = 0x7f090071;
- public static int notification_tile_bg = 0x7f090072;
- public static int notify_panel_notification_icon_bg = 0x7f090073;
- }
- public static final class id {
- public static int action_container = 0x7f0c0009;
- public static int action_divider = 0x7f0c000b;
- public static int action_image = 0x7f0c000c;
- public static int action_text = 0x7f0c0012;
- public static int actions = 0x7f0c0013;
- public static int async = 0x7f0c001d;
- public static int blocking = 0x7f0c0021;
- public static int chronometer = 0x7f0c002c;
- public static int forever = 0x7f0c0044;
- public static int icon = 0x7f0c004b;
- public static int icon_group = 0x7f0c004c;
- public static int info = 0x7f0c0050;
- public static int italic = 0x7f0c0051;
- public static int line1 = 0x7f0c0055;
- public static int line3 = 0x7f0c0056;
- public static int normal = 0x7f0c006b;
- public static int notification_background = 0x7f0c006c;
- public static int notification_main_column = 0x7f0c006d;
- public static int notification_main_column_container = 0x7f0c006e;
- public static int right_icon = 0x7f0c007a;
- public static int right_side = 0x7f0c007b;
- public static int text = 0x7f0c00a7;
- public static int text2 = 0x7f0c00a8;
- public static int time = 0x7f0c00ae;
- public static int title = 0x7f0c00af;
- }
- public static final class integer {
- public static int status_bar_notification_info_maxnum = 0x7f0d000b;
- }
- public static final class layout {
- public static int notification_action = 0x7f0f002e;
- public static int notification_action_tombstone = 0x7f0f002f;
- public static int notification_template_custom_big = 0x7f0f0036;
- public static int notification_template_icon_group = 0x7f0f0037;
- public static int notification_template_part_chronometer = 0x7f0f003c;
- public static int notification_template_part_time = 0x7f0f003d;
- }
- public static final class string {
- public static int status_bar_notification_info_overflow = 0x7f150029;
- }
- public static final class style {
- public static int TextAppearance_Compat_Notification = 0x7f16014a;
- public static int TextAppearance_Compat_Notification_Info = 0x7f16014b;
- public static int TextAppearance_Compat_Notification_Line2 = 0x7f16014d;
- public static int TextAppearance_Compat_Notification_Time = 0x7f160150;
- public static int TextAppearance_Compat_Notification_Title = 0x7f160152;
- public static int Widget_Compat_NotificationActionContainer = 0x7f1601cd;
- public static int Widget_Compat_NotificationActionText = 0x7f1601ce;
- }
- public static final class styleable {
- public static int[] FontFamily = { 0x7f040125, 0x7f040126, 0x7f040127, 0x7f040128, 0x7f040129, 0x7f04012a };
- public static int FontFamily_fontProviderAuthority = 0;
- public static int FontFamily_fontProviderCerts = 1;
- public static int FontFamily_fontProviderFetchStrategy = 2;
- public static int FontFamily_fontProviderFetchTimeout = 3;
- public static int FontFamily_fontProviderPackage = 4;
- public static int FontFamily_fontProviderQuery = 5;
- public static int[] FontFamilyFont = { 0x7f040123, 0x7f04012b, 0x7f04012c };
- public static int FontFamilyFont_font = 0;
- public static int FontFamilyFont_fontStyle = 1;
- public static int FontFamilyFont_fontWeight = 2;
- }
-}
diff --git a/library/build/generated/source/r/debug/android/support/coreui/R.java b/library/build/generated/source/r/debug/android/support/coreui/R.java
deleted file mode 100644
index 2f5fdb9..0000000
--- a/library/build/generated/source/r/debug/android/support/coreui/R.java
+++ /dev/null
@@ -1,129 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package android.support.coreui;
-
-public final class R {
- public static final class attr {
- public static int font = 0x7f040123;
- public static int fontProviderAuthority = 0x7f040125;
- public static int fontProviderCerts = 0x7f040126;
- public static int fontProviderFetchStrategy = 0x7f040127;
- public static int fontProviderFetchTimeout = 0x7f040128;
- public static int fontProviderPackage = 0x7f040129;
- public static int fontProviderQuery = 0x7f04012a;
- public static int fontStyle = 0x7f04012b;
- public static int fontWeight = 0x7f04012c;
- }
- public static final class bool {
- public static int abc_action_bar_embed_tabs = 0x7f050001;
- }
- public static final class color {
- public static int notification_action_color_filter = 0x7f06005c;
- public static int notification_icon_bg_color = 0x7f06005d;
- public static int ripple_material_light = 0x7f06006d;
- public static int secondary_text_default_material_light = 0x7f06006f;
- }
- public static final class dimen {
- public static int compat_button_inset_horizontal_material = 0x7f080052;
- public static int compat_button_inset_vertical_material = 0x7f080053;
- public static int compat_button_padding_horizontal_material = 0x7f080054;
- public static int compat_button_padding_vertical_material = 0x7f080055;
- public static int compat_control_corner_material = 0x7f080056;
- public static int notification_action_icon_size = 0x7f08008c;
- public static int notification_action_text_size = 0x7f08008d;
- public static int notification_big_circle_margin = 0x7f08008e;
- public static int notification_content_margin_start = 0x7f08008f;
- public static int notification_large_icon_height = 0x7f080090;
- public static int notification_large_icon_width = 0x7f080091;
- public static int notification_main_column_padding_top = 0x7f080092;
- public static int notification_media_narrow_margin = 0x7f080093;
- public static int notification_right_icon_size = 0x7f080094;
- public static int notification_right_side_padding_top = 0x7f080095;
- public static int notification_small_icon_background_padding = 0x7f080096;
- public static int notification_small_icon_size_as_large = 0x7f080097;
- public static int notification_subtext_size = 0x7f080098;
- public static int notification_top_pad = 0x7f080099;
- public static int notification_top_pad_large_text = 0x7f08009a;
- }
- public static final class drawable {
- public static int notification_action_background = 0x7f090068;
- public static int notification_bg = 0x7f090069;
- public static int notification_bg_low = 0x7f09006a;
- public static int notification_bg_low_normal = 0x7f09006b;
- public static int notification_bg_low_pressed = 0x7f09006c;
- public static int notification_bg_normal = 0x7f09006d;
- public static int notification_bg_normal_pressed = 0x7f09006e;
- public static int notification_icon_background = 0x7f09006f;
- public static int notification_template_icon_bg = 0x7f090070;
- public static int notification_template_icon_low_bg = 0x7f090071;
- public static int notification_tile_bg = 0x7f090072;
- public static int notify_panel_notification_icon_bg = 0x7f090073;
- }
- public static final class id {
- public static int action_container = 0x7f0c0009;
- public static int action_divider = 0x7f0c000b;
- public static int action_image = 0x7f0c000c;
- public static int action_text = 0x7f0c0012;
- public static int actions = 0x7f0c0013;
- public static int async = 0x7f0c001d;
- public static int blocking = 0x7f0c0021;
- public static int chronometer = 0x7f0c002c;
- public static int forever = 0x7f0c0044;
- public static int icon = 0x7f0c004b;
- public static int icon_group = 0x7f0c004c;
- public static int info = 0x7f0c0050;
- public static int italic = 0x7f0c0051;
- public static int line1 = 0x7f0c0055;
- public static int line3 = 0x7f0c0056;
- public static int normal = 0x7f0c006b;
- public static int notification_background = 0x7f0c006c;
- public static int notification_main_column = 0x7f0c006d;
- public static int notification_main_column_container = 0x7f0c006e;
- public static int right_icon = 0x7f0c007a;
- public static int right_side = 0x7f0c007b;
- public static int text = 0x7f0c00a7;
- public static int text2 = 0x7f0c00a8;
- public static int time = 0x7f0c00ae;
- public static int title = 0x7f0c00af;
- }
- public static final class integer {
- public static int status_bar_notification_info_maxnum = 0x7f0d000b;
- }
- public static final class layout {
- public static int notification_action = 0x7f0f002e;
- public static int notification_action_tombstone = 0x7f0f002f;
- public static int notification_template_custom_big = 0x7f0f0036;
- public static int notification_template_icon_group = 0x7f0f0037;
- public static int notification_template_part_chronometer = 0x7f0f003c;
- public static int notification_template_part_time = 0x7f0f003d;
- }
- public static final class string {
- public static int status_bar_notification_info_overflow = 0x7f150029;
- }
- public static final class style {
- public static int TextAppearance_Compat_Notification = 0x7f16014a;
- public static int TextAppearance_Compat_Notification_Info = 0x7f16014b;
- public static int TextAppearance_Compat_Notification_Line2 = 0x7f16014d;
- public static int TextAppearance_Compat_Notification_Time = 0x7f160150;
- public static int TextAppearance_Compat_Notification_Title = 0x7f160152;
- public static int Widget_Compat_NotificationActionContainer = 0x7f1601cd;
- public static int Widget_Compat_NotificationActionText = 0x7f1601ce;
- }
- public static final class styleable {
- public static int[] FontFamily = { 0x7f040125, 0x7f040126, 0x7f040127, 0x7f040128, 0x7f040129, 0x7f04012a };
- public static int FontFamily_fontProviderAuthority = 0;
- public static int FontFamily_fontProviderCerts = 1;
- public static int FontFamily_fontProviderFetchStrategy = 2;
- public static int FontFamily_fontProviderFetchTimeout = 3;
- public static int FontFamily_fontProviderPackage = 4;
- public static int FontFamily_fontProviderQuery = 5;
- public static int[] FontFamilyFont = { 0x7f040123, 0x7f04012b, 0x7f04012c };
- public static int FontFamilyFont_font = 0;
- public static int FontFamilyFont_fontStyle = 1;
- public static int FontFamilyFont_fontWeight = 2;
- }
-}
diff --git a/library/build/generated/source/r/debug/android/support/coreutils/R.java b/library/build/generated/source/r/debug/android/support/coreutils/R.java
deleted file mode 100644
index ca93061..0000000
--- a/library/build/generated/source/r/debug/android/support/coreutils/R.java
+++ /dev/null
@@ -1,129 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package android.support.coreutils;
-
-public final class R {
- public static final class attr {
- public static int font = 0x7f040123;
- public static int fontProviderAuthority = 0x7f040125;
- public static int fontProviderCerts = 0x7f040126;
- public static int fontProviderFetchStrategy = 0x7f040127;
- public static int fontProviderFetchTimeout = 0x7f040128;
- public static int fontProviderPackage = 0x7f040129;
- public static int fontProviderQuery = 0x7f04012a;
- public static int fontStyle = 0x7f04012b;
- public static int fontWeight = 0x7f04012c;
- }
- public static final class bool {
- public static int abc_action_bar_embed_tabs = 0x7f050001;
- }
- public static final class color {
- public static int notification_action_color_filter = 0x7f06005c;
- public static int notification_icon_bg_color = 0x7f06005d;
- public static int ripple_material_light = 0x7f06006d;
- public static int secondary_text_default_material_light = 0x7f06006f;
- }
- public static final class dimen {
- public static int compat_button_inset_horizontal_material = 0x7f080052;
- public static int compat_button_inset_vertical_material = 0x7f080053;
- public static int compat_button_padding_horizontal_material = 0x7f080054;
- public static int compat_button_padding_vertical_material = 0x7f080055;
- public static int compat_control_corner_material = 0x7f080056;
- public static int notification_action_icon_size = 0x7f08008c;
- public static int notification_action_text_size = 0x7f08008d;
- public static int notification_big_circle_margin = 0x7f08008e;
- public static int notification_content_margin_start = 0x7f08008f;
- public static int notification_large_icon_height = 0x7f080090;
- public static int notification_large_icon_width = 0x7f080091;
- public static int notification_main_column_padding_top = 0x7f080092;
- public static int notification_media_narrow_margin = 0x7f080093;
- public static int notification_right_icon_size = 0x7f080094;
- public static int notification_right_side_padding_top = 0x7f080095;
- public static int notification_small_icon_background_padding = 0x7f080096;
- public static int notification_small_icon_size_as_large = 0x7f080097;
- public static int notification_subtext_size = 0x7f080098;
- public static int notification_top_pad = 0x7f080099;
- public static int notification_top_pad_large_text = 0x7f08009a;
- }
- public static final class drawable {
- public static int notification_action_background = 0x7f090068;
- public static int notification_bg = 0x7f090069;
- public static int notification_bg_low = 0x7f09006a;
- public static int notification_bg_low_normal = 0x7f09006b;
- public static int notification_bg_low_pressed = 0x7f09006c;
- public static int notification_bg_normal = 0x7f09006d;
- public static int notification_bg_normal_pressed = 0x7f09006e;
- public static int notification_icon_background = 0x7f09006f;
- public static int notification_template_icon_bg = 0x7f090070;
- public static int notification_template_icon_low_bg = 0x7f090071;
- public static int notification_tile_bg = 0x7f090072;
- public static int notify_panel_notification_icon_bg = 0x7f090073;
- }
- public static final class id {
- public static int action_container = 0x7f0c0009;
- public static int action_divider = 0x7f0c000b;
- public static int action_image = 0x7f0c000c;
- public static int action_text = 0x7f0c0012;
- public static int actions = 0x7f0c0013;
- public static int async = 0x7f0c001d;
- public static int blocking = 0x7f0c0021;
- public static int chronometer = 0x7f0c002c;
- public static int forever = 0x7f0c0044;
- public static int icon = 0x7f0c004b;
- public static int icon_group = 0x7f0c004c;
- public static int info = 0x7f0c0050;
- public static int italic = 0x7f0c0051;
- public static int line1 = 0x7f0c0055;
- public static int line3 = 0x7f0c0056;
- public static int normal = 0x7f0c006b;
- public static int notification_background = 0x7f0c006c;
- public static int notification_main_column = 0x7f0c006d;
- public static int notification_main_column_container = 0x7f0c006e;
- public static int right_icon = 0x7f0c007a;
- public static int right_side = 0x7f0c007b;
- public static int text = 0x7f0c00a7;
- public static int text2 = 0x7f0c00a8;
- public static int time = 0x7f0c00ae;
- public static int title = 0x7f0c00af;
- }
- public static final class integer {
- public static int status_bar_notification_info_maxnum = 0x7f0d000b;
- }
- public static final class layout {
- public static int notification_action = 0x7f0f002e;
- public static int notification_action_tombstone = 0x7f0f002f;
- public static int notification_template_custom_big = 0x7f0f0036;
- public static int notification_template_icon_group = 0x7f0f0037;
- public static int notification_template_part_chronometer = 0x7f0f003c;
- public static int notification_template_part_time = 0x7f0f003d;
- }
- public static final class string {
- public static int status_bar_notification_info_overflow = 0x7f150029;
- }
- public static final class style {
- public static int TextAppearance_Compat_Notification = 0x7f16014a;
- public static int TextAppearance_Compat_Notification_Info = 0x7f16014b;
- public static int TextAppearance_Compat_Notification_Line2 = 0x7f16014d;
- public static int TextAppearance_Compat_Notification_Time = 0x7f160150;
- public static int TextAppearance_Compat_Notification_Title = 0x7f160152;
- public static int Widget_Compat_NotificationActionContainer = 0x7f1601cd;
- public static int Widget_Compat_NotificationActionText = 0x7f1601ce;
- }
- public static final class styleable {
- public static int[] FontFamily = { 0x7f040125, 0x7f040126, 0x7f040127, 0x7f040128, 0x7f040129, 0x7f04012a };
- public static int FontFamily_fontProviderAuthority = 0;
- public static int FontFamily_fontProviderCerts = 1;
- public static int FontFamily_fontProviderFetchStrategy = 2;
- public static int FontFamily_fontProviderFetchTimeout = 3;
- public static int FontFamily_fontProviderPackage = 4;
- public static int FontFamily_fontProviderQuery = 5;
- public static int[] FontFamilyFont = { 0x7f040123, 0x7f04012b, 0x7f04012c };
- public static int FontFamilyFont_font = 0;
- public static int FontFamilyFont_fontStyle = 1;
- public static int FontFamilyFont_fontWeight = 2;
- }
-}
diff --git a/library/build/generated/source/r/debug/android/support/design/R.java b/library/build/generated/source/r/debug/android/support/design/R.java
deleted file mode 100644
index 76e6247..0000000
--- a/library/build/generated/source/r/debug/android/support/design/R.java
+++ /dev/null
@@ -1,2009 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package android.support.design;
-
-public final class R {
- public static final class anim {
- public static int abc_fade_in = 0x7f010001;
- public static int abc_fade_out = 0x7f010002;
- public static int abc_grow_fade_in_from_bottom = 0x7f010003;
- public static int abc_popup_enter = 0x7f010004;
- public static int abc_popup_exit = 0x7f010005;
- public static int abc_shrink_fade_out_from_bottom = 0x7f010006;
- public static int abc_slide_in_bottom = 0x7f010007;
- public static int abc_slide_in_top = 0x7f010008;
- public static int abc_slide_out_bottom = 0x7f010009;
- public static int abc_slide_out_top = 0x7f01000a;
- public static int design_bottom_sheet_slide_in = 0x7f01000b;
- public static int design_bottom_sheet_slide_out = 0x7f01000c;
- public static int design_snackbar_in = 0x7f01000d;
- public static int design_snackbar_out = 0x7f01000e;
- public static int tooltip_enter = 0x7f01000f;
- public static int tooltip_exit = 0x7f010010;
- }
- public static final class animator {
- public static int design_appbar_state_list_animator = 0x7f020001;
- }
- public static final class attr {
- public static int actionBarDivider = 0x7f040001;
- public static int actionBarItemBackground = 0x7f040002;
- public static int actionBarPopupTheme = 0x7f040003;
- public static int actionBarSize = 0x7f040004;
- public static int actionBarSplitStyle = 0x7f040005;
- public static int actionBarStyle = 0x7f040006;
- public static int actionBarTabBarStyle = 0x7f040007;
- public static int actionBarTabStyle = 0x7f040008;
- public static int actionBarTabTextStyle = 0x7f040009;
- public static int actionBarTheme = 0x7f04000a;
- public static int actionBarWidgetTheme = 0x7f04000b;
- public static int actionButtonStyle = 0x7f04000c;
- public static int actionDropDownStyle = 0x7f04000d;
- public static int actionLayout = 0x7f04000e;
- public static int actionMenuTextAppearance = 0x7f04000f;
- public static int actionMenuTextColor = 0x7f040010;
- public static int actionModeBackground = 0x7f040011;
- public static int actionModeCloseButtonStyle = 0x7f040012;
- public static int actionModeCloseDrawable = 0x7f040013;
- public static int actionModeCopyDrawable = 0x7f040014;
- public static int actionModeCutDrawable = 0x7f040015;
- public static int actionModeFindDrawable = 0x7f040016;
- public static int actionModePasteDrawable = 0x7f040017;
- public static int actionModePopupWindowStyle = 0x7f040018;
- public static int actionModeSelectAllDrawable = 0x7f040019;
- public static int actionModeShareDrawable = 0x7f04001a;
- public static int actionModeSplitBackground = 0x7f04001b;
- public static int actionModeStyle = 0x7f04001c;
- public static int actionModeWebSearchDrawable = 0x7f04001d;
- public static int actionOverflowButtonStyle = 0x7f04001e;
- public static int actionOverflowMenuStyle = 0x7f04001f;
- public static int actionProviderClass = 0x7f040020;
- public static int actionViewClass = 0x7f040021;
- public static int activityChooserViewStyle = 0x7f040022;
- public static int alertDialogButtonGroupStyle = 0x7f040023;
- public static int alertDialogCenterButtons = 0x7f040024;
- public static int alertDialogStyle = 0x7f040025;
- public static int alertDialogTheme = 0x7f040026;
- public static int allowStacking = 0x7f040027;
- public static int alpha = 0x7f040028;
- public static int alphabeticModifiers = 0x7f040029;
- public static int arrowHeadLength = 0x7f04002a;
- public static int arrowShaftLength = 0x7f04002b;
- public static int autoCompleteTextViewStyle = 0x7f04002c;
- public static int autoSizeMaxTextSize = 0x7f04002d;
- public static int autoSizeMinTextSize = 0x7f04002e;
- public static int autoSizePresetSizes = 0x7f04002f;
- public static int autoSizeStepGranularity = 0x7f040030;
- public static int autoSizeTextType = 0x7f040031;
- public static int background = 0x7f040032;
- public static int backgroundSplit = 0x7f040033;
- public static int backgroundStacked = 0x7f040034;
- public static int backgroundTint = 0x7f040035;
- public static int backgroundTintMode = 0x7f040036;
- public static int barLength = 0x7f040037;
- public static int behavior_autoHide = 0x7f040038;
- public static int behavior_hideable = 0x7f040039;
- public static int behavior_overlapTop = 0x7f04003a;
- public static int behavior_peekHeight = 0x7f04003b;
- public static int behavior_skipCollapsed = 0x7f04003c;
- public static int borderWidth = 0x7f04003d;
- public static int borderlessButtonStyle = 0x7f04003e;
- public static int bottomSheetDialogTheme = 0x7f04003f;
- public static int bottomSheetStyle = 0x7f040040;
- public static int buttonBarButtonStyle = 0x7f040048;
- public static int buttonBarNegativeButtonStyle = 0x7f040049;
- public static int buttonBarNeutralButtonStyle = 0x7f04004a;
- public static int buttonBarPositiveButtonStyle = 0x7f04004b;
- public static int buttonBarStyle = 0x7f04004c;
- public static int buttonGravity = 0x7f04004d;
- public static int buttonPanelSideLayout = 0x7f04004e;
- public static int buttonStyle = 0x7f04004f;
- public static int buttonStyleSmall = 0x7f040050;
- public static int buttonTint = 0x7f040051;
- public static int buttonTintMode = 0x7f040052;
- public static int checkboxStyle = 0x7f040061;
- public static int checkedTextViewStyle = 0x7f040062;
- public static int closeIcon = 0x7f040063;
- public static int closeItemLayout = 0x7f040064;
- public static int collapseContentDescription = 0x7f040065;
- public static int collapseIcon = 0x7f040066;
- public static int collapsedTitleGravity = 0x7f040067;
- public static int collapsedTitleTextAppearance = 0x7f040068;
- public static int color = 0x7f040069;
- public static int colorAccent = 0x7f04006a;
- public static int colorBackgroundFloating = 0x7f04006b;
- public static int colorButtonNormal = 0x7f04006c;
- public static int colorControlActivated = 0x7f04006d;
- public static int colorControlHighlight = 0x7f04006e;
- public static int colorControlNormal = 0x7f04006f;
- public static int colorError = 0x7f040070;
- public static int colorPrimary = 0x7f040071;
- public static int colorPrimaryDark = 0x7f040072;
- public static int colorSwitchThumbNormal = 0x7f040073;
- public static int commitIcon = 0x7f040074;
- public static int contentDescription = 0x7f040075;
- public static int contentInsetEnd = 0x7f040076;
- public static int contentInsetEndWithActions = 0x7f040077;
- public static int contentInsetLeft = 0x7f040078;
- public static int contentInsetRight = 0x7f040079;
- public static int contentInsetStart = 0x7f04007a;
- public static int contentInsetStartWithNavigation = 0x7f04007b;
- public static int contentScrim = 0x7f040081;
- public static int controlBackground = 0x7f040082;
- public static int counterEnabled = 0x7f040083;
- public static int counterMaxLength = 0x7f040084;
- public static int counterOverflowTextAppearance = 0x7f040085;
- public static int counterTextAppearance = 0x7f040086;
- public static int customNavigationLayout = 0x7f040098;
- public static int defaultQueryHint = 0x7f040099;
- public static int dialogPreferredPadding = 0x7f0400c0;
- public static int dialogTheme = 0x7f0400c1;
- public static int displayOptions = 0x7f0400c2;
- public static int divider = 0x7f0400c3;
- public static int dividerHorizontal = 0x7f0400c4;
- public static int dividerPadding = 0x7f0400c5;
- public static int dividerVertical = 0x7f0400c6;
- public static int drawableSize = 0x7f0400e4;
- public static int drawerArrowStyle = 0x7f0400e5;
- public static int dropDownListViewStyle = 0x7f0400e6;
- public static int dropdownListPreferredItemHeight = 0x7f0400e7;
- public static int editTextBackground = 0x7f0400e8;
- public static int editTextColor = 0x7f0400e9;
- public static int editTextStyle = 0x7f0400ea;
- public static int elevation = 0x7f0400eb;
- public static int errorEnabled = 0x7f0400ec;
- public static int errorTextAppearance = 0x7f0400ed;
- public static int expandActivityOverflowButtonDrawable = 0x7f04010b;
- public static int expanded = 0x7f04010c;
- public static int expandedTitleGravity = 0x7f04010d;
- public static int expandedTitleMargin = 0x7f04010e;
- public static int expandedTitleMarginBottom = 0x7f04010f;
- public static int expandedTitleMarginEnd = 0x7f040110;
- public static int expandedTitleMarginStart = 0x7f040111;
- public static int expandedTitleMarginTop = 0x7f040112;
- public static int expandedTitleTextAppearance = 0x7f040113;
- public static int fabSize = 0x7f040114;
- public static int fastScrollEnabled = 0x7f04011e;
- public static int fastScrollHorizontalThumbDrawable = 0x7f04011f;
- public static int fastScrollHorizontalTrackDrawable = 0x7f040120;
- public static int fastScrollVerticalThumbDrawable = 0x7f040121;
- public static int fastScrollVerticalTrackDrawable = 0x7f040122;
- public static int font = 0x7f040123;
- public static int fontFamily = 0x7f040124;
- public static int fontProviderAuthority = 0x7f040125;
- public static int fontProviderCerts = 0x7f040126;
- public static int fontProviderFetchStrategy = 0x7f040127;
- public static int fontProviderFetchTimeout = 0x7f040128;
- public static int fontProviderPackage = 0x7f040129;
- public static int fontProviderQuery = 0x7f04012a;
- public static int fontStyle = 0x7f04012b;
- public static int fontWeight = 0x7f04012c;
- public static int foregroundInsidePadding = 0x7f04012d;
- public static int gapBetweenBars = 0x7f04012e;
- public static int goIcon = 0x7f04012f;
- public static int headerLayout = 0x7f040130;
- public static int height = 0x7f040131;
- public static int hideOnContentScroll = 0x7f040132;
- public static int hintAnimationEnabled = 0x7f040133;
- public static int hintEnabled = 0x7f040134;
- public static int hintTextAppearance = 0x7f040136;
- public static int homeAsUpIndicator = 0x7f040137;
- public static int homeLayout = 0x7f040138;
- public static int icon = 0x7f040139;
- public static int iconTint = 0x7f04013a;
- public static int iconTintMode = 0x7f04013b;
- public static int iconifiedByDefault = 0x7f04013c;
- public static int imageButtonStyle = 0x7f04013d;
- public static int indeterminateProgressStyle = 0x7f04013e;
- public static int initialActivityCount = 0x7f04013f;
- public static int insetForeground = 0x7f040140;
- public static int isLightTheme = 0x7f040141;
- public static int itemBackground = 0x7f040142;
- public static int itemIconTint = 0x7f040143;
- public static int itemPadding = 0x7f040144;
- public static int itemTextAppearance = 0x7f040145;
- public static int itemTextColor = 0x7f040146;
- public static int keylines = 0x7f040147;
- public static int layout = 0x7f040148;
- public static int layoutManager = 0x7f040149;
- public static int layout_anchor = 0x7f04014a;
- public static int layout_anchorGravity = 0x7f04014b;
- public static int layout_behavior = 0x7f04014c;
- public static int layout_collapseMode = 0x7f04014d;
- public static int layout_collapseParallaxMultiplier = 0x7f04014e;
- public static int layout_dodgeInsetEdges = 0x7f04014f;
- public static int layout_insetEdge = 0x7f040150;
- public static int layout_keyline = 0x7f040151;
- public static int layout_scrollFlags = 0x7f040152;
- public static int layout_scrollInterpolator = 0x7f040153;
- public static int listChoiceBackgroundIndicator = 0x7f040154;
- public static int listDividerAlertDialog = 0x7f040155;
- public static int listItemLayout = 0x7f040156;
- public static int listLayout = 0x7f040157;
- public static int listMenuViewStyle = 0x7f040158;
- public static int listPopupWindowStyle = 0x7f040159;
- public static int listPreferredItemHeight = 0x7f04015a;
- public static int listPreferredItemHeightLarge = 0x7f04015b;
- public static int listPreferredItemHeightSmall = 0x7f04015c;
- public static int listPreferredItemPaddingLeft = 0x7f04015d;
- public static int listPreferredItemPaddingRight = 0x7f04015e;
- public static int logo = 0x7f04016e;
- public static int logoDescription = 0x7f04016f;
- public static int maxActionInlineWidth = 0x7f04017e;
- public static int maxButtonHeight = 0x7f04017f;
- public static int measureWithLargestChild = 0x7f040180;
- public static int menu = 0x7f040181;
- public static int multiChoiceItemLayout = 0x7f040182;
- public static int navigationContentDescription = 0x7f040183;
- public static int navigationIcon = 0x7f040184;
- public static int navigationMode = 0x7f040185;
- public static int numericModifiers = 0x7f040188;
- public static int overlapAnchor = 0x7f040189;
- public static int paddingBottomNoButtons = 0x7f04018a;
- public static int paddingEnd = 0x7f04018b;
- public static int paddingStart = 0x7f04018c;
- public static int paddingTopNoTitle = 0x7f04018d;
- public static int panelBackground = 0x7f04018e;
- public static int panelMenuListTheme = 0x7f04018f;
- public static int panelMenuListWidth = 0x7f040190;
- public static int passwordToggleContentDescription = 0x7f040191;
- public static int passwordToggleDrawable = 0x7f040192;
- public static int passwordToggleEnabled = 0x7f040193;
- public static int passwordToggleTint = 0x7f040194;
- public static int passwordToggleTintMode = 0x7f040195;
- public static int popupMenuStyle = 0x7f040196;
- public static int popupTheme = 0x7f040197;
- public static int popupWindowStyle = 0x7f040198;
- public static int preserveIconSpacing = 0x7f040199;
- public static int pressedTranslationZ = 0x7f04019a;
- public static int progressBarPadding = 0x7f04019b;
- public static int progressBarStyle = 0x7f04019c;
- public static int queryBackground = 0x7f0401a3;
- public static int queryHint = 0x7f0401a4;
- public static int radioButtonStyle = 0x7f0401a5;
- public static int ratingBarStyle = 0x7f0401a6;
- public static int ratingBarStyleIndicator = 0x7f0401a7;
- public static int ratingBarStyleSmall = 0x7f0401a8;
- public static int reverseLayout = 0x7f0401c6;
- public static int rippleColor = 0x7f0401c7;
- public static int scrimAnimationDuration = 0x7f0401e5;
- public static int scrimVisibleHeightTrigger = 0x7f0401e6;
- public static int searchHintIcon = 0x7f0401e7;
- public static int searchIcon = 0x7f0401e8;
- public static int searchViewStyle = 0x7f0401e9;
- public static int seekBarStyle = 0x7f0401ea;
- public static int selectableItemBackground = 0x7f0401eb;
- public static int selectableItemBackgroundBorderless = 0x7f0401ec;
- public static int showAsAction = 0x7f0401ed;
- public static int showDividers = 0x7f0401ee;
- public static int showText = 0x7f0401ef;
- public static int showTitle = 0x7f0401f0;
- public static int singleChoiceItemLayout = 0x7f0401f1;
- public static int spanCount = 0x7f040207;
- public static int spinBars = 0x7f040208;
- public static int spinnerDropDownItemStyle = 0x7f040209;
- public static int spinnerStyle = 0x7f04020a;
- public static int splitTrack = 0x7f04020b;
- public static int srcCompat = 0x7f040221;
- public static int stackFromEnd = 0x7f040222;
- public static int state_above_anchor = 0x7f040223;
- public static int state_collapsed = 0x7f040224;
- public static int state_collapsible = 0x7f040225;
- public static int statusBarBackground = 0x7f040226;
- public static int statusBarScrim = 0x7f040227;
- public static int subMenuArrow = 0x7f040228;
- public static int submitBackground = 0x7f040229;
- public static int subtitle = 0x7f04022a;
- public static int subtitleTextAppearance = 0x7f04022b;
- public static int subtitleTextColor = 0x7f04022c;
- public static int subtitleTextStyle = 0x7f04022d;
- public static int suggestionRowLayout = 0x7f04022e;
- public static int switchMinWidth = 0x7f040237;
- public static int switchPadding = 0x7f040238;
- public static int switchStyle = 0x7f040239;
- public static int switchTextAppearance = 0x7f04023a;
- public static int tabBackground = 0x7f04023b;
- public static int tabContentStart = 0x7f04023c;
- public static int tabGravity = 0x7f04023d;
- public static int tabIndicatorColor = 0x7f04023e;
- public static int tabIndicatorHeight = 0x7f04023f;
- public static int tabMaxWidth = 0x7f040240;
- public static int tabMinWidth = 0x7f040241;
- public static int tabMode = 0x7f040242;
- public static int tabPadding = 0x7f040243;
- public static int tabPaddingBottom = 0x7f040244;
- public static int tabPaddingEnd = 0x7f040245;
- public static int tabPaddingStart = 0x7f040246;
- public static int tabPaddingTop = 0x7f040247;
- public static int tabSelectedTextColor = 0x7f040248;
- public static int tabTextAppearance = 0x7f040249;
- public static int tabTextColor = 0x7f04024a;
- public static int textAllCaps = 0x7f04024b;
- public static int textAppearanceLargePopupMenu = 0x7f04024c;
- public static int textAppearanceListItem = 0x7f04024d;
- public static int textAppearanceListItemSecondary = 0x7f04024e;
- public static int textAppearanceListItemSmall = 0x7f04024f;
- public static int textAppearancePopupMenuHeader = 0x7f040250;
- public static int textAppearanceSearchResultSubtitle = 0x7f040251;
- public static int textAppearanceSearchResultTitle = 0x7f040252;
- public static int textAppearanceSmallPopupMenu = 0x7f040253;
- public static int textColorAlertDialogListItem = 0x7f040254;
- public static int textColorError = 0x7f040255;
- public static int textColorSearchUrl = 0x7f040256;
- public static int theme = 0x7f040257;
- public static int thickness = 0x7f040258;
- public static int thumbTextPadding = 0x7f040259;
- public static int thumbTint = 0x7f04025a;
- public static int thumbTintMode = 0x7f04025b;
- public static int tickMark = 0x7f04025c;
- public static int tickMarkTint = 0x7f04025d;
- public static int tickMarkTintMode = 0x7f04025e;
- public static int tint = 0x7f04025f;
- public static int tintMode = 0x7f040260;
- public static int title = 0x7f040261;
- public static int titleEnabled = 0x7f040262;
- public static int titleMargin = 0x7f040263;
- public static int titleMarginBottom = 0x7f040264;
- public static int titleMarginEnd = 0x7f040265;
- public static int titleMarginStart = 0x7f040266;
- public static int titleMarginTop = 0x7f040267;
- public static int titleMargins = 0x7f040268;
- public static int titleTextAppearance = 0x7f040269;
- public static int titleTextColor = 0x7f04026a;
- public static int titleTextStyle = 0x7f04026b;
- public static int toolbarId = 0x7f04026c;
- public static int toolbarNavigationButtonStyle = 0x7f04026d;
- public static int toolbarStyle = 0x7f04026e;
- public static int tooltipForegroundColor = 0x7f04026f;
- public static int tooltipFrameBackground = 0x7f040270;
- public static int tooltipText = 0x7f040271;
- public static int track = 0x7f040290;
- public static int trackTint = 0x7f040291;
- public static int trackTintMode = 0x7f040292;
- public static int useCompatPadding = 0x7f040294;
- public static int voiceIcon = 0x7f040296;
- public static int windowActionBar = 0x7f040297;
- public static int windowActionBarOverlay = 0x7f040298;
- public static int windowActionModeOverlay = 0x7f040299;
- public static int windowFixedHeightMajor = 0x7f04029a;
- public static int windowFixedHeightMinor = 0x7f04029b;
- public static int windowFixedWidthMajor = 0x7f04029c;
- public static int windowFixedWidthMinor = 0x7f04029d;
- public static int windowMinWidthMajor = 0x7f04029e;
- public static int windowMinWidthMinor = 0x7f04029f;
- public static int windowNoTitle = 0x7f0402a0;
- }
- public static final class bool {
- public static int abc_action_bar_embed_tabs = 0x7f050001;
- public static int abc_allow_stacked_button_bar = 0x7f050004;
- public static int abc_config_actionMenuItemAllCaps = 0x7f050005;
- public static int abc_config_closeDialogWhenTouchOutside = 0x7f050007;
- public static int abc_config_showMenuShortcutsWhenKeyboardPresent = 0x7f050008;
- }
- public static final class color {
- public static int abc_background_cache_hint_selector_material_dark = 0x7f060003;
- public static int abc_background_cache_hint_selector_material_light = 0x7f060004;
- public static int abc_btn_colored_borderless_text_material = 0x7f060005;
- public static int abc_btn_colored_text_material = 0x7f060006;
- public static int abc_color_highlight_material = 0x7f060007;
- public static int abc_hint_foreground_material_dark = 0x7f060008;
- public static int abc_hint_foreground_material_light = 0x7f060009;
- public static int abc_input_method_navigation_guard = 0x7f06000a;
- public static int abc_primary_text_disable_only_material_dark = 0x7f06000b;
- public static int abc_primary_text_disable_only_material_light = 0x7f06000c;
- public static int abc_primary_text_material_dark = 0x7f06000d;
- public static int abc_primary_text_material_light = 0x7f06000e;
- public static int abc_search_url_text = 0x7f06000f;
- public static int abc_search_url_text_normal = 0x7f060010;
- public static int abc_search_url_text_pressed = 0x7f060011;
- public static int abc_search_url_text_selected = 0x7f060012;
- public static int abc_secondary_text_material_dark = 0x7f060013;
- public static int abc_secondary_text_material_light = 0x7f060014;
- public static int abc_tint_btn_checkable = 0x7f060015;
- public static int abc_tint_default = 0x7f060016;
- public static int abc_tint_edittext = 0x7f060017;
- public static int abc_tint_seek_thumb = 0x7f060018;
- public static int abc_tint_spinner = 0x7f060019;
- public static int abc_tint_switch_track = 0x7f06001a;
- public static int accent_material_dark = 0x7f06001b;
- public static int accent_material_light = 0x7f06001c;
- public static int background_floating_material_dark = 0x7f060020;
- public static int background_floating_material_light = 0x7f060021;
- public static int background_material_dark = 0x7f060022;
- public static int background_material_light = 0x7f060023;
- public static int bright_foreground_disabled_material_dark = 0x7f060026;
- public static int bright_foreground_disabled_material_light = 0x7f060027;
- public static int bright_foreground_inverse_material_dark = 0x7f060028;
- public static int bright_foreground_inverse_material_light = 0x7f060029;
- public static int bright_foreground_material_dark = 0x7f06002a;
- public static int bright_foreground_material_light = 0x7f06002b;
- public static int button_material_dark = 0x7f06002c;
- public static int button_material_light = 0x7f06002d;
- public static int design_bottom_navigation_shadow_color = 0x7f060033;
- public static int design_error = 0x7f060034;
- public static int design_fab_shadow_end_color = 0x7f060035;
- public static int design_fab_shadow_mid_color = 0x7f060036;
- public static int design_fab_shadow_start_color = 0x7f060037;
- public static int design_fab_stroke_end_inner_color = 0x7f060038;
- public static int design_fab_stroke_end_outer_color = 0x7f060039;
- public static int design_fab_stroke_top_inner_color = 0x7f06003a;
- public static int design_fab_stroke_top_outer_color = 0x7f06003b;
- public static int design_snackbar_background_color = 0x7f06003c;
- public static int design_tint_password_toggle = 0x7f06003d;
- public static int dim_foreground_disabled_material_dark = 0x7f06003e;
- public static int dim_foreground_disabled_material_light = 0x7f06003f;
- public static int dim_foreground_material_dark = 0x7f060040;
- public static int dim_foreground_material_light = 0x7f060041;
- public static int error_color_material = 0x7f060042;
- public static int foreground_material_dark = 0x7f060043;
- public static int foreground_material_light = 0x7f060044;
- public static int highlighted_text_material_dark = 0x7f060046;
- public static int highlighted_text_material_light = 0x7f060047;
- public static int material_blue_grey_800 = 0x7f060050;
- public static int material_blue_grey_900 = 0x7f060051;
- public static int material_blue_grey_950 = 0x7f060052;
- public static int material_deep_teal_200 = 0x7f060053;
- public static int material_deep_teal_500 = 0x7f060054;
- public static int material_grey_100 = 0x7f060055;
- public static int material_grey_300 = 0x7f060056;
- public static int material_grey_50 = 0x7f060057;
- public static int material_grey_600 = 0x7f060058;
- public static int material_grey_800 = 0x7f060059;
- public static int material_grey_850 = 0x7f06005a;
- public static int material_grey_900 = 0x7f06005b;
- public static int notification_action_color_filter = 0x7f06005c;
- public static int notification_icon_bg_color = 0x7f06005d;
- public static int notification_material_background_media_default_color = 0x7f06005e;
- public static int primary_dark_material_dark = 0x7f060061;
- public static int primary_dark_material_light = 0x7f060062;
- public static int primary_material_dark = 0x7f060063;
- public static int primary_material_light = 0x7f060064;
- public static int primary_text_default_material_dark = 0x7f060066;
- public static int primary_text_default_material_light = 0x7f060067;
- public static int primary_text_disabled_material_dark = 0x7f060068;
- public static int primary_text_disabled_material_light = 0x7f060069;
- public static int ripple_material_dark = 0x7f06006c;
- public static int ripple_material_light = 0x7f06006d;
- public static int secondary_text_default_material_dark = 0x7f06006e;
- public static int secondary_text_default_material_light = 0x7f06006f;
- public static int secondary_text_disabled_material_dark = 0x7f060070;
- public static int secondary_text_disabled_material_light = 0x7f060071;
- public static int switch_thumb_disabled_material_dark = 0x7f060072;
- public static int switch_thumb_disabled_material_light = 0x7f060073;
- public static int switch_thumb_material_dark = 0x7f060074;
- public static int switch_thumb_material_light = 0x7f060075;
- public static int switch_thumb_normal_material_dark = 0x7f060076;
- public static int switch_thumb_normal_material_light = 0x7f060077;
- public static int tooltip_background_dark = 0x7f060079;
- public static int tooltip_background_light = 0x7f06007a;
- }
- public static final class dimen {
- public static int abc_action_bar_content_inset_material = 0x7f080001;
- public static int abc_action_bar_content_inset_with_nav = 0x7f080002;
- public static int abc_action_bar_default_height_material = 0x7f080003;
- public static int abc_action_bar_default_padding_end_material = 0x7f080004;
- public static int abc_action_bar_default_padding_start_material = 0x7f080005;
- public static int abc_action_bar_elevation_material = 0x7f080006;
- public static int abc_action_bar_icon_vertical_padding_material = 0x7f080007;
- public static int abc_action_bar_overflow_padding_end_material = 0x7f080008;
- public static int abc_action_bar_overflow_padding_start_material = 0x7f080009;
- public static int abc_action_bar_progress_bar_size = 0x7f08000a;
- public static int abc_action_bar_stacked_max_height = 0x7f08000b;
- public static int abc_action_bar_stacked_tab_max_width = 0x7f08000c;
- public static int abc_action_bar_subtitle_bottom_margin_material = 0x7f08000d;
- public static int abc_action_bar_subtitle_top_margin_material = 0x7f08000e;
- public static int abc_action_button_min_height_material = 0x7f08000f;
- public static int abc_action_button_min_width_material = 0x7f080010;
- public static int abc_action_button_min_width_overflow_material = 0x7f080011;
- public static int abc_alert_dialog_button_bar_height = 0x7f080012;
- public static int abc_button_inset_horizontal_material = 0x7f080013;
- public static int abc_button_inset_vertical_material = 0x7f080014;
- public static int abc_button_padding_horizontal_material = 0x7f080015;
- public static int abc_button_padding_vertical_material = 0x7f080016;
- public static int abc_cascading_menus_min_smallest_width = 0x7f080017;
- public static int abc_config_prefDialogWidth = 0x7f080018;
- public static int abc_control_corner_material = 0x7f080019;
- public static int abc_control_inset_material = 0x7f08001a;
- public static int abc_control_padding_material = 0x7f08001b;
- public static int abc_dialog_fixed_height_major = 0x7f08001c;
- public static int abc_dialog_fixed_height_minor = 0x7f08001d;
- public static int abc_dialog_fixed_width_major = 0x7f08001e;
- public static int abc_dialog_fixed_width_minor = 0x7f08001f;
- public static int abc_dialog_list_padding_bottom_no_buttons = 0x7f080020;
- public static int abc_dialog_list_padding_top_no_title = 0x7f080021;
- public static int abc_dialog_min_width_major = 0x7f080023;
- public static int abc_dialog_min_width_minor = 0x7f080024;
- public static int abc_dialog_padding_material = 0x7f080025;
- public static int abc_dialog_padding_top_material = 0x7f080026;
- public static int abc_dialog_title_divider_material = 0x7f080027;
- public static int abc_disabled_alpha_material_dark = 0x7f080028;
- public static int abc_disabled_alpha_material_light = 0x7f080029;
- public static int abc_dropdownitem_icon_width = 0x7f08002a;
- public static int abc_dropdownitem_text_padding_left = 0x7f08002b;
- public static int abc_dropdownitem_text_padding_right = 0x7f08002c;
- public static int abc_edit_text_inset_bottom_material = 0x7f08002d;
- public static int abc_edit_text_inset_horizontal_material = 0x7f08002e;
- public static int abc_edit_text_inset_top_material = 0x7f08002f;
- public static int abc_floating_window_z = 0x7f080030;
- public static int abc_list_item_padding_horizontal_material = 0x7f080031;
- public static int abc_panel_menu_list_width = 0x7f080032;
- public static int abc_progress_bar_height_material = 0x7f080033;
- public static int abc_search_view_preferred_height = 0x7f080034;
- public static int abc_search_view_preferred_width = 0x7f080035;
- public static int abc_seekbar_track_background_height_material = 0x7f080037;
- public static int abc_seekbar_track_progress_height_material = 0x7f080038;
- public static int abc_select_dialog_padding_start_material = 0x7f080039;
- public static int abc_switch_padding = 0x7f08003a;
- public static int abc_text_size_body_1_material = 0x7f08003b;
- public static int abc_text_size_body_2_material = 0x7f08003c;
- public static int abc_text_size_button_material = 0x7f08003d;
- public static int abc_text_size_caption_material = 0x7f08003e;
- public static int abc_text_size_display_1_material = 0x7f08003f;
- public static int abc_text_size_display_2_material = 0x7f080040;
- public static int abc_text_size_display_3_material = 0x7f080041;
- public static int abc_text_size_display_4_material = 0x7f080042;
- public static int abc_text_size_headline_material = 0x7f080043;
- public static int abc_text_size_large_material = 0x7f080044;
- public static int abc_text_size_medium_material = 0x7f080045;
- public static int abc_text_size_menu_header_material = 0x7f080046;
- public static int abc_text_size_menu_material = 0x7f080047;
- public static int abc_text_size_small_material = 0x7f080048;
- public static int abc_text_size_subhead_material = 0x7f080049;
- public static int abc_text_size_subtitle_material_toolbar = 0x7f08004a;
- public static int abc_text_size_title_material = 0x7f08004b;
- public static int abc_text_size_title_material_toolbar = 0x7f08004c;
- public static int compat_button_inset_horizontal_material = 0x7f080052;
- public static int compat_button_inset_vertical_material = 0x7f080053;
- public static int compat_button_padding_horizontal_material = 0x7f080054;
- public static int compat_button_padding_vertical_material = 0x7f080055;
- public static int compat_control_corner_material = 0x7f080056;
- public static int design_appbar_elevation = 0x7f080057;
- public static int design_bottom_navigation_active_item_max_width = 0x7f080058;
- public static int design_bottom_navigation_active_text_size = 0x7f080059;
- public static int design_bottom_navigation_elevation = 0x7f08005a;
- public static int design_bottom_navigation_height = 0x7f08005b;
- public static int design_bottom_navigation_item_max_width = 0x7f08005c;
- public static int design_bottom_navigation_item_min_width = 0x7f08005d;
- public static int design_bottom_navigation_margin = 0x7f08005e;
- public static int design_bottom_navigation_shadow_height = 0x7f08005f;
- public static int design_bottom_navigation_text_size = 0x7f080060;
- public static int design_bottom_sheet_modal_elevation = 0x7f080061;
- public static int design_bottom_sheet_peek_height_min = 0x7f080062;
- public static int design_fab_border_width = 0x7f080063;
- public static int design_fab_elevation = 0x7f080064;
- public static int design_fab_image_size = 0x7f080065;
- public static int design_fab_size_mini = 0x7f080066;
- public static int design_fab_size_normal = 0x7f080067;
- public static int design_fab_translation_z_pressed = 0x7f080068;
- public static int design_navigation_elevation = 0x7f080069;
- public static int design_navigation_icon_padding = 0x7f08006a;
- public static int design_navigation_icon_size = 0x7f08006b;
- public static int design_navigation_max_width = 0x7f08006c;
- public static int design_navigation_padding_bottom = 0x7f08006d;
- public static int design_navigation_separator_vertical_padding = 0x7f08006e;
- public static int design_snackbar_action_inline_max_width = 0x7f08006f;
- public static int design_snackbar_background_corner_radius = 0x7f080070;
- public static int design_snackbar_elevation = 0x7f080071;
- public static int design_snackbar_extra_spacing_horizontal = 0x7f080072;
- public static int design_snackbar_max_width = 0x7f080073;
- public static int design_snackbar_min_width = 0x7f080074;
- public static int design_snackbar_padding_horizontal = 0x7f080075;
- public static int design_snackbar_padding_vertical = 0x7f080076;
- public static int design_snackbar_padding_vertical_2lines = 0x7f080077;
- public static int design_snackbar_text_size = 0x7f080078;
- public static int design_tab_max_width = 0x7f080079;
- public static int design_tab_scrollable_min_width = 0x7f08007a;
- public static int design_tab_text_size = 0x7f08007b;
- public static int design_tab_text_size_2line = 0x7f08007c;
- public static int disabled_alpha_material_dark = 0x7f08007d;
- public static int disabled_alpha_material_light = 0x7f08007e;
- public static int fastscroll_default_thickness = 0x7f08007f;
- public static int fastscroll_margin = 0x7f080080;
- public static int fastscroll_minimum_range = 0x7f080081;
- public static int highlight_alpha_material_colored = 0x7f080082;
- public static int highlight_alpha_material_dark = 0x7f080083;
- public static int highlight_alpha_material_light = 0x7f080084;
- public static int hint_alpha_material_dark = 0x7f080085;
- public static int hint_alpha_material_light = 0x7f080086;
- public static int hint_pressed_alpha_material_dark = 0x7f080087;
- public static int hint_pressed_alpha_material_light = 0x7f080088;
- public static int item_touch_helper_max_drag_scroll_per_frame = 0x7f080089;
- public static int item_touch_helper_swipe_escape_max_velocity = 0x7f08008a;
- public static int item_touch_helper_swipe_escape_velocity = 0x7f08008b;
- public static int notification_action_icon_size = 0x7f08008c;
- public static int notification_action_text_size = 0x7f08008d;
- public static int notification_big_circle_margin = 0x7f08008e;
- public static int notification_content_margin_start = 0x7f08008f;
- public static int notification_large_icon_height = 0x7f080090;
- public static int notification_large_icon_width = 0x7f080091;
- public static int notification_main_column_padding_top = 0x7f080092;
- public static int notification_media_narrow_margin = 0x7f080093;
- public static int notification_right_icon_size = 0x7f080094;
- public static int notification_right_side_padding_top = 0x7f080095;
- public static int notification_small_icon_background_padding = 0x7f080096;
- public static int notification_small_icon_size_as_large = 0x7f080097;
- public static int notification_subtext_size = 0x7f080098;
- public static int notification_top_pad = 0x7f080099;
- public static int notification_top_pad_large_text = 0x7f08009a;
- public static int tooltip_corner_radius = 0x7f08009b;
- public static int tooltip_horizontal_padding = 0x7f08009c;
- public static int tooltip_margin = 0x7f08009d;
- public static int tooltip_precise_anchor_extra_offset = 0x7f08009e;
- public static int tooltip_precise_anchor_threshold = 0x7f08009f;
- public static int tooltip_vertical_padding = 0x7f0800a0;
- public static int tooltip_y_offset_non_touch = 0x7f0800a1;
- public static int tooltip_y_offset_touch = 0x7f0800a2;
- }
- public static final class drawable {
- public static int abc_ab_share_pack_mtrl_alpha = 0x7f090001;
- public static int abc_action_bar_item_background_material = 0x7f090002;
- public static int abc_btn_borderless_material = 0x7f090003;
- public static int abc_btn_check_material = 0x7f090004;
- public static int abc_btn_check_to_on_mtrl_000 = 0x7f090005;
- public static int abc_btn_check_to_on_mtrl_015 = 0x7f090006;
- public static int abc_btn_colored_material = 0x7f090007;
- public static int abc_btn_default_mtrl_shape = 0x7f090008;
- public static int abc_btn_radio_material = 0x7f090009;
- public static int abc_btn_radio_to_on_mtrl_000 = 0x7f09000a;
- public static int abc_btn_radio_to_on_mtrl_015 = 0x7f09000b;
- public static int abc_btn_switch_to_on_mtrl_00001 = 0x7f09000e;
- public static int abc_btn_switch_to_on_mtrl_00012 = 0x7f09000f;
- public static int abc_cab_background_internal_bg = 0x7f090010;
- public static int abc_cab_background_top_material = 0x7f090011;
- public static int abc_cab_background_top_mtrl_alpha = 0x7f090012;
- public static int abc_control_background_material = 0x7f090013;
- public static int abc_dialog_material_background = 0x7f090014;
- public static int abc_edit_text_material = 0x7f090017;
- public static int abc_ic_ab_back_material = 0x7f090018;
- public static int abc_ic_arrow_drop_right_black_24dp = 0x7f09001a;
- public static int abc_ic_clear_material = 0x7f09001b;
- public static int abc_ic_commit_search_api_mtrl_alpha = 0x7f09001d;
- public static int abc_ic_go_search_api_material = 0x7f09001e;
- public static int abc_ic_menu_copy_mtrl_am_alpha = 0x7f090020;
- public static int abc_ic_menu_cut_mtrl_alpha = 0x7f090021;
- public static int abc_ic_menu_overflow_material = 0x7f090023;
- public static int abc_ic_menu_paste_mtrl_am_alpha = 0x7f090024;
- public static int abc_ic_menu_selectall_mtrl_alpha = 0x7f090025;
- public static int abc_ic_menu_share_mtrl_alpha = 0x7f090026;
- public static int abc_ic_search_api_material = 0x7f090027;
- public static int abc_ic_star_black_16dp = 0x7f090029;
- public static int abc_ic_star_black_36dp = 0x7f09002a;
- public static int abc_ic_star_black_48dp = 0x7f09002b;
- public static int abc_ic_star_half_black_16dp = 0x7f09002c;
- public static int abc_ic_star_half_black_36dp = 0x7f09002d;
- public static int abc_ic_star_half_black_48dp = 0x7f09002e;
- public static int abc_ic_voice_search_api_material = 0x7f09002f;
- public static int abc_item_background_holo_dark = 0x7f090031;
- public static int abc_item_background_holo_light = 0x7f090032;
- public static int abc_list_divider_mtrl_alpha = 0x7f090033;
- public static int abc_list_focused_holo = 0x7f090034;
- public static int abc_list_longpressed_holo = 0x7f090035;
- public static int abc_list_pressed_holo_dark = 0x7f090036;
- public static int abc_list_pressed_holo_light = 0x7f090037;
- public static int abc_list_selector_background_transition_holo_dark = 0x7f090038;
- public static int abc_list_selector_background_transition_holo_light = 0x7f090039;
- public static int abc_list_selector_disabled_holo_dark = 0x7f09003a;
- public static int abc_list_selector_disabled_holo_light = 0x7f09003b;
- public static int abc_list_selector_holo_dark = 0x7f09003c;
- public static int abc_list_selector_holo_light = 0x7f09003d;
- public static int abc_menu_hardkey_panel_mtrl_mult = 0x7f09003e;
- public static int abc_popup_background_mtrl_mult = 0x7f09003f;
- public static int abc_ratingbar_indicator_material = 0x7f090041;
- public static int abc_ratingbar_material = 0x7f090042;
- public static int abc_ratingbar_small_material = 0x7f090043;
- public static int abc_scrubber_control_off_mtrl_alpha = 0x7f090044;
- public static int abc_scrubber_control_to_pressed_mtrl_000 = 0x7f090045;
- public static int abc_scrubber_control_to_pressed_mtrl_005 = 0x7f090046;
- public static int abc_scrubber_primary_mtrl_alpha = 0x7f090047;
- public static int abc_scrubber_track_mtrl_alpha = 0x7f090048;
- public static int abc_seekbar_thumb_material = 0x7f090049;
- public static int abc_seekbar_tick_mark_material = 0x7f09004a;
- public static int abc_seekbar_track_material = 0x7f09004b;
- public static int abc_spinner_mtrl_am_alpha = 0x7f09004c;
- public static int abc_spinner_textfield_background_material = 0x7f09004d;
- public static int abc_switch_thumb_material = 0x7f09004e;
- public static int abc_switch_track_mtrl_alpha = 0x7f09004f;
- public static int abc_tab_indicator_material = 0x7f090050;
- public static int abc_tab_indicator_mtrl_alpha = 0x7f090051;
- public static int abc_text_cursor_material = 0x7f090052;
- public static int abc_text_select_handle_left_mtrl_dark = 0x7f090053;
- public static int abc_text_select_handle_left_mtrl_light = 0x7f090054;
- public static int abc_text_select_handle_middle_mtrl_dark = 0x7f090055;
- public static int abc_text_select_handle_middle_mtrl_light = 0x7f090056;
- public static int abc_text_select_handle_right_mtrl_dark = 0x7f090057;
- public static int abc_text_select_handle_right_mtrl_light = 0x7f090058;
- public static int abc_textfield_activated_mtrl_alpha = 0x7f090059;
- public static int abc_textfield_default_mtrl_alpha = 0x7f09005a;
- public static int abc_textfield_search_activated_mtrl_alpha = 0x7f09005b;
- public static int abc_textfield_search_default_mtrl_alpha = 0x7f09005c;
- public static int abc_textfield_search_material = 0x7f09005d;
- public static int abc_vector_test = 0x7f09005e;
- public static int avd_hide_password = 0x7f09005f;
- public static int avd_show_password = 0x7f090060;
- public static int design_bottom_navigation_item_background = 0x7f090061;
- public static int design_fab_background = 0x7f090062;
- public static int design_ic_visibility = 0x7f090063;
- public static int design_ic_visibility_off = 0x7f090064;
- public static int design_password_eye = 0x7f090065;
- public static int design_snackbar_background = 0x7f090066;
- public static int navigation_empty_icon = 0x7f090067;
- public static int notification_action_background = 0x7f090068;
- public static int notification_bg = 0x7f090069;
- public static int notification_bg_low = 0x7f09006a;
- public static int notification_bg_low_normal = 0x7f09006b;
- public static int notification_bg_low_pressed = 0x7f09006c;
- public static int notification_bg_normal = 0x7f09006d;
- public static int notification_bg_normal_pressed = 0x7f09006e;
- public static int notification_icon_background = 0x7f09006f;
- public static int notification_template_icon_bg = 0x7f090070;
- public static int notification_template_icon_low_bg = 0x7f090071;
- public static int notification_tile_bg = 0x7f090072;
- public static int notify_panel_notification_icon_bg = 0x7f090073;
- public static int tooltip_frame_dark = 0x7f090074;
- public static int tooltip_frame_light = 0x7f090075;
- }
- public static final class id {
- public static int action0 = 0x7f0c0001;
- public static int action_bar = 0x7f0c0002;
- public static int action_bar_activity_content = 0x7f0c0003;
- public static int action_bar_container = 0x7f0c0004;
- public static int action_bar_root = 0x7f0c0005;
- public static int action_bar_spinner = 0x7f0c0006;
- public static int action_bar_subtitle = 0x7f0c0007;
- public static int action_bar_title = 0x7f0c0008;
- public static int action_container = 0x7f0c0009;
- public static int action_context_bar = 0x7f0c000a;
- public static int action_divider = 0x7f0c000b;
- public static int action_image = 0x7f0c000c;
- public static int action_menu_divider = 0x7f0c000d;
- public static int action_menu_presenter = 0x7f0c000e;
- public static int action_mode_bar = 0x7f0c000f;
- public static int action_mode_bar_stub = 0x7f0c0010;
- public static int action_mode_close_button = 0x7f0c0011;
- public static int action_text = 0x7f0c0012;
- public static int actions = 0x7f0c0013;
- public static int activity_chooser_view_content = 0x7f0c0014;
- public static int add = 0x7f0c0015;
- public static int alertTitle = 0x7f0c001b;
- public static int async = 0x7f0c001d;
- public static int auto = 0x7f0c001e;
- public static int blocking = 0x7f0c0021;
- public static int bottom = 0x7f0c0024;
- public static int buttonPanel = 0x7f0c0027;
- public static int cancel_action = 0x7f0c0028;
- public static int center = 0x7f0c0029;
- public static int checkbox = 0x7f0c002b;
- public static int chronometer = 0x7f0c002c;
- public static int container = 0x7f0c002e;
- public static int contentPanel = 0x7f0c002f;
- public static int coordinator = 0x7f0c0030;
- public static int custom = 0x7f0c0031;
- public static int customPanel = 0x7f0c0032;
- public static int decor_content_parent = 0x7f0c0033;
- public static int default_activity_button = 0x7f0c0034;
- public static int design_bottom_sheet = 0x7f0c0035;
- public static int design_menu_item_action_area = 0x7f0c0036;
- public static int design_menu_item_action_area_stub = 0x7f0c0037;
- public static int design_menu_item_text = 0x7f0c0038;
- public static int design_navigation_view = 0x7f0c0039;
- public static int edit_query = 0x7f0c003c;
- public static int end = 0x7f0c003e;
- public static int end_padder = 0x7f0c003f;
- public static int expand_activities_button = 0x7f0c0040;
- public static int expanded_menu = 0x7f0c0041;
- public static int fill = 0x7f0c0042;
- public static int fixed = 0x7f0c0043;
- public static int forever = 0x7f0c0044;
- public static int ghost_view = 0x7f0c0045;
- public static int home = 0x7f0c0048;
- public static int icon = 0x7f0c004b;
- public static int icon_group = 0x7f0c004c;
- public static int image = 0x7f0c004e;
- public static int info = 0x7f0c0050;
- public static int italic = 0x7f0c0051;
- public static int item_touch_helper_previous_elevation = 0x7f0c0052;
- public static int largeLabel = 0x7f0c0053;
- public static int left = 0x7f0c0054;
- public static int line1 = 0x7f0c0055;
- public static int line3 = 0x7f0c0056;
- public static int listMode = 0x7f0c0057;
- public static int list_item = 0x7f0c0059;
- public static int masked = 0x7f0c005d;
- public static int media_actions = 0x7f0c0060;
- public static int message = 0x7f0c0061;
- public static int mini = 0x7f0c0063;
- public static int multiply = 0x7f0c0067;
- public static int navigation_header_container = 0x7f0c0068;
- public static int none = 0x7f0c006a;
- public static int normal = 0x7f0c006b;
- public static int notification_background = 0x7f0c006c;
- public static int notification_main_column = 0x7f0c006d;
- public static int notification_main_column_container = 0x7f0c006e;
- public static int parallax = 0x7f0c0070;
- public static int parentPanel = 0x7f0c0071;
- public static int parent_matrix = 0x7f0c0072;
- public static int pin = 0x7f0c0073;
- public static int progress_circular = 0x7f0c0074;
- public static int progress_horizontal = 0x7f0c0075;
- public static int radio = 0x7f0c0077;
- public static int right = 0x7f0c0079;
- public static int right_icon = 0x7f0c007a;
- public static int right_side = 0x7f0c007b;
- public static int save_image_matrix = 0x7f0c007e;
- public static int save_non_transition_alpha = 0x7f0c007f;
- public static int save_scale_type = 0x7f0c0080;
- public static int screen = 0x7f0c0081;
- public static int scrollIndicatorDown = 0x7f0c0083;
- public static int scrollIndicatorUp = 0x7f0c0084;
- public static int scrollView = 0x7f0c0085;
- public static int scrollable = 0x7f0c0086;
- public static int search_badge = 0x7f0c0088;
- public static int search_bar = 0x7f0c0089;
- public static int search_button = 0x7f0c008a;
- public static int search_close_btn = 0x7f0c008b;
- public static int search_edit_frame = 0x7f0c008c;
- public static int search_go_btn = 0x7f0c008d;
- public static int search_mag_icon = 0x7f0c008e;
- public static int search_plate = 0x7f0c008f;
- public static int search_src_text = 0x7f0c0090;
- public static int search_voice_btn = 0x7f0c0091;
- public static int select_dialog_listview = 0x7f0c0092;
- public static int shortcut = 0x7f0c0093;
- public static int smallLabel = 0x7f0c0099;
- public static int snackbar_action = 0x7f0c009a;
- public static int snackbar_text = 0x7f0c009b;
- public static int spacer = 0x7f0c009c;
- public static int split_action_bar = 0x7f0c009d;
- public static int src_atop = 0x7f0c009f;
- public static int src_in = 0x7f0c00a0;
- public static int src_over = 0x7f0c00a1;
- public static int start = 0x7f0c00a2;
- public static int status_bar_latest_event_content = 0x7f0c00a3;
- public static int submenuarrow = 0x7f0c00a4;
- public static int submit_area = 0x7f0c00a5;
- public static int tabMode = 0x7f0c00a6;
- public static int text = 0x7f0c00a7;
- public static int text2 = 0x7f0c00a8;
- public static int textSpacerNoButtons = 0x7f0c00a9;
- public static int textSpacerNoTitle = 0x7f0c00aa;
- public static int text_input_password_toggle = 0x7f0c00ab;
- public static int textinput_counter = 0x7f0c00ac;
- public static int textinput_error = 0x7f0c00ad;
- public static int time = 0x7f0c00ae;
- public static int title = 0x7f0c00af;
- public static int titleDividerNoCustom = 0x7f0c00b0;
- public static int title_template = 0x7f0c00b1;
- public static int top = 0x7f0c00b2;
- public static int topPanel = 0x7f0c00b3;
- public static int touch_outside = 0x7f0c00b5;
- public static int transition_current_scene = 0x7f0c00b6;
- public static int transition_layout_save = 0x7f0c00b7;
- public static int transition_position = 0x7f0c00b8;
- public static int transition_scene_layoutid_cache = 0x7f0c00b9;
- public static int transition_transform = 0x7f0c00ba;
- public static int uniform = 0x7f0c00bb;
- public static int up = 0x7f0c00bd;
- public static int view_offset_helper = 0x7f0c00bf;
- public static int visible = 0x7f0c00c0;
- public static int wrap_content = 0x7f0c00c3;
- }
- public static final class integer {
- public static int abc_config_activityDefaultDur = 0x7f0d0001;
- public static int abc_config_activityShortDur = 0x7f0d0002;
- public static int app_bar_elevation_anim_duration = 0x7f0d0004;
- public static int bottom_sheet_slide_duration = 0x7f0d0005;
- public static int cancel_button_image_alpha = 0x7f0d0006;
- public static int config_tooltipAnimTime = 0x7f0d0007;
- public static int design_snackbar_text_max_lines = 0x7f0d0008;
- public static int hide_password_duration = 0x7f0d0009;
- public static int show_password_duration = 0x7f0d000a;
- public static int status_bar_notification_info_maxnum = 0x7f0d000b;
- }
- public static final class layout {
- public static int abc_action_bar_title_item = 0x7f0f0001;
- public static int abc_action_bar_up_container = 0x7f0f0002;
- public static int abc_action_bar_view_list_nav_layout = 0x7f0f0003;
- public static int abc_action_menu_item_layout = 0x7f0f0004;
- public static int abc_action_menu_layout = 0x7f0f0005;
- public static int abc_action_mode_bar = 0x7f0f0006;
- public static int abc_action_mode_close_item_material = 0x7f0f0007;
- public static int abc_activity_chooser_view = 0x7f0f0008;
- public static int abc_activity_chooser_view_list_item = 0x7f0f0009;
- public static int abc_alert_dialog_button_bar_material = 0x7f0f000a;
- public static int abc_alert_dialog_material = 0x7f0f000b;
- public static int abc_alert_dialog_title_material = 0x7f0f000c;
- public static int abc_dialog_title_material = 0x7f0f000d;
- public static int abc_expanded_menu_layout = 0x7f0f000e;
- public static int abc_list_menu_item_checkbox = 0x7f0f000f;
- public static int abc_list_menu_item_icon = 0x7f0f0010;
- public static int abc_list_menu_item_layout = 0x7f0f0011;
- public static int abc_list_menu_item_radio = 0x7f0f0012;
- public static int abc_popup_menu_header_item_layout = 0x7f0f0013;
- public static int abc_popup_menu_item_layout = 0x7f0f0014;
- public static int abc_screen_content_include = 0x7f0f0015;
- public static int abc_screen_simple = 0x7f0f0016;
- public static int abc_screen_simple_overlay_action_mode = 0x7f0f0017;
- public static int abc_screen_toolbar = 0x7f0f0018;
- public static int abc_search_dropdown_item_icons_2line = 0x7f0f0019;
- public static int abc_search_view = 0x7f0f001a;
- public static int abc_select_dialog_material = 0x7f0f001b;
- public static int design_bottom_navigation_item = 0x7f0f001e;
- public static int design_bottom_sheet_dialog = 0x7f0f001f;
- public static int design_layout_snackbar = 0x7f0f0020;
- public static int design_layout_snackbar_include = 0x7f0f0021;
- public static int design_layout_tab_icon = 0x7f0f0022;
- public static int design_layout_tab_text = 0x7f0f0023;
- public static int design_menu_item_action_area = 0x7f0f0024;
- public static int design_navigation_item = 0x7f0f0025;
- public static int design_navigation_item_header = 0x7f0f0026;
- public static int design_navigation_item_separator = 0x7f0f0027;
- public static int design_navigation_item_subheader = 0x7f0f0028;
- public static int design_navigation_menu = 0x7f0f0029;
- public static int design_navigation_menu_item = 0x7f0f002a;
- public static int design_text_input_password_icon = 0x7f0f002b;
- public static int notification_action = 0x7f0f002e;
- public static int notification_action_tombstone = 0x7f0f002f;
- public static int notification_media_action = 0x7f0f0030;
- public static int notification_media_cancel_action = 0x7f0f0031;
- public static int notification_template_big_media = 0x7f0f0032;
- public static int notification_template_big_media_custom = 0x7f0f0033;
- public static int notification_template_big_media_narrow = 0x7f0f0034;
- public static int notification_template_big_media_narrow_custom = 0x7f0f0035;
- public static int notification_template_custom_big = 0x7f0f0036;
- public static int notification_template_icon_group = 0x7f0f0037;
- public static int notification_template_lines_media = 0x7f0f0039;
- public static int notification_template_media = 0x7f0f003a;
- public static int notification_template_media_custom = 0x7f0f003b;
- public static int notification_template_part_chronometer = 0x7f0f003c;
- public static int notification_template_part_time = 0x7f0f003d;
- public static int select_dialog_item_material = 0x7f0f003e;
- public static int select_dialog_multichoice_material = 0x7f0f003f;
- public static int select_dialog_singlechoice_material = 0x7f0f0040;
- public static int support_simple_spinner_dropdown_item = 0x7f0f0041;
- public static int tooltip = 0x7f0f0043;
- }
- public static final class string {
- public static int abc_action_bar_home_description = 0x7f150001;
- public static int abc_action_bar_home_description_format = 0x7f150002;
- public static int abc_action_bar_home_subtitle_description_format = 0x7f150003;
- public static int abc_action_bar_up_description = 0x7f150004;
- public static int abc_action_menu_overflow_description = 0x7f150005;
- public static int abc_action_mode_done = 0x7f150006;
- public static int abc_activity_chooser_view_see_all = 0x7f150007;
- public static int abc_activitychooserview_choose_application = 0x7f150008;
- public static int abc_capital_off = 0x7f150009;
- public static int abc_capital_on = 0x7f15000a;
- public static int abc_font_family_body_1_material = 0x7f15000b;
- public static int abc_font_family_body_2_material = 0x7f15000c;
- public static int abc_font_family_button_material = 0x7f15000d;
- public static int abc_font_family_caption_material = 0x7f15000e;
- public static int abc_font_family_display_1_material = 0x7f15000f;
- public static int abc_font_family_display_2_material = 0x7f150010;
- public static int abc_font_family_display_3_material = 0x7f150011;
- public static int abc_font_family_display_4_material = 0x7f150012;
- public static int abc_font_family_headline_material = 0x7f150013;
- public static int abc_font_family_menu_material = 0x7f150014;
- public static int abc_font_family_subhead_material = 0x7f150015;
- public static int abc_font_family_title_material = 0x7f150016;
- public static int abc_search_hint = 0x7f150017;
- public static int abc_searchview_description_clear = 0x7f150018;
- public static int abc_searchview_description_query = 0x7f150019;
- public static int abc_searchview_description_search = 0x7f15001a;
- public static int abc_searchview_description_submit = 0x7f15001b;
- public static int abc_searchview_description_voice = 0x7f15001c;
- public static int abc_shareactionprovider_share_with = 0x7f15001d;
- public static int abc_shareactionprovider_share_with_application = 0x7f15001e;
- public static int abc_toolbar_collapse_description = 0x7f15001f;
- public static int appbar_scrolling_view_behavior = 0x7f150020;
- public static int bottom_sheet_behavior = 0x7f150021;
- public static int character_counter_pattern = 0x7f150022;
- public static int password_toggle_content_description = 0x7f150023;
- public static int path_password_eye = 0x7f150024;
- public static int path_password_eye_mask_strike_through = 0x7f150025;
- public static int path_password_eye_mask_visible = 0x7f150026;
- public static int path_password_strike_through = 0x7f150027;
- public static int search_menu_title = 0x7f150028;
- public static int status_bar_notification_info_overflow = 0x7f150029;
- }
- public static final class style {
- public static int AlertDialog_AppCompat = 0x7f160001;
- public static int AlertDialog_AppCompat_Light = 0x7f160002;
- public static int Animation_AppCompat_Dialog = 0x7f160003;
- public static int Animation_AppCompat_DropDownUp = 0x7f160004;
- public static int Animation_AppCompat_Tooltip = 0x7f160005;
- public static int Animation_Design_BottomSheetDialog = 0x7f160006;
- public static int Base_AlertDialog_AppCompat = 0x7f160007;
- public static int Base_AlertDialog_AppCompat_Light = 0x7f160008;
- public static int Base_Animation_AppCompat_Dialog = 0x7f160009;
- public static int Base_Animation_AppCompat_DropDownUp = 0x7f16000a;
- public static int Base_Animation_AppCompat_Tooltip = 0x7f16000b;
- public static int Base_DialogWindowTitleBackground_AppCompat = 0x7f16000c;
- public static int Base_DialogWindowTitle_AppCompat = 0x7f16000d;
- public static int Base_TextAppearance_AppCompat = 0x7f16000e;
- public static int Base_TextAppearance_AppCompat_Body1 = 0x7f16000f;
- public static int Base_TextAppearance_AppCompat_Body2 = 0x7f160010;
- public static int Base_TextAppearance_AppCompat_Button = 0x7f160011;
- public static int Base_TextAppearance_AppCompat_Caption = 0x7f160012;
- public static int Base_TextAppearance_AppCompat_Display1 = 0x7f160013;
- public static int Base_TextAppearance_AppCompat_Display2 = 0x7f160014;
- public static int Base_TextAppearance_AppCompat_Display3 = 0x7f160015;
- public static int Base_TextAppearance_AppCompat_Display4 = 0x7f160016;
- public static int Base_TextAppearance_AppCompat_Headline = 0x7f160017;
- public static int Base_TextAppearance_AppCompat_Inverse = 0x7f160018;
- public static int Base_TextAppearance_AppCompat_Large = 0x7f160019;
- public static int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f16001a;
- public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f16001b;
- public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f16001c;
- public static int Base_TextAppearance_AppCompat_Medium = 0x7f16001d;
- public static int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f16001e;
- public static int Base_TextAppearance_AppCompat_Menu = 0x7f16001f;
- public static int Base_TextAppearance_AppCompat_SearchResult = 0x7f160020;
- public static int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f160021;
- public static int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f160022;
- public static int Base_TextAppearance_AppCompat_Small = 0x7f160023;
- public static int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f160024;
- public static int Base_TextAppearance_AppCompat_Subhead = 0x7f160025;
- public static int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f160026;
- public static int Base_TextAppearance_AppCompat_Title = 0x7f160027;
- public static int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f160028;
- public static int Base_TextAppearance_AppCompat_Tooltip = 0x7f160029;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f16002a;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f16002b;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f16002c;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f16002d;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f16002e;
- public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f16002f;
- public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f160030;
- public static int Base_TextAppearance_AppCompat_Widget_Button = 0x7f160031;
- public static int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f160032;
- public static int Base_TextAppearance_AppCompat_Widget_Button_Colored = 0x7f160033;
- public static int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f160034;
- public static int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f160035;
- public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f160036;
- public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f160037;
- public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f160038;
- public static int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f160039;
- public static int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f16003a;
- public static int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f16003b;
- public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f16003c;
- public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f16003d;
- public static int Base_ThemeOverlay_AppCompat = 0x7f16003e;
- public static int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f16003f;
- public static int Base_ThemeOverlay_AppCompat_Dark = 0x7f160040;
- public static int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f160041;
- public static int Base_ThemeOverlay_AppCompat_Dialog = 0x7f160042;
- public static int Base_ThemeOverlay_AppCompat_Dialog_Alert = 0x7f160043;
- public static int Base_ThemeOverlay_AppCompat_Light = 0x7f160044;
- public static int Base_Theme_AppCompat = 0x7f160045;
- public static int Base_Theme_AppCompat_CompactMenu = 0x7f160046;
- public static int Base_Theme_AppCompat_Dialog = 0x7f160047;
- public static int Base_Theme_AppCompat_DialogWhenLarge = 0x7f160048;
- public static int Base_Theme_AppCompat_Dialog_Alert = 0x7f160049;
- public static int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f16004a;
- public static int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f16004b;
- public static int Base_Theme_AppCompat_Light = 0x7f16004c;
- public static int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f16004d;
- public static int Base_Theme_AppCompat_Light_Dialog = 0x7f16004e;
- public static int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f16004f;
- public static int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f160050;
- public static int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f160051;
- public static int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f160052;
- public static int Base_V11_ThemeOverlay_AppCompat_Dialog = 0x7f160053;
- public static int Base_V11_Theme_AppCompat_Dialog = 0x7f160054;
- public static int Base_V11_Theme_AppCompat_Light_Dialog = 0x7f160055;
- public static int Base_V12_Widget_AppCompat_AutoCompleteTextView = 0x7f160056;
- public static int Base_V12_Widget_AppCompat_EditText = 0x7f160057;
- public static int Base_V14_Widget_Design_AppBarLayout = 0x7f160058;
- public static int Base_V21_ThemeOverlay_AppCompat_Dialog = 0x7f160059;
- public static int Base_V21_Theme_AppCompat = 0x7f16005a;
- public static int Base_V21_Theme_AppCompat_Dialog = 0x7f16005b;
- public static int Base_V21_Theme_AppCompat_Light = 0x7f16005c;
- public static int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f16005d;
- public static int Base_V21_Widget_Design_AppBarLayout = 0x7f16005e;
- public static int Base_V22_Theme_AppCompat = 0x7f16005f;
- public static int Base_V22_Theme_AppCompat_Light = 0x7f160060;
- public static int Base_V23_Theme_AppCompat = 0x7f160061;
- public static int Base_V23_Theme_AppCompat_Light = 0x7f160062;
- public static int Base_V26_Theme_AppCompat = 0x7f160063;
- public static int Base_V26_Theme_AppCompat_Light = 0x7f160064;
- public static int Base_V26_Widget_AppCompat_Toolbar = 0x7f160065;
- public static int Base_V26_Widget_Design_AppBarLayout = 0x7f160066;
- public static int Base_V7_ThemeOverlay_AppCompat_Dialog = 0x7f160067;
- public static int Base_V7_Theme_AppCompat = 0x7f160068;
- public static int Base_V7_Theme_AppCompat_Dialog = 0x7f160069;
- public static int Base_V7_Theme_AppCompat_Light = 0x7f16006a;
- public static int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f16006b;
- public static int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f16006c;
- public static int Base_V7_Widget_AppCompat_EditText = 0x7f16006d;
- public static int Base_V7_Widget_AppCompat_Toolbar = 0x7f16006e;
- public static int Base_Widget_AppCompat_ActionBar = 0x7f16006f;
- public static int Base_Widget_AppCompat_ActionBar_Solid = 0x7f160070;
- public static int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f160071;
- public static int Base_Widget_AppCompat_ActionBar_TabText = 0x7f160072;
- public static int Base_Widget_AppCompat_ActionBar_TabView = 0x7f160073;
- public static int Base_Widget_AppCompat_ActionButton = 0x7f160074;
- public static int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f160075;
- public static int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f160076;
- public static int Base_Widget_AppCompat_ActionMode = 0x7f160077;
- public static int Base_Widget_AppCompat_ActivityChooserView = 0x7f160078;
- public static int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f160079;
- public static int Base_Widget_AppCompat_Button = 0x7f16007a;
- public static int Base_Widget_AppCompat_ButtonBar = 0x7f16007b;
- public static int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f16007c;
- public static int Base_Widget_AppCompat_Button_Borderless = 0x7f16007d;
- public static int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f16007e;
- public static int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f16007f;
- public static int Base_Widget_AppCompat_Button_Colored = 0x7f160080;
- public static int Base_Widget_AppCompat_Button_Small = 0x7f160081;
- public static int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f160082;
- public static int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f160083;
- public static int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f160084;
- public static int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f160085;
- public static int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f160086;
- public static int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f160087;
- public static int Base_Widget_AppCompat_EditText = 0x7f160088;
- public static int Base_Widget_AppCompat_ImageButton = 0x7f160089;
- public static int Base_Widget_AppCompat_Light_ActionBar = 0x7f16008a;
- public static int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f16008b;
- public static int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f16008c;
- public static int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f16008d;
- public static int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f16008e;
- public static int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f16008f;
- public static int Base_Widget_AppCompat_Light_PopupMenu = 0x7f160090;
- public static int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f160091;
- public static int Base_Widget_AppCompat_ListMenuView = 0x7f160092;
- public static int Base_Widget_AppCompat_ListPopupWindow = 0x7f160093;
- public static int Base_Widget_AppCompat_ListView = 0x7f160094;
- public static int Base_Widget_AppCompat_ListView_DropDown = 0x7f160095;
- public static int Base_Widget_AppCompat_ListView_Menu = 0x7f160096;
- public static int Base_Widget_AppCompat_PopupMenu = 0x7f160097;
- public static int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f160098;
- public static int Base_Widget_AppCompat_PopupWindow = 0x7f160099;
- public static int Base_Widget_AppCompat_ProgressBar = 0x7f16009a;
- public static int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f16009b;
- public static int Base_Widget_AppCompat_RatingBar = 0x7f16009c;
- public static int Base_Widget_AppCompat_RatingBar_Indicator = 0x7f16009d;
- public static int Base_Widget_AppCompat_RatingBar_Small = 0x7f16009e;
- public static int Base_Widget_AppCompat_SearchView = 0x7f16009f;
- public static int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f1600a0;
- public static int Base_Widget_AppCompat_SeekBar = 0x7f1600a1;
- public static int Base_Widget_AppCompat_SeekBar_Discrete = 0x7f1600a2;
- public static int Base_Widget_AppCompat_Spinner = 0x7f1600a3;
- public static int Base_Widget_AppCompat_Spinner_Underlined = 0x7f1600a4;
- public static int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f1600a5;
- public static int Base_Widget_AppCompat_Toolbar = 0x7f1600a6;
- public static int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f1600a7;
- public static int Base_Widget_Design_AppBarLayout = 0x7f1600a8;
- public static int Base_Widget_Design_TabLayout = 0x7f1600a9;
- public static int Platform_AppCompat = 0x7f1600f4;
- public static int Platform_AppCompat_Light = 0x7f1600f5;
- public static int Platform_ThemeOverlay_AppCompat = 0x7f1600f6;
- public static int Platform_ThemeOverlay_AppCompat_Dark = 0x7f1600f7;
- public static int Platform_ThemeOverlay_AppCompat_Light = 0x7f1600f8;
- public static int Platform_V11_AppCompat = 0x7f1600f9;
- public static int Platform_V11_AppCompat_Light = 0x7f1600fa;
- public static int Platform_V14_AppCompat = 0x7f1600fb;
- public static int Platform_V14_AppCompat_Light = 0x7f1600fc;
- public static int Platform_V21_AppCompat = 0x7f1600fd;
- public static int Platform_V21_AppCompat_Light = 0x7f1600fe;
- public static int Platform_V25_AppCompat = 0x7f1600ff;
- public static int Platform_V25_AppCompat_Light = 0x7f160100;
- public static int Platform_Widget_AppCompat_Spinner = 0x7f160101;
- public static int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f160102;
- public static int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f160103;
- public static int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f160104;
- public static int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f160105;
- public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f160106;
- public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f160107;
- public static int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f160108;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f160109;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f16010a;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f16010b;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f16010c;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f16010d;
- public static int RtlUnderlay_Widget_AppCompat_ActionButton = 0x7f16010e;
- public static int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 0x7f16010f;
- public static int TextAppearance_AppCompat = 0x7f160110;
- public static int TextAppearance_AppCompat_Body1 = 0x7f160111;
- public static int TextAppearance_AppCompat_Body2 = 0x7f160112;
- public static int TextAppearance_AppCompat_Button = 0x7f160113;
- public static int TextAppearance_AppCompat_Caption = 0x7f160114;
- public static int TextAppearance_AppCompat_Display1 = 0x7f160115;
- public static int TextAppearance_AppCompat_Display2 = 0x7f160116;
- public static int TextAppearance_AppCompat_Display3 = 0x7f160117;
- public static int TextAppearance_AppCompat_Display4 = 0x7f160118;
- public static int TextAppearance_AppCompat_Headline = 0x7f160119;
- public static int TextAppearance_AppCompat_Inverse = 0x7f16011a;
- public static int TextAppearance_AppCompat_Large = 0x7f16011b;
- public static int TextAppearance_AppCompat_Large_Inverse = 0x7f16011c;
- public static int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f16011d;
- public static int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f16011e;
- public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f16011f;
- public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f160120;
- public static int TextAppearance_AppCompat_Medium = 0x7f160121;
- public static int TextAppearance_AppCompat_Medium_Inverse = 0x7f160122;
- public static int TextAppearance_AppCompat_Menu = 0x7f160123;
- public static int TextAppearance_AppCompat_Notification = 0x7f160124;
- public static int TextAppearance_AppCompat_Notification_Info = 0x7f160125;
- public static int TextAppearance_AppCompat_Notification_Info_Media = 0x7f160126;
- public static int TextAppearance_AppCompat_Notification_Line2 = 0x7f160127;
- public static int TextAppearance_AppCompat_Notification_Line2_Media = 0x7f160128;
- public static int TextAppearance_AppCompat_Notification_Media = 0x7f160129;
- public static int TextAppearance_AppCompat_Notification_Time = 0x7f16012a;
- public static int TextAppearance_AppCompat_Notification_Time_Media = 0x7f16012b;
- public static int TextAppearance_AppCompat_Notification_Title = 0x7f16012c;
- public static int TextAppearance_AppCompat_Notification_Title_Media = 0x7f16012d;
- public static int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f16012e;
- public static int TextAppearance_AppCompat_SearchResult_Title = 0x7f16012f;
- public static int TextAppearance_AppCompat_Small = 0x7f160130;
- public static int TextAppearance_AppCompat_Small_Inverse = 0x7f160131;
- public static int TextAppearance_AppCompat_Subhead = 0x7f160132;
- public static int TextAppearance_AppCompat_Subhead_Inverse = 0x7f160133;
- public static int TextAppearance_AppCompat_Title = 0x7f160134;
- public static int TextAppearance_AppCompat_Title_Inverse = 0x7f160135;
- public static int TextAppearance_AppCompat_Tooltip = 0x7f160136;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f160137;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f160138;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f160139;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f16013a;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f16013b;
- public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f16013c;
- public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f16013d;
- public static int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f16013e;
- public static int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f16013f;
- public static int TextAppearance_AppCompat_Widget_Button = 0x7f160140;
- public static int TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f160141;
- public static int TextAppearance_AppCompat_Widget_Button_Colored = 0x7f160142;
- public static int TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f160143;
- public static int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f160144;
- public static int TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f160145;
- public static int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f160146;
- public static int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f160147;
- public static int TextAppearance_AppCompat_Widget_Switch = 0x7f160148;
- public static int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f160149;
- public static int TextAppearance_Compat_Notification = 0x7f16014a;
- public static int TextAppearance_Compat_Notification_Info = 0x7f16014b;
- public static int TextAppearance_Compat_Notification_Info_Media = 0x7f16014c;
- public static int TextAppearance_Compat_Notification_Line2 = 0x7f16014d;
- public static int TextAppearance_Compat_Notification_Line2_Media = 0x7f16014e;
- public static int TextAppearance_Compat_Notification_Media = 0x7f16014f;
- public static int TextAppearance_Compat_Notification_Time = 0x7f160150;
- public static int TextAppearance_Compat_Notification_Time_Media = 0x7f160151;
- public static int TextAppearance_Compat_Notification_Title = 0x7f160152;
- public static int TextAppearance_Compat_Notification_Title_Media = 0x7f160153;
- public static int TextAppearance_Design_CollapsingToolbar_Expanded = 0x7f160154;
- public static int TextAppearance_Design_Counter = 0x7f160155;
- public static int TextAppearance_Design_Counter_Overflow = 0x7f160156;
- public static int TextAppearance_Design_Error = 0x7f160157;
- public static int TextAppearance_Design_Hint = 0x7f160158;
- public static int TextAppearance_Design_Snackbar_Message = 0x7f160159;
- public static int TextAppearance_Design_Tab = 0x7f16015a;
- public static int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f160160;
- public static int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f160161;
- public static int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f160162;
- public static int ThemeOverlay_AppCompat = 0x7f160163;
- public static int ThemeOverlay_AppCompat_ActionBar = 0x7f160164;
- public static int ThemeOverlay_AppCompat_Dark = 0x7f160165;
- public static int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f160166;
- public static int ThemeOverlay_AppCompat_Dialog = 0x7f160167;
- public static int ThemeOverlay_AppCompat_Dialog_Alert = 0x7f160168;
- public static int ThemeOverlay_AppCompat_Light = 0x7f160169;
- public static int Theme_AppCompat = 0x7f16016a;
- public static int Theme_AppCompat_CompactMenu = 0x7f16016b;
- public static int Theme_AppCompat_DayNight = 0x7f16016c;
- public static int Theme_AppCompat_DayNight_DarkActionBar = 0x7f16016d;
- public static int Theme_AppCompat_DayNight_Dialog = 0x7f16016e;
- public static int Theme_AppCompat_DayNight_DialogWhenLarge = 0x7f16016f;
- public static int Theme_AppCompat_DayNight_Dialog_Alert = 0x7f160170;
- public static int Theme_AppCompat_DayNight_Dialog_MinWidth = 0x7f160171;
- public static int Theme_AppCompat_DayNight_NoActionBar = 0x7f160172;
- public static int Theme_AppCompat_Dialog = 0x7f160173;
- public static int Theme_AppCompat_DialogWhenLarge = 0x7f160174;
- public static int Theme_AppCompat_Dialog_Alert = 0x7f160175;
- public static int Theme_AppCompat_Dialog_MinWidth = 0x7f160176;
- public static int Theme_AppCompat_Light = 0x7f160177;
- public static int Theme_AppCompat_Light_DarkActionBar = 0x7f160178;
- public static int Theme_AppCompat_Light_Dialog = 0x7f160179;
- public static int Theme_AppCompat_Light_DialogWhenLarge = 0x7f16017a;
- public static int Theme_AppCompat_Light_Dialog_Alert = 0x7f16017b;
- public static int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f16017c;
- public static int Theme_AppCompat_Light_NoActionBar = 0x7f16017d;
- public static int Theme_AppCompat_NoActionBar = 0x7f16017e;
- public static int Theme_Design = 0x7f16017f;
- public static int Theme_Design_BottomSheetDialog = 0x7f160180;
- public static int Theme_Design_Light = 0x7f160181;
- public static int Theme_Design_Light_BottomSheetDialog = 0x7f160182;
- public static int Theme_Design_Light_NoActionBar = 0x7f160183;
- public static int Theme_Design_NoActionBar = 0x7f160184;
- public static int Widget_AppCompat_ActionBar = 0x7f160185;
- public static int Widget_AppCompat_ActionBar_Solid = 0x7f160186;
- public static int Widget_AppCompat_ActionBar_TabBar = 0x7f160187;
- public static int Widget_AppCompat_ActionBar_TabText = 0x7f160188;
- public static int Widget_AppCompat_ActionBar_TabView = 0x7f160189;
- public static int Widget_AppCompat_ActionButton = 0x7f16018a;
- public static int Widget_AppCompat_ActionButton_CloseMode = 0x7f16018b;
- public static int Widget_AppCompat_ActionButton_Overflow = 0x7f16018c;
- public static int Widget_AppCompat_ActionMode = 0x7f16018d;
- public static int Widget_AppCompat_ActivityChooserView = 0x7f16018e;
- public static int Widget_AppCompat_AutoCompleteTextView = 0x7f16018f;
- public static int Widget_AppCompat_Button = 0x7f160190;
- public static int Widget_AppCompat_ButtonBar = 0x7f160191;
- public static int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f160192;
- public static int Widget_AppCompat_Button_Borderless = 0x7f160193;
- public static int Widget_AppCompat_Button_Borderless_Colored = 0x7f160194;
- public static int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f160195;
- public static int Widget_AppCompat_Button_Colored = 0x7f160196;
- public static int Widget_AppCompat_Button_Small = 0x7f160197;
- public static int Widget_AppCompat_CompoundButton_CheckBox = 0x7f160198;
- public static int Widget_AppCompat_CompoundButton_RadioButton = 0x7f160199;
- public static int Widget_AppCompat_CompoundButton_Switch = 0x7f16019a;
- public static int Widget_AppCompat_DrawerArrowToggle = 0x7f16019b;
- public static int Widget_AppCompat_DropDownItem_Spinner = 0x7f16019c;
- public static int Widget_AppCompat_EditText = 0x7f16019d;
- public static int Widget_AppCompat_ImageButton = 0x7f16019e;
- public static int Widget_AppCompat_Light_ActionBar = 0x7f16019f;
- public static int Widget_AppCompat_Light_ActionBar_Solid = 0x7f1601a0;
- public static int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f1601a1;
- public static int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f1601a2;
- public static int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f1601a3;
- public static int Widget_AppCompat_Light_ActionBar_TabText = 0x7f1601a4;
- public static int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f1601a5;
- public static int Widget_AppCompat_Light_ActionBar_TabView = 0x7f1601a6;
- public static int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f1601a7;
- public static int Widget_AppCompat_Light_ActionButton = 0x7f1601a8;
- public static int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f1601a9;
- public static int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f1601aa;
- public static int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f1601ab;
- public static int Widget_AppCompat_Light_ActivityChooserView = 0x7f1601ac;
- public static int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f1601ad;
- public static int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f1601ae;
- public static int Widget_AppCompat_Light_ListPopupWindow = 0x7f1601af;
- public static int Widget_AppCompat_Light_ListView_DropDown = 0x7f1601b0;
- public static int Widget_AppCompat_Light_PopupMenu = 0x7f1601b1;
- public static int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f1601b2;
- public static int Widget_AppCompat_Light_SearchView = 0x7f1601b3;
- public static int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f1601b4;
- public static int Widget_AppCompat_ListMenuView = 0x7f1601b5;
- public static int Widget_AppCompat_ListPopupWindow = 0x7f1601b6;
- public static int Widget_AppCompat_ListView = 0x7f1601b7;
- public static int Widget_AppCompat_ListView_DropDown = 0x7f1601b8;
- public static int Widget_AppCompat_ListView_Menu = 0x7f1601b9;
- public static int Widget_AppCompat_PopupMenu = 0x7f1601ba;
- public static int Widget_AppCompat_PopupMenu_Overflow = 0x7f1601bb;
- public static int Widget_AppCompat_PopupWindow = 0x7f1601bc;
- public static int Widget_AppCompat_ProgressBar = 0x7f1601bd;
- public static int Widget_AppCompat_ProgressBar_Horizontal = 0x7f1601be;
- public static int Widget_AppCompat_RatingBar = 0x7f1601bf;
- public static int Widget_AppCompat_RatingBar_Indicator = 0x7f1601c0;
- public static int Widget_AppCompat_RatingBar_Small = 0x7f1601c1;
- public static int Widget_AppCompat_SearchView = 0x7f1601c2;
- public static int Widget_AppCompat_SearchView_ActionBar = 0x7f1601c3;
- public static int Widget_AppCompat_SeekBar = 0x7f1601c4;
- public static int Widget_AppCompat_SeekBar_Discrete = 0x7f1601c5;
- public static int Widget_AppCompat_Spinner = 0x7f1601c6;
- public static int Widget_AppCompat_Spinner_DropDown = 0x7f1601c7;
- public static int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f1601c8;
- public static int Widget_AppCompat_Spinner_Underlined = 0x7f1601c9;
- public static int Widget_AppCompat_TextView_SpinnerItem = 0x7f1601ca;
- public static int Widget_AppCompat_Toolbar = 0x7f1601cb;
- public static int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f1601cc;
- public static int Widget_Compat_NotificationActionContainer = 0x7f1601cd;
- public static int Widget_Compat_NotificationActionText = 0x7f1601ce;
- public static int Widget_Design_AppBarLayout = 0x7f1601cf;
- public static int Widget_Design_BottomNavigationView = 0x7f1601d0;
- public static int Widget_Design_BottomSheet_Modal = 0x7f1601d1;
- public static int Widget_Design_CollapsingToolbar = 0x7f1601d2;
- public static int Widget_Design_CoordinatorLayout = 0x7f1601d3;
- public static int Widget_Design_FloatingActionButton = 0x7f1601d4;
- public static int Widget_Design_NavigationView = 0x7f1601d5;
- public static int Widget_Design_ScrimInsetsFrameLayout = 0x7f1601d6;
- public static int Widget_Design_Snackbar = 0x7f1601d7;
- public static int Widget_Design_TabLayout = 0x7f1601d8;
- public static int Widget_Design_TextInputLayout = 0x7f1601d9;
- }
- public static final class styleable {
- public static int[] ActionBar = { 0x7f040032, 0x7f040033, 0x7f040034, 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b, 0x7f040098, 0x7f0400c2, 0x7f0400c3, 0x7f0400eb, 0x7f040131, 0x7f040132, 0x7f040137, 0x7f040138, 0x7f040139, 0x7f04013e, 0x7f040144, 0x7f04016e, 0x7f040185, 0x7f040197, 0x7f04019b, 0x7f04019c, 0x7f04022a, 0x7f04022d, 0x7f040261, 0x7f04026b };
- public static int ActionBar_background = 0;
- public static int ActionBar_backgroundSplit = 1;
- public static int ActionBar_backgroundStacked = 2;
- public static int ActionBar_contentInsetEnd = 3;
- public static int ActionBar_contentInsetEndWithActions = 4;
- public static int ActionBar_contentInsetLeft = 5;
- public static int ActionBar_contentInsetRight = 6;
- public static int ActionBar_contentInsetStart = 7;
- public static int ActionBar_contentInsetStartWithNavigation = 8;
- public static int ActionBar_customNavigationLayout = 9;
- public static int ActionBar_displayOptions = 10;
- public static int ActionBar_divider = 11;
- public static int ActionBar_elevation = 12;
- public static int ActionBar_height = 13;
- public static int ActionBar_hideOnContentScroll = 14;
- public static int ActionBar_homeAsUpIndicator = 15;
- public static int ActionBar_homeLayout = 16;
- public static int ActionBar_icon = 17;
- public static int ActionBar_indeterminateProgressStyle = 18;
- public static int ActionBar_itemPadding = 19;
- public static int ActionBar_logo = 20;
- public static int ActionBar_navigationMode = 21;
- public static int ActionBar_popupTheme = 22;
- public static int ActionBar_progressBarPadding = 23;
- public static int ActionBar_progressBarStyle = 24;
- public static int ActionBar_subtitle = 25;
- public static int ActionBar_subtitleTextStyle = 26;
- public static int ActionBar_title = 27;
- public static int ActionBar_titleTextStyle = 28;
- public static int[] ActionBarLayout = { 0x010100b3 };
- public static int ActionBarLayout_android_layout_gravity = 0;
- public static int[] ActionMenuItemView = { 0x0101013f };
- public static int ActionMenuItemView_android_minWidth = 0;
- public static int[] ActionMode = { 0x7f040032, 0x7f040033, 0x7f040064, 0x7f040131, 0x7f04022d, 0x7f04026b };
- public static int ActionMode_background = 0;
- public static int ActionMode_backgroundSplit = 1;
- public static int ActionMode_closeItemLayout = 2;
- public static int ActionMode_height = 3;
- public static int ActionMode_subtitleTextStyle = 4;
- public static int ActionMode_titleTextStyle = 5;
- public static int[] ActivityChooserView = { 0x7f04010b, 0x7f04013f };
- public static int ActivityChooserView_expandActivityOverflowButtonDrawable = 0;
- public static int ActivityChooserView_initialActivityCount = 1;
- public static int[] AlertDialog = { 0x010100f2, 0x7f04004e, 0x7f040156, 0x7f040157, 0x7f040182, 0x7f0401f0, 0x7f0401f1 };
- public static int AlertDialog_android_layout = 0;
- public static int AlertDialog_buttonPanelSideLayout = 1;
- public static int AlertDialog_listItemLayout = 2;
- public static int AlertDialog_listLayout = 3;
- public static int AlertDialog_multiChoiceItemLayout = 4;
- public static int AlertDialog_showTitle = 5;
- public static int AlertDialog_singleChoiceItemLayout = 6;
- public static int[] AppBarLayout = { 0x010100d4, 0x01010540, 0x0101048f, 0x7f0400eb, 0x7f04010c };
- public static int AppBarLayout_android_background = 0;
- public static int AppBarLayout_android_keyboardNavigationCluster = 1;
- public static int AppBarLayout_android_touchscreenBlocksFocus = 2;
- public static int AppBarLayout_elevation = 3;
- public static int AppBarLayout_expanded = 4;
- public static int[] AppBarLayoutStates = { 0x7f040224, 0x7f040225 };
- public static int AppBarLayoutStates_state_collapsed = 0;
- public static int AppBarLayoutStates_state_collapsible = 1;
- public static int[] AppBarLayout_Layout = { 0x7f040152, 0x7f040153 };
- public static int AppBarLayout_Layout_layout_scrollFlags = 0;
- public static int AppBarLayout_Layout_layout_scrollInterpolator = 1;
- public static int[] AppCompatImageView = { 0x01010119, 0x7f040221, 0x7f04025f, 0x7f040260 };
- public static int AppCompatImageView_android_src = 0;
- public static int AppCompatImageView_srcCompat = 1;
- public static int AppCompatImageView_tint = 2;
- public static int AppCompatImageView_tintMode = 3;
- public static int[] AppCompatSeekBar = { 0x01010142, 0x7f04025c, 0x7f04025d, 0x7f04025e };
- public static int AppCompatSeekBar_android_thumb = 0;
- public static int AppCompatSeekBar_tickMark = 1;
- public static int AppCompatSeekBar_tickMarkTint = 2;
- public static int AppCompatSeekBar_tickMarkTintMode = 3;
- public static int[] AppCompatTextHelper = { 0x0101016e, 0x01010393, 0x0101016f, 0x01010170, 0x01010392, 0x0101016d, 0x01010034 };
- public static int AppCompatTextHelper_android_drawableBottom = 0;
- public static int AppCompatTextHelper_android_drawableEnd = 1;
- public static int AppCompatTextHelper_android_drawableLeft = 2;
- public static int AppCompatTextHelper_android_drawableRight = 3;
- public static int AppCompatTextHelper_android_drawableStart = 4;
- public static int AppCompatTextHelper_android_drawableTop = 5;
- public static int AppCompatTextHelper_android_textAppearance = 6;
- public static int[] AppCompatTextView = { 0x01010034, 0x7f04002d, 0x7f04002e, 0x7f04002f, 0x7f040030, 0x7f040031, 0x7f040124, 0x7f04024b };
- public static int AppCompatTextView_android_textAppearance = 0;
- public static int AppCompatTextView_autoSizeMaxTextSize = 1;
- public static int AppCompatTextView_autoSizeMinTextSize = 2;
- public static int AppCompatTextView_autoSizePresetSizes = 3;
- public static int AppCompatTextView_autoSizeStepGranularity = 4;
- public static int AppCompatTextView_autoSizeTextType = 5;
- public static int AppCompatTextView_fontFamily = 6;
- public static int AppCompatTextView_textAllCaps = 7;
- public static int[] AppCompatTheme = { 0x7f040001, 0x7f040002, 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f04000d, 0x7f04000f, 0x7f040010, 0x7f040011, 0x7f040012, 0x7f040013, 0x7f040014, 0x7f040015, 0x7f040016, 0x7f040017, 0x7f040018, 0x7f040019, 0x7f04001a, 0x7f04001b, 0x7f04001c, 0x7f04001d, 0x7f04001e, 0x7f04001f, 0x7f040022, 0x7f040023, 0x7f040024, 0x7f040025, 0x7f040026, 0x010100ae, 0x01010057, 0x7f04002c, 0x7f04003e, 0x7f040048, 0x7f040049, 0x7f04004a, 0x7f04004b, 0x7f04004c, 0x7f04004f, 0x7f040050, 0x7f040061, 0x7f040062, 0x7f04006a, 0x7f04006b, 0x7f04006c, 0x7f04006d, 0x7f04006e, 0x7f04006f, 0x7f040070, 0x7f040071, 0x7f040072, 0x7f040073, 0x7f040082, 0x7f0400c0, 0x7f0400c1, 0x7f0400c4, 0x7f0400c6, 0x7f0400e6, 0x7f0400e7, 0x7f0400e8, 0x7f0400e9, 0x7f0400ea, 0x7f040137, 0x7f04013d, 0x7f040154, 0x7f040155, 0x7f040158, 0x7f040159, 0x7f04015a, 0x7f04015b, 0x7f04015c, 0x7f04015d, 0x7f04015e, 0x7f04018e, 0x7f04018f, 0x7f040190, 0x7f040196, 0x7f040198, 0x7f0401a5, 0x7f0401a6, 0x7f0401a7, 0x7f0401a8, 0x7f0401e9, 0x7f0401ea, 0x7f0401eb, 0x7f0401ec, 0x7f040209, 0x7f04020a, 0x7f040239, 0x7f04024c, 0x7f04024d, 0x7f04024e, 0x7f04024f, 0x7f040250, 0x7f040251, 0x7f040252, 0x7f040253, 0x7f040254, 0x7f040256, 0x7f04026d, 0x7f04026e, 0x7f04026f, 0x7f040270, 0x7f040297, 0x7f040298, 0x7f040299, 0x7f04029a, 0x7f04029b, 0x7f04029c, 0x7f04029d, 0x7f04029e, 0x7f04029f, 0x7f0402a0 };
- public static int AppCompatTheme_actionBarDivider = 0;
- public static int AppCompatTheme_actionBarItemBackground = 1;
- public static int AppCompatTheme_actionBarPopupTheme = 2;
- public static int AppCompatTheme_actionBarSize = 3;
- public static int AppCompatTheme_actionBarSplitStyle = 4;
- public static int AppCompatTheme_actionBarStyle = 5;
- public static int AppCompatTheme_actionBarTabBarStyle = 6;
- public static int AppCompatTheme_actionBarTabStyle = 7;
- public static int AppCompatTheme_actionBarTabTextStyle = 8;
- public static int AppCompatTheme_actionBarTheme = 9;
- public static int AppCompatTheme_actionBarWidgetTheme = 10;
- public static int AppCompatTheme_actionButtonStyle = 11;
- public static int AppCompatTheme_actionDropDownStyle = 12;
- public static int AppCompatTheme_actionMenuTextAppearance = 13;
- public static int AppCompatTheme_actionMenuTextColor = 14;
- public static int AppCompatTheme_actionModeBackground = 15;
- public static int AppCompatTheme_actionModeCloseButtonStyle = 16;
- public static int AppCompatTheme_actionModeCloseDrawable = 17;
- public static int AppCompatTheme_actionModeCopyDrawable = 18;
- public static int AppCompatTheme_actionModeCutDrawable = 19;
- public static int AppCompatTheme_actionModeFindDrawable = 20;
- public static int AppCompatTheme_actionModePasteDrawable = 21;
- public static int AppCompatTheme_actionModePopupWindowStyle = 22;
- public static int AppCompatTheme_actionModeSelectAllDrawable = 23;
- public static int AppCompatTheme_actionModeShareDrawable = 24;
- public static int AppCompatTheme_actionModeSplitBackground = 25;
- public static int AppCompatTheme_actionModeStyle = 26;
- public static int AppCompatTheme_actionModeWebSearchDrawable = 27;
- public static int AppCompatTheme_actionOverflowButtonStyle = 28;
- public static int AppCompatTheme_actionOverflowMenuStyle = 29;
- public static int AppCompatTheme_activityChooserViewStyle = 30;
- public static int AppCompatTheme_alertDialogButtonGroupStyle = 31;
- public static int AppCompatTheme_alertDialogCenterButtons = 32;
- public static int AppCompatTheme_alertDialogStyle = 33;
- public static int AppCompatTheme_alertDialogTheme = 34;
- public static int AppCompatTheme_android_windowAnimationStyle = 35;
- public static int AppCompatTheme_android_windowIsFloating = 36;
- public static int AppCompatTheme_autoCompleteTextViewStyle = 37;
- public static int AppCompatTheme_borderlessButtonStyle = 38;
- public static int AppCompatTheme_buttonBarButtonStyle = 39;
- public static int AppCompatTheme_buttonBarNegativeButtonStyle = 40;
- public static int AppCompatTheme_buttonBarNeutralButtonStyle = 41;
- public static int AppCompatTheme_buttonBarPositiveButtonStyle = 42;
- public static int AppCompatTheme_buttonBarStyle = 43;
- public static int AppCompatTheme_buttonStyle = 44;
- public static int AppCompatTheme_buttonStyleSmall = 45;
- public static int AppCompatTheme_checkboxStyle = 46;
- public static int AppCompatTheme_checkedTextViewStyle = 47;
- public static int AppCompatTheme_colorAccent = 48;
- public static int AppCompatTheme_colorBackgroundFloating = 49;
- public static int AppCompatTheme_colorButtonNormal = 50;
- public static int AppCompatTheme_colorControlActivated = 51;
- public static int AppCompatTheme_colorControlHighlight = 52;
- public static int AppCompatTheme_colorControlNormal = 53;
- public static int AppCompatTheme_colorError = 54;
- public static int AppCompatTheme_colorPrimary = 55;
- public static int AppCompatTheme_colorPrimaryDark = 56;
- public static int AppCompatTheme_colorSwitchThumbNormal = 57;
- public static int AppCompatTheme_controlBackground = 58;
- public static int AppCompatTheme_dialogPreferredPadding = 59;
- public static int AppCompatTheme_dialogTheme = 60;
- public static int AppCompatTheme_dividerHorizontal = 61;
- public static int AppCompatTheme_dividerVertical = 62;
- public static int AppCompatTheme_dropDownListViewStyle = 63;
- public static int AppCompatTheme_dropdownListPreferredItemHeight = 64;
- public static int AppCompatTheme_editTextBackground = 65;
- public static int AppCompatTheme_editTextColor = 66;
- public static int AppCompatTheme_editTextStyle = 67;
- public static int AppCompatTheme_homeAsUpIndicator = 68;
- public static int AppCompatTheme_imageButtonStyle = 69;
- public static int AppCompatTheme_listChoiceBackgroundIndicator = 70;
- public static int AppCompatTheme_listDividerAlertDialog = 71;
- public static int AppCompatTheme_listMenuViewStyle = 72;
- public static int AppCompatTheme_listPopupWindowStyle = 73;
- public static int AppCompatTheme_listPreferredItemHeight = 74;
- public static int AppCompatTheme_listPreferredItemHeightLarge = 75;
- public static int AppCompatTheme_listPreferredItemHeightSmall = 76;
- public static int AppCompatTheme_listPreferredItemPaddingLeft = 77;
- public static int AppCompatTheme_listPreferredItemPaddingRight = 78;
- public static int AppCompatTheme_panelBackground = 79;
- public static int AppCompatTheme_panelMenuListTheme = 80;
- public static int AppCompatTheme_panelMenuListWidth = 81;
- public static int AppCompatTheme_popupMenuStyle = 82;
- public static int AppCompatTheme_popupWindowStyle = 83;
- public static int AppCompatTheme_radioButtonStyle = 84;
- public static int AppCompatTheme_ratingBarStyle = 85;
- public static int AppCompatTheme_ratingBarStyleIndicator = 86;
- public static int AppCompatTheme_ratingBarStyleSmall = 87;
- public static int AppCompatTheme_searchViewStyle = 88;
- public static int AppCompatTheme_seekBarStyle = 89;
- public static int AppCompatTheme_selectableItemBackground = 90;
- public static int AppCompatTheme_selectableItemBackgroundBorderless = 91;
- public static int AppCompatTheme_spinnerDropDownItemStyle = 92;
- public static int AppCompatTheme_spinnerStyle = 93;
- public static int AppCompatTheme_switchStyle = 94;
- public static int AppCompatTheme_textAppearanceLargePopupMenu = 95;
- public static int AppCompatTheme_textAppearanceListItem = 96;
- public static int AppCompatTheme_textAppearanceListItemSecondary = 97;
- public static int AppCompatTheme_textAppearanceListItemSmall = 98;
- public static int AppCompatTheme_textAppearancePopupMenuHeader = 99;
- public static int AppCompatTheme_textAppearanceSearchResultSubtitle = 100;
- public static int AppCompatTheme_textAppearanceSearchResultTitle = 101;
- public static int AppCompatTheme_textAppearanceSmallPopupMenu = 102;
- public static int AppCompatTheme_textColorAlertDialogListItem = 103;
- public static int AppCompatTheme_textColorSearchUrl = 104;
- public static int AppCompatTheme_toolbarNavigationButtonStyle = 105;
- public static int AppCompatTheme_toolbarStyle = 106;
- public static int AppCompatTheme_tooltipForegroundColor = 107;
- public static int AppCompatTheme_tooltipFrameBackground = 108;
- public static int AppCompatTheme_windowActionBar = 109;
- public static int AppCompatTheme_windowActionBarOverlay = 110;
- public static int AppCompatTheme_windowActionModeOverlay = 111;
- public static int AppCompatTheme_windowFixedHeightMajor = 112;
- public static int AppCompatTheme_windowFixedHeightMinor = 113;
- public static int AppCompatTheme_windowFixedWidthMajor = 114;
- public static int AppCompatTheme_windowFixedWidthMinor = 115;
- public static int AppCompatTheme_windowMinWidthMajor = 116;
- public static int AppCompatTheme_windowMinWidthMinor = 117;
- public static int AppCompatTheme_windowNoTitle = 118;
- public static int[] BottomNavigationView = { 0x7f0400eb, 0x7f040142, 0x7f040143, 0x7f040146, 0x7f040181 };
- public static int BottomNavigationView_elevation = 0;
- public static int BottomNavigationView_itemBackground = 1;
- public static int BottomNavigationView_itemIconTint = 2;
- public static int BottomNavigationView_itemTextColor = 3;
- public static int BottomNavigationView_menu = 4;
- public static int[] BottomSheetBehavior_Layout = { 0x7f040039, 0x7f04003b, 0x7f04003c };
- public static int BottomSheetBehavior_Layout_behavior_hideable = 0;
- public static int BottomSheetBehavior_Layout_behavior_peekHeight = 1;
- public static int BottomSheetBehavior_Layout_behavior_skipCollapsed = 2;
- public static int[] ButtonBarLayout = { 0x7f040027 };
- public static int ButtonBarLayout_allowStacking = 0;
- public static int[] CollapsingToolbarLayout = { 0x7f040067, 0x7f040068, 0x7f040081, 0x7f04010d, 0x7f04010e, 0x7f04010f, 0x7f040110, 0x7f040111, 0x7f040112, 0x7f040113, 0x7f0401e5, 0x7f0401e6, 0x7f040227, 0x7f040261, 0x7f040262, 0x7f04026c };
- public static int CollapsingToolbarLayout_collapsedTitleGravity = 0;
- public static int CollapsingToolbarLayout_collapsedTitleTextAppearance = 1;
- public static int CollapsingToolbarLayout_contentScrim = 2;
- public static int CollapsingToolbarLayout_expandedTitleGravity = 3;
- public static int CollapsingToolbarLayout_expandedTitleMargin = 4;
- public static int CollapsingToolbarLayout_expandedTitleMarginBottom = 5;
- public static int CollapsingToolbarLayout_expandedTitleMarginEnd = 6;
- public static int CollapsingToolbarLayout_expandedTitleMarginStart = 7;
- public static int CollapsingToolbarLayout_expandedTitleMarginTop = 8;
- public static int CollapsingToolbarLayout_expandedTitleTextAppearance = 9;
- public static int CollapsingToolbarLayout_scrimAnimationDuration = 10;
- public static int CollapsingToolbarLayout_scrimVisibleHeightTrigger = 11;
- public static int CollapsingToolbarLayout_statusBarScrim = 12;
- public static int CollapsingToolbarLayout_title = 13;
- public static int CollapsingToolbarLayout_titleEnabled = 14;
- public static int CollapsingToolbarLayout_toolbarId = 15;
- public static int[] CollapsingToolbarLayout_Layout = { 0x7f04014d, 0x7f04014e };
- public static int CollapsingToolbarLayout_Layout_layout_collapseMode = 0;
- public static int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier = 1;
- public static int[] ColorStateListItem = { 0x7f040028, 0x0101031f, 0x010101a5 };
- public static int ColorStateListItem_alpha = 0;
- public static int ColorStateListItem_android_alpha = 1;
- public static int ColorStateListItem_android_color = 2;
- public static int[] CompoundButton = { 0x01010107, 0x7f040051, 0x7f040052 };
- public static int CompoundButton_android_button = 0;
- public static int CompoundButton_buttonTint = 1;
- public static int CompoundButton_buttonTintMode = 2;
- public static int[] CoordinatorLayout = { 0x7f040147, 0x7f040226 };
- public static int CoordinatorLayout_keylines = 0;
- public static int CoordinatorLayout_statusBarBackground = 1;
- public static int[] CoordinatorLayout_Layout = { 0x010100b3, 0x7f04014a, 0x7f04014b, 0x7f04014c, 0x7f04014f, 0x7f040150, 0x7f040151 };
- public static int CoordinatorLayout_Layout_android_layout_gravity = 0;
- public static int CoordinatorLayout_Layout_layout_anchor = 1;
- public static int CoordinatorLayout_Layout_layout_anchorGravity = 2;
- public static int CoordinatorLayout_Layout_layout_behavior = 3;
- public static int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4;
- public static int CoordinatorLayout_Layout_layout_insetEdge = 5;
- public static int CoordinatorLayout_Layout_layout_keyline = 6;
- public static int[] DesignTheme = { 0x7f04003f, 0x7f040040, 0x7f040255 };
- public static int DesignTheme_bottomSheetDialogTheme = 0;
- public static int DesignTheme_bottomSheetStyle = 1;
- public static int DesignTheme_textColorError = 2;
- public static int[] DrawerArrowToggle = { 0x7f04002a, 0x7f04002b, 0x7f040037, 0x7f040069, 0x7f0400e4, 0x7f04012e, 0x7f040208, 0x7f040258 };
- public static int DrawerArrowToggle_arrowHeadLength = 0;
- public static int DrawerArrowToggle_arrowShaftLength = 1;
- public static int DrawerArrowToggle_barLength = 2;
- public static int DrawerArrowToggle_color = 3;
- public static int DrawerArrowToggle_drawableSize = 4;
- public static int DrawerArrowToggle_gapBetweenBars = 5;
- public static int DrawerArrowToggle_spinBars = 6;
- public static int DrawerArrowToggle_thickness = 7;
- public static int[] FloatingActionButton = { 0x7f040035, 0x7f040036, 0x7f04003d, 0x7f0400eb, 0x7f040114, 0x7f040115, 0x7f040116, 0x7f040117, 0x7f040118, 0x7f040119, 0x7f04011a, 0x7f04011b, 0x7f04011c, 0x7f04011d, 0x7f04019a, 0x7f0401c7, 0x7f040294 };
- public static int FloatingActionButton_backgroundTint = 0;
- public static int FloatingActionButton_backgroundTintMode = 1;
- public static int FloatingActionButton_borderWidth = 2;
- public static int FloatingActionButton_elevation = 3;
- public static int FloatingActionButton_fabSize = 4;
- public static int FloatingActionButton_fab_animDuration = 5;
- public static int FloatingActionButton_fab_backgroundAnimDuration = 6;
- public static int FloatingActionButton_fab_backgroundColor = 7;
- public static int FloatingActionButton_fab_elevation = 8;
- public static int FloatingActionButton_fab_iconLineMorphing = 9;
- public static int FloatingActionButton_fab_iconSize = 10;
- public static int FloatingActionButton_fab_iconSrc = 11;
- public static int FloatingActionButton_fab_interpolator = 12;
- public static int FloatingActionButton_fab_radius = 13;
- public static int FloatingActionButton_pressedTranslationZ = 14;
- public static int FloatingActionButton_rippleColor = 15;
- public static int FloatingActionButton_useCompatPadding = 16;
- public static int[] FloatingActionButton_Behavior_Layout = { 0x7f040038 };
- public static int FloatingActionButton_Behavior_Layout_behavior_autoHide = 0;
- public static int[] FontFamily = { 0x7f040125, 0x7f040126, 0x7f040127, 0x7f040128, 0x7f040129, 0x7f04012a };
- public static int FontFamily_fontProviderAuthority = 0;
- public static int FontFamily_fontProviderCerts = 1;
- public static int FontFamily_fontProviderFetchStrategy = 2;
- public static int FontFamily_fontProviderFetchTimeout = 3;
- public static int FontFamily_fontProviderPackage = 4;
- public static int FontFamily_fontProviderQuery = 5;
- public static int[] FontFamilyFont = { 0x7f040123, 0x7f04012b, 0x7f04012c };
- public static int FontFamilyFont_font = 0;
- public static int FontFamilyFont_fontStyle = 1;
- public static int FontFamilyFont_fontWeight = 2;
- public static int[] ForegroundLinearLayout = { 0x01010109, 0x01010200, 0x7f04012d };
- public static int ForegroundLinearLayout_android_foreground = 0;
- public static int ForegroundLinearLayout_android_foregroundGravity = 1;
- public static int ForegroundLinearLayout_foregroundInsidePadding = 2;
- public static int[] LinearLayoutCompat = { 0x01010126, 0x01010127, 0x010100af, 0x010100c4, 0x01010128, 0x7f0400c3, 0x7f0400c5, 0x7f040180, 0x7f0401ee };
- public static int LinearLayoutCompat_android_baselineAligned = 0;
- public static int LinearLayoutCompat_android_baselineAlignedChildIndex = 1;
- public static int LinearLayoutCompat_android_gravity = 2;
- public static int LinearLayoutCompat_android_orientation = 3;
- public static int LinearLayoutCompat_android_weightSum = 4;
- public static int LinearLayoutCompat_divider = 5;
- public static int LinearLayoutCompat_dividerPadding = 6;
- public static int LinearLayoutCompat_measureWithLargestChild = 7;
- public static int LinearLayoutCompat_showDividers = 8;
- public static int[] LinearLayoutCompat_Layout = { 0x010100b3, 0x010100f5, 0x01010181, 0x010100f4 };
- public static int LinearLayoutCompat_Layout_android_layout_gravity = 0;
- public static int LinearLayoutCompat_Layout_android_layout_height = 1;
- public static int LinearLayoutCompat_Layout_android_layout_weight = 2;
- public static int LinearLayoutCompat_Layout_android_layout_width = 3;
- public static int[] ListPopupWindow = { 0x010102ac, 0x010102ad };
- public static int ListPopupWindow_android_dropDownHorizontalOffset = 0;
- public static int ListPopupWindow_android_dropDownVerticalOffset = 1;
- public static int[] MenuGroup = { 0x010101e0, 0x0101000e, 0x010100d0, 0x010101de, 0x010101df, 0x01010194 };
- public static int MenuGroup_android_checkableBehavior = 0;
- public static int MenuGroup_android_enabled = 1;
- public static int MenuGroup_android_id = 2;
- public static int MenuGroup_android_menuCategory = 3;
- public static int MenuGroup_android_orderInCategory = 4;
- public static int MenuGroup_android_visible = 5;
- public static int[] MenuItem = { 0x7f04000e, 0x7f040020, 0x7f040021, 0x7f040029, 0x010101e3, 0x010101e5, 0x01010106, 0x0101000e, 0x01010002, 0x010100d0, 0x010101de, 0x010101e4, 0x0101026f, 0x010101df, 0x010101e1, 0x010101e2, 0x01010194, 0x7f040075, 0x7f04013a, 0x7f04013b, 0x7f040188, 0x7f0401ed, 0x7f040271 };
- public static int MenuItem_actionLayout = 0;
- public static int MenuItem_actionProviderClass = 1;
- public static int MenuItem_actionViewClass = 2;
- public static int MenuItem_alphabeticModifiers = 3;
- public static int MenuItem_android_alphabeticShortcut = 4;
- public static int MenuItem_android_checkable = 5;
- public static int MenuItem_android_checked = 6;
- public static int MenuItem_android_enabled = 7;
- public static int MenuItem_android_icon = 8;
- public static int MenuItem_android_id = 9;
- public static int MenuItem_android_menuCategory = 10;
- public static int MenuItem_android_numericShortcut = 11;
- public static int MenuItem_android_onClick = 12;
- public static int MenuItem_android_orderInCategory = 13;
- public static int MenuItem_android_title = 14;
- public static int MenuItem_android_titleCondensed = 15;
- public static int MenuItem_android_visible = 16;
- public static int MenuItem_contentDescription = 17;
- public static int MenuItem_iconTint = 18;
- public static int MenuItem_iconTintMode = 19;
- public static int MenuItem_numericModifiers = 20;
- public static int MenuItem_showAsAction = 21;
- public static int MenuItem_tooltipText = 22;
- public static int[] MenuView = { 0x0101012f, 0x0101012d, 0x01010130, 0x01010131, 0x0101012c, 0x0101012e, 0x010100ae, 0x7f040199, 0x7f040228 };
- public static int MenuView_android_headerBackground = 0;
- public static int MenuView_android_horizontalDivider = 1;
- public static int MenuView_android_itemBackground = 2;
- public static int MenuView_android_itemIconDisabledAlpha = 3;
- public static int MenuView_android_itemTextAppearance = 4;
- public static int MenuView_android_verticalDivider = 5;
- public static int MenuView_android_windowAnimationStyle = 6;
- public static int MenuView_preserveIconSpacing = 7;
- public static int MenuView_subMenuArrow = 8;
- public static int[] NavigationView = { 0x010100d4, 0x010100dd, 0x0101011f, 0x7f0400eb, 0x7f040130, 0x7f040142, 0x7f040143, 0x7f040145, 0x7f040146, 0x7f040181 };
- public static int NavigationView_android_background = 0;
- public static int NavigationView_android_fitsSystemWindows = 1;
- public static int NavigationView_android_maxWidth = 2;
- public static int NavigationView_elevation = 3;
- public static int NavigationView_headerLayout = 4;
- public static int NavigationView_itemBackground = 5;
- public static int NavigationView_itemIconTint = 6;
- public static int NavigationView_itemTextAppearance = 7;
- public static int NavigationView_itemTextColor = 8;
- public static int NavigationView_menu = 9;
- public static int[] PopupWindow = { 0x010102c9, 0x01010176, 0x7f040189 };
- public static int PopupWindow_android_popupAnimationStyle = 0;
- public static int PopupWindow_android_popupBackground = 1;
- public static int PopupWindow_overlapAnchor = 2;
- public static int[] PopupWindowBackgroundState = { 0x7f040223 };
- public static int PopupWindowBackgroundState_state_above_anchor = 0;
- public static int[] RecycleListView = { 0x7f04018a, 0x7f04018d };
- public static int RecycleListView_paddingBottomNoButtons = 0;
- public static int RecycleListView_paddingTopNoTitle = 1;
- public static int[] RecyclerView = { 0x010100f1, 0x010100c4, 0x7f04011e, 0x7f04011f, 0x7f040120, 0x7f040121, 0x7f040122, 0x7f040149, 0x7f0401c6, 0x7f040207, 0x7f040222 };
- public static int RecyclerView_android_descendantFocusability = 0;
- public static int RecyclerView_android_orientation = 1;
- public static int RecyclerView_fastScrollEnabled = 2;
- public static int RecyclerView_fastScrollHorizontalThumbDrawable = 3;
- public static int RecyclerView_fastScrollHorizontalTrackDrawable = 4;
- public static int RecyclerView_fastScrollVerticalThumbDrawable = 5;
- public static int RecyclerView_fastScrollVerticalTrackDrawable = 6;
- public static int RecyclerView_layoutManager = 7;
- public static int RecyclerView_reverseLayout = 8;
- public static int RecyclerView_spanCount = 9;
- public static int RecyclerView_stackFromEnd = 10;
- public static int[] ScrimInsetsFrameLayout = { 0x7f040140 };
- public static int ScrimInsetsFrameLayout_insetForeground = 0;
- public static int[] ScrollingViewBehavior_Layout = { 0x7f04003a };
- public static int ScrollingViewBehavior_Layout_behavior_overlapTop = 0;
- public static int[] SearchView = { 0x010100da, 0x01010264, 0x01010220, 0x0101011f, 0x7f040063, 0x7f040074, 0x7f040099, 0x7f04012f, 0x7f04013c, 0x7f040148, 0x7f0401a3, 0x7f0401a4, 0x7f0401e7, 0x7f0401e8, 0x7f040229, 0x7f04022e, 0x7f040296 };
- public static int SearchView_android_focusable = 0;
- public static int SearchView_android_imeOptions = 1;
- public static int SearchView_android_inputType = 2;
- public static int SearchView_android_maxWidth = 3;
- public static int SearchView_closeIcon = 4;
- public static int SearchView_commitIcon = 5;
- public static int SearchView_defaultQueryHint = 6;
- public static int SearchView_goIcon = 7;
- public static int SearchView_iconifiedByDefault = 8;
- public static int SearchView_layout = 9;
- public static int SearchView_queryBackground = 10;
- public static int SearchView_queryHint = 11;
- public static int SearchView_searchHintIcon = 12;
- public static int SearchView_searchIcon = 13;
- public static int SearchView_submitBackground = 14;
- public static int SearchView_suggestionRowLayout = 15;
- public static int SearchView_voiceIcon = 16;
- public static int[] SnackbarLayout = { 0x0101011f, 0x7f0400eb, 0x7f04017e };
- public static int SnackbarLayout_android_maxWidth = 0;
- public static int SnackbarLayout_elevation = 1;
- public static int SnackbarLayout_maxActionInlineWidth = 2;
- public static int[] Spinner = { 0x01010262, 0x010100b2, 0x010100af, 0x01010140, 0x0101013f, 0x01010176, 0x0101017b, 0x7f040197, 0x7f04020c, 0x7f04020d, 0x7f04020e, 0x7f04020f, 0x7f040210, 0x7f040211, 0x7f040212, 0x7f040213, 0x7f040214, 0x7f040215, 0x7f040216, 0x7f040217, 0x7f040218, 0x7f040219, 0x7f04021a, 0x7f04021b, 0x7f04021c, 0x7f04021d, 0x7f04021e, 0x7f04021f, 0x7f040220 };
- public static int Spinner_android_dropDownWidth = 0;
- public static int Spinner_android_entries = 1;
- public static int Spinner_android_gravity = 2;
- public static int Spinner_android_minHeight = 3;
- public static int Spinner_android_minWidth = 4;
- public static int Spinner_android_popupBackground = 5;
- public static int Spinner_android_prompt = 6;
- public static int Spinner_popupTheme = 7;
- public static int Spinner_spn_arrowAnimClockwise = 8;
- public static int Spinner_spn_arrowAnimDuration = 9;
- public static int Spinner_spn_arrowColor = 10;
- public static int Spinner_spn_arrowInterpolator = 11;
- public static int Spinner_spn_arrowPadding = 12;
- public static int Spinner_spn_arrowSize = 13;
- public static int Spinner_spn_arrowSwitchMode = 14;
- public static int Spinner_spn_disableChildrenWhenDisabled = 15;
- public static int Spinner_spn_dividerAnimDuration = 16;
- public static int Spinner_spn_dividerColor = 17;
- public static int Spinner_spn_dividerHeight = 18;
- public static int Spinner_spn_dividerPadding = 19;
- public static int Spinner_spn_label = 20;
- public static int Spinner_spn_labelEllipsize = 21;
- public static int Spinner_spn_labelEnable = 22;
- public static int Spinner_spn_labelPadding = 23;
- public static int Spinner_spn_labelTextAppearance = 24;
- public static int Spinner_spn_labelTextColor = 25;
- public static int Spinner_spn_labelTextSize = 26;
- public static int Spinner_spn_popupItemAnimOffset = 27;
- public static int Spinner_spn_popupItemAnimation = 28;
- public static int[] SwitchCompat = { 0x01010125, 0x01010124, 0x01010142, 0x7f0401ef, 0x7f04020b, 0x7f040237, 0x7f040238, 0x7f04023a, 0x7f040259, 0x7f04025a, 0x7f04025b, 0x7f040290, 0x7f040291, 0x7f040292 };
- public static int SwitchCompat_android_textOff = 0;
- public static int SwitchCompat_android_textOn = 1;
- public static int SwitchCompat_android_thumb = 2;
- public static int SwitchCompat_showText = 3;
- public static int SwitchCompat_splitTrack = 4;
- public static int SwitchCompat_switchMinWidth = 5;
- public static int SwitchCompat_switchPadding = 6;
- public static int SwitchCompat_switchTextAppearance = 7;
- public static int SwitchCompat_thumbTextPadding = 8;
- public static int SwitchCompat_thumbTint = 9;
- public static int SwitchCompat_thumbTintMode = 10;
- public static int SwitchCompat_track = 11;
- public static int SwitchCompat_trackTint = 12;
- public static int SwitchCompat_trackTintMode = 13;
- public static int[] TabItem = { 0x01010002, 0x010100f2, 0x0101014f };
- public static int TabItem_android_icon = 0;
- public static int TabItem_android_layout = 1;
- public static int TabItem_android_text = 2;
- public static int[] TabLayout = { 0x7f04023b, 0x7f04023c, 0x7f04023d, 0x7f04023e, 0x7f04023f, 0x7f040240, 0x7f040241, 0x7f040242, 0x7f040243, 0x7f040244, 0x7f040245, 0x7f040246, 0x7f040247, 0x7f040248, 0x7f040249, 0x7f04024a };
- public static int TabLayout_tabBackground = 0;
- public static int TabLayout_tabContentStart = 1;
- public static int TabLayout_tabGravity = 2;
- public static int TabLayout_tabIndicatorColor = 3;
- public static int TabLayout_tabIndicatorHeight = 4;
- public static int TabLayout_tabMaxWidth = 5;
- public static int TabLayout_tabMinWidth = 6;
- public static int TabLayout_tabMode = 7;
- public static int TabLayout_tabPadding = 8;
- public static int TabLayout_tabPaddingBottom = 9;
- public static int TabLayout_tabPaddingEnd = 10;
- public static int TabLayout_tabPaddingStart = 11;
- public static int TabLayout_tabPaddingTop = 12;
- public static int TabLayout_tabSelectedTextColor = 13;
- public static int TabLayout_tabTextAppearance = 14;
- public static int TabLayout_tabTextColor = 15;
- public static int[] TextAppearance = { 0x0101045d, 0x010103ac, 0x010104b7, 0x010104b6, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x0101038c, 0x01010098, 0x01010099, 0x0101009a, 0x0101009b, 0x01010095, 0x01010097, 0x01010096, 0x7f040124, 0x7f04024b, 0x7f040293 };
- public static int TextAppearance_android_elegantTextHeight = 0;
- public static int TextAppearance_android_fontFamily = 1;
- public static int TextAppearance_android_fontFeatureSettings = 2;
- public static int TextAppearance_android_letterSpacing = 3;
- public static int TextAppearance_android_shadowColor = 4;
- public static int TextAppearance_android_shadowDx = 5;
- public static int TextAppearance_android_shadowDy = 6;
- public static int TextAppearance_android_shadowRadius = 7;
- public static int TextAppearance_android_textAllCaps = 8;
- public static int TextAppearance_android_textColor = 9;
- public static int TextAppearance_android_textColorHighlight = 10;
- public static int TextAppearance_android_textColorHint = 11;
- public static int TextAppearance_android_textColorLink = 12;
- public static int TextAppearance_android_textSize = 13;
- public static int TextAppearance_android_textStyle = 14;
- public static int TextAppearance_android_typeface = 15;
- public static int TextAppearance_fontFamily = 16;
- public static int TextAppearance_textAllCaps = 17;
- public static int TextAppearance_tv_fontFamily = 18;
- public static int[] TextInputLayout = { 0x01010150, 0x0101009a, 0x7f040083, 0x7f040084, 0x7f040085, 0x7f040086, 0x7f0400ec, 0x7f0400ed, 0x7f040133, 0x7f040134, 0x7f040136, 0x7f040191, 0x7f040192, 0x7f040193, 0x7f040194, 0x7f040195 };
- public static int TextInputLayout_android_hint = 0;
- public static int TextInputLayout_android_textColorHint = 1;
- public static int TextInputLayout_counterEnabled = 2;
- public static int TextInputLayout_counterMaxLength = 3;
- public static int TextInputLayout_counterOverflowTextAppearance = 4;
- public static int TextInputLayout_counterTextAppearance = 5;
- public static int TextInputLayout_errorEnabled = 6;
- public static int TextInputLayout_errorTextAppearance = 7;
- public static int TextInputLayout_hintAnimationEnabled = 8;
- public static int TextInputLayout_hintEnabled = 9;
- public static int TextInputLayout_hintTextAppearance = 10;
- public static int TextInputLayout_passwordToggleContentDescription = 11;
- public static int TextInputLayout_passwordToggleDrawable = 12;
- public static int TextInputLayout_passwordToggleEnabled = 13;
- public static int TextInputLayout_passwordToggleTint = 14;
- public static int TextInputLayout_passwordToggleTintMode = 15;
- public static int[] Toolbar = { 0x010100af, 0x01010140, 0x7f04004d, 0x7f040065, 0x7f040066, 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b, 0x7f04016e, 0x7f04016f, 0x7f04017f, 0x7f040183, 0x7f040184, 0x7f040197, 0x7f04022a, 0x7f04022b, 0x7f04022c, 0x7f040261, 0x7f040263, 0x7f040264, 0x7f040265, 0x7f040266, 0x7f040267, 0x7f040268, 0x7f040269, 0x7f04026a };
- public static int Toolbar_android_gravity = 0;
- public static int Toolbar_android_minHeight = 1;
- public static int Toolbar_buttonGravity = 2;
- public static int Toolbar_collapseContentDescription = 3;
- public static int Toolbar_collapseIcon = 4;
- public static int Toolbar_contentInsetEnd = 5;
- public static int Toolbar_contentInsetEndWithActions = 6;
- public static int Toolbar_contentInsetLeft = 7;
- public static int Toolbar_contentInsetRight = 8;
- public static int Toolbar_contentInsetStart = 9;
- public static int Toolbar_contentInsetStartWithNavigation = 10;
- public static int Toolbar_logo = 11;
- public static int Toolbar_logoDescription = 12;
- public static int Toolbar_maxButtonHeight = 13;
- public static int Toolbar_navigationContentDescription = 14;
- public static int Toolbar_navigationIcon = 15;
- public static int Toolbar_popupTheme = 16;
- public static int Toolbar_subtitle = 17;
- public static int Toolbar_subtitleTextAppearance = 18;
- public static int Toolbar_subtitleTextColor = 19;
- public static int Toolbar_title = 20;
- public static int Toolbar_titleMargin = 21;
- public static int Toolbar_titleMarginBottom = 22;
- public static int Toolbar_titleMarginEnd = 23;
- public static int Toolbar_titleMarginStart = 24;
- public static int Toolbar_titleMarginTop = 25;
- public static int Toolbar_titleMargins = 26;
- public static int Toolbar_titleTextAppearance = 27;
- public static int Toolbar_titleTextColor = 28;
- public static int[] View = { 0x010100d4, 0x0101046b, 0x0101046c, 0x01010440, 0x010102aa, 0x010100e0, 0x010100da, 0x010103b2, 0x01010140, 0x0101013f, 0x010100d5, 0x010100d9, 0x010103b4, 0x010100d6, 0x010100d8, 0x010103b3, 0x010100d7, 0x010103a5, 0x010102a9, 0x010102a8, 0x01010063, 0x0101007f, 0x01010215, 0x01010119, 0x010103b1, 0x010103b0, 0x01010000, 0x010100dc, 0x7f04018b, 0x7f04018c, 0x7f040257 };
- public static int View_android_background = 0;
- public static int View_android_backgroundTint = 1;
- public static int View_android_backgroundTintMode = 2;
- public static int View_android_elevation = 3;
- public static int View_android_fadeScrollbars = 4;
- public static int View_android_fadingEdgeLength = 5;
- public static int View_android_focusable = 6;
- public static int View_android_layoutDirection = 7;
- public static int View_android_minHeight = 8;
- public static int View_android_minWidth = 9;
- public static int View_android_padding = 10;
- public static int View_android_paddingBottom = 11;
- public static int View_android_paddingEnd = 12;
- public static int View_android_paddingLeft = 13;
- public static int View_android_paddingRight = 14;
- public static int View_android_paddingStart = 15;
- public static int View_android_paddingTop = 16;
- public static int View_android_requiresFadingEdge = 17;
- public static int View_android_scrollbarDefaultDelayBeforeFade = 18;
- public static int View_android_scrollbarFadeDuration = 19;
- public static int View_android_scrollbarSize = 20;
- public static int View_android_scrollbarStyle = 21;
- public static int View_android_soundEffectsEnabled = 22;
- public static int View_android_src = 23;
- public static int View_android_textAlignment = 24;
- public static int View_android_textDirection = 25;
- public static int View_android_theme = 26;
- public static int View_android_visibility = 27;
- public static int View_paddingEnd = 28;
- public static int View_paddingStart = 29;
- public static int View_theme = 30;
- public static int[] ViewBackgroundHelper = { 0x010100d4, 0x7f040035, 0x7f040036 };
- public static int ViewBackgroundHelper_android_background = 0;
- public static int ViewBackgroundHelper_backgroundTint = 1;
- public static int ViewBackgroundHelper_backgroundTintMode = 2;
- public static int[] ViewStubCompat = { 0x010100d0, 0x010100f3, 0x010100f2 };
- public static int ViewStubCompat_android_id = 0;
- public static int ViewStubCompat_android_inflatedId = 1;
- public static int ViewStubCompat_android_layout = 2;
- }
-}
diff --git a/library/build/generated/source/r/debug/android/support/fragment/R.java b/library/build/generated/source/r/debug/android/support/fragment/R.java
deleted file mode 100644
index 905d6d4..0000000
--- a/library/build/generated/source/r/debug/android/support/fragment/R.java
+++ /dev/null
@@ -1,129 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package android.support.fragment;
-
-public final class R {
- public static final class attr {
- public static int font = 0x7f040123;
- public static int fontProviderAuthority = 0x7f040125;
- public static int fontProviderCerts = 0x7f040126;
- public static int fontProviderFetchStrategy = 0x7f040127;
- public static int fontProviderFetchTimeout = 0x7f040128;
- public static int fontProviderPackage = 0x7f040129;
- public static int fontProviderQuery = 0x7f04012a;
- public static int fontStyle = 0x7f04012b;
- public static int fontWeight = 0x7f04012c;
- }
- public static final class bool {
- public static int abc_action_bar_embed_tabs = 0x7f050001;
- }
- public static final class color {
- public static int notification_action_color_filter = 0x7f06005c;
- public static int notification_icon_bg_color = 0x7f06005d;
- public static int ripple_material_light = 0x7f06006d;
- public static int secondary_text_default_material_light = 0x7f06006f;
- }
- public static final class dimen {
- public static int compat_button_inset_horizontal_material = 0x7f080052;
- public static int compat_button_inset_vertical_material = 0x7f080053;
- public static int compat_button_padding_horizontal_material = 0x7f080054;
- public static int compat_button_padding_vertical_material = 0x7f080055;
- public static int compat_control_corner_material = 0x7f080056;
- public static int notification_action_icon_size = 0x7f08008c;
- public static int notification_action_text_size = 0x7f08008d;
- public static int notification_big_circle_margin = 0x7f08008e;
- public static int notification_content_margin_start = 0x7f08008f;
- public static int notification_large_icon_height = 0x7f080090;
- public static int notification_large_icon_width = 0x7f080091;
- public static int notification_main_column_padding_top = 0x7f080092;
- public static int notification_media_narrow_margin = 0x7f080093;
- public static int notification_right_icon_size = 0x7f080094;
- public static int notification_right_side_padding_top = 0x7f080095;
- public static int notification_small_icon_background_padding = 0x7f080096;
- public static int notification_small_icon_size_as_large = 0x7f080097;
- public static int notification_subtext_size = 0x7f080098;
- public static int notification_top_pad = 0x7f080099;
- public static int notification_top_pad_large_text = 0x7f08009a;
- }
- public static final class drawable {
- public static int notification_action_background = 0x7f090068;
- public static int notification_bg = 0x7f090069;
- public static int notification_bg_low = 0x7f09006a;
- public static int notification_bg_low_normal = 0x7f09006b;
- public static int notification_bg_low_pressed = 0x7f09006c;
- public static int notification_bg_normal = 0x7f09006d;
- public static int notification_bg_normal_pressed = 0x7f09006e;
- public static int notification_icon_background = 0x7f09006f;
- public static int notification_template_icon_bg = 0x7f090070;
- public static int notification_template_icon_low_bg = 0x7f090071;
- public static int notification_tile_bg = 0x7f090072;
- public static int notify_panel_notification_icon_bg = 0x7f090073;
- }
- public static final class id {
- public static int action_container = 0x7f0c0009;
- public static int action_divider = 0x7f0c000b;
- public static int action_image = 0x7f0c000c;
- public static int action_text = 0x7f0c0012;
- public static int actions = 0x7f0c0013;
- public static int async = 0x7f0c001d;
- public static int blocking = 0x7f0c0021;
- public static int chronometer = 0x7f0c002c;
- public static int forever = 0x7f0c0044;
- public static int icon = 0x7f0c004b;
- public static int icon_group = 0x7f0c004c;
- public static int info = 0x7f0c0050;
- public static int italic = 0x7f0c0051;
- public static int line1 = 0x7f0c0055;
- public static int line3 = 0x7f0c0056;
- public static int normal = 0x7f0c006b;
- public static int notification_background = 0x7f0c006c;
- public static int notification_main_column = 0x7f0c006d;
- public static int notification_main_column_container = 0x7f0c006e;
- public static int right_icon = 0x7f0c007a;
- public static int right_side = 0x7f0c007b;
- public static int text = 0x7f0c00a7;
- public static int text2 = 0x7f0c00a8;
- public static int time = 0x7f0c00ae;
- public static int title = 0x7f0c00af;
- }
- public static final class integer {
- public static int status_bar_notification_info_maxnum = 0x7f0d000b;
- }
- public static final class layout {
- public static int notification_action = 0x7f0f002e;
- public static int notification_action_tombstone = 0x7f0f002f;
- public static int notification_template_custom_big = 0x7f0f0036;
- public static int notification_template_icon_group = 0x7f0f0037;
- public static int notification_template_part_chronometer = 0x7f0f003c;
- public static int notification_template_part_time = 0x7f0f003d;
- }
- public static final class string {
- public static int status_bar_notification_info_overflow = 0x7f150029;
- }
- public static final class style {
- public static int TextAppearance_Compat_Notification = 0x7f16014a;
- public static int TextAppearance_Compat_Notification_Info = 0x7f16014b;
- public static int TextAppearance_Compat_Notification_Line2 = 0x7f16014d;
- public static int TextAppearance_Compat_Notification_Time = 0x7f160150;
- public static int TextAppearance_Compat_Notification_Title = 0x7f160152;
- public static int Widget_Compat_NotificationActionContainer = 0x7f1601cd;
- public static int Widget_Compat_NotificationActionText = 0x7f1601ce;
- }
- public static final class styleable {
- public static int[] FontFamily = { 0x7f040125, 0x7f040126, 0x7f040127, 0x7f040128, 0x7f040129, 0x7f04012a };
- public static int FontFamily_fontProviderAuthority = 0;
- public static int FontFamily_fontProviderCerts = 1;
- public static int FontFamily_fontProviderFetchStrategy = 2;
- public static int FontFamily_fontProviderFetchTimeout = 3;
- public static int FontFamily_fontProviderPackage = 4;
- public static int FontFamily_fontProviderQuery = 5;
- public static int[] FontFamilyFont = { 0x7f040123, 0x7f04012b, 0x7f04012c };
- public static int FontFamilyFont_font = 0;
- public static int FontFamilyFont_fontStyle = 1;
- public static int FontFamilyFont_fontWeight = 2;
- }
-}
diff --git a/library/build/generated/source/r/debug/android/support/graphics/drawable/R.java b/library/build/generated/source/r/debug/android/support/graphics/drawable/R.java
deleted file mode 100644
index 64f5802..0000000
--- a/library/build/generated/source/r/debug/android/support/graphics/drawable/R.java
+++ /dev/null
@@ -1,129 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package android.support.graphics.drawable;
-
-public final class R {
- public static final class attr {
- public static int font = 0x7f040123;
- public static int fontProviderAuthority = 0x7f040125;
- public static int fontProviderCerts = 0x7f040126;
- public static int fontProviderFetchStrategy = 0x7f040127;
- public static int fontProviderFetchTimeout = 0x7f040128;
- public static int fontProviderPackage = 0x7f040129;
- public static int fontProviderQuery = 0x7f04012a;
- public static int fontStyle = 0x7f04012b;
- public static int fontWeight = 0x7f04012c;
- }
- public static final class bool {
- public static int abc_action_bar_embed_tabs = 0x7f050001;
- }
- public static final class color {
- public static int notification_action_color_filter = 0x7f06005c;
- public static int notification_icon_bg_color = 0x7f06005d;
- public static int ripple_material_light = 0x7f06006d;
- public static int secondary_text_default_material_light = 0x7f06006f;
- }
- public static final class dimen {
- public static int compat_button_inset_horizontal_material = 0x7f080052;
- public static int compat_button_inset_vertical_material = 0x7f080053;
- public static int compat_button_padding_horizontal_material = 0x7f080054;
- public static int compat_button_padding_vertical_material = 0x7f080055;
- public static int compat_control_corner_material = 0x7f080056;
- public static int notification_action_icon_size = 0x7f08008c;
- public static int notification_action_text_size = 0x7f08008d;
- public static int notification_big_circle_margin = 0x7f08008e;
- public static int notification_content_margin_start = 0x7f08008f;
- public static int notification_large_icon_height = 0x7f080090;
- public static int notification_large_icon_width = 0x7f080091;
- public static int notification_main_column_padding_top = 0x7f080092;
- public static int notification_media_narrow_margin = 0x7f080093;
- public static int notification_right_icon_size = 0x7f080094;
- public static int notification_right_side_padding_top = 0x7f080095;
- public static int notification_small_icon_background_padding = 0x7f080096;
- public static int notification_small_icon_size_as_large = 0x7f080097;
- public static int notification_subtext_size = 0x7f080098;
- public static int notification_top_pad = 0x7f080099;
- public static int notification_top_pad_large_text = 0x7f08009a;
- }
- public static final class drawable {
- public static int notification_action_background = 0x7f090068;
- public static int notification_bg = 0x7f090069;
- public static int notification_bg_low = 0x7f09006a;
- public static int notification_bg_low_normal = 0x7f09006b;
- public static int notification_bg_low_pressed = 0x7f09006c;
- public static int notification_bg_normal = 0x7f09006d;
- public static int notification_bg_normal_pressed = 0x7f09006e;
- public static int notification_icon_background = 0x7f09006f;
- public static int notification_template_icon_bg = 0x7f090070;
- public static int notification_template_icon_low_bg = 0x7f090071;
- public static int notification_tile_bg = 0x7f090072;
- public static int notify_panel_notification_icon_bg = 0x7f090073;
- }
- public static final class id {
- public static int action_container = 0x7f0c0009;
- public static int action_divider = 0x7f0c000b;
- public static int action_image = 0x7f0c000c;
- public static int action_text = 0x7f0c0012;
- public static int actions = 0x7f0c0013;
- public static int async = 0x7f0c001d;
- public static int blocking = 0x7f0c0021;
- public static int chronometer = 0x7f0c002c;
- public static int forever = 0x7f0c0044;
- public static int icon = 0x7f0c004b;
- public static int icon_group = 0x7f0c004c;
- public static int info = 0x7f0c0050;
- public static int italic = 0x7f0c0051;
- public static int line1 = 0x7f0c0055;
- public static int line3 = 0x7f0c0056;
- public static int normal = 0x7f0c006b;
- public static int notification_background = 0x7f0c006c;
- public static int notification_main_column = 0x7f0c006d;
- public static int notification_main_column_container = 0x7f0c006e;
- public static int right_icon = 0x7f0c007a;
- public static int right_side = 0x7f0c007b;
- public static int text = 0x7f0c00a7;
- public static int text2 = 0x7f0c00a8;
- public static int time = 0x7f0c00ae;
- public static int title = 0x7f0c00af;
- }
- public static final class integer {
- public static int status_bar_notification_info_maxnum = 0x7f0d000b;
- }
- public static final class layout {
- public static int notification_action = 0x7f0f002e;
- public static int notification_action_tombstone = 0x7f0f002f;
- public static int notification_template_custom_big = 0x7f0f0036;
- public static int notification_template_icon_group = 0x7f0f0037;
- public static int notification_template_part_chronometer = 0x7f0f003c;
- public static int notification_template_part_time = 0x7f0f003d;
- }
- public static final class string {
- public static int status_bar_notification_info_overflow = 0x7f150029;
- }
- public static final class style {
- public static int TextAppearance_Compat_Notification = 0x7f16014a;
- public static int TextAppearance_Compat_Notification_Info = 0x7f16014b;
- public static int TextAppearance_Compat_Notification_Line2 = 0x7f16014d;
- public static int TextAppearance_Compat_Notification_Time = 0x7f160150;
- public static int TextAppearance_Compat_Notification_Title = 0x7f160152;
- public static int Widget_Compat_NotificationActionContainer = 0x7f1601cd;
- public static int Widget_Compat_NotificationActionText = 0x7f1601ce;
- }
- public static final class styleable {
- public static int[] FontFamily = { 0x7f040125, 0x7f040126, 0x7f040127, 0x7f040128, 0x7f040129, 0x7f04012a };
- public static int FontFamily_fontProviderAuthority = 0;
- public static int FontFamily_fontProviderCerts = 1;
- public static int FontFamily_fontProviderFetchStrategy = 2;
- public static int FontFamily_fontProviderFetchTimeout = 3;
- public static int FontFamily_fontProviderPackage = 4;
- public static int FontFamily_fontProviderQuery = 5;
- public static int[] FontFamilyFont = { 0x7f040123, 0x7f04012b, 0x7f04012c };
- public static int FontFamilyFont_font = 0;
- public static int FontFamilyFont_fontStyle = 1;
- public static int FontFamilyFont_fontWeight = 2;
- }
-}
diff --git a/library/build/generated/source/r/debug/android/support/graphics/drawable/animated/R.java b/library/build/generated/source/r/debug/android/support/graphics/drawable/animated/R.java
deleted file mode 100644
index ce9fbb5..0000000
--- a/library/build/generated/source/r/debug/android/support/graphics/drawable/animated/R.java
+++ /dev/null
@@ -1,129 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package android.support.graphics.drawable.animated;
-
-public final class R {
- public static final class attr {
- public static int font = 0x7f040123;
- public static int fontProviderAuthority = 0x7f040125;
- public static int fontProviderCerts = 0x7f040126;
- public static int fontProviderFetchStrategy = 0x7f040127;
- public static int fontProviderFetchTimeout = 0x7f040128;
- public static int fontProviderPackage = 0x7f040129;
- public static int fontProviderQuery = 0x7f04012a;
- public static int fontStyle = 0x7f04012b;
- public static int fontWeight = 0x7f04012c;
- }
- public static final class bool {
- public static int abc_action_bar_embed_tabs = 0x7f050001;
- }
- public static final class color {
- public static int notification_action_color_filter = 0x7f06005c;
- public static int notification_icon_bg_color = 0x7f06005d;
- public static int ripple_material_light = 0x7f06006d;
- public static int secondary_text_default_material_light = 0x7f06006f;
- }
- public static final class dimen {
- public static int compat_button_inset_horizontal_material = 0x7f080052;
- public static int compat_button_inset_vertical_material = 0x7f080053;
- public static int compat_button_padding_horizontal_material = 0x7f080054;
- public static int compat_button_padding_vertical_material = 0x7f080055;
- public static int compat_control_corner_material = 0x7f080056;
- public static int notification_action_icon_size = 0x7f08008c;
- public static int notification_action_text_size = 0x7f08008d;
- public static int notification_big_circle_margin = 0x7f08008e;
- public static int notification_content_margin_start = 0x7f08008f;
- public static int notification_large_icon_height = 0x7f080090;
- public static int notification_large_icon_width = 0x7f080091;
- public static int notification_main_column_padding_top = 0x7f080092;
- public static int notification_media_narrow_margin = 0x7f080093;
- public static int notification_right_icon_size = 0x7f080094;
- public static int notification_right_side_padding_top = 0x7f080095;
- public static int notification_small_icon_background_padding = 0x7f080096;
- public static int notification_small_icon_size_as_large = 0x7f080097;
- public static int notification_subtext_size = 0x7f080098;
- public static int notification_top_pad = 0x7f080099;
- public static int notification_top_pad_large_text = 0x7f08009a;
- }
- public static final class drawable {
- public static int notification_action_background = 0x7f090068;
- public static int notification_bg = 0x7f090069;
- public static int notification_bg_low = 0x7f09006a;
- public static int notification_bg_low_normal = 0x7f09006b;
- public static int notification_bg_low_pressed = 0x7f09006c;
- public static int notification_bg_normal = 0x7f09006d;
- public static int notification_bg_normal_pressed = 0x7f09006e;
- public static int notification_icon_background = 0x7f09006f;
- public static int notification_template_icon_bg = 0x7f090070;
- public static int notification_template_icon_low_bg = 0x7f090071;
- public static int notification_tile_bg = 0x7f090072;
- public static int notify_panel_notification_icon_bg = 0x7f090073;
- }
- public static final class id {
- public static int action_container = 0x7f0c0009;
- public static int action_divider = 0x7f0c000b;
- public static int action_image = 0x7f0c000c;
- public static int action_text = 0x7f0c0012;
- public static int actions = 0x7f0c0013;
- public static int async = 0x7f0c001d;
- public static int blocking = 0x7f0c0021;
- public static int chronometer = 0x7f0c002c;
- public static int forever = 0x7f0c0044;
- public static int icon = 0x7f0c004b;
- public static int icon_group = 0x7f0c004c;
- public static int info = 0x7f0c0050;
- public static int italic = 0x7f0c0051;
- public static int line1 = 0x7f0c0055;
- public static int line3 = 0x7f0c0056;
- public static int normal = 0x7f0c006b;
- public static int notification_background = 0x7f0c006c;
- public static int notification_main_column = 0x7f0c006d;
- public static int notification_main_column_container = 0x7f0c006e;
- public static int right_icon = 0x7f0c007a;
- public static int right_side = 0x7f0c007b;
- public static int text = 0x7f0c00a7;
- public static int text2 = 0x7f0c00a8;
- public static int time = 0x7f0c00ae;
- public static int title = 0x7f0c00af;
- }
- public static final class integer {
- public static int status_bar_notification_info_maxnum = 0x7f0d000b;
- }
- public static final class layout {
- public static int notification_action = 0x7f0f002e;
- public static int notification_action_tombstone = 0x7f0f002f;
- public static int notification_template_custom_big = 0x7f0f0036;
- public static int notification_template_icon_group = 0x7f0f0037;
- public static int notification_template_part_chronometer = 0x7f0f003c;
- public static int notification_template_part_time = 0x7f0f003d;
- }
- public static final class string {
- public static int status_bar_notification_info_overflow = 0x7f150029;
- }
- public static final class style {
- public static int TextAppearance_Compat_Notification = 0x7f16014a;
- public static int TextAppearance_Compat_Notification_Info = 0x7f16014b;
- public static int TextAppearance_Compat_Notification_Line2 = 0x7f16014d;
- public static int TextAppearance_Compat_Notification_Time = 0x7f160150;
- public static int TextAppearance_Compat_Notification_Title = 0x7f160152;
- public static int Widget_Compat_NotificationActionContainer = 0x7f1601cd;
- public static int Widget_Compat_NotificationActionText = 0x7f1601ce;
- }
- public static final class styleable {
- public static int[] FontFamily = { 0x7f040125, 0x7f040126, 0x7f040127, 0x7f040128, 0x7f040129, 0x7f04012a };
- public static int FontFamily_fontProviderAuthority = 0;
- public static int FontFamily_fontProviderCerts = 1;
- public static int FontFamily_fontProviderFetchStrategy = 2;
- public static int FontFamily_fontProviderFetchTimeout = 3;
- public static int FontFamily_fontProviderPackage = 4;
- public static int FontFamily_fontProviderQuery = 5;
- public static int[] FontFamilyFont = { 0x7f040123, 0x7f04012b, 0x7f04012c };
- public static int FontFamilyFont_font = 0;
- public static int FontFamilyFont_fontStyle = 1;
- public static int FontFamilyFont_fontWeight = 2;
- }
-}
diff --git a/library/build/generated/source/r/debug/android/support/mediacompat/R.java b/library/build/generated/source/r/debug/android/support/mediacompat/R.java
deleted file mode 100644
index 7141d4b..0000000
--- a/library/build/generated/source/r/debug/android/support/mediacompat/R.java
+++ /dev/null
@@ -1,152 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package android.support.mediacompat;
-
-public final class R {
- public static final class attr {
- public static int font = 0x7f040123;
- public static int fontProviderAuthority = 0x7f040125;
- public static int fontProviderCerts = 0x7f040126;
- public static int fontProviderFetchStrategy = 0x7f040127;
- public static int fontProviderFetchTimeout = 0x7f040128;
- public static int fontProviderPackage = 0x7f040129;
- public static int fontProviderQuery = 0x7f04012a;
- public static int fontStyle = 0x7f04012b;
- public static int fontWeight = 0x7f04012c;
- }
- public static final class bool {
- public static int abc_action_bar_embed_tabs = 0x7f050001;
- }
- public static final class color {
- public static int notification_action_color_filter = 0x7f06005c;
- public static int notification_icon_bg_color = 0x7f06005d;
- public static int notification_material_background_media_default_color = 0x7f06005e;
- public static int primary_text_default_material_dark = 0x7f060066;
- public static int ripple_material_light = 0x7f06006d;
- public static int secondary_text_default_material_dark = 0x7f06006e;
- public static int secondary_text_default_material_light = 0x7f06006f;
- }
- public static final class dimen {
- public static int compat_button_inset_horizontal_material = 0x7f080052;
- public static int compat_button_inset_vertical_material = 0x7f080053;
- public static int compat_button_padding_horizontal_material = 0x7f080054;
- public static int compat_button_padding_vertical_material = 0x7f080055;
- public static int compat_control_corner_material = 0x7f080056;
- public static int notification_action_icon_size = 0x7f08008c;
- public static int notification_action_text_size = 0x7f08008d;
- public static int notification_big_circle_margin = 0x7f08008e;
- public static int notification_content_margin_start = 0x7f08008f;
- public static int notification_large_icon_height = 0x7f080090;
- public static int notification_large_icon_width = 0x7f080091;
- public static int notification_main_column_padding_top = 0x7f080092;
- public static int notification_media_narrow_margin = 0x7f080093;
- public static int notification_right_icon_size = 0x7f080094;
- public static int notification_right_side_padding_top = 0x7f080095;
- public static int notification_small_icon_background_padding = 0x7f080096;
- public static int notification_small_icon_size_as_large = 0x7f080097;
- public static int notification_subtext_size = 0x7f080098;
- public static int notification_top_pad = 0x7f080099;
- public static int notification_top_pad_large_text = 0x7f08009a;
- }
- public static final class drawable {
- public static int notification_action_background = 0x7f090068;
- public static int notification_bg = 0x7f090069;
- public static int notification_bg_low = 0x7f09006a;
- public static int notification_bg_low_normal = 0x7f09006b;
- public static int notification_bg_low_pressed = 0x7f09006c;
- public static int notification_bg_normal = 0x7f09006d;
- public static int notification_bg_normal_pressed = 0x7f09006e;
- public static int notification_icon_background = 0x7f09006f;
- public static int notification_template_icon_bg = 0x7f090070;
- public static int notification_template_icon_low_bg = 0x7f090071;
- public static int notification_tile_bg = 0x7f090072;
- public static int notify_panel_notification_icon_bg = 0x7f090073;
- }
- public static final class id {
- public static int action0 = 0x7f0c0001;
- public static int action_container = 0x7f0c0009;
- public static int action_divider = 0x7f0c000b;
- public static int action_image = 0x7f0c000c;
- public static int action_text = 0x7f0c0012;
- public static int actions = 0x7f0c0013;
- public static int async = 0x7f0c001d;
- public static int blocking = 0x7f0c0021;
- public static int cancel_action = 0x7f0c0028;
- public static int chronometer = 0x7f0c002c;
- public static int end_padder = 0x7f0c003f;
- public static int forever = 0x7f0c0044;
- public static int icon = 0x7f0c004b;
- public static int icon_group = 0x7f0c004c;
- public static int info = 0x7f0c0050;
- public static int italic = 0x7f0c0051;
- public static int line1 = 0x7f0c0055;
- public static int line3 = 0x7f0c0056;
- public static int media_actions = 0x7f0c0060;
- public static int normal = 0x7f0c006b;
- public static int notification_background = 0x7f0c006c;
- public static int notification_main_column = 0x7f0c006d;
- public static int notification_main_column_container = 0x7f0c006e;
- public static int right_icon = 0x7f0c007a;
- public static int right_side = 0x7f0c007b;
- public static int status_bar_latest_event_content = 0x7f0c00a3;
- public static int text = 0x7f0c00a7;
- public static int text2 = 0x7f0c00a8;
- public static int time = 0x7f0c00ae;
- public static int title = 0x7f0c00af;
- }
- public static final class integer {
- public static int cancel_button_image_alpha = 0x7f0d0006;
- public static int status_bar_notification_info_maxnum = 0x7f0d000b;
- }
- public static final class layout {
- public static int notification_action = 0x7f0f002e;
- public static int notification_action_tombstone = 0x7f0f002f;
- public static int notification_media_action = 0x7f0f0030;
- public static int notification_media_cancel_action = 0x7f0f0031;
- public static int notification_template_big_media = 0x7f0f0032;
- public static int notification_template_big_media_custom = 0x7f0f0033;
- public static int notification_template_big_media_narrow = 0x7f0f0034;
- public static int notification_template_big_media_narrow_custom = 0x7f0f0035;
- public static int notification_template_custom_big = 0x7f0f0036;
- public static int notification_template_icon_group = 0x7f0f0037;
- public static int notification_template_lines_media = 0x7f0f0039;
- public static int notification_template_media = 0x7f0f003a;
- public static int notification_template_media_custom = 0x7f0f003b;
- public static int notification_template_part_chronometer = 0x7f0f003c;
- public static int notification_template_part_time = 0x7f0f003d;
- }
- public static final class string {
- public static int status_bar_notification_info_overflow = 0x7f150029;
- }
- public static final class style {
- public static int TextAppearance_Compat_Notification = 0x7f16014a;
- public static int TextAppearance_Compat_Notification_Info = 0x7f16014b;
- public static int TextAppearance_Compat_Notification_Info_Media = 0x7f16014c;
- public static int TextAppearance_Compat_Notification_Line2 = 0x7f16014d;
- public static int TextAppearance_Compat_Notification_Line2_Media = 0x7f16014e;
- public static int TextAppearance_Compat_Notification_Media = 0x7f16014f;
- public static int TextAppearance_Compat_Notification_Time = 0x7f160150;
- public static int TextAppearance_Compat_Notification_Time_Media = 0x7f160151;
- public static int TextAppearance_Compat_Notification_Title = 0x7f160152;
- public static int TextAppearance_Compat_Notification_Title_Media = 0x7f160153;
- public static int Widget_Compat_NotificationActionContainer = 0x7f1601cd;
- public static int Widget_Compat_NotificationActionText = 0x7f1601ce;
- }
- public static final class styleable {
- public static int[] FontFamily = { 0x7f040125, 0x7f040126, 0x7f040127, 0x7f040128, 0x7f040129, 0x7f04012a };
- public static int FontFamily_fontProviderAuthority = 0;
- public static int FontFamily_fontProviderCerts = 1;
- public static int FontFamily_fontProviderFetchStrategy = 2;
- public static int FontFamily_fontProviderFetchTimeout = 3;
- public static int FontFamily_fontProviderPackage = 4;
- public static int FontFamily_fontProviderQuery = 5;
- public static int[] FontFamilyFont = { 0x7f040123, 0x7f04012b, 0x7f04012c };
- public static int FontFamilyFont_font = 0;
- public static int FontFamilyFont_fontStyle = 1;
- public static int FontFamilyFont_fontWeight = 2;
- }
-}
diff --git a/library/build/generated/source/r/debug/android/support/transition/R.java b/library/build/generated/source/r/debug/android/support/transition/R.java
deleted file mode 100644
index d98d6fc..0000000
--- a/library/build/generated/source/r/debug/android/support/transition/R.java
+++ /dev/null
@@ -1,162 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package android.support.transition;
-
-public final class R {
- public static final class attr {
- public static int font = 0x7f040123;
- public static int fontProviderAuthority = 0x7f040125;
- public static int fontProviderCerts = 0x7f040126;
- public static int fontProviderFetchStrategy = 0x7f040127;
- public static int fontProviderFetchTimeout = 0x7f040128;
- public static int fontProviderPackage = 0x7f040129;
- public static int fontProviderQuery = 0x7f04012a;
- public static int fontStyle = 0x7f04012b;
- public static int fontWeight = 0x7f04012c;
- }
- public static final class bool {
- public static int abc_action_bar_embed_tabs = 0x7f050001;
- }
- public static final class color {
- public static int notification_action_color_filter = 0x7f06005c;
- public static int notification_icon_bg_color = 0x7f06005d;
- public static int notification_material_background_media_default_color = 0x7f06005e;
- public static int primary_text_default_material_dark = 0x7f060066;
- public static int ripple_material_light = 0x7f06006d;
- public static int secondary_text_default_material_dark = 0x7f06006e;
- public static int secondary_text_default_material_light = 0x7f06006f;
- }
- public static final class dimen {
- public static int compat_button_inset_horizontal_material = 0x7f080052;
- public static int compat_button_inset_vertical_material = 0x7f080053;
- public static int compat_button_padding_horizontal_material = 0x7f080054;
- public static int compat_button_padding_vertical_material = 0x7f080055;
- public static int compat_control_corner_material = 0x7f080056;
- public static int notification_action_icon_size = 0x7f08008c;
- public static int notification_action_text_size = 0x7f08008d;
- public static int notification_big_circle_margin = 0x7f08008e;
- public static int notification_content_margin_start = 0x7f08008f;
- public static int notification_large_icon_height = 0x7f080090;
- public static int notification_large_icon_width = 0x7f080091;
- public static int notification_main_column_padding_top = 0x7f080092;
- public static int notification_media_narrow_margin = 0x7f080093;
- public static int notification_right_icon_size = 0x7f080094;
- public static int notification_right_side_padding_top = 0x7f080095;
- public static int notification_small_icon_background_padding = 0x7f080096;
- public static int notification_small_icon_size_as_large = 0x7f080097;
- public static int notification_subtext_size = 0x7f080098;
- public static int notification_top_pad = 0x7f080099;
- public static int notification_top_pad_large_text = 0x7f08009a;
- }
- public static final class drawable {
- public static int notification_action_background = 0x7f090068;
- public static int notification_bg = 0x7f090069;
- public static int notification_bg_low = 0x7f09006a;
- public static int notification_bg_low_normal = 0x7f09006b;
- public static int notification_bg_low_pressed = 0x7f09006c;
- public static int notification_bg_normal = 0x7f09006d;
- public static int notification_bg_normal_pressed = 0x7f09006e;
- public static int notification_icon_background = 0x7f09006f;
- public static int notification_template_icon_bg = 0x7f090070;
- public static int notification_template_icon_low_bg = 0x7f090071;
- public static int notification_tile_bg = 0x7f090072;
- public static int notify_panel_notification_icon_bg = 0x7f090073;
- }
- public static final class id {
- public static int action0 = 0x7f0c0001;
- public static int action_container = 0x7f0c0009;
- public static int action_divider = 0x7f0c000b;
- public static int action_image = 0x7f0c000c;
- public static int action_text = 0x7f0c0012;
- public static int actions = 0x7f0c0013;
- public static int async = 0x7f0c001d;
- public static int blocking = 0x7f0c0021;
- public static int cancel_action = 0x7f0c0028;
- public static int chronometer = 0x7f0c002c;
- public static int end_padder = 0x7f0c003f;
- public static int forever = 0x7f0c0044;
- public static int ghost_view = 0x7f0c0045;
- public static int icon = 0x7f0c004b;
- public static int icon_group = 0x7f0c004c;
- public static int info = 0x7f0c0050;
- public static int italic = 0x7f0c0051;
- public static int line1 = 0x7f0c0055;
- public static int line3 = 0x7f0c0056;
- public static int media_actions = 0x7f0c0060;
- public static int normal = 0x7f0c006b;
- public static int notification_background = 0x7f0c006c;
- public static int notification_main_column = 0x7f0c006d;
- public static int notification_main_column_container = 0x7f0c006e;
- public static int parent_matrix = 0x7f0c0072;
- public static int right_icon = 0x7f0c007a;
- public static int right_side = 0x7f0c007b;
- public static int save_image_matrix = 0x7f0c007e;
- public static int save_non_transition_alpha = 0x7f0c007f;
- public static int save_scale_type = 0x7f0c0080;
- public static int status_bar_latest_event_content = 0x7f0c00a3;
- public static int text = 0x7f0c00a7;
- public static int text2 = 0x7f0c00a8;
- public static int time = 0x7f0c00ae;
- public static int title = 0x7f0c00af;
- public static int transition_current_scene = 0x7f0c00b6;
- public static int transition_layout_save = 0x7f0c00b7;
- public static int transition_position = 0x7f0c00b8;
- public static int transition_scene_layoutid_cache = 0x7f0c00b9;
- public static int transition_transform = 0x7f0c00ba;
- }
- public static final class integer {
- public static int cancel_button_image_alpha = 0x7f0d0006;
- public static int status_bar_notification_info_maxnum = 0x7f0d000b;
- }
- public static final class layout {
- public static int notification_action = 0x7f0f002e;
- public static int notification_action_tombstone = 0x7f0f002f;
- public static int notification_media_action = 0x7f0f0030;
- public static int notification_media_cancel_action = 0x7f0f0031;
- public static int notification_template_big_media = 0x7f0f0032;
- public static int notification_template_big_media_custom = 0x7f0f0033;
- public static int notification_template_big_media_narrow = 0x7f0f0034;
- public static int notification_template_big_media_narrow_custom = 0x7f0f0035;
- public static int notification_template_custom_big = 0x7f0f0036;
- public static int notification_template_icon_group = 0x7f0f0037;
- public static int notification_template_lines_media = 0x7f0f0039;
- public static int notification_template_media = 0x7f0f003a;
- public static int notification_template_media_custom = 0x7f0f003b;
- public static int notification_template_part_chronometer = 0x7f0f003c;
- public static int notification_template_part_time = 0x7f0f003d;
- }
- public static final class string {
- public static int status_bar_notification_info_overflow = 0x7f150029;
- }
- public static final class style {
- public static int TextAppearance_Compat_Notification = 0x7f16014a;
- public static int TextAppearance_Compat_Notification_Info = 0x7f16014b;
- public static int TextAppearance_Compat_Notification_Info_Media = 0x7f16014c;
- public static int TextAppearance_Compat_Notification_Line2 = 0x7f16014d;
- public static int TextAppearance_Compat_Notification_Line2_Media = 0x7f16014e;
- public static int TextAppearance_Compat_Notification_Media = 0x7f16014f;
- public static int TextAppearance_Compat_Notification_Time = 0x7f160150;
- public static int TextAppearance_Compat_Notification_Time_Media = 0x7f160151;
- public static int TextAppearance_Compat_Notification_Title = 0x7f160152;
- public static int TextAppearance_Compat_Notification_Title_Media = 0x7f160153;
- public static int Widget_Compat_NotificationActionContainer = 0x7f1601cd;
- public static int Widget_Compat_NotificationActionText = 0x7f1601ce;
- }
- public static final class styleable {
- public static int[] FontFamily = { 0x7f040125, 0x7f040126, 0x7f040127, 0x7f040128, 0x7f040129, 0x7f04012a };
- public static int FontFamily_fontProviderAuthority = 0;
- public static int FontFamily_fontProviderCerts = 1;
- public static int FontFamily_fontProviderFetchStrategy = 2;
- public static int FontFamily_fontProviderFetchTimeout = 3;
- public static int FontFamily_fontProviderPackage = 4;
- public static int FontFamily_fontProviderQuery = 5;
- public static int[] FontFamilyFont = { 0x7f040123, 0x7f04012b, 0x7f04012c };
- public static int FontFamilyFont_font = 0;
- public static int FontFamilyFont_fontStyle = 1;
- public static int FontFamilyFont_fontWeight = 2;
- }
-}
diff --git a/library/build/generated/source/r/debug/android/support/v4/R.java b/library/build/generated/source/r/debug/android/support/v4/R.java
deleted file mode 100644
index 5437713..0000000
--- a/library/build/generated/source/r/debug/android/support/v4/R.java
+++ /dev/null
@@ -1,152 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package android.support.v4;
-
-public final class R {
- public static final class attr {
- public static int font = 0x7f040123;
- public static int fontProviderAuthority = 0x7f040125;
- public static int fontProviderCerts = 0x7f040126;
- public static int fontProviderFetchStrategy = 0x7f040127;
- public static int fontProviderFetchTimeout = 0x7f040128;
- public static int fontProviderPackage = 0x7f040129;
- public static int fontProviderQuery = 0x7f04012a;
- public static int fontStyle = 0x7f04012b;
- public static int fontWeight = 0x7f04012c;
- }
- public static final class bool {
- public static int abc_action_bar_embed_tabs = 0x7f050001;
- }
- public static final class color {
- public static int notification_action_color_filter = 0x7f06005c;
- public static int notification_icon_bg_color = 0x7f06005d;
- public static int notification_material_background_media_default_color = 0x7f06005e;
- public static int primary_text_default_material_dark = 0x7f060066;
- public static int ripple_material_light = 0x7f06006d;
- public static int secondary_text_default_material_dark = 0x7f06006e;
- public static int secondary_text_default_material_light = 0x7f06006f;
- }
- public static final class dimen {
- public static int compat_button_inset_horizontal_material = 0x7f080052;
- public static int compat_button_inset_vertical_material = 0x7f080053;
- public static int compat_button_padding_horizontal_material = 0x7f080054;
- public static int compat_button_padding_vertical_material = 0x7f080055;
- public static int compat_control_corner_material = 0x7f080056;
- public static int notification_action_icon_size = 0x7f08008c;
- public static int notification_action_text_size = 0x7f08008d;
- public static int notification_big_circle_margin = 0x7f08008e;
- public static int notification_content_margin_start = 0x7f08008f;
- public static int notification_large_icon_height = 0x7f080090;
- public static int notification_large_icon_width = 0x7f080091;
- public static int notification_main_column_padding_top = 0x7f080092;
- public static int notification_media_narrow_margin = 0x7f080093;
- public static int notification_right_icon_size = 0x7f080094;
- public static int notification_right_side_padding_top = 0x7f080095;
- public static int notification_small_icon_background_padding = 0x7f080096;
- public static int notification_small_icon_size_as_large = 0x7f080097;
- public static int notification_subtext_size = 0x7f080098;
- public static int notification_top_pad = 0x7f080099;
- public static int notification_top_pad_large_text = 0x7f08009a;
- }
- public static final class drawable {
- public static int notification_action_background = 0x7f090068;
- public static int notification_bg = 0x7f090069;
- public static int notification_bg_low = 0x7f09006a;
- public static int notification_bg_low_normal = 0x7f09006b;
- public static int notification_bg_low_pressed = 0x7f09006c;
- public static int notification_bg_normal = 0x7f09006d;
- public static int notification_bg_normal_pressed = 0x7f09006e;
- public static int notification_icon_background = 0x7f09006f;
- public static int notification_template_icon_bg = 0x7f090070;
- public static int notification_template_icon_low_bg = 0x7f090071;
- public static int notification_tile_bg = 0x7f090072;
- public static int notify_panel_notification_icon_bg = 0x7f090073;
- }
- public static final class id {
- public static int action0 = 0x7f0c0001;
- public static int action_container = 0x7f0c0009;
- public static int action_divider = 0x7f0c000b;
- public static int action_image = 0x7f0c000c;
- public static int action_text = 0x7f0c0012;
- public static int actions = 0x7f0c0013;
- public static int async = 0x7f0c001d;
- public static int blocking = 0x7f0c0021;
- public static int cancel_action = 0x7f0c0028;
- public static int chronometer = 0x7f0c002c;
- public static int end_padder = 0x7f0c003f;
- public static int forever = 0x7f0c0044;
- public static int icon = 0x7f0c004b;
- public static int icon_group = 0x7f0c004c;
- public static int info = 0x7f0c0050;
- public static int italic = 0x7f0c0051;
- public static int line1 = 0x7f0c0055;
- public static int line3 = 0x7f0c0056;
- public static int media_actions = 0x7f0c0060;
- public static int normal = 0x7f0c006b;
- public static int notification_background = 0x7f0c006c;
- public static int notification_main_column = 0x7f0c006d;
- public static int notification_main_column_container = 0x7f0c006e;
- public static int right_icon = 0x7f0c007a;
- public static int right_side = 0x7f0c007b;
- public static int status_bar_latest_event_content = 0x7f0c00a3;
- public static int text = 0x7f0c00a7;
- public static int text2 = 0x7f0c00a8;
- public static int time = 0x7f0c00ae;
- public static int title = 0x7f0c00af;
- }
- public static final class integer {
- public static int cancel_button_image_alpha = 0x7f0d0006;
- public static int status_bar_notification_info_maxnum = 0x7f0d000b;
- }
- public static final class layout {
- public static int notification_action = 0x7f0f002e;
- public static int notification_action_tombstone = 0x7f0f002f;
- public static int notification_media_action = 0x7f0f0030;
- public static int notification_media_cancel_action = 0x7f0f0031;
- public static int notification_template_big_media = 0x7f0f0032;
- public static int notification_template_big_media_custom = 0x7f0f0033;
- public static int notification_template_big_media_narrow = 0x7f0f0034;
- public static int notification_template_big_media_narrow_custom = 0x7f0f0035;
- public static int notification_template_custom_big = 0x7f0f0036;
- public static int notification_template_icon_group = 0x7f0f0037;
- public static int notification_template_lines_media = 0x7f0f0039;
- public static int notification_template_media = 0x7f0f003a;
- public static int notification_template_media_custom = 0x7f0f003b;
- public static int notification_template_part_chronometer = 0x7f0f003c;
- public static int notification_template_part_time = 0x7f0f003d;
- }
- public static final class string {
- public static int status_bar_notification_info_overflow = 0x7f150029;
- }
- public static final class style {
- public static int TextAppearance_Compat_Notification = 0x7f16014a;
- public static int TextAppearance_Compat_Notification_Info = 0x7f16014b;
- public static int TextAppearance_Compat_Notification_Info_Media = 0x7f16014c;
- public static int TextAppearance_Compat_Notification_Line2 = 0x7f16014d;
- public static int TextAppearance_Compat_Notification_Line2_Media = 0x7f16014e;
- public static int TextAppearance_Compat_Notification_Media = 0x7f16014f;
- public static int TextAppearance_Compat_Notification_Time = 0x7f160150;
- public static int TextAppearance_Compat_Notification_Time_Media = 0x7f160151;
- public static int TextAppearance_Compat_Notification_Title = 0x7f160152;
- public static int TextAppearance_Compat_Notification_Title_Media = 0x7f160153;
- public static int Widget_Compat_NotificationActionContainer = 0x7f1601cd;
- public static int Widget_Compat_NotificationActionText = 0x7f1601ce;
- }
- public static final class styleable {
- public static int[] FontFamily = { 0x7f040125, 0x7f040126, 0x7f040127, 0x7f040128, 0x7f040129, 0x7f04012a };
- public static int FontFamily_fontProviderAuthority = 0;
- public static int FontFamily_fontProviderCerts = 1;
- public static int FontFamily_fontProviderFetchStrategy = 2;
- public static int FontFamily_fontProviderFetchTimeout = 3;
- public static int FontFamily_fontProviderPackage = 4;
- public static int FontFamily_fontProviderQuery = 5;
- public static int[] FontFamilyFont = { 0x7f040123, 0x7f04012b, 0x7f04012c };
- public static int FontFamilyFont_font = 0;
- public static int FontFamilyFont_fontStyle = 1;
- public static int FontFamilyFont_fontWeight = 2;
- }
-}
diff --git a/library/build/generated/source/r/debug/android/support/v7/appcompat/R.java b/library/build/generated/source/r/debug/android/support/v7/appcompat/R.java
deleted file mode 100644
index 32d42eb..0000000
--- a/library/build/generated/source/r/debug/android/support/v7/appcompat/R.java
+++ /dev/null
@@ -1,1596 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package android.support.v7.appcompat;
-
-public final class R {
- public static final class anim {
- public static int abc_fade_in = 0x7f010001;
- public static int abc_fade_out = 0x7f010002;
- public static int abc_grow_fade_in_from_bottom = 0x7f010003;
- public static int abc_popup_enter = 0x7f010004;
- public static int abc_popup_exit = 0x7f010005;
- public static int abc_shrink_fade_out_from_bottom = 0x7f010006;
- public static int abc_slide_in_bottom = 0x7f010007;
- public static int abc_slide_in_top = 0x7f010008;
- public static int abc_slide_out_bottom = 0x7f010009;
- public static int abc_slide_out_top = 0x7f01000a;
- public static int tooltip_enter = 0x7f01000f;
- public static int tooltip_exit = 0x7f010010;
- }
- public static final class attr {
- public static int actionBarDivider = 0x7f040001;
- public static int actionBarItemBackground = 0x7f040002;
- public static int actionBarPopupTheme = 0x7f040003;
- public static int actionBarSize = 0x7f040004;
- public static int actionBarSplitStyle = 0x7f040005;
- public static int actionBarStyle = 0x7f040006;
- public static int actionBarTabBarStyle = 0x7f040007;
- public static int actionBarTabStyle = 0x7f040008;
- public static int actionBarTabTextStyle = 0x7f040009;
- public static int actionBarTheme = 0x7f04000a;
- public static int actionBarWidgetTheme = 0x7f04000b;
- public static int actionButtonStyle = 0x7f04000c;
- public static int actionDropDownStyle = 0x7f04000d;
- public static int actionLayout = 0x7f04000e;
- public static int actionMenuTextAppearance = 0x7f04000f;
- public static int actionMenuTextColor = 0x7f040010;
- public static int actionModeBackground = 0x7f040011;
- public static int actionModeCloseButtonStyle = 0x7f040012;
- public static int actionModeCloseDrawable = 0x7f040013;
- public static int actionModeCopyDrawable = 0x7f040014;
- public static int actionModeCutDrawable = 0x7f040015;
- public static int actionModeFindDrawable = 0x7f040016;
- public static int actionModePasteDrawable = 0x7f040017;
- public static int actionModePopupWindowStyle = 0x7f040018;
- public static int actionModeSelectAllDrawable = 0x7f040019;
- public static int actionModeShareDrawable = 0x7f04001a;
- public static int actionModeSplitBackground = 0x7f04001b;
- public static int actionModeStyle = 0x7f04001c;
- public static int actionModeWebSearchDrawable = 0x7f04001d;
- public static int actionOverflowButtonStyle = 0x7f04001e;
- public static int actionOverflowMenuStyle = 0x7f04001f;
- public static int actionProviderClass = 0x7f040020;
- public static int actionViewClass = 0x7f040021;
- public static int activityChooserViewStyle = 0x7f040022;
- public static int alertDialogButtonGroupStyle = 0x7f040023;
- public static int alertDialogCenterButtons = 0x7f040024;
- public static int alertDialogStyle = 0x7f040025;
- public static int alertDialogTheme = 0x7f040026;
- public static int allowStacking = 0x7f040027;
- public static int alpha = 0x7f040028;
- public static int alphabeticModifiers = 0x7f040029;
- public static int arrowHeadLength = 0x7f04002a;
- public static int arrowShaftLength = 0x7f04002b;
- public static int autoCompleteTextViewStyle = 0x7f04002c;
- public static int autoSizeMaxTextSize = 0x7f04002d;
- public static int autoSizeMinTextSize = 0x7f04002e;
- public static int autoSizePresetSizes = 0x7f04002f;
- public static int autoSizeStepGranularity = 0x7f040030;
- public static int autoSizeTextType = 0x7f040031;
- public static int background = 0x7f040032;
- public static int backgroundSplit = 0x7f040033;
- public static int backgroundStacked = 0x7f040034;
- public static int backgroundTint = 0x7f040035;
- public static int backgroundTintMode = 0x7f040036;
- public static int barLength = 0x7f040037;
- public static int borderlessButtonStyle = 0x7f04003e;
- public static int buttonBarButtonStyle = 0x7f040048;
- public static int buttonBarNegativeButtonStyle = 0x7f040049;
- public static int buttonBarNeutralButtonStyle = 0x7f04004a;
- public static int buttonBarPositiveButtonStyle = 0x7f04004b;
- public static int buttonBarStyle = 0x7f04004c;
- public static int buttonGravity = 0x7f04004d;
- public static int buttonPanelSideLayout = 0x7f04004e;
- public static int buttonStyle = 0x7f04004f;
- public static int buttonStyleSmall = 0x7f040050;
- public static int buttonTint = 0x7f040051;
- public static int buttonTintMode = 0x7f040052;
- public static int checkboxStyle = 0x7f040061;
- public static int checkedTextViewStyle = 0x7f040062;
- public static int closeIcon = 0x7f040063;
- public static int closeItemLayout = 0x7f040064;
- public static int collapseContentDescription = 0x7f040065;
- public static int collapseIcon = 0x7f040066;
- public static int color = 0x7f040069;
- public static int colorAccent = 0x7f04006a;
- public static int colorBackgroundFloating = 0x7f04006b;
- public static int colorButtonNormal = 0x7f04006c;
- public static int colorControlActivated = 0x7f04006d;
- public static int colorControlHighlight = 0x7f04006e;
- public static int colorControlNormal = 0x7f04006f;
- public static int colorError = 0x7f040070;
- public static int colorPrimary = 0x7f040071;
- public static int colorPrimaryDark = 0x7f040072;
- public static int colorSwitchThumbNormal = 0x7f040073;
- public static int commitIcon = 0x7f040074;
- public static int contentDescription = 0x7f040075;
- public static int contentInsetEnd = 0x7f040076;
- public static int contentInsetEndWithActions = 0x7f040077;
- public static int contentInsetLeft = 0x7f040078;
- public static int contentInsetRight = 0x7f040079;
- public static int contentInsetStart = 0x7f04007a;
- public static int contentInsetStartWithNavigation = 0x7f04007b;
- public static int controlBackground = 0x7f040082;
- public static int customNavigationLayout = 0x7f040098;
- public static int defaultQueryHint = 0x7f040099;
- public static int dialogPreferredPadding = 0x7f0400c0;
- public static int dialogTheme = 0x7f0400c1;
- public static int displayOptions = 0x7f0400c2;
- public static int divider = 0x7f0400c3;
- public static int dividerHorizontal = 0x7f0400c4;
- public static int dividerPadding = 0x7f0400c5;
- public static int dividerVertical = 0x7f0400c6;
- public static int drawableSize = 0x7f0400e4;
- public static int drawerArrowStyle = 0x7f0400e5;
- public static int dropDownListViewStyle = 0x7f0400e6;
- public static int dropdownListPreferredItemHeight = 0x7f0400e7;
- public static int editTextBackground = 0x7f0400e8;
- public static int editTextColor = 0x7f0400e9;
- public static int editTextStyle = 0x7f0400ea;
- public static int elevation = 0x7f0400eb;
- public static int expandActivityOverflowButtonDrawable = 0x7f04010b;
- public static int font = 0x7f040123;
- public static int fontFamily = 0x7f040124;
- public static int fontProviderAuthority = 0x7f040125;
- public static int fontProviderCerts = 0x7f040126;
- public static int fontProviderFetchStrategy = 0x7f040127;
- public static int fontProviderFetchTimeout = 0x7f040128;
- public static int fontProviderPackage = 0x7f040129;
- public static int fontProviderQuery = 0x7f04012a;
- public static int fontStyle = 0x7f04012b;
- public static int fontWeight = 0x7f04012c;
- public static int gapBetweenBars = 0x7f04012e;
- public static int goIcon = 0x7f04012f;
- public static int height = 0x7f040131;
- public static int hideOnContentScroll = 0x7f040132;
- public static int homeAsUpIndicator = 0x7f040137;
- public static int homeLayout = 0x7f040138;
- public static int icon = 0x7f040139;
- public static int iconTint = 0x7f04013a;
- public static int iconTintMode = 0x7f04013b;
- public static int iconifiedByDefault = 0x7f04013c;
- public static int imageButtonStyle = 0x7f04013d;
- public static int indeterminateProgressStyle = 0x7f04013e;
- public static int initialActivityCount = 0x7f04013f;
- public static int isLightTheme = 0x7f040141;
- public static int itemPadding = 0x7f040144;
- public static int layout = 0x7f040148;
- public static int listChoiceBackgroundIndicator = 0x7f040154;
- public static int listDividerAlertDialog = 0x7f040155;
- public static int listItemLayout = 0x7f040156;
- public static int listLayout = 0x7f040157;
- public static int listMenuViewStyle = 0x7f040158;
- public static int listPopupWindowStyle = 0x7f040159;
- public static int listPreferredItemHeight = 0x7f04015a;
- public static int listPreferredItemHeightLarge = 0x7f04015b;
- public static int listPreferredItemHeightSmall = 0x7f04015c;
- public static int listPreferredItemPaddingLeft = 0x7f04015d;
- public static int listPreferredItemPaddingRight = 0x7f04015e;
- public static int logo = 0x7f04016e;
- public static int logoDescription = 0x7f04016f;
- public static int maxButtonHeight = 0x7f04017f;
- public static int measureWithLargestChild = 0x7f040180;
- public static int multiChoiceItemLayout = 0x7f040182;
- public static int navigationContentDescription = 0x7f040183;
- public static int navigationIcon = 0x7f040184;
- public static int navigationMode = 0x7f040185;
- public static int numericModifiers = 0x7f040188;
- public static int overlapAnchor = 0x7f040189;
- public static int paddingBottomNoButtons = 0x7f04018a;
- public static int paddingEnd = 0x7f04018b;
- public static int paddingStart = 0x7f04018c;
- public static int paddingTopNoTitle = 0x7f04018d;
- public static int panelBackground = 0x7f04018e;
- public static int panelMenuListTheme = 0x7f04018f;
- public static int panelMenuListWidth = 0x7f040190;
- public static int popupMenuStyle = 0x7f040196;
- public static int popupTheme = 0x7f040197;
- public static int popupWindowStyle = 0x7f040198;
- public static int preserveIconSpacing = 0x7f040199;
- public static int progressBarPadding = 0x7f04019b;
- public static int progressBarStyle = 0x7f04019c;
- public static int queryBackground = 0x7f0401a3;
- public static int queryHint = 0x7f0401a4;
- public static int radioButtonStyle = 0x7f0401a5;
- public static int ratingBarStyle = 0x7f0401a6;
- public static int ratingBarStyleIndicator = 0x7f0401a7;
- public static int ratingBarStyleSmall = 0x7f0401a8;
- public static int searchHintIcon = 0x7f0401e7;
- public static int searchIcon = 0x7f0401e8;
- public static int searchViewStyle = 0x7f0401e9;
- public static int seekBarStyle = 0x7f0401ea;
- public static int selectableItemBackground = 0x7f0401eb;
- public static int selectableItemBackgroundBorderless = 0x7f0401ec;
- public static int showAsAction = 0x7f0401ed;
- public static int showDividers = 0x7f0401ee;
- public static int showText = 0x7f0401ef;
- public static int showTitle = 0x7f0401f0;
- public static int singleChoiceItemLayout = 0x7f0401f1;
- public static int spinBars = 0x7f040208;
- public static int spinnerDropDownItemStyle = 0x7f040209;
- public static int spinnerStyle = 0x7f04020a;
- public static int splitTrack = 0x7f04020b;
- public static int srcCompat = 0x7f040221;
- public static int state_above_anchor = 0x7f040223;
- public static int subMenuArrow = 0x7f040228;
- public static int submitBackground = 0x7f040229;
- public static int subtitle = 0x7f04022a;
- public static int subtitleTextAppearance = 0x7f04022b;
- public static int subtitleTextColor = 0x7f04022c;
- public static int subtitleTextStyle = 0x7f04022d;
- public static int suggestionRowLayout = 0x7f04022e;
- public static int switchMinWidth = 0x7f040237;
- public static int switchPadding = 0x7f040238;
- public static int switchStyle = 0x7f040239;
- public static int switchTextAppearance = 0x7f04023a;
- public static int textAllCaps = 0x7f04024b;
- public static int textAppearanceLargePopupMenu = 0x7f04024c;
- public static int textAppearanceListItem = 0x7f04024d;
- public static int textAppearanceListItemSecondary = 0x7f04024e;
- public static int textAppearanceListItemSmall = 0x7f04024f;
- public static int textAppearancePopupMenuHeader = 0x7f040250;
- public static int textAppearanceSearchResultSubtitle = 0x7f040251;
- public static int textAppearanceSearchResultTitle = 0x7f040252;
- public static int textAppearanceSmallPopupMenu = 0x7f040253;
- public static int textColorAlertDialogListItem = 0x7f040254;
- public static int textColorSearchUrl = 0x7f040256;
- public static int theme = 0x7f040257;
- public static int thickness = 0x7f040258;
- public static int thumbTextPadding = 0x7f040259;
- public static int thumbTint = 0x7f04025a;
- public static int thumbTintMode = 0x7f04025b;
- public static int tickMark = 0x7f04025c;
- public static int tickMarkTint = 0x7f04025d;
- public static int tickMarkTintMode = 0x7f04025e;
- public static int tint = 0x7f04025f;
- public static int tintMode = 0x7f040260;
- public static int title = 0x7f040261;
- public static int titleMargin = 0x7f040263;
- public static int titleMarginBottom = 0x7f040264;
- public static int titleMarginEnd = 0x7f040265;
- public static int titleMarginStart = 0x7f040266;
- public static int titleMarginTop = 0x7f040267;
- public static int titleMargins = 0x7f040268;
- public static int titleTextAppearance = 0x7f040269;
- public static int titleTextColor = 0x7f04026a;
- public static int titleTextStyle = 0x7f04026b;
- public static int toolbarNavigationButtonStyle = 0x7f04026d;
- public static int toolbarStyle = 0x7f04026e;
- public static int tooltipForegroundColor = 0x7f04026f;
- public static int tooltipFrameBackground = 0x7f040270;
- public static int tooltipText = 0x7f040271;
- public static int track = 0x7f040290;
- public static int trackTint = 0x7f040291;
- public static int trackTintMode = 0x7f040292;
- public static int voiceIcon = 0x7f040296;
- public static int windowActionBar = 0x7f040297;
- public static int windowActionBarOverlay = 0x7f040298;
- public static int windowActionModeOverlay = 0x7f040299;
- public static int windowFixedHeightMajor = 0x7f04029a;
- public static int windowFixedHeightMinor = 0x7f04029b;
- public static int windowFixedWidthMajor = 0x7f04029c;
- public static int windowFixedWidthMinor = 0x7f04029d;
- public static int windowMinWidthMajor = 0x7f04029e;
- public static int windowMinWidthMinor = 0x7f04029f;
- public static int windowNoTitle = 0x7f0402a0;
- }
- public static final class bool {
- public static int abc_action_bar_embed_tabs = 0x7f050001;
- public static int abc_allow_stacked_button_bar = 0x7f050004;
- public static int abc_config_actionMenuItemAllCaps = 0x7f050005;
- public static int abc_config_closeDialogWhenTouchOutside = 0x7f050007;
- public static int abc_config_showMenuShortcutsWhenKeyboardPresent = 0x7f050008;
- }
- public static final class color {
- public static int abc_background_cache_hint_selector_material_dark = 0x7f060003;
- public static int abc_background_cache_hint_selector_material_light = 0x7f060004;
- public static int abc_btn_colored_borderless_text_material = 0x7f060005;
- public static int abc_btn_colored_text_material = 0x7f060006;
- public static int abc_color_highlight_material = 0x7f060007;
- public static int abc_hint_foreground_material_dark = 0x7f060008;
- public static int abc_hint_foreground_material_light = 0x7f060009;
- public static int abc_input_method_navigation_guard = 0x7f06000a;
- public static int abc_primary_text_disable_only_material_dark = 0x7f06000b;
- public static int abc_primary_text_disable_only_material_light = 0x7f06000c;
- public static int abc_primary_text_material_dark = 0x7f06000d;
- public static int abc_primary_text_material_light = 0x7f06000e;
- public static int abc_search_url_text = 0x7f06000f;
- public static int abc_search_url_text_normal = 0x7f060010;
- public static int abc_search_url_text_pressed = 0x7f060011;
- public static int abc_search_url_text_selected = 0x7f060012;
- public static int abc_secondary_text_material_dark = 0x7f060013;
- public static int abc_secondary_text_material_light = 0x7f060014;
- public static int abc_tint_btn_checkable = 0x7f060015;
- public static int abc_tint_default = 0x7f060016;
- public static int abc_tint_edittext = 0x7f060017;
- public static int abc_tint_seek_thumb = 0x7f060018;
- public static int abc_tint_spinner = 0x7f060019;
- public static int abc_tint_switch_track = 0x7f06001a;
- public static int accent_material_dark = 0x7f06001b;
- public static int accent_material_light = 0x7f06001c;
- public static int background_floating_material_dark = 0x7f060020;
- public static int background_floating_material_light = 0x7f060021;
- public static int background_material_dark = 0x7f060022;
- public static int background_material_light = 0x7f060023;
- public static int bright_foreground_disabled_material_dark = 0x7f060026;
- public static int bright_foreground_disabled_material_light = 0x7f060027;
- public static int bright_foreground_inverse_material_dark = 0x7f060028;
- public static int bright_foreground_inverse_material_light = 0x7f060029;
- public static int bright_foreground_material_dark = 0x7f06002a;
- public static int bright_foreground_material_light = 0x7f06002b;
- public static int button_material_dark = 0x7f06002c;
- public static int button_material_light = 0x7f06002d;
- public static int dim_foreground_disabled_material_dark = 0x7f06003e;
- public static int dim_foreground_disabled_material_light = 0x7f06003f;
- public static int dim_foreground_material_dark = 0x7f060040;
- public static int dim_foreground_material_light = 0x7f060041;
- public static int error_color_material = 0x7f060042;
- public static int foreground_material_dark = 0x7f060043;
- public static int foreground_material_light = 0x7f060044;
- public static int highlighted_text_material_dark = 0x7f060046;
- public static int highlighted_text_material_light = 0x7f060047;
- public static int material_blue_grey_800 = 0x7f060050;
- public static int material_blue_grey_900 = 0x7f060051;
- public static int material_blue_grey_950 = 0x7f060052;
- public static int material_deep_teal_200 = 0x7f060053;
- public static int material_deep_teal_500 = 0x7f060054;
- public static int material_grey_100 = 0x7f060055;
- public static int material_grey_300 = 0x7f060056;
- public static int material_grey_50 = 0x7f060057;
- public static int material_grey_600 = 0x7f060058;
- public static int material_grey_800 = 0x7f060059;
- public static int material_grey_850 = 0x7f06005a;
- public static int material_grey_900 = 0x7f06005b;
- public static int notification_action_color_filter = 0x7f06005c;
- public static int notification_icon_bg_color = 0x7f06005d;
- public static int notification_material_background_media_default_color = 0x7f06005e;
- public static int primary_dark_material_dark = 0x7f060061;
- public static int primary_dark_material_light = 0x7f060062;
- public static int primary_material_dark = 0x7f060063;
- public static int primary_material_light = 0x7f060064;
- public static int primary_text_default_material_dark = 0x7f060066;
- public static int primary_text_default_material_light = 0x7f060067;
- public static int primary_text_disabled_material_dark = 0x7f060068;
- public static int primary_text_disabled_material_light = 0x7f060069;
- public static int ripple_material_dark = 0x7f06006c;
- public static int ripple_material_light = 0x7f06006d;
- public static int secondary_text_default_material_dark = 0x7f06006e;
- public static int secondary_text_default_material_light = 0x7f06006f;
- public static int secondary_text_disabled_material_dark = 0x7f060070;
- public static int secondary_text_disabled_material_light = 0x7f060071;
- public static int switch_thumb_disabled_material_dark = 0x7f060072;
- public static int switch_thumb_disabled_material_light = 0x7f060073;
- public static int switch_thumb_material_dark = 0x7f060074;
- public static int switch_thumb_material_light = 0x7f060075;
- public static int switch_thumb_normal_material_dark = 0x7f060076;
- public static int switch_thumb_normal_material_light = 0x7f060077;
- public static int tooltip_background_dark = 0x7f060079;
- public static int tooltip_background_light = 0x7f06007a;
- }
- public static final class dimen {
- public static int abc_action_bar_content_inset_material = 0x7f080001;
- public static int abc_action_bar_content_inset_with_nav = 0x7f080002;
- public static int abc_action_bar_default_height_material = 0x7f080003;
- public static int abc_action_bar_default_padding_end_material = 0x7f080004;
- public static int abc_action_bar_default_padding_start_material = 0x7f080005;
- public static int abc_action_bar_elevation_material = 0x7f080006;
- public static int abc_action_bar_icon_vertical_padding_material = 0x7f080007;
- public static int abc_action_bar_overflow_padding_end_material = 0x7f080008;
- public static int abc_action_bar_overflow_padding_start_material = 0x7f080009;
- public static int abc_action_bar_progress_bar_size = 0x7f08000a;
- public static int abc_action_bar_stacked_max_height = 0x7f08000b;
- public static int abc_action_bar_stacked_tab_max_width = 0x7f08000c;
- public static int abc_action_bar_subtitle_bottom_margin_material = 0x7f08000d;
- public static int abc_action_bar_subtitle_top_margin_material = 0x7f08000e;
- public static int abc_action_button_min_height_material = 0x7f08000f;
- public static int abc_action_button_min_width_material = 0x7f080010;
- public static int abc_action_button_min_width_overflow_material = 0x7f080011;
- public static int abc_alert_dialog_button_bar_height = 0x7f080012;
- public static int abc_button_inset_horizontal_material = 0x7f080013;
- public static int abc_button_inset_vertical_material = 0x7f080014;
- public static int abc_button_padding_horizontal_material = 0x7f080015;
- public static int abc_button_padding_vertical_material = 0x7f080016;
- public static int abc_cascading_menus_min_smallest_width = 0x7f080017;
- public static int abc_config_prefDialogWidth = 0x7f080018;
- public static int abc_control_corner_material = 0x7f080019;
- public static int abc_control_inset_material = 0x7f08001a;
- public static int abc_control_padding_material = 0x7f08001b;
- public static int abc_dialog_fixed_height_major = 0x7f08001c;
- public static int abc_dialog_fixed_height_minor = 0x7f08001d;
- public static int abc_dialog_fixed_width_major = 0x7f08001e;
- public static int abc_dialog_fixed_width_minor = 0x7f08001f;
- public static int abc_dialog_list_padding_bottom_no_buttons = 0x7f080020;
- public static int abc_dialog_list_padding_top_no_title = 0x7f080021;
- public static int abc_dialog_min_width_major = 0x7f080023;
- public static int abc_dialog_min_width_minor = 0x7f080024;
- public static int abc_dialog_padding_material = 0x7f080025;
- public static int abc_dialog_padding_top_material = 0x7f080026;
- public static int abc_dialog_title_divider_material = 0x7f080027;
- public static int abc_disabled_alpha_material_dark = 0x7f080028;
- public static int abc_disabled_alpha_material_light = 0x7f080029;
- public static int abc_dropdownitem_icon_width = 0x7f08002a;
- public static int abc_dropdownitem_text_padding_left = 0x7f08002b;
- public static int abc_dropdownitem_text_padding_right = 0x7f08002c;
- public static int abc_edit_text_inset_bottom_material = 0x7f08002d;
- public static int abc_edit_text_inset_horizontal_material = 0x7f08002e;
- public static int abc_edit_text_inset_top_material = 0x7f08002f;
- public static int abc_floating_window_z = 0x7f080030;
- public static int abc_list_item_padding_horizontal_material = 0x7f080031;
- public static int abc_panel_menu_list_width = 0x7f080032;
- public static int abc_progress_bar_height_material = 0x7f080033;
- public static int abc_search_view_preferred_height = 0x7f080034;
- public static int abc_search_view_preferred_width = 0x7f080035;
- public static int abc_seekbar_track_background_height_material = 0x7f080037;
- public static int abc_seekbar_track_progress_height_material = 0x7f080038;
- public static int abc_select_dialog_padding_start_material = 0x7f080039;
- public static int abc_switch_padding = 0x7f08003a;
- public static int abc_text_size_body_1_material = 0x7f08003b;
- public static int abc_text_size_body_2_material = 0x7f08003c;
- public static int abc_text_size_button_material = 0x7f08003d;
- public static int abc_text_size_caption_material = 0x7f08003e;
- public static int abc_text_size_display_1_material = 0x7f08003f;
- public static int abc_text_size_display_2_material = 0x7f080040;
- public static int abc_text_size_display_3_material = 0x7f080041;
- public static int abc_text_size_display_4_material = 0x7f080042;
- public static int abc_text_size_headline_material = 0x7f080043;
- public static int abc_text_size_large_material = 0x7f080044;
- public static int abc_text_size_medium_material = 0x7f080045;
- public static int abc_text_size_menu_header_material = 0x7f080046;
- public static int abc_text_size_menu_material = 0x7f080047;
- public static int abc_text_size_small_material = 0x7f080048;
- public static int abc_text_size_subhead_material = 0x7f080049;
- public static int abc_text_size_subtitle_material_toolbar = 0x7f08004a;
- public static int abc_text_size_title_material = 0x7f08004b;
- public static int abc_text_size_title_material_toolbar = 0x7f08004c;
- public static int compat_button_inset_horizontal_material = 0x7f080052;
- public static int compat_button_inset_vertical_material = 0x7f080053;
- public static int compat_button_padding_horizontal_material = 0x7f080054;
- public static int compat_button_padding_vertical_material = 0x7f080055;
- public static int compat_control_corner_material = 0x7f080056;
- public static int disabled_alpha_material_dark = 0x7f08007d;
- public static int disabled_alpha_material_light = 0x7f08007e;
- public static int highlight_alpha_material_colored = 0x7f080082;
- public static int highlight_alpha_material_dark = 0x7f080083;
- public static int highlight_alpha_material_light = 0x7f080084;
- public static int hint_alpha_material_dark = 0x7f080085;
- public static int hint_alpha_material_light = 0x7f080086;
- public static int hint_pressed_alpha_material_dark = 0x7f080087;
- public static int hint_pressed_alpha_material_light = 0x7f080088;
- public static int notification_action_icon_size = 0x7f08008c;
- public static int notification_action_text_size = 0x7f08008d;
- public static int notification_big_circle_margin = 0x7f08008e;
- public static int notification_content_margin_start = 0x7f08008f;
- public static int notification_large_icon_height = 0x7f080090;
- public static int notification_large_icon_width = 0x7f080091;
- public static int notification_main_column_padding_top = 0x7f080092;
- public static int notification_media_narrow_margin = 0x7f080093;
- public static int notification_right_icon_size = 0x7f080094;
- public static int notification_right_side_padding_top = 0x7f080095;
- public static int notification_small_icon_background_padding = 0x7f080096;
- public static int notification_small_icon_size_as_large = 0x7f080097;
- public static int notification_subtext_size = 0x7f080098;
- public static int notification_top_pad = 0x7f080099;
- public static int notification_top_pad_large_text = 0x7f08009a;
- public static int tooltip_corner_radius = 0x7f08009b;
- public static int tooltip_horizontal_padding = 0x7f08009c;
- public static int tooltip_margin = 0x7f08009d;
- public static int tooltip_precise_anchor_extra_offset = 0x7f08009e;
- public static int tooltip_precise_anchor_threshold = 0x7f08009f;
- public static int tooltip_vertical_padding = 0x7f0800a0;
- public static int tooltip_y_offset_non_touch = 0x7f0800a1;
- public static int tooltip_y_offset_touch = 0x7f0800a2;
- }
- public static final class drawable {
- public static int abc_ab_share_pack_mtrl_alpha = 0x7f090001;
- public static int abc_action_bar_item_background_material = 0x7f090002;
- public static int abc_btn_borderless_material = 0x7f090003;
- public static int abc_btn_check_material = 0x7f090004;
- public static int abc_btn_check_to_on_mtrl_000 = 0x7f090005;
- public static int abc_btn_check_to_on_mtrl_015 = 0x7f090006;
- public static int abc_btn_colored_material = 0x7f090007;
- public static int abc_btn_default_mtrl_shape = 0x7f090008;
- public static int abc_btn_radio_material = 0x7f090009;
- public static int abc_btn_radio_to_on_mtrl_000 = 0x7f09000a;
- public static int abc_btn_radio_to_on_mtrl_015 = 0x7f09000b;
- public static int abc_btn_switch_to_on_mtrl_00001 = 0x7f09000e;
- public static int abc_btn_switch_to_on_mtrl_00012 = 0x7f09000f;
- public static int abc_cab_background_internal_bg = 0x7f090010;
- public static int abc_cab_background_top_material = 0x7f090011;
- public static int abc_cab_background_top_mtrl_alpha = 0x7f090012;
- public static int abc_control_background_material = 0x7f090013;
- public static int abc_dialog_material_background = 0x7f090014;
- public static int abc_edit_text_material = 0x7f090017;
- public static int abc_ic_ab_back_material = 0x7f090018;
- public static int abc_ic_arrow_drop_right_black_24dp = 0x7f09001a;
- public static int abc_ic_clear_material = 0x7f09001b;
- public static int abc_ic_commit_search_api_mtrl_alpha = 0x7f09001d;
- public static int abc_ic_go_search_api_material = 0x7f09001e;
- public static int abc_ic_menu_copy_mtrl_am_alpha = 0x7f090020;
- public static int abc_ic_menu_cut_mtrl_alpha = 0x7f090021;
- public static int abc_ic_menu_overflow_material = 0x7f090023;
- public static int abc_ic_menu_paste_mtrl_am_alpha = 0x7f090024;
- public static int abc_ic_menu_selectall_mtrl_alpha = 0x7f090025;
- public static int abc_ic_menu_share_mtrl_alpha = 0x7f090026;
- public static int abc_ic_search_api_material = 0x7f090027;
- public static int abc_ic_star_black_16dp = 0x7f090029;
- public static int abc_ic_star_black_36dp = 0x7f09002a;
- public static int abc_ic_star_black_48dp = 0x7f09002b;
- public static int abc_ic_star_half_black_16dp = 0x7f09002c;
- public static int abc_ic_star_half_black_36dp = 0x7f09002d;
- public static int abc_ic_star_half_black_48dp = 0x7f09002e;
- public static int abc_ic_voice_search_api_material = 0x7f09002f;
- public static int abc_item_background_holo_dark = 0x7f090031;
- public static int abc_item_background_holo_light = 0x7f090032;
- public static int abc_list_divider_mtrl_alpha = 0x7f090033;
- public static int abc_list_focused_holo = 0x7f090034;
- public static int abc_list_longpressed_holo = 0x7f090035;
- public static int abc_list_pressed_holo_dark = 0x7f090036;
- public static int abc_list_pressed_holo_light = 0x7f090037;
- public static int abc_list_selector_background_transition_holo_dark = 0x7f090038;
- public static int abc_list_selector_background_transition_holo_light = 0x7f090039;
- public static int abc_list_selector_disabled_holo_dark = 0x7f09003a;
- public static int abc_list_selector_disabled_holo_light = 0x7f09003b;
- public static int abc_list_selector_holo_dark = 0x7f09003c;
- public static int abc_list_selector_holo_light = 0x7f09003d;
- public static int abc_menu_hardkey_panel_mtrl_mult = 0x7f09003e;
- public static int abc_popup_background_mtrl_mult = 0x7f09003f;
- public static int abc_ratingbar_indicator_material = 0x7f090041;
- public static int abc_ratingbar_material = 0x7f090042;
- public static int abc_ratingbar_small_material = 0x7f090043;
- public static int abc_scrubber_control_off_mtrl_alpha = 0x7f090044;
- public static int abc_scrubber_control_to_pressed_mtrl_000 = 0x7f090045;
- public static int abc_scrubber_control_to_pressed_mtrl_005 = 0x7f090046;
- public static int abc_scrubber_primary_mtrl_alpha = 0x7f090047;
- public static int abc_scrubber_track_mtrl_alpha = 0x7f090048;
- public static int abc_seekbar_thumb_material = 0x7f090049;
- public static int abc_seekbar_tick_mark_material = 0x7f09004a;
- public static int abc_seekbar_track_material = 0x7f09004b;
- public static int abc_spinner_mtrl_am_alpha = 0x7f09004c;
- public static int abc_spinner_textfield_background_material = 0x7f09004d;
- public static int abc_switch_thumb_material = 0x7f09004e;
- public static int abc_switch_track_mtrl_alpha = 0x7f09004f;
- public static int abc_tab_indicator_material = 0x7f090050;
- public static int abc_tab_indicator_mtrl_alpha = 0x7f090051;
- public static int abc_text_cursor_material = 0x7f090052;
- public static int abc_text_select_handle_left_mtrl_dark = 0x7f090053;
- public static int abc_text_select_handle_left_mtrl_light = 0x7f090054;
- public static int abc_text_select_handle_middle_mtrl_dark = 0x7f090055;
- public static int abc_text_select_handle_middle_mtrl_light = 0x7f090056;
- public static int abc_text_select_handle_right_mtrl_dark = 0x7f090057;
- public static int abc_text_select_handle_right_mtrl_light = 0x7f090058;
- public static int abc_textfield_activated_mtrl_alpha = 0x7f090059;
- public static int abc_textfield_default_mtrl_alpha = 0x7f09005a;
- public static int abc_textfield_search_activated_mtrl_alpha = 0x7f09005b;
- public static int abc_textfield_search_default_mtrl_alpha = 0x7f09005c;
- public static int abc_textfield_search_material = 0x7f09005d;
- public static int abc_vector_test = 0x7f09005e;
- public static int notification_action_background = 0x7f090068;
- public static int notification_bg = 0x7f090069;
- public static int notification_bg_low = 0x7f09006a;
- public static int notification_bg_low_normal = 0x7f09006b;
- public static int notification_bg_low_pressed = 0x7f09006c;
- public static int notification_bg_normal = 0x7f09006d;
- public static int notification_bg_normal_pressed = 0x7f09006e;
- public static int notification_icon_background = 0x7f09006f;
- public static int notification_template_icon_bg = 0x7f090070;
- public static int notification_template_icon_low_bg = 0x7f090071;
- public static int notification_tile_bg = 0x7f090072;
- public static int notify_panel_notification_icon_bg = 0x7f090073;
- public static int tooltip_frame_dark = 0x7f090074;
- public static int tooltip_frame_light = 0x7f090075;
- }
- public static final class id {
- public static int action0 = 0x7f0c0001;
- public static int action_bar = 0x7f0c0002;
- public static int action_bar_activity_content = 0x7f0c0003;
- public static int action_bar_container = 0x7f0c0004;
- public static int action_bar_root = 0x7f0c0005;
- public static int action_bar_spinner = 0x7f0c0006;
- public static int action_bar_subtitle = 0x7f0c0007;
- public static int action_bar_title = 0x7f0c0008;
- public static int action_container = 0x7f0c0009;
- public static int action_context_bar = 0x7f0c000a;
- public static int action_divider = 0x7f0c000b;
- public static int action_image = 0x7f0c000c;
- public static int action_menu_divider = 0x7f0c000d;
- public static int action_menu_presenter = 0x7f0c000e;
- public static int action_mode_bar = 0x7f0c000f;
- public static int action_mode_bar_stub = 0x7f0c0010;
- public static int action_mode_close_button = 0x7f0c0011;
- public static int action_text = 0x7f0c0012;
- public static int actions = 0x7f0c0013;
- public static int activity_chooser_view_content = 0x7f0c0014;
- public static int add = 0x7f0c0015;
- public static int alertTitle = 0x7f0c001b;
- public static int async = 0x7f0c001d;
- public static int blocking = 0x7f0c0021;
- public static int buttonPanel = 0x7f0c0027;
- public static int cancel_action = 0x7f0c0028;
- public static int checkbox = 0x7f0c002b;
- public static int chronometer = 0x7f0c002c;
- public static int contentPanel = 0x7f0c002f;
- public static int custom = 0x7f0c0031;
- public static int customPanel = 0x7f0c0032;
- public static int decor_content_parent = 0x7f0c0033;
- public static int default_activity_button = 0x7f0c0034;
- public static int edit_query = 0x7f0c003c;
- public static int end_padder = 0x7f0c003f;
- public static int expand_activities_button = 0x7f0c0040;
- public static int expanded_menu = 0x7f0c0041;
- public static int forever = 0x7f0c0044;
- public static int home = 0x7f0c0048;
- public static int icon = 0x7f0c004b;
- public static int icon_group = 0x7f0c004c;
- public static int image = 0x7f0c004e;
- public static int info = 0x7f0c0050;
- public static int italic = 0x7f0c0051;
- public static int line1 = 0x7f0c0055;
- public static int line3 = 0x7f0c0056;
- public static int listMode = 0x7f0c0057;
- public static int list_item = 0x7f0c0059;
- public static int media_actions = 0x7f0c0060;
- public static int message = 0x7f0c0061;
- public static int multiply = 0x7f0c0067;
- public static int none = 0x7f0c006a;
- public static int normal = 0x7f0c006b;
- public static int notification_background = 0x7f0c006c;
- public static int notification_main_column = 0x7f0c006d;
- public static int notification_main_column_container = 0x7f0c006e;
- public static int parentPanel = 0x7f0c0071;
- public static int progress_circular = 0x7f0c0074;
- public static int progress_horizontal = 0x7f0c0075;
- public static int radio = 0x7f0c0077;
- public static int right_icon = 0x7f0c007a;
- public static int right_side = 0x7f0c007b;
- public static int screen = 0x7f0c0081;
- public static int scrollIndicatorDown = 0x7f0c0083;
- public static int scrollIndicatorUp = 0x7f0c0084;
- public static int scrollView = 0x7f0c0085;
- public static int search_badge = 0x7f0c0088;
- public static int search_bar = 0x7f0c0089;
- public static int search_button = 0x7f0c008a;
- public static int search_close_btn = 0x7f0c008b;
- public static int search_edit_frame = 0x7f0c008c;
- public static int search_go_btn = 0x7f0c008d;
- public static int search_mag_icon = 0x7f0c008e;
- public static int search_plate = 0x7f0c008f;
- public static int search_src_text = 0x7f0c0090;
- public static int search_voice_btn = 0x7f0c0091;
- public static int select_dialog_listview = 0x7f0c0092;
- public static int shortcut = 0x7f0c0093;
- public static int spacer = 0x7f0c009c;
- public static int split_action_bar = 0x7f0c009d;
- public static int src_atop = 0x7f0c009f;
- public static int src_in = 0x7f0c00a0;
- public static int src_over = 0x7f0c00a1;
- public static int status_bar_latest_event_content = 0x7f0c00a3;
- public static int submenuarrow = 0x7f0c00a4;
- public static int submit_area = 0x7f0c00a5;
- public static int tabMode = 0x7f0c00a6;
- public static int text = 0x7f0c00a7;
- public static int text2 = 0x7f0c00a8;
- public static int textSpacerNoButtons = 0x7f0c00a9;
- public static int textSpacerNoTitle = 0x7f0c00aa;
- public static int time = 0x7f0c00ae;
- public static int title = 0x7f0c00af;
- public static int titleDividerNoCustom = 0x7f0c00b0;
- public static int title_template = 0x7f0c00b1;
- public static int topPanel = 0x7f0c00b3;
- public static int uniform = 0x7f0c00bb;
- public static int up = 0x7f0c00bd;
- public static int wrap_content = 0x7f0c00c3;
- }
- public static final class integer {
- public static int abc_config_activityDefaultDur = 0x7f0d0001;
- public static int abc_config_activityShortDur = 0x7f0d0002;
- public static int cancel_button_image_alpha = 0x7f0d0006;
- public static int config_tooltipAnimTime = 0x7f0d0007;
- public static int status_bar_notification_info_maxnum = 0x7f0d000b;
- }
- public static final class layout {
- public static int abc_action_bar_title_item = 0x7f0f0001;
- public static int abc_action_bar_up_container = 0x7f0f0002;
- public static int abc_action_bar_view_list_nav_layout = 0x7f0f0003;
- public static int abc_action_menu_item_layout = 0x7f0f0004;
- public static int abc_action_menu_layout = 0x7f0f0005;
- public static int abc_action_mode_bar = 0x7f0f0006;
- public static int abc_action_mode_close_item_material = 0x7f0f0007;
- public static int abc_activity_chooser_view = 0x7f0f0008;
- public static int abc_activity_chooser_view_list_item = 0x7f0f0009;
- public static int abc_alert_dialog_button_bar_material = 0x7f0f000a;
- public static int abc_alert_dialog_material = 0x7f0f000b;
- public static int abc_alert_dialog_title_material = 0x7f0f000c;
- public static int abc_dialog_title_material = 0x7f0f000d;
- public static int abc_expanded_menu_layout = 0x7f0f000e;
- public static int abc_list_menu_item_checkbox = 0x7f0f000f;
- public static int abc_list_menu_item_icon = 0x7f0f0010;
- public static int abc_list_menu_item_layout = 0x7f0f0011;
- public static int abc_list_menu_item_radio = 0x7f0f0012;
- public static int abc_popup_menu_header_item_layout = 0x7f0f0013;
- public static int abc_popup_menu_item_layout = 0x7f0f0014;
- public static int abc_screen_content_include = 0x7f0f0015;
- public static int abc_screen_simple = 0x7f0f0016;
- public static int abc_screen_simple_overlay_action_mode = 0x7f0f0017;
- public static int abc_screen_toolbar = 0x7f0f0018;
- public static int abc_search_dropdown_item_icons_2line = 0x7f0f0019;
- public static int abc_search_view = 0x7f0f001a;
- public static int abc_select_dialog_material = 0x7f0f001b;
- public static int notification_action = 0x7f0f002e;
- public static int notification_action_tombstone = 0x7f0f002f;
- public static int notification_media_action = 0x7f0f0030;
- public static int notification_media_cancel_action = 0x7f0f0031;
- public static int notification_template_big_media = 0x7f0f0032;
- public static int notification_template_big_media_custom = 0x7f0f0033;
- public static int notification_template_big_media_narrow = 0x7f0f0034;
- public static int notification_template_big_media_narrow_custom = 0x7f0f0035;
- public static int notification_template_custom_big = 0x7f0f0036;
- public static int notification_template_icon_group = 0x7f0f0037;
- public static int notification_template_lines_media = 0x7f0f0039;
- public static int notification_template_media = 0x7f0f003a;
- public static int notification_template_media_custom = 0x7f0f003b;
- public static int notification_template_part_chronometer = 0x7f0f003c;
- public static int notification_template_part_time = 0x7f0f003d;
- public static int select_dialog_item_material = 0x7f0f003e;
- public static int select_dialog_multichoice_material = 0x7f0f003f;
- public static int select_dialog_singlechoice_material = 0x7f0f0040;
- public static int support_simple_spinner_dropdown_item = 0x7f0f0041;
- public static int tooltip = 0x7f0f0043;
- }
- public static final class string {
- public static int abc_action_bar_home_description = 0x7f150001;
- public static int abc_action_bar_home_description_format = 0x7f150002;
- public static int abc_action_bar_home_subtitle_description_format = 0x7f150003;
- public static int abc_action_bar_up_description = 0x7f150004;
- public static int abc_action_menu_overflow_description = 0x7f150005;
- public static int abc_action_mode_done = 0x7f150006;
- public static int abc_activity_chooser_view_see_all = 0x7f150007;
- public static int abc_activitychooserview_choose_application = 0x7f150008;
- public static int abc_capital_off = 0x7f150009;
- public static int abc_capital_on = 0x7f15000a;
- public static int abc_font_family_body_1_material = 0x7f15000b;
- public static int abc_font_family_body_2_material = 0x7f15000c;
- public static int abc_font_family_button_material = 0x7f15000d;
- public static int abc_font_family_caption_material = 0x7f15000e;
- public static int abc_font_family_display_1_material = 0x7f15000f;
- public static int abc_font_family_display_2_material = 0x7f150010;
- public static int abc_font_family_display_3_material = 0x7f150011;
- public static int abc_font_family_display_4_material = 0x7f150012;
- public static int abc_font_family_headline_material = 0x7f150013;
- public static int abc_font_family_menu_material = 0x7f150014;
- public static int abc_font_family_subhead_material = 0x7f150015;
- public static int abc_font_family_title_material = 0x7f150016;
- public static int abc_search_hint = 0x7f150017;
- public static int abc_searchview_description_clear = 0x7f150018;
- public static int abc_searchview_description_query = 0x7f150019;
- public static int abc_searchview_description_search = 0x7f15001a;
- public static int abc_searchview_description_submit = 0x7f15001b;
- public static int abc_searchview_description_voice = 0x7f15001c;
- public static int abc_shareactionprovider_share_with = 0x7f15001d;
- public static int abc_shareactionprovider_share_with_application = 0x7f15001e;
- public static int abc_toolbar_collapse_description = 0x7f15001f;
- public static int search_menu_title = 0x7f150028;
- public static int status_bar_notification_info_overflow = 0x7f150029;
- }
- public static final class style {
- public static int AlertDialog_AppCompat = 0x7f160001;
- public static int AlertDialog_AppCompat_Light = 0x7f160002;
- public static int Animation_AppCompat_Dialog = 0x7f160003;
- public static int Animation_AppCompat_DropDownUp = 0x7f160004;
- public static int Animation_AppCompat_Tooltip = 0x7f160005;
- public static int Base_AlertDialog_AppCompat = 0x7f160007;
- public static int Base_AlertDialog_AppCompat_Light = 0x7f160008;
- public static int Base_Animation_AppCompat_Dialog = 0x7f160009;
- public static int Base_Animation_AppCompat_DropDownUp = 0x7f16000a;
- public static int Base_Animation_AppCompat_Tooltip = 0x7f16000b;
- public static int Base_DialogWindowTitleBackground_AppCompat = 0x7f16000c;
- public static int Base_DialogWindowTitle_AppCompat = 0x7f16000d;
- public static int Base_TextAppearance_AppCompat = 0x7f16000e;
- public static int Base_TextAppearance_AppCompat_Body1 = 0x7f16000f;
- public static int Base_TextAppearance_AppCompat_Body2 = 0x7f160010;
- public static int Base_TextAppearance_AppCompat_Button = 0x7f160011;
- public static int Base_TextAppearance_AppCompat_Caption = 0x7f160012;
- public static int Base_TextAppearance_AppCompat_Display1 = 0x7f160013;
- public static int Base_TextAppearance_AppCompat_Display2 = 0x7f160014;
- public static int Base_TextAppearance_AppCompat_Display3 = 0x7f160015;
- public static int Base_TextAppearance_AppCompat_Display4 = 0x7f160016;
- public static int Base_TextAppearance_AppCompat_Headline = 0x7f160017;
- public static int Base_TextAppearance_AppCompat_Inverse = 0x7f160018;
- public static int Base_TextAppearance_AppCompat_Large = 0x7f160019;
- public static int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f16001a;
- public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f16001b;
- public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f16001c;
- public static int Base_TextAppearance_AppCompat_Medium = 0x7f16001d;
- public static int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f16001e;
- public static int Base_TextAppearance_AppCompat_Menu = 0x7f16001f;
- public static int Base_TextAppearance_AppCompat_SearchResult = 0x7f160020;
- public static int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f160021;
- public static int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f160022;
- public static int Base_TextAppearance_AppCompat_Small = 0x7f160023;
- public static int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f160024;
- public static int Base_TextAppearance_AppCompat_Subhead = 0x7f160025;
- public static int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f160026;
- public static int Base_TextAppearance_AppCompat_Title = 0x7f160027;
- public static int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f160028;
- public static int Base_TextAppearance_AppCompat_Tooltip = 0x7f160029;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f16002a;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f16002b;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f16002c;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f16002d;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f16002e;
- public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f16002f;
- public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f160030;
- public static int Base_TextAppearance_AppCompat_Widget_Button = 0x7f160031;
- public static int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f160032;
- public static int Base_TextAppearance_AppCompat_Widget_Button_Colored = 0x7f160033;
- public static int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f160034;
- public static int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f160035;
- public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f160036;
- public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f160037;
- public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f160038;
- public static int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f160039;
- public static int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f16003a;
- public static int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f16003b;
- public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f16003c;
- public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f16003d;
- public static int Base_ThemeOverlay_AppCompat = 0x7f16003e;
- public static int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f16003f;
- public static int Base_ThemeOverlay_AppCompat_Dark = 0x7f160040;
- public static int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f160041;
- public static int Base_ThemeOverlay_AppCompat_Dialog = 0x7f160042;
- public static int Base_ThemeOverlay_AppCompat_Dialog_Alert = 0x7f160043;
- public static int Base_ThemeOverlay_AppCompat_Light = 0x7f160044;
- public static int Base_Theme_AppCompat = 0x7f160045;
- public static int Base_Theme_AppCompat_CompactMenu = 0x7f160046;
- public static int Base_Theme_AppCompat_Dialog = 0x7f160047;
- public static int Base_Theme_AppCompat_DialogWhenLarge = 0x7f160048;
- public static int Base_Theme_AppCompat_Dialog_Alert = 0x7f160049;
- public static int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f16004a;
- public static int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f16004b;
- public static int Base_Theme_AppCompat_Light = 0x7f16004c;
- public static int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f16004d;
- public static int Base_Theme_AppCompat_Light_Dialog = 0x7f16004e;
- public static int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f16004f;
- public static int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f160050;
- public static int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f160051;
- public static int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f160052;
- public static int Base_V11_ThemeOverlay_AppCompat_Dialog = 0x7f160053;
- public static int Base_V11_Theme_AppCompat_Dialog = 0x7f160054;
- public static int Base_V11_Theme_AppCompat_Light_Dialog = 0x7f160055;
- public static int Base_V12_Widget_AppCompat_AutoCompleteTextView = 0x7f160056;
- public static int Base_V12_Widget_AppCompat_EditText = 0x7f160057;
- public static int Base_V21_ThemeOverlay_AppCompat_Dialog = 0x7f160059;
- public static int Base_V21_Theme_AppCompat = 0x7f16005a;
- public static int Base_V21_Theme_AppCompat_Dialog = 0x7f16005b;
- public static int Base_V21_Theme_AppCompat_Light = 0x7f16005c;
- public static int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f16005d;
- public static int Base_V22_Theme_AppCompat = 0x7f16005f;
- public static int Base_V22_Theme_AppCompat_Light = 0x7f160060;
- public static int Base_V23_Theme_AppCompat = 0x7f160061;
- public static int Base_V23_Theme_AppCompat_Light = 0x7f160062;
- public static int Base_V26_Theme_AppCompat = 0x7f160063;
- public static int Base_V26_Theme_AppCompat_Light = 0x7f160064;
- public static int Base_V26_Widget_AppCompat_Toolbar = 0x7f160065;
- public static int Base_V7_ThemeOverlay_AppCompat_Dialog = 0x7f160067;
- public static int Base_V7_Theme_AppCompat = 0x7f160068;
- public static int Base_V7_Theme_AppCompat_Dialog = 0x7f160069;
- public static int Base_V7_Theme_AppCompat_Light = 0x7f16006a;
- public static int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f16006b;
- public static int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f16006c;
- public static int Base_V7_Widget_AppCompat_EditText = 0x7f16006d;
- public static int Base_V7_Widget_AppCompat_Toolbar = 0x7f16006e;
- public static int Base_Widget_AppCompat_ActionBar = 0x7f16006f;
- public static int Base_Widget_AppCompat_ActionBar_Solid = 0x7f160070;
- public static int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f160071;
- public static int Base_Widget_AppCompat_ActionBar_TabText = 0x7f160072;
- public static int Base_Widget_AppCompat_ActionBar_TabView = 0x7f160073;
- public static int Base_Widget_AppCompat_ActionButton = 0x7f160074;
- public static int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f160075;
- public static int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f160076;
- public static int Base_Widget_AppCompat_ActionMode = 0x7f160077;
- public static int Base_Widget_AppCompat_ActivityChooserView = 0x7f160078;
- public static int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f160079;
- public static int Base_Widget_AppCompat_Button = 0x7f16007a;
- public static int Base_Widget_AppCompat_ButtonBar = 0x7f16007b;
- public static int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f16007c;
- public static int Base_Widget_AppCompat_Button_Borderless = 0x7f16007d;
- public static int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f16007e;
- public static int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f16007f;
- public static int Base_Widget_AppCompat_Button_Colored = 0x7f160080;
- public static int Base_Widget_AppCompat_Button_Small = 0x7f160081;
- public static int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f160082;
- public static int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f160083;
- public static int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f160084;
- public static int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f160085;
- public static int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f160086;
- public static int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f160087;
- public static int Base_Widget_AppCompat_EditText = 0x7f160088;
- public static int Base_Widget_AppCompat_ImageButton = 0x7f160089;
- public static int Base_Widget_AppCompat_Light_ActionBar = 0x7f16008a;
- public static int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f16008b;
- public static int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f16008c;
- public static int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f16008d;
- public static int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f16008e;
- public static int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f16008f;
- public static int Base_Widget_AppCompat_Light_PopupMenu = 0x7f160090;
- public static int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f160091;
- public static int Base_Widget_AppCompat_ListMenuView = 0x7f160092;
- public static int Base_Widget_AppCompat_ListPopupWindow = 0x7f160093;
- public static int Base_Widget_AppCompat_ListView = 0x7f160094;
- public static int Base_Widget_AppCompat_ListView_DropDown = 0x7f160095;
- public static int Base_Widget_AppCompat_ListView_Menu = 0x7f160096;
- public static int Base_Widget_AppCompat_PopupMenu = 0x7f160097;
- public static int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f160098;
- public static int Base_Widget_AppCompat_PopupWindow = 0x7f160099;
- public static int Base_Widget_AppCompat_ProgressBar = 0x7f16009a;
- public static int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f16009b;
- public static int Base_Widget_AppCompat_RatingBar = 0x7f16009c;
- public static int Base_Widget_AppCompat_RatingBar_Indicator = 0x7f16009d;
- public static int Base_Widget_AppCompat_RatingBar_Small = 0x7f16009e;
- public static int Base_Widget_AppCompat_SearchView = 0x7f16009f;
- public static int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f1600a0;
- public static int Base_Widget_AppCompat_SeekBar = 0x7f1600a1;
- public static int Base_Widget_AppCompat_SeekBar_Discrete = 0x7f1600a2;
- public static int Base_Widget_AppCompat_Spinner = 0x7f1600a3;
- public static int Base_Widget_AppCompat_Spinner_Underlined = 0x7f1600a4;
- public static int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f1600a5;
- public static int Base_Widget_AppCompat_Toolbar = 0x7f1600a6;
- public static int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f1600a7;
- public static int Platform_AppCompat = 0x7f1600f4;
- public static int Platform_AppCompat_Light = 0x7f1600f5;
- public static int Platform_ThemeOverlay_AppCompat = 0x7f1600f6;
- public static int Platform_ThemeOverlay_AppCompat_Dark = 0x7f1600f7;
- public static int Platform_ThemeOverlay_AppCompat_Light = 0x7f1600f8;
- public static int Platform_V11_AppCompat = 0x7f1600f9;
- public static int Platform_V11_AppCompat_Light = 0x7f1600fa;
- public static int Platform_V14_AppCompat = 0x7f1600fb;
- public static int Platform_V14_AppCompat_Light = 0x7f1600fc;
- public static int Platform_V21_AppCompat = 0x7f1600fd;
- public static int Platform_V21_AppCompat_Light = 0x7f1600fe;
- public static int Platform_V25_AppCompat = 0x7f1600ff;
- public static int Platform_V25_AppCompat_Light = 0x7f160100;
- public static int Platform_Widget_AppCompat_Spinner = 0x7f160101;
- public static int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f160102;
- public static int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f160103;
- public static int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f160104;
- public static int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f160105;
- public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f160106;
- public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f160107;
- public static int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f160108;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f160109;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f16010a;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f16010b;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f16010c;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f16010d;
- public static int RtlUnderlay_Widget_AppCompat_ActionButton = 0x7f16010e;
- public static int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 0x7f16010f;
- public static int TextAppearance_AppCompat = 0x7f160110;
- public static int TextAppearance_AppCompat_Body1 = 0x7f160111;
- public static int TextAppearance_AppCompat_Body2 = 0x7f160112;
- public static int TextAppearance_AppCompat_Button = 0x7f160113;
- public static int TextAppearance_AppCompat_Caption = 0x7f160114;
- public static int TextAppearance_AppCompat_Display1 = 0x7f160115;
- public static int TextAppearance_AppCompat_Display2 = 0x7f160116;
- public static int TextAppearance_AppCompat_Display3 = 0x7f160117;
- public static int TextAppearance_AppCompat_Display4 = 0x7f160118;
- public static int TextAppearance_AppCompat_Headline = 0x7f160119;
- public static int TextAppearance_AppCompat_Inverse = 0x7f16011a;
- public static int TextAppearance_AppCompat_Large = 0x7f16011b;
- public static int TextAppearance_AppCompat_Large_Inverse = 0x7f16011c;
- public static int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f16011d;
- public static int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f16011e;
- public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f16011f;
- public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f160120;
- public static int TextAppearance_AppCompat_Medium = 0x7f160121;
- public static int TextAppearance_AppCompat_Medium_Inverse = 0x7f160122;
- public static int TextAppearance_AppCompat_Menu = 0x7f160123;
- public static int TextAppearance_AppCompat_Notification = 0x7f160124;
- public static int TextAppearance_AppCompat_Notification_Info = 0x7f160125;
- public static int TextAppearance_AppCompat_Notification_Info_Media = 0x7f160126;
- public static int TextAppearance_AppCompat_Notification_Line2 = 0x7f160127;
- public static int TextAppearance_AppCompat_Notification_Line2_Media = 0x7f160128;
- public static int TextAppearance_AppCompat_Notification_Media = 0x7f160129;
- public static int TextAppearance_AppCompat_Notification_Time = 0x7f16012a;
- public static int TextAppearance_AppCompat_Notification_Time_Media = 0x7f16012b;
- public static int TextAppearance_AppCompat_Notification_Title = 0x7f16012c;
- public static int TextAppearance_AppCompat_Notification_Title_Media = 0x7f16012d;
- public static int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f16012e;
- public static int TextAppearance_AppCompat_SearchResult_Title = 0x7f16012f;
- public static int TextAppearance_AppCompat_Small = 0x7f160130;
- public static int TextAppearance_AppCompat_Small_Inverse = 0x7f160131;
- public static int TextAppearance_AppCompat_Subhead = 0x7f160132;
- public static int TextAppearance_AppCompat_Subhead_Inverse = 0x7f160133;
- public static int TextAppearance_AppCompat_Title = 0x7f160134;
- public static int TextAppearance_AppCompat_Title_Inverse = 0x7f160135;
- public static int TextAppearance_AppCompat_Tooltip = 0x7f160136;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f160137;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f160138;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f160139;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f16013a;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f16013b;
- public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f16013c;
- public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f16013d;
- public static int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f16013e;
- public static int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f16013f;
- public static int TextAppearance_AppCompat_Widget_Button = 0x7f160140;
- public static int TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f160141;
- public static int TextAppearance_AppCompat_Widget_Button_Colored = 0x7f160142;
- public static int TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f160143;
- public static int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f160144;
- public static int TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f160145;
- public static int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f160146;
- public static int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f160147;
- public static int TextAppearance_AppCompat_Widget_Switch = 0x7f160148;
- public static int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f160149;
- public static int TextAppearance_Compat_Notification = 0x7f16014a;
- public static int TextAppearance_Compat_Notification_Info = 0x7f16014b;
- public static int TextAppearance_Compat_Notification_Info_Media = 0x7f16014c;
- public static int TextAppearance_Compat_Notification_Line2 = 0x7f16014d;
- public static int TextAppearance_Compat_Notification_Line2_Media = 0x7f16014e;
- public static int TextAppearance_Compat_Notification_Media = 0x7f16014f;
- public static int TextAppearance_Compat_Notification_Time = 0x7f160150;
- public static int TextAppearance_Compat_Notification_Time_Media = 0x7f160151;
- public static int TextAppearance_Compat_Notification_Title = 0x7f160152;
- public static int TextAppearance_Compat_Notification_Title_Media = 0x7f160153;
- public static int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f160160;
- public static int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f160161;
- public static int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f160162;
- public static int ThemeOverlay_AppCompat = 0x7f160163;
- public static int ThemeOverlay_AppCompat_ActionBar = 0x7f160164;
- public static int ThemeOverlay_AppCompat_Dark = 0x7f160165;
- public static int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f160166;
- public static int ThemeOverlay_AppCompat_Dialog = 0x7f160167;
- public static int ThemeOverlay_AppCompat_Dialog_Alert = 0x7f160168;
- public static int ThemeOverlay_AppCompat_Light = 0x7f160169;
- public static int Theme_AppCompat = 0x7f16016a;
- public static int Theme_AppCompat_CompactMenu = 0x7f16016b;
- public static int Theme_AppCompat_DayNight = 0x7f16016c;
- public static int Theme_AppCompat_DayNight_DarkActionBar = 0x7f16016d;
- public static int Theme_AppCompat_DayNight_Dialog = 0x7f16016e;
- public static int Theme_AppCompat_DayNight_DialogWhenLarge = 0x7f16016f;
- public static int Theme_AppCompat_DayNight_Dialog_Alert = 0x7f160170;
- public static int Theme_AppCompat_DayNight_Dialog_MinWidth = 0x7f160171;
- public static int Theme_AppCompat_DayNight_NoActionBar = 0x7f160172;
- public static int Theme_AppCompat_Dialog = 0x7f160173;
- public static int Theme_AppCompat_DialogWhenLarge = 0x7f160174;
- public static int Theme_AppCompat_Dialog_Alert = 0x7f160175;
- public static int Theme_AppCompat_Dialog_MinWidth = 0x7f160176;
- public static int Theme_AppCompat_Light = 0x7f160177;
- public static int Theme_AppCompat_Light_DarkActionBar = 0x7f160178;
- public static int Theme_AppCompat_Light_Dialog = 0x7f160179;
- public static int Theme_AppCompat_Light_DialogWhenLarge = 0x7f16017a;
- public static int Theme_AppCompat_Light_Dialog_Alert = 0x7f16017b;
- public static int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f16017c;
- public static int Theme_AppCompat_Light_NoActionBar = 0x7f16017d;
- public static int Theme_AppCompat_NoActionBar = 0x7f16017e;
- public static int Widget_AppCompat_ActionBar = 0x7f160185;
- public static int Widget_AppCompat_ActionBar_Solid = 0x7f160186;
- public static int Widget_AppCompat_ActionBar_TabBar = 0x7f160187;
- public static int Widget_AppCompat_ActionBar_TabText = 0x7f160188;
- public static int Widget_AppCompat_ActionBar_TabView = 0x7f160189;
- public static int Widget_AppCompat_ActionButton = 0x7f16018a;
- public static int Widget_AppCompat_ActionButton_CloseMode = 0x7f16018b;
- public static int Widget_AppCompat_ActionButton_Overflow = 0x7f16018c;
- public static int Widget_AppCompat_ActionMode = 0x7f16018d;
- public static int Widget_AppCompat_ActivityChooserView = 0x7f16018e;
- public static int Widget_AppCompat_AutoCompleteTextView = 0x7f16018f;
- public static int Widget_AppCompat_Button = 0x7f160190;
- public static int Widget_AppCompat_ButtonBar = 0x7f160191;
- public static int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f160192;
- public static int Widget_AppCompat_Button_Borderless = 0x7f160193;
- public static int Widget_AppCompat_Button_Borderless_Colored = 0x7f160194;
- public static int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f160195;
- public static int Widget_AppCompat_Button_Colored = 0x7f160196;
- public static int Widget_AppCompat_Button_Small = 0x7f160197;
- public static int Widget_AppCompat_CompoundButton_CheckBox = 0x7f160198;
- public static int Widget_AppCompat_CompoundButton_RadioButton = 0x7f160199;
- public static int Widget_AppCompat_CompoundButton_Switch = 0x7f16019a;
- public static int Widget_AppCompat_DrawerArrowToggle = 0x7f16019b;
- public static int Widget_AppCompat_DropDownItem_Spinner = 0x7f16019c;
- public static int Widget_AppCompat_EditText = 0x7f16019d;
- public static int Widget_AppCompat_ImageButton = 0x7f16019e;
- public static int Widget_AppCompat_Light_ActionBar = 0x7f16019f;
- public static int Widget_AppCompat_Light_ActionBar_Solid = 0x7f1601a0;
- public static int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f1601a1;
- public static int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f1601a2;
- public static int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f1601a3;
- public static int Widget_AppCompat_Light_ActionBar_TabText = 0x7f1601a4;
- public static int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f1601a5;
- public static int Widget_AppCompat_Light_ActionBar_TabView = 0x7f1601a6;
- public static int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f1601a7;
- public static int Widget_AppCompat_Light_ActionButton = 0x7f1601a8;
- public static int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f1601a9;
- public static int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f1601aa;
- public static int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f1601ab;
- public static int Widget_AppCompat_Light_ActivityChooserView = 0x7f1601ac;
- public static int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f1601ad;
- public static int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f1601ae;
- public static int Widget_AppCompat_Light_ListPopupWindow = 0x7f1601af;
- public static int Widget_AppCompat_Light_ListView_DropDown = 0x7f1601b0;
- public static int Widget_AppCompat_Light_PopupMenu = 0x7f1601b1;
- public static int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f1601b2;
- public static int Widget_AppCompat_Light_SearchView = 0x7f1601b3;
- public static int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f1601b4;
- public static int Widget_AppCompat_ListMenuView = 0x7f1601b5;
- public static int Widget_AppCompat_ListPopupWindow = 0x7f1601b6;
- public static int Widget_AppCompat_ListView = 0x7f1601b7;
- public static int Widget_AppCompat_ListView_DropDown = 0x7f1601b8;
- public static int Widget_AppCompat_ListView_Menu = 0x7f1601b9;
- public static int Widget_AppCompat_PopupMenu = 0x7f1601ba;
- public static int Widget_AppCompat_PopupMenu_Overflow = 0x7f1601bb;
- public static int Widget_AppCompat_PopupWindow = 0x7f1601bc;
- public static int Widget_AppCompat_ProgressBar = 0x7f1601bd;
- public static int Widget_AppCompat_ProgressBar_Horizontal = 0x7f1601be;
- public static int Widget_AppCompat_RatingBar = 0x7f1601bf;
- public static int Widget_AppCompat_RatingBar_Indicator = 0x7f1601c0;
- public static int Widget_AppCompat_RatingBar_Small = 0x7f1601c1;
- public static int Widget_AppCompat_SearchView = 0x7f1601c2;
- public static int Widget_AppCompat_SearchView_ActionBar = 0x7f1601c3;
- public static int Widget_AppCompat_SeekBar = 0x7f1601c4;
- public static int Widget_AppCompat_SeekBar_Discrete = 0x7f1601c5;
- public static int Widget_AppCompat_Spinner = 0x7f1601c6;
- public static int Widget_AppCompat_Spinner_DropDown = 0x7f1601c7;
- public static int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f1601c8;
- public static int Widget_AppCompat_Spinner_Underlined = 0x7f1601c9;
- public static int Widget_AppCompat_TextView_SpinnerItem = 0x7f1601ca;
- public static int Widget_AppCompat_Toolbar = 0x7f1601cb;
- public static int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f1601cc;
- public static int Widget_Compat_NotificationActionContainer = 0x7f1601cd;
- public static int Widget_Compat_NotificationActionText = 0x7f1601ce;
- }
- public static final class styleable {
- public static int[] ActionBar = { 0x7f040032, 0x7f040033, 0x7f040034, 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b, 0x7f040098, 0x7f0400c2, 0x7f0400c3, 0x7f0400eb, 0x7f040131, 0x7f040132, 0x7f040137, 0x7f040138, 0x7f040139, 0x7f04013e, 0x7f040144, 0x7f04016e, 0x7f040185, 0x7f040197, 0x7f04019b, 0x7f04019c, 0x7f04022a, 0x7f04022d, 0x7f040261, 0x7f04026b };
- public static int ActionBar_background = 0;
- public static int ActionBar_backgroundSplit = 1;
- public static int ActionBar_backgroundStacked = 2;
- public static int ActionBar_contentInsetEnd = 3;
- public static int ActionBar_contentInsetEndWithActions = 4;
- public static int ActionBar_contentInsetLeft = 5;
- public static int ActionBar_contentInsetRight = 6;
- public static int ActionBar_contentInsetStart = 7;
- public static int ActionBar_contentInsetStartWithNavigation = 8;
- public static int ActionBar_customNavigationLayout = 9;
- public static int ActionBar_displayOptions = 10;
- public static int ActionBar_divider = 11;
- public static int ActionBar_elevation = 12;
- public static int ActionBar_height = 13;
- public static int ActionBar_hideOnContentScroll = 14;
- public static int ActionBar_homeAsUpIndicator = 15;
- public static int ActionBar_homeLayout = 16;
- public static int ActionBar_icon = 17;
- public static int ActionBar_indeterminateProgressStyle = 18;
- public static int ActionBar_itemPadding = 19;
- public static int ActionBar_logo = 20;
- public static int ActionBar_navigationMode = 21;
- public static int ActionBar_popupTheme = 22;
- public static int ActionBar_progressBarPadding = 23;
- public static int ActionBar_progressBarStyle = 24;
- public static int ActionBar_subtitle = 25;
- public static int ActionBar_subtitleTextStyle = 26;
- public static int ActionBar_title = 27;
- public static int ActionBar_titleTextStyle = 28;
- public static int[] ActionBarLayout = { 0x010100b3 };
- public static int ActionBarLayout_android_layout_gravity = 0;
- public static int[] ActionMenuItemView = { 0x0101013f };
- public static int ActionMenuItemView_android_minWidth = 0;
- public static int[] ActionMode = { 0x7f040032, 0x7f040033, 0x7f040064, 0x7f040131, 0x7f04022d, 0x7f04026b };
- public static int ActionMode_background = 0;
- public static int ActionMode_backgroundSplit = 1;
- public static int ActionMode_closeItemLayout = 2;
- public static int ActionMode_height = 3;
- public static int ActionMode_subtitleTextStyle = 4;
- public static int ActionMode_titleTextStyle = 5;
- public static int[] ActivityChooserView = { 0x7f04010b, 0x7f04013f };
- public static int ActivityChooserView_expandActivityOverflowButtonDrawable = 0;
- public static int ActivityChooserView_initialActivityCount = 1;
- public static int[] AlertDialog = { 0x010100f2, 0x7f04004e, 0x7f040156, 0x7f040157, 0x7f040182, 0x7f0401f0, 0x7f0401f1 };
- public static int AlertDialog_android_layout = 0;
- public static int AlertDialog_buttonPanelSideLayout = 1;
- public static int AlertDialog_listItemLayout = 2;
- public static int AlertDialog_listLayout = 3;
- public static int AlertDialog_multiChoiceItemLayout = 4;
- public static int AlertDialog_showTitle = 5;
- public static int AlertDialog_singleChoiceItemLayout = 6;
- public static int[] AppCompatImageView = { 0x01010119, 0x7f040221, 0x7f04025f, 0x7f040260 };
- public static int AppCompatImageView_android_src = 0;
- public static int AppCompatImageView_srcCompat = 1;
- public static int AppCompatImageView_tint = 2;
- public static int AppCompatImageView_tintMode = 3;
- public static int[] AppCompatSeekBar = { 0x01010142, 0x7f04025c, 0x7f04025d, 0x7f04025e };
- public static int AppCompatSeekBar_android_thumb = 0;
- public static int AppCompatSeekBar_tickMark = 1;
- public static int AppCompatSeekBar_tickMarkTint = 2;
- public static int AppCompatSeekBar_tickMarkTintMode = 3;
- public static int[] AppCompatTextHelper = { 0x0101016e, 0x01010393, 0x0101016f, 0x01010170, 0x01010392, 0x0101016d, 0x01010034 };
- public static int AppCompatTextHelper_android_drawableBottom = 0;
- public static int AppCompatTextHelper_android_drawableEnd = 1;
- public static int AppCompatTextHelper_android_drawableLeft = 2;
- public static int AppCompatTextHelper_android_drawableRight = 3;
- public static int AppCompatTextHelper_android_drawableStart = 4;
- public static int AppCompatTextHelper_android_drawableTop = 5;
- public static int AppCompatTextHelper_android_textAppearance = 6;
- public static int[] AppCompatTextView = { 0x01010034, 0x7f04002d, 0x7f04002e, 0x7f04002f, 0x7f040030, 0x7f040031, 0x7f040124, 0x7f04024b };
- public static int AppCompatTextView_android_textAppearance = 0;
- public static int AppCompatTextView_autoSizeMaxTextSize = 1;
- public static int AppCompatTextView_autoSizeMinTextSize = 2;
- public static int AppCompatTextView_autoSizePresetSizes = 3;
- public static int AppCompatTextView_autoSizeStepGranularity = 4;
- public static int AppCompatTextView_autoSizeTextType = 5;
- public static int AppCompatTextView_fontFamily = 6;
- public static int AppCompatTextView_textAllCaps = 7;
- public static int[] AppCompatTheme = { 0x7f040001, 0x7f040002, 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f04000d, 0x7f04000f, 0x7f040010, 0x7f040011, 0x7f040012, 0x7f040013, 0x7f040014, 0x7f040015, 0x7f040016, 0x7f040017, 0x7f040018, 0x7f040019, 0x7f04001a, 0x7f04001b, 0x7f04001c, 0x7f04001d, 0x7f04001e, 0x7f04001f, 0x7f040022, 0x7f040023, 0x7f040024, 0x7f040025, 0x7f040026, 0x010100ae, 0x01010057, 0x7f04002c, 0x7f04003e, 0x7f040048, 0x7f040049, 0x7f04004a, 0x7f04004b, 0x7f04004c, 0x7f04004f, 0x7f040050, 0x7f040061, 0x7f040062, 0x7f04006a, 0x7f04006b, 0x7f04006c, 0x7f04006d, 0x7f04006e, 0x7f04006f, 0x7f040070, 0x7f040071, 0x7f040072, 0x7f040073, 0x7f040082, 0x7f0400c0, 0x7f0400c1, 0x7f0400c4, 0x7f0400c6, 0x7f0400e6, 0x7f0400e7, 0x7f0400e8, 0x7f0400e9, 0x7f0400ea, 0x7f040137, 0x7f04013d, 0x7f040154, 0x7f040155, 0x7f040158, 0x7f040159, 0x7f04015a, 0x7f04015b, 0x7f04015c, 0x7f04015d, 0x7f04015e, 0x7f04018e, 0x7f04018f, 0x7f040190, 0x7f040196, 0x7f040198, 0x7f0401a5, 0x7f0401a6, 0x7f0401a7, 0x7f0401a8, 0x7f0401e9, 0x7f0401ea, 0x7f0401eb, 0x7f0401ec, 0x7f040209, 0x7f04020a, 0x7f040239, 0x7f04024c, 0x7f04024d, 0x7f04024e, 0x7f04024f, 0x7f040250, 0x7f040251, 0x7f040252, 0x7f040253, 0x7f040254, 0x7f040256, 0x7f04026d, 0x7f04026e, 0x7f04026f, 0x7f040270, 0x7f040297, 0x7f040298, 0x7f040299, 0x7f04029a, 0x7f04029b, 0x7f04029c, 0x7f04029d, 0x7f04029e, 0x7f04029f, 0x7f0402a0 };
- public static int AppCompatTheme_actionBarDivider = 0;
- public static int AppCompatTheme_actionBarItemBackground = 1;
- public static int AppCompatTheme_actionBarPopupTheme = 2;
- public static int AppCompatTheme_actionBarSize = 3;
- public static int AppCompatTheme_actionBarSplitStyle = 4;
- public static int AppCompatTheme_actionBarStyle = 5;
- public static int AppCompatTheme_actionBarTabBarStyle = 6;
- public static int AppCompatTheme_actionBarTabStyle = 7;
- public static int AppCompatTheme_actionBarTabTextStyle = 8;
- public static int AppCompatTheme_actionBarTheme = 9;
- public static int AppCompatTheme_actionBarWidgetTheme = 10;
- public static int AppCompatTheme_actionButtonStyle = 11;
- public static int AppCompatTheme_actionDropDownStyle = 12;
- public static int AppCompatTheme_actionMenuTextAppearance = 13;
- public static int AppCompatTheme_actionMenuTextColor = 14;
- public static int AppCompatTheme_actionModeBackground = 15;
- public static int AppCompatTheme_actionModeCloseButtonStyle = 16;
- public static int AppCompatTheme_actionModeCloseDrawable = 17;
- public static int AppCompatTheme_actionModeCopyDrawable = 18;
- public static int AppCompatTheme_actionModeCutDrawable = 19;
- public static int AppCompatTheme_actionModeFindDrawable = 20;
- public static int AppCompatTheme_actionModePasteDrawable = 21;
- public static int AppCompatTheme_actionModePopupWindowStyle = 22;
- public static int AppCompatTheme_actionModeSelectAllDrawable = 23;
- public static int AppCompatTheme_actionModeShareDrawable = 24;
- public static int AppCompatTheme_actionModeSplitBackground = 25;
- public static int AppCompatTheme_actionModeStyle = 26;
- public static int AppCompatTheme_actionModeWebSearchDrawable = 27;
- public static int AppCompatTheme_actionOverflowButtonStyle = 28;
- public static int AppCompatTheme_actionOverflowMenuStyle = 29;
- public static int AppCompatTheme_activityChooserViewStyle = 30;
- public static int AppCompatTheme_alertDialogButtonGroupStyle = 31;
- public static int AppCompatTheme_alertDialogCenterButtons = 32;
- public static int AppCompatTheme_alertDialogStyle = 33;
- public static int AppCompatTheme_alertDialogTheme = 34;
- public static int AppCompatTheme_android_windowAnimationStyle = 35;
- public static int AppCompatTheme_android_windowIsFloating = 36;
- public static int AppCompatTheme_autoCompleteTextViewStyle = 37;
- public static int AppCompatTheme_borderlessButtonStyle = 38;
- public static int AppCompatTheme_buttonBarButtonStyle = 39;
- public static int AppCompatTheme_buttonBarNegativeButtonStyle = 40;
- public static int AppCompatTheme_buttonBarNeutralButtonStyle = 41;
- public static int AppCompatTheme_buttonBarPositiveButtonStyle = 42;
- public static int AppCompatTheme_buttonBarStyle = 43;
- public static int AppCompatTheme_buttonStyle = 44;
- public static int AppCompatTheme_buttonStyleSmall = 45;
- public static int AppCompatTheme_checkboxStyle = 46;
- public static int AppCompatTheme_checkedTextViewStyle = 47;
- public static int AppCompatTheme_colorAccent = 48;
- public static int AppCompatTheme_colorBackgroundFloating = 49;
- public static int AppCompatTheme_colorButtonNormal = 50;
- public static int AppCompatTheme_colorControlActivated = 51;
- public static int AppCompatTheme_colorControlHighlight = 52;
- public static int AppCompatTheme_colorControlNormal = 53;
- public static int AppCompatTheme_colorError = 54;
- public static int AppCompatTheme_colorPrimary = 55;
- public static int AppCompatTheme_colorPrimaryDark = 56;
- public static int AppCompatTheme_colorSwitchThumbNormal = 57;
- public static int AppCompatTheme_controlBackground = 58;
- public static int AppCompatTheme_dialogPreferredPadding = 59;
- public static int AppCompatTheme_dialogTheme = 60;
- public static int AppCompatTheme_dividerHorizontal = 61;
- public static int AppCompatTheme_dividerVertical = 62;
- public static int AppCompatTheme_dropDownListViewStyle = 63;
- public static int AppCompatTheme_dropdownListPreferredItemHeight = 64;
- public static int AppCompatTheme_editTextBackground = 65;
- public static int AppCompatTheme_editTextColor = 66;
- public static int AppCompatTheme_editTextStyle = 67;
- public static int AppCompatTheme_homeAsUpIndicator = 68;
- public static int AppCompatTheme_imageButtonStyle = 69;
- public static int AppCompatTheme_listChoiceBackgroundIndicator = 70;
- public static int AppCompatTheme_listDividerAlertDialog = 71;
- public static int AppCompatTheme_listMenuViewStyle = 72;
- public static int AppCompatTheme_listPopupWindowStyle = 73;
- public static int AppCompatTheme_listPreferredItemHeight = 74;
- public static int AppCompatTheme_listPreferredItemHeightLarge = 75;
- public static int AppCompatTheme_listPreferredItemHeightSmall = 76;
- public static int AppCompatTheme_listPreferredItemPaddingLeft = 77;
- public static int AppCompatTheme_listPreferredItemPaddingRight = 78;
- public static int AppCompatTheme_panelBackground = 79;
- public static int AppCompatTheme_panelMenuListTheme = 80;
- public static int AppCompatTheme_panelMenuListWidth = 81;
- public static int AppCompatTheme_popupMenuStyle = 82;
- public static int AppCompatTheme_popupWindowStyle = 83;
- public static int AppCompatTheme_radioButtonStyle = 84;
- public static int AppCompatTheme_ratingBarStyle = 85;
- public static int AppCompatTheme_ratingBarStyleIndicator = 86;
- public static int AppCompatTheme_ratingBarStyleSmall = 87;
- public static int AppCompatTheme_searchViewStyle = 88;
- public static int AppCompatTheme_seekBarStyle = 89;
- public static int AppCompatTheme_selectableItemBackground = 90;
- public static int AppCompatTheme_selectableItemBackgroundBorderless = 91;
- public static int AppCompatTheme_spinnerDropDownItemStyle = 92;
- public static int AppCompatTheme_spinnerStyle = 93;
- public static int AppCompatTheme_switchStyle = 94;
- public static int AppCompatTheme_textAppearanceLargePopupMenu = 95;
- public static int AppCompatTheme_textAppearanceListItem = 96;
- public static int AppCompatTheme_textAppearanceListItemSecondary = 97;
- public static int AppCompatTheme_textAppearanceListItemSmall = 98;
- public static int AppCompatTheme_textAppearancePopupMenuHeader = 99;
- public static int AppCompatTheme_textAppearanceSearchResultSubtitle = 100;
- public static int AppCompatTheme_textAppearanceSearchResultTitle = 101;
- public static int AppCompatTheme_textAppearanceSmallPopupMenu = 102;
- public static int AppCompatTheme_textColorAlertDialogListItem = 103;
- public static int AppCompatTheme_textColorSearchUrl = 104;
- public static int AppCompatTheme_toolbarNavigationButtonStyle = 105;
- public static int AppCompatTheme_toolbarStyle = 106;
- public static int AppCompatTheme_tooltipForegroundColor = 107;
- public static int AppCompatTheme_tooltipFrameBackground = 108;
- public static int AppCompatTheme_windowActionBar = 109;
- public static int AppCompatTheme_windowActionBarOverlay = 110;
- public static int AppCompatTheme_windowActionModeOverlay = 111;
- public static int AppCompatTheme_windowFixedHeightMajor = 112;
- public static int AppCompatTheme_windowFixedHeightMinor = 113;
- public static int AppCompatTheme_windowFixedWidthMajor = 114;
- public static int AppCompatTheme_windowFixedWidthMinor = 115;
- public static int AppCompatTheme_windowMinWidthMajor = 116;
- public static int AppCompatTheme_windowMinWidthMinor = 117;
- public static int AppCompatTheme_windowNoTitle = 118;
- public static int[] ButtonBarLayout = { 0x7f040027 };
- public static int ButtonBarLayout_allowStacking = 0;
- public static int[] ColorStateListItem = { 0x7f040028, 0x0101031f, 0x010101a5 };
- public static int ColorStateListItem_alpha = 0;
- public static int ColorStateListItem_android_alpha = 1;
- public static int ColorStateListItem_android_color = 2;
- public static int[] CompoundButton = { 0x01010107, 0x7f040051, 0x7f040052 };
- public static int CompoundButton_android_button = 0;
- public static int CompoundButton_buttonTint = 1;
- public static int CompoundButton_buttonTintMode = 2;
- public static int[] DrawerArrowToggle = { 0x7f04002a, 0x7f04002b, 0x7f040037, 0x7f040069, 0x7f0400e4, 0x7f04012e, 0x7f040208, 0x7f040258 };
- public static int DrawerArrowToggle_arrowHeadLength = 0;
- public static int DrawerArrowToggle_arrowShaftLength = 1;
- public static int DrawerArrowToggle_barLength = 2;
- public static int DrawerArrowToggle_color = 3;
- public static int DrawerArrowToggle_drawableSize = 4;
- public static int DrawerArrowToggle_gapBetweenBars = 5;
- public static int DrawerArrowToggle_spinBars = 6;
- public static int DrawerArrowToggle_thickness = 7;
- public static int[] FontFamily = { 0x7f040125, 0x7f040126, 0x7f040127, 0x7f040128, 0x7f040129, 0x7f04012a };
- public static int FontFamily_fontProviderAuthority = 0;
- public static int FontFamily_fontProviderCerts = 1;
- public static int FontFamily_fontProviderFetchStrategy = 2;
- public static int FontFamily_fontProviderFetchTimeout = 3;
- public static int FontFamily_fontProviderPackage = 4;
- public static int FontFamily_fontProviderQuery = 5;
- public static int[] FontFamilyFont = { 0x7f040123, 0x7f04012b, 0x7f04012c };
- public static int FontFamilyFont_font = 0;
- public static int FontFamilyFont_fontStyle = 1;
- public static int FontFamilyFont_fontWeight = 2;
- public static int[] LinearLayoutCompat = { 0x01010126, 0x01010127, 0x010100af, 0x010100c4, 0x01010128, 0x7f0400c3, 0x7f0400c5, 0x7f040180, 0x7f0401ee };
- public static int LinearLayoutCompat_android_baselineAligned = 0;
- public static int LinearLayoutCompat_android_baselineAlignedChildIndex = 1;
- public static int LinearLayoutCompat_android_gravity = 2;
- public static int LinearLayoutCompat_android_orientation = 3;
- public static int LinearLayoutCompat_android_weightSum = 4;
- public static int LinearLayoutCompat_divider = 5;
- public static int LinearLayoutCompat_dividerPadding = 6;
- public static int LinearLayoutCompat_measureWithLargestChild = 7;
- public static int LinearLayoutCompat_showDividers = 8;
- public static int[] LinearLayoutCompat_Layout = { 0x010100b3, 0x010100f5, 0x01010181, 0x010100f4 };
- public static int LinearLayoutCompat_Layout_android_layout_gravity = 0;
- public static int LinearLayoutCompat_Layout_android_layout_height = 1;
- public static int LinearLayoutCompat_Layout_android_layout_weight = 2;
- public static int LinearLayoutCompat_Layout_android_layout_width = 3;
- public static int[] ListPopupWindow = { 0x010102ac, 0x010102ad };
- public static int ListPopupWindow_android_dropDownHorizontalOffset = 0;
- public static int ListPopupWindow_android_dropDownVerticalOffset = 1;
- public static int[] MenuGroup = { 0x010101e0, 0x0101000e, 0x010100d0, 0x010101de, 0x010101df, 0x01010194 };
- public static int MenuGroup_android_checkableBehavior = 0;
- public static int MenuGroup_android_enabled = 1;
- public static int MenuGroup_android_id = 2;
- public static int MenuGroup_android_menuCategory = 3;
- public static int MenuGroup_android_orderInCategory = 4;
- public static int MenuGroup_android_visible = 5;
- public static int[] MenuItem = { 0x7f04000e, 0x7f040020, 0x7f040021, 0x7f040029, 0x010101e3, 0x010101e5, 0x01010106, 0x0101000e, 0x01010002, 0x010100d0, 0x010101de, 0x010101e4, 0x0101026f, 0x010101df, 0x010101e1, 0x010101e2, 0x01010194, 0x7f040075, 0x7f04013a, 0x7f04013b, 0x7f040188, 0x7f0401ed, 0x7f040271 };
- public static int MenuItem_actionLayout = 0;
- public static int MenuItem_actionProviderClass = 1;
- public static int MenuItem_actionViewClass = 2;
- public static int MenuItem_alphabeticModifiers = 3;
- public static int MenuItem_android_alphabeticShortcut = 4;
- public static int MenuItem_android_checkable = 5;
- public static int MenuItem_android_checked = 6;
- public static int MenuItem_android_enabled = 7;
- public static int MenuItem_android_icon = 8;
- public static int MenuItem_android_id = 9;
- public static int MenuItem_android_menuCategory = 10;
- public static int MenuItem_android_numericShortcut = 11;
- public static int MenuItem_android_onClick = 12;
- public static int MenuItem_android_orderInCategory = 13;
- public static int MenuItem_android_title = 14;
- public static int MenuItem_android_titleCondensed = 15;
- public static int MenuItem_android_visible = 16;
- public static int MenuItem_contentDescription = 17;
- public static int MenuItem_iconTint = 18;
- public static int MenuItem_iconTintMode = 19;
- public static int MenuItem_numericModifiers = 20;
- public static int MenuItem_showAsAction = 21;
- public static int MenuItem_tooltipText = 22;
- public static int[] MenuView = { 0x0101012f, 0x0101012d, 0x01010130, 0x01010131, 0x0101012c, 0x0101012e, 0x010100ae, 0x7f040199, 0x7f040228 };
- public static int MenuView_android_headerBackground = 0;
- public static int MenuView_android_horizontalDivider = 1;
- public static int MenuView_android_itemBackground = 2;
- public static int MenuView_android_itemIconDisabledAlpha = 3;
- public static int MenuView_android_itemTextAppearance = 4;
- public static int MenuView_android_verticalDivider = 5;
- public static int MenuView_android_windowAnimationStyle = 6;
- public static int MenuView_preserveIconSpacing = 7;
- public static int MenuView_subMenuArrow = 8;
- public static int[] PopupWindow = { 0x010102c9, 0x01010176, 0x7f040189 };
- public static int PopupWindow_android_popupAnimationStyle = 0;
- public static int PopupWindow_android_popupBackground = 1;
- public static int PopupWindow_overlapAnchor = 2;
- public static int[] PopupWindowBackgroundState = { 0x7f040223 };
- public static int PopupWindowBackgroundState_state_above_anchor = 0;
- public static int[] RecycleListView = { 0x7f04018a, 0x7f04018d };
- public static int RecycleListView_paddingBottomNoButtons = 0;
- public static int RecycleListView_paddingTopNoTitle = 1;
- public static int[] SearchView = { 0x010100da, 0x01010264, 0x01010220, 0x0101011f, 0x7f040063, 0x7f040074, 0x7f040099, 0x7f04012f, 0x7f04013c, 0x7f040148, 0x7f0401a3, 0x7f0401a4, 0x7f0401e7, 0x7f0401e8, 0x7f040229, 0x7f04022e, 0x7f040296 };
- public static int SearchView_android_focusable = 0;
- public static int SearchView_android_imeOptions = 1;
- public static int SearchView_android_inputType = 2;
- public static int SearchView_android_maxWidth = 3;
- public static int SearchView_closeIcon = 4;
- public static int SearchView_commitIcon = 5;
- public static int SearchView_defaultQueryHint = 6;
- public static int SearchView_goIcon = 7;
- public static int SearchView_iconifiedByDefault = 8;
- public static int SearchView_layout = 9;
- public static int SearchView_queryBackground = 10;
- public static int SearchView_queryHint = 11;
- public static int SearchView_searchHintIcon = 12;
- public static int SearchView_searchIcon = 13;
- public static int SearchView_submitBackground = 14;
- public static int SearchView_suggestionRowLayout = 15;
- public static int SearchView_voiceIcon = 16;
- public static int[] Spinner = { 0x01010262, 0x010100b2, 0x010100af, 0x01010140, 0x0101013f, 0x01010176, 0x0101017b, 0x7f040197, 0x7f04020c, 0x7f04020d, 0x7f04020e, 0x7f04020f, 0x7f040210, 0x7f040211, 0x7f040212, 0x7f040213, 0x7f040214, 0x7f040215, 0x7f040216, 0x7f040217, 0x7f040218, 0x7f040219, 0x7f04021a, 0x7f04021b, 0x7f04021c, 0x7f04021d, 0x7f04021e, 0x7f04021f, 0x7f040220 };
- public static int Spinner_android_dropDownWidth = 0;
- public static int Spinner_android_entries = 1;
- public static int Spinner_android_gravity = 2;
- public static int Spinner_android_minHeight = 3;
- public static int Spinner_android_minWidth = 4;
- public static int Spinner_android_popupBackground = 5;
- public static int Spinner_android_prompt = 6;
- public static int Spinner_popupTheme = 7;
- public static int Spinner_spn_arrowAnimClockwise = 8;
- public static int Spinner_spn_arrowAnimDuration = 9;
- public static int Spinner_spn_arrowColor = 10;
- public static int Spinner_spn_arrowInterpolator = 11;
- public static int Spinner_spn_arrowPadding = 12;
- public static int Spinner_spn_arrowSize = 13;
- public static int Spinner_spn_arrowSwitchMode = 14;
- public static int Spinner_spn_disableChildrenWhenDisabled = 15;
- public static int Spinner_spn_dividerAnimDuration = 16;
- public static int Spinner_spn_dividerColor = 17;
- public static int Spinner_spn_dividerHeight = 18;
- public static int Spinner_spn_dividerPadding = 19;
- public static int Spinner_spn_label = 20;
- public static int Spinner_spn_labelEllipsize = 21;
- public static int Spinner_spn_labelEnable = 22;
- public static int Spinner_spn_labelPadding = 23;
- public static int Spinner_spn_labelTextAppearance = 24;
- public static int Spinner_spn_labelTextColor = 25;
- public static int Spinner_spn_labelTextSize = 26;
- public static int Spinner_spn_popupItemAnimOffset = 27;
- public static int Spinner_spn_popupItemAnimation = 28;
- public static int[] SwitchCompat = { 0x01010125, 0x01010124, 0x01010142, 0x7f0401ef, 0x7f04020b, 0x7f040237, 0x7f040238, 0x7f04023a, 0x7f040259, 0x7f04025a, 0x7f04025b, 0x7f040290, 0x7f040291, 0x7f040292 };
- public static int SwitchCompat_android_textOff = 0;
- public static int SwitchCompat_android_textOn = 1;
- public static int SwitchCompat_android_thumb = 2;
- public static int SwitchCompat_showText = 3;
- public static int SwitchCompat_splitTrack = 4;
- public static int SwitchCompat_switchMinWidth = 5;
- public static int SwitchCompat_switchPadding = 6;
- public static int SwitchCompat_switchTextAppearance = 7;
- public static int SwitchCompat_thumbTextPadding = 8;
- public static int SwitchCompat_thumbTint = 9;
- public static int SwitchCompat_thumbTintMode = 10;
- public static int SwitchCompat_track = 11;
- public static int SwitchCompat_trackTint = 12;
- public static int SwitchCompat_trackTintMode = 13;
- public static int[] TextAppearance = { 0x0101045d, 0x010103ac, 0x010104b7, 0x010104b6, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x0101038c, 0x01010098, 0x01010099, 0x0101009a, 0x0101009b, 0x01010095, 0x01010097, 0x01010096, 0x7f040124, 0x7f04024b, 0x7f040293 };
- public static int TextAppearance_android_elegantTextHeight = 0;
- public static int TextAppearance_android_fontFamily = 1;
- public static int TextAppearance_android_fontFeatureSettings = 2;
- public static int TextAppearance_android_letterSpacing = 3;
- public static int TextAppearance_android_shadowColor = 4;
- public static int TextAppearance_android_shadowDx = 5;
- public static int TextAppearance_android_shadowDy = 6;
- public static int TextAppearance_android_shadowRadius = 7;
- public static int TextAppearance_android_textAllCaps = 8;
- public static int TextAppearance_android_textColor = 9;
- public static int TextAppearance_android_textColorHighlight = 10;
- public static int TextAppearance_android_textColorHint = 11;
- public static int TextAppearance_android_textColorLink = 12;
- public static int TextAppearance_android_textSize = 13;
- public static int TextAppearance_android_textStyle = 14;
- public static int TextAppearance_android_typeface = 15;
- public static int TextAppearance_fontFamily = 16;
- public static int TextAppearance_textAllCaps = 17;
- public static int TextAppearance_tv_fontFamily = 18;
- public static int[] Toolbar = { 0x010100af, 0x01010140, 0x7f04004d, 0x7f040065, 0x7f040066, 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b, 0x7f04016e, 0x7f04016f, 0x7f04017f, 0x7f040183, 0x7f040184, 0x7f040197, 0x7f04022a, 0x7f04022b, 0x7f04022c, 0x7f040261, 0x7f040263, 0x7f040264, 0x7f040265, 0x7f040266, 0x7f040267, 0x7f040268, 0x7f040269, 0x7f04026a };
- public static int Toolbar_android_gravity = 0;
- public static int Toolbar_android_minHeight = 1;
- public static int Toolbar_buttonGravity = 2;
- public static int Toolbar_collapseContentDescription = 3;
- public static int Toolbar_collapseIcon = 4;
- public static int Toolbar_contentInsetEnd = 5;
- public static int Toolbar_contentInsetEndWithActions = 6;
- public static int Toolbar_contentInsetLeft = 7;
- public static int Toolbar_contentInsetRight = 8;
- public static int Toolbar_contentInsetStart = 9;
- public static int Toolbar_contentInsetStartWithNavigation = 10;
- public static int Toolbar_logo = 11;
- public static int Toolbar_logoDescription = 12;
- public static int Toolbar_maxButtonHeight = 13;
- public static int Toolbar_navigationContentDescription = 14;
- public static int Toolbar_navigationIcon = 15;
- public static int Toolbar_popupTheme = 16;
- public static int Toolbar_subtitle = 17;
- public static int Toolbar_subtitleTextAppearance = 18;
- public static int Toolbar_subtitleTextColor = 19;
- public static int Toolbar_title = 20;
- public static int Toolbar_titleMargin = 21;
- public static int Toolbar_titleMarginBottom = 22;
- public static int Toolbar_titleMarginEnd = 23;
- public static int Toolbar_titleMarginStart = 24;
- public static int Toolbar_titleMarginTop = 25;
- public static int Toolbar_titleMargins = 26;
- public static int Toolbar_titleTextAppearance = 27;
- public static int Toolbar_titleTextColor = 28;
- public static int[] View = { 0x010100d4, 0x0101046b, 0x0101046c, 0x01010440, 0x010102aa, 0x010100e0, 0x010100da, 0x010103b2, 0x01010140, 0x0101013f, 0x010100d5, 0x010100d9, 0x010103b4, 0x010100d6, 0x010100d8, 0x010103b3, 0x010100d7, 0x010103a5, 0x010102a9, 0x010102a8, 0x01010063, 0x0101007f, 0x01010215, 0x01010119, 0x010103b1, 0x010103b0, 0x01010000, 0x010100dc, 0x7f04018b, 0x7f04018c, 0x7f040257 };
- public static int View_android_background = 0;
- public static int View_android_backgroundTint = 1;
- public static int View_android_backgroundTintMode = 2;
- public static int View_android_elevation = 3;
- public static int View_android_fadeScrollbars = 4;
- public static int View_android_fadingEdgeLength = 5;
- public static int View_android_focusable = 6;
- public static int View_android_layoutDirection = 7;
- public static int View_android_minHeight = 8;
- public static int View_android_minWidth = 9;
- public static int View_android_padding = 10;
- public static int View_android_paddingBottom = 11;
- public static int View_android_paddingEnd = 12;
- public static int View_android_paddingLeft = 13;
- public static int View_android_paddingRight = 14;
- public static int View_android_paddingStart = 15;
- public static int View_android_paddingTop = 16;
- public static int View_android_requiresFadingEdge = 17;
- public static int View_android_scrollbarDefaultDelayBeforeFade = 18;
- public static int View_android_scrollbarFadeDuration = 19;
- public static int View_android_scrollbarSize = 20;
- public static int View_android_scrollbarStyle = 21;
- public static int View_android_soundEffectsEnabled = 22;
- public static int View_android_src = 23;
- public static int View_android_textAlignment = 24;
- public static int View_android_textDirection = 25;
- public static int View_android_theme = 26;
- public static int View_android_visibility = 27;
- public static int View_paddingEnd = 28;
- public static int View_paddingStart = 29;
- public static int View_theme = 30;
- public static int[] ViewBackgroundHelper = { 0x010100d4, 0x7f040035, 0x7f040036 };
- public static int ViewBackgroundHelper_android_background = 0;
- public static int ViewBackgroundHelper_backgroundTint = 1;
- public static int ViewBackgroundHelper_backgroundTintMode = 2;
- public static int[] ViewStubCompat = { 0x010100d0, 0x010100f3, 0x010100f2 };
- public static int ViewStubCompat_android_id = 0;
- public static int ViewStubCompat_android_inflatedId = 1;
- public static int ViewStubCompat_android_layout = 2;
- }
-}
diff --git a/library/build/generated/source/r/debug/android/support/v7/cardview/R.java b/library/build/generated/source/r/debug/android/support/v7/cardview/R.java
deleted file mode 100644
index 450ec0a..0000000
--- a/library/build/generated/source/r/debug/android/support/v7/cardview/R.java
+++ /dev/null
@@ -1,53 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package android.support.v7.cardview;
-
-public final class R {
- public static final class attr {
- public static int cardBackgroundColor = 0x7f040053;
- public static int cardCornerRadius = 0x7f040054;
- public static int cardElevation = 0x7f040055;
- public static int cardMaxElevation = 0x7f040056;
- public static int cardPreventCornerOverlap = 0x7f040057;
- public static int cardUseCompatPadding = 0x7f040058;
- public static int contentPadding = 0x7f04007c;
- public static int contentPaddingBottom = 0x7f04007d;
- public static int contentPaddingLeft = 0x7f04007e;
- public static int contentPaddingRight = 0x7f04007f;
- public static int contentPaddingTop = 0x7f040080;
- }
- public static final class color {
- public static int cardview_dark_background = 0x7f06002e;
- public static int cardview_light_background = 0x7f06002f;
- public static int cardview_shadow_end_color = 0x7f060030;
- public static int cardview_shadow_start_color = 0x7f060031;
- }
- public static final class dimen {
- public static int cardview_compat_inset_shadow = 0x7f08004f;
- public static int cardview_default_elevation = 0x7f080050;
- public static int cardview_default_radius = 0x7f080051;
- }
- public static final class style {
- public static int CardView = 0x7f1600aa;
- public static int CardView_Dark = 0x7f1600ab;
- public static int CardView_Light = 0x7f1600ac;
- }
- public static final class styleable {
- public static int[] CardView = { 0x7f040053, 0x7f040054, 0x7f040055, 0x7f040056, 0x7f040057, 0x7f040058, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f04007f, 0x7f040080 };
- public static int CardView_cardBackgroundColor = 0;
- public static int CardView_cardCornerRadius = 1;
- public static int CardView_cardElevation = 2;
- public static int CardView_cardMaxElevation = 3;
- public static int CardView_cardPreventCornerOverlap = 4;
- public static int CardView_cardUseCompatPadding = 5;
- public static int CardView_contentPadding = 6;
- public static int CardView_contentPaddingBottom = 7;
- public static int CardView_contentPaddingLeft = 8;
- public static int CardView_contentPaddingRight = 9;
- public static int CardView_contentPaddingTop = 10;
- }
-}
diff --git a/library/build/generated/source/r/debug/android/support/v7/recyclerview/R.java b/library/build/generated/source/r/debug/android/support/v7/recyclerview/R.java
deleted file mode 100644
index dc57a92..0000000
--- a/library/build/generated/source/r/debug/android/support/v7/recyclerview/R.java
+++ /dev/null
@@ -1,157 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package android.support.v7.recyclerview;
-
-public final class R {
- public static final class attr {
- public static int fastScrollEnabled = 0x7f04011e;
- public static int fastScrollHorizontalThumbDrawable = 0x7f04011f;
- public static int fastScrollHorizontalTrackDrawable = 0x7f040120;
- public static int fastScrollVerticalThumbDrawable = 0x7f040121;
- public static int fastScrollVerticalTrackDrawable = 0x7f040122;
- public static int font = 0x7f040123;
- public static int fontProviderAuthority = 0x7f040125;
- public static int fontProviderCerts = 0x7f040126;
- public static int fontProviderFetchStrategy = 0x7f040127;
- public static int fontProviderFetchTimeout = 0x7f040128;
- public static int fontProviderPackage = 0x7f040129;
- public static int fontProviderQuery = 0x7f04012a;
- public static int fontStyle = 0x7f04012b;
- public static int fontWeight = 0x7f04012c;
- public static int layoutManager = 0x7f040149;
- public static int reverseLayout = 0x7f0401c6;
- public static int spanCount = 0x7f040207;
- public static int stackFromEnd = 0x7f040222;
- }
- public static final class bool {
- public static int abc_action_bar_embed_tabs = 0x7f050001;
- }
- public static final class color {
- public static int notification_action_color_filter = 0x7f06005c;
- public static int notification_icon_bg_color = 0x7f06005d;
- public static int ripple_material_light = 0x7f06006d;
- public static int secondary_text_default_material_light = 0x7f06006f;
- }
- public static final class dimen {
- public static int compat_button_inset_horizontal_material = 0x7f080052;
- public static int compat_button_inset_vertical_material = 0x7f080053;
- public static int compat_button_padding_horizontal_material = 0x7f080054;
- public static int compat_button_padding_vertical_material = 0x7f080055;
- public static int compat_control_corner_material = 0x7f080056;
- public static int fastscroll_default_thickness = 0x7f08007f;
- public static int fastscroll_margin = 0x7f080080;
- public static int fastscroll_minimum_range = 0x7f080081;
- public static int item_touch_helper_max_drag_scroll_per_frame = 0x7f080089;
- public static int item_touch_helper_swipe_escape_max_velocity = 0x7f08008a;
- public static int item_touch_helper_swipe_escape_velocity = 0x7f08008b;
- public static int notification_action_icon_size = 0x7f08008c;
- public static int notification_action_text_size = 0x7f08008d;
- public static int notification_big_circle_margin = 0x7f08008e;
- public static int notification_content_margin_start = 0x7f08008f;
- public static int notification_large_icon_height = 0x7f080090;
- public static int notification_large_icon_width = 0x7f080091;
- public static int notification_main_column_padding_top = 0x7f080092;
- public static int notification_media_narrow_margin = 0x7f080093;
- public static int notification_right_icon_size = 0x7f080094;
- public static int notification_right_side_padding_top = 0x7f080095;
- public static int notification_small_icon_background_padding = 0x7f080096;
- public static int notification_small_icon_size_as_large = 0x7f080097;
- public static int notification_subtext_size = 0x7f080098;
- public static int notification_top_pad = 0x7f080099;
- public static int notification_top_pad_large_text = 0x7f08009a;
- }
- public static final class drawable {
- public static int notification_action_background = 0x7f090068;
- public static int notification_bg = 0x7f090069;
- public static int notification_bg_low = 0x7f09006a;
- public static int notification_bg_low_normal = 0x7f09006b;
- public static int notification_bg_low_pressed = 0x7f09006c;
- public static int notification_bg_normal = 0x7f09006d;
- public static int notification_bg_normal_pressed = 0x7f09006e;
- public static int notification_icon_background = 0x7f09006f;
- public static int notification_template_icon_bg = 0x7f090070;
- public static int notification_template_icon_low_bg = 0x7f090071;
- public static int notification_tile_bg = 0x7f090072;
- public static int notify_panel_notification_icon_bg = 0x7f090073;
- }
- public static final class id {
- public static int action_container = 0x7f0c0009;
- public static int action_divider = 0x7f0c000b;
- public static int action_image = 0x7f0c000c;
- public static int action_text = 0x7f0c0012;
- public static int actions = 0x7f0c0013;
- public static int async = 0x7f0c001d;
- public static int blocking = 0x7f0c0021;
- public static int chronometer = 0x7f0c002c;
- public static int forever = 0x7f0c0044;
- public static int icon = 0x7f0c004b;
- public static int icon_group = 0x7f0c004c;
- public static int info = 0x7f0c0050;
- public static int italic = 0x7f0c0051;
- public static int item_touch_helper_previous_elevation = 0x7f0c0052;
- public static int line1 = 0x7f0c0055;
- public static int line3 = 0x7f0c0056;
- public static int normal = 0x7f0c006b;
- public static int notification_background = 0x7f0c006c;
- public static int notification_main_column = 0x7f0c006d;
- public static int notification_main_column_container = 0x7f0c006e;
- public static int right_icon = 0x7f0c007a;
- public static int right_side = 0x7f0c007b;
- public static int text = 0x7f0c00a7;
- public static int text2 = 0x7f0c00a8;
- public static int time = 0x7f0c00ae;
- public static int title = 0x7f0c00af;
- }
- public static final class integer {
- public static int status_bar_notification_info_maxnum = 0x7f0d000b;
- }
- public static final class layout {
- public static int notification_action = 0x7f0f002e;
- public static int notification_action_tombstone = 0x7f0f002f;
- public static int notification_template_custom_big = 0x7f0f0036;
- public static int notification_template_icon_group = 0x7f0f0037;
- public static int notification_template_part_chronometer = 0x7f0f003c;
- public static int notification_template_part_time = 0x7f0f003d;
- }
- public static final class string {
- public static int status_bar_notification_info_overflow = 0x7f150029;
- }
- public static final class style {
- public static int TextAppearance_Compat_Notification = 0x7f16014a;
- public static int TextAppearance_Compat_Notification_Info = 0x7f16014b;
- public static int TextAppearance_Compat_Notification_Line2 = 0x7f16014d;
- public static int TextAppearance_Compat_Notification_Time = 0x7f160150;
- public static int TextAppearance_Compat_Notification_Title = 0x7f160152;
- public static int Widget_Compat_NotificationActionContainer = 0x7f1601cd;
- public static int Widget_Compat_NotificationActionText = 0x7f1601ce;
- }
- public static final class styleable {
- public static int[] FontFamily = { 0x7f040125, 0x7f040126, 0x7f040127, 0x7f040128, 0x7f040129, 0x7f04012a };
- public static int FontFamily_fontProviderAuthority = 0;
- public static int FontFamily_fontProviderCerts = 1;
- public static int FontFamily_fontProviderFetchStrategy = 2;
- public static int FontFamily_fontProviderFetchTimeout = 3;
- public static int FontFamily_fontProviderPackage = 4;
- public static int FontFamily_fontProviderQuery = 5;
- public static int[] FontFamilyFont = { 0x7f040123, 0x7f04012b, 0x7f04012c };
- public static int FontFamilyFont_font = 0;
- public static int FontFamilyFont_fontStyle = 1;
- public static int FontFamilyFont_fontWeight = 2;
- public static int[] RecyclerView = { 0x010100f1, 0x010100c4, 0x7f04011e, 0x7f04011f, 0x7f040120, 0x7f040121, 0x7f040122, 0x7f040149, 0x7f0401c6, 0x7f040207, 0x7f040222 };
- public static int RecyclerView_android_descendantFocusability = 0;
- public static int RecyclerView_android_orientation = 1;
- public static int RecyclerView_fastScrollEnabled = 2;
- public static int RecyclerView_fastScrollHorizontalThumbDrawable = 3;
- public static int RecyclerView_fastScrollHorizontalTrackDrawable = 4;
- public static int RecyclerView_fastScrollVerticalThumbDrawable = 5;
- public static int RecyclerView_fastScrollVerticalTrackDrawable = 6;
- public static int RecyclerView_layoutManager = 7;
- public static int RecyclerView_reverseLayout = 8;
- public static int RecyclerView_spanCount = 9;
- public static int RecyclerView_stackFromEnd = 10;
- }
-}
diff --git a/library/build/generated/source/r/debug/com/androidbuts/multispinnerfilter/R.java b/library/build/generated/source/r/debug/com/androidbuts/multispinnerfilter/R.java
deleted file mode 100644
index 663be74..0000000
--- a/library/build/generated/source/r/debug/com/androidbuts/multispinnerfilter/R.java
+++ /dev/null
@@ -1,3046 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package com.androidbuts.multispinnerfilter;
-
-public final class R {
- public static final class anim {
- public static int abc_fade_in = 0x7f010001;
- public static int abc_fade_out = 0x7f010002;
- public static int abc_grow_fade_in_from_bottom = 0x7f010003;
- public static int abc_popup_enter = 0x7f010004;
- public static int abc_popup_exit = 0x7f010005;
- public static int abc_shrink_fade_out_from_bottom = 0x7f010006;
- public static int abc_slide_in_bottom = 0x7f010007;
- public static int abc_slide_in_top = 0x7f010008;
- public static int abc_slide_out_bottom = 0x7f010009;
- public static int abc_slide_out_top = 0x7f01000a;
- public static int design_bottom_sheet_slide_in = 0x7f01000b;
- public static int design_bottom_sheet_slide_out = 0x7f01000c;
- public static int design_snackbar_in = 0x7f01000d;
- public static int design_snackbar_out = 0x7f01000e;
- public static int tooltip_enter = 0x7f01000f;
- public static int tooltip_exit = 0x7f010010;
- }
- public static final class animator {
- public static int design_appbar_state_list_animator = 0x7f020001;
- }
- public static final class attr {
- public static int actionBarDivider = 0x7f040001;
- public static int actionBarItemBackground = 0x7f040002;
- public static int actionBarPopupTheme = 0x7f040003;
- public static int actionBarSize = 0x7f040004;
- public static int actionBarSplitStyle = 0x7f040005;
- public static int actionBarStyle = 0x7f040006;
- public static int actionBarTabBarStyle = 0x7f040007;
- public static int actionBarTabStyle = 0x7f040008;
- public static int actionBarTabTextStyle = 0x7f040009;
- public static int actionBarTheme = 0x7f04000a;
- public static int actionBarWidgetTheme = 0x7f04000b;
- public static int actionButtonStyle = 0x7f04000c;
- public static int actionDropDownStyle = 0x7f04000d;
- public static int actionLayout = 0x7f04000e;
- public static int actionMenuTextAppearance = 0x7f04000f;
- public static int actionMenuTextColor = 0x7f040010;
- public static int actionModeBackground = 0x7f040011;
- public static int actionModeCloseButtonStyle = 0x7f040012;
- public static int actionModeCloseDrawable = 0x7f040013;
- public static int actionModeCopyDrawable = 0x7f040014;
- public static int actionModeCutDrawable = 0x7f040015;
- public static int actionModeFindDrawable = 0x7f040016;
- public static int actionModePasteDrawable = 0x7f040017;
- public static int actionModePopupWindowStyle = 0x7f040018;
- public static int actionModeSelectAllDrawable = 0x7f040019;
- public static int actionModeShareDrawable = 0x7f04001a;
- public static int actionModeSplitBackground = 0x7f04001b;
- public static int actionModeStyle = 0x7f04001c;
- public static int actionModeWebSearchDrawable = 0x7f04001d;
- public static int actionOverflowButtonStyle = 0x7f04001e;
- public static int actionOverflowMenuStyle = 0x7f04001f;
- public static int actionProviderClass = 0x7f040020;
- public static int actionViewClass = 0x7f040021;
- public static int activityChooserViewStyle = 0x7f040022;
- public static int alertDialogButtonGroupStyle = 0x7f040023;
- public static int alertDialogCenterButtons = 0x7f040024;
- public static int alertDialogStyle = 0x7f040025;
- public static int alertDialogTheme = 0x7f040026;
- public static int allowStacking = 0x7f040027;
- public static int alpha = 0x7f040028;
- public static int alphabeticModifiers = 0x7f040029;
- public static int arrowHeadLength = 0x7f04002a;
- public static int arrowShaftLength = 0x7f04002b;
- public static int autoCompleteTextViewStyle = 0x7f04002c;
- public static int autoSizeMaxTextSize = 0x7f04002d;
- public static int autoSizeMinTextSize = 0x7f04002e;
- public static int autoSizePresetSizes = 0x7f04002f;
- public static int autoSizeStepGranularity = 0x7f040030;
- public static int autoSizeTextType = 0x7f040031;
- public static int background = 0x7f040032;
- public static int backgroundSplit = 0x7f040033;
- public static int backgroundStacked = 0x7f040034;
- public static int backgroundTint = 0x7f040035;
- public static int backgroundTintMode = 0x7f040036;
- public static int barLength = 0x7f040037;
- public static int behavior_autoHide = 0x7f040038;
- public static int behavior_hideable = 0x7f040039;
- public static int behavior_overlapTop = 0x7f04003a;
- public static int behavior_peekHeight = 0x7f04003b;
- public static int behavior_skipCollapsed = 0x7f04003c;
- public static int borderWidth = 0x7f04003d;
- public static int borderlessButtonStyle = 0x7f04003e;
- public static int bottomSheetDialogTheme = 0x7f04003f;
- public static int bottomSheetStyle = 0x7f040040;
- public static int bsd_cancelable = 0x7f040041;
- public static int bsd_canceledOnTouchOutside = 0x7f040042;
- public static int bsd_dimAmount = 0x7f040043;
- public static int bsd_inDuration = 0x7f040044;
- public static int bsd_inInterpolator = 0x7f040045;
- public static int bsd_outDuration = 0x7f040046;
- public static int bsd_outInterpolator = 0x7f040047;
- public static int buttonBarButtonStyle = 0x7f040048;
- public static int buttonBarNegativeButtonStyle = 0x7f040049;
- public static int buttonBarNeutralButtonStyle = 0x7f04004a;
- public static int buttonBarPositiveButtonStyle = 0x7f04004b;
- public static int buttonBarStyle = 0x7f04004c;
- public static int buttonGravity = 0x7f04004d;
- public static int buttonPanelSideLayout = 0x7f04004e;
- public static int buttonStyle = 0x7f04004f;
- public static int buttonStyleSmall = 0x7f040050;
- public static int buttonTint = 0x7f040051;
- public static int buttonTintMode = 0x7f040052;
- public static int cardBackgroundColor = 0x7f040053;
- public static int cardCornerRadius = 0x7f040054;
- public static int cardElevation = 0x7f040055;
- public static int cardMaxElevation = 0x7f040056;
- public static int cardPreventCornerOverlap = 0x7f040057;
- public static int cardUseCompatPadding = 0x7f040058;
- public static int cbd_animDuration = 0x7f040059;
- public static int cbd_boxSize = 0x7f04005a;
- public static int cbd_cornerRadius = 0x7f04005b;
- public static int cbd_height = 0x7f04005c;
- public static int cbd_strokeColor = 0x7f04005d;
- public static int cbd_strokeSize = 0x7f04005e;
- public static int cbd_tickColor = 0x7f04005f;
- public static int cbd_width = 0x7f040060;
- public static int checkboxStyle = 0x7f040061;
- public static int checkedTextViewStyle = 0x7f040062;
- public static int closeIcon = 0x7f040063;
- public static int closeItemLayout = 0x7f040064;
- public static int collapseContentDescription = 0x7f040065;
- public static int collapseIcon = 0x7f040066;
- public static int collapsedTitleGravity = 0x7f040067;
- public static int collapsedTitleTextAppearance = 0x7f040068;
- public static int color = 0x7f040069;
- public static int colorAccent = 0x7f04006a;
- public static int colorBackgroundFloating = 0x7f04006b;
- public static int colorButtonNormal = 0x7f04006c;
- public static int colorControlActivated = 0x7f04006d;
- public static int colorControlHighlight = 0x7f04006e;
- public static int colorControlNormal = 0x7f04006f;
- public static int colorError = 0x7f040070;
- public static int colorPrimary = 0x7f040071;
- public static int colorPrimaryDark = 0x7f040072;
- public static int colorSwitchThumbNormal = 0x7f040073;
- public static int commitIcon = 0x7f040074;
- public static int contentDescription = 0x7f040075;
- public static int contentInsetEnd = 0x7f040076;
- public static int contentInsetEndWithActions = 0x7f040077;
- public static int contentInsetLeft = 0x7f040078;
- public static int contentInsetRight = 0x7f040079;
- public static int contentInsetStart = 0x7f04007a;
- public static int contentInsetStartWithNavigation = 0x7f04007b;
- public static int contentPadding = 0x7f04007c;
- public static int contentPaddingBottom = 0x7f04007d;
- public static int contentPaddingLeft = 0x7f04007e;
- public static int contentPaddingRight = 0x7f04007f;
- public static int contentPaddingTop = 0x7f040080;
- public static int contentScrim = 0x7f040081;
- public static int controlBackground = 0x7f040082;
- public static int counterEnabled = 0x7f040083;
- public static int counterMaxLength = 0x7f040084;
- public static int counterOverflowTextAppearance = 0x7f040085;
- public static int counterTextAppearance = 0x7f040086;
- public static int cpd_inAnimDuration = 0x7f040087;
- public static int cpd_inStepColors = 0x7f040088;
- public static int cpd_inStepPercent = 0x7f040089;
- public static int cpd_initialAngle = 0x7f04008a;
- public static int cpd_keepDuration = 0x7f04008b;
- public static int cpd_maxSweepAngle = 0x7f04008c;
- public static int cpd_minSweepAngle = 0x7f04008d;
- public static int cpd_outAnimDuration = 0x7f04008e;
- public static int cpd_padding = 0x7f04008f;
- public static int cpd_reverse = 0x7f040090;
- public static int cpd_rotateDuration = 0x7f040091;
- public static int cpd_strokeColor = 0x7f040092;
- public static int cpd_strokeColors = 0x7f040093;
- public static int cpd_strokeSecondaryColor = 0x7f040094;
- public static int cpd_strokeSize = 0x7f040095;
- public static int cpd_transformDuration = 0x7f040096;
- public static int cpd_transformInterpolator = 0x7f040097;
- public static int customNavigationLayout = 0x7f040098;
- public static int defaultQueryHint = 0x7f040099;
- public static int di_actionBackground = 0x7f04009a;
- public static int di_actionRipple = 0x7f04009b;
- public static int di_actionTextAppearance = 0x7f04009c;
- public static int di_actionTextColor = 0x7f04009d;
- public static int di_backgroundColor = 0x7f04009e;
- public static int di_cancelable = 0x7f04009f;
- public static int di_canceledOnTouchOutside = 0x7f0400a0;
- public static int di_checkBoxStyle = 0x7f0400a1;
- public static int di_cornerRadius = 0x7f0400a2;
- public static int di_dimAmount = 0x7f0400a3;
- public static int di_dividerColor = 0x7f0400a4;
- public static int di_dividerHeight = 0x7f0400a5;
- public static int di_elevation = 0x7f0400a6;
- public static int di_inAnimation = 0x7f0400a7;
- public static int di_itemHeight = 0x7f0400a8;
- public static int di_itemTextAppearance = 0x7f0400a9;
- public static int di_layoutDirection = 0x7f0400aa;
- public static int di_maxElevation = 0x7f0400ab;
- public static int di_maxHeight = 0x7f0400ac;
- public static int di_maxWidth = 0x7f0400ad;
- public static int di_messageTextAppearance = 0x7f0400ae;
- public static int di_messageTextColor = 0x7f0400af;
- public static int di_negativeActionBackground = 0x7f0400b0;
- public static int di_negativeActionRipple = 0x7f0400b1;
- public static int di_negativeActionTextAppearance = 0x7f0400b2;
- public static int di_negativeActionTextColor = 0x7f0400b3;
- public static int di_neutralActionBackground = 0x7f0400b4;
- public static int di_neutralActionRipple = 0x7f0400b5;
- public static int di_neutralActionTextAppearance = 0x7f0400b6;
- public static int di_neutralActionTextColor = 0x7f0400b7;
- public static int di_outAnimation = 0x7f0400b8;
- public static int di_positiveActionBackground = 0x7f0400b9;
- public static int di_positiveActionRipple = 0x7f0400ba;
- public static int di_positiveActionTextAppearance = 0x7f0400bb;
- public static int di_positiveActionTextColor = 0x7f0400bc;
- public static int di_radioButtonStyle = 0x7f0400bd;
- public static int di_titleTextAppearance = 0x7f0400be;
- public static int di_titleTextColor = 0x7f0400bf;
- public static int dialogPreferredPadding = 0x7f0400c0;
- public static int dialogTheme = 0x7f0400c1;
- public static int displayOptions = 0x7f0400c2;
- public static int divider = 0x7f0400c3;
- public static int dividerHorizontal = 0x7f0400c4;
- public static int dividerPadding = 0x7f0400c5;
- public static int dividerVertical = 0x7f0400c6;
- public static int dp_animDuration = 0x7f0400c7;
- public static int dp_day = 0x7f0400c8;
- public static int dp_dayMax = 0x7f0400c9;
- public static int dp_dayMin = 0x7f0400ca;
- public static int dp_dayTextSize = 0x7f0400cb;
- public static int dp_fontFamily = 0x7f0400cc;
- public static int dp_headerPrimaryColor = 0x7f0400cd;
- public static int dp_headerPrimaryHeight = 0x7f0400ce;
- public static int dp_headerPrimaryTextSize = 0x7f0400cf;
- public static int dp_headerSecondaryColor = 0x7f0400d0;
- public static int dp_headerSecondaryHeight = 0x7f0400d1;
- public static int dp_headerSecondaryTextSize = 0x7f0400d2;
- public static int dp_inInterpolator = 0x7f0400d3;
- public static int dp_month = 0x7f0400d4;
- public static int dp_monthMax = 0x7f0400d5;
- public static int dp_monthMin = 0x7f0400d6;
- public static int dp_outInterpolator = 0x7f0400d7;
- public static int dp_selectionColor = 0x7f0400d8;
- public static int dp_textColor = 0x7f0400d9;
- public static int dp_textDisableColor = 0x7f0400da;
- public static int dp_textHeaderColor = 0x7f0400db;
- public static int dp_textHighlightColor = 0x7f0400dc;
- public static int dp_textLabelColor = 0x7f0400dd;
- public static int dp_textStyle = 0x7f0400de;
- public static int dp_year = 0x7f0400df;
- public static int dp_yearItemHeight = 0x7f0400e0;
- public static int dp_yearMax = 0x7f0400e1;
- public static int dp_yearMin = 0x7f0400e2;
- public static int dp_yearTextSize = 0x7f0400e3;
- public static int drawableSize = 0x7f0400e4;
- public static int drawerArrowStyle = 0x7f0400e5;
- public static int dropDownListViewStyle = 0x7f0400e6;
- public static int dropdownListPreferredItemHeight = 0x7f0400e7;
- public static int editTextBackground = 0x7f0400e8;
- public static int editTextColor = 0x7f0400e9;
- public static int editTextStyle = 0x7f0400ea;
- public static int elevation = 0x7f0400eb;
- public static int errorEnabled = 0x7f0400ec;
- public static int errorTextAppearance = 0x7f0400ed;
- public static int et_autoCompleteMode = 0x7f0400ee;
- public static int et_dividerAnimDuration = 0x7f0400ef;
- public static int et_dividerColor = 0x7f0400f0;
- public static int et_dividerCompoundPadding = 0x7f0400f1;
- public static int et_dividerErrorColor = 0x7f0400f2;
- public static int et_dividerHeight = 0x7f0400f3;
- public static int et_dividerPadding = 0x7f0400f4;
- public static int et_error = 0x7f0400f5;
- public static int et_helper = 0x7f0400f6;
- public static int et_inputId = 0x7f0400f7;
- public static int et_labelEllipsize = 0x7f0400f8;
- public static int et_labelEnable = 0x7f0400f9;
- public static int et_labelInAnim = 0x7f0400fa;
- public static int et_labelOutAnim = 0x7f0400fb;
- public static int et_labelPadding = 0x7f0400fc;
- public static int et_labelTextAppearance = 0x7f0400fd;
- public static int et_labelTextColor = 0x7f0400fe;
- public static int et_labelTextSize = 0x7f0400ff;
- public static int et_supportEllipsize = 0x7f040100;
- public static int et_supportLines = 0x7f040101;
- public static int et_supportMaxChars = 0x7f040102;
- public static int et_supportMaxLines = 0x7f040103;
- public static int et_supportMode = 0x7f040104;
- public static int et_supportPadding = 0x7f040105;
- public static int et_supportSingleLine = 0x7f040106;
- public static int et_supportTextAppearance = 0x7f040107;
- public static int et_supportTextColor = 0x7f040108;
- public static int et_supportTextErrorColor = 0x7f040109;
- public static int et_supportTextSize = 0x7f04010a;
- public static int expandActivityOverflowButtonDrawable = 0x7f04010b;
- public static int expanded = 0x7f04010c;
- public static int expandedTitleGravity = 0x7f04010d;
- public static int expandedTitleMargin = 0x7f04010e;
- public static int expandedTitleMarginBottom = 0x7f04010f;
- public static int expandedTitleMarginEnd = 0x7f040110;
- public static int expandedTitleMarginStart = 0x7f040111;
- public static int expandedTitleMarginTop = 0x7f040112;
- public static int expandedTitleTextAppearance = 0x7f040113;
- public static int fabSize = 0x7f040114;
- public static int fab_animDuration = 0x7f040115;
- public static int fab_backgroundAnimDuration = 0x7f040116;
- public static int fab_backgroundColor = 0x7f040117;
- public static int fab_elevation = 0x7f040118;
- public static int fab_iconLineMorphing = 0x7f040119;
- public static int fab_iconSize = 0x7f04011a;
- public static int fab_iconSrc = 0x7f04011b;
- public static int fab_interpolator = 0x7f04011c;
- public static int fab_radius = 0x7f04011d;
- public static int fastScrollEnabled = 0x7f04011e;
- public static int fastScrollHorizontalThumbDrawable = 0x7f04011f;
- public static int fastScrollHorizontalTrackDrawable = 0x7f040120;
- public static int fastScrollVerticalThumbDrawable = 0x7f040121;
- public static int fastScrollVerticalTrackDrawable = 0x7f040122;
- public static int font = 0x7f040123;
- public static int fontFamily = 0x7f040124;
- public static int fontProviderAuthority = 0x7f040125;
- public static int fontProviderCerts = 0x7f040126;
- public static int fontProviderFetchStrategy = 0x7f040127;
- public static int fontProviderFetchTimeout = 0x7f040128;
- public static int fontProviderPackage = 0x7f040129;
- public static int fontProviderQuery = 0x7f04012a;
- public static int fontStyle = 0x7f04012b;
- public static int fontWeight = 0x7f04012c;
- public static int foregroundInsidePadding = 0x7f04012d;
- public static int gapBetweenBars = 0x7f04012e;
- public static int goIcon = 0x7f04012f;
- public static int headerLayout = 0x7f040130;
- public static int height = 0x7f040131;
- public static int hideOnContentScroll = 0x7f040132;
- public static int hintAnimationEnabled = 0x7f040133;
- public static int hintEnabled = 0x7f040134;
- public static int hintText = 0x7f040135;
- public static int hintTextAppearance = 0x7f040136;
- public static int homeAsUpIndicator = 0x7f040137;
- public static int homeLayout = 0x7f040138;
- public static int icon = 0x7f040139;
- public static int iconTint = 0x7f04013a;
- public static int iconTintMode = 0x7f04013b;
- public static int iconifiedByDefault = 0x7f04013c;
- public static int imageButtonStyle = 0x7f04013d;
- public static int indeterminateProgressStyle = 0x7f04013e;
- public static int initialActivityCount = 0x7f04013f;
- public static int insetForeground = 0x7f040140;
- public static int isLightTheme = 0x7f040141;
- public static int itemBackground = 0x7f040142;
- public static int itemIconTint = 0x7f040143;
- public static int itemPadding = 0x7f040144;
- public static int itemTextAppearance = 0x7f040145;
- public static int itemTextColor = 0x7f040146;
- public static int keylines = 0x7f040147;
- public static int layout = 0x7f040148;
- public static int layoutManager = 0x7f040149;
- public static int layout_anchor = 0x7f04014a;
- public static int layout_anchorGravity = 0x7f04014b;
- public static int layout_behavior = 0x7f04014c;
- public static int layout_collapseMode = 0x7f04014d;
- public static int layout_collapseParallaxMultiplier = 0x7f04014e;
- public static int layout_dodgeInsetEdges = 0x7f04014f;
- public static int layout_insetEdge = 0x7f040150;
- public static int layout_keyline = 0x7f040151;
- public static int layout_scrollFlags = 0x7f040152;
- public static int layout_scrollInterpolator = 0x7f040153;
- public static int listChoiceBackgroundIndicator = 0x7f040154;
- public static int listDividerAlertDialog = 0x7f040155;
- public static int listItemLayout = 0x7f040156;
- public static int listLayout = 0x7f040157;
- public static int listMenuViewStyle = 0x7f040158;
- public static int listPopupWindowStyle = 0x7f040159;
- public static int listPreferredItemHeight = 0x7f04015a;
- public static int listPreferredItemHeightLarge = 0x7f04015b;
- public static int listPreferredItemHeightSmall = 0x7f04015c;
- public static int listPreferredItemPaddingLeft = 0x7f04015d;
- public static int listPreferredItemPaddingRight = 0x7f04015e;
- public static int lmd_animDuration = 0x7f04015f;
- public static int lmd_clockwise = 0x7f040160;
- public static int lmd_curState = 0x7f040161;
- public static int lmd_interpolator = 0x7f040162;
- public static int lmd_layoutDirection = 0x7f040163;
- public static int lmd_padding = 0x7f040164;
- public static int lmd_paddingBottom = 0x7f040165;
- public static int lmd_paddingLeft = 0x7f040166;
- public static int lmd_paddingRight = 0x7f040167;
- public static int lmd_paddingTop = 0x7f040168;
- public static int lmd_state = 0x7f040169;
- public static int lmd_strokeCap = 0x7f04016a;
- public static int lmd_strokeColor = 0x7f04016b;
- public static int lmd_strokeJoin = 0x7f04016c;
- public static int lmd_strokeSize = 0x7f04016d;
- public static int logo = 0x7f04016e;
- public static int logoDescription = 0x7f04016f;
- public static int lpd_inAnimDuration = 0x7f040170;
- public static int lpd_keepDuration = 0x7f040171;
- public static int lpd_maxLineWidth = 0x7f040172;
- public static int lpd_minLineWidth = 0x7f040173;
- public static int lpd_outAnimDuration = 0x7f040174;
- public static int lpd_reverse = 0x7f040175;
- public static int lpd_strokeColor = 0x7f040176;
- public static int lpd_strokeColors = 0x7f040177;
- public static int lpd_strokeSecondaryColor = 0x7f040178;
- public static int lpd_strokeSize = 0x7f040179;
- public static int lpd_transformDuration = 0x7f04017a;
- public static int lpd_transformInterpolator = 0x7f04017b;
- public static int lpd_travelDuration = 0x7f04017c;
- public static int lpd_verticalAlign = 0x7f04017d;
- public static int maxActionInlineWidth = 0x7f04017e;
- public static int maxButtonHeight = 0x7f04017f;
- public static int measureWithLargestChild = 0x7f040180;
- public static int menu = 0x7f040181;
- public static int multiChoiceItemLayout = 0x7f040182;
- public static int navigationContentDescription = 0x7f040183;
- public static int navigationIcon = 0x7f040184;
- public static int navigationMode = 0x7f040185;
- public static int nd_icon = 0x7f040186;
- public static int nd_ripple = 0x7f040187;
- public static int numericModifiers = 0x7f040188;
- public static int overlapAnchor = 0x7f040189;
- public static int paddingBottomNoButtons = 0x7f04018a;
- public static int paddingEnd = 0x7f04018b;
- public static int paddingStart = 0x7f04018c;
- public static int paddingTopNoTitle = 0x7f04018d;
- public static int panelBackground = 0x7f04018e;
- public static int panelMenuListTheme = 0x7f04018f;
- public static int panelMenuListWidth = 0x7f040190;
- public static int passwordToggleContentDescription = 0x7f040191;
- public static int passwordToggleDrawable = 0x7f040192;
- public static int passwordToggleEnabled = 0x7f040193;
- public static int passwordToggleTint = 0x7f040194;
- public static int passwordToggleTintMode = 0x7f040195;
- public static int popupMenuStyle = 0x7f040196;
- public static int popupTheme = 0x7f040197;
- public static int popupWindowStyle = 0x7f040198;
- public static int preserveIconSpacing = 0x7f040199;
- public static int pressedTranslationZ = 0x7f04019a;
- public static int progressBarPadding = 0x7f04019b;
- public static int progressBarStyle = 0x7f04019c;
- public static int pv_autostart = 0x7f04019d;
- public static int pv_circular = 0x7f04019e;
- public static int pv_progress = 0x7f04019f;
- public static int pv_progressMode = 0x7f0401a0;
- public static int pv_progressStyle = 0x7f0401a1;
- public static int pv_secondaryProgress = 0x7f0401a2;
- public static int queryBackground = 0x7f0401a3;
- public static int queryHint = 0x7f0401a4;
- public static int radioButtonStyle = 0x7f0401a5;
- public static int ratingBarStyle = 0x7f0401a6;
- public static int ratingBarStyleIndicator = 0x7f0401a7;
- public static int ratingBarStyleSmall = 0x7f0401a8;
- public static int rbd_animDuration = 0x7f0401a9;
- public static int rbd_height = 0x7f0401aa;
- public static int rbd_innerRadius = 0x7f0401ab;
- public static int rbd_radius = 0x7f0401ac;
- public static int rbd_strokeColor = 0x7f0401ad;
- public static int rbd_strokeSize = 0x7f0401ae;
- public static int rbd_width = 0x7f0401af;
- public static int rd_backgroundAnimDuration = 0x7f0401b0;
- public static int rd_backgroundColor = 0x7f0401b1;
- public static int rd_bottomLeftCornerRadius = 0x7f0401b2;
- public static int rd_bottomPadding = 0x7f0401b3;
- public static int rd_bottomRightCornerRadius = 0x7f0401b4;
- public static int rd_cornerRadius = 0x7f0401b5;
- public static int rd_delayClick = 0x7f0401b6;
- public static int rd_enable = 0x7f0401b7;
- public static int rd_inInterpolator = 0x7f0401b8;
- public static int rd_leftPadding = 0x7f0401b9;
- public static int rd_maskType = 0x7f0401ba;
- public static int rd_maxRippleRadius = 0x7f0401bb;
- public static int rd_outInterpolator = 0x7f0401bc;
- public static int rd_padding = 0x7f0401bd;
- public static int rd_rightPadding = 0x7f0401be;
- public static int rd_rippleAnimDuration = 0x7f0401bf;
- public static int rd_rippleColor = 0x7f0401c0;
- public static int rd_rippleType = 0x7f0401c1;
- public static int rd_style = 0x7f0401c2;
- public static int rd_topLeftCornerRadius = 0x7f0401c3;
- public static int rd_topPadding = 0x7f0401c4;
- public static int rd_topRightCornerRadius = 0x7f0401c5;
- public static int reverseLayout = 0x7f0401c6;
- public static int rippleColor = 0x7f0401c7;
- public static int sb_actionRipple = 0x7f0401c8;
- public static int sb_actionText = 0x7f0401c9;
- public static int sb_actionTextAppearance = 0x7f0401ca;
- public static int sb_actionTextColor = 0x7f0401cb;
- public static int sb_actionTextSize = 0x7f0401cc;
- public static int sb_backgroundColor = 0x7f0401cd;
- public static int sb_backgroundCornerRadius = 0x7f0401ce;
- public static int sb_duration = 0x7f0401cf;
- public static int sb_ellipsize = 0x7f0401d0;
- public static int sb_height = 0x7f0401d1;
- public static int sb_horizontalPadding = 0x7f0401d2;
- public static int sb_inAnimation = 0x7f0401d3;
- public static int sb_lines = 0x7f0401d4;
- public static int sb_marginBottom = 0x7f0401d5;
- public static int sb_marginStart = 0x7f0401d6;
- public static int sb_maxHeight = 0x7f0401d7;
- public static int sb_maxLines = 0x7f0401d8;
- public static int sb_maxWidth = 0x7f0401d9;
- public static int sb_minHeight = 0x7f0401da;
- public static int sb_minWidth = 0x7f0401db;
- public static int sb_outAnimation = 0x7f0401dc;
- public static int sb_removeOnDismiss = 0x7f0401dd;
- public static int sb_singleLine = 0x7f0401de;
- public static int sb_text = 0x7f0401df;
- public static int sb_textAppearance = 0x7f0401e0;
- public static int sb_textColor = 0x7f0401e1;
- public static int sb_textSize = 0x7f0401e2;
- public static int sb_verticalPadding = 0x7f0401e3;
- public static int sb_width = 0x7f0401e4;
- public static int scrimAnimationDuration = 0x7f0401e5;
- public static int scrimVisibleHeightTrigger = 0x7f0401e6;
- public static int searchHintIcon = 0x7f0401e7;
- public static int searchIcon = 0x7f0401e8;
- public static int searchViewStyle = 0x7f0401e9;
- public static int seekBarStyle = 0x7f0401ea;
- public static int selectableItemBackground = 0x7f0401eb;
- public static int selectableItemBackgroundBorderless = 0x7f0401ec;
- public static int showAsAction = 0x7f0401ed;
- public static int showDividers = 0x7f0401ee;
- public static int showText = 0x7f0401ef;
- public static int showTitle = 0x7f0401f0;
- public static int singleChoiceItemLayout = 0x7f0401f1;
- public static int sl_alwaysFillThumb = 0x7f0401f2;
- public static int sl_baselineOffset = 0x7f0401f3;
- public static int sl_discreteMode = 0x7f0401f4;
- public static int sl_fontFamily = 0x7f0401f5;
- public static int sl_interpolator = 0x7f0401f6;
- public static int sl_maxValue = 0x7f0401f7;
- public static int sl_minValue = 0x7f0401f8;
- public static int sl_primaryColor = 0x7f0401f9;
- public static int sl_secondaryColor = 0x7f0401fa;
- public static int sl_stepValue = 0x7f0401fb;
- public static int sl_textColor = 0x7f0401fc;
- public static int sl_textSize = 0x7f0401fd;
- public static int sl_textStyle = 0x7f0401fe;
- public static int sl_thumbBorderSize = 0x7f0401ff;
- public static int sl_thumbFocusRadius = 0x7f040200;
- public static int sl_thumbRadius = 0x7f040201;
- public static int sl_trackCap = 0x7f040202;
- public static int sl_trackSize = 0x7f040203;
- public static int sl_transformAnimDuration = 0x7f040204;
- public static int sl_travelAnimDuration = 0x7f040205;
- public static int sl_value = 0x7f040206;
- public static int spanCount = 0x7f040207;
- public static int spinBars = 0x7f040208;
- public static int spinnerDropDownItemStyle = 0x7f040209;
- public static int spinnerStyle = 0x7f04020a;
- public static int splitTrack = 0x7f04020b;
- public static int spn_arrowAnimClockwise = 0x7f04020c;
- public static int spn_arrowAnimDuration = 0x7f04020d;
- public static int spn_arrowColor = 0x7f04020e;
- public static int spn_arrowInterpolator = 0x7f04020f;
- public static int spn_arrowPadding = 0x7f040210;
- public static int spn_arrowSize = 0x7f040211;
- public static int spn_arrowSwitchMode = 0x7f040212;
- public static int spn_disableChildrenWhenDisabled = 0x7f040213;
- public static int spn_dividerAnimDuration = 0x7f040214;
- public static int spn_dividerColor = 0x7f040215;
- public static int spn_dividerHeight = 0x7f040216;
- public static int spn_dividerPadding = 0x7f040217;
- public static int spn_label = 0x7f040218;
- public static int spn_labelEllipsize = 0x7f040219;
- public static int spn_labelEnable = 0x7f04021a;
- public static int spn_labelPadding = 0x7f04021b;
- public static int spn_labelTextAppearance = 0x7f04021c;
- public static int spn_labelTextColor = 0x7f04021d;
- public static int spn_labelTextSize = 0x7f04021e;
- public static int spn_popupItemAnimOffset = 0x7f04021f;
- public static int spn_popupItemAnimation = 0x7f040220;
- public static int srcCompat = 0x7f040221;
- public static int stackFromEnd = 0x7f040222;
- public static int state_above_anchor = 0x7f040223;
- public static int state_collapsed = 0x7f040224;
- public static int state_collapsible = 0x7f040225;
- public static int statusBarBackground = 0x7f040226;
- public static int statusBarScrim = 0x7f040227;
- public static int subMenuArrow = 0x7f040228;
- public static int submitBackground = 0x7f040229;
- public static int subtitle = 0x7f04022a;
- public static int subtitleTextAppearance = 0x7f04022b;
- public static int subtitleTextColor = 0x7f04022c;
- public static int subtitleTextStyle = 0x7f04022d;
- public static int suggestionRowLayout = 0x7f04022e;
- public static int sw_animDuration = 0x7f04022f;
- public static int sw_interpolator = 0x7f040230;
- public static int sw_thumbColor = 0x7f040231;
- public static int sw_thumbElevation = 0x7f040232;
- public static int sw_thumbRadius = 0x7f040233;
- public static int sw_trackCap = 0x7f040234;
- public static int sw_trackColor = 0x7f040235;
- public static int sw_trackSize = 0x7f040236;
- public static int switchMinWidth = 0x7f040237;
- public static int switchPadding = 0x7f040238;
- public static int switchStyle = 0x7f040239;
- public static int switchTextAppearance = 0x7f04023a;
- public static int tabBackground = 0x7f04023b;
- public static int tabContentStart = 0x7f04023c;
- public static int tabGravity = 0x7f04023d;
- public static int tabIndicatorColor = 0x7f04023e;
- public static int tabIndicatorHeight = 0x7f04023f;
- public static int tabMaxWidth = 0x7f040240;
- public static int tabMinWidth = 0x7f040241;
- public static int tabMode = 0x7f040242;
- public static int tabPadding = 0x7f040243;
- public static int tabPaddingBottom = 0x7f040244;
- public static int tabPaddingEnd = 0x7f040245;
- public static int tabPaddingStart = 0x7f040246;
- public static int tabPaddingTop = 0x7f040247;
- public static int tabSelectedTextColor = 0x7f040248;
- public static int tabTextAppearance = 0x7f040249;
- public static int tabTextColor = 0x7f04024a;
- public static int textAllCaps = 0x7f04024b;
- public static int textAppearanceLargePopupMenu = 0x7f04024c;
- public static int textAppearanceListItem = 0x7f04024d;
- public static int textAppearanceListItemSecondary = 0x7f04024e;
- public static int textAppearanceListItemSmall = 0x7f04024f;
- public static int textAppearancePopupMenuHeader = 0x7f040250;
- public static int textAppearanceSearchResultSubtitle = 0x7f040251;
- public static int textAppearanceSearchResultTitle = 0x7f040252;
- public static int textAppearanceSmallPopupMenu = 0x7f040253;
- public static int textColorAlertDialogListItem = 0x7f040254;
- public static int textColorError = 0x7f040255;
- public static int textColorSearchUrl = 0x7f040256;
- public static int theme = 0x7f040257;
- public static int thickness = 0x7f040258;
- public static int thumbTextPadding = 0x7f040259;
- public static int thumbTint = 0x7f04025a;
- public static int thumbTintMode = 0x7f04025b;
- public static int tickMark = 0x7f04025c;
- public static int tickMarkTint = 0x7f04025d;
- public static int tickMarkTintMode = 0x7f04025e;
- public static int tint = 0x7f04025f;
- public static int tintMode = 0x7f040260;
- public static int title = 0x7f040261;
- public static int titleEnabled = 0x7f040262;
- public static int titleMargin = 0x7f040263;
- public static int titleMarginBottom = 0x7f040264;
- public static int titleMarginEnd = 0x7f040265;
- public static int titleMarginStart = 0x7f040266;
- public static int titleMarginTop = 0x7f040267;
- public static int titleMargins = 0x7f040268;
- public static int titleTextAppearance = 0x7f040269;
- public static int titleTextColor = 0x7f04026a;
- public static int titleTextStyle = 0x7f04026b;
- public static int toolbarId = 0x7f04026c;
- public static int toolbarNavigationButtonStyle = 0x7f04026d;
- public static int toolbarStyle = 0x7f04026e;
- public static int tooltipForegroundColor = 0x7f04026f;
- public static int tooltipFrameBackground = 0x7f040270;
- public static int tooltipText = 0x7f040271;
- public static int tp_24Hour = 0x7f040272;
- public static int tp_am = 0x7f040273;
- public static int tp_animDuration = 0x7f040274;
- public static int tp_backgroundColor = 0x7f040275;
- public static int tp_fontFamily = 0x7f040276;
- public static int tp_headerHeight = 0x7f040277;
- public static int tp_hour = 0x7f040278;
- public static int tp_inInterpolator = 0x7f040279;
- public static int tp_leadingZero = 0x7f04027a;
- public static int tp_minute = 0x7f04027b;
- public static int tp_mode = 0x7f04027c;
- public static int tp_outInterpolator = 0x7f04027d;
- public static int tp_pm = 0x7f04027e;
- public static int tp_selectionColor = 0x7f04027f;
- public static int tp_selectionRadius = 0x7f040280;
- public static int tp_textColor = 0x7f040281;
- public static int tp_textHighlightColor = 0x7f040282;
- public static int tp_textSize = 0x7f040283;
- public static int tp_textStyle = 0x7f040284;
- public static int tp_textTimeColor = 0x7f040285;
- public static int tp_textTimeSize = 0x7f040286;
- public static int tp_tickSize = 0x7f040287;
- public static int tpi_centerCurrentTab = 0x7f040288;
- public static int tpi_indicatorAtTop = 0x7f040289;
- public static int tpi_indicatorColor = 0x7f04028a;
- public static int tpi_indicatorHeight = 0x7f04028b;
- public static int tpi_mode = 0x7f04028c;
- public static int tpi_tabPadding = 0x7f04028d;
- public static int tpi_tabRipple = 0x7f04028e;
- public static int tpi_tabSingleLine = 0x7f04028f;
- public static int track = 0x7f040290;
- public static int trackTint = 0x7f040291;
- public static int trackTintMode = 0x7f040292;
- public static int tv_fontFamily = 0x7f040293;
- public static int useCompatPadding = 0x7f040294;
- public static int v_styleId = 0x7f040295;
- public static int voiceIcon = 0x7f040296;
- public static int windowActionBar = 0x7f040297;
- public static int windowActionBarOverlay = 0x7f040298;
- public static int windowActionModeOverlay = 0x7f040299;
- public static int windowFixedHeightMajor = 0x7f04029a;
- public static int windowFixedHeightMinor = 0x7f04029b;
- public static int windowFixedWidthMajor = 0x7f04029c;
- public static int windowFixedWidthMinor = 0x7f04029d;
- public static int windowMinWidthMajor = 0x7f04029e;
- public static int windowMinWidthMinor = 0x7f04029f;
- public static int windowNoTitle = 0x7f0402a0;
- }
- public static final class bool {
- public static int abc_action_bar_embed_tabs = 0x7f050001;
- public static int abc_action_bar_embed_tabs_pre_jb = 0x7f050002;
- public static int abc_action_bar_expanded_action_views_exclusive = 0x7f050003;
- public static int abc_allow_stacked_button_bar = 0x7f050004;
- public static int abc_config_actionMenuItemAllCaps = 0x7f050005;
- public static int abc_config_allowActionMenuItemTextWithIcon = 0x7f050006;
- public static int abc_config_closeDialogWhenTouchOutside = 0x7f050007;
- public static int abc_config_showMenuShortcutsWhenKeyboardPresent = 0x7f050008;
- }
- public static final class color {
- public static int ColorPrimary = 0x7f060001;
- public static int ColorPrimaryDark = 0x7f060002;
- public static int abc_background_cache_hint_selector_material_dark = 0x7f060003;
- public static int abc_background_cache_hint_selector_material_light = 0x7f060004;
- public static int abc_btn_colored_borderless_text_material = 0x7f060005;
- public static int abc_btn_colored_text_material = 0x7f060006;
- public static int abc_color_highlight_material = 0x7f060007;
- public static int abc_hint_foreground_material_dark = 0x7f060008;
- public static int abc_hint_foreground_material_light = 0x7f060009;
- public static int abc_input_method_navigation_guard = 0x7f06000a;
- public static int abc_primary_text_disable_only_material_dark = 0x7f06000b;
- public static int abc_primary_text_disable_only_material_light = 0x7f06000c;
- public static int abc_primary_text_material_dark = 0x7f06000d;
- public static int abc_primary_text_material_light = 0x7f06000e;
- public static int abc_search_url_text = 0x7f06000f;
- public static int abc_search_url_text_normal = 0x7f060010;
- public static int abc_search_url_text_pressed = 0x7f060011;
- public static int abc_search_url_text_selected = 0x7f060012;
- public static int abc_secondary_text_material_dark = 0x7f060013;
- public static int abc_secondary_text_material_light = 0x7f060014;
- public static int abc_tint_btn_checkable = 0x7f060015;
- public static int abc_tint_default = 0x7f060016;
- public static int abc_tint_edittext = 0x7f060017;
- public static int abc_tint_seek_thumb = 0x7f060018;
- public static int abc_tint_spinner = 0x7f060019;
- public static int abc_tint_switch_track = 0x7f06001a;
- public static int accent_material_dark = 0x7f06001b;
- public static int accent_material_light = 0x7f06001c;
- public static int android_text_color = 0x7f06001d;
- public static int app_topbar_color = 0x7f06001e;
- public static int background_color = 0x7f06001f;
- public static int background_floating_material_dark = 0x7f060020;
- public static int background_floating_material_light = 0x7f060021;
- public static int background_material_dark = 0x7f060022;
- public static int background_material_light = 0x7f060023;
- public static int black = 0x7f060024;
- public static int blue = 0x7f060025;
- public static int bright_foreground_disabled_material_dark = 0x7f060026;
- public static int bright_foreground_disabled_material_light = 0x7f060027;
- public static int bright_foreground_inverse_material_dark = 0x7f060028;
- public static int bright_foreground_inverse_material_light = 0x7f060029;
- public static int bright_foreground_material_dark = 0x7f06002a;
- public static int bright_foreground_material_light = 0x7f06002b;
- public static int button_material_dark = 0x7f06002c;
- public static int button_material_light = 0x7f06002d;
- public static int cardview_dark_background = 0x7f06002e;
- public static int cardview_light_background = 0x7f06002f;
- public static int cardview_shadow_end_color = 0x7f060030;
- public static int cardview_shadow_start_color = 0x7f060031;
- public static int cyan = 0x7f060032;
- public static int design_bottom_navigation_shadow_color = 0x7f060033;
- public static int design_error = 0x7f060034;
- public static int design_fab_shadow_end_color = 0x7f060035;
- public static int design_fab_shadow_mid_color = 0x7f060036;
- public static int design_fab_shadow_start_color = 0x7f060037;
- public static int design_fab_stroke_end_inner_color = 0x7f060038;
- public static int design_fab_stroke_end_outer_color = 0x7f060039;
- public static int design_fab_stroke_top_inner_color = 0x7f06003a;
- public static int design_fab_stroke_top_outer_color = 0x7f06003b;
- public static int design_snackbar_background_color = 0x7f06003c;
- public static int design_tint_password_toggle = 0x7f06003d;
- public static int dim_foreground_disabled_material_dark = 0x7f06003e;
- public static int dim_foreground_disabled_material_light = 0x7f06003f;
- public static int dim_foreground_material_dark = 0x7f060040;
- public static int dim_foreground_material_light = 0x7f060041;
- public static int error_color_material = 0x7f060042;
- public static int foreground_material_dark = 0x7f060043;
- public static int foreground_material_light = 0x7f060044;
- public static int gray = 0x7f060045;
- public static int highlighted_text_material_dark = 0x7f060046;
- public static int highlighted_text_material_light = 0x7f060047;
- public static int hint_foreground_material_dark = 0x7f060048;
- public static int hint_foreground_material_light = 0x7f060049;
- public static int lightBlue = 0x7f06004a;
- public static int list_background = 0x7f06004b;
- public static int list_even = 0x7f06004c;
- public static int list_header = 0x7f06004d;
- public static int list_odd = 0x7f06004e;
- public static int list_selected = 0x7f06004f;
- public static int material_blue_grey_800 = 0x7f060050;
- public static int material_blue_grey_900 = 0x7f060051;
- public static int material_blue_grey_950 = 0x7f060052;
- public static int material_deep_teal_200 = 0x7f060053;
- public static int material_deep_teal_500 = 0x7f060054;
- public static int material_grey_100 = 0x7f060055;
- public static int material_grey_300 = 0x7f060056;
- public static int material_grey_50 = 0x7f060057;
- public static int material_grey_600 = 0x7f060058;
- public static int material_grey_800 = 0x7f060059;
- public static int material_grey_850 = 0x7f06005a;
- public static int material_grey_900 = 0x7f06005b;
- public static int notification_action_color_filter = 0x7f06005c;
- public static int notification_icon_bg_color = 0x7f06005d;
- public static int notification_material_background_media_default_color = 0x7f06005e;
- public static int primary = 0x7f06005f;
- public static int primary_dark = 0x7f060060;
- public static int primary_dark_material_dark = 0x7f060061;
- public static int primary_dark_material_light = 0x7f060062;
- public static int primary_material_dark = 0x7f060063;
- public static int primary_material_light = 0x7f060064;
- public static int primary_pressed = 0x7f060065;
- public static int primary_text_default_material_dark = 0x7f060066;
- public static int primary_text_default_material_light = 0x7f060067;
- public static int primary_text_disabled_material_dark = 0x7f060068;
- public static int primary_text_disabled_material_light = 0x7f060069;
- public static int red = 0x7f06006a;
- public static int ripple = 0x7f06006b;
- public static int ripple_material_dark = 0x7f06006c;
- public static int ripple_material_light = 0x7f06006d;
- public static int secondary_text_default_material_dark = 0x7f06006e;
- public static int secondary_text_default_material_light = 0x7f06006f;
- public static int secondary_text_disabled_material_dark = 0x7f060070;
- public static int secondary_text_disabled_material_light = 0x7f060071;
- public static int switch_thumb_disabled_material_dark = 0x7f060072;
- public static int switch_thumb_disabled_material_light = 0x7f060073;
- public static int switch_thumb_material_dark = 0x7f060074;
- public static int switch_thumb_material_light = 0x7f060075;
- public static int switch_thumb_normal_material_dark = 0x7f060076;
- public static int switch_thumb_normal_material_light = 0x7f060077;
- public static int text_color = 0x7f060078;
- public static int tooltip_background_dark = 0x7f060079;
- public static int tooltip_background_light = 0x7f06007a;
- public static int white = 0x7f06007b;
- }
- public static final class dimen {
- public static int abc_action_bar_content_inset_material = 0x7f080001;
- public static int abc_action_bar_content_inset_with_nav = 0x7f080002;
- public static int abc_action_bar_default_height_material = 0x7f080003;
- public static int abc_action_bar_default_padding_end_material = 0x7f080004;
- public static int abc_action_bar_default_padding_start_material = 0x7f080005;
- public static int abc_action_bar_elevation_material = 0x7f080006;
- public static int abc_action_bar_icon_vertical_padding_material = 0x7f080007;
- public static int abc_action_bar_overflow_padding_end_material = 0x7f080008;
- public static int abc_action_bar_overflow_padding_start_material = 0x7f080009;
- public static int abc_action_bar_progress_bar_size = 0x7f08000a;
- public static int abc_action_bar_stacked_max_height = 0x7f08000b;
- public static int abc_action_bar_stacked_tab_max_width = 0x7f08000c;
- public static int abc_action_bar_subtitle_bottom_margin_material = 0x7f08000d;
- public static int abc_action_bar_subtitle_top_margin_material = 0x7f08000e;
- public static int abc_action_button_min_height_material = 0x7f08000f;
- public static int abc_action_button_min_width_material = 0x7f080010;
- public static int abc_action_button_min_width_overflow_material = 0x7f080011;
- public static int abc_alert_dialog_button_bar_height = 0x7f080012;
- public static int abc_button_inset_horizontal_material = 0x7f080013;
- public static int abc_button_inset_vertical_material = 0x7f080014;
- public static int abc_button_padding_horizontal_material = 0x7f080015;
- public static int abc_button_padding_vertical_material = 0x7f080016;
- public static int abc_cascading_menus_min_smallest_width = 0x7f080017;
- public static int abc_config_prefDialogWidth = 0x7f080018;
- public static int abc_control_corner_material = 0x7f080019;
- public static int abc_control_inset_material = 0x7f08001a;
- public static int abc_control_padding_material = 0x7f08001b;
- public static int abc_dialog_fixed_height_major = 0x7f08001c;
- public static int abc_dialog_fixed_height_minor = 0x7f08001d;
- public static int abc_dialog_fixed_width_major = 0x7f08001e;
- public static int abc_dialog_fixed_width_minor = 0x7f08001f;
- public static int abc_dialog_list_padding_bottom_no_buttons = 0x7f080020;
- public static int abc_dialog_list_padding_top_no_title = 0x7f080021;
- public static int abc_dialog_list_padding_vertical_material = 0x7f080022;
- public static int abc_dialog_min_width_major = 0x7f080023;
- public static int abc_dialog_min_width_minor = 0x7f080024;
- public static int abc_dialog_padding_material = 0x7f080025;
- public static int abc_dialog_padding_top_material = 0x7f080026;
- public static int abc_dialog_title_divider_material = 0x7f080027;
- public static int abc_disabled_alpha_material_dark = 0x7f080028;
- public static int abc_disabled_alpha_material_light = 0x7f080029;
- public static int abc_dropdownitem_icon_width = 0x7f08002a;
- public static int abc_dropdownitem_text_padding_left = 0x7f08002b;
- public static int abc_dropdownitem_text_padding_right = 0x7f08002c;
- public static int abc_edit_text_inset_bottom_material = 0x7f08002d;
- public static int abc_edit_text_inset_horizontal_material = 0x7f08002e;
- public static int abc_edit_text_inset_top_material = 0x7f08002f;
- public static int abc_floating_window_z = 0x7f080030;
- public static int abc_list_item_padding_horizontal_material = 0x7f080031;
- public static int abc_panel_menu_list_width = 0x7f080032;
- public static int abc_progress_bar_height_material = 0x7f080033;
- public static int abc_search_view_preferred_height = 0x7f080034;
- public static int abc_search_view_preferred_width = 0x7f080035;
- public static int abc_search_view_text_min_width = 0x7f080036;
- public static int abc_seekbar_track_background_height_material = 0x7f080037;
- public static int abc_seekbar_track_progress_height_material = 0x7f080038;
- public static int abc_select_dialog_padding_start_material = 0x7f080039;
- public static int abc_switch_padding = 0x7f08003a;
- public static int abc_text_size_body_1_material = 0x7f08003b;
- public static int abc_text_size_body_2_material = 0x7f08003c;
- public static int abc_text_size_button_material = 0x7f08003d;
- public static int abc_text_size_caption_material = 0x7f08003e;
- public static int abc_text_size_display_1_material = 0x7f08003f;
- public static int abc_text_size_display_2_material = 0x7f080040;
- public static int abc_text_size_display_3_material = 0x7f080041;
- public static int abc_text_size_display_4_material = 0x7f080042;
- public static int abc_text_size_headline_material = 0x7f080043;
- public static int abc_text_size_large_material = 0x7f080044;
- public static int abc_text_size_medium_material = 0x7f080045;
- public static int abc_text_size_menu_header_material = 0x7f080046;
- public static int abc_text_size_menu_material = 0x7f080047;
- public static int abc_text_size_small_material = 0x7f080048;
- public static int abc_text_size_subhead_material = 0x7f080049;
- public static int abc_text_size_subtitle_material_toolbar = 0x7f08004a;
- public static int abc_text_size_title_material = 0x7f08004b;
- public static int abc_text_size_title_material_toolbar = 0x7f08004c;
- public static int activity_horizontal_margin = 0x7f08004d;
- public static int activity_vertical_margin = 0x7f08004e;
- public static int cardview_compat_inset_shadow = 0x7f08004f;
- public static int cardview_default_elevation = 0x7f080050;
- public static int cardview_default_radius = 0x7f080051;
- public static int compat_button_inset_horizontal_material = 0x7f080052;
- public static int compat_button_inset_vertical_material = 0x7f080053;
- public static int compat_button_padding_horizontal_material = 0x7f080054;
- public static int compat_button_padding_vertical_material = 0x7f080055;
- public static int compat_control_corner_material = 0x7f080056;
- public static int design_appbar_elevation = 0x7f080057;
- public static int design_bottom_navigation_active_item_max_width = 0x7f080058;
- public static int design_bottom_navigation_active_text_size = 0x7f080059;
- public static int design_bottom_navigation_elevation = 0x7f08005a;
- public static int design_bottom_navigation_height = 0x7f08005b;
- public static int design_bottom_navigation_item_max_width = 0x7f08005c;
- public static int design_bottom_navigation_item_min_width = 0x7f08005d;
- public static int design_bottom_navigation_margin = 0x7f08005e;
- public static int design_bottom_navigation_shadow_height = 0x7f08005f;
- public static int design_bottom_navigation_text_size = 0x7f080060;
- public static int design_bottom_sheet_modal_elevation = 0x7f080061;
- public static int design_bottom_sheet_peek_height_min = 0x7f080062;
- public static int design_fab_border_width = 0x7f080063;
- public static int design_fab_elevation = 0x7f080064;
- public static int design_fab_image_size = 0x7f080065;
- public static int design_fab_size_mini = 0x7f080066;
- public static int design_fab_size_normal = 0x7f080067;
- public static int design_fab_translation_z_pressed = 0x7f080068;
- public static int design_navigation_elevation = 0x7f080069;
- public static int design_navigation_icon_padding = 0x7f08006a;
- public static int design_navigation_icon_size = 0x7f08006b;
- public static int design_navigation_max_width = 0x7f08006c;
- public static int design_navigation_padding_bottom = 0x7f08006d;
- public static int design_navigation_separator_vertical_padding = 0x7f08006e;
- public static int design_snackbar_action_inline_max_width = 0x7f08006f;
- public static int design_snackbar_background_corner_radius = 0x7f080070;
- public static int design_snackbar_elevation = 0x7f080071;
- public static int design_snackbar_extra_spacing_horizontal = 0x7f080072;
- public static int design_snackbar_max_width = 0x7f080073;
- public static int design_snackbar_min_width = 0x7f080074;
- public static int design_snackbar_padding_horizontal = 0x7f080075;
- public static int design_snackbar_padding_vertical = 0x7f080076;
- public static int design_snackbar_padding_vertical_2lines = 0x7f080077;
- public static int design_snackbar_text_size = 0x7f080078;
- public static int design_tab_max_width = 0x7f080079;
- public static int design_tab_scrollable_min_width = 0x7f08007a;
- public static int design_tab_text_size = 0x7f08007b;
- public static int design_tab_text_size_2line = 0x7f08007c;
- public static int disabled_alpha_material_dark = 0x7f08007d;
- public static int disabled_alpha_material_light = 0x7f08007e;
- public static int fastscroll_default_thickness = 0x7f08007f;
- public static int fastscroll_margin = 0x7f080080;
- public static int fastscroll_minimum_range = 0x7f080081;
- public static int highlight_alpha_material_colored = 0x7f080082;
- public static int highlight_alpha_material_dark = 0x7f080083;
- public static int highlight_alpha_material_light = 0x7f080084;
- public static int hint_alpha_material_dark = 0x7f080085;
- public static int hint_alpha_material_light = 0x7f080086;
- public static int hint_pressed_alpha_material_dark = 0x7f080087;
- public static int hint_pressed_alpha_material_light = 0x7f080088;
- public static int item_touch_helper_max_drag_scroll_per_frame = 0x7f080089;
- public static int item_touch_helper_swipe_escape_max_velocity = 0x7f08008a;
- public static int item_touch_helper_swipe_escape_velocity = 0x7f08008b;
- public static int notification_action_icon_size = 0x7f08008c;
- public static int notification_action_text_size = 0x7f08008d;
- public static int notification_big_circle_margin = 0x7f08008e;
- public static int notification_content_margin_start = 0x7f08008f;
- public static int notification_large_icon_height = 0x7f080090;
- public static int notification_large_icon_width = 0x7f080091;
- public static int notification_main_column_padding_top = 0x7f080092;
- public static int notification_media_narrow_margin = 0x7f080093;
- public static int notification_right_icon_size = 0x7f080094;
- public static int notification_right_side_padding_top = 0x7f080095;
- public static int notification_small_icon_background_padding = 0x7f080096;
- public static int notification_small_icon_size_as_large = 0x7f080097;
- public static int notification_subtext_size = 0x7f080098;
- public static int notification_top_pad = 0x7f080099;
- public static int notification_top_pad_large_text = 0x7f08009a;
- public static int tooltip_corner_radius = 0x7f08009b;
- public static int tooltip_horizontal_padding = 0x7f08009c;
- public static int tooltip_margin = 0x7f08009d;
- public static int tooltip_precise_anchor_extra_offset = 0x7f08009e;
- public static int tooltip_precise_anchor_threshold = 0x7f08009f;
- public static int tooltip_vertical_padding = 0x7f0800a0;
- public static int tooltip_y_offset_non_touch = 0x7f0800a1;
- public static int tooltip_y_offset_touch = 0x7f0800a2;
- }
- public static final class drawable {
- public static int abc_ab_share_pack_mtrl_alpha = 0x7f090001;
- public static int abc_action_bar_item_background_material = 0x7f090002;
- public static int abc_btn_borderless_material = 0x7f090003;
- public static int abc_btn_check_material = 0x7f090004;
- public static int abc_btn_check_to_on_mtrl_000 = 0x7f090005;
- public static int abc_btn_check_to_on_mtrl_015 = 0x7f090006;
- public static int abc_btn_colored_material = 0x7f090007;
- public static int abc_btn_default_mtrl_shape = 0x7f090008;
- public static int abc_btn_radio_material = 0x7f090009;
- public static int abc_btn_radio_to_on_mtrl_000 = 0x7f09000a;
- public static int abc_btn_radio_to_on_mtrl_015 = 0x7f09000b;
- public static int abc_btn_rating_star_off_mtrl_alpha = 0x7f09000c;
- public static int abc_btn_rating_star_on_mtrl_alpha = 0x7f09000d;
- public static int abc_btn_switch_to_on_mtrl_00001 = 0x7f09000e;
- public static int abc_btn_switch_to_on_mtrl_00012 = 0x7f09000f;
- public static int abc_cab_background_internal_bg = 0x7f090010;
- public static int abc_cab_background_top_material = 0x7f090011;
- public static int abc_cab_background_top_mtrl_alpha = 0x7f090012;
- public static int abc_control_background_material = 0x7f090013;
- public static int abc_dialog_material_background = 0x7f090014;
- public static int abc_dialog_material_background_dark = 0x7f090015;
- public static int abc_dialog_material_background_light = 0x7f090016;
- public static int abc_edit_text_material = 0x7f090017;
- public static int abc_ic_ab_back_material = 0x7f090018;
- public static int abc_ic_ab_back_mtrl_am_alpha = 0x7f090019;
- public static int abc_ic_arrow_drop_right_black_24dp = 0x7f09001a;
- public static int abc_ic_clear_material = 0x7f09001b;
- public static int abc_ic_clear_mtrl_alpha = 0x7f09001c;
- public static int abc_ic_commit_search_api_mtrl_alpha = 0x7f09001d;
- public static int abc_ic_go_search_api_material = 0x7f09001e;
- public static int abc_ic_go_search_api_mtrl_alpha = 0x7f09001f;
- public static int abc_ic_menu_copy_mtrl_am_alpha = 0x7f090020;
- public static int abc_ic_menu_cut_mtrl_alpha = 0x7f090021;
- public static int abc_ic_menu_moreoverflow_mtrl_alpha = 0x7f090022;
- public static int abc_ic_menu_overflow_material = 0x7f090023;
- public static int abc_ic_menu_paste_mtrl_am_alpha = 0x7f090024;
- public static int abc_ic_menu_selectall_mtrl_alpha = 0x7f090025;
- public static int abc_ic_menu_share_mtrl_alpha = 0x7f090026;
- public static int abc_ic_search_api_material = 0x7f090027;
- public static int abc_ic_search_api_mtrl_alpha = 0x7f090028;
- public static int abc_ic_star_black_16dp = 0x7f090029;
- public static int abc_ic_star_black_36dp = 0x7f09002a;
- public static int abc_ic_star_black_48dp = 0x7f09002b;
- public static int abc_ic_star_half_black_16dp = 0x7f09002c;
- public static int abc_ic_star_half_black_36dp = 0x7f09002d;
- public static int abc_ic_star_half_black_48dp = 0x7f09002e;
- public static int abc_ic_voice_search_api_material = 0x7f09002f;
- public static int abc_ic_voice_search_api_mtrl_alpha = 0x7f090030;
- public static int abc_item_background_holo_dark = 0x7f090031;
- public static int abc_item_background_holo_light = 0x7f090032;
- public static int abc_list_divider_mtrl_alpha = 0x7f090033;
- public static int abc_list_focused_holo = 0x7f090034;
- public static int abc_list_longpressed_holo = 0x7f090035;
- public static int abc_list_pressed_holo_dark = 0x7f090036;
- public static int abc_list_pressed_holo_light = 0x7f090037;
- public static int abc_list_selector_background_transition_holo_dark = 0x7f090038;
- public static int abc_list_selector_background_transition_holo_light = 0x7f090039;
- public static int abc_list_selector_disabled_holo_dark = 0x7f09003a;
- public static int abc_list_selector_disabled_holo_light = 0x7f09003b;
- public static int abc_list_selector_holo_dark = 0x7f09003c;
- public static int abc_list_selector_holo_light = 0x7f09003d;
- public static int abc_menu_hardkey_panel_mtrl_mult = 0x7f09003e;
- public static int abc_popup_background_mtrl_mult = 0x7f09003f;
- public static int abc_ratingbar_full_material = 0x7f090040;
- public static int abc_ratingbar_indicator_material = 0x7f090041;
- public static int abc_ratingbar_material = 0x7f090042;
- public static int abc_ratingbar_small_material = 0x7f090043;
- public static int abc_scrubber_control_off_mtrl_alpha = 0x7f090044;
- public static int abc_scrubber_control_to_pressed_mtrl_000 = 0x7f090045;
- public static int abc_scrubber_control_to_pressed_mtrl_005 = 0x7f090046;
- public static int abc_scrubber_primary_mtrl_alpha = 0x7f090047;
- public static int abc_scrubber_track_mtrl_alpha = 0x7f090048;
- public static int abc_seekbar_thumb_material = 0x7f090049;
- public static int abc_seekbar_tick_mark_material = 0x7f09004a;
- public static int abc_seekbar_track_material = 0x7f09004b;
- public static int abc_spinner_mtrl_am_alpha = 0x7f09004c;
- public static int abc_spinner_textfield_background_material = 0x7f09004d;
- public static int abc_switch_thumb_material = 0x7f09004e;
- public static int abc_switch_track_mtrl_alpha = 0x7f09004f;
- public static int abc_tab_indicator_material = 0x7f090050;
- public static int abc_tab_indicator_mtrl_alpha = 0x7f090051;
- public static int abc_text_cursor_material = 0x7f090052;
- public static int abc_text_select_handle_left_mtrl_dark = 0x7f090053;
- public static int abc_text_select_handle_left_mtrl_light = 0x7f090054;
- public static int abc_text_select_handle_middle_mtrl_dark = 0x7f090055;
- public static int abc_text_select_handle_middle_mtrl_light = 0x7f090056;
- public static int abc_text_select_handle_right_mtrl_dark = 0x7f090057;
- public static int abc_text_select_handle_right_mtrl_light = 0x7f090058;
- public static int abc_textfield_activated_mtrl_alpha = 0x7f090059;
- public static int abc_textfield_default_mtrl_alpha = 0x7f09005a;
- public static int abc_textfield_search_activated_mtrl_alpha = 0x7f09005b;
- public static int abc_textfield_search_default_mtrl_alpha = 0x7f09005c;
- public static int abc_textfield_search_material = 0x7f09005d;
- public static int abc_vector_test = 0x7f09005e;
- public static int avd_hide_password = 0x7f09005f;
- public static int avd_show_password = 0x7f090060;
- public static int design_bottom_navigation_item_background = 0x7f090061;
- public static int design_fab_background = 0x7f090062;
- public static int design_ic_visibility = 0x7f090063;
- public static int design_ic_visibility_off = 0x7f090064;
- public static int design_password_eye = 0x7f090065;
- public static int design_snackbar_background = 0x7f090066;
- public static int navigation_empty_icon = 0x7f090067;
- public static int notification_action_background = 0x7f090068;
- public static int notification_bg = 0x7f090069;
- public static int notification_bg_low = 0x7f09006a;
- public static int notification_bg_low_normal = 0x7f09006b;
- public static int notification_bg_low_pressed = 0x7f09006c;
- public static int notification_bg_normal = 0x7f09006d;
- public static int notification_bg_normal_pressed = 0x7f09006e;
- public static int notification_icon_background = 0x7f09006f;
- public static int notification_template_icon_bg = 0x7f090070;
- public static int notification_template_icon_low_bg = 0x7f090071;
- public static int notification_tile_bg = 0x7f090072;
- public static int notify_panel_notification_icon_bg = 0x7f090073;
- public static int tooltip_frame_dark = 0x7f090074;
- public static int tooltip_frame_light = 0x7f090075;
- }
- public static final class id {
- public static int action0 = 0x7f0c0001;
- public static int action_bar = 0x7f0c0002;
- public static int action_bar_activity_content = 0x7f0c0003;
- public static int action_bar_container = 0x7f0c0004;
- public static int action_bar_root = 0x7f0c0005;
- public static int action_bar_spinner = 0x7f0c0006;
- public static int action_bar_subtitle = 0x7f0c0007;
- public static int action_bar_title = 0x7f0c0008;
- public static int action_container = 0x7f0c0009;
- public static int action_context_bar = 0x7f0c000a;
- public static int action_divider = 0x7f0c000b;
- public static int action_image = 0x7f0c000c;
- public static int action_menu_divider = 0x7f0c000d;
- public static int action_menu_presenter = 0x7f0c000e;
- public static int action_mode_bar = 0x7f0c000f;
- public static int action_mode_bar_stub = 0x7f0c0010;
- public static int action_mode_close_button = 0x7f0c0011;
- public static int action_text = 0x7f0c0012;
- public static int actions = 0x7f0c0013;
- public static int activity_chooser_view_content = 0x7f0c0014;
- public static int add = 0x7f0c0015;
- public static int afterRelease = 0x7f0c0016;
- public static int alertCheckbox = 0x7f0c0017;
- public static int alertSearchEditText = 0x7f0c0018;
- public static int alertSearchListView = 0x7f0c0019;
- public static int alertTextView = 0x7f0c001a;
- public static int alertTitle = 0x7f0c001b;
- public static int always = 0x7f0c001c;
- public static int async = 0x7f0c001d;
- public static int auto = 0x7f0c001e;
- public static int beginning = 0x7f0c001f;
- public static int bevel = 0x7f0c0020;
- public static int blocking = 0x7f0c0021;
- public static int bold = 0x7f0c0022;
- public static int bold_italic = 0x7f0c0023;
- public static int bottom = 0x7f0c0024;
- public static int buffer = 0x7f0c0025;
- public static int butt = 0x7f0c0026;
- public static int buttonPanel = 0x7f0c0027;
- public static int cancel_action = 0x7f0c0028;
- public static int center = 0x7f0c0029;
- public static int charCounter = 0x7f0c002a;
- public static int checkbox = 0x7f0c002b;
- public static int chronometer = 0x7f0c002c;
- public static int collapseActionView = 0x7f0c002d;
- public static int container = 0x7f0c002e;
- public static int contentPanel = 0x7f0c002f;
- public static int coordinator = 0x7f0c0030;
- public static int custom = 0x7f0c0031;
- public static int customPanel = 0x7f0c0032;
- public static int decor_content_parent = 0x7f0c0033;
- public static int default_activity_button = 0x7f0c0034;
- public static int design_bottom_sheet = 0x7f0c0035;
- public static int design_menu_item_action_area = 0x7f0c0036;
- public static int design_menu_item_action_area_stub = 0x7f0c0037;
- public static int design_menu_item_text = 0x7f0c0038;
- public static int design_navigation_view = 0x7f0c0039;
- public static int determinate = 0x7f0c003a;
- public static int disableHome = 0x7f0c003b;
- public static int edit_query = 0x7f0c003c;
- public static int empty = 0x7f0c003d;
- public static int end = 0x7f0c003e;
- public static int end_padder = 0x7f0c003f;
- public static int expand_activities_button = 0x7f0c0040;
- public static int expanded_menu = 0x7f0c0041;
- public static int fill = 0x7f0c0042;
- public static int fixed = 0x7f0c0043;
- public static int forever = 0x7f0c0044;
- public static int ghost_view = 0x7f0c0045;
- public static int helper = 0x7f0c0046;
- public static int helperWithError = 0x7f0c0047;
- public static int home = 0x7f0c0048;
- public static int homeAsUp = 0x7f0c0049;
- public static int hour = 0x7f0c004a;
- public static int icon = 0x7f0c004b;
- public static int icon_group = 0x7f0c004c;
- public static int ifRoom = 0x7f0c004d;
- public static int image = 0x7f0c004e;
- public static int indeterminate = 0x7f0c004f;
- public static int info = 0x7f0c0050;
- public static int italic = 0x7f0c0051;
- public static int item_touch_helper_previous_elevation = 0x7f0c0052;
- public static int largeLabel = 0x7f0c0053;
- public static int left = 0x7f0c0054;
- public static int line1 = 0x7f0c0055;
- public static int line3 = 0x7f0c0056;
- public static int listMode = 0x7f0c0057;
- public static int listTextViewSpinner = 0x7f0c0058;
- public static int list_item = 0x7f0c0059;
- public static int locale = 0x7f0c005a;
- public static int ltr = 0x7f0c005b;
- public static int marquee = 0x7f0c005c;
- public static int masked = 0x7f0c005d;
- public static int match_parent = 0x7f0c005e;
- public static int match_view = 0x7f0c005f;
- public static int media_actions = 0x7f0c0060;
- public static int message = 0x7f0c0061;
- public static int middle = 0x7f0c0062;
- public static int mini = 0x7f0c0063;
- public static int minute = 0x7f0c0064;
- public static int miter = 0x7f0c0065;
- public static int multi = 0x7f0c0066;
- public static int multiply = 0x7f0c0067;
- public static int navigation_header_container = 0x7f0c0068;
- public static int never = 0x7f0c0069;
- public static int none = 0x7f0c006a;
- public static int normal = 0x7f0c006b;
- public static int notification_background = 0x7f0c006c;
- public static int notification_main_column = 0x7f0c006d;
- public static int notification_main_column_container = 0x7f0c006e;
- public static int oval = 0x7f0c006f;
- public static int parallax = 0x7f0c0070;
- public static int parentPanel = 0x7f0c0071;
- public static int parent_matrix = 0x7f0c0072;
- public static int pin = 0x7f0c0073;
- public static int progress_circular = 0x7f0c0074;
- public static int progress_horizontal = 0x7f0c0075;
- public static int query = 0x7f0c0076;
- public static int radio = 0x7f0c0077;
- public static int rectangle = 0x7f0c0078;
- public static int right = 0x7f0c0079;
- public static int right_icon = 0x7f0c007a;
- public static int right_side = 0x7f0c007b;
- public static int round = 0x7f0c007c;
- public static int rtl = 0x7f0c007d;
- public static int save_image_matrix = 0x7f0c007e;
- public static int save_non_transition_alpha = 0x7f0c007f;
- public static int save_scale_type = 0x7f0c0080;
- public static int screen = 0x7f0c0081;
- public static int scroll = 0x7f0c0082;
- public static int scrollIndicatorDown = 0x7f0c0083;
- public static int scrollIndicatorUp = 0x7f0c0084;
- public static int scrollView = 0x7f0c0085;
- public static int scrollable = 0x7f0c0086;
- public static int searchMultiSpinner = 0x7f0c0087;
- public static int search_badge = 0x7f0c0088;
- public static int search_bar = 0x7f0c0089;
- public static int search_button = 0x7f0c008a;
- public static int search_close_btn = 0x7f0c008b;
- public static int search_edit_frame = 0x7f0c008c;
- public static int search_go_btn = 0x7f0c008d;
- public static int search_mag_icon = 0x7f0c008e;
- public static int search_plate = 0x7f0c008f;
- public static int search_src_text = 0x7f0c0090;
- public static int search_voice_btn = 0x7f0c0091;
- public static int select_dialog_listview = 0x7f0c0092;
- public static int shortcut = 0x7f0c0093;
- public static int showCustom = 0x7f0c0094;
- public static int showHome = 0x7f0c0095;
- public static int showTitle = 0x7f0c0096;
- public static int simpleMultiSpinner = 0x7f0c0097;
- public static int single = 0x7f0c0098;
- public static int smallLabel = 0x7f0c0099;
- public static int snackbar_action = 0x7f0c009a;
- public static int snackbar_text = 0x7f0c009b;
- public static int spacer = 0x7f0c009c;
- public static int split_action_bar = 0x7f0c009d;
- public static int square = 0x7f0c009e;
- public static int src_atop = 0x7f0c009f;
- public static int src_in = 0x7f0c00a0;
- public static int src_over = 0x7f0c00a1;
- public static int start = 0x7f0c00a2;
- public static int status_bar_latest_event_content = 0x7f0c00a3;
- public static int submenuarrow = 0x7f0c00a4;
- public static int submit_area = 0x7f0c00a5;
- public static int tabMode = 0x7f0c00a6;
- public static int text = 0x7f0c00a7;
- public static int text2 = 0x7f0c00a8;
- public static int textSpacerNoButtons = 0x7f0c00a9;
- public static int textSpacerNoTitle = 0x7f0c00aa;
- public static int text_input_password_toggle = 0x7f0c00ab;
- public static int textinput_counter = 0x7f0c00ac;
- public static int textinput_error = 0x7f0c00ad;
- public static int time = 0x7f0c00ae;
- public static int title = 0x7f0c00af;
- public static int titleDividerNoCustom = 0x7f0c00b0;
- public static int title_template = 0x7f0c00b1;
- public static int top = 0x7f0c00b2;
- public static int topPanel = 0x7f0c00b3;
- public static int touch = 0x7f0c00b4;
- public static int touch_outside = 0x7f0c00b5;
- public static int transition_current_scene = 0x7f0c00b6;
- public static int transition_layout_save = 0x7f0c00b7;
- public static int transition_position = 0x7f0c00b8;
- public static int transition_scene_layoutid_cache = 0x7f0c00b9;
- public static int transition_transform = 0x7f0c00ba;
- public static int uniform = 0x7f0c00bb;
- public static int untilRelease = 0x7f0c00bc;
- public static int up = 0x7f0c00bd;
- public static int useLogo = 0x7f0c00be;
- public static int view_offset_helper = 0x7f0c00bf;
- public static int visible = 0x7f0c00c0;
- public static int wave = 0x7f0c00c1;
- public static int withText = 0x7f0c00c2;
- public static int wrap_content = 0x7f0c00c3;
- }
- public static final class integer {
- public static int abc_config_activityDefaultDur = 0x7f0d0001;
- public static int abc_config_activityShortDur = 0x7f0d0002;
- public static int abc_max_action_buttons = 0x7f0d0003;
- public static int app_bar_elevation_anim_duration = 0x7f0d0004;
- public static int bottom_sheet_slide_duration = 0x7f0d0005;
- public static int cancel_button_image_alpha = 0x7f0d0006;
- public static int config_tooltipAnimTime = 0x7f0d0007;
- public static int design_snackbar_text_max_lines = 0x7f0d0008;
- public static int hide_password_duration = 0x7f0d0009;
- public static int show_password_duration = 0x7f0d000a;
- public static int status_bar_notification_info_maxnum = 0x7f0d000b;
- }
- public static final class layout {
- public static int abc_action_bar_title_item = 0x7f0f0001;
- public static int abc_action_bar_up_container = 0x7f0f0002;
- public static int abc_action_bar_view_list_nav_layout = 0x7f0f0003;
- public static int abc_action_menu_item_layout = 0x7f0f0004;
- public static int abc_action_menu_layout = 0x7f0f0005;
- public static int abc_action_mode_bar = 0x7f0f0006;
- public static int abc_action_mode_close_item_material = 0x7f0f0007;
- public static int abc_activity_chooser_view = 0x7f0f0008;
- public static int abc_activity_chooser_view_list_item = 0x7f0f0009;
- public static int abc_alert_dialog_button_bar_material = 0x7f0f000a;
- public static int abc_alert_dialog_material = 0x7f0f000b;
- public static int abc_alert_dialog_title_material = 0x7f0f000c;
- public static int abc_dialog_title_material = 0x7f0f000d;
- public static int abc_expanded_menu_layout = 0x7f0f000e;
- public static int abc_list_menu_item_checkbox = 0x7f0f000f;
- public static int abc_list_menu_item_icon = 0x7f0f0010;
- public static int abc_list_menu_item_layout = 0x7f0f0011;
- public static int abc_list_menu_item_radio = 0x7f0f0012;
- public static int abc_popup_menu_header_item_layout = 0x7f0f0013;
- public static int abc_popup_menu_item_layout = 0x7f0f0014;
- public static int abc_screen_content_include = 0x7f0f0015;
- public static int abc_screen_simple = 0x7f0f0016;
- public static int abc_screen_simple_overlay_action_mode = 0x7f0f0017;
- public static int abc_screen_toolbar = 0x7f0f0018;
- public static int abc_search_dropdown_item_icons_2line = 0x7f0f0019;
- public static int abc_search_view = 0x7f0f001a;
- public static int abc_select_dialog_material = 0x7f0f001b;
- public static int activity_main = 0x7f0f001c;
- public static int alert_dialog_listview_search = 0x7f0f001d;
- public static int design_bottom_navigation_item = 0x7f0f001e;
- public static int design_bottom_sheet_dialog = 0x7f0f001f;
- public static int design_layout_snackbar = 0x7f0f0020;
- public static int design_layout_snackbar_include = 0x7f0f0021;
- public static int design_layout_tab_icon = 0x7f0f0022;
- public static int design_layout_tab_text = 0x7f0f0023;
- public static int design_menu_item_action_area = 0x7f0f0024;
- public static int design_navigation_item = 0x7f0f0025;
- public static int design_navigation_item_header = 0x7f0f0026;
- public static int design_navigation_item_separator = 0x7f0f0027;
- public static int design_navigation_item_subheader = 0x7f0f0028;
- public static int design_navigation_menu = 0x7f0f0029;
- public static int design_navigation_menu_item = 0x7f0f002a;
- public static int design_text_input_password_icon = 0x7f0f002b;
- public static int item_listview_multiple = 0x7f0f002c;
- public static int item_listview_single = 0x7f0f002d;
- public static int notification_action = 0x7f0f002e;
- public static int notification_action_tombstone = 0x7f0f002f;
- public static int notification_media_action = 0x7f0f0030;
- public static int notification_media_cancel_action = 0x7f0f0031;
- public static int notification_template_big_media = 0x7f0f0032;
- public static int notification_template_big_media_custom = 0x7f0f0033;
- public static int notification_template_big_media_narrow = 0x7f0f0034;
- public static int notification_template_big_media_narrow_custom = 0x7f0f0035;
- public static int notification_template_custom_big = 0x7f0f0036;
- public static int notification_template_icon_group = 0x7f0f0037;
- public static int notification_template_lines = 0x7f0f0038;
- public static int notification_template_lines_media = 0x7f0f0039;
- public static int notification_template_media = 0x7f0f003a;
- public static int notification_template_media_custom = 0x7f0f003b;
- public static int notification_template_part_chronometer = 0x7f0f003c;
- public static int notification_template_part_time = 0x7f0f003d;
- public static int select_dialog_item_material = 0x7f0f003e;
- public static int select_dialog_multichoice_material = 0x7f0f003f;
- public static int select_dialog_singlechoice_material = 0x7f0f0040;
- public static int support_simple_spinner_dropdown_item = 0x7f0f0041;
- public static int textview_for_spinner = 0x7f0f0042;
- public static int tooltip = 0x7f0f0043;
- }
- public static final class string {
- public static int abc_action_bar_home_description = 0x7f150001;
- public static int abc_action_bar_home_description_format = 0x7f150002;
- public static int abc_action_bar_home_subtitle_description_format = 0x7f150003;
- public static int abc_action_bar_up_description = 0x7f150004;
- public static int abc_action_menu_overflow_description = 0x7f150005;
- public static int abc_action_mode_done = 0x7f150006;
- public static int abc_activity_chooser_view_see_all = 0x7f150007;
- public static int abc_activitychooserview_choose_application = 0x7f150008;
- public static int abc_capital_off = 0x7f150009;
- public static int abc_capital_on = 0x7f15000a;
- public static int abc_font_family_body_1_material = 0x7f15000b;
- public static int abc_font_family_body_2_material = 0x7f15000c;
- public static int abc_font_family_button_material = 0x7f15000d;
- public static int abc_font_family_caption_material = 0x7f15000e;
- public static int abc_font_family_display_1_material = 0x7f15000f;
- public static int abc_font_family_display_2_material = 0x7f150010;
- public static int abc_font_family_display_3_material = 0x7f150011;
- public static int abc_font_family_display_4_material = 0x7f150012;
- public static int abc_font_family_headline_material = 0x7f150013;
- public static int abc_font_family_menu_material = 0x7f150014;
- public static int abc_font_family_subhead_material = 0x7f150015;
- public static int abc_font_family_title_material = 0x7f150016;
- public static int abc_search_hint = 0x7f150017;
- public static int abc_searchview_description_clear = 0x7f150018;
- public static int abc_searchview_description_query = 0x7f150019;
- public static int abc_searchview_description_search = 0x7f15001a;
- public static int abc_searchview_description_submit = 0x7f15001b;
- public static int abc_searchview_description_voice = 0x7f15001c;
- public static int abc_shareactionprovider_share_with = 0x7f15001d;
- public static int abc_shareactionprovider_share_with_application = 0x7f15001e;
- public static int abc_toolbar_collapse_description = 0x7f15001f;
- public static int appbar_scrolling_view_behavior = 0x7f150020;
- public static int bottom_sheet_behavior = 0x7f150021;
- public static int character_counter_pattern = 0x7f150022;
- public static int password_toggle_content_description = 0x7f150023;
- public static int path_password_eye = 0x7f150024;
- public static int path_password_eye_mask_strike_through = 0x7f150025;
- public static int path_password_eye_mask_visible = 0x7f150026;
- public static int path_password_strike_through = 0x7f150027;
- public static int search_menu_title = 0x7f150028;
- public static int status_bar_notification_info_overflow = 0x7f150029;
- public static int type_to_search = 0x7f15002a;
- }
- public static final class style {
- public static int AlertDialog_AppCompat = 0x7f160001;
- public static int AlertDialog_AppCompat_Light = 0x7f160002;
- public static int Animation_AppCompat_Dialog = 0x7f160003;
- public static int Animation_AppCompat_DropDownUp = 0x7f160004;
- public static int Animation_AppCompat_Tooltip = 0x7f160005;
- public static int Animation_Design_BottomSheetDialog = 0x7f160006;
- public static int Base_AlertDialog_AppCompat = 0x7f160007;
- public static int Base_AlertDialog_AppCompat_Light = 0x7f160008;
- public static int Base_Animation_AppCompat_Dialog = 0x7f160009;
- public static int Base_Animation_AppCompat_DropDownUp = 0x7f16000a;
- public static int Base_Animation_AppCompat_Tooltip = 0x7f16000b;
- public static int Base_DialogWindowTitleBackground_AppCompat = 0x7f16000c;
- public static int Base_DialogWindowTitle_AppCompat = 0x7f16000d;
- public static int Base_TextAppearance_AppCompat = 0x7f16000e;
- public static int Base_TextAppearance_AppCompat_Body1 = 0x7f16000f;
- public static int Base_TextAppearance_AppCompat_Body2 = 0x7f160010;
- public static int Base_TextAppearance_AppCompat_Button = 0x7f160011;
- public static int Base_TextAppearance_AppCompat_Caption = 0x7f160012;
- public static int Base_TextAppearance_AppCompat_Display1 = 0x7f160013;
- public static int Base_TextAppearance_AppCompat_Display2 = 0x7f160014;
- public static int Base_TextAppearance_AppCompat_Display3 = 0x7f160015;
- public static int Base_TextAppearance_AppCompat_Display4 = 0x7f160016;
- public static int Base_TextAppearance_AppCompat_Headline = 0x7f160017;
- public static int Base_TextAppearance_AppCompat_Inverse = 0x7f160018;
- public static int Base_TextAppearance_AppCompat_Large = 0x7f160019;
- public static int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f16001a;
- public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f16001b;
- public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f16001c;
- public static int Base_TextAppearance_AppCompat_Medium = 0x7f16001d;
- public static int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f16001e;
- public static int Base_TextAppearance_AppCompat_Menu = 0x7f16001f;
- public static int Base_TextAppearance_AppCompat_SearchResult = 0x7f160020;
- public static int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f160021;
- public static int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f160022;
- public static int Base_TextAppearance_AppCompat_Small = 0x7f160023;
- public static int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f160024;
- public static int Base_TextAppearance_AppCompat_Subhead = 0x7f160025;
- public static int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f160026;
- public static int Base_TextAppearance_AppCompat_Title = 0x7f160027;
- public static int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f160028;
- public static int Base_TextAppearance_AppCompat_Tooltip = 0x7f160029;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f16002a;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f16002b;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f16002c;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f16002d;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f16002e;
- public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f16002f;
- public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f160030;
- public static int Base_TextAppearance_AppCompat_Widget_Button = 0x7f160031;
- public static int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f160032;
- public static int Base_TextAppearance_AppCompat_Widget_Button_Colored = 0x7f160033;
- public static int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f160034;
- public static int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f160035;
- public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f160036;
- public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f160037;
- public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f160038;
- public static int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f160039;
- public static int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f16003a;
- public static int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f16003b;
- public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f16003c;
- public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f16003d;
- public static int Base_ThemeOverlay_AppCompat = 0x7f16003e;
- public static int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f16003f;
- public static int Base_ThemeOverlay_AppCompat_Dark = 0x7f160040;
- public static int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f160041;
- public static int Base_ThemeOverlay_AppCompat_Dialog = 0x7f160042;
- public static int Base_ThemeOverlay_AppCompat_Dialog_Alert = 0x7f160043;
- public static int Base_ThemeOverlay_AppCompat_Light = 0x7f160044;
- public static int Base_Theme_AppCompat = 0x7f160045;
- public static int Base_Theme_AppCompat_CompactMenu = 0x7f160046;
- public static int Base_Theme_AppCompat_Dialog = 0x7f160047;
- public static int Base_Theme_AppCompat_DialogWhenLarge = 0x7f160048;
- public static int Base_Theme_AppCompat_Dialog_Alert = 0x7f160049;
- public static int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f16004a;
- public static int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f16004b;
- public static int Base_Theme_AppCompat_Light = 0x7f16004c;
- public static int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f16004d;
- public static int Base_Theme_AppCompat_Light_Dialog = 0x7f16004e;
- public static int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f16004f;
- public static int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f160050;
- public static int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f160051;
- public static int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f160052;
- public static int Base_V11_ThemeOverlay_AppCompat_Dialog = 0x7f160053;
- public static int Base_V11_Theme_AppCompat_Dialog = 0x7f160054;
- public static int Base_V11_Theme_AppCompat_Light_Dialog = 0x7f160055;
- public static int Base_V12_Widget_AppCompat_AutoCompleteTextView = 0x7f160056;
- public static int Base_V12_Widget_AppCompat_EditText = 0x7f160057;
- public static int Base_V14_Widget_Design_AppBarLayout = 0x7f160058;
- public static int Base_V21_ThemeOverlay_AppCompat_Dialog = 0x7f160059;
- public static int Base_V21_Theme_AppCompat = 0x7f16005a;
- public static int Base_V21_Theme_AppCompat_Dialog = 0x7f16005b;
- public static int Base_V21_Theme_AppCompat_Light = 0x7f16005c;
- public static int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f16005d;
- public static int Base_V21_Widget_Design_AppBarLayout = 0x7f16005e;
- public static int Base_V22_Theme_AppCompat = 0x7f16005f;
- public static int Base_V22_Theme_AppCompat_Light = 0x7f160060;
- public static int Base_V23_Theme_AppCompat = 0x7f160061;
- public static int Base_V23_Theme_AppCompat_Light = 0x7f160062;
- public static int Base_V26_Theme_AppCompat = 0x7f160063;
- public static int Base_V26_Theme_AppCompat_Light = 0x7f160064;
- public static int Base_V26_Widget_AppCompat_Toolbar = 0x7f160065;
- public static int Base_V26_Widget_Design_AppBarLayout = 0x7f160066;
- public static int Base_V7_ThemeOverlay_AppCompat_Dialog = 0x7f160067;
- public static int Base_V7_Theme_AppCompat = 0x7f160068;
- public static int Base_V7_Theme_AppCompat_Dialog = 0x7f160069;
- public static int Base_V7_Theme_AppCompat_Light = 0x7f16006a;
- public static int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f16006b;
- public static int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f16006c;
- public static int Base_V7_Widget_AppCompat_EditText = 0x7f16006d;
- public static int Base_V7_Widget_AppCompat_Toolbar = 0x7f16006e;
- public static int Base_Widget_AppCompat_ActionBar = 0x7f16006f;
- public static int Base_Widget_AppCompat_ActionBar_Solid = 0x7f160070;
- public static int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f160071;
- public static int Base_Widget_AppCompat_ActionBar_TabText = 0x7f160072;
- public static int Base_Widget_AppCompat_ActionBar_TabView = 0x7f160073;
- public static int Base_Widget_AppCompat_ActionButton = 0x7f160074;
- public static int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f160075;
- public static int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f160076;
- public static int Base_Widget_AppCompat_ActionMode = 0x7f160077;
- public static int Base_Widget_AppCompat_ActivityChooserView = 0x7f160078;
- public static int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f160079;
- public static int Base_Widget_AppCompat_Button = 0x7f16007a;
- public static int Base_Widget_AppCompat_ButtonBar = 0x7f16007b;
- public static int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f16007c;
- public static int Base_Widget_AppCompat_Button_Borderless = 0x7f16007d;
- public static int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f16007e;
- public static int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f16007f;
- public static int Base_Widget_AppCompat_Button_Colored = 0x7f160080;
- public static int Base_Widget_AppCompat_Button_Small = 0x7f160081;
- public static int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f160082;
- public static int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f160083;
- public static int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f160084;
- public static int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f160085;
- public static int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f160086;
- public static int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f160087;
- public static int Base_Widget_AppCompat_EditText = 0x7f160088;
- public static int Base_Widget_AppCompat_ImageButton = 0x7f160089;
- public static int Base_Widget_AppCompat_Light_ActionBar = 0x7f16008a;
- public static int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f16008b;
- public static int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f16008c;
- public static int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f16008d;
- public static int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f16008e;
- public static int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f16008f;
- public static int Base_Widget_AppCompat_Light_PopupMenu = 0x7f160090;
- public static int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f160091;
- public static int Base_Widget_AppCompat_ListMenuView = 0x7f160092;
- public static int Base_Widget_AppCompat_ListPopupWindow = 0x7f160093;
- public static int Base_Widget_AppCompat_ListView = 0x7f160094;
- public static int Base_Widget_AppCompat_ListView_DropDown = 0x7f160095;
- public static int Base_Widget_AppCompat_ListView_Menu = 0x7f160096;
- public static int Base_Widget_AppCompat_PopupMenu = 0x7f160097;
- public static int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f160098;
- public static int Base_Widget_AppCompat_PopupWindow = 0x7f160099;
- public static int Base_Widget_AppCompat_ProgressBar = 0x7f16009a;
- public static int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f16009b;
- public static int Base_Widget_AppCompat_RatingBar = 0x7f16009c;
- public static int Base_Widget_AppCompat_RatingBar_Indicator = 0x7f16009d;
- public static int Base_Widget_AppCompat_RatingBar_Small = 0x7f16009e;
- public static int Base_Widget_AppCompat_SearchView = 0x7f16009f;
- public static int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f1600a0;
- public static int Base_Widget_AppCompat_SeekBar = 0x7f1600a1;
- public static int Base_Widget_AppCompat_SeekBar_Discrete = 0x7f1600a2;
- public static int Base_Widget_AppCompat_Spinner = 0x7f1600a3;
- public static int Base_Widget_AppCompat_Spinner_Underlined = 0x7f1600a4;
- public static int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f1600a5;
- public static int Base_Widget_AppCompat_Toolbar = 0x7f1600a6;
- public static int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f1600a7;
- public static int Base_Widget_Design_AppBarLayout = 0x7f1600a8;
- public static int Base_Widget_Design_TabLayout = 0x7f1600a9;
- public static int CardView = 0x7f1600aa;
- public static int CardView_Dark = 0x7f1600ab;
- public static int CardView_Light = 0x7f1600ac;
- public static int DialogNoAnimation = 0x7f1600ad;
- public static int DialogWindowTitle = 0x7f1600ae;
- public static int Material = 0x7f1600af;
- public static int MaterialSpinner = 0x7f1600b0;
- public static int Material_App = 0x7f1600b1;
- public static int Material_App_BottomSheetDialog = 0x7f1600b2;
- public static int Material_App_Dialog = 0x7f1600b3;
- public static int Material_App_Dialog_DatePicker = 0x7f1600b4;
- public static int Material_App_Dialog_DatePicker_Light = 0x7f1600b5;
- public static int Material_App_Dialog_Light = 0x7f1600b6;
- public static int Material_App_Dialog_Simple = 0x7f1600b7;
- public static int Material_App_Dialog_Simple_Light = 0x7f1600b8;
- public static int Material_App_Dialog_TimePicker = 0x7f1600b9;
- public static int Material_App_Dialog_TimePicker_Light = 0x7f1600ba;
- public static int Material_Drawable = 0x7f1600bb;
- public static int Material_Drawable_CheckBox = 0x7f1600bc;
- public static int Material_Drawable_CircularProgress = 0x7f1600bd;
- public static int Material_Drawable_CircularProgress_Determinate = 0x7f1600be;
- public static int Material_Drawable_LinearProgress = 0x7f1600bf;
- public static int Material_Drawable_LinearProgress_Buffer = 0x7f1600c0;
- public static int Material_Drawable_LinearProgress_Determinate = 0x7f1600c1;
- public static int Material_Drawable_LinearProgress_Query = 0x7f1600c2;
- public static int Material_Drawable_NavigationDrawer = 0x7f1600c3;
- public static int Material_Drawable_NavigationDrawerIcon = 0x7f1600c4;
- public static int Material_Drawable_NavigationDrawerIcon_Light = 0x7f1600c5;
- public static int Material_Drawable_NavigationDrawer_Light = 0x7f1600c6;
- public static int Material_Drawable_RadioButton = 0x7f1600c7;
- public static int Material_Drawable_Ripple = 0x7f1600c8;
- public static int Material_Drawable_Ripple_Touch = 0x7f1600c9;
- public static int Material_Drawable_Ripple_Touch_Light = 0x7f1600ca;
- public static int Material_Drawable_Ripple_Touch_MatchView = 0x7f1600cb;
- public static int Material_Drawable_Ripple_Touch_MatchView_Light = 0x7f1600cc;
- public static int Material_Drawable_Ripple_Wave = 0x7f1600cd;
- public static int Material_Drawable_Ripple_Wave_Light = 0x7f1600ce;
- public static int Material_TextAppearance = 0x7f1600cf;
- public static int Material_TextAppearance_SimpleDialog = 0x7f1600d0;
- public static int Material_TextAppearance_SimpleDialog_Light = 0x7f1600d1;
- public static int Material_Widget = 0x7f1600d2;
- public static int Material_Widget_DatePicker = 0x7f1600d3;
- public static int Material_Widget_DatePicker_Light = 0x7f1600d4;
- public static int Material_Widget_EditText = 0x7f1600d5;
- public static int Material_Widget_EditText_Light = 0x7f1600d6;
- public static int Material_Widget_FloatingActionButton = 0x7f1600d7;
- public static int Material_Widget_FloatingActionButton_Light = 0x7f1600d8;
- public static int Material_Widget_FloatingActionButton_Mini = 0x7f1600d9;
- public static int Material_Widget_FloatingActionButton_Mini_Light = 0x7f1600da;
- public static int Material_Widget_ProgressView = 0x7f1600db;
- public static int Material_Widget_ProgressView_Circular = 0x7f1600dc;
- public static int Material_Widget_ProgressView_Circular_Determinate = 0x7f1600dd;
- public static int Material_Widget_ProgressView_Linear = 0x7f1600de;
- public static int Material_Widget_ProgressView_Linear_Buffer = 0x7f1600df;
- public static int Material_Widget_ProgressView_Linear_Determinate = 0x7f1600e0;
- public static int Material_Widget_ProgressView_Linear_Query = 0x7f1600e1;
- public static int Material_Widget_Slider = 0x7f1600e2;
- public static int Material_Widget_Slider_Discrete = 0x7f1600e3;
- public static int Material_Widget_SnackBar = 0x7f1600e4;
- public static int Material_Widget_SnackBar_Mobile = 0x7f1600e5;
- public static int Material_Widget_SnackBar_Mobile_MultiLine = 0x7f1600e6;
- public static int Material_Widget_SnackBar_Tablet = 0x7f1600e7;
- public static int Material_Widget_SnackBar_Tablet_MultiLine = 0x7f1600e8;
- public static int Material_Widget_Spinner = 0x7f1600e9;
- public static int Material_Widget_Spinner_Light = 0x7f1600ea;
- public static int Material_Widget_Switch = 0x7f1600eb;
- public static int Material_Widget_TabPageIndicator = 0x7f1600ec;
- public static int Material_Widget_TabPageIndicator_Fixed = 0x7f1600ed;
- public static int Material_Widget_TabPageIndicator_Fixed_Light = 0x7f1600ee;
- public static int Material_Widget_TabPageIndicator_Light = 0x7f1600ef;
- public static int Material_Widget_TimePicker = 0x7f1600f0;
- public static int Material_Widget_TimePicker_Light = 0x7f1600f1;
- public static int Material_Widget_YearPicker = 0x7f1600f2;
- public static int Material_Widget_YearPicker_Light = 0x7f1600f3;
- public static int Platform_AppCompat = 0x7f1600f4;
- public static int Platform_AppCompat_Light = 0x7f1600f5;
- public static int Platform_ThemeOverlay_AppCompat = 0x7f1600f6;
- public static int Platform_ThemeOverlay_AppCompat_Dark = 0x7f1600f7;
- public static int Platform_ThemeOverlay_AppCompat_Light = 0x7f1600f8;
- public static int Platform_V11_AppCompat = 0x7f1600f9;
- public static int Platform_V11_AppCompat_Light = 0x7f1600fa;
- public static int Platform_V14_AppCompat = 0x7f1600fb;
- public static int Platform_V14_AppCompat_Light = 0x7f1600fc;
- public static int Platform_V21_AppCompat = 0x7f1600fd;
- public static int Platform_V21_AppCompat_Light = 0x7f1600fe;
- public static int Platform_V25_AppCompat = 0x7f1600ff;
- public static int Platform_V25_AppCompat_Light = 0x7f160100;
- public static int Platform_Widget_AppCompat_Spinner = 0x7f160101;
- public static int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f160102;
- public static int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f160103;
- public static int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f160104;
- public static int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f160105;
- public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f160106;
- public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f160107;
- public static int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f160108;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f160109;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f16010a;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f16010b;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f16010c;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f16010d;
- public static int RtlUnderlay_Widget_AppCompat_ActionButton = 0x7f16010e;
- public static int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 0x7f16010f;
- public static int TextAppearance_AppCompat = 0x7f160110;
- public static int TextAppearance_AppCompat_Body1 = 0x7f160111;
- public static int TextAppearance_AppCompat_Body2 = 0x7f160112;
- public static int TextAppearance_AppCompat_Button = 0x7f160113;
- public static int TextAppearance_AppCompat_Caption = 0x7f160114;
- public static int TextAppearance_AppCompat_Display1 = 0x7f160115;
- public static int TextAppearance_AppCompat_Display2 = 0x7f160116;
- public static int TextAppearance_AppCompat_Display3 = 0x7f160117;
- public static int TextAppearance_AppCompat_Display4 = 0x7f160118;
- public static int TextAppearance_AppCompat_Headline = 0x7f160119;
- public static int TextAppearance_AppCompat_Inverse = 0x7f16011a;
- public static int TextAppearance_AppCompat_Large = 0x7f16011b;
- public static int TextAppearance_AppCompat_Large_Inverse = 0x7f16011c;
- public static int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f16011d;
- public static int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f16011e;
- public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f16011f;
- public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f160120;
- public static int TextAppearance_AppCompat_Medium = 0x7f160121;
- public static int TextAppearance_AppCompat_Medium_Inverse = 0x7f160122;
- public static int TextAppearance_AppCompat_Menu = 0x7f160123;
- public static int TextAppearance_AppCompat_Notification = 0x7f160124;
- public static int TextAppearance_AppCompat_Notification_Info = 0x7f160125;
- public static int TextAppearance_AppCompat_Notification_Info_Media = 0x7f160126;
- public static int TextAppearance_AppCompat_Notification_Line2 = 0x7f160127;
- public static int TextAppearance_AppCompat_Notification_Line2_Media = 0x7f160128;
- public static int TextAppearance_AppCompat_Notification_Media = 0x7f160129;
- public static int TextAppearance_AppCompat_Notification_Time = 0x7f16012a;
- public static int TextAppearance_AppCompat_Notification_Time_Media = 0x7f16012b;
- public static int TextAppearance_AppCompat_Notification_Title = 0x7f16012c;
- public static int TextAppearance_AppCompat_Notification_Title_Media = 0x7f16012d;
- public static int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f16012e;
- public static int TextAppearance_AppCompat_SearchResult_Title = 0x7f16012f;
- public static int TextAppearance_AppCompat_Small = 0x7f160130;
- public static int TextAppearance_AppCompat_Small_Inverse = 0x7f160131;
- public static int TextAppearance_AppCompat_Subhead = 0x7f160132;
- public static int TextAppearance_AppCompat_Subhead_Inverse = 0x7f160133;
- public static int TextAppearance_AppCompat_Title = 0x7f160134;
- public static int TextAppearance_AppCompat_Title_Inverse = 0x7f160135;
- public static int TextAppearance_AppCompat_Tooltip = 0x7f160136;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f160137;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f160138;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f160139;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f16013a;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f16013b;
- public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f16013c;
- public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f16013d;
- public static int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f16013e;
- public static int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f16013f;
- public static int TextAppearance_AppCompat_Widget_Button = 0x7f160140;
- public static int TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f160141;
- public static int TextAppearance_AppCompat_Widget_Button_Colored = 0x7f160142;
- public static int TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f160143;
- public static int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f160144;
- public static int TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f160145;
- public static int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f160146;
- public static int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f160147;
- public static int TextAppearance_AppCompat_Widget_Switch = 0x7f160148;
- public static int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f160149;
- public static int TextAppearance_Compat_Notification = 0x7f16014a;
- public static int TextAppearance_Compat_Notification_Info = 0x7f16014b;
- public static int TextAppearance_Compat_Notification_Info_Media = 0x7f16014c;
- public static int TextAppearance_Compat_Notification_Line2 = 0x7f16014d;
- public static int TextAppearance_Compat_Notification_Line2_Media = 0x7f16014e;
- public static int TextAppearance_Compat_Notification_Media = 0x7f16014f;
- public static int TextAppearance_Compat_Notification_Time = 0x7f160150;
- public static int TextAppearance_Compat_Notification_Time_Media = 0x7f160151;
- public static int TextAppearance_Compat_Notification_Title = 0x7f160152;
- public static int TextAppearance_Compat_Notification_Title_Media = 0x7f160153;
- public static int TextAppearance_Design_CollapsingToolbar_Expanded = 0x7f160154;
- public static int TextAppearance_Design_Counter = 0x7f160155;
- public static int TextAppearance_Design_Counter_Overflow = 0x7f160156;
- public static int TextAppearance_Design_Error = 0x7f160157;
- public static int TextAppearance_Design_Hint = 0x7f160158;
- public static int TextAppearance_Design_Snackbar_Message = 0x7f160159;
- public static int TextAppearance_Design_Tab = 0x7f16015a;
- public static int TextAppearance_StatusBar_EventContent = 0x7f16015b;
- public static int TextAppearance_StatusBar_EventContent_Info = 0x7f16015c;
- public static int TextAppearance_StatusBar_EventContent_Line2 = 0x7f16015d;
- public static int TextAppearance_StatusBar_EventContent_Time = 0x7f16015e;
- public static int TextAppearance_StatusBar_EventContent_Title = 0x7f16015f;
- public static int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f160160;
- public static int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f160161;
- public static int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f160162;
- public static int ThemeOverlay_AppCompat = 0x7f160163;
- public static int ThemeOverlay_AppCompat_ActionBar = 0x7f160164;
- public static int ThemeOverlay_AppCompat_Dark = 0x7f160165;
- public static int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f160166;
- public static int ThemeOverlay_AppCompat_Dialog = 0x7f160167;
- public static int ThemeOverlay_AppCompat_Dialog_Alert = 0x7f160168;
- public static int ThemeOverlay_AppCompat_Light = 0x7f160169;
- public static int Theme_AppCompat = 0x7f16016a;
- public static int Theme_AppCompat_CompactMenu = 0x7f16016b;
- public static int Theme_AppCompat_DayNight = 0x7f16016c;
- public static int Theme_AppCompat_DayNight_DarkActionBar = 0x7f16016d;
- public static int Theme_AppCompat_DayNight_Dialog = 0x7f16016e;
- public static int Theme_AppCompat_DayNight_DialogWhenLarge = 0x7f16016f;
- public static int Theme_AppCompat_DayNight_Dialog_Alert = 0x7f160170;
- public static int Theme_AppCompat_DayNight_Dialog_MinWidth = 0x7f160171;
- public static int Theme_AppCompat_DayNight_NoActionBar = 0x7f160172;
- public static int Theme_AppCompat_Dialog = 0x7f160173;
- public static int Theme_AppCompat_DialogWhenLarge = 0x7f160174;
- public static int Theme_AppCompat_Dialog_Alert = 0x7f160175;
- public static int Theme_AppCompat_Dialog_MinWidth = 0x7f160176;
- public static int Theme_AppCompat_Light = 0x7f160177;
- public static int Theme_AppCompat_Light_DarkActionBar = 0x7f160178;
- public static int Theme_AppCompat_Light_Dialog = 0x7f160179;
- public static int Theme_AppCompat_Light_DialogWhenLarge = 0x7f16017a;
- public static int Theme_AppCompat_Light_Dialog_Alert = 0x7f16017b;
- public static int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f16017c;
- public static int Theme_AppCompat_Light_NoActionBar = 0x7f16017d;
- public static int Theme_AppCompat_NoActionBar = 0x7f16017e;
- public static int Theme_Design = 0x7f16017f;
- public static int Theme_Design_BottomSheetDialog = 0x7f160180;
- public static int Theme_Design_Light = 0x7f160181;
- public static int Theme_Design_Light_BottomSheetDialog = 0x7f160182;
- public static int Theme_Design_Light_NoActionBar = 0x7f160183;
- public static int Theme_Design_NoActionBar = 0x7f160184;
- public static int Widget_AppCompat_ActionBar = 0x7f160185;
- public static int Widget_AppCompat_ActionBar_Solid = 0x7f160186;
- public static int Widget_AppCompat_ActionBar_TabBar = 0x7f160187;
- public static int Widget_AppCompat_ActionBar_TabText = 0x7f160188;
- public static int Widget_AppCompat_ActionBar_TabView = 0x7f160189;
- public static int Widget_AppCompat_ActionButton = 0x7f16018a;
- public static int Widget_AppCompat_ActionButton_CloseMode = 0x7f16018b;
- public static int Widget_AppCompat_ActionButton_Overflow = 0x7f16018c;
- public static int Widget_AppCompat_ActionMode = 0x7f16018d;
- public static int Widget_AppCompat_ActivityChooserView = 0x7f16018e;
- public static int Widget_AppCompat_AutoCompleteTextView = 0x7f16018f;
- public static int Widget_AppCompat_Button = 0x7f160190;
- public static int Widget_AppCompat_ButtonBar = 0x7f160191;
- public static int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f160192;
- public static int Widget_AppCompat_Button_Borderless = 0x7f160193;
- public static int Widget_AppCompat_Button_Borderless_Colored = 0x7f160194;
- public static int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f160195;
- public static int Widget_AppCompat_Button_Colored = 0x7f160196;
- public static int Widget_AppCompat_Button_Small = 0x7f160197;
- public static int Widget_AppCompat_CompoundButton_CheckBox = 0x7f160198;
- public static int Widget_AppCompat_CompoundButton_RadioButton = 0x7f160199;
- public static int Widget_AppCompat_CompoundButton_Switch = 0x7f16019a;
- public static int Widget_AppCompat_DrawerArrowToggle = 0x7f16019b;
- public static int Widget_AppCompat_DropDownItem_Spinner = 0x7f16019c;
- public static int Widget_AppCompat_EditText = 0x7f16019d;
- public static int Widget_AppCompat_ImageButton = 0x7f16019e;
- public static int Widget_AppCompat_Light_ActionBar = 0x7f16019f;
- public static int Widget_AppCompat_Light_ActionBar_Solid = 0x7f1601a0;
- public static int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f1601a1;
- public static int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f1601a2;
- public static int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f1601a3;
- public static int Widget_AppCompat_Light_ActionBar_TabText = 0x7f1601a4;
- public static int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f1601a5;
- public static int Widget_AppCompat_Light_ActionBar_TabView = 0x7f1601a6;
- public static int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f1601a7;
- public static int Widget_AppCompat_Light_ActionButton = 0x7f1601a8;
- public static int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f1601a9;
- public static int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f1601aa;
- public static int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f1601ab;
- public static int Widget_AppCompat_Light_ActivityChooserView = 0x7f1601ac;
- public static int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f1601ad;
- public static int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f1601ae;
- public static int Widget_AppCompat_Light_ListPopupWindow = 0x7f1601af;
- public static int Widget_AppCompat_Light_ListView_DropDown = 0x7f1601b0;
- public static int Widget_AppCompat_Light_PopupMenu = 0x7f1601b1;
- public static int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f1601b2;
- public static int Widget_AppCompat_Light_SearchView = 0x7f1601b3;
- public static int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f1601b4;
- public static int Widget_AppCompat_ListMenuView = 0x7f1601b5;
- public static int Widget_AppCompat_ListPopupWindow = 0x7f1601b6;
- public static int Widget_AppCompat_ListView = 0x7f1601b7;
- public static int Widget_AppCompat_ListView_DropDown = 0x7f1601b8;
- public static int Widget_AppCompat_ListView_Menu = 0x7f1601b9;
- public static int Widget_AppCompat_PopupMenu = 0x7f1601ba;
- public static int Widget_AppCompat_PopupMenu_Overflow = 0x7f1601bb;
- public static int Widget_AppCompat_PopupWindow = 0x7f1601bc;
- public static int Widget_AppCompat_ProgressBar = 0x7f1601bd;
- public static int Widget_AppCompat_ProgressBar_Horizontal = 0x7f1601be;
- public static int Widget_AppCompat_RatingBar = 0x7f1601bf;
- public static int Widget_AppCompat_RatingBar_Indicator = 0x7f1601c0;
- public static int Widget_AppCompat_RatingBar_Small = 0x7f1601c1;
- public static int Widget_AppCompat_SearchView = 0x7f1601c2;
- public static int Widget_AppCompat_SearchView_ActionBar = 0x7f1601c3;
- public static int Widget_AppCompat_SeekBar = 0x7f1601c4;
- public static int Widget_AppCompat_SeekBar_Discrete = 0x7f1601c5;
- public static int Widget_AppCompat_Spinner = 0x7f1601c6;
- public static int Widget_AppCompat_Spinner_DropDown = 0x7f1601c7;
- public static int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f1601c8;
- public static int Widget_AppCompat_Spinner_Underlined = 0x7f1601c9;
- public static int Widget_AppCompat_TextView_SpinnerItem = 0x7f1601ca;
- public static int Widget_AppCompat_Toolbar = 0x7f1601cb;
- public static int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f1601cc;
- public static int Widget_Compat_NotificationActionContainer = 0x7f1601cd;
- public static int Widget_Compat_NotificationActionText = 0x7f1601ce;
- public static int Widget_Design_AppBarLayout = 0x7f1601cf;
- public static int Widget_Design_BottomNavigationView = 0x7f1601d0;
- public static int Widget_Design_BottomSheet_Modal = 0x7f1601d1;
- public static int Widget_Design_CollapsingToolbar = 0x7f1601d2;
- public static int Widget_Design_CoordinatorLayout = 0x7f1601d3;
- public static int Widget_Design_FloatingActionButton = 0x7f1601d4;
- public static int Widget_Design_NavigationView = 0x7f1601d5;
- public static int Widget_Design_ScrimInsetsFrameLayout = 0x7f1601d6;
- public static int Widget_Design_Snackbar = 0x7f1601d7;
- public static int Widget_Design_TabLayout = 0x7f1601d8;
- public static int Widget_Design_TextInputLayout = 0x7f1601d9;
- public static int myDialog = 0x7f1601da;
- public static int myDialogTitle = 0x7f1601db;
- }
- public static final class styleable {
- public static int[] ActionBar = { 0x7f040032, 0x7f040033, 0x7f040034, 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b, 0x7f040098, 0x7f0400c2, 0x7f0400c3, 0x7f0400eb, 0x7f040131, 0x7f040132, 0x7f040137, 0x7f040138, 0x7f040139, 0x7f04013e, 0x7f040144, 0x7f04016e, 0x7f040185, 0x7f040197, 0x7f04019b, 0x7f04019c, 0x7f04022a, 0x7f04022d, 0x7f040261, 0x7f04026b };
- public static int ActionBar_background = 0;
- public static int ActionBar_backgroundSplit = 1;
- public static int ActionBar_backgroundStacked = 2;
- public static int ActionBar_contentInsetEnd = 3;
- public static int ActionBar_contentInsetEndWithActions = 4;
- public static int ActionBar_contentInsetLeft = 5;
- public static int ActionBar_contentInsetRight = 6;
- public static int ActionBar_contentInsetStart = 7;
- public static int ActionBar_contentInsetStartWithNavigation = 8;
- public static int ActionBar_customNavigationLayout = 9;
- public static int ActionBar_displayOptions = 10;
- public static int ActionBar_divider = 11;
- public static int ActionBar_elevation = 12;
- public static int ActionBar_height = 13;
- public static int ActionBar_hideOnContentScroll = 14;
- public static int ActionBar_homeAsUpIndicator = 15;
- public static int ActionBar_homeLayout = 16;
- public static int ActionBar_icon = 17;
- public static int ActionBar_indeterminateProgressStyle = 18;
- public static int ActionBar_itemPadding = 19;
- public static int ActionBar_logo = 20;
- public static int ActionBar_navigationMode = 21;
- public static int ActionBar_popupTheme = 22;
- public static int ActionBar_progressBarPadding = 23;
- public static int ActionBar_progressBarStyle = 24;
- public static int ActionBar_subtitle = 25;
- public static int ActionBar_subtitleTextStyle = 26;
- public static int ActionBar_title = 27;
- public static int ActionBar_titleTextStyle = 28;
- public static int[] ActionBarLayout = { 0x010100b3 };
- public static int ActionBarLayout_android_layout_gravity = 0;
- public static int[] ActionMenuItemView = { 0x0101013f };
- public static int ActionMenuItemView_android_minWidth = 0;
- public static int[] ActionMode = { 0x7f040032, 0x7f040033, 0x7f040064, 0x7f040131, 0x7f04022d, 0x7f04026b };
- public static int ActionMode_background = 0;
- public static int ActionMode_backgroundSplit = 1;
- public static int ActionMode_closeItemLayout = 2;
- public static int ActionMode_height = 3;
- public static int ActionMode_subtitleTextStyle = 4;
- public static int ActionMode_titleTextStyle = 5;
- public static int[] ActivityChooserView = { 0x7f04010b, 0x7f04013f };
- public static int ActivityChooserView_expandActivityOverflowButtonDrawable = 0;
- public static int ActivityChooserView_initialActivityCount = 1;
- public static int[] AlertDialog = { 0x010100f2, 0x7f04004e, 0x7f040156, 0x7f040157, 0x7f040182, 0x7f0401f0, 0x7f0401f1 };
- public static int AlertDialog_android_layout = 0;
- public static int AlertDialog_buttonPanelSideLayout = 1;
- public static int AlertDialog_listItemLayout = 2;
- public static int AlertDialog_listLayout = 3;
- public static int AlertDialog_multiChoiceItemLayout = 4;
- public static int AlertDialog_showTitle = 5;
- public static int AlertDialog_singleChoiceItemLayout = 6;
- public static int[] AppBarLayout = { 0x010100d4, 0x01010540, 0x0101048f, 0x7f0400eb, 0x7f04010c };
- public static int AppBarLayout_android_background = 0;
- public static int AppBarLayout_android_keyboardNavigationCluster = 1;
- public static int AppBarLayout_android_touchscreenBlocksFocus = 2;
- public static int AppBarLayout_elevation = 3;
- public static int AppBarLayout_expanded = 4;
- public static int[] AppBarLayoutStates = { 0x7f040224, 0x7f040225 };
- public static int AppBarLayoutStates_state_collapsed = 0;
- public static int AppBarLayoutStates_state_collapsible = 1;
- public static int[] AppBarLayout_Layout = { 0x7f040152, 0x7f040153 };
- public static int AppBarLayout_Layout_layout_scrollFlags = 0;
- public static int AppBarLayout_Layout_layout_scrollInterpolator = 1;
- public static int[] AppCompatImageView = { 0x01010119, 0x7f040221, 0x7f04025f, 0x7f040260 };
- public static int AppCompatImageView_android_src = 0;
- public static int AppCompatImageView_srcCompat = 1;
- public static int AppCompatImageView_tint = 2;
- public static int AppCompatImageView_tintMode = 3;
- public static int[] AppCompatSeekBar = { 0x01010142, 0x7f04025c, 0x7f04025d, 0x7f04025e };
- public static int AppCompatSeekBar_android_thumb = 0;
- public static int AppCompatSeekBar_tickMark = 1;
- public static int AppCompatSeekBar_tickMarkTint = 2;
- public static int AppCompatSeekBar_tickMarkTintMode = 3;
- public static int[] AppCompatTextHelper = { 0x0101016e, 0x01010393, 0x0101016f, 0x01010170, 0x01010392, 0x0101016d, 0x01010034 };
- public static int AppCompatTextHelper_android_drawableBottom = 0;
- public static int AppCompatTextHelper_android_drawableEnd = 1;
- public static int AppCompatTextHelper_android_drawableLeft = 2;
- public static int AppCompatTextHelper_android_drawableRight = 3;
- public static int AppCompatTextHelper_android_drawableStart = 4;
- public static int AppCompatTextHelper_android_drawableTop = 5;
- public static int AppCompatTextHelper_android_textAppearance = 6;
- public static int[] AppCompatTextView = { 0x01010034, 0x7f04002d, 0x7f04002e, 0x7f04002f, 0x7f040030, 0x7f040031, 0x7f040124, 0x7f04024b };
- public static int AppCompatTextView_android_textAppearance = 0;
- public static int AppCompatTextView_autoSizeMaxTextSize = 1;
- public static int AppCompatTextView_autoSizeMinTextSize = 2;
- public static int AppCompatTextView_autoSizePresetSizes = 3;
- public static int AppCompatTextView_autoSizeStepGranularity = 4;
- public static int AppCompatTextView_autoSizeTextType = 5;
- public static int AppCompatTextView_fontFamily = 6;
- public static int AppCompatTextView_textAllCaps = 7;
- public static int[] AppCompatTheme = { 0x7f040001, 0x7f040002, 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f04000d, 0x7f04000f, 0x7f040010, 0x7f040011, 0x7f040012, 0x7f040013, 0x7f040014, 0x7f040015, 0x7f040016, 0x7f040017, 0x7f040018, 0x7f040019, 0x7f04001a, 0x7f04001b, 0x7f04001c, 0x7f04001d, 0x7f04001e, 0x7f04001f, 0x7f040022, 0x7f040023, 0x7f040024, 0x7f040025, 0x7f040026, 0x010100ae, 0x01010057, 0x7f04002c, 0x7f04003e, 0x7f040048, 0x7f040049, 0x7f04004a, 0x7f04004b, 0x7f04004c, 0x7f04004f, 0x7f040050, 0x7f040061, 0x7f040062, 0x7f04006a, 0x7f04006b, 0x7f04006c, 0x7f04006d, 0x7f04006e, 0x7f04006f, 0x7f040070, 0x7f040071, 0x7f040072, 0x7f040073, 0x7f040082, 0x7f0400c0, 0x7f0400c1, 0x7f0400c4, 0x7f0400c6, 0x7f0400e6, 0x7f0400e7, 0x7f0400e8, 0x7f0400e9, 0x7f0400ea, 0x7f040137, 0x7f04013d, 0x7f040154, 0x7f040155, 0x7f040158, 0x7f040159, 0x7f04015a, 0x7f04015b, 0x7f04015c, 0x7f04015d, 0x7f04015e, 0x7f04018e, 0x7f04018f, 0x7f040190, 0x7f040196, 0x7f040198, 0x7f0401a5, 0x7f0401a6, 0x7f0401a7, 0x7f0401a8, 0x7f0401e9, 0x7f0401ea, 0x7f0401eb, 0x7f0401ec, 0x7f040209, 0x7f04020a, 0x7f040239, 0x7f04024c, 0x7f04024d, 0x7f04024e, 0x7f04024f, 0x7f040250, 0x7f040251, 0x7f040252, 0x7f040253, 0x7f040254, 0x7f040256, 0x7f04026d, 0x7f04026e, 0x7f04026f, 0x7f040270, 0x7f040297, 0x7f040298, 0x7f040299, 0x7f04029a, 0x7f04029b, 0x7f04029c, 0x7f04029d, 0x7f04029e, 0x7f04029f, 0x7f0402a0 };
- public static int AppCompatTheme_actionBarDivider = 0;
- public static int AppCompatTheme_actionBarItemBackground = 1;
- public static int AppCompatTheme_actionBarPopupTheme = 2;
- public static int AppCompatTheme_actionBarSize = 3;
- public static int AppCompatTheme_actionBarSplitStyle = 4;
- public static int AppCompatTheme_actionBarStyle = 5;
- public static int AppCompatTheme_actionBarTabBarStyle = 6;
- public static int AppCompatTheme_actionBarTabStyle = 7;
- public static int AppCompatTheme_actionBarTabTextStyle = 8;
- public static int AppCompatTheme_actionBarTheme = 9;
- public static int AppCompatTheme_actionBarWidgetTheme = 10;
- public static int AppCompatTheme_actionButtonStyle = 11;
- public static int AppCompatTheme_actionDropDownStyle = 12;
- public static int AppCompatTheme_actionMenuTextAppearance = 13;
- public static int AppCompatTheme_actionMenuTextColor = 14;
- public static int AppCompatTheme_actionModeBackground = 15;
- public static int AppCompatTheme_actionModeCloseButtonStyle = 16;
- public static int AppCompatTheme_actionModeCloseDrawable = 17;
- public static int AppCompatTheme_actionModeCopyDrawable = 18;
- public static int AppCompatTheme_actionModeCutDrawable = 19;
- public static int AppCompatTheme_actionModeFindDrawable = 20;
- public static int AppCompatTheme_actionModePasteDrawable = 21;
- public static int AppCompatTheme_actionModePopupWindowStyle = 22;
- public static int AppCompatTheme_actionModeSelectAllDrawable = 23;
- public static int AppCompatTheme_actionModeShareDrawable = 24;
- public static int AppCompatTheme_actionModeSplitBackground = 25;
- public static int AppCompatTheme_actionModeStyle = 26;
- public static int AppCompatTheme_actionModeWebSearchDrawable = 27;
- public static int AppCompatTheme_actionOverflowButtonStyle = 28;
- public static int AppCompatTheme_actionOverflowMenuStyle = 29;
- public static int AppCompatTheme_activityChooserViewStyle = 30;
- public static int AppCompatTheme_alertDialogButtonGroupStyle = 31;
- public static int AppCompatTheme_alertDialogCenterButtons = 32;
- public static int AppCompatTheme_alertDialogStyle = 33;
- public static int AppCompatTheme_alertDialogTheme = 34;
- public static int AppCompatTheme_android_windowAnimationStyle = 35;
- public static int AppCompatTheme_android_windowIsFloating = 36;
- public static int AppCompatTheme_autoCompleteTextViewStyle = 37;
- public static int AppCompatTheme_borderlessButtonStyle = 38;
- public static int AppCompatTheme_buttonBarButtonStyle = 39;
- public static int AppCompatTheme_buttonBarNegativeButtonStyle = 40;
- public static int AppCompatTheme_buttonBarNeutralButtonStyle = 41;
- public static int AppCompatTheme_buttonBarPositiveButtonStyle = 42;
- public static int AppCompatTheme_buttonBarStyle = 43;
- public static int AppCompatTheme_buttonStyle = 44;
- public static int AppCompatTheme_buttonStyleSmall = 45;
- public static int AppCompatTheme_checkboxStyle = 46;
- public static int AppCompatTheme_checkedTextViewStyle = 47;
- public static int AppCompatTheme_colorAccent = 48;
- public static int AppCompatTheme_colorBackgroundFloating = 49;
- public static int AppCompatTheme_colorButtonNormal = 50;
- public static int AppCompatTheme_colorControlActivated = 51;
- public static int AppCompatTheme_colorControlHighlight = 52;
- public static int AppCompatTheme_colorControlNormal = 53;
- public static int AppCompatTheme_colorError = 54;
- public static int AppCompatTheme_colorPrimary = 55;
- public static int AppCompatTheme_colorPrimaryDark = 56;
- public static int AppCompatTheme_colorSwitchThumbNormal = 57;
- public static int AppCompatTheme_controlBackground = 58;
- public static int AppCompatTheme_dialogPreferredPadding = 59;
- public static int AppCompatTheme_dialogTheme = 60;
- public static int AppCompatTheme_dividerHorizontal = 61;
- public static int AppCompatTheme_dividerVertical = 62;
- public static int AppCompatTheme_dropDownListViewStyle = 63;
- public static int AppCompatTheme_dropdownListPreferredItemHeight = 64;
- public static int AppCompatTheme_editTextBackground = 65;
- public static int AppCompatTheme_editTextColor = 66;
- public static int AppCompatTheme_editTextStyle = 67;
- public static int AppCompatTheme_homeAsUpIndicator = 68;
- public static int AppCompatTheme_imageButtonStyle = 69;
- public static int AppCompatTheme_listChoiceBackgroundIndicator = 70;
- public static int AppCompatTheme_listDividerAlertDialog = 71;
- public static int AppCompatTheme_listMenuViewStyle = 72;
- public static int AppCompatTheme_listPopupWindowStyle = 73;
- public static int AppCompatTheme_listPreferredItemHeight = 74;
- public static int AppCompatTheme_listPreferredItemHeightLarge = 75;
- public static int AppCompatTheme_listPreferredItemHeightSmall = 76;
- public static int AppCompatTheme_listPreferredItemPaddingLeft = 77;
- public static int AppCompatTheme_listPreferredItemPaddingRight = 78;
- public static int AppCompatTheme_panelBackground = 79;
- public static int AppCompatTheme_panelMenuListTheme = 80;
- public static int AppCompatTheme_panelMenuListWidth = 81;
- public static int AppCompatTheme_popupMenuStyle = 82;
- public static int AppCompatTheme_popupWindowStyle = 83;
- public static int AppCompatTheme_radioButtonStyle = 84;
- public static int AppCompatTheme_ratingBarStyle = 85;
- public static int AppCompatTheme_ratingBarStyleIndicator = 86;
- public static int AppCompatTheme_ratingBarStyleSmall = 87;
- public static int AppCompatTheme_searchViewStyle = 88;
- public static int AppCompatTheme_seekBarStyle = 89;
- public static int AppCompatTheme_selectableItemBackground = 90;
- public static int AppCompatTheme_selectableItemBackgroundBorderless = 91;
- public static int AppCompatTheme_spinnerDropDownItemStyle = 92;
- public static int AppCompatTheme_spinnerStyle = 93;
- public static int AppCompatTheme_switchStyle = 94;
- public static int AppCompatTheme_textAppearanceLargePopupMenu = 95;
- public static int AppCompatTheme_textAppearanceListItem = 96;
- public static int AppCompatTheme_textAppearanceListItemSecondary = 97;
- public static int AppCompatTheme_textAppearanceListItemSmall = 98;
- public static int AppCompatTheme_textAppearancePopupMenuHeader = 99;
- public static int AppCompatTheme_textAppearanceSearchResultSubtitle = 100;
- public static int AppCompatTheme_textAppearanceSearchResultTitle = 101;
- public static int AppCompatTheme_textAppearanceSmallPopupMenu = 102;
- public static int AppCompatTheme_textColorAlertDialogListItem = 103;
- public static int AppCompatTheme_textColorSearchUrl = 104;
- public static int AppCompatTheme_toolbarNavigationButtonStyle = 105;
- public static int AppCompatTheme_toolbarStyle = 106;
- public static int AppCompatTheme_tooltipForegroundColor = 107;
- public static int AppCompatTheme_tooltipFrameBackground = 108;
- public static int AppCompatTheme_windowActionBar = 109;
- public static int AppCompatTheme_windowActionBarOverlay = 110;
- public static int AppCompatTheme_windowActionModeOverlay = 111;
- public static int AppCompatTheme_windowFixedHeightMajor = 112;
- public static int AppCompatTheme_windowFixedHeightMinor = 113;
- public static int AppCompatTheme_windowFixedWidthMajor = 114;
- public static int AppCompatTheme_windowFixedWidthMinor = 115;
- public static int AppCompatTheme_windowMinWidthMajor = 116;
- public static int AppCompatTheme_windowMinWidthMinor = 117;
- public static int AppCompatTheme_windowNoTitle = 118;
- public static int[] AutoCompleteTextView = { 0x01010172, 0x01010174, 0x01010263, 0x01010283, 0x010102ac, 0x010102ad, 0x01010262, 0x01010176 };
- public static int AutoCompleteTextView_android_completionHint = 0;
- public static int AutoCompleteTextView_android_completionThreshold = 1;
- public static int AutoCompleteTextView_android_dropDownAnchor = 2;
- public static int AutoCompleteTextView_android_dropDownHeight = 3;
- public static int AutoCompleteTextView_android_dropDownHorizontalOffset = 4;
- public static int AutoCompleteTextView_android_dropDownVerticalOffset = 5;
- public static int AutoCompleteTextView_android_dropDownWidth = 6;
- public static int AutoCompleteTextView_android_popupBackground = 7;
- public static int[] BottomNavigationView = { 0x7f0400eb, 0x7f040142, 0x7f040143, 0x7f040146, 0x7f040181 };
- public static int BottomNavigationView_elevation = 0;
- public static int BottomNavigationView_itemBackground = 1;
- public static int BottomNavigationView_itemIconTint = 2;
- public static int BottomNavigationView_itemTextColor = 3;
- public static int BottomNavigationView_menu = 4;
- public static int[] BottomSheetBehavior_Layout = { 0x7f040039, 0x7f04003b, 0x7f04003c };
- public static int BottomSheetBehavior_Layout_behavior_hideable = 0;
- public static int BottomSheetBehavior_Layout_behavior_peekHeight = 1;
- public static int BottomSheetBehavior_Layout_behavior_skipCollapsed = 2;
- public static int[] BottomSheetDialog = { 0x010100f5, 0x7f040041, 0x7f040042, 0x7f040043, 0x7f040044, 0x7f040045, 0x7f040046, 0x7f040047 };
- public static int BottomSheetDialog_android_layout_height = 0;
- public static int BottomSheetDialog_bsd_cancelable = 1;
- public static int BottomSheetDialog_bsd_canceledOnTouchOutside = 2;
- public static int BottomSheetDialog_bsd_dimAmount = 3;
- public static int BottomSheetDialog_bsd_inDuration = 4;
- public static int BottomSheetDialog_bsd_inInterpolator = 5;
- public static int BottomSheetDialog_bsd_outDuration = 6;
- public static int BottomSheetDialog_bsd_outInterpolator = 7;
- public static int[] ButtonBarLayout = { 0x7f040027 };
- public static int ButtonBarLayout_allowStacking = 0;
- public static int[] CardView = { 0x7f040053, 0x7f040054, 0x7f040055, 0x7f040056, 0x7f040057, 0x7f040058, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f04007f, 0x7f040080 };
- public static int CardView_cardBackgroundColor = 0;
- public static int CardView_cardCornerRadius = 1;
- public static int CardView_cardElevation = 2;
- public static int CardView_cardMaxElevation = 3;
- public static int CardView_cardPreventCornerOverlap = 4;
- public static int CardView_cardUseCompatPadding = 5;
- public static int CardView_contentPadding = 6;
- public static int CardView_contentPaddingBottom = 7;
- public static int CardView_contentPaddingLeft = 8;
- public static int CardView_contentPaddingRight = 9;
- public static int CardView_contentPaddingTop = 10;
- public static int[] CheckBoxDrawable = { 0x7f040059, 0x7f04005a, 0x7f04005b, 0x7f04005c, 0x7f04005d, 0x7f04005e, 0x7f04005f, 0x7f040060 };
- public static int CheckBoxDrawable_cbd_animDuration = 0;
- public static int CheckBoxDrawable_cbd_boxSize = 1;
- public static int CheckBoxDrawable_cbd_cornerRadius = 2;
- public static int CheckBoxDrawable_cbd_height = 3;
- public static int CheckBoxDrawable_cbd_strokeColor = 4;
- public static int CheckBoxDrawable_cbd_strokeSize = 5;
- public static int CheckBoxDrawable_cbd_tickColor = 6;
- public static int CheckBoxDrawable_cbd_width = 7;
- public static int[] CircularProgressDrawable = { 0x7f040087, 0x7f040088, 0x7f040089, 0x7f04008a, 0x7f04008b, 0x7f04008c, 0x7f04008d, 0x7f04008e, 0x7f04008f, 0x7f040090, 0x7f040091, 0x7f040092, 0x7f040093, 0x7f040094, 0x7f040095, 0x7f040096, 0x7f040097, 0x7f04019f, 0x7f0401a0, 0x7f0401a2 };
- public static int CircularProgressDrawable_cpd_inAnimDuration = 0;
- public static int CircularProgressDrawable_cpd_inStepColors = 1;
- public static int CircularProgressDrawable_cpd_inStepPercent = 2;
- public static int CircularProgressDrawable_cpd_initialAngle = 3;
- public static int CircularProgressDrawable_cpd_keepDuration = 4;
- public static int CircularProgressDrawable_cpd_maxSweepAngle = 5;
- public static int CircularProgressDrawable_cpd_minSweepAngle = 6;
- public static int CircularProgressDrawable_cpd_outAnimDuration = 7;
- public static int CircularProgressDrawable_cpd_padding = 8;
- public static int CircularProgressDrawable_cpd_reverse = 9;
- public static int CircularProgressDrawable_cpd_rotateDuration = 10;
- public static int CircularProgressDrawable_cpd_strokeColor = 11;
- public static int CircularProgressDrawable_cpd_strokeColors = 12;
- public static int CircularProgressDrawable_cpd_strokeSecondaryColor = 13;
- public static int CircularProgressDrawable_cpd_strokeSize = 14;
- public static int CircularProgressDrawable_cpd_transformDuration = 15;
- public static int CircularProgressDrawable_cpd_transformInterpolator = 16;
- public static int CircularProgressDrawable_pv_progress = 17;
- public static int CircularProgressDrawable_pv_progressMode = 18;
- public static int CircularProgressDrawable_pv_secondaryProgress = 19;
- public static int[] CollapsingToolbarLayout = { 0x7f040067, 0x7f040068, 0x7f040081, 0x7f04010d, 0x7f04010e, 0x7f04010f, 0x7f040110, 0x7f040111, 0x7f040112, 0x7f040113, 0x7f0401e5, 0x7f0401e6, 0x7f040227, 0x7f040261, 0x7f040262, 0x7f04026c };
- public static int CollapsingToolbarLayout_collapsedTitleGravity = 0;
- public static int CollapsingToolbarLayout_collapsedTitleTextAppearance = 1;
- public static int CollapsingToolbarLayout_contentScrim = 2;
- public static int CollapsingToolbarLayout_expandedTitleGravity = 3;
- public static int CollapsingToolbarLayout_expandedTitleMargin = 4;
- public static int CollapsingToolbarLayout_expandedTitleMarginBottom = 5;
- public static int CollapsingToolbarLayout_expandedTitleMarginEnd = 6;
- public static int CollapsingToolbarLayout_expandedTitleMarginStart = 7;
- public static int CollapsingToolbarLayout_expandedTitleMarginTop = 8;
- public static int CollapsingToolbarLayout_expandedTitleTextAppearance = 9;
- public static int CollapsingToolbarLayout_scrimAnimationDuration = 10;
- public static int CollapsingToolbarLayout_scrimVisibleHeightTrigger = 11;
- public static int CollapsingToolbarLayout_statusBarScrim = 12;
- public static int CollapsingToolbarLayout_title = 13;
- public static int CollapsingToolbarLayout_titleEnabled = 14;
- public static int CollapsingToolbarLayout_toolbarId = 15;
- public static int[] CollapsingToolbarLayout_Layout = { 0x7f04014d, 0x7f04014e };
- public static int CollapsingToolbarLayout_Layout_layout_collapseMode = 0;
- public static int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier = 1;
- public static int[] ColorStateListItem = { 0x7f040028, 0x0101031f, 0x010101a5 };
- public static int ColorStateListItem_alpha = 0;
- public static int ColorStateListItem_android_alpha = 1;
- public static int ColorStateListItem_android_color = 2;
- public static int[] CompoundButton = { 0x01010107, 0x7f040051, 0x7f040052 };
- public static int CompoundButton_android_button = 0;
- public static int CompoundButton_buttonTint = 1;
- public static int CompoundButton_buttonTintMode = 2;
- public static int[] CoordinatorLayout = { 0x7f040147, 0x7f040226 };
- public static int CoordinatorLayout_keylines = 0;
- public static int CoordinatorLayout_statusBarBackground = 1;
- public static int[] CoordinatorLayout_Layout = { 0x010100b3, 0x7f04014a, 0x7f04014b, 0x7f04014c, 0x7f04014f, 0x7f040150, 0x7f040151 };
- public static int CoordinatorLayout_Layout_android_layout_gravity = 0;
- public static int CoordinatorLayout_Layout_layout_anchor = 1;
- public static int CoordinatorLayout_Layout_layout_anchorGravity = 2;
- public static int CoordinatorLayout_Layout_layout_behavior = 3;
- public static int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4;
- public static int CoordinatorLayout_Layout_layout_insetEdge = 5;
- public static int CoordinatorLayout_Layout_layout_keyline = 6;
- public static int[] DatePicker = { 0x010100d5, 0x010100d9, 0x010100d6, 0x010100d8, 0x010100d7, 0x7f0400c7, 0x7f0400c8, 0x7f0400c9, 0x7f0400ca, 0x7f0400cb, 0x7f0400cc, 0x7f0400d3, 0x7f0400d4, 0x7f0400d5, 0x7f0400d6, 0x7f0400d7, 0x7f0400d8, 0x7f0400d9, 0x7f0400da, 0x7f0400dc, 0x7f0400dd, 0x7f0400de, 0x7f0400df, 0x7f0400e1, 0x7f0400e2 };
- public static int DatePicker_android_padding = 0;
- public static int DatePicker_android_paddingBottom = 1;
- public static int DatePicker_android_paddingLeft = 2;
- public static int DatePicker_android_paddingRight = 3;
- public static int DatePicker_android_paddingTop = 4;
- public static int DatePicker_dp_animDuration = 5;
- public static int DatePicker_dp_day = 6;
- public static int DatePicker_dp_dayMax = 7;
- public static int DatePicker_dp_dayMin = 8;
- public static int DatePicker_dp_dayTextSize = 9;
- public static int DatePicker_dp_fontFamily = 10;
- public static int DatePicker_dp_inInterpolator = 11;
- public static int DatePicker_dp_month = 12;
- public static int DatePicker_dp_monthMax = 13;
- public static int DatePicker_dp_monthMin = 14;
- public static int DatePicker_dp_outInterpolator = 15;
- public static int DatePicker_dp_selectionColor = 16;
- public static int DatePicker_dp_textColor = 17;
- public static int DatePicker_dp_textDisableColor = 18;
- public static int DatePicker_dp_textHighlightColor = 19;
- public static int DatePicker_dp_textLabelColor = 20;
- public static int DatePicker_dp_textStyle = 21;
- public static int DatePicker_dp_year = 22;
- public static int DatePicker_dp_yearMax = 23;
- public static int DatePicker_dp_yearMin = 24;
- public static int[] DatePickerDialog = { 0x7f0400cd, 0x7f0400ce, 0x7f0400cf, 0x7f0400d0, 0x7f0400d1, 0x7f0400d2, 0x7f0400db };
- public static int DatePickerDialog_dp_headerPrimaryColor = 0;
- public static int DatePickerDialog_dp_headerPrimaryHeight = 1;
- public static int DatePickerDialog_dp_headerPrimaryTextSize = 2;
- public static int DatePickerDialog_dp_headerSecondaryColor = 3;
- public static int DatePickerDialog_dp_headerSecondaryHeight = 4;
- public static int DatePickerDialog_dp_headerSecondaryTextSize = 5;
- public static int DatePickerDialog_dp_textHeaderColor = 6;
- public static int[] DesignTheme = { 0x7f04003f, 0x7f040040, 0x7f040255 };
- public static int DesignTheme_bottomSheetDialogTheme = 0;
- public static int DesignTheme_bottomSheetStyle = 1;
- public static int DesignTheme_textColorError = 2;
- public static int[] Dialog = { 0x010100f5, 0x010100f4, 0x7f04009a, 0x7f04009b, 0x7f04009c, 0x7f04009d, 0x7f04009e, 0x7f04009f, 0x7f0400a0, 0x7f0400a2, 0x7f0400a3, 0x7f0400a4, 0x7f0400a5, 0x7f0400a6, 0x7f0400a7, 0x7f0400aa, 0x7f0400ab, 0x7f0400ac, 0x7f0400ad, 0x7f0400b0, 0x7f0400b1, 0x7f0400b2, 0x7f0400b3, 0x7f0400b4, 0x7f0400b5, 0x7f0400b6, 0x7f0400b7, 0x7f0400b8, 0x7f0400b9, 0x7f0400ba, 0x7f0400bb, 0x7f0400bc, 0x7f0400be, 0x7f0400bf };
- public static int Dialog_android_layout_height = 0;
- public static int Dialog_android_layout_width = 1;
- public static int Dialog_di_actionBackground = 2;
- public static int Dialog_di_actionRipple = 3;
- public static int Dialog_di_actionTextAppearance = 4;
- public static int Dialog_di_actionTextColor = 5;
- public static int Dialog_di_backgroundColor = 6;
- public static int Dialog_di_cancelable = 7;
- public static int Dialog_di_canceledOnTouchOutside = 8;
- public static int Dialog_di_cornerRadius = 9;
- public static int Dialog_di_dimAmount = 10;
- public static int Dialog_di_dividerColor = 11;
- public static int Dialog_di_dividerHeight = 12;
- public static int Dialog_di_elevation = 13;
- public static int Dialog_di_inAnimation = 14;
- public static int Dialog_di_layoutDirection = 15;
- public static int Dialog_di_maxElevation = 16;
- public static int Dialog_di_maxHeight = 17;
- public static int Dialog_di_maxWidth = 18;
- public static int Dialog_di_negativeActionBackground = 19;
- public static int Dialog_di_negativeActionRipple = 20;
- public static int Dialog_di_negativeActionTextAppearance = 21;
- public static int Dialog_di_negativeActionTextColor = 22;
- public static int Dialog_di_neutralActionBackground = 23;
- public static int Dialog_di_neutralActionRipple = 24;
- public static int Dialog_di_neutralActionTextAppearance = 25;
- public static int Dialog_di_neutralActionTextColor = 26;
- public static int Dialog_di_outAnimation = 27;
- public static int Dialog_di_positiveActionBackground = 28;
- public static int Dialog_di_positiveActionRipple = 29;
- public static int Dialog_di_positiveActionTextAppearance = 30;
- public static int Dialog_di_positiveActionTextColor = 31;
- public static int Dialog_di_titleTextAppearance = 32;
- public static int Dialog_di_titleTextColor = 33;
- public static int[] DrawerArrowToggle = { 0x7f04002a, 0x7f04002b, 0x7f040037, 0x7f040069, 0x7f0400e4, 0x7f04012e, 0x7f040208, 0x7f040258 };
- public static int DrawerArrowToggle_arrowHeadLength = 0;
- public static int DrawerArrowToggle_arrowShaftLength = 1;
- public static int DrawerArrowToggle_barLength = 2;
- public static int DrawerArrowToggle_color = 3;
- public static int DrawerArrowToggle_drawableSize = 4;
- public static int DrawerArrowToggle_gapBetweenBars = 5;
- public static int DrawerArrowToggle_spinBars = 6;
- public static int DrawerArrowToggle_thickness = 7;
- public static int[] EditText = { 0x7f0400ee, 0x7f0400ef, 0x7f0400f0, 0x7f0400f1, 0x7f0400f2, 0x7f0400f3, 0x7f0400f4, 0x7f0400f5, 0x7f0400f6, 0x7f0400f7, 0x7f0400f8, 0x7f0400f9, 0x7f0400fa, 0x7f0400fb, 0x7f0400fc, 0x7f0400fd, 0x7f0400fe, 0x7f0400ff, 0x7f040100, 0x7f040101, 0x7f040102, 0x7f040103, 0x7f040104, 0x7f040105, 0x7f040106, 0x7f040107, 0x7f040108, 0x7f040109, 0x7f04010a };
- public static int EditText_et_autoCompleteMode = 0;
- public static int EditText_et_dividerAnimDuration = 1;
- public static int EditText_et_dividerColor = 2;
- public static int EditText_et_dividerCompoundPadding = 3;
- public static int EditText_et_dividerErrorColor = 4;
- public static int EditText_et_dividerHeight = 5;
- public static int EditText_et_dividerPadding = 6;
- public static int EditText_et_error = 7;
- public static int EditText_et_helper = 8;
- public static int EditText_et_inputId = 9;
- public static int EditText_et_labelEllipsize = 10;
- public static int EditText_et_labelEnable = 11;
- public static int EditText_et_labelInAnim = 12;
- public static int EditText_et_labelOutAnim = 13;
- public static int EditText_et_labelPadding = 14;
- public static int EditText_et_labelTextAppearance = 15;
- public static int EditText_et_labelTextColor = 16;
- public static int EditText_et_labelTextSize = 17;
- public static int EditText_et_supportEllipsize = 18;
- public static int EditText_et_supportLines = 19;
- public static int EditText_et_supportMaxChars = 20;
- public static int EditText_et_supportMaxLines = 21;
- public static int EditText_et_supportMode = 22;
- public static int EditText_et_supportPadding = 23;
- public static int EditText_et_supportSingleLine = 24;
- public static int EditText_et_supportTextAppearance = 25;
- public static int EditText_et_supportTextColor = 26;
- public static int EditText_et_supportTextErrorColor = 27;
- public static int EditText_et_supportTextSize = 28;
- public static int[] FloatingActionButton = { 0x7f040035, 0x7f040036, 0x7f04003d, 0x7f0400eb, 0x7f040114, 0x7f040115, 0x7f040116, 0x7f040117, 0x7f040118, 0x7f040119, 0x7f04011a, 0x7f04011b, 0x7f04011c, 0x7f04011d, 0x7f04019a, 0x7f0401c7, 0x7f040294 };
- public static int FloatingActionButton_backgroundTint = 0;
- public static int FloatingActionButton_backgroundTintMode = 1;
- public static int FloatingActionButton_borderWidth = 2;
- public static int FloatingActionButton_elevation = 3;
- public static int FloatingActionButton_fabSize = 4;
- public static int FloatingActionButton_fab_animDuration = 5;
- public static int FloatingActionButton_fab_backgroundAnimDuration = 6;
- public static int FloatingActionButton_fab_backgroundColor = 7;
- public static int FloatingActionButton_fab_elevation = 8;
- public static int FloatingActionButton_fab_iconLineMorphing = 9;
- public static int FloatingActionButton_fab_iconSize = 10;
- public static int FloatingActionButton_fab_iconSrc = 11;
- public static int FloatingActionButton_fab_interpolator = 12;
- public static int FloatingActionButton_fab_radius = 13;
- public static int FloatingActionButton_pressedTranslationZ = 14;
- public static int FloatingActionButton_rippleColor = 15;
- public static int FloatingActionButton_useCompatPadding = 16;
- public static int[] FloatingActionButton_Behavior_Layout = { 0x7f040038 };
- public static int FloatingActionButton_Behavior_Layout_behavior_autoHide = 0;
- public static int[] FontFamily = { 0x7f040125, 0x7f040126, 0x7f040127, 0x7f040128, 0x7f040129, 0x7f04012a };
- public static int FontFamily_fontProviderAuthority = 0;
- public static int FontFamily_fontProviderCerts = 1;
- public static int FontFamily_fontProviderFetchStrategy = 2;
- public static int FontFamily_fontProviderFetchTimeout = 3;
- public static int FontFamily_fontProviderPackage = 4;
- public static int FontFamily_fontProviderQuery = 5;
- public static int[] FontFamilyFont = { 0x7f040123, 0x7f04012b, 0x7f04012c };
- public static int FontFamilyFont_font = 0;
- public static int FontFamilyFont_fontStyle = 1;
- public static int FontFamilyFont_fontWeight = 2;
- public static int[] ForegroundLinearLayout = { 0x01010109, 0x01010200, 0x7f04012d };
- public static int ForegroundLinearLayout_android_foreground = 0;
- public static int ForegroundLinearLayout_android_foregroundGravity = 1;
- public static int ForegroundLinearLayout_foregroundInsidePadding = 2;
- public static int[] LineMorphingDrawable = { 0x7f04015f, 0x7f040160, 0x7f040161, 0x7f040162, 0x7f040163, 0x7f040164, 0x7f040165, 0x7f040166, 0x7f040167, 0x7f040168, 0x7f040169, 0x7f04016a, 0x7f04016b, 0x7f04016c, 0x7f04016d };
- public static int LineMorphingDrawable_lmd_animDuration = 0;
- public static int LineMorphingDrawable_lmd_clockwise = 1;
- public static int LineMorphingDrawable_lmd_curState = 2;
- public static int LineMorphingDrawable_lmd_interpolator = 3;
- public static int LineMorphingDrawable_lmd_layoutDirection = 4;
- public static int LineMorphingDrawable_lmd_padding = 5;
- public static int LineMorphingDrawable_lmd_paddingBottom = 6;
- public static int LineMorphingDrawable_lmd_paddingLeft = 7;
- public static int LineMorphingDrawable_lmd_paddingRight = 8;
- public static int LineMorphingDrawable_lmd_paddingTop = 9;
- public static int LineMorphingDrawable_lmd_state = 10;
- public static int LineMorphingDrawable_lmd_strokeCap = 11;
- public static int LineMorphingDrawable_lmd_strokeColor = 12;
- public static int LineMorphingDrawable_lmd_strokeJoin = 13;
- public static int LineMorphingDrawable_lmd_strokeSize = 14;
- public static int[] LinearLayoutCompat = { 0x01010126, 0x01010127, 0x010100af, 0x010100c4, 0x01010128, 0x7f0400c3, 0x7f0400c5, 0x7f040180, 0x7f0401ee };
- public static int LinearLayoutCompat_android_baselineAligned = 0;
- public static int LinearLayoutCompat_android_baselineAlignedChildIndex = 1;
- public static int LinearLayoutCompat_android_gravity = 2;
- public static int LinearLayoutCompat_android_orientation = 3;
- public static int LinearLayoutCompat_android_weightSum = 4;
- public static int LinearLayoutCompat_divider = 5;
- public static int LinearLayoutCompat_dividerPadding = 6;
- public static int LinearLayoutCompat_measureWithLargestChild = 7;
- public static int LinearLayoutCompat_showDividers = 8;
- public static int[] LinearLayoutCompat_Layout = { 0x010100b3, 0x010100f5, 0x01010181, 0x010100f4 };
- public static int LinearLayoutCompat_Layout_android_layout_gravity = 0;
- public static int LinearLayoutCompat_Layout_android_layout_height = 1;
- public static int LinearLayoutCompat_Layout_android_layout_weight = 2;
- public static int LinearLayoutCompat_Layout_android_layout_width = 3;
- public static int[] LinearProgressDrawable = { 0x7f040170, 0x7f040171, 0x7f040172, 0x7f040173, 0x7f040174, 0x7f040175, 0x7f040176, 0x7f040177, 0x7f040178, 0x7f040179, 0x7f04017a, 0x7f04017b, 0x7f04017c, 0x7f04017d, 0x7f04019f, 0x7f0401a0, 0x7f0401a2 };
- public static int LinearProgressDrawable_lpd_inAnimDuration = 0;
- public static int LinearProgressDrawable_lpd_keepDuration = 1;
- public static int LinearProgressDrawable_lpd_maxLineWidth = 2;
- public static int LinearProgressDrawable_lpd_minLineWidth = 3;
- public static int LinearProgressDrawable_lpd_outAnimDuration = 4;
- public static int LinearProgressDrawable_lpd_reverse = 5;
- public static int LinearProgressDrawable_lpd_strokeColor = 6;
- public static int LinearProgressDrawable_lpd_strokeColors = 7;
- public static int LinearProgressDrawable_lpd_strokeSecondaryColor = 8;
- public static int LinearProgressDrawable_lpd_strokeSize = 9;
- public static int LinearProgressDrawable_lpd_transformDuration = 10;
- public static int LinearProgressDrawable_lpd_transformInterpolator = 11;
- public static int LinearProgressDrawable_lpd_travelDuration = 12;
- public static int LinearProgressDrawable_lpd_verticalAlign = 13;
- public static int LinearProgressDrawable_pv_progress = 14;
- public static int LinearProgressDrawable_pv_progressMode = 15;
- public static int LinearProgressDrawable_pv_secondaryProgress = 16;
- public static int[] ListPopupWindow = { 0x010102ac, 0x010102ad };
- public static int ListPopupWindow_android_dropDownHorizontalOffset = 0;
- public static int ListPopupWindow_android_dropDownVerticalOffset = 1;
- public static int[] MenuGroup = { 0x010101e0, 0x0101000e, 0x010100d0, 0x010101de, 0x010101df, 0x01010194 };
- public static int MenuGroup_android_checkableBehavior = 0;
- public static int MenuGroup_android_enabled = 1;
- public static int MenuGroup_android_id = 2;
- public static int MenuGroup_android_menuCategory = 3;
- public static int MenuGroup_android_orderInCategory = 4;
- public static int MenuGroup_android_visible = 5;
- public static int[] MenuItem = { 0x7f04000e, 0x7f040020, 0x7f040021, 0x7f040029, 0x010101e3, 0x010101e5, 0x01010106, 0x0101000e, 0x01010002, 0x010100d0, 0x010101de, 0x010101e4, 0x0101026f, 0x010101df, 0x010101e1, 0x010101e2, 0x01010194, 0x7f040075, 0x7f04013a, 0x7f04013b, 0x7f040188, 0x7f0401ed, 0x7f040271 };
- public static int MenuItem_actionLayout = 0;
- public static int MenuItem_actionProviderClass = 1;
- public static int MenuItem_actionViewClass = 2;
- public static int MenuItem_alphabeticModifiers = 3;
- public static int MenuItem_android_alphabeticShortcut = 4;
- public static int MenuItem_android_checkable = 5;
- public static int MenuItem_android_checked = 6;
- public static int MenuItem_android_enabled = 7;
- public static int MenuItem_android_icon = 8;
- public static int MenuItem_android_id = 9;
- public static int MenuItem_android_menuCategory = 10;
- public static int MenuItem_android_numericShortcut = 11;
- public static int MenuItem_android_onClick = 12;
- public static int MenuItem_android_orderInCategory = 13;
- public static int MenuItem_android_title = 14;
- public static int MenuItem_android_titleCondensed = 15;
- public static int MenuItem_android_visible = 16;
- public static int MenuItem_contentDescription = 17;
- public static int MenuItem_iconTint = 18;
- public static int MenuItem_iconTintMode = 19;
- public static int MenuItem_numericModifiers = 20;
- public static int MenuItem_showAsAction = 21;
- public static int MenuItem_tooltipText = 22;
- public static int[] MenuView = { 0x0101012f, 0x0101012d, 0x01010130, 0x01010131, 0x0101012c, 0x0101012e, 0x010100ae, 0x7f040199, 0x7f040228 };
- public static int MenuView_android_headerBackground = 0;
- public static int MenuView_android_horizontalDivider = 1;
- public static int MenuView_android_itemBackground = 2;
- public static int MenuView_android_itemIconDisabledAlpha = 3;
- public static int MenuView_android_itemTextAppearance = 4;
- public static int MenuView_android_verticalDivider = 5;
- public static int MenuView_android_windowAnimationStyle = 6;
- public static int MenuView_preserveIconSpacing = 7;
- public static int MenuView_subMenuArrow = 8;
- public static int[] MultiSpinnerSearch = { 0x7f040135 };
- public static int MultiSpinnerSearch_hintText = 0;
- public static int[] NavigationDrawerDrawable = { 0x7f040186, 0x7f040187 };
- public static int NavigationDrawerDrawable_nd_icon = 0;
- public static int NavigationDrawerDrawable_nd_ripple = 1;
- public static int[] NavigationView = { 0x010100d4, 0x010100dd, 0x0101011f, 0x7f0400eb, 0x7f040130, 0x7f040142, 0x7f040143, 0x7f040145, 0x7f040146, 0x7f040181 };
- public static int NavigationView_android_background = 0;
- public static int NavigationView_android_fitsSystemWindows = 1;
- public static int NavigationView_android_maxWidth = 2;
- public static int NavigationView_elevation = 3;
- public static int NavigationView_headerLayout = 4;
- public static int NavigationView_itemBackground = 5;
- public static int NavigationView_itemIconTint = 6;
- public static int NavigationView_itemTextAppearance = 7;
- public static int NavigationView_itemTextColor = 8;
- public static int NavigationView_menu = 9;
- public static int[] PopupWindow = { 0x010102c9, 0x01010176, 0x7f040189 };
- public static int PopupWindow_android_popupAnimationStyle = 0;
- public static int PopupWindow_android_popupBackground = 1;
- public static int PopupWindow_overlapAnchor = 2;
- public static int[] PopupWindowBackgroundState = { 0x7f040223 };
- public static int PopupWindowBackgroundState_state_above_anchor = 0;
- public static int[] ProgressView = { 0x7f04019d, 0x7f04019e, 0x7f04019f, 0x7f0401a0, 0x7f0401a1, 0x7f0401a2 };
- public static int ProgressView_pv_autostart = 0;
- public static int ProgressView_pv_circular = 1;
- public static int ProgressView_pv_progress = 2;
- public static int ProgressView_pv_progressMode = 3;
- public static int ProgressView_pv_progressStyle = 4;
- public static int ProgressView_pv_secondaryProgress = 5;
- public static int[] RadioButtonDrawable = { 0x7f0401a9, 0x7f0401aa, 0x7f0401ab, 0x7f0401ac, 0x7f0401ad, 0x7f0401ae, 0x7f0401af };
- public static int RadioButtonDrawable_rbd_animDuration = 0;
- public static int RadioButtonDrawable_rbd_height = 1;
- public static int RadioButtonDrawable_rbd_innerRadius = 2;
- public static int RadioButtonDrawable_rbd_radius = 3;
- public static int RadioButtonDrawable_rbd_strokeColor = 4;
- public static int RadioButtonDrawable_rbd_strokeSize = 5;
- public static int RadioButtonDrawable_rbd_width = 6;
- public static int[] RecycleListView = { 0x7f04018a, 0x7f04018d };
- public static int RecycleListView_paddingBottomNoButtons = 0;
- public static int RecycleListView_paddingTopNoTitle = 1;
- public static int[] RecyclerView = { 0x010100f1, 0x010100c4, 0x7f04011e, 0x7f04011f, 0x7f040120, 0x7f040121, 0x7f040122, 0x7f040149, 0x7f0401c6, 0x7f040207, 0x7f040222 };
- public static int RecyclerView_android_descendantFocusability = 0;
- public static int RecyclerView_android_orientation = 1;
- public static int RecyclerView_fastScrollEnabled = 2;
- public static int RecyclerView_fastScrollHorizontalThumbDrawable = 3;
- public static int RecyclerView_fastScrollHorizontalTrackDrawable = 4;
- public static int RecyclerView_fastScrollVerticalThumbDrawable = 5;
- public static int RecyclerView_fastScrollVerticalTrackDrawable = 6;
- public static int RecyclerView_layoutManager = 7;
- public static int RecyclerView_reverseLayout = 8;
- public static int RecyclerView_spanCount = 9;
- public static int RecyclerView_stackFromEnd = 10;
- public static int[] RippleDrawable = { 0x7f0401b0, 0x7f0401b1, 0x7f0401b2, 0x7f0401b3, 0x7f0401b4, 0x7f0401b5, 0x7f0401b6, 0x7f0401b8, 0x7f0401b9, 0x7f0401ba, 0x7f0401bb, 0x7f0401bc, 0x7f0401bd, 0x7f0401be, 0x7f0401bf, 0x7f0401c0, 0x7f0401c1, 0x7f0401c3, 0x7f0401c4, 0x7f0401c5 };
- public static int RippleDrawable_rd_backgroundAnimDuration = 0;
- public static int RippleDrawable_rd_backgroundColor = 1;
- public static int RippleDrawable_rd_bottomLeftCornerRadius = 2;
- public static int RippleDrawable_rd_bottomPadding = 3;
- public static int RippleDrawable_rd_bottomRightCornerRadius = 4;
- public static int RippleDrawable_rd_cornerRadius = 5;
- public static int RippleDrawable_rd_delayClick = 6;
- public static int RippleDrawable_rd_inInterpolator = 7;
- public static int RippleDrawable_rd_leftPadding = 8;
- public static int RippleDrawable_rd_maskType = 9;
- public static int RippleDrawable_rd_maxRippleRadius = 10;
- public static int RippleDrawable_rd_outInterpolator = 11;
- public static int RippleDrawable_rd_padding = 12;
- public static int RippleDrawable_rd_rightPadding = 13;
- public static int RippleDrawable_rd_rippleAnimDuration = 14;
- public static int RippleDrawable_rd_rippleColor = 15;
- public static int RippleDrawable_rd_rippleType = 16;
- public static int RippleDrawable_rd_topLeftCornerRadius = 17;
- public static int RippleDrawable_rd_topPadding = 18;
- public static int RippleDrawable_rd_topRightCornerRadius = 19;
- public static int[] RippleView = { 0x7f0401b7, 0x7f0401c2 };
- public static int RippleView_rd_enable = 0;
- public static int RippleView_rd_style = 1;
- public static int[] ScrimInsetsFrameLayout = { 0x7f040140 };
- public static int ScrimInsetsFrameLayout_insetForeground = 0;
- public static int[] ScrollingViewBehavior_Layout = { 0x7f04003a };
- public static int ScrollingViewBehavior_Layout_behavior_overlapTop = 0;
- public static int[] SearchView = { 0x010100da, 0x01010264, 0x01010220, 0x0101011f, 0x7f040063, 0x7f040074, 0x7f040099, 0x7f04012f, 0x7f04013c, 0x7f040148, 0x7f0401a3, 0x7f0401a4, 0x7f0401e7, 0x7f0401e8, 0x7f040229, 0x7f04022e, 0x7f040296 };
- public static int SearchView_android_focusable = 0;
- public static int SearchView_android_imeOptions = 1;
- public static int SearchView_android_inputType = 2;
- public static int SearchView_android_maxWidth = 3;
- public static int SearchView_closeIcon = 4;
- public static int SearchView_commitIcon = 5;
- public static int SearchView_defaultQueryHint = 6;
- public static int SearchView_goIcon = 7;
- public static int SearchView_iconifiedByDefault = 8;
- public static int SearchView_layout = 9;
- public static int SearchView_queryBackground = 10;
- public static int SearchView_queryHint = 11;
- public static int SearchView_searchHintIcon = 12;
- public static int SearchView_searchIcon = 13;
- public static int SearchView_submitBackground = 14;
- public static int SearchView_suggestionRowLayout = 15;
- public static int SearchView_voiceIcon = 16;
- public static int[] SimpleDialog = { 0x7f0400a1, 0x7f0400a8, 0x7f0400a9, 0x7f0400ae, 0x7f0400af, 0x7f0400bd };
- public static int SimpleDialog_di_checkBoxStyle = 0;
- public static int SimpleDialog_di_itemHeight = 1;
- public static int SimpleDialog_di_itemTextAppearance = 2;
- public static int SimpleDialog_di_messageTextAppearance = 3;
- public static int SimpleDialog_di_messageTextColor = 4;
- public static int SimpleDialog_di_radioButtonStyle = 5;
- public static int[] Slider = { 0x0101000e, 0x010100af, 0x7f0401f2, 0x7f0401f3, 0x7f0401f4, 0x7f0401f5, 0x7f0401f6, 0x7f0401f7, 0x7f0401f8, 0x7f0401f9, 0x7f0401fa, 0x7f0401fb, 0x7f0401fc, 0x7f0401fd, 0x7f0401fe, 0x7f0401ff, 0x7f040200, 0x7f040201, 0x7f040202, 0x7f040203, 0x7f040204, 0x7f040205, 0x7f040206 };
- public static int Slider_android_enabled = 0;
- public static int Slider_android_gravity = 1;
- public static int Slider_sl_alwaysFillThumb = 2;
- public static int Slider_sl_baselineOffset = 3;
- public static int Slider_sl_discreteMode = 4;
- public static int Slider_sl_fontFamily = 5;
- public static int Slider_sl_interpolator = 6;
- public static int Slider_sl_maxValue = 7;
- public static int Slider_sl_minValue = 8;
- public static int Slider_sl_primaryColor = 9;
- public static int Slider_sl_secondaryColor = 10;
- public static int Slider_sl_stepValue = 11;
- public static int Slider_sl_textColor = 12;
- public static int Slider_sl_textSize = 13;
- public static int Slider_sl_textStyle = 14;
- public static int Slider_sl_thumbBorderSize = 15;
- public static int Slider_sl_thumbFocusRadius = 16;
- public static int Slider_sl_thumbRadius = 17;
- public static int Slider_sl_trackCap = 18;
- public static int Slider_sl_trackSize = 19;
- public static int Slider_sl_transformAnimDuration = 20;
- public static int Slider_sl_travelAnimDuration = 21;
- public static int Slider_sl_value = 22;
- public static int[] SnackBar = { 0x7f0401c8, 0x7f0401c9, 0x7f0401ca, 0x7f0401cb, 0x7f0401cc, 0x7f0401cd, 0x7f0401ce, 0x7f0401cf, 0x7f0401d0, 0x7f0401d1, 0x7f0401d2, 0x7f0401d3, 0x7f0401d4, 0x7f0401d5, 0x7f0401d6, 0x7f0401d7, 0x7f0401d8, 0x7f0401d9, 0x7f0401da, 0x7f0401db, 0x7f0401dc, 0x7f0401dd, 0x7f0401de, 0x7f0401df, 0x7f0401e0, 0x7f0401e1, 0x7f0401e2, 0x7f0401e3, 0x7f0401e4 };
- public static int SnackBar_sb_actionRipple = 0;
- public static int SnackBar_sb_actionText = 1;
- public static int SnackBar_sb_actionTextAppearance = 2;
- public static int SnackBar_sb_actionTextColor = 3;
- public static int SnackBar_sb_actionTextSize = 4;
- public static int SnackBar_sb_backgroundColor = 5;
- public static int SnackBar_sb_backgroundCornerRadius = 6;
- public static int SnackBar_sb_duration = 7;
- public static int SnackBar_sb_ellipsize = 8;
- public static int SnackBar_sb_height = 9;
- public static int SnackBar_sb_horizontalPadding = 10;
- public static int SnackBar_sb_inAnimation = 11;
- public static int SnackBar_sb_lines = 12;
- public static int SnackBar_sb_marginBottom = 13;
- public static int SnackBar_sb_marginStart = 14;
- public static int SnackBar_sb_maxHeight = 15;
- public static int SnackBar_sb_maxLines = 16;
- public static int SnackBar_sb_maxWidth = 17;
- public static int SnackBar_sb_minHeight = 18;
- public static int SnackBar_sb_minWidth = 19;
- public static int SnackBar_sb_outAnimation = 20;
- public static int SnackBar_sb_removeOnDismiss = 21;
- public static int SnackBar_sb_singleLine = 22;
- public static int SnackBar_sb_text = 23;
- public static int SnackBar_sb_textAppearance = 24;
- public static int SnackBar_sb_textColor = 25;
- public static int SnackBar_sb_textSize = 26;
- public static int SnackBar_sb_verticalPadding = 27;
- public static int SnackBar_sb_width = 28;
- public static int[] SnackbarLayout = { 0x0101011f, 0x7f0400eb, 0x7f04017e };
- public static int SnackbarLayout_android_maxWidth = 0;
- public static int SnackbarLayout_elevation = 1;
- public static int SnackbarLayout_maxActionInlineWidth = 2;
- public static int[] Spinner = { 0x01010262, 0x010100b2, 0x010100af, 0x01010140, 0x0101013f, 0x01010176, 0x0101017b, 0x7f040197, 0x7f04020c, 0x7f04020d, 0x7f04020e, 0x7f04020f, 0x7f040210, 0x7f040211, 0x7f040212, 0x7f040213, 0x7f040214, 0x7f040215, 0x7f040216, 0x7f040217, 0x7f040218, 0x7f040219, 0x7f04021a, 0x7f04021b, 0x7f04021c, 0x7f04021d, 0x7f04021e, 0x7f04021f, 0x7f040220 };
- public static int Spinner_android_dropDownWidth = 0;
- public static int Spinner_android_entries = 1;
- public static int Spinner_android_gravity = 2;
- public static int Spinner_android_minHeight = 3;
- public static int Spinner_android_minWidth = 4;
- public static int Spinner_android_popupBackground = 5;
- public static int Spinner_android_prompt = 6;
- public static int Spinner_popupTheme = 7;
- public static int Spinner_spn_arrowAnimClockwise = 8;
- public static int Spinner_spn_arrowAnimDuration = 9;
- public static int Spinner_spn_arrowColor = 10;
- public static int Spinner_spn_arrowInterpolator = 11;
- public static int Spinner_spn_arrowPadding = 12;
- public static int Spinner_spn_arrowSize = 13;
- public static int Spinner_spn_arrowSwitchMode = 14;
- public static int Spinner_spn_disableChildrenWhenDisabled = 15;
- public static int Spinner_spn_dividerAnimDuration = 16;
- public static int Spinner_spn_dividerColor = 17;
- public static int Spinner_spn_dividerHeight = 18;
- public static int Spinner_spn_dividerPadding = 19;
- public static int Spinner_spn_label = 20;
- public static int Spinner_spn_labelEllipsize = 21;
- public static int Spinner_spn_labelEnable = 22;
- public static int Spinner_spn_labelPadding = 23;
- public static int Spinner_spn_labelTextAppearance = 24;
- public static int Spinner_spn_labelTextColor = 25;
- public static int Spinner_spn_labelTextSize = 26;
- public static int Spinner_spn_popupItemAnimOffset = 27;
- public static int Spinner_spn_popupItemAnimation = 28;
- public static int[] Switch = { 0x01010106, 0x010100af, 0x7f04022f, 0x7f040230, 0x7f040231, 0x7f040232, 0x7f040233, 0x7f040234, 0x7f040235, 0x7f040236 };
- public static int Switch_android_checked = 0;
- public static int Switch_android_gravity = 1;
- public static int Switch_sw_animDuration = 2;
- public static int Switch_sw_interpolator = 3;
- public static int Switch_sw_thumbColor = 4;
- public static int Switch_sw_thumbElevation = 5;
- public static int Switch_sw_thumbRadius = 6;
- public static int Switch_sw_trackCap = 7;
- public static int Switch_sw_trackColor = 8;
- public static int Switch_sw_trackSize = 9;
- public static int[] SwitchCompat = { 0x01010125, 0x01010124, 0x01010142, 0x7f0401ef, 0x7f04020b, 0x7f040237, 0x7f040238, 0x7f04023a, 0x7f040259, 0x7f04025a, 0x7f04025b, 0x7f040290, 0x7f040291, 0x7f040292 };
- public static int SwitchCompat_android_textOff = 0;
- public static int SwitchCompat_android_textOn = 1;
- public static int SwitchCompat_android_thumb = 2;
- public static int SwitchCompat_showText = 3;
- public static int SwitchCompat_splitTrack = 4;
- public static int SwitchCompat_switchMinWidth = 5;
- public static int SwitchCompat_switchPadding = 6;
- public static int SwitchCompat_switchTextAppearance = 7;
- public static int SwitchCompat_thumbTextPadding = 8;
- public static int SwitchCompat_thumbTint = 9;
- public static int SwitchCompat_thumbTintMode = 10;
- public static int SwitchCompat_track = 11;
- public static int SwitchCompat_trackTint = 12;
- public static int SwitchCompat_trackTintMode = 13;
- public static int[] TabItem = { 0x01010002, 0x010100f2, 0x0101014f };
- public static int TabItem_android_icon = 0;
- public static int TabItem_android_layout = 1;
- public static int TabItem_android_text = 2;
- public static int[] TabLayout = { 0x7f04023b, 0x7f04023c, 0x7f04023d, 0x7f04023e, 0x7f04023f, 0x7f040240, 0x7f040241, 0x7f040242, 0x7f040243, 0x7f040244, 0x7f040245, 0x7f040246, 0x7f040247, 0x7f040248, 0x7f040249, 0x7f04024a };
- public static int TabLayout_tabBackground = 0;
- public static int TabLayout_tabContentStart = 1;
- public static int TabLayout_tabGravity = 2;
- public static int TabLayout_tabIndicatorColor = 3;
- public static int TabLayout_tabIndicatorHeight = 4;
- public static int TabLayout_tabMaxWidth = 5;
- public static int TabLayout_tabMinWidth = 6;
- public static int TabLayout_tabMode = 7;
- public static int TabLayout_tabPadding = 8;
- public static int TabLayout_tabPaddingBottom = 9;
- public static int TabLayout_tabPaddingEnd = 10;
- public static int TabLayout_tabPaddingStart = 11;
- public static int TabLayout_tabPaddingTop = 12;
- public static int TabLayout_tabSelectedTextColor = 13;
- public static int TabLayout_tabTextAppearance = 14;
- public static int TabLayout_tabTextColor = 15;
- public static int[] TabPageIndicator = { 0x01010034, 0x7f040288, 0x7f040289, 0x7f04028a, 0x7f04028b, 0x7f04028c, 0x7f04028d, 0x7f04028e, 0x7f04028f };
- public static int TabPageIndicator_android_textAppearance = 0;
- public static int TabPageIndicator_tpi_centerCurrentTab = 1;
- public static int TabPageIndicator_tpi_indicatorAtTop = 2;
- public static int TabPageIndicator_tpi_indicatorColor = 3;
- public static int TabPageIndicator_tpi_indicatorHeight = 4;
- public static int TabPageIndicator_tpi_mode = 5;
- public static int TabPageIndicator_tpi_tabPadding = 6;
- public static int TabPageIndicator_tpi_tabRipple = 7;
- public static int TabPageIndicator_tpi_tabSingleLine = 8;
- public static int[] TextAppearance = { 0x0101045d, 0x010103ac, 0x010104b7, 0x010104b6, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x0101038c, 0x01010098, 0x01010099, 0x0101009a, 0x0101009b, 0x01010095, 0x01010097, 0x01010096, 0x7f040124, 0x7f04024b, 0x7f040293 };
- public static int TextAppearance_android_elegantTextHeight = 0;
- public static int TextAppearance_android_fontFamily = 1;
- public static int TextAppearance_android_fontFeatureSettings = 2;
- public static int TextAppearance_android_letterSpacing = 3;
- public static int TextAppearance_android_shadowColor = 4;
- public static int TextAppearance_android_shadowDx = 5;
- public static int TextAppearance_android_shadowDy = 6;
- public static int TextAppearance_android_shadowRadius = 7;
- public static int TextAppearance_android_textAllCaps = 8;
- public static int TextAppearance_android_textColor = 9;
- public static int TextAppearance_android_textColorHighlight = 10;
- public static int TextAppearance_android_textColorHint = 11;
- public static int TextAppearance_android_textColorLink = 12;
- public static int TextAppearance_android_textSize = 13;
- public static int TextAppearance_android_textStyle = 14;
- public static int TextAppearance_android_typeface = 15;
- public static int TextAppearance_fontFamily = 16;
- public static int TextAppearance_textAllCaps = 17;
- public static int TextAppearance_tv_fontFamily = 18;
- public static int[] TextInputLayout = { 0x01010150, 0x0101009a, 0x7f040083, 0x7f040084, 0x7f040085, 0x7f040086, 0x7f0400ec, 0x7f0400ed, 0x7f040133, 0x7f040134, 0x7f040136, 0x7f040191, 0x7f040192, 0x7f040193, 0x7f040194, 0x7f040195 };
- public static int TextInputLayout_android_hint = 0;
- public static int TextInputLayout_android_textColorHint = 1;
- public static int TextInputLayout_counterEnabled = 2;
- public static int TextInputLayout_counterMaxLength = 3;
- public static int TextInputLayout_counterOverflowTextAppearance = 4;
- public static int TextInputLayout_counterTextAppearance = 5;
- public static int TextInputLayout_errorEnabled = 6;
- public static int TextInputLayout_errorTextAppearance = 7;
- public static int TextInputLayout_hintAnimationEnabled = 8;
- public static int TextInputLayout_hintEnabled = 9;
- public static int TextInputLayout_hintTextAppearance = 10;
- public static int TextInputLayout_passwordToggleContentDescription = 11;
- public static int TextInputLayout_passwordToggleDrawable = 12;
- public static int TextInputLayout_passwordToggleEnabled = 13;
- public static int TextInputLayout_passwordToggleTint = 14;
- public static int TextInputLayout_passwordToggleTintMode = 15;
- public static int[] TextView = { 0x01010152, 0x0101016e, 0x01010393, 0x0101016f, 0x01010171, 0x01010170, 0x01010392, 0x0101016d, 0x0101045d, 0x01010158, 0x010103ac, 0x010104b7, 0x010100af, 0x01010155, 0x0101015f, 0x010104b6, 0x01010217, 0x01010218, 0x01010154, 0x01010157, 0x01010120, 0x01010160, 0x01010153, 0x0101011f, 0x0101015a, 0x01010140, 0x01010156, 0x0101013f, 0x0101015b, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x0101015d, 0x0101038c, 0x01010098, 0x01010099, 0x0101009a, 0x0101009b, 0x01010151, 0x01010095, 0x01010097, 0x01010096, 0x01010159, 0x7f040293 };
- public static int TextView_android_cursorVisible = 0;
- public static int TextView_android_drawableBottom = 1;
- public static int TextView_android_drawableEnd = 2;
- public static int TextView_android_drawableLeft = 3;
- public static int TextView_android_drawablePadding = 4;
- public static int TextView_android_drawableRight = 5;
- public static int TextView_android_drawableStart = 6;
- public static int TextView_android_drawableTop = 7;
- public static int TextView_android_elegantTextHeight = 8;
- public static int TextView_android_ems = 9;
- public static int TextView_android_fontFamily = 10;
- public static int TextView_android_fontFeatureSettings = 11;
- public static int TextView_android_gravity = 12;
- public static int TextView_android_height = 13;
- public static int TextView_android_includeFontPadding = 14;
- public static int TextView_android_letterSpacing = 15;
- public static int TextView_android_lineSpacingExtra = 16;
- public static int TextView_android_lineSpacingMultiplier = 17;
- public static int TextView_android_lines = 18;
- public static int TextView_android_maxEms = 19;
- public static int TextView_android_maxHeight = 20;
- public static int TextView_android_maxLength = 21;
- public static int TextView_android_maxLines = 22;
- public static int TextView_android_maxWidth = 23;
- public static int TextView_android_minEms = 24;
- public static int TextView_android_minHeight = 25;
- public static int TextView_android_minLines = 26;
- public static int TextView_android_minWidth = 27;
- public static int TextView_android_scrollHorizontally = 28;
- public static int TextView_android_shadowColor = 29;
- public static int TextView_android_shadowDx = 30;
- public static int TextView_android_shadowDy = 31;
- public static int TextView_android_shadowRadius = 32;
- public static int TextView_android_singleLine = 33;
- public static int TextView_android_textAllCaps = 34;
- public static int TextView_android_textColor = 35;
- public static int TextView_android_textColorHighlight = 36;
- public static int TextView_android_textColorHint = 37;
- public static int TextView_android_textColorLink = 38;
- public static int TextView_android_textScaleX = 39;
- public static int TextView_android_textSize = 40;
- public static int TextView_android_textStyle = 41;
- public static int TextView_android_typeface = 42;
- public static int TextView_android_width = 43;
- public static int TextView_tv_fontFamily = 44;
- public static int[] TextViewAppearance = { 0x01010034 };
- public static int TextViewAppearance_android_textAppearance = 0;
- public static int[] ThemableView = { 0x7f040295 };
- public static int ThemableView_v_styleId = 0;
- public static int[] Theme = { 0x7f040001, 0x7f040002, 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f04000d, 0x7f04000f, 0x7f040010, 0x7f040011, 0x7f040012, 0x7f040013, 0x7f040014, 0x7f040015, 0x7f040016, 0x7f040017, 0x7f040018, 0x7f040019, 0x7f04001a, 0x7f04001b, 0x7f04001c, 0x7f04001d, 0x7f04001e, 0x7f04001f, 0x7f040022, 0x7f040023, 0x7f040024, 0x7f040025, 0x7f040026, 0x010100ae, 0x01010057, 0x7f04002c, 0x7f04003e, 0x7f040048, 0x7f040049, 0x7f04004a, 0x7f04004b, 0x7f04004c, 0x7f04004f, 0x7f040050, 0x7f040061, 0x7f040062, 0x7f04006a, 0x7f04006c, 0x7f04006d, 0x7f04006e, 0x7f04006f, 0x7f040071, 0x7f040072, 0x7f040073, 0x7f040082, 0x7f0400c0, 0x7f0400c1, 0x7f0400c4, 0x7f0400c6, 0x7f0400e6, 0x7f0400e7, 0x7f0400e8, 0x7f0400e9, 0x7f0400ea, 0x7f040137, 0x7f04013d, 0x7f040154, 0x7f040155, 0x7f040159, 0x7f04015a, 0x7f04015b, 0x7f04015c, 0x7f04015d, 0x7f04015e, 0x7f04018e, 0x7f04018f, 0x7f040190, 0x7f040196, 0x7f040198, 0x7f0401a5, 0x7f0401a6, 0x7f0401e9, 0x7f0401ea, 0x7f0401eb, 0x7f0401ec, 0x7f040209, 0x7f04020a, 0x7f040239, 0x7f04024c, 0x7f04024d, 0x7f04024f, 0x7f040251, 0x7f040252, 0x7f040253, 0x7f040254, 0x7f040256, 0x7f04026d, 0x7f04026e, 0x7f040297, 0x7f040298, 0x7f040299, 0x7f04029a, 0x7f04029b, 0x7f04029c, 0x7f04029d, 0x7f04029e, 0x7f04029f, 0x7f0402a0 };
- public static int Theme_actionBarDivider = 0;
- public static int Theme_actionBarItemBackground = 1;
- public static int Theme_actionBarPopupTheme = 2;
- public static int Theme_actionBarSize = 3;
- public static int Theme_actionBarSplitStyle = 4;
- public static int Theme_actionBarStyle = 5;
- public static int Theme_actionBarTabBarStyle = 6;
- public static int Theme_actionBarTabStyle = 7;
- public static int Theme_actionBarTabTextStyle = 8;
- public static int Theme_actionBarTheme = 9;
- public static int Theme_actionBarWidgetTheme = 10;
- public static int Theme_actionButtonStyle = 11;
- public static int Theme_actionDropDownStyle = 12;
- public static int Theme_actionMenuTextAppearance = 13;
- public static int Theme_actionMenuTextColor = 14;
- public static int Theme_actionModeBackground = 15;
- public static int Theme_actionModeCloseButtonStyle = 16;
- public static int Theme_actionModeCloseDrawable = 17;
- public static int Theme_actionModeCopyDrawable = 18;
- public static int Theme_actionModeCutDrawable = 19;
- public static int Theme_actionModeFindDrawable = 20;
- public static int Theme_actionModePasteDrawable = 21;
- public static int Theme_actionModePopupWindowStyle = 22;
- public static int Theme_actionModeSelectAllDrawable = 23;
- public static int Theme_actionModeShareDrawable = 24;
- public static int Theme_actionModeSplitBackground = 25;
- public static int Theme_actionModeStyle = 26;
- public static int Theme_actionModeWebSearchDrawable = 27;
- public static int Theme_actionOverflowButtonStyle = 28;
- public static int Theme_actionOverflowMenuStyle = 29;
- public static int Theme_activityChooserViewStyle = 30;
- public static int Theme_alertDialogButtonGroupStyle = 31;
- public static int Theme_alertDialogCenterButtons = 32;
- public static int Theme_alertDialogStyle = 33;
- public static int Theme_alertDialogTheme = 34;
- public static int Theme_android_windowAnimationStyle = 35;
- public static int Theme_android_windowIsFloating = 36;
- public static int Theme_autoCompleteTextViewStyle = 37;
- public static int Theme_borderlessButtonStyle = 38;
- public static int Theme_buttonBarButtonStyle = 39;
- public static int Theme_buttonBarNegativeButtonStyle = 40;
- public static int Theme_buttonBarNeutralButtonStyle = 41;
- public static int Theme_buttonBarPositiveButtonStyle = 42;
- public static int Theme_buttonBarStyle = 43;
- public static int Theme_buttonStyle = 44;
- public static int Theme_buttonStyleSmall = 45;
- public static int Theme_checkboxStyle = 46;
- public static int Theme_checkedTextViewStyle = 47;
- public static int Theme_colorAccent = 48;
- public static int Theme_colorButtonNormal = 49;
- public static int Theme_colorControlActivated = 50;
- public static int Theme_colorControlHighlight = 51;
- public static int Theme_colorControlNormal = 52;
- public static int Theme_colorPrimary = 53;
- public static int Theme_colorPrimaryDark = 54;
- public static int Theme_colorSwitchThumbNormal = 55;
- public static int Theme_controlBackground = 56;
- public static int Theme_dialogPreferredPadding = 57;
- public static int Theme_dialogTheme = 58;
- public static int Theme_dividerHorizontal = 59;
- public static int Theme_dividerVertical = 60;
- public static int Theme_dropDownListViewStyle = 61;
- public static int Theme_dropdownListPreferredItemHeight = 62;
- public static int Theme_editTextBackground = 63;
- public static int Theme_editTextColor = 64;
- public static int Theme_editTextStyle = 65;
- public static int Theme_homeAsUpIndicator = 66;
- public static int Theme_imageButtonStyle = 67;
- public static int Theme_listChoiceBackgroundIndicator = 68;
- public static int Theme_listDividerAlertDialog = 69;
- public static int Theme_listPopupWindowStyle = 70;
- public static int Theme_listPreferredItemHeight = 71;
- public static int Theme_listPreferredItemHeightLarge = 72;
- public static int Theme_listPreferredItemHeightSmall = 73;
- public static int Theme_listPreferredItemPaddingLeft = 74;
- public static int Theme_listPreferredItemPaddingRight = 75;
- public static int Theme_panelBackground = 76;
- public static int Theme_panelMenuListTheme = 77;
- public static int Theme_panelMenuListWidth = 78;
- public static int Theme_popupMenuStyle = 79;
- public static int Theme_popupWindowStyle = 80;
- public static int Theme_radioButtonStyle = 81;
- public static int Theme_ratingBarStyle = 82;
- public static int Theme_searchViewStyle = 83;
- public static int Theme_seekBarStyle = 84;
- public static int Theme_selectableItemBackground = 85;
- public static int Theme_selectableItemBackgroundBorderless = 86;
- public static int Theme_spinnerDropDownItemStyle = 87;
- public static int Theme_spinnerStyle = 88;
- public static int Theme_switchStyle = 89;
- public static int Theme_textAppearanceLargePopupMenu = 90;
- public static int Theme_textAppearanceListItem = 91;
- public static int Theme_textAppearanceListItemSmall = 92;
- public static int Theme_textAppearanceSearchResultSubtitle = 93;
- public static int Theme_textAppearanceSearchResultTitle = 94;
- public static int Theme_textAppearanceSmallPopupMenu = 95;
- public static int Theme_textColorAlertDialogListItem = 96;
- public static int Theme_textColorSearchUrl = 97;
- public static int Theme_toolbarNavigationButtonStyle = 98;
- public static int Theme_toolbarStyle = 99;
- public static int Theme_windowActionBar = 100;
- public static int Theme_windowActionBarOverlay = 101;
- public static int Theme_windowActionModeOverlay = 102;
- public static int Theme_windowFixedHeightMajor = 103;
- public static int Theme_windowFixedHeightMinor = 104;
- public static int Theme_windowFixedWidthMajor = 105;
- public static int Theme_windowFixedWidthMinor = 106;
- public static int Theme_windowMinWidthMajor = 107;
- public static int Theme_windowMinWidthMinor = 108;
- public static int Theme_windowNoTitle = 109;
- public static int[] TimePicker = { 0x7f040272, 0x7f040274, 0x7f040275, 0x7f040276, 0x7f040278, 0x7f040279, 0x7f04027b, 0x7f04027c, 0x7f04027d, 0x7f04027f, 0x7f040280, 0x7f040281, 0x7f040282, 0x7f040283, 0x7f040284, 0x7f040287 };
- public static int TimePicker_tp_24Hour = 0;
- public static int TimePicker_tp_animDuration = 1;
- public static int TimePicker_tp_backgroundColor = 2;
- public static int TimePicker_tp_fontFamily = 3;
- public static int TimePicker_tp_hour = 4;
- public static int TimePicker_tp_inInterpolator = 5;
- public static int TimePicker_tp_minute = 6;
- public static int TimePicker_tp_mode = 7;
- public static int TimePicker_tp_outInterpolator = 8;
- public static int TimePicker_tp_selectionColor = 9;
- public static int TimePicker_tp_selectionRadius = 10;
- public static int TimePicker_tp_textColor = 11;
- public static int TimePicker_tp_textHighlightColor = 12;
- public static int TimePicker_tp_textSize = 13;
- public static int TimePicker_tp_textStyle = 14;
- public static int TimePicker_tp_tickSize = 15;
- public static int[] TimePickerDialog = { 0x7f040273, 0x7f040277, 0x7f04027a, 0x7f04027e, 0x7f040285, 0x7f040286 };
- public static int TimePickerDialog_tp_am = 0;
- public static int TimePickerDialog_tp_headerHeight = 1;
- public static int TimePickerDialog_tp_leadingZero = 2;
- public static int TimePickerDialog_tp_pm = 3;
- public static int TimePickerDialog_tp_textTimeColor = 4;
- public static int TimePickerDialog_tp_textTimeSize = 5;
- public static int[] Toolbar = { 0x010100af, 0x01010140, 0x7f04004d, 0x7f040065, 0x7f040066, 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b, 0x7f04016e, 0x7f04016f, 0x7f04017f, 0x7f040183, 0x7f040184, 0x7f040197, 0x7f04022a, 0x7f04022b, 0x7f04022c, 0x7f040261, 0x7f040263, 0x7f040264, 0x7f040265, 0x7f040266, 0x7f040267, 0x7f040268, 0x7f040269, 0x7f04026a };
- public static int Toolbar_android_gravity = 0;
- public static int Toolbar_android_minHeight = 1;
- public static int Toolbar_buttonGravity = 2;
- public static int Toolbar_collapseContentDescription = 3;
- public static int Toolbar_collapseIcon = 4;
- public static int Toolbar_contentInsetEnd = 5;
- public static int Toolbar_contentInsetEndWithActions = 6;
- public static int Toolbar_contentInsetLeft = 7;
- public static int Toolbar_contentInsetRight = 8;
- public static int Toolbar_contentInsetStart = 9;
- public static int Toolbar_contentInsetStartWithNavigation = 10;
- public static int Toolbar_logo = 11;
- public static int Toolbar_logoDescription = 12;
- public static int Toolbar_maxButtonHeight = 13;
- public static int Toolbar_navigationContentDescription = 14;
- public static int Toolbar_navigationIcon = 15;
- public static int Toolbar_popupTheme = 16;
- public static int Toolbar_subtitle = 17;
- public static int Toolbar_subtitleTextAppearance = 18;
- public static int Toolbar_subtitleTextColor = 19;
- public static int Toolbar_title = 20;
- public static int Toolbar_titleMargin = 21;
- public static int Toolbar_titleMarginBottom = 22;
- public static int Toolbar_titleMarginEnd = 23;
- public static int Toolbar_titleMarginStart = 24;
- public static int Toolbar_titleMarginTop = 25;
- public static int Toolbar_titleMargins = 26;
- public static int Toolbar_titleTextAppearance = 27;
- public static int Toolbar_titleTextColor = 28;
- public static int[] View = { 0x010100d4, 0x0101046b, 0x0101046c, 0x01010440, 0x010102aa, 0x010100e0, 0x010100da, 0x010103b2, 0x01010140, 0x0101013f, 0x010100d5, 0x010100d9, 0x010103b4, 0x010100d6, 0x010100d8, 0x010103b3, 0x010100d7, 0x010103a5, 0x010102a9, 0x010102a8, 0x01010063, 0x0101007f, 0x01010215, 0x01010119, 0x010103b1, 0x010103b0, 0x01010000, 0x010100dc, 0x7f04018b, 0x7f04018c, 0x7f040257 };
- public static int View_android_background = 0;
- public static int View_android_backgroundTint = 1;
- public static int View_android_backgroundTintMode = 2;
- public static int View_android_elevation = 3;
- public static int View_android_fadeScrollbars = 4;
- public static int View_android_fadingEdgeLength = 5;
- public static int View_android_focusable = 6;
- public static int View_android_layoutDirection = 7;
- public static int View_android_minHeight = 8;
- public static int View_android_minWidth = 9;
- public static int View_android_padding = 10;
- public static int View_android_paddingBottom = 11;
- public static int View_android_paddingEnd = 12;
- public static int View_android_paddingLeft = 13;
- public static int View_android_paddingRight = 14;
- public static int View_android_paddingStart = 15;
- public static int View_android_paddingTop = 16;
- public static int View_android_requiresFadingEdge = 17;
- public static int View_android_scrollbarDefaultDelayBeforeFade = 18;
- public static int View_android_scrollbarFadeDuration = 19;
- public static int View_android_scrollbarSize = 20;
- public static int View_android_scrollbarStyle = 21;
- public static int View_android_soundEffectsEnabled = 22;
- public static int View_android_src = 23;
- public static int View_android_textAlignment = 24;
- public static int View_android_textDirection = 25;
- public static int View_android_theme = 26;
- public static int View_android_visibility = 27;
- public static int View_paddingEnd = 28;
- public static int View_paddingStart = 29;
- public static int View_theme = 30;
- public static int[] ViewBackgroundHelper = { 0x010100d4, 0x7f040035, 0x7f040036 };
- public static int ViewBackgroundHelper_android_background = 0;
- public static int ViewBackgroundHelper_backgroundTint = 1;
- public static int ViewBackgroundHelper_backgroundTintMode = 2;
- public static int[] ViewStubCompat = { 0x010100d0, 0x010100f3, 0x010100f2 };
- public static int ViewStubCompat_android_id = 0;
- public static int ViewStubCompat_android_inflatedId = 1;
- public static int ViewStubCompat_android_layout = 2;
- public static int[] YearPicker = { 0x7f0400c7, 0x7f0400cc, 0x7f0400d3, 0x7f0400d7, 0x7f0400d8, 0x7f0400d9, 0x7f0400dc, 0x7f0400de, 0x7f0400df, 0x7f0400e0, 0x7f0400e1, 0x7f0400e2, 0x7f0400e3 };
- public static int YearPicker_dp_animDuration = 0;
- public static int YearPicker_dp_fontFamily = 1;
- public static int YearPicker_dp_inInterpolator = 2;
- public static int YearPicker_dp_outInterpolator = 3;
- public static int YearPicker_dp_selectionColor = 4;
- public static int YearPicker_dp_textColor = 5;
- public static int YearPicker_dp_textHighlightColor = 6;
- public static int YearPicker_dp_textStyle = 7;
- public static int YearPicker_dp_year = 8;
- public static int YearPicker_dp_yearItemHeight = 9;
- public static int YearPicker_dp_yearMax = 10;
- public static int YearPicker_dp_yearMin = 11;
- public static int YearPicker_dp_yearTextSize = 12;
- }
- public static final class xml {
- public static int nav_states = 0x7f190001;
- }
-}
diff --git a/library/build/generated/source/r/debug/com/rey/material/R.java b/library/build/generated/source/r/debug/com/rey/material/R.java
deleted file mode 100644
index 9981445..0000000
--- a/library/build/generated/source/r/debug/com/rey/material/R.java
+++ /dev/null
@@ -1,2225 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package com.rey.material;
-
-public final class R {
- public static final class anim {
- public static int abc_fade_in = 0x7f010001;
- public static int abc_fade_out = 0x7f010002;
- public static int abc_grow_fade_in_from_bottom = 0x7f010003;
- public static int abc_popup_enter = 0x7f010004;
- public static int abc_popup_exit = 0x7f010005;
- public static int abc_shrink_fade_out_from_bottom = 0x7f010006;
- public static int abc_slide_in_bottom = 0x7f010007;
- public static int abc_slide_in_top = 0x7f010008;
- public static int abc_slide_out_bottom = 0x7f010009;
- public static int abc_slide_out_top = 0x7f01000a;
- }
- public static final class attr {
- public static int actionBarDivider = 0x7f040001;
- public static int actionBarItemBackground = 0x7f040002;
- public static int actionBarPopupTheme = 0x7f040003;
- public static int actionBarSize = 0x7f040004;
- public static int actionBarSplitStyle = 0x7f040005;
- public static int actionBarStyle = 0x7f040006;
- public static int actionBarTabBarStyle = 0x7f040007;
- public static int actionBarTabStyle = 0x7f040008;
- public static int actionBarTabTextStyle = 0x7f040009;
- public static int actionBarTheme = 0x7f04000a;
- public static int actionBarWidgetTheme = 0x7f04000b;
- public static int actionButtonStyle = 0x7f04000c;
- public static int actionDropDownStyle = 0x7f04000d;
- public static int actionLayout = 0x7f04000e;
- public static int actionMenuTextAppearance = 0x7f04000f;
- public static int actionMenuTextColor = 0x7f040010;
- public static int actionModeBackground = 0x7f040011;
- public static int actionModeCloseButtonStyle = 0x7f040012;
- public static int actionModeCloseDrawable = 0x7f040013;
- public static int actionModeCopyDrawable = 0x7f040014;
- public static int actionModeCutDrawable = 0x7f040015;
- public static int actionModeFindDrawable = 0x7f040016;
- public static int actionModePasteDrawable = 0x7f040017;
- public static int actionModePopupWindowStyle = 0x7f040018;
- public static int actionModeSelectAllDrawable = 0x7f040019;
- public static int actionModeShareDrawable = 0x7f04001a;
- public static int actionModeSplitBackground = 0x7f04001b;
- public static int actionModeStyle = 0x7f04001c;
- public static int actionModeWebSearchDrawable = 0x7f04001d;
- public static int actionOverflowButtonStyle = 0x7f04001e;
- public static int actionOverflowMenuStyle = 0x7f04001f;
- public static int actionProviderClass = 0x7f040020;
- public static int actionViewClass = 0x7f040021;
- public static int activityChooserViewStyle = 0x7f040022;
- public static int alertDialogButtonGroupStyle = 0x7f040023;
- public static int alertDialogCenterButtons = 0x7f040024;
- public static int alertDialogStyle = 0x7f040025;
- public static int alertDialogTheme = 0x7f040026;
- public static int allowStacking = 0x7f040027;
- public static int arrowHeadLength = 0x7f04002a;
- public static int arrowShaftLength = 0x7f04002b;
- public static int autoCompleteTextViewStyle = 0x7f04002c;
- public static int background = 0x7f040032;
- public static int backgroundSplit = 0x7f040033;
- public static int backgroundStacked = 0x7f040034;
- public static int backgroundTint = 0x7f040035;
- public static int backgroundTintMode = 0x7f040036;
- public static int barLength = 0x7f040037;
- public static int borderlessButtonStyle = 0x7f04003e;
- public static int bsd_cancelable = 0x7f040041;
- public static int bsd_canceledOnTouchOutside = 0x7f040042;
- public static int bsd_dimAmount = 0x7f040043;
- public static int bsd_inDuration = 0x7f040044;
- public static int bsd_inInterpolator = 0x7f040045;
- public static int bsd_outDuration = 0x7f040046;
- public static int bsd_outInterpolator = 0x7f040047;
- public static int buttonBarButtonStyle = 0x7f040048;
- public static int buttonBarNegativeButtonStyle = 0x7f040049;
- public static int buttonBarNeutralButtonStyle = 0x7f04004a;
- public static int buttonBarPositiveButtonStyle = 0x7f04004b;
- public static int buttonBarStyle = 0x7f04004c;
- public static int buttonPanelSideLayout = 0x7f04004e;
- public static int buttonStyle = 0x7f04004f;
- public static int buttonStyleSmall = 0x7f040050;
- public static int buttonTint = 0x7f040051;
- public static int buttonTintMode = 0x7f040052;
- public static int cardBackgroundColor = 0x7f040053;
- public static int cardCornerRadius = 0x7f040054;
- public static int cardElevation = 0x7f040055;
- public static int cardMaxElevation = 0x7f040056;
- public static int cardPreventCornerOverlap = 0x7f040057;
- public static int cardUseCompatPadding = 0x7f040058;
- public static int cbd_animDuration = 0x7f040059;
- public static int cbd_boxSize = 0x7f04005a;
- public static int cbd_cornerRadius = 0x7f04005b;
- public static int cbd_height = 0x7f04005c;
- public static int cbd_strokeColor = 0x7f04005d;
- public static int cbd_strokeSize = 0x7f04005e;
- public static int cbd_tickColor = 0x7f04005f;
- public static int cbd_width = 0x7f040060;
- public static int checkboxStyle = 0x7f040061;
- public static int checkedTextViewStyle = 0x7f040062;
- public static int closeIcon = 0x7f040063;
- public static int closeItemLayout = 0x7f040064;
- public static int collapseContentDescription = 0x7f040065;
- public static int collapseIcon = 0x7f040066;
- public static int color = 0x7f040069;
- public static int colorAccent = 0x7f04006a;
- public static int colorButtonNormal = 0x7f04006c;
- public static int colorControlActivated = 0x7f04006d;
- public static int colorControlHighlight = 0x7f04006e;
- public static int colorControlNormal = 0x7f04006f;
- public static int colorPrimary = 0x7f040071;
- public static int colorPrimaryDark = 0x7f040072;
- public static int colorSwitchThumbNormal = 0x7f040073;
- public static int commitIcon = 0x7f040074;
- public static int contentInsetEnd = 0x7f040076;
- public static int contentInsetLeft = 0x7f040078;
- public static int contentInsetRight = 0x7f040079;
- public static int contentInsetStart = 0x7f04007a;
- public static int contentPadding = 0x7f04007c;
- public static int contentPaddingBottom = 0x7f04007d;
- public static int contentPaddingLeft = 0x7f04007e;
- public static int contentPaddingRight = 0x7f04007f;
- public static int contentPaddingTop = 0x7f040080;
- public static int controlBackground = 0x7f040082;
- public static int cpd_inAnimDuration = 0x7f040087;
- public static int cpd_inStepColors = 0x7f040088;
- public static int cpd_inStepPercent = 0x7f040089;
- public static int cpd_initialAngle = 0x7f04008a;
- public static int cpd_keepDuration = 0x7f04008b;
- public static int cpd_maxSweepAngle = 0x7f04008c;
- public static int cpd_minSweepAngle = 0x7f04008d;
- public static int cpd_outAnimDuration = 0x7f04008e;
- public static int cpd_padding = 0x7f04008f;
- public static int cpd_reverse = 0x7f040090;
- public static int cpd_rotateDuration = 0x7f040091;
- public static int cpd_strokeColor = 0x7f040092;
- public static int cpd_strokeColors = 0x7f040093;
- public static int cpd_strokeSecondaryColor = 0x7f040094;
- public static int cpd_strokeSize = 0x7f040095;
- public static int cpd_transformDuration = 0x7f040096;
- public static int cpd_transformInterpolator = 0x7f040097;
- public static int customNavigationLayout = 0x7f040098;
- public static int defaultQueryHint = 0x7f040099;
- public static int di_actionBackground = 0x7f04009a;
- public static int di_actionRipple = 0x7f04009b;
- public static int di_actionTextAppearance = 0x7f04009c;
- public static int di_actionTextColor = 0x7f04009d;
- public static int di_backgroundColor = 0x7f04009e;
- public static int di_cancelable = 0x7f04009f;
- public static int di_canceledOnTouchOutside = 0x7f0400a0;
- public static int di_checkBoxStyle = 0x7f0400a1;
- public static int di_cornerRadius = 0x7f0400a2;
- public static int di_dimAmount = 0x7f0400a3;
- public static int di_dividerColor = 0x7f0400a4;
- public static int di_dividerHeight = 0x7f0400a5;
- public static int di_elevation = 0x7f0400a6;
- public static int di_inAnimation = 0x7f0400a7;
- public static int di_itemHeight = 0x7f0400a8;
- public static int di_itemTextAppearance = 0x7f0400a9;
- public static int di_layoutDirection = 0x7f0400aa;
- public static int di_maxElevation = 0x7f0400ab;
- public static int di_maxHeight = 0x7f0400ac;
- public static int di_maxWidth = 0x7f0400ad;
- public static int di_messageTextAppearance = 0x7f0400ae;
- public static int di_messageTextColor = 0x7f0400af;
- public static int di_negativeActionBackground = 0x7f0400b0;
- public static int di_negativeActionRipple = 0x7f0400b1;
- public static int di_negativeActionTextAppearance = 0x7f0400b2;
- public static int di_negativeActionTextColor = 0x7f0400b3;
- public static int di_neutralActionBackground = 0x7f0400b4;
- public static int di_neutralActionRipple = 0x7f0400b5;
- public static int di_neutralActionTextAppearance = 0x7f0400b6;
- public static int di_neutralActionTextColor = 0x7f0400b7;
- public static int di_outAnimation = 0x7f0400b8;
- public static int di_positiveActionBackground = 0x7f0400b9;
- public static int di_positiveActionRipple = 0x7f0400ba;
- public static int di_positiveActionTextAppearance = 0x7f0400bb;
- public static int di_positiveActionTextColor = 0x7f0400bc;
- public static int di_radioButtonStyle = 0x7f0400bd;
- public static int di_titleTextAppearance = 0x7f0400be;
- public static int di_titleTextColor = 0x7f0400bf;
- public static int dialogPreferredPadding = 0x7f0400c0;
- public static int dialogTheme = 0x7f0400c1;
- public static int displayOptions = 0x7f0400c2;
- public static int divider = 0x7f0400c3;
- public static int dividerHorizontal = 0x7f0400c4;
- public static int dividerPadding = 0x7f0400c5;
- public static int dividerVertical = 0x7f0400c6;
- public static int dp_animDuration = 0x7f0400c7;
- public static int dp_day = 0x7f0400c8;
- public static int dp_dayMax = 0x7f0400c9;
- public static int dp_dayMin = 0x7f0400ca;
- public static int dp_dayTextSize = 0x7f0400cb;
- public static int dp_fontFamily = 0x7f0400cc;
- public static int dp_headerPrimaryColor = 0x7f0400cd;
- public static int dp_headerPrimaryHeight = 0x7f0400ce;
- public static int dp_headerPrimaryTextSize = 0x7f0400cf;
- public static int dp_headerSecondaryColor = 0x7f0400d0;
- public static int dp_headerSecondaryHeight = 0x7f0400d1;
- public static int dp_headerSecondaryTextSize = 0x7f0400d2;
- public static int dp_inInterpolator = 0x7f0400d3;
- public static int dp_month = 0x7f0400d4;
- public static int dp_monthMax = 0x7f0400d5;
- public static int dp_monthMin = 0x7f0400d6;
- public static int dp_outInterpolator = 0x7f0400d7;
- public static int dp_selectionColor = 0x7f0400d8;
- public static int dp_textColor = 0x7f0400d9;
- public static int dp_textDisableColor = 0x7f0400da;
- public static int dp_textHeaderColor = 0x7f0400db;
- public static int dp_textHighlightColor = 0x7f0400dc;
- public static int dp_textLabelColor = 0x7f0400dd;
- public static int dp_textStyle = 0x7f0400de;
- public static int dp_year = 0x7f0400df;
- public static int dp_yearItemHeight = 0x7f0400e0;
- public static int dp_yearMax = 0x7f0400e1;
- public static int dp_yearMin = 0x7f0400e2;
- public static int dp_yearTextSize = 0x7f0400e3;
- public static int drawableSize = 0x7f0400e4;
- public static int drawerArrowStyle = 0x7f0400e5;
- public static int dropDownListViewStyle = 0x7f0400e6;
- public static int dropdownListPreferredItemHeight = 0x7f0400e7;
- public static int editTextBackground = 0x7f0400e8;
- public static int editTextColor = 0x7f0400e9;
- public static int editTextStyle = 0x7f0400ea;
- public static int elevation = 0x7f0400eb;
- public static int et_autoCompleteMode = 0x7f0400ee;
- public static int et_dividerAnimDuration = 0x7f0400ef;
- public static int et_dividerColor = 0x7f0400f0;
- public static int et_dividerCompoundPadding = 0x7f0400f1;
- public static int et_dividerErrorColor = 0x7f0400f2;
- public static int et_dividerHeight = 0x7f0400f3;
- public static int et_dividerPadding = 0x7f0400f4;
- public static int et_error = 0x7f0400f5;
- public static int et_helper = 0x7f0400f6;
- public static int et_inputId = 0x7f0400f7;
- public static int et_labelEllipsize = 0x7f0400f8;
- public static int et_labelEnable = 0x7f0400f9;
- public static int et_labelInAnim = 0x7f0400fa;
- public static int et_labelOutAnim = 0x7f0400fb;
- public static int et_labelPadding = 0x7f0400fc;
- public static int et_labelTextAppearance = 0x7f0400fd;
- public static int et_labelTextColor = 0x7f0400fe;
- public static int et_labelTextSize = 0x7f0400ff;
- public static int et_supportEllipsize = 0x7f040100;
- public static int et_supportLines = 0x7f040101;
- public static int et_supportMaxChars = 0x7f040102;
- public static int et_supportMaxLines = 0x7f040103;
- public static int et_supportMode = 0x7f040104;
- public static int et_supportPadding = 0x7f040105;
- public static int et_supportSingleLine = 0x7f040106;
- public static int et_supportTextAppearance = 0x7f040107;
- public static int et_supportTextColor = 0x7f040108;
- public static int et_supportTextErrorColor = 0x7f040109;
- public static int et_supportTextSize = 0x7f04010a;
- public static int expandActivityOverflowButtonDrawable = 0x7f04010b;
- public static int fab_animDuration = 0x7f040115;
- public static int fab_backgroundAnimDuration = 0x7f040116;
- public static int fab_backgroundColor = 0x7f040117;
- public static int fab_elevation = 0x7f040118;
- public static int fab_iconLineMorphing = 0x7f040119;
- public static int fab_iconSize = 0x7f04011a;
- public static int fab_iconSrc = 0x7f04011b;
- public static int fab_interpolator = 0x7f04011c;
- public static int fab_radius = 0x7f04011d;
- public static int gapBetweenBars = 0x7f04012e;
- public static int goIcon = 0x7f04012f;
- public static int height = 0x7f040131;
- public static int hideOnContentScroll = 0x7f040132;
- public static int homeAsUpIndicator = 0x7f040137;
- public static int homeLayout = 0x7f040138;
- public static int icon = 0x7f040139;
- public static int iconifiedByDefault = 0x7f04013c;
- public static int imageButtonStyle = 0x7f04013d;
- public static int indeterminateProgressStyle = 0x7f04013e;
- public static int initialActivityCount = 0x7f04013f;
- public static int isLightTheme = 0x7f040141;
- public static int itemPadding = 0x7f040144;
- public static int layout = 0x7f040148;
- public static int layoutManager = 0x7f040149;
- public static int listChoiceBackgroundIndicator = 0x7f040154;
- public static int listDividerAlertDialog = 0x7f040155;
- public static int listItemLayout = 0x7f040156;
- public static int listLayout = 0x7f040157;
- public static int listPopupWindowStyle = 0x7f040159;
- public static int listPreferredItemHeight = 0x7f04015a;
- public static int listPreferredItemHeightLarge = 0x7f04015b;
- public static int listPreferredItemHeightSmall = 0x7f04015c;
- public static int listPreferredItemPaddingLeft = 0x7f04015d;
- public static int listPreferredItemPaddingRight = 0x7f04015e;
- public static int lmd_animDuration = 0x7f04015f;
- public static int lmd_clockwise = 0x7f040160;
- public static int lmd_curState = 0x7f040161;
- public static int lmd_interpolator = 0x7f040162;
- public static int lmd_layoutDirection = 0x7f040163;
- public static int lmd_padding = 0x7f040164;
- public static int lmd_paddingBottom = 0x7f040165;
- public static int lmd_paddingLeft = 0x7f040166;
- public static int lmd_paddingRight = 0x7f040167;
- public static int lmd_paddingTop = 0x7f040168;
- public static int lmd_state = 0x7f040169;
- public static int lmd_strokeCap = 0x7f04016a;
- public static int lmd_strokeColor = 0x7f04016b;
- public static int lmd_strokeJoin = 0x7f04016c;
- public static int lmd_strokeSize = 0x7f04016d;
- public static int logo = 0x7f04016e;
- public static int logoDescription = 0x7f04016f;
- public static int lpd_inAnimDuration = 0x7f040170;
- public static int lpd_keepDuration = 0x7f040171;
- public static int lpd_maxLineWidth = 0x7f040172;
- public static int lpd_minLineWidth = 0x7f040173;
- public static int lpd_outAnimDuration = 0x7f040174;
- public static int lpd_reverse = 0x7f040175;
- public static int lpd_strokeColor = 0x7f040176;
- public static int lpd_strokeColors = 0x7f040177;
- public static int lpd_strokeSecondaryColor = 0x7f040178;
- public static int lpd_strokeSize = 0x7f040179;
- public static int lpd_transformDuration = 0x7f04017a;
- public static int lpd_transformInterpolator = 0x7f04017b;
- public static int lpd_travelDuration = 0x7f04017c;
- public static int lpd_verticalAlign = 0x7f04017d;
- public static int maxButtonHeight = 0x7f04017f;
- public static int measureWithLargestChild = 0x7f040180;
- public static int multiChoiceItemLayout = 0x7f040182;
- public static int navigationContentDescription = 0x7f040183;
- public static int navigationIcon = 0x7f040184;
- public static int navigationMode = 0x7f040185;
- public static int nd_icon = 0x7f040186;
- public static int nd_ripple = 0x7f040187;
- public static int overlapAnchor = 0x7f040189;
- public static int paddingEnd = 0x7f04018b;
- public static int paddingStart = 0x7f04018c;
- public static int panelBackground = 0x7f04018e;
- public static int panelMenuListTheme = 0x7f04018f;
- public static int panelMenuListWidth = 0x7f040190;
- public static int popupMenuStyle = 0x7f040196;
- public static int popupTheme = 0x7f040197;
- public static int popupWindowStyle = 0x7f040198;
- public static int preserveIconSpacing = 0x7f040199;
- public static int progressBarPadding = 0x7f04019b;
- public static int progressBarStyle = 0x7f04019c;
- public static int pv_autostart = 0x7f04019d;
- public static int pv_circular = 0x7f04019e;
- public static int pv_progress = 0x7f04019f;
- public static int pv_progressMode = 0x7f0401a0;
- public static int pv_progressStyle = 0x7f0401a1;
- public static int pv_secondaryProgress = 0x7f0401a2;
- public static int queryBackground = 0x7f0401a3;
- public static int queryHint = 0x7f0401a4;
- public static int radioButtonStyle = 0x7f0401a5;
- public static int ratingBarStyle = 0x7f0401a6;
- public static int rbd_animDuration = 0x7f0401a9;
- public static int rbd_height = 0x7f0401aa;
- public static int rbd_innerRadius = 0x7f0401ab;
- public static int rbd_radius = 0x7f0401ac;
- public static int rbd_strokeColor = 0x7f0401ad;
- public static int rbd_strokeSize = 0x7f0401ae;
- public static int rbd_width = 0x7f0401af;
- public static int rd_backgroundAnimDuration = 0x7f0401b0;
- public static int rd_backgroundColor = 0x7f0401b1;
- public static int rd_bottomLeftCornerRadius = 0x7f0401b2;
- public static int rd_bottomPadding = 0x7f0401b3;
- public static int rd_bottomRightCornerRadius = 0x7f0401b4;
- public static int rd_cornerRadius = 0x7f0401b5;
- public static int rd_delayClick = 0x7f0401b6;
- public static int rd_enable = 0x7f0401b7;
- public static int rd_inInterpolator = 0x7f0401b8;
- public static int rd_leftPadding = 0x7f0401b9;
- public static int rd_maskType = 0x7f0401ba;
- public static int rd_maxRippleRadius = 0x7f0401bb;
- public static int rd_outInterpolator = 0x7f0401bc;
- public static int rd_padding = 0x7f0401bd;
- public static int rd_rightPadding = 0x7f0401be;
- public static int rd_rippleAnimDuration = 0x7f0401bf;
- public static int rd_rippleColor = 0x7f0401c0;
- public static int rd_rippleType = 0x7f0401c1;
- public static int rd_style = 0x7f0401c2;
- public static int rd_topLeftCornerRadius = 0x7f0401c3;
- public static int rd_topPadding = 0x7f0401c4;
- public static int rd_topRightCornerRadius = 0x7f0401c5;
- public static int reverseLayout = 0x7f0401c6;
- public static int sb_actionRipple = 0x7f0401c8;
- public static int sb_actionText = 0x7f0401c9;
- public static int sb_actionTextAppearance = 0x7f0401ca;
- public static int sb_actionTextColor = 0x7f0401cb;
- public static int sb_actionTextSize = 0x7f0401cc;
- public static int sb_backgroundColor = 0x7f0401cd;
- public static int sb_backgroundCornerRadius = 0x7f0401ce;
- public static int sb_duration = 0x7f0401cf;
- public static int sb_ellipsize = 0x7f0401d0;
- public static int sb_height = 0x7f0401d1;
- public static int sb_horizontalPadding = 0x7f0401d2;
- public static int sb_inAnimation = 0x7f0401d3;
- public static int sb_lines = 0x7f0401d4;
- public static int sb_marginBottom = 0x7f0401d5;
- public static int sb_marginStart = 0x7f0401d6;
- public static int sb_maxHeight = 0x7f0401d7;
- public static int sb_maxLines = 0x7f0401d8;
- public static int sb_maxWidth = 0x7f0401d9;
- public static int sb_minHeight = 0x7f0401da;
- public static int sb_minWidth = 0x7f0401db;
- public static int sb_outAnimation = 0x7f0401dc;
- public static int sb_removeOnDismiss = 0x7f0401dd;
- public static int sb_singleLine = 0x7f0401de;
- public static int sb_text = 0x7f0401df;
- public static int sb_textAppearance = 0x7f0401e0;
- public static int sb_textColor = 0x7f0401e1;
- public static int sb_textSize = 0x7f0401e2;
- public static int sb_verticalPadding = 0x7f0401e3;
- public static int sb_width = 0x7f0401e4;
- public static int searchHintIcon = 0x7f0401e7;
- public static int searchIcon = 0x7f0401e8;
- public static int searchViewStyle = 0x7f0401e9;
- public static int seekBarStyle = 0x7f0401ea;
- public static int selectableItemBackground = 0x7f0401eb;
- public static int selectableItemBackgroundBorderless = 0x7f0401ec;
- public static int showAsAction = 0x7f0401ed;
- public static int showDividers = 0x7f0401ee;
- public static int showText = 0x7f0401ef;
- public static int singleChoiceItemLayout = 0x7f0401f1;
- public static int sl_alwaysFillThumb = 0x7f0401f2;
- public static int sl_baselineOffset = 0x7f0401f3;
- public static int sl_discreteMode = 0x7f0401f4;
- public static int sl_fontFamily = 0x7f0401f5;
- public static int sl_interpolator = 0x7f0401f6;
- public static int sl_maxValue = 0x7f0401f7;
- public static int sl_minValue = 0x7f0401f8;
- public static int sl_primaryColor = 0x7f0401f9;
- public static int sl_secondaryColor = 0x7f0401fa;
- public static int sl_stepValue = 0x7f0401fb;
- public static int sl_textColor = 0x7f0401fc;
- public static int sl_textSize = 0x7f0401fd;
- public static int sl_textStyle = 0x7f0401fe;
- public static int sl_thumbBorderSize = 0x7f0401ff;
- public static int sl_thumbFocusRadius = 0x7f040200;
- public static int sl_thumbRadius = 0x7f040201;
- public static int sl_trackCap = 0x7f040202;
- public static int sl_trackSize = 0x7f040203;
- public static int sl_transformAnimDuration = 0x7f040204;
- public static int sl_travelAnimDuration = 0x7f040205;
- public static int sl_value = 0x7f040206;
- public static int spanCount = 0x7f040207;
- public static int spinBars = 0x7f040208;
- public static int spinnerDropDownItemStyle = 0x7f040209;
- public static int spinnerStyle = 0x7f04020a;
- public static int splitTrack = 0x7f04020b;
- public static int spn_arrowAnimClockwise = 0x7f04020c;
- public static int spn_arrowAnimDuration = 0x7f04020d;
- public static int spn_arrowColor = 0x7f04020e;
- public static int spn_arrowInterpolator = 0x7f04020f;
- public static int spn_arrowPadding = 0x7f040210;
- public static int spn_arrowSize = 0x7f040211;
- public static int spn_arrowSwitchMode = 0x7f040212;
- public static int spn_disableChildrenWhenDisabled = 0x7f040213;
- public static int spn_dividerAnimDuration = 0x7f040214;
- public static int spn_dividerColor = 0x7f040215;
- public static int spn_dividerHeight = 0x7f040216;
- public static int spn_dividerPadding = 0x7f040217;
- public static int spn_label = 0x7f040218;
- public static int spn_labelEllipsize = 0x7f040219;
- public static int spn_labelEnable = 0x7f04021a;
- public static int spn_labelPadding = 0x7f04021b;
- public static int spn_labelTextAppearance = 0x7f04021c;
- public static int spn_labelTextColor = 0x7f04021d;
- public static int spn_labelTextSize = 0x7f04021e;
- public static int spn_popupItemAnimOffset = 0x7f04021f;
- public static int spn_popupItemAnimation = 0x7f040220;
- public static int stackFromEnd = 0x7f040222;
- public static int state_above_anchor = 0x7f040223;
- public static int submitBackground = 0x7f040229;
- public static int subtitle = 0x7f04022a;
- public static int subtitleTextAppearance = 0x7f04022b;
- public static int subtitleTextColor = 0x7f04022c;
- public static int subtitleTextStyle = 0x7f04022d;
- public static int suggestionRowLayout = 0x7f04022e;
- public static int sw_animDuration = 0x7f04022f;
- public static int sw_interpolator = 0x7f040230;
- public static int sw_thumbColor = 0x7f040231;
- public static int sw_thumbElevation = 0x7f040232;
- public static int sw_thumbRadius = 0x7f040233;
- public static int sw_trackCap = 0x7f040234;
- public static int sw_trackColor = 0x7f040235;
- public static int sw_trackSize = 0x7f040236;
- public static int switchMinWidth = 0x7f040237;
- public static int switchPadding = 0x7f040238;
- public static int switchStyle = 0x7f040239;
- public static int switchTextAppearance = 0x7f04023a;
- public static int textAllCaps = 0x7f04024b;
- public static int textAppearanceLargePopupMenu = 0x7f04024c;
- public static int textAppearanceListItem = 0x7f04024d;
- public static int textAppearanceListItemSmall = 0x7f04024f;
- public static int textAppearanceSearchResultSubtitle = 0x7f040251;
- public static int textAppearanceSearchResultTitle = 0x7f040252;
- public static int textAppearanceSmallPopupMenu = 0x7f040253;
- public static int textColorAlertDialogListItem = 0x7f040254;
- public static int textColorSearchUrl = 0x7f040256;
- public static int theme = 0x7f040257;
- public static int thickness = 0x7f040258;
- public static int thumbTextPadding = 0x7f040259;
- public static int title = 0x7f040261;
- public static int titleMarginBottom = 0x7f040264;
- public static int titleMarginEnd = 0x7f040265;
- public static int titleMarginStart = 0x7f040266;
- public static int titleMarginTop = 0x7f040267;
- public static int titleMargins = 0x7f040268;
- public static int titleTextAppearance = 0x7f040269;
- public static int titleTextColor = 0x7f04026a;
- public static int titleTextStyle = 0x7f04026b;
- public static int toolbarNavigationButtonStyle = 0x7f04026d;
- public static int toolbarStyle = 0x7f04026e;
- public static int tp_24Hour = 0x7f040272;
- public static int tp_am = 0x7f040273;
- public static int tp_animDuration = 0x7f040274;
- public static int tp_backgroundColor = 0x7f040275;
- public static int tp_fontFamily = 0x7f040276;
- public static int tp_headerHeight = 0x7f040277;
- public static int tp_hour = 0x7f040278;
- public static int tp_inInterpolator = 0x7f040279;
- public static int tp_leadingZero = 0x7f04027a;
- public static int tp_minute = 0x7f04027b;
- public static int tp_mode = 0x7f04027c;
- public static int tp_outInterpolator = 0x7f04027d;
- public static int tp_pm = 0x7f04027e;
- public static int tp_selectionColor = 0x7f04027f;
- public static int tp_selectionRadius = 0x7f040280;
- public static int tp_textColor = 0x7f040281;
- public static int tp_textHighlightColor = 0x7f040282;
- public static int tp_textSize = 0x7f040283;
- public static int tp_textStyle = 0x7f040284;
- public static int tp_textTimeColor = 0x7f040285;
- public static int tp_textTimeSize = 0x7f040286;
- public static int tp_tickSize = 0x7f040287;
- public static int tpi_centerCurrentTab = 0x7f040288;
- public static int tpi_indicatorAtTop = 0x7f040289;
- public static int tpi_indicatorColor = 0x7f04028a;
- public static int tpi_indicatorHeight = 0x7f04028b;
- public static int tpi_mode = 0x7f04028c;
- public static int tpi_tabPadding = 0x7f04028d;
- public static int tpi_tabRipple = 0x7f04028e;
- public static int tpi_tabSingleLine = 0x7f04028f;
- public static int track = 0x7f040290;
- public static int tv_fontFamily = 0x7f040293;
- public static int v_styleId = 0x7f040295;
- public static int voiceIcon = 0x7f040296;
- public static int windowActionBar = 0x7f040297;
- public static int windowActionBarOverlay = 0x7f040298;
- public static int windowActionModeOverlay = 0x7f040299;
- public static int windowFixedHeightMajor = 0x7f04029a;
- public static int windowFixedHeightMinor = 0x7f04029b;
- public static int windowFixedWidthMajor = 0x7f04029c;
- public static int windowFixedWidthMinor = 0x7f04029d;
- public static int windowMinWidthMajor = 0x7f04029e;
- public static int windowMinWidthMinor = 0x7f04029f;
- public static int windowNoTitle = 0x7f0402a0;
- }
- public static final class bool {
- public static int abc_action_bar_embed_tabs = 0x7f050001;
- public static int abc_action_bar_embed_tabs_pre_jb = 0x7f050002;
- public static int abc_action_bar_expanded_action_views_exclusive = 0x7f050003;
- public static int abc_allow_stacked_button_bar = 0x7f050004;
- public static int abc_config_actionMenuItemAllCaps = 0x7f050005;
- public static int abc_config_allowActionMenuItemTextWithIcon = 0x7f050006;
- public static int abc_config_closeDialogWhenTouchOutside = 0x7f050007;
- public static int abc_config_showMenuShortcutsWhenKeyboardPresent = 0x7f050008;
- }
- public static final class color {
- public static int abc_background_cache_hint_selector_material_dark = 0x7f060003;
- public static int abc_background_cache_hint_selector_material_light = 0x7f060004;
- public static int abc_color_highlight_material = 0x7f060007;
- public static int abc_input_method_navigation_guard = 0x7f06000a;
- public static int abc_primary_text_disable_only_material_dark = 0x7f06000b;
- public static int abc_primary_text_disable_only_material_light = 0x7f06000c;
- public static int abc_primary_text_material_dark = 0x7f06000d;
- public static int abc_primary_text_material_light = 0x7f06000e;
- public static int abc_search_url_text = 0x7f06000f;
- public static int abc_search_url_text_normal = 0x7f060010;
- public static int abc_search_url_text_pressed = 0x7f060011;
- public static int abc_search_url_text_selected = 0x7f060012;
- public static int abc_secondary_text_material_dark = 0x7f060013;
- public static int abc_secondary_text_material_light = 0x7f060014;
- public static int accent_material_dark = 0x7f06001b;
- public static int accent_material_light = 0x7f06001c;
- public static int background_floating_material_dark = 0x7f060020;
- public static int background_floating_material_light = 0x7f060021;
- public static int background_material_dark = 0x7f060022;
- public static int background_material_light = 0x7f060023;
- public static int bright_foreground_disabled_material_dark = 0x7f060026;
- public static int bright_foreground_disabled_material_light = 0x7f060027;
- public static int bright_foreground_inverse_material_dark = 0x7f060028;
- public static int bright_foreground_inverse_material_light = 0x7f060029;
- public static int bright_foreground_material_dark = 0x7f06002a;
- public static int bright_foreground_material_light = 0x7f06002b;
- public static int button_material_dark = 0x7f06002c;
- public static int button_material_light = 0x7f06002d;
- public static int cardview_dark_background = 0x7f06002e;
- public static int cardview_light_background = 0x7f06002f;
- public static int cardview_shadow_end_color = 0x7f060030;
- public static int cardview_shadow_start_color = 0x7f060031;
- public static int dim_foreground_disabled_material_dark = 0x7f06003e;
- public static int dim_foreground_disabled_material_light = 0x7f06003f;
- public static int dim_foreground_material_dark = 0x7f060040;
- public static int dim_foreground_material_light = 0x7f060041;
- public static int foreground_material_dark = 0x7f060043;
- public static int foreground_material_light = 0x7f060044;
- public static int highlighted_text_material_dark = 0x7f060046;
- public static int highlighted_text_material_light = 0x7f060047;
- public static int hint_foreground_material_dark = 0x7f060048;
- public static int hint_foreground_material_light = 0x7f060049;
- public static int material_blue_grey_800 = 0x7f060050;
- public static int material_blue_grey_900 = 0x7f060051;
- public static int material_blue_grey_950 = 0x7f060052;
- public static int material_deep_teal_200 = 0x7f060053;
- public static int material_deep_teal_500 = 0x7f060054;
- public static int material_grey_100 = 0x7f060055;
- public static int material_grey_300 = 0x7f060056;
- public static int material_grey_50 = 0x7f060057;
- public static int material_grey_600 = 0x7f060058;
- public static int material_grey_800 = 0x7f060059;
- public static int material_grey_850 = 0x7f06005a;
- public static int material_grey_900 = 0x7f06005b;
- public static int primary_dark_material_dark = 0x7f060061;
- public static int primary_dark_material_light = 0x7f060062;
- public static int primary_material_dark = 0x7f060063;
- public static int primary_material_light = 0x7f060064;
- public static int primary_text_default_material_dark = 0x7f060066;
- public static int primary_text_default_material_light = 0x7f060067;
- public static int primary_text_disabled_material_dark = 0x7f060068;
- public static int primary_text_disabled_material_light = 0x7f060069;
- public static int ripple_material_dark = 0x7f06006c;
- public static int ripple_material_light = 0x7f06006d;
- public static int secondary_text_default_material_dark = 0x7f06006e;
- public static int secondary_text_default_material_light = 0x7f06006f;
- public static int secondary_text_disabled_material_dark = 0x7f060070;
- public static int secondary_text_disabled_material_light = 0x7f060071;
- public static int switch_thumb_disabled_material_dark = 0x7f060072;
- public static int switch_thumb_disabled_material_light = 0x7f060073;
- public static int switch_thumb_material_dark = 0x7f060074;
- public static int switch_thumb_material_light = 0x7f060075;
- public static int switch_thumb_normal_material_dark = 0x7f060076;
- public static int switch_thumb_normal_material_light = 0x7f060077;
- }
- public static final class dimen {
- public static int abc_action_bar_content_inset_material = 0x7f080001;
- public static int abc_action_bar_default_height_material = 0x7f080003;
- public static int abc_action_bar_default_padding_end_material = 0x7f080004;
- public static int abc_action_bar_default_padding_start_material = 0x7f080005;
- public static int abc_action_bar_icon_vertical_padding_material = 0x7f080007;
- public static int abc_action_bar_overflow_padding_end_material = 0x7f080008;
- public static int abc_action_bar_overflow_padding_start_material = 0x7f080009;
- public static int abc_action_bar_progress_bar_size = 0x7f08000a;
- public static int abc_action_bar_stacked_max_height = 0x7f08000b;
- public static int abc_action_bar_stacked_tab_max_width = 0x7f08000c;
- public static int abc_action_bar_subtitle_bottom_margin_material = 0x7f08000d;
- public static int abc_action_bar_subtitle_top_margin_material = 0x7f08000e;
- public static int abc_action_button_min_height_material = 0x7f08000f;
- public static int abc_action_button_min_width_material = 0x7f080010;
- public static int abc_action_button_min_width_overflow_material = 0x7f080011;
- public static int abc_alert_dialog_button_bar_height = 0x7f080012;
- public static int abc_button_inset_horizontal_material = 0x7f080013;
- public static int abc_button_inset_vertical_material = 0x7f080014;
- public static int abc_button_padding_horizontal_material = 0x7f080015;
- public static int abc_button_padding_vertical_material = 0x7f080016;
- public static int abc_config_prefDialogWidth = 0x7f080018;
- public static int abc_control_corner_material = 0x7f080019;
- public static int abc_control_inset_material = 0x7f08001a;
- public static int abc_control_padding_material = 0x7f08001b;
- public static int abc_dialog_fixed_height_major = 0x7f08001c;
- public static int abc_dialog_fixed_height_minor = 0x7f08001d;
- public static int abc_dialog_fixed_width_major = 0x7f08001e;
- public static int abc_dialog_fixed_width_minor = 0x7f08001f;
- public static int abc_dialog_list_padding_vertical_material = 0x7f080022;
- public static int abc_dialog_min_width_major = 0x7f080023;
- public static int abc_dialog_min_width_minor = 0x7f080024;
- public static int abc_dialog_padding_material = 0x7f080025;
- public static int abc_dialog_padding_top_material = 0x7f080026;
- public static int abc_disabled_alpha_material_dark = 0x7f080028;
- public static int abc_disabled_alpha_material_light = 0x7f080029;
- public static int abc_dropdownitem_icon_width = 0x7f08002a;
- public static int abc_dropdownitem_text_padding_left = 0x7f08002b;
- public static int abc_dropdownitem_text_padding_right = 0x7f08002c;
- public static int abc_edit_text_inset_bottom_material = 0x7f08002d;
- public static int abc_edit_text_inset_horizontal_material = 0x7f08002e;
- public static int abc_edit_text_inset_top_material = 0x7f08002f;
- public static int abc_floating_window_z = 0x7f080030;
- public static int abc_list_item_padding_horizontal_material = 0x7f080031;
- public static int abc_panel_menu_list_width = 0x7f080032;
- public static int abc_search_view_preferred_width = 0x7f080035;
- public static int abc_search_view_text_min_width = 0x7f080036;
- public static int abc_seekbar_track_background_height_material = 0x7f080037;
- public static int abc_seekbar_track_progress_height_material = 0x7f080038;
- public static int abc_select_dialog_padding_start_material = 0x7f080039;
- public static int abc_switch_padding = 0x7f08003a;
- public static int abc_text_size_body_1_material = 0x7f08003b;
- public static int abc_text_size_body_2_material = 0x7f08003c;
- public static int abc_text_size_button_material = 0x7f08003d;
- public static int abc_text_size_caption_material = 0x7f08003e;
- public static int abc_text_size_display_1_material = 0x7f08003f;
- public static int abc_text_size_display_2_material = 0x7f080040;
- public static int abc_text_size_display_3_material = 0x7f080041;
- public static int abc_text_size_display_4_material = 0x7f080042;
- public static int abc_text_size_headline_material = 0x7f080043;
- public static int abc_text_size_large_material = 0x7f080044;
- public static int abc_text_size_medium_material = 0x7f080045;
- public static int abc_text_size_menu_material = 0x7f080047;
- public static int abc_text_size_small_material = 0x7f080048;
- public static int abc_text_size_subhead_material = 0x7f080049;
- public static int abc_text_size_subtitle_material_toolbar = 0x7f08004a;
- public static int abc_text_size_title_material = 0x7f08004b;
- public static int abc_text_size_title_material_toolbar = 0x7f08004c;
- public static int cardview_compat_inset_shadow = 0x7f08004f;
- public static int cardview_default_elevation = 0x7f080050;
- public static int cardview_default_radius = 0x7f080051;
- public static int disabled_alpha_material_dark = 0x7f08007d;
- public static int disabled_alpha_material_light = 0x7f08007e;
- public static int highlight_alpha_material_colored = 0x7f080082;
- public static int highlight_alpha_material_dark = 0x7f080083;
- public static int highlight_alpha_material_light = 0x7f080084;
- public static int item_touch_helper_max_drag_scroll_per_frame = 0x7f080089;
- public static int notification_large_icon_height = 0x7f080090;
- public static int notification_large_icon_width = 0x7f080091;
- public static int notification_subtext_size = 0x7f080098;
- }
- public static final class drawable {
- public static int abc_ab_share_pack_mtrl_alpha = 0x7f090001;
- public static int abc_action_bar_item_background_material = 0x7f090002;
- public static int abc_btn_borderless_material = 0x7f090003;
- public static int abc_btn_check_material = 0x7f090004;
- public static int abc_btn_check_to_on_mtrl_000 = 0x7f090005;
- public static int abc_btn_check_to_on_mtrl_015 = 0x7f090006;
- public static int abc_btn_colored_material = 0x7f090007;
- public static int abc_btn_default_mtrl_shape = 0x7f090008;
- public static int abc_btn_radio_material = 0x7f090009;
- public static int abc_btn_radio_to_on_mtrl_000 = 0x7f09000a;
- public static int abc_btn_radio_to_on_mtrl_015 = 0x7f09000b;
- public static int abc_btn_rating_star_off_mtrl_alpha = 0x7f09000c;
- public static int abc_btn_rating_star_on_mtrl_alpha = 0x7f09000d;
- public static int abc_btn_switch_to_on_mtrl_00001 = 0x7f09000e;
- public static int abc_btn_switch_to_on_mtrl_00012 = 0x7f09000f;
- public static int abc_cab_background_internal_bg = 0x7f090010;
- public static int abc_cab_background_top_material = 0x7f090011;
- public static int abc_cab_background_top_mtrl_alpha = 0x7f090012;
- public static int abc_control_background_material = 0x7f090013;
- public static int abc_dialog_material_background_dark = 0x7f090015;
- public static int abc_dialog_material_background_light = 0x7f090016;
- public static int abc_edit_text_material = 0x7f090017;
- public static int abc_ic_ab_back_mtrl_am_alpha = 0x7f090019;
- public static int abc_ic_clear_mtrl_alpha = 0x7f09001c;
- public static int abc_ic_commit_search_api_mtrl_alpha = 0x7f09001d;
- public static int abc_ic_go_search_api_mtrl_alpha = 0x7f09001f;
- public static int abc_ic_menu_copy_mtrl_am_alpha = 0x7f090020;
- public static int abc_ic_menu_cut_mtrl_alpha = 0x7f090021;
- public static int abc_ic_menu_moreoverflow_mtrl_alpha = 0x7f090022;
- public static int abc_ic_menu_paste_mtrl_am_alpha = 0x7f090024;
- public static int abc_ic_menu_selectall_mtrl_alpha = 0x7f090025;
- public static int abc_ic_menu_share_mtrl_alpha = 0x7f090026;
- public static int abc_ic_search_api_mtrl_alpha = 0x7f090028;
- public static int abc_ic_voice_search_api_mtrl_alpha = 0x7f090030;
- public static int abc_item_background_holo_dark = 0x7f090031;
- public static int abc_item_background_holo_light = 0x7f090032;
- public static int abc_list_divider_mtrl_alpha = 0x7f090033;
- public static int abc_list_focused_holo = 0x7f090034;
- public static int abc_list_longpressed_holo = 0x7f090035;
- public static int abc_list_pressed_holo_dark = 0x7f090036;
- public static int abc_list_pressed_holo_light = 0x7f090037;
- public static int abc_list_selector_background_transition_holo_dark = 0x7f090038;
- public static int abc_list_selector_background_transition_holo_light = 0x7f090039;
- public static int abc_list_selector_disabled_holo_dark = 0x7f09003a;
- public static int abc_list_selector_disabled_holo_light = 0x7f09003b;
- public static int abc_list_selector_holo_dark = 0x7f09003c;
- public static int abc_list_selector_holo_light = 0x7f09003d;
- public static int abc_menu_hardkey_panel_mtrl_mult = 0x7f09003e;
- public static int abc_popup_background_mtrl_mult = 0x7f09003f;
- public static int abc_ratingbar_full_material = 0x7f090040;
- public static int abc_scrubber_control_off_mtrl_alpha = 0x7f090044;
- public static int abc_scrubber_control_to_pressed_mtrl_000 = 0x7f090045;
- public static int abc_scrubber_control_to_pressed_mtrl_005 = 0x7f090046;
- public static int abc_scrubber_primary_mtrl_alpha = 0x7f090047;
- public static int abc_scrubber_track_mtrl_alpha = 0x7f090048;
- public static int abc_seekbar_thumb_material = 0x7f090049;
- public static int abc_seekbar_track_material = 0x7f09004b;
- public static int abc_spinner_mtrl_am_alpha = 0x7f09004c;
- public static int abc_spinner_textfield_background_material = 0x7f09004d;
- public static int abc_switch_thumb_material = 0x7f09004e;
- public static int abc_switch_track_mtrl_alpha = 0x7f09004f;
- public static int abc_tab_indicator_material = 0x7f090050;
- public static int abc_tab_indicator_mtrl_alpha = 0x7f090051;
- public static int abc_text_cursor_material = 0x7f090052;
- public static int abc_textfield_activated_mtrl_alpha = 0x7f090059;
- public static int abc_textfield_default_mtrl_alpha = 0x7f09005a;
- public static int abc_textfield_search_activated_mtrl_alpha = 0x7f09005b;
- public static int abc_textfield_search_default_mtrl_alpha = 0x7f09005c;
- public static int abc_textfield_search_material = 0x7f09005d;
- public static int notification_template_icon_bg = 0x7f090070;
- }
- public static final class id {
- public static int action0 = 0x7f0c0001;
- public static int action_bar = 0x7f0c0002;
- public static int action_bar_activity_content = 0x7f0c0003;
- public static int action_bar_container = 0x7f0c0004;
- public static int action_bar_root = 0x7f0c0005;
- public static int action_bar_spinner = 0x7f0c0006;
- public static int action_bar_subtitle = 0x7f0c0007;
- public static int action_bar_title = 0x7f0c0008;
- public static int action_context_bar = 0x7f0c000a;
- public static int action_divider = 0x7f0c000b;
- public static int action_menu_divider = 0x7f0c000d;
- public static int action_menu_presenter = 0x7f0c000e;
- public static int action_mode_bar = 0x7f0c000f;
- public static int action_mode_bar_stub = 0x7f0c0010;
- public static int action_mode_close_button = 0x7f0c0011;
- public static int activity_chooser_view_content = 0x7f0c0014;
- public static int afterRelease = 0x7f0c0016;
- public static int alertTitle = 0x7f0c001b;
- public static int always = 0x7f0c001c;
- public static int beginning = 0x7f0c001f;
- public static int bevel = 0x7f0c0020;
- public static int bold = 0x7f0c0022;
- public static int bold_italic = 0x7f0c0023;
- public static int bottom = 0x7f0c0024;
- public static int buffer = 0x7f0c0025;
- public static int butt = 0x7f0c0026;
- public static int buttonPanel = 0x7f0c0027;
- public static int cancel_action = 0x7f0c0028;
- public static int center = 0x7f0c0029;
- public static int charCounter = 0x7f0c002a;
- public static int checkbox = 0x7f0c002b;
- public static int chronometer = 0x7f0c002c;
- public static int collapseActionView = 0x7f0c002d;
- public static int contentPanel = 0x7f0c002f;
- public static int custom = 0x7f0c0031;
- public static int customPanel = 0x7f0c0032;
- public static int decor_content_parent = 0x7f0c0033;
- public static int default_activity_button = 0x7f0c0034;
- public static int determinate = 0x7f0c003a;
- public static int disableHome = 0x7f0c003b;
- public static int edit_query = 0x7f0c003c;
- public static int end = 0x7f0c003e;
- public static int end_padder = 0x7f0c003f;
- public static int expand_activities_button = 0x7f0c0040;
- public static int expanded_menu = 0x7f0c0041;
- public static int fixed = 0x7f0c0043;
- public static int helper = 0x7f0c0046;
- public static int helperWithError = 0x7f0c0047;
- public static int home = 0x7f0c0048;
- public static int homeAsUp = 0x7f0c0049;
- public static int hour = 0x7f0c004a;
- public static int icon = 0x7f0c004b;
- public static int ifRoom = 0x7f0c004d;
- public static int image = 0x7f0c004e;
- public static int indeterminate = 0x7f0c004f;
- public static int info = 0x7f0c0050;
- public static int italic = 0x7f0c0051;
- public static int item_touch_helper_previous_elevation = 0x7f0c0052;
- public static int line1 = 0x7f0c0055;
- public static int line3 = 0x7f0c0056;
- public static int listMode = 0x7f0c0057;
- public static int list_item = 0x7f0c0059;
- public static int locale = 0x7f0c005a;
- public static int ltr = 0x7f0c005b;
- public static int marquee = 0x7f0c005c;
- public static int match_parent = 0x7f0c005e;
- public static int match_view = 0x7f0c005f;
- public static int media_actions = 0x7f0c0060;
- public static int middle = 0x7f0c0062;
- public static int minute = 0x7f0c0064;
- public static int miter = 0x7f0c0065;
- public static int multi = 0x7f0c0066;
- public static int multiply = 0x7f0c0067;
- public static int never = 0x7f0c0069;
- public static int none = 0x7f0c006a;
- public static int normal = 0x7f0c006b;
- public static int oval = 0x7f0c006f;
- public static int parentPanel = 0x7f0c0071;
- public static int progress_circular = 0x7f0c0074;
- public static int progress_horizontal = 0x7f0c0075;
- public static int query = 0x7f0c0076;
- public static int radio = 0x7f0c0077;
- public static int rectangle = 0x7f0c0078;
- public static int round = 0x7f0c007c;
- public static int rtl = 0x7f0c007d;
- public static int screen = 0x7f0c0081;
- public static int scroll = 0x7f0c0082;
- public static int scrollIndicatorDown = 0x7f0c0083;
- public static int scrollIndicatorUp = 0x7f0c0084;
- public static int scrollView = 0x7f0c0085;
- public static int search_badge = 0x7f0c0088;
- public static int search_bar = 0x7f0c0089;
- public static int search_button = 0x7f0c008a;
- public static int search_close_btn = 0x7f0c008b;
- public static int search_edit_frame = 0x7f0c008c;
- public static int search_go_btn = 0x7f0c008d;
- public static int search_mag_icon = 0x7f0c008e;
- public static int search_plate = 0x7f0c008f;
- public static int search_src_text = 0x7f0c0090;
- public static int search_voice_btn = 0x7f0c0091;
- public static int select_dialog_listview = 0x7f0c0092;
- public static int shortcut = 0x7f0c0093;
- public static int showCustom = 0x7f0c0094;
- public static int showHome = 0x7f0c0095;
- public static int showTitle = 0x7f0c0096;
- public static int single = 0x7f0c0098;
- public static int spacer = 0x7f0c009c;
- public static int split_action_bar = 0x7f0c009d;
- public static int square = 0x7f0c009e;
- public static int src_atop = 0x7f0c009f;
- public static int src_in = 0x7f0c00a0;
- public static int src_over = 0x7f0c00a1;
- public static int start = 0x7f0c00a2;
- public static int status_bar_latest_event_content = 0x7f0c00a3;
- public static int submit_area = 0x7f0c00a5;
- public static int tabMode = 0x7f0c00a6;
- public static int text = 0x7f0c00a7;
- public static int text2 = 0x7f0c00a8;
- public static int textSpacerNoButtons = 0x7f0c00a9;
- public static int time = 0x7f0c00ae;
- public static int title = 0x7f0c00af;
- public static int title_template = 0x7f0c00b1;
- public static int top = 0x7f0c00b2;
- public static int topPanel = 0x7f0c00b3;
- public static int touch = 0x7f0c00b4;
- public static int untilRelease = 0x7f0c00bc;
- public static int up = 0x7f0c00bd;
- public static int useLogo = 0x7f0c00be;
- public static int wave = 0x7f0c00c1;
- public static int withText = 0x7f0c00c2;
- public static int wrap_content = 0x7f0c00c3;
- }
- public static final class integer {
- public static int abc_config_activityDefaultDur = 0x7f0d0001;
- public static int abc_config_activityShortDur = 0x7f0d0002;
- public static int abc_max_action_buttons = 0x7f0d0003;
- public static int cancel_button_image_alpha = 0x7f0d0006;
- public static int status_bar_notification_info_maxnum = 0x7f0d000b;
- }
- public static final class layout {
- public static int abc_action_bar_title_item = 0x7f0f0001;
- public static int abc_action_bar_up_container = 0x7f0f0002;
- public static int abc_action_bar_view_list_nav_layout = 0x7f0f0003;
- public static int abc_action_menu_item_layout = 0x7f0f0004;
- public static int abc_action_menu_layout = 0x7f0f0005;
- public static int abc_action_mode_bar = 0x7f0f0006;
- public static int abc_action_mode_close_item_material = 0x7f0f0007;
- public static int abc_activity_chooser_view = 0x7f0f0008;
- public static int abc_activity_chooser_view_list_item = 0x7f0f0009;
- public static int abc_alert_dialog_button_bar_material = 0x7f0f000a;
- public static int abc_alert_dialog_material = 0x7f0f000b;
- public static int abc_dialog_title_material = 0x7f0f000d;
- public static int abc_expanded_menu_layout = 0x7f0f000e;
- public static int abc_list_menu_item_checkbox = 0x7f0f000f;
- public static int abc_list_menu_item_icon = 0x7f0f0010;
- public static int abc_list_menu_item_layout = 0x7f0f0011;
- public static int abc_list_menu_item_radio = 0x7f0f0012;
- public static int abc_popup_menu_item_layout = 0x7f0f0014;
- public static int abc_screen_content_include = 0x7f0f0015;
- public static int abc_screen_simple = 0x7f0f0016;
- public static int abc_screen_simple_overlay_action_mode = 0x7f0f0017;
- public static int abc_screen_toolbar = 0x7f0f0018;
- public static int abc_search_dropdown_item_icons_2line = 0x7f0f0019;
- public static int abc_search_view = 0x7f0f001a;
- public static int abc_select_dialog_material = 0x7f0f001b;
- public static int notification_media_action = 0x7f0f0030;
- public static int notification_media_cancel_action = 0x7f0f0031;
- public static int notification_template_big_media = 0x7f0f0032;
- public static int notification_template_big_media_narrow = 0x7f0f0034;
- public static int notification_template_lines = 0x7f0f0038;
- public static int notification_template_media = 0x7f0f003a;
- public static int notification_template_part_chronometer = 0x7f0f003c;
- public static int notification_template_part_time = 0x7f0f003d;
- public static int select_dialog_item_material = 0x7f0f003e;
- public static int select_dialog_multichoice_material = 0x7f0f003f;
- public static int select_dialog_singlechoice_material = 0x7f0f0040;
- public static int support_simple_spinner_dropdown_item = 0x7f0f0041;
- }
- public static final class string {
- public static int abc_action_bar_home_description = 0x7f150001;
- public static int abc_action_bar_home_description_format = 0x7f150002;
- public static int abc_action_bar_home_subtitle_description_format = 0x7f150003;
- public static int abc_action_bar_up_description = 0x7f150004;
- public static int abc_action_menu_overflow_description = 0x7f150005;
- public static int abc_action_mode_done = 0x7f150006;
- public static int abc_activity_chooser_view_see_all = 0x7f150007;
- public static int abc_activitychooserview_choose_application = 0x7f150008;
- public static int abc_capital_off = 0x7f150009;
- public static int abc_capital_on = 0x7f15000a;
- public static int abc_search_hint = 0x7f150017;
- public static int abc_searchview_description_clear = 0x7f150018;
- public static int abc_searchview_description_query = 0x7f150019;
- public static int abc_searchview_description_search = 0x7f15001a;
- public static int abc_searchview_description_submit = 0x7f15001b;
- public static int abc_searchview_description_voice = 0x7f15001c;
- public static int abc_shareactionprovider_share_with = 0x7f15001d;
- public static int abc_shareactionprovider_share_with_application = 0x7f15001e;
- public static int abc_toolbar_collapse_description = 0x7f15001f;
- public static int status_bar_notification_info_overflow = 0x7f150029;
- }
- public static final class style {
- public static int AlertDialog_AppCompat = 0x7f160001;
- public static int AlertDialog_AppCompat_Light = 0x7f160002;
- public static int Animation_AppCompat_Dialog = 0x7f160003;
- public static int Animation_AppCompat_DropDownUp = 0x7f160004;
- public static int Base_AlertDialog_AppCompat = 0x7f160007;
- public static int Base_AlertDialog_AppCompat_Light = 0x7f160008;
- public static int Base_Animation_AppCompat_Dialog = 0x7f160009;
- public static int Base_Animation_AppCompat_DropDownUp = 0x7f16000a;
- public static int Base_DialogWindowTitleBackground_AppCompat = 0x7f16000c;
- public static int Base_DialogWindowTitle_AppCompat = 0x7f16000d;
- public static int Base_TextAppearance_AppCompat = 0x7f16000e;
- public static int Base_TextAppearance_AppCompat_Body1 = 0x7f16000f;
- public static int Base_TextAppearance_AppCompat_Body2 = 0x7f160010;
- public static int Base_TextAppearance_AppCompat_Button = 0x7f160011;
- public static int Base_TextAppearance_AppCompat_Caption = 0x7f160012;
- public static int Base_TextAppearance_AppCompat_Display1 = 0x7f160013;
- public static int Base_TextAppearance_AppCompat_Display2 = 0x7f160014;
- public static int Base_TextAppearance_AppCompat_Display3 = 0x7f160015;
- public static int Base_TextAppearance_AppCompat_Display4 = 0x7f160016;
- public static int Base_TextAppearance_AppCompat_Headline = 0x7f160017;
- public static int Base_TextAppearance_AppCompat_Inverse = 0x7f160018;
- public static int Base_TextAppearance_AppCompat_Large = 0x7f160019;
- public static int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f16001a;
- public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f16001b;
- public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f16001c;
- public static int Base_TextAppearance_AppCompat_Medium = 0x7f16001d;
- public static int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f16001e;
- public static int Base_TextAppearance_AppCompat_Menu = 0x7f16001f;
- public static int Base_TextAppearance_AppCompat_SearchResult = 0x7f160020;
- public static int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f160021;
- public static int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f160022;
- public static int Base_TextAppearance_AppCompat_Small = 0x7f160023;
- public static int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f160024;
- public static int Base_TextAppearance_AppCompat_Subhead = 0x7f160025;
- public static int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f160026;
- public static int Base_TextAppearance_AppCompat_Title = 0x7f160027;
- public static int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f160028;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f16002a;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f16002b;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f16002c;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f16002d;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f16002e;
- public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f16002f;
- public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f160030;
- public static int Base_TextAppearance_AppCompat_Widget_Button = 0x7f160031;
- public static int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f160034;
- public static int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f160035;
- public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f160037;
- public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f160038;
- public static int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f160039;
- public static int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f16003a;
- public static int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f16003b;
- public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f16003c;
- public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f16003d;
- public static int Base_ThemeOverlay_AppCompat = 0x7f16003e;
- public static int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f16003f;
- public static int Base_ThemeOverlay_AppCompat_Dark = 0x7f160040;
- public static int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f160041;
- public static int Base_ThemeOverlay_AppCompat_Light = 0x7f160044;
- public static int Base_Theme_AppCompat = 0x7f160045;
- public static int Base_Theme_AppCompat_CompactMenu = 0x7f160046;
- public static int Base_Theme_AppCompat_Dialog = 0x7f160047;
- public static int Base_Theme_AppCompat_DialogWhenLarge = 0x7f160048;
- public static int Base_Theme_AppCompat_Dialog_Alert = 0x7f160049;
- public static int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f16004a;
- public static int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f16004b;
- public static int Base_Theme_AppCompat_Light = 0x7f16004c;
- public static int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f16004d;
- public static int Base_Theme_AppCompat_Light_Dialog = 0x7f16004e;
- public static int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f16004f;
- public static int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f160050;
- public static int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f160051;
- public static int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f160052;
- public static int Base_V11_Theme_AppCompat_Dialog = 0x7f160054;
- public static int Base_V11_Theme_AppCompat_Light_Dialog = 0x7f160055;
- public static int Base_V12_Widget_AppCompat_AutoCompleteTextView = 0x7f160056;
- public static int Base_V12_Widget_AppCompat_EditText = 0x7f160057;
- public static int Base_V21_Theme_AppCompat = 0x7f16005a;
- public static int Base_V21_Theme_AppCompat_Dialog = 0x7f16005b;
- public static int Base_V21_Theme_AppCompat_Light = 0x7f16005c;
- public static int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f16005d;
- public static int Base_V22_Theme_AppCompat = 0x7f16005f;
- public static int Base_V22_Theme_AppCompat_Light = 0x7f160060;
- public static int Base_V23_Theme_AppCompat = 0x7f160061;
- public static int Base_V23_Theme_AppCompat_Light = 0x7f160062;
- public static int Base_V7_Theme_AppCompat = 0x7f160068;
- public static int Base_V7_Theme_AppCompat_Dialog = 0x7f160069;
- public static int Base_V7_Theme_AppCompat_Light = 0x7f16006a;
- public static int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f16006b;
- public static int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f16006c;
- public static int Base_V7_Widget_AppCompat_EditText = 0x7f16006d;
- public static int Base_Widget_AppCompat_ActionBar = 0x7f16006f;
- public static int Base_Widget_AppCompat_ActionBar_Solid = 0x7f160070;
- public static int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f160071;
- public static int Base_Widget_AppCompat_ActionBar_TabText = 0x7f160072;
- public static int Base_Widget_AppCompat_ActionBar_TabView = 0x7f160073;
- public static int Base_Widget_AppCompat_ActionButton = 0x7f160074;
- public static int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f160075;
- public static int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f160076;
- public static int Base_Widget_AppCompat_ActionMode = 0x7f160077;
- public static int Base_Widget_AppCompat_ActivityChooserView = 0x7f160078;
- public static int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f160079;
- public static int Base_Widget_AppCompat_Button = 0x7f16007a;
- public static int Base_Widget_AppCompat_ButtonBar = 0x7f16007b;
- public static int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f16007c;
- public static int Base_Widget_AppCompat_Button_Borderless = 0x7f16007d;
- public static int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f16007e;
- public static int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f16007f;
- public static int Base_Widget_AppCompat_Button_Colored = 0x7f160080;
- public static int Base_Widget_AppCompat_Button_Small = 0x7f160081;
- public static int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f160082;
- public static int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f160083;
- public static int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f160084;
- public static int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f160085;
- public static int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f160086;
- public static int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f160087;
- public static int Base_Widget_AppCompat_EditText = 0x7f160088;
- public static int Base_Widget_AppCompat_ImageButton = 0x7f160089;
- public static int Base_Widget_AppCompat_Light_ActionBar = 0x7f16008a;
- public static int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f16008b;
- public static int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f16008c;
- public static int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f16008d;
- public static int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f16008e;
- public static int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f16008f;
- public static int Base_Widget_AppCompat_Light_PopupMenu = 0x7f160090;
- public static int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f160091;
- public static int Base_Widget_AppCompat_ListPopupWindow = 0x7f160093;
- public static int Base_Widget_AppCompat_ListView = 0x7f160094;
- public static int Base_Widget_AppCompat_ListView_DropDown = 0x7f160095;
- public static int Base_Widget_AppCompat_ListView_Menu = 0x7f160096;
- public static int Base_Widget_AppCompat_PopupMenu = 0x7f160097;
- public static int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f160098;
- public static int Base_Widget_AppCompat_PopupWindow = 0x7f160099;
- public static int Base_Widget_AppCompat_ProgressBar = 0x7f16009a;
- public static int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f16009b;
- public static int Base_Widget_AppCompat_RatingBar = 0x7f16009c;
- public static int Base_Widget_AppCompat_SearchView = 0x7f16009f;
- public static int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f1600a0;
- public static int Base_Widget_AppCompat_SeekBar = 0x7f1600a1;
- public static int Base_Widget_AppCompat_Spinner = 0x7f1600a3;
- public static int Base_Widget_AppCompat_Spinner_Underlined = 0x7f1600a4;
- public static int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f1600a5;
- public static int Base_Widget_AppCompat_Toolbar = 0x7f1600a6;
- public static int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f1600a7;
- public static int CardView = 0x7f1600aa;
- public static int CardView_Dark = 0x7f1600ab;
- public static int CardView_Light = 0x7f1600ac;
- public static int DialogNoAnimation = 0x7f1600ad;
- public static int Material = 0x7f1600af;
- public static int Material_App = 0x7f1600b1;
- public static int Material_App_BottomSheetDialog = 0x7f1600b2;
- public static int Material_App_Dialog = 0x7f1600b3;
- public static int Material_App_Dialog_DatePicker = 0x7f1600b4;
- public static int Material_App_Dialog_DatePicker_Light = 0x7f1600b5;
- public static int Material_App_Dialog_Light = 0x7f1600b6;
- public static int Material_App_Dialog_Simple = 0x7f1600b7;
- public static int Material_App_Dialog_Simple_Light = 0x7f1600b8;
- public static int Material_App_Dialog_TimePicker = 0x7f1600b9;
- public static int Material_App_Dialog_TimePicker_Light = 0x7f1600ba;
- public static int Material_Drawable = 0x7f1600bb;
- public static int Material_Drawable_CheckBox = 0x7f1600bc;
- public static int Material_Drawable_CircularProgress = 0x7f1600bd;
- public static int Material_Drawable_CircularProgress_Determinate = 0x7f1600be;
- public static int Material_Drawable_LinearProgress = 0x7f1600bf;
- public static int Material_Drawable_LinearProgress_Buffer = 0x7f1600c0;
- public static int Material_Drawable_LinearProgress_Determinate = 0x7f1600c1;
- public static int Material_Drawable_LinearProgress_Query = 0x7f1600c2;
- public static int Material_Drawable_NavigationDrawer = 0x7f1600c3;
- public static int Material_Drawable_NavigationDrawerIcon = 0x7f1600c4;
- public static int Material_Drawable_NavigationDrawerIcon_Light = 0x7f1600c5;
- public static int Material_Drawable_NavigationDrawer_Light = 0x7f1600c6;
- public static int Material_Drawable_RadioButton = 0x7f1600c7;
- public static int Material_Drawable_Ripple = 0x7f1600c8;
- public static int Material_Drawable_Ripple_Touch = 0x7f1600c9;
- public static int Material_Drawable_Ripple_Touch_Light = 0x7f1600ca;
- public static int Material_Drawable_Ripple_Touch_MatchView = 0x7f1600cb;
- public static int Material_Drawable_Ripple_Touch_MatchView_Light = 0x7f1600cc;
- public static int Material_Drawable_Ripple_Wave = 0x7f1600cd;
- public static int Material_Drawable_Ripple_Wave_Light = 0x7f1600ce;
- public static int Material_TextAppearance = 0x7f1600cf;
- public static int Material_TextAppearance_SimpleDialog = 0x7f1600d0;
- public static int Material_TextAppearance_SimpleDialog_Light = 0x7f1600d1;
- public static int Material_Widget = 0x7f1600d2;
- public static int Material_Widget_DatePicker = 0x7f1600d3;
- public static int Material_Widget_DatePicker_Light = 0x7f1600d4;
- public static int Material_Widget_EditText = 0x7f1600d5;
- public static int Material_Widget_EditText_Light = 0x7f1600d6;
- public static int Material_Widget_FloatingActionButton = 0x7f1600d7;
- public static int Material_Widget_FloatingActionButton_Light = 0x7f1600d8;
- public static int Material_Widget_FloatingActionButton_Mini = 0x7f1600d9;
- public static int Material_Widget_FloatingActionButton_Mini_Light = 0x7f1600da;
- public static int Material_Widget_ProgressView = 0x7f1600db;
- public static int Material_Widget_ProgressView_Circular = 0x7f1600dc;
- public static int Material_Widget_ProgressView_Circular_Determinate = 0x7f1600dd;
- public static int Material_Widget_ProgressView_Linear = 0x7f1600de;
- public static int Material_Widget_ProgressView_Linear_Buffer = 0x7f1600df;
- public static int Material_Widget_ProgressView_Linear_Determinate = 0x7f1600e0;
- public static int Material_Widget_ProgressView_Linear_Query = 0x7f1600e1;
- public static int Material_Widget_Slider = 0x7f1600e2;
- public static int Material_Widget_Slider_Discrete = 0x7f1600e3;
- public static int Material_Widget_SnackBar = 0x7f1600e4;
- public static int Material_Widget_SnackBar_Mobile = 0x7f1600e5;
- public static int Material_Widget_SnackBar_Mobile_MultiLine = 0x7f1600e6;
- public static int Material_Widget_SnackBar_Tablet = 0x7f1600e7;
- public static int Material_Widget_SnackBar_Tablet_MultiLine = 0x7f1600e8;
- public static int Material_Widget_Spinner = 0x7f1600e9;
- public static int Material_Widget_Spinner_Light = 0x7f1600ea;
- public static int Material_Widget_Switch = 0x7f1600eb;
- public static int Material_Widget_TabPageIndicator = 0x7f1600ec;
- public static int Material_Widget_TabPageIndicator_Fixed = 0x7f1600ed;
- public static int Material_Widget_TabPageIndicator_Fixed_Light = 0x7f1600ee;
- public static int Material_Widget_TabPageIndicator_Light = 0x7f1600ef;
- public static int Material_Widget_TimePicker = 0x7f1600f0;
- public static int Material_Widget_TimePicker_Light = 0x7f1600f1;
- public static int Material_Widget_YearPicker = 0x7f1600f2;
- public static int Material_Widget_YearPicker_Light = 0x7f1600f3;
- public static int Platform_AppCompat = 0x7f1600f4;
- public static int Platform_AppCompat_Light = 0x7f1600f5;
- public static int Platform_ThemeOverlay_AppCompat = 0x7f1600f6;
- public static int Platform_ThemeOverlay_AppCompat_Dark = 0x7f1600f7;
- public static int Platform_ThemeOverlay_AppCompat_Light = 0x7f1600f8;
- public static int Platform_V11_AppCompat = 0x7f1600f9;
- public static int Platform_V11_AppCompat_Light = 0x7f1600fa;
- public static int Platform_V14_AppCompat = 0x7f1600fb;
- public static int Platform_V14_AppCompat_Light = 0x7f1600fc;
- public static int Platform_Widget_AppCompat_Spinner = 0x7f160101;
- public static int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f160102;
- public static int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f160103;
- public static int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f160104;
- public static int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f160105;
- public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f160106;
- public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f160107;
- public static int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f160108;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f160109;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f16010a;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f16010b;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f16010c;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f16010d;
- public static int RtlUnderlay_Widget_AppCompat_ActionButton = 0x7f16010e;
- public static int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 0x7f16010f;
- public static int TextAppearance_AppCompat = 0x7f160110;
- public static int TextAppearance_AppCompat_Body1 = 0x7f160111;
- public static int TextAppearance_AppCompat_Body2 = 0x7f160112;
- public static int TextAppearance_AppCompat_Button = 0x7f160113;
- public static int TextAppearance_AppCompat_Caption = 0x7f160114;
- public static int TextAppearance_AppCompat_Display1 = 0x7f160115;
- public static int TextAppearance_AppCompat_Display2 = 0x7f160116;
- public static int TextAppearance_AppCompat_Display3 = 0x7f160117;
- public static int TextAppearance_AppCompat_Display4 = 0x7f160118;
- public static int TextAppearance_AppCompat_Headline = 0x7f160119;
- public static int TextAppearance_AppCompat_Inverse = 0x7f16011a;
- public static int TextAppearance_AppCompat_Large = 0x7f16011b;
- public static int TextAppearance_AppCompat_Large_Inverse = 0x7f16011c;
- public static int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f16011d;
- public static int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f16011e;
- public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f16011f;
- public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f160120;
- public static int TextAppearance_AppCompat_Medium = 0x7f160121;
- public static int TextAppearance_AppCompat_Medium_Inverse = 0x7f160122;
- public static int TextAppearance_AppCompat_Menu = 0x7f160123;
- public static int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f16012e;
- public static int TextAppearance_AppCompat_SearchResult_Title = 0x7f16012f;
- public static int TextAppearance_AppCompat_Small = 0x7f160130;
- public static int TextAppearance_AppCompat_Small_Inverse = 0x7f160131;
- public static int TextAppearance_AppCompat_Subhead = 0x7f160132;
- public static int TextAppearance_AppCompat_Subhead_Inverse = 0x7f160133;
- public static int TextAppearance_AppCompat_Title = 0x7f160134;
- public static int TextAppearance_AppCompat_Title_Inverse = 0x7f160135;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f160137;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f160138;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f160139;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f16013a;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f16013b;
- public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f16013c;
- public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f16013d;
- public static int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f16013e;
- public static int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f16013f;
- public static int TextAppearance_AppCompat_Widget_Button = 0x7f160140;
- public static int TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f160143;
- public static int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f160144;
- public static int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f160146;
- public static int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f160147;
- public static int TextAppearance_AppCompat_Widget_Switch = 0x7f160148;
- public static int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f160149;
- public static int TextAppearance_StatusBar_EventContent = 0x7f16015b;
- public static int TextAppearance_StatusBar_EventContent_Info = 0x7f16015c;
- public static int TextAppearance_StatusBar_EventContent_Line2 = 0x7f16015d;
- public static int TextAppearance_StatusBar_EventContent_Time = 0x7f16015e;
- public static int TextAppearance_StatusBar_EventContent_Title = 0x7f16015f;
- public static int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f160160;
- public static int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f160161;
- public static int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f160162;
- public static int ThemeOverlay_AppCompat = 0x7f160163;
- public static int ThemeOverlay_AppCompat_ActionBar = 0x7f160164;
- public static int ThemeOverlay_AppCompat_Dark = 0x7f160165;
- public static int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f160166;
- public static int ThemeOverlay_AppCompat_Light = 0x7f160169;
- public static int Theme_AppCompat = 0x7f16016a;
- public static int Theme_AppCompat_CompactMenu = 0x7f16016b;
- public static int Theme_AppCompat_Dialog = 0x7f160173;
- public static int Theme_AppCompat_DialogWhenLarge = 0x7f160174;
- public static int Theme_AppCompat_Dialog_Alert = 0x7f160175;
- public static int Theme_AppCompat_Dialog_MinWidth = 0x7f160176;
- public static int Theme_AppCompat_Light = 0x7f160177;
- public static int Theme_AppCompat_Light_DarkActionBar = 0x7f160178;
- public static int Theme_AppCompat_Light_Dialog = 0x7f160179;
- public static int Theme_AppCompat_Light_DialogWhenLarge = 0x7f16017a;
- public static int Theme_AppCompat_Light_Dialog_Alert = 0x7f16017b;
- public static int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f16017c;
- public static int Theme_AppCompat_Light_NoActionBar = 0x7f16017d;
- public static int Theme_AppCompat_NoActionBar = 0x7f16017e;
- public static int Widget_AppCompat_ActionBar = 0x7f160185;
- public static int Widget_AppCompat_ActionBar_Solid = 0x7f160186;
- public static int Widget_AppCompat_ActionBar_TabBar = 0x7f160187;
- public static int Widget_AppCompat_ActionBar_TabText = 0x7f160188;
- public static int Widget_AppCompat_ActionBar_TabView = 0x7f160189;
- public static int Widget_AppCompat_ActionButton = 0x7f16018a;
- public static int Widget_AppCompat_ActionButton_CloseMode = 0x7f16018b;
- public static int Widget_AppCompat_ActionButton_Overflow = 0x7f16018c;
- public static int Widget_AppCompat_ActionMode = 0x7f16018d;
- public static int Widget_AppCompat_ActivityChooserView = 0x7f16018e;
- public static int Widget_AppCompat_AutoCompleteTextView = 0x7f16018f;
- public static int Widget_AppCompat_Button = 0x7f160190;
- public static int Widget_AppCompat_ButtonBar = 0x7f160191;
- public static int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f160192;
- public static int Widget_AppCompat_Button_Borderless = 0x7f160193;
- public static int Widget_AppCompat_Button_Borderless_Colored = 0x7f160194;
- public static int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f160195;
- public static int Widget_AppCompat_Button_Colored = 0x7f160196;
- public static int Widget_AppCompat_Button_Small = 0x7f160197;
- public static int Widget_AppCompat_CompoundButton_CheckBox = 0x7f160198;
- public static int Widget_AppCompat_CompoundButton_RadioButton = 0x7f160199;
- public static int Widget_AppCompat_CompoundButton_Switch = 0x7f16019a;
- public static int Widget_AppCompat_DrawerArrowToggle = 0x7f16019b;
- public static int Widget_AppCompat_DropDownItem_Spinner = 0x7f16019c;
- public static int Widget_AppCompat_EditText = 0x7f16019d;
- public static int Widget_AppCompat_ImageButton = 0x7f16019e;
- public static int Widget_AppCompat_Light_ActionBar = 0x7f16019f;
- public static int Widget_AppCompat_Light_ActionBar_Solid = 0x7f1601a0;
- public static int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f1601a1;
- public static int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f1601a2;
- public static int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f1601a3;
- public static int Widget_AppCompat_Light_ActionBar_TabText = 0x7f1601a4;
- public static int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f1601a5;
- public static int Widget_AppCompat_Light_ActionBar_TabView = 0x7f1601a6;
- public static int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f1601a7;
- public static int Widget_AppCompat_Light_ActionButton = 0x7f1601a8;
- public static int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f1601a9;
- public static int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f1601aa;
- public static int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f1601ab;
- public static int Widget_AppCompat_Light_ActivityChooserView = 0x7f1601ac;
- public static int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f1601ad;
- public static int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f1601ae;
- public static int Widget_AppCompat_Light_ListPopupWindow = 0x7f1601af;
- public static int Widget_AppCompat_Light_ListView_DropDown = 0x7f1601b0;
- public static int Widget_AppCompat_Light_PopupMenu = 0x7f1601b1;
- public static int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f1601b2;
- public static int Widget_AppCompat_Light_SearchView = 0x7f1601b3;
- public static int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f1601b4;
- public static int Widget_AppCompat_ListPopupWindow = 0x7f1601b6;
- public static int Widget_AppCompat_ListView = 0x7f1601b7;
- public static int Widget_AppCompat_ListView_DropDown = 0x7f1601b8;
- public static int Widget_AppCompat_ListView_Menu = 0x7f1601b9;
- public static int Widget_AppCompat_PopupMenu = 0x7f1601ba;
- public static int Widget_AppCompat_PopupMenu_Overflow = 0x7f1601bb;
- public static int Widget_AppCompat_PopupWindow = 0x7f1601bc;
- public static int Widget_AppCompat_ProgressBar = 0x7f1601bd;
- public static int Widget_AppCompat_ProgressBar_Horizontal = 0x7f1601be;
- public static int Widget_AppCompat_RatingBar = 0x7f1601bf;
- public static int Widget_AppCompat_SearchView = 0x7f1601c2;
- public static int Widget_AppCompat_SearchView_ActionBar = 0x7f1601c3;
- public static int Widget_AppCompat_SeekBar = 0x7f1601c4;
- public static int Widget_AppCompat_Spinner = 0x7f1601c6;
- public static int Widget_AppCompat_Spinner_DropDown = 0x7f1601c7;
- public static int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f1601c8;
- public static int Widget_AppCompat_Spinner_Underlined = 0x7f1601c9;
- public static int Widget_AppCompat_TextView_SpinnerItem = 0x7f1601ca;
- public static int Widget_AppCompat_Toolbar = 0x7f1601cb;
- public static int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f1601cc;
- }
- public static final class styleable {
- public static int[] ActionBar = { 0x7f040032, 0x7f040033, 0x7f040034, 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b, 0x7f040098, 0x7f0400c2, 0x7f0400c3, 0x7f0400eb, 0x7f040131, 0x7f040132, 0x7f040137, 0x7f040138, 0x7f040139, 0x7f04013e, 0x7f040144, 0x7f04016e, 0x7f040185, 0x7f040197, 0x7f04019b, 0x7f04019c, 0x7f04022a, 0x7f04022d, 0x7f040261, 0x7f04026b };
- public static int ActionBar_background = 0;
- public static int ActionBar_backgroundSplit = 1;
- public static int ActionBar_backgroundStacked = 2;
- public static int ActionBar_contentInsetEnd = 3;
- public static int ActionBar_contentInsetEndWithActions = 4;
- public static int ActionBar_contentInsetLeft = 5;
- public static int ActionBar_contentInsetRight = 6;
- public static int ActionBar_contentInsetStart = 7;
- public static int ActionBar_contentInsetStartWithNavigation = 8;
- public static int ActionBar_customNavigationLayout = 9;
- public static int ActionBar_displayOptions = 10;
- public static int ActionBar_divider = 11;
- public static int ActionBar_elevation = 12;
- public static int ActionBar_height = 13;
- public static int ActionBar_hideOnContentScroll = 14;
- public static int ActionBar_homeAsUpIndicator = 15;
- public static int ActionBar_homeLayout = 16;
- public static int ActionBar_icon = 17;
- public static int ActionBar_indeterminateProgressStyle = 18;
- public static int ActionBar_itemPadding = 19;
- public static int ActionBar_logo = 20;
- public static int ActionBar_navigationMode = 21;
- public static int ActionBar_popupTheme = 22;
- public static int ActionBar_progressBarPadding = 23;
- public static int ActionBar_progressBarStyle = 24;
- public static int ActionBar_subtitle = 25;
- public static int ActionBar_subtitleTextStyle = 26;
- public static int ActionBar_title = 27;
- public static int ActionBar_titleTextStyle = 28;
- public static int[] ActionBarLayout = { 0x010100b3 };
- public static int ActionBarLayout_android_layout_gravity = 0;
- public static int[] ActionMenuItemView = { 0x0101013f };
- public static int ActionMenuItemView_android_minWidth = 0;
- public static int[] ActionMode = { 0x7f040032, 0x7f040033, 0x7f040064, 0x7f040131, 0x7f04022d, 0x7f04026b };
- public static int ActionMode_background = 0;
- public static int ActionMode_backgroundSplit = 1;
- public static int ActionMode_closeItemLayout = 2;
- public static int ActionMode_height = 3;
- public static int ActionMode_subtitleTextStyle = 4;
- public static int ActionMode_titleTextStyle = 5;
- public static int[] ActivityChooserView = { 0x7f04010b, 0x7f04013f };
- public static int ActivityChooserView_expandActivityOverflowButtonDrawable = 0;
- public static int ActivityChooserView_initialActivityCount = 1;
- public static int[] AlertDialog = { 0x010100f2, 0x7f04004e, 0x7f040156, 0x7f040157, 0x7f040182, 0x7f0401f0, 0x7f0401f1 };
- public static int AlertDialog_android_layout = 0;
- public static int AlertDialog_buttonPanelSideLayout = 1;
- public static int AlertDialog_listItemLayout = 2;
- public static int AlertDialog_listLayout = 3;
- public static int AlertDialog_multiChoiceItemLayout = 4;
- public static int AlertDialog_showTitle = 5;
- public static int AlertDialog_singleChoiceItemLayout = 6;
- public static int[] AppCompatTextView = { 0x01010034, 0x7f04002d, 0x7f04002e, 0x7f04002f, 0x7f040030, 0x7f040031, 0x7f040124, 0x7f04024b };
- public static int AppCompatTextView_android_textAppearance = 0;
- public static int AppCompatTextView_autoSizeMaxTextSize = 1;
- public static int AppCompatTextView_autoSizeMinTextSize = 2;
- public static int AppCompatTextView_autoSizePresetSizes = 3;
- public static int AppCompatTextView_autoSizeStepGranularity = 4;
- public static int AppCompatTextView_autoSizeTextType = 5;
- public static int AppCompatTextView_fontFamily = 6;
- public static int AppCompatTextView_textAllCaps = 7;
- public static int[] AutoCompleteTextView = { 0x01010172, 0x01010174, 0x01010263, 0x01010283, 0x010102ac, 0x010102ad, 0x01010262, 0x01010176 };
- public static int AutoCompleteTextView_android_completionHint = 0;
- public static int AutoCompleteTextView_android_completionThreshold = 1;
- public static int AutoCompleteTextView_android_dropDownAnchor = 2;
- public static int AutoCompleteTextView_android_dropDownHeight = 3;
- public static int AutoCompleteTextView_android_dropDownHorizontalOffset = 4;
- public static int AutoCompleteTextView_android_dropDownVerticalOffset = 5;
- public static int AutoCompleteTextView_android_dropDownWidth = 6;
- public static int AutoCompleteTextView_android_popupBackground = 7;
- public static int[] BottomSheetDialog = { 0x010100f5, 0x7f040041, 0x7f040042, 0x7f040043, 0x7f040044, 0x7f040045, 0x7f040046, 0x7f040047 };
- public static int BottomSheetDialog_android_layout_height = 0;
- public static int BottomSheetDialog_bsd_cancelable = 1;
- public static int BottomSheetDialog_bsd_canceledOnTouchOutside = 2;
- public static int BottomSheetDialog_bsd_dimAmount = 3;
- public static int BottomSheetDialog_bsd_inDuration = 4;
- public static int BottomSheetDialog_bsd_inInterpolator = 5;
- public static int BottomSheetDialog_bsd_outDuration = 6;
- public static int BottomSheetDialog_bsd_outInterpolator = 7;
- public static int[] ButtonBarLayout = { 0x7f040027 };
- public static int ButtonBarLayout_allowStacking = 0;
- public static int[] CardView = { 0x7f040053, 0x7f040054, 0x7f040055, 0x7f040056, 0x7f040057, 0x7f040058, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f04007f, 0x7f040080 };
- public static int CardView_cardBackgroundColor = 0;
- public static int CardView_cardCornerRadius = 1;
- public static int CardView_cardElevation = 2;
- public static int CardView_cardMaxElevation = 3;
- public static int CardView_cardPreventCornerOverlap = 4;
- public static int CardView_cardUseCompatPadding = 5;
- public static int CardView_contentPadding = 6;
- public static int CardView_contentPaddingBottom = 7;
- public static int CardView_contentPaddingLeft = 8;
- public static int CardView_contentPaddingRight = 9;
- public static int CardView_contentPaddingTop = 10;
- public static int[] CheckBoxDrawable = { 0x7f040059, 0x7f04005a, 0x7f04005b, 0x7f04005c, 0x7f04005d, 0x7f04005e, 0x7f04005f, 0x7f040060 };
- public static int CheckBoxDrawable_cbd_animDuration = 0;
- public static int CheckBoxDrawable_cbd_boxSize = 1;
- public static int CheckBoxDrawable_cbd_cornerRadius = 2;
- public static int CheckBoxDrawable_cbd_height = 3;
- public static int CheckBoxDrawable_cbd_strokeColor = 4;
- public static int CheckBoxDrawable_cbd_strokeSize = 5;
- public static int CheckBoxDrawable_cbd_tickColor = 6;
- public static int CheckBoxDrawable_cbd_width = 7;
- public static int[] CircularProgressDrawable = { 0x7f040087, 0x7f040088, 0x7f040089, 0x7f04008a, 0x7f04008b, 0x7f04008c, 0x7f04008d, 0x7f04008e, 0x7f04008f, 0x7f040090, 0x7f040091, 0x7f040092, 0x7f040093, 0x7f040094, 0x7f040095, 0x7f040096, 0x7f040097, 0x7f04019f, 0x7f0401a0, 0x7f0401a2 };
- public static int CircularProgressDrawable_cpd_inAnimDuration = 0;
- public static int CircularProgressDrawable_cpd_inStepColors = 1;
- public static int CircularProgressDrawable_cpd_inStepPercent = 2;
- public static int CircularProgressDrawable_cpd_initialAngle = 3;
- public static int CircularProgressDrawable_cpd_keepDuration = 4;
- public static int CircularProgressDrawable_cpd_maxSweepAngle = 5;
- public static int CircularProgressDrawable_cpd_minSweepAngle = 6;
- public static int CircularProgressDrawable_cpd_outAnimDuration = 7;
- public static int CircularProgressDrawable_cpd_padding = 8;
- public static int CircularProgressDrawable_cpd_reverse = 9;
- public static int CircularProgressDrawable_cpd_rotateDuration = 10;
- public static int CircularProgressDrawable_cpd_strokeColor = 11;
- public static int CircularProgressDrawable_cpd_strokeColors = 12;
- public static int CircularProgressDrawable_cpd_strokeSecondaryColor = 13;
- public static int CircularProgressDrawable_cpd_strokeSize = 14;
- public static int CircularProgressDrawable_cpd_transformDuration = 15;
- public static int CircularProgressDrawable_cpd_transformInterpolator = 16;
- public static int CircularProgressDrawable_pv_progress = 17;
- public static int CircularProgressDrawable_pv_progressMode = 18;
- public static int CircularProgressDrawable_pv_secondaryProgress = 19;
- public static int[] CompoundButton = { 0x01010107, 0x7f040051, 0x7f040052 };
- public static int CompoundButton_android_button = 0;
- public static int CompoundButton_buttonTint = 1;
- public static int CompoundButton_buttonTintMode = 2;
- public static int[] DatePicker = { 0x010100d5, 0x010100d9, 0x010100d6, 0x010100d8, 0x010100d7, 0x7f0400c7, 0x7f0400c8, 0x7f0400c9, 0x7f0400ca, 0x7f0400cb, 0x7f0400cc, 0x7f0400d3, 0x7f0400d4, 0x7f0400d5, 0x7f0400d6, 0x7f0400d7, 0x7f0400d8, 0x7f0400d9, 0x7f0400da, 0x7f0400dc, 0x7f0400dd, 0x7f0400de, 0x7f0400df, 0x7f0400e1, 0x7f0400e2 };
- public static int DatePicker_android_padding = 0;
- public static int DatePicker_android_paddingBottom = 1;
- public static int DatePicker_android_paddingLeft = 2;
- public static int DatePicker_android_paddingRight = 3;
- public static int DatePicker_android_paddingTop = 4;
- public static int DatePicker_dp_animDuration = 5;
- public static int DatePicker_dp_day = 6;
- public static int DatePicker_dp_dayMax = 7;
- public static int DatePicker_dp_dayMin = 8;
- public static int DatePicker_dp_dayTextSize = 9;
- public static int DatePicker_dp_fontFamily = 10;
- public static int DatePicker_dp_inInterpolator = 11;
- public static int DatePicker_dp_month = 12;
- public static int DatePicker_dp_monthMax = 13;
- public static int DatePicker_dp_monthMin = 14;
- public static int DatePicker_dp_outInterpolator = 15;
- public static int DatePicker_dp_selectionColor = 16;
- public static int DatePicker_dp_textColor = 17;
- public static int DatePicker_dp_textDisableColor = 18;
- public static int DatePicker_dp_textHighlightColor = 19;
- public static int DatePicker_dp_textLabelColor = 20;
- public static int DatePicker_dp_textStyle = 21;
- public static int DatePicker_dp_year = 22;
- public static int DatePicker_dp_yearMax = 23;
- public static int DatePicker_dp_yearMin = 24;
- public static int[] DatePickerDialog = { 0x7f0400cd, 0x7f0400ce, 0x7f0400cf, 0x7f0400d0, 0x7f0400d1, 0x7f0400d2, 0x7f0400db };
- public static int DatePickerDialog_dp_headerPrimaryColor = 0;
- public static int DatePickerDialog_dp_headerPrimaryHeight = 1;
- public static int DatePickerDialog_dp_headerPrimaryTextSize = 2;
- public static int DatePickerDialog_dp_headerSecondaryColor = 3;
- public static int DatePickerDialog_dp_headerSecondaryHeight = 4;
- public static int DatePickerDialog_dp_headerSecondaryTextSize = 5;
- public static int DatePickerDialog_dp_textHeaderColor = 6;
- public static int[] Dialog = { 0x010100f5, 0x010100f4, 0x7f04009a, 0x7f04009b, 0x7f04009c, 0x7f04009d, 0x7f04009e, 0x7f04009f, 0x7f0400a0, 0x7f0400a2, 0x7f0400a3, 0x7f0400a4, 0x7f0400a5, 0x7f0400a6, 0x7f0400a7, 0x7f0400aa, 0x7f0400ab, 0x7f0400ac, 0x7f0400ad, 0x7f0400b0, 0x7f0400b1, 0x7f0400b2, 0x7f0400b3, 0x7f0400b4, 0x7f0400b5, 0x7f0400b6, 0x7f0400b7, 0x7f0400b8, 0x7f0400b9, 0x7f0400ba, 0x7f0400bb, 0x7f0400bc, 0x7f0400be, 0x7f0400bf };
- public static int Dialog_android_layout_height = 0;
- public static int Dialog_android_layout_width = 1;
- public static int Dialog_di_actionBackground = 2;
- public static int Dialog_di_actionRipple = 3;
- public static int Dialog_di_actionTextAppearance = 4;
- public static int Dialog_di_actionTextColor = 5;
- public static int Dialog_di_backgroundColor = 6;
- public static int Dialog_di_cancelable = 7;
- public static int Dialog_di_canceledOnTouchOutside = 8;
- public static int Dialog_di_cornerRadius = 9;
- public static int Dialog_di_dimAmount = 10;
- public static int Dialog_di_dividerColor = 11;
- public static int Dialog_di_dividerHeight = 12;
- public static int Dialog_di_elevation = 13;
- public static int Dialog_di_inAnimation = 14;
- public static int Dialog_di_layoutDirection = 15;
- public static int Dialog_di_maxElevation = 16;
- public static int Dialog_di_maxHeight = 17;
- public static int Dialog_di_maxWidth = 18;
- public static int Dialog_di_negativeActionBackground = 19;
- public static int Dialog_di_negativeActionRipple = 20;
- public static int Dialog_di_negativeActionTextAppearance = 21;
- public static int Dialog_di_negativeActionTextColor = 22;
- public static int Dialog_di_neutralActionBackground = 23;
- public static int Dialog_di_neutralActionRipple = 24;
- public static int Dialog_di_neutralActionTextAppearance = 25;
- public static int Dialog_di_neutralActionTextColor = 26;
- public static int Dialog_di_outAnimation = 27;
- public static int Dialog_di_positiveActionBackground = 28;
- public static int Dialog_di_positiveActionRipple = 29;
- public static int Dialog_di_positiveActionTextAppearance = 30;
- public static int Dialog_di_positiveActionTextColor = 31;
- public static int Dialog_di_titleTextAppearance = 32;
- public static int Dialog_di_titleTextColor = 33;
- public static int[] DrawerArrowToggle = { 0x7f04002a, 0x7f04002b, 0x7f040037, 0x7f040069, 0x7f0400e4, 0x7f04012e, 0x7f040208, 0x7f040258 };
- public static int DrawerArrowToggle_arrowHeadLength = 0;
- public static int DrawerArrowToggle_arrowShaftLength = 1;
- public static int DrawerArrowToggle_barLength = 2;
- public static int DrawerArrowToggle_color = 3;
- public static int DrawerArrowToggle_drawableSize = 4;
- public static int DrawerArrowToggle_gapBetweenBars = 5;
- public static int DrawerArrowToggle_spinBars = 6;
- public static int DrawerArrowToggle_thickness = 7;
- public static int[] EditText = { 0x7f0400ee, 0x7f0400ef, 0x7f0400f0, 0x7f0400f1, 0x7f0400f2, 0x7f0400f3, 0x7f0400f4, 0x7f0400f5, 0x7f0400f6, 0x7f0400f7, 0x7f0400f8, 0x7f0400f9, 0x7f0400fa, 0x7f0400fb, 0x7f0400fc, 0x7f0400fd, 0x7f0400fe, 0x7f0400ff, 0x7f040100, 0x7f040101, 0x7f040102, 0x7f040103, 0x7f040104, 0x7f040105, 0x7f040106, 0x7f040107, 0x7f040108, 0x7f040109, 0x7f04010a };
- public static int EditText_et_autoCompleteMode = 0;
- public static int EditText_et_dividerAnimDuration = 1;
- public static int EditText_et_dividerColor = 2;
- public static int EditText_et_dividerCompoundPadding = 3;
- public static int EditText_et_dividerErrorColor = 4;
- public static int EditText_et_dividerHeight = 5;
- public static int EditText_et_dividerPadding = 6;
- public static int EditText_et_error = 7;
- public static int EditText_et_helper = 8;
- public static int EditText_et_inputId = 9;
- public static int EditText_et_labelEllipsize = 10;
- public static int EditText_et_labelEnable = 11;
- public static int EditText_et_labelInAnim = 12;
- public static int EditText_et_labelOutAnim = 13;
- public static int EditText_et_labelPadding = 14;
- public static int EditText_et_labelTextAppearance = 15;
- public static int EditText_et_labelTextColor = 16;
- public static int EditText_et_labelTextSize = 17;
- public static int EditText_et_supportEllipsize = 18;
- public static int EditText_et_supportLines = 19;
- public static int EditText_et_supportMaxChars = 20;
- public static int EditText_et_supportMaxLines = 21;
- public static int EditText_et_supportMode = 22;
- public static int EditText_et_supportPadding = 23;
- public static int EditText_et_supportSingleLine = 24;
- public static int EditText_et_supportTextAppearance = 25;
- public static int EditText_et_supportTextColor = 26;
- public static int EditText_et_supportTextErrorColor = 27;
- public static int EditText_et_supportTextSize = 28;
- public static int[] FloatingActionButton = { 0x7f040035, 0x7f040036, 0x7f04003d, 0x7f0400eb, 0x7f040114, 0x7f040115, 0x7f040116, 0x7f040117, 0x7f040118, 0x7f040119, 0x7f04011a, 0x7f04011b, 0x7f04011c, 0x7f04011d, 0x7f04019a, 0x7f0401c7, 0x7f040294 };
- public static int FloatingActionButton_backgroundTint = 0;
- public static int FloatingActionButton_backgroundTintMode = 1;
- public static int FloatingActionButton_borderWidth = 2;
- public static int FloatingActionButton_elevation = 3;
- public static int FloatingActionButton_fabSize = 4;
- public static int FloatingActionButton_fab_animDuration = 5;
- public static int FloatingActionButton_fab_backgroundAnimDuration = 6;
- public static int FloatingActionButton_fab_backgroundColor = 7;
- public static int FloatingActionButton_fab_elevation = 8;
- public static int FloatingActionButton_fab_iconLineMorphing = 9;
- public static int FloatingActionButton_fab_iconSize = 10;
- public static int FloatingActionButton_fab_iconSrc = 11;
- public static int FloatingActionButton_fab_interpolator = 12;
- public static int FloatingActionButton_fab_radius = 13;
- public static int FloatingActionButton_pressedTranslationZ = 14;
- public static int FloatingActionButton_rippleColor = 15;
- public static int FloatingActionButton_useCompatPadding = 16;
- public static int[] LineMorphingDrawable = { 0x7f04015f, 0x7f040160, 0x7f040161, 0x7f040162, 0x7f040163, 0x7f040164, 0x7f040165, 0x7f040166, 0x7f040167, 0x7f040168, 0x7f040169, 0x7f04016a, 0x7f04016b, 0x7f04016c, 0x7f04016d };
- public static int LineMorphingDrawable_lmd_animDuration = 0;
- public static int LineMorphingDrawable_lmd_clockwise = 1;
- public static int LineMorphingDrawable_lmd_curState = 2;
- public static int LineMorphingDrawable_lmd_interpolator = 3;
- public static int LineMorphingDrawable_lmd_layoutDirection = 4;
- public static int LineMorphingDrawable_lmd_padding = 5;
- public static int LineMorphingDrawable_lmd_paddingBottom = 6;
- public static int LineMorphingDrawable_lmd_paddingLeft = 7;
- public static int LineMorphingDrawable_lmd_paddingRight = 8;
- public static int LineMorphingDrawable_lmd_paddingTop = 9;
- public static int LineMorphingDrawable_lmd_state = 10;
- public static int LineMorphingDrawable_lmd_strokeCap = 11;
- public static int LineMorphingDrawable_lmd_strokeColor = 12;
- public static int LineMorphingDrawable_lmd_strokeJoin = 13;
- public static int LineMorphingDrawable_lmd_strokeSize = 14;
- public static int[] LinearLayoutCompat = { 0x01010126, 0x01010127, 0x010100af, 0x010100c4, 0x01010128, 0x7f0400c3, 0x7f0400c5, 0x7f040180, 0x7f0401ee };
- public static int LinearLayoutCompat_android_baselineAligned = 0;
- public static int LinearLayoutCompat_android_baselineAlignedChildIndex = 1;
- public static int LinearLayoutCompat_android_gravity = 2;
- public static int LinearLayoutCompat_android_orientation = 3;
- public static int LinearLayoutCompat_android_weightSum = 4;
- public static int LinearLayoutCompat_divider = 5;
- public static int LinearLayoutCompat_dividerPadding = 6;
- public static int LinearLayoutCompat_measureWithLargestChild = 7;
- public static int LinearLayoutCompat_showDividers = 8;
- public static int[] LinearLayoutCompat_Layout = { 0x010100b3, 0x010100f5, 0x01010181, 0x010100f4 };
- public static int LinearLayoutCompat_Layout_android_layout_gravity = 0;
- public static int LinearLayoutCompat_Layout_android_layout_height = 1;
- public static int LinearLayoutCompat_Layout_android_layout_weight = 2;
- public static int LinearLayoutCompat_Layout_android_layout_width = 3;
- public static int[] LinearProgressDrawable = { 0x7f040170, 0x7f040171, 0x7f040172, 0x7f040173, 0x7f040174, 0x7f040175, 0x7f040176, 0x7f040177, 0x7f040178, 0x7f040179, 0x7f04017a, 0x7f04017b, 0x7f04017c, 0x7f04017d, 0x7f04019f, 0x7f0401a0, 0x7f0401a2 };
- public static int LinearProgressDrawable_lpd_inAnimDuration = 0;
- public static int LinearProgressDrawable_lpd_keepDuration = 1;
- public static int LinearProgressDrawable_lpd_maxLineWidth = 2;
- public static int LinearProgressDrawable_lpd_minLineWidth = 3;
- public static int LinearProgressDrawable_lpd_outAnimDuration = 4;
- public static int LinearProgressDrawable_lpd_reverse = 5;
- public static int LinearProgressDrawable_lpd_strokeColor = 6;
- public static int LinearProgressDrawable_lpd_strokeColors = 7;
- public static int LinearProgressDrawable_lpd_strokeSecondaryColor = 8;
- public static int LinearProgressDrawable_lpd_strokeSize = 9;
- public static int LinearProgressDrawable_lpd_transformDuration = 10;
- public static int LinearProgressDrawable_lpd_transformInterpolator = 11;
- public static int LinearProgressDrawable_lpd_travelDuration = 12;
- public static int LinearProgressDrawable_lpd_verticalAlign = 13;
- public static int LinearProgressDrawable_pv_progress = 14;
- public static int LinearProgressDrawable_pv_progressMode = 15;
- public static int LinearProgressDrawable_pv_secondaryProgress = 16;
- public static int[] ListPopupWindow = { 0x010102ac, 0x010102ad };
- public static int ListPopupWindow_android_dropDownHorizontalOffset = 0;
- public static int ListPopupWindow_android_dropDownVerticalOffset = 1;
- public static int[] MenuGroup = { 0x010101e0, 0x0101000e, 0x010100d0, 0x010101de, 0x010101df, 0x01010194 };
- public static int MenuGroup_android_checkableBehavior = 0;
- public static int MenuGroup_android_enabled = 1;
- public static int MenuGroup_android_id = 2;
- public static int MenuGroup_android_menuCategory = 3;
- public static int MenuGroup_android_orderInCategory = 4;
- public static int MenuGroup_android_visible = 5;
- public static int[] MenuItem = { 0x7f04000e, 0x7f040020, 0x7f040021, 0x7f040029, 0x010101e3, 0x010101e5, 0x01010106, 0x0101000e, 0x01010002, 0x010100d0, 0x010101de, 0x010101e4, 0x0101026f, 0x010101df, 0x010101e1, 0x010101e2, 0x01010194, 0x7f040075, 0x7f04013a, 0x7f04013b, 0x7f040188, 0x7f0401ed, 0x7f040271 };
- public static int MenuItem_actionLayout = 0;
- public static int MenuItem_actionProviderClass = 1;
- public static int MenuItem_actionViewClass = 2;
- public static int MenuItem_alphabeticModifiers = 3;
- public static int MenuItem_android_alphabeticShortcut = 4;
- public static int MenuItem_android_checkable = 5;
- public static int MenuItem_android_checked = 6;
- public static int MenuItem_android_enabled = 7;
- public static int MenuItem_android_icon = 8;
- public static int MenuItem_android_id = 9;
- public static int MenuItem_android_menuCategory = 10;
- public static int MenuItem_android_numericShortcut = 11;
- public static int MenuItem_android_onClick = 12;
- public static int MenuItem_android_orderInCategory = 13;
- public static int MenuItem_android_title = 14;
- public static int MenuItem_android_titleCondensed = 15;
- public static int MenuItem_android_visible = 16;
- public static int MenuItem_contentDescription = 17;
- public static int MenuItem_iconTint = 18;
- public static int MenuItem_iconTintMode = 19;
- public static int MenuItem_numericModifiers = 20;
- public static int MenuItem_showAsAction = 21;
- public static int MenuItem_tooltipText = 22;
- public static int[] MenuView = { 0x0101012f, 0x0101012d, 0x01010130, 0x01010131, 0x0101012c, 0x0101012e, 0x010100ae, 0x7f040199, 0x7f040228 };
- public static int MenuView_android_headerBackground = 0;
- public static int MenuView_android_horizontalDivider = 1;
- public static int MenuView_android_itemBackground = 2;
- public static int MenuView_android_itemIconDisabledAlpha = 3;
- public static int MenuView_android_itemTextAppearance = 4;
- public static int MenuView_android_verticalDivider = 5;
- public static int MenuView_android_windowAnimationStyle = 6;
- public static int MenuView_preserveIconSpacing = 7;
- public static int MenuView_subMenuArrow = 8;
- public static int[] NavigationDrawerDrawable = { 0x7f040186, 0x7f040187 };
- public static int NavigationDrawerDrawable_nd_icon = 0;
- public static int NavigationDrawerDrawable_nd_ripple = 1;
- public static int[] PopupWindow = { 0x010102c9, 0x01010176, 0x7f040189 };
- public static int PopupWindow_android_popupAnimationStyle = 0;
- public static int PopupWindow_android_popupBackground = 1;
- public static int PopupWindow_overlapAnchor = 2;
- public static int[] PopupWindowBackgroundState = { 0x7f040223 };
- public static int PopupWindowBackgroundState_state_above_anchor = 0;
- public static int[] ProgressView = { 0x7f04019d, 0x7f04019e, 0x7f04019f, 0x7f0401a0, 0x7f0401a1, 0x7f0401a2 };
- public static int ProgressView_pv_autostart = 0;
- public static int ProgressView_pv_circular = 1;
- public static int ProgressView_pv_progress = 2;
- public static int ProgressView_pv_progressMode = 3;
- public static int ProgressView_pv_progressStyle = 4;
- public static int ProgressView_pv_secondaryProgress = 5;
- public static int[] RadioButtonDrawable = { 0x7f0401a9, 0x7f0401aa, 0x7f0401ab, 0x7f0401ac, 0x7f0401ad, 0x7f0401ae, 0x7f0401af };
- public static int RadioButtonDrawable_rbd_animDuration = 0;
- public static int RadioButtonDrawable_rbd_height = 1;
- public static int RadioButtonDrawable_rbd_innerRadius = 2;
- public static int RadioButtonDrawable_rbd_radius = 3;
- public static int RadioButtonDrawable_rbd_strokeColor = 4;
- public static int RadioButtonDrawable_rbd_strokeSize = 5;
- public static int RadioButtonDrawable_rbd_width = 6;
- public static int[] RecyclerView = { 0x010100f1, 0x010100c4, 0x7f04011e, 0x7f04011f, 0x7f040120, 0x7f040121, 0x7f040122, 0x7f040149, 0x7f0401c6, 0x7f040207, 0x7f040222 };
- public static int RecyclerView_android_descendantFocusability = 0;
- public static int RecyclerView_android_orientation = 1;
- public static int RecyclerView_fastScrollEnabled = 2;
- public static int RecyclerView_fastScrollHorizontalThumbDrawable = 3;
- public static int RecyclerView_fastScrollHorizontalTrackDrawable = 4;
- public static int RecyclerView_fastScrollVerticalThumbDrawable = 5;
- public static int RecyclerView_fastScrollVerticalTrackDrawable = 6;
- public static int RecyclerView_layoutManager = 7;
- public static int RecyclerView_reverseLayout = 8;
- public static int RecyclerView_spanCount = 9;
- public static int RecyclerView_stackFromEnd = 10;
- public static int[] RippleDrawable = { 0x7f0401b0, 0x7f0401b1, 0x7f0401b2, 0x7f0401b3, 0x7f0401b4, 0x7f0401b5, 0x7f0401b6, 0x7f0401b8, 0x7f0401b9, 0x7f0401ba, 0x7f0401bb, 0x7f0401bc, 0x7f0401bd, 0x7f0401be, 0x7f0401bf, 0x7f0401c0, 0x7f0401c1, 0x7f0401c3, 0x7f0401c4, 0x7f0401c5 };
- public static int RippleDrawable_rd_backgroundAnimDuration = 0;
- public static int RippleDrawable_rd_backgroundColor = 1;
- public static int RippleDrawable_rd_bottomLeftCornerRadius = 2;
- public static int RippleDrawable_rd_bottomPadding = 3;
- public static int RippleDrawable_rd_bottomRightCornerRadius = 4;
- public static int RippleDrawable_rd_cornerRadius = 5;
- public static int RippleDrawable_rd_delayClick = 6;
- public static int RippleDrawable_rd_inInterpolator = 7;
- public static int RippleDrawable_rd_leftPadding = 8;
- public static int RippleDrawable_rd_maskType = 9;
- public static int RippleDrawable_rd_maxRippleRadius = 10;
- public static int RippleDrawable_rd_outInterpolator = 11;
- public static int RippleDrawable_rd_padding = 12;
- public static int RippleDrawable_rd_rightPadding = 13;
- public static int RippleDrawable_rd_rippleAnimDuration = 14;
- public static int RippleDrawable_rd_rippleColor = 15;
- public static int RippleDrawable_rd_rippleType = 16;
- public static int RippleDrawable_rd_topLeftCornerRadius = 17;
- public static int RippleDrawable_rd_topPadding = 18;
- public static int RippleDrawable_rd_topRightCornerRadius = 19;
- public static int[] RippleView = { 0x7f0401b7, 0x7f0401c2 };
- public static int RippleView_rd_enable = 0;
- public static int RippleView_rd_style = 1;
- public static int[] SearchView = { 0x010100da, 0x01010264, 0x01010220, 0x0101011f, 0x7f040063, 0x7f040074, 0x7f040099, 0x7f04012f, 0x7f04013c, 0x7f040148, 0x7f0401a3, 0x7f0401a4, 0x7f0401e7, 0x7f0401e8, 0x7f040229, 0x7f04022e, 0x7f040296 };
- public static int SearchView_android_focusable = 0;
- public static int SearchView_android_imeOptions = 1;
- public static int SearchView_android_inputType = 2;
- public static int SearchView_android_maxWidth = 3;
- public static int SearchView_closeIcon = 4;
- public static int SearchView_commitIcon = 5;
- public static int SearchView_defaultQueryHint = 6;
- public static int SearchView_goIcon = 7;
- public static int SearchView_iconifiedByDefault = 8;
- public static int SearchView_layout = 9;
- public static int SearchView_queryBackground = 10;
- public static int SearchView_queryHint = 11;
- public static int SearchView_searchHintIcon = 12;
- public static int SearchView_searchIcon = 13;
- public static int SearchView_submitBackground = 14;
- public static int SearchView_suggestionRowLayout = 15;
- public static int SearchView_voiceIcon = 16;
- public static int[] SimpleDialog = { 0x7f0400a1, 0x7f0400a8, 0x7f0400a9, 0x7f0400ae, 0x7f0400af, 0x7f0400bd };
- public static int SimpleDialog_di_checkBoxStyle = 0;
- public static int SimpleDialog_di_itemHeight = 1;
- public static int SimpleDialog_di_itemTextAppearance = 2;
- public static int SimpleDialog_di_messageTextAppearance = 3;
- public static int SimpleDialog_di_messageTextColor = 4;
- public static int SimpleDialog_di_radioButtonStyle = 5;
- public static int[] Slider = { 0x0101000e, 0x010100af, 0x7f0401f2, 0x7f0401f3, 0x7f0401f4, 0x7f0401f5, 0x7f0401f6, 0x7f0401f7, 0x7f0401f8, 0x7f0401f9, 0x7f0401fa, 0x7f0401fb, 0x7f0401fc, 0x7f0401fd, 0x7f0401fe, 0x7f0401ff, 0x7f040200, 0x7f040201, 0x7f040202, 0x7f040203, 0x7f040204, 0x7f040205, 0x7f040206 };
- public static int Slider_android_enabled = 0;
- public static int Slider_android_gravity = 1;
- public static int Slider_sl_alwaysFillThumb = 2;
- public static int Slider_sl_baselineOffset = 3;
- public static int Slider_sl_discreteMode = 4;
- public static int Slider_sl_fontFamily = 5;
- public static int Slider_sl_interpolator = 6;
- public static int Slider_sl_maxValue = 7;
- public static int Slider_sl_minValue = 8;
- public static int Slider_sl_primaryColor = 9;
- public static int Slider_sl_secondaryColor = 10;
- public static int Slider_sl_stepValue = 11;
- public static int Slider_sl_textColor = 12;
- public static int Slider_sl_textSize = 13;
- public static int Slider_sl_textStyle = 14;
- public static int Slider_sl_thumbBorderSize = 15;
- public static int Slider_sl_thumbFocusRadius = 16;
- public static int Slider_sl_thumbRadius = 17;
- public static int Slider_sl_trackCap = 18;
- public static int Slider_sl_trackSize = 19;
- public static int Slider_sl_transformAnimDuration = 20;
- public static int Slider_sl_travelAnimDuration = 21;
- public static int Slider_sl_value = 22;
- public static int[] SnackBar = { 0x7f0401c8, 0x7f0401c9, 0x7f0401ca, 0x7f0401cb, 0x7f0401cc, 0x7f0401cd, 0x7f0401ce, 0x7f0401cf, 0x7f0401d0, 0x7f0401d1, 0x7f0401d2, 0x7f0401d3, 0x7f0401d4, 0x7f0401d5, 0x7f0401d6, 0x7f0401d7, 0x7f0401d8, 0x7f0401d9, 0x7f0401da, 0x7f0401db, 0x7f0401dc, 0x7f0401dd, 0x7f0401de, 0x7f0401df, 0x7f0401e0, 0x7f0401e1, 0x7f0401e2, 0x7f0401e3, 0x7f0401e4 };
- public static int SnackBar_sb_actionRipple = 0;
- public static int SnackBar_sb_actionText = 1;
- public static int SnackBar_sb_actionTextAppearance = 2;
- public static int SnackBar_sb_actionTextColor = 3;
- public static int SnackBar_sb_actionTextSize = 4;
- public static int SnackBar_sb_backgroundColor = 5;
- public static int SnackBar_sb_backgroundCornerRadius = 6;
- public static int SnackBar_sb_duration = 7;
- public static int SnackBar_sb_ellipsize = 8;
- public static int SnackBar_sb_height = 9;
- public static int SnackBar_sb_horizontalPadding = 10;
- public static int SnackBar_sb_inAnimation = 11;
- public static int SnackBar_sb_lines = 12;
- public static int SnackBar_sb_marginBottom = 13;
- public static int SnackBar_sb_marginStart = 14;
- public static int SnackBar_sb_maxHeight = 15;
- public static int SnackBar_sb_maxLines = 16;
- public static int SnackBar_sb_maxWidth = 17;
- public static int SnackBar_sb_minHeight = 18;
- public static int SnackBar_sb_minWidth = 19;
- public static int SnackBar_sb_outAnimation = 20;
- public static int SnackBar_sb_removeOnDismiss = 21;
- public static int SnackBar_sb_singleLine = 22;
- public static int SnackBar_sb_text = 23;
- public static int SnackBar_sb_textAppearance = 24;
- public static int SnackBar_sb_textColor = 25;
- public static int SnackBar_sb_textSize = 26;
- public static int SnackBar_sb_verticalPadding = 27;
- public static int SnackBar_sb_width = 28;
- public static int[] Spinner = { 0x01010262, 0x010100b2, 0x010100af, 0x01010140, 0x0101013f, 0x01010176, 0x0101017b, 0x7f040197, 0x7f04020c, 0x7f04020d, 0x7f04020e, 0x7f04020f, 0x7f040210, 0x7f040211, 0x7f040212, 0x7f040213, 0x7f040214, 0x7f040215, 0x7f040216, 0x7f040217, 0x7f040218, 0x7f040219, 0x7f04021a, 0x7f04021b, 0x7f04021c, 0x7f04021d, 0x7f04021e, 0x7f04021f, 0x7f040220 };
- public static int Spinner_android_dropDownWidth = 0;
- public static int Spinner_android_entries = 1;
- public static int Spinner_android_gravity = 2;
- public static int Spinner_android_minHeight = 3;
- public static int Spinner_android_minWidth = 4;
- public static int Spinner_android_popupBackground = 5;
- public static int Spinner_android_prompt = 6;
- public static int Spinner_popupTheme = 7;
- public static int Spinner_spn_arrowAnimClockwise = 8;
- public static int Spinner_spn_arrowAnimDuration = 9;
- public static int Spinner_spn_arrowColor = 10;
- public static int Spinner_spn_arrowInterpolator = 11;
- public static int Spinner_spn_arrowPadding = 12;
- public static int Spinner_spn_arrowSize = 13;
- public static int Spinner_spn_arrowSwitchMode = 14;
- public static int Spinner_spn_disableChildrenWhenDisabled = 15;
- public static int Spinner_spn_dividerAnimDuration = 16;
- public static int Spinner_spn_dividerColor = 17;
- public static int Spinner_spn_dividerHeight = 18;
- public static int Spinner_spn_dividerPadding = 19;
- public static int Spinner_spn_label = 20;
- public static int Spinner_spn_labelEllipsize = 21;
- public static int Spinner_spn_labelEnable = 22;
- public static int Spinner_spn_labelPadding = 23;
- public static int Spinner_spn_labelTextAppearance = 24;
- public static int Spinner_spn_labelTextColor = 25;
- public static int Spinner_spn_labelTextSize = 26;
- public static int Spinner_spn_popupItemAnimOffset = 27;
- public static int Spinner_spn_popupItemAnimation = 28;
- public static int[] Switch = { 0x01010106, 0x010100af, 0x7f04022f, 0x7f040230, 0x7f040231, 0x7f040232, 0x7f040233, 0x7f040234, 0x7f040235, 0x7f040236 };
- public static int Switch_android_checked = 0;
- public static int Switch_android_gravity = 1;
- public static int Switch_sw_animDuration = 2;
- public static int Switch_sw_interpolator = 3;
- public static int Switch_sw_thumbColor = 4;
- public static int Switch_sw_thumbElevation = 5;
- public static int Switch_sw_thumbRadius = 6;
- public static int Switch_sw_trackCap = 7;
- public static int Switch_sw_trackColor = 8;
- public static int Switch_sw_trackSize = 9;
- public static int[] SwitchCompat = { 0x01010125, 0x01010124, 0x01010142, 0x7f0401ef, 0x7f04020b, 0x7f040237, 0x7f040238, 0x7f04023a, 0x7f040259, 0x7f04025a, 0x7f04025b, 0x7f040290, 0x7f040291, 0x7f040292 };
- public static int SwitchCompat_android_textOff = 0;
- public static int SwitchCompat_android_textOn = 1;
- public static int SwitchCompat_android_thumb = 2;
- public static int SwitchCompat_showText = 3;
- public static int SwitchCompat_splitTrack = 4;
- public static int SwitchCompat_switchMinWidth = 5;
- public static int SwitchCompat_switchPadding = 6;
- public static int SwitchCompat_switchTextAppearance = 7;
- public static int SwitchCompat_thumbTextPadding = 8;
- public static int SwitchCompat_thumbTint = 9;
- public static int SwitchCompat_thumbTintMode = 10;
- public static int SwitchCompat_track = 11;
- public static int SwitchCompat_trackTint = 12;
- public static int SwitchCompat_trackTintMode = 13;
- public static int[] TabPageIndicator = { 0x01010034, 0x7f040288, 0x7f040289, 0x7f04028a, 0x7f04028b, 0x7f04028c, 0x7f04028d, 0x7f04028e, 0x7f04028f };
- public static int TabPageIndicator_android_textAppearance = 0;
- public static int TabPageIndicator_tpi_centerCurrentTab = 1;
- public static int TabPageIndicator_tpi_indicatorAtTop = 2;
- public static int TabPageIndicator_tpi_indicatorColor = 3;
- public static int TabPageIndicator_tpi_indicatorHeight = 4;
- public static int TabPageIndicator_tpi_mode = 5;
- public static int TabPageIndicator_tpi_tabPadding = 6;
- public static int TabPageIndicator_tpi_tabRipple = 7;
- public static int TabPageIndicator_tpi_tabSingleLine = 8;
- public static int[] TextAppearance = { 0x0101045d, 0x010103ac, 0x010104b7, 0x010104b6, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x0101038c, 0x01010098, 0x01010099, 0x0101009a, 0x0101009b, 0x01010095, 0x01010097, 0x01010096, 0x7f040124, 0x7f04024b, 0x7f040293 };
- public static int TextAppearance_android_elegantTextHeight = 0;
- public static int TextAppearance_android_fontFamily = 1;
- public static int TextAppearance_android_fontFeatureSettings = 2;
- public static int TextAppearance_android_letterSpacing = 3;
- public static int TextAppearance_android_shadowColor = 4;
- public static int TextAppearance_android_shadowDx = 5;
- public static int TextAppearance_android_shadowDy = 6;
- public static int TextAppearance_android_shadowRadius = 7;
- public static int TextAppearance_android_textAllCaps = 8;
- public static int TextAppearance_android_textColor = 9;
- public static int TextAppearance_android_textColorHighlight = 10;
- public static int TextAppearance_android_textColorHint = 11;
- public static int TextAppearance_android_textColorLink = 12;
- public static int TextAppearance_android_textSize = 13;
- public static int TextAppearance_android_textStyle = 14;
- public static int TextAppearance_android_typeface = 15;
- public static int TextAppearance_fontFamily = 16;
- public static int TextAppearance_textAllCaps = 17;
- public static int TextAppearance_tv_fontFamily = 18;
- public static int[] TextView = { 0x01010152, 0x0101016e, 0x01010393, 0x0101016f, 0x01010171, 0x01010170, 0x01010392, 0x0101016d, 0x0101045d, 0x01010158, 0x010103ac, 0x010104b7, 0x010100af, 0x01010155, 0x0101015f, 0x010104b6, 0x01010217, 0x01010218, 0x01010154, 0x01010157, 0x01010120, 0x01010160, 0x01010153, 0x0101011f, 0x0101015a, 0x01010140, 0x01010156, 0x0101013f, 0x0101015b, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x0101015d, 0x0101038c, 0x01010098, 0x01010099, 0x0101009a, 0x0101009b, 0x01010151, 0x01010095, 0x01010097, 0x01010096, 0x01010159, 0x7f040293 };
- public static int TextView_android_cursorVisible = 0;
- public static int TextView_android_drawableBottom = 1;
- public static int TextView_android_drawableEnd = 2;
- public static int TextView_android_drawableLeft = 3;
- public static int TextView_android_drawablePadding = 4;
- public static int TextView_android_drawableRight = 5;
- public static int TextView_android_drawableStart = 6;
- public static int TextView_android_drawableTop = 7;
- public static int TextView_android_elegantTextHeight = 8;
- public static int TextView_android_ems = 9;
- public static int TextView_android_fontFamily = 10;
- public static int TextView_android_fontFeatureSettings = 11;
- public static int TextView_android_gravity = 12;
- public static int TextView_android_height = 13;
- public static int TextView_android_includeFontPadding = 14;
- public static int TextView_android_letterSpacing = 15;
- public static int TextView_android_lineSpacingExtra = 16;
- public static int TextView_android_lineSpacingMultiplier = 17;
- public static int TextView_android_lines = 18;
- public static int TextView_android_maxEms = 19;
- public static int TextView_android_maxHeight = 20;
- public static int TextView_android_maxLength = 21;
- public static int TextView_android_maxLines = 22;
- public static int TextView_android_maxWidth = 23;
- public static int TextView_android_minEms = 24;
- public static int TextView_android_minHeight = 25;
- public static int TextView_android_minLines = 26;
- public static int TextView_android_minWidth = 27;
- public static int TextView_android_scrollHorizontally = 28;
- public static int TextView_android_shadowColor = 29;
- public static int TextView_android_shadowDx = 30;
- public static int TextView_android_shadowDy = 31;
- public static int TextView_android_shadowRadius = 32;
- public static int TextView_android_singleLine = 33;
- public static int TextView_android_textAllCaps = 34;
- public static int TextView_android_textColor = 35;
- public static int TextView_android_textColorHighlight = 36;
- public static int TextView_android_textColorHint = 37;
- public static int TextView_android_textColorLink = 38;
- public static int TextView_android_textScaleX = 39;
- public static int TextView_android_textSize = 40;
- public static int TextView_android_textStyle = 41;
- public static int TextView_android_typeface = 42;
- public static int TextView_android_width = 43;
- public static int TextView_tv_fontFamily = 44;
- public static int[] TextViewAppearance = { 0x01010034 };
- public static int TextViewAppearance_android_textAppearance = 0;
- public static int[] ThemableView = { 0x7f040295 };
- public static int ThemableView_v_styleId = 0;
- public static int[] Theme = { 0x7f040001, 0x7f040002, 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f04000d, 0x7f04000f, 0x7f040010, 0x7f040011, 0x7f040012, 0x7f040013, 0x7f040014, 0x7f040015, 0x7f040016, 0x7f040017, 0x7f040018, 0x7f040019, 0x7f04001a, 0x7f04001b, 0x7f04001c, 0x7f04001d, 0x7f04001e, 0x7f04001f, 0x7f040022, 0x7f040023, 0x7f040024, 0x7f040025, 0x7f040026, 0x010100ae, 0x01010057, 0x7f04002c, 0x7f04003e, 0x7f040048, 0x7f040049, 0x7f04004a, 0x7f04004b, 0x7f04004c, 0x7f04004f, 0x7f040050, 0x7f040061, 0x7f040062, 0x7f04006a, 0x7f04006c, 0x7f04006d, 0x7f04006e, 0x7f04006f, 0x7f040071, 0x7f040072, 0x7f040073, 0x7f040082, 0x7f0400c0, 0x7f0400c1, 0x7f0400c4, 0x7f0400c6, 0x7f0400e6, 0x7f0400e7, 0x7f0400e8, 0x7f0400e9, 0x7f0400ea, 0x7f040137, 0x7f04013d, 0x7f040154, 0x7f040155, 0x7f040159, 0x7f04015a, 0x7f04015b, 0x7f04015c, 0x7f04015d, 0x7f04015e, 0x7f04018e, 0x7f04018f, 0x7f040190, 0x7f040196, 0x7f040198, 0x7f0401a5, 0x7f0401a6, 0x7f0401e9, 0x7f0401ea, 0x7f0401eb, 0x7f0401ec, 0x7f040209, 0x7f04020a, 0x7f040239, 0x7f04024c, 0x7f04024d, 0x7f04024f, 0x7f040251, 0x7f040252, 0x7f040253, 0x7f040254, 0x7f040256, 0x7f04026d, 0x7f04026e, 0x7f040297, 0x7f040298, 0x7f040299, 0x7f04029a, 0x7f04029b, 0x7f04029c, 0x7f04029d, 0x7f04029e, 0x7f04029f, 0x7f0402a0 };
- public static int Theme_actionBarDivider = 0;
- public static int Theme_actionBarItemBackground = 1;
- public static int Theme_actionBarPopupTheme = 2;
- public static int Theme_actionBarSize = 3;
- public static int Theme_actionBarSplitStyle = 4;
- public static int Theme_actionBarStyle = 5;
- public static int Theme_actionBarTabBarStyle = 6;
- public static int Theme_actionBarTabStyle = 7;
- public static int Theme_actionBarTabTextStyle = 8;
- public static int Theme_actionBarTheme = 9;
- public static int Theme_actionBarWidgetTheme = 10;
- public static int Theme_actionButtonStyle = 11;
- public static int Theme_actionDropDownStyle = 12;
- public static int Theme_actionMenuTextAppearance = 13;
- public static int Theme_actionMenuTextColor = 14;
- public static int Theme_actionModeBackground = 15;
- public static int Theme_actionModeCloseButtonStyle = 16;
- public static int Theme_actionModeCloseDrawable = 17;
- public static int Theme_actionModeCopyDrawable = 18;
- public static int Theme_actionModeCutDrawable = 19;
- public static int Theme_actionModeFindDrawable = 20;
- public static int Theme_actionModePasteDrawable = 21;
- public static int Theme_actionModePopupWindowStyle = 22;
- public static int Theme_actionModeSelectAllDrawable = 23;
- public static int Theme_actionModeShareDrawable = 24;
- public static int Theme_actionModeSplitBackground = 25;
- public static int Theme_actionModeStyle = 26;
- public static int Theme_actionModeWebSearchDrawable = 27;
- public static int Theme_actionOverflowButtonStyle = 28;
- public static int Theme_actionOverflowMenuStyle = 29;
- public static int Theme_activityChooserViewStyle = 30;
- public static int Theme_alertDialogButtonGroupStyle = 31;
- public static int Theme_alertDialogCenterButtons = 32;
- public static int Theme_alertDialogStyle = 33;
- public static int Theme_alertDialogTheme = 34;
- public static int Theme_android_windowAnimationStyle = 35;
- public static int Theme_android_windowIsFloating = 36;
- public static int Theme_autoCompleteTextViewStyle = 37;
- public static int Theme_borderlessButtonStyle = 38;
- public static int Theme_buttonBarButtonStyle = 39;
- public static int Theme_buttonBarNegativeButtonStyle = 40;
- public static int Theme_buttonBarNeutralButtonStyle = 41;
- public static int Theme_buttonBarPositiveButtonStyle = 42;
- public static int Theme_buttonBarStyle = 43;
- public static int Theme_buttonStyle = 44;
- public static int Theme_buttonStyleSmall = 45;
- public static int Theme_checkboxStyle = 46;
- public static int Theme_checkedTextViewStyle = 47;
- public static int Theme_colorAccent = 48;
- public static int Theme_colorButtonNormal = 49;
- public static int Theme_colorControlActivated = 50;
- public static int Theme_colorControlHighlight = 51;
- public static int Theme_colorControlNormal = 52;
- public static int Theme_colorPrimary = 53;
- public static int Theme_colorPrimaryDark = 54;
- public static int Theme_colorSwitchThumbNormal = 55;
- public static int Theme_controlBackground = 56;
- public static int Theme_dialogPreferredPadding = 57;
- public static int Theme_dialogTheme = 58;
- public static int Theme_dividerHorizontal = 59;
- public static int Theme_dividerVertical = 60;
- public static int Theme_dropDownListViewStyle = 61;
- public static int Theme_dropdownListPreferredItemHeight = 62;
- public static int Theme_editTextBackground = 63;
- public static int Theme_editTextColor = 64;
- public static int Theme_editTextStyle = 65;
- public static int Theme_homeAsUpIndicator = 66;
- public static int Theme_imageButtonStyle = 67;
- public static int Theme_listChoiceBackgroundIndicator = 68;
- public static int Theme_listDividerAlertDialog = 69;
- public static int Theme_listPopupWindowStyle = 70;
- public static int Theme_listPreferredItemHeight = 71;
- public static int Theme_listPreferredItemHeightLarge = 72;
- public static int Theme_listPreferredItemHeightSmall = 73;
- public static int Theme_listPreferredItemPaddingLeft = 74;
- public static int Theme_listPreferredItemPaddingRight = 75;
- public static int Theme_panelBackground = 76;
- public static int Theme_panelMenuListTheme = 77;
- public static int Theme_panelMenuListWidth = 78;
- public static int Theme_popupMenuStyle = 79;
- public static int Theme_popupWindowStyle = 80;
- public static int Theme_radioButtonStyle = 81;
- public static int Theme_ratingBarStyle = 82;
- public static int Theme_searchViewStyle = 83;
- public static int Theme_seekBarStyle = 84;
- public static int Theme_selectableItemBackground = 85;
- public static int Theme_selectableItemBackgroundBorderless = 86;
- public static int Theme_spinnerDropDownItemStyle = 87;
- public static int Theme_spinnerStyle = 88;
- public static int Theme_switchStyle = 89;
- public static int Theme_textAppearanceLargePopupMenu = 90;
- public static int Theme_textAppearanceListItem = 91;
- public static int Theme_textAppearanceListItemSmall = 92;
- public static int Theme_textAppearanceSearchResultSubtitle = 93;
- public static int Theme_textAppearanceSearchResultTitle = 94;
- public static int Theme_textAppearanceSmallPopupMenu = 95;
- public static int Theme_textColorAlertDialogListItem = 96;
- public static int Theme_textColorSearchUrl = 97;
- public static int Theme_toolbarNavigationButtonStyle = 98;
- public static int Theme_toolbarStyle = 99;
- public static int Theme_windowActionBar = 100;
- public static int Theme_windowActionBarOverlay = 101;
- public static int Theme_windowActionModeOverlay = 102;
- public static int Theme_windowFixedHeightMajor = 103;
- public static int Theme_windowFixedHeightMinor = 104;
- public static int Theme_windowFixedWidthMajor = 105;
- public static int Theme_windowFixedWidthMinor = 106;
- public static int Theme_windowMinWidthMajor = 107;
- public static int Theme_windowMinWidthMinor = 108;
- public static int Theme_windowNoTitle = 109;
- public static int[] TimePicker = { 0x7f040272, 0x7f040274, 0x7f040275, 0x7f040276, 0x7f040278, 0x7f040279, 0x7f04027b, 0x7f04027c, 0x7f04027d, 0x7f04027f, 0x7f040280, 0x7f040281, 0x7f040282, 0x7f040283, 0x7f040284, 0x7f040287 };
- public static int TimePicker_tp_24Hour = 0;
- public static int TimePicker_tp_animDuration = 1;
- public static int TimePicker_tp_backgroundColor = 2;
- public static int TimePicker_tp_fontFamily = 3;
- public static int TimePicker_tp_hour = 4;
- public static int TimePicker_tp_inInterpolator = 5;
- public static int TimePicker_tp_minute = 6;
- public static int TimePicker_tp_mode = 7;
- public static int TimePicker_tp_outInterpolator = 8;
- public static int TimePicker_tp_selectionColor = 9;
- public static int TimePicker_tp_selectionRadius = 10;
- public static int TimePicker_tp_textColor = 11;
- public static int TimePicker_tp_textHighlightColor = 12;
- public static int TimePicker_tp_textSize = 13;
- public static int TimePicker_tp_textStyle = 14;
- public static int TimePicker_tp_tickSize = 15;
- public static int[] TimePickerDialog = { 0x7f040273, 0x7f040277, 0x7f04027a, 0x7f04027e, 0x7f040285, 0x7f040286 };
- public static int TimePickerDialog_tp_am = 0;
- public static int TimePickerDialog_tp_headerHeight = 1;
- public static int TimePickerDialog_tp_leadingZero = 2;
- public static int TimePickerDialog_tp_pm = 3;
- public static int TimePickerDialog_tp_textTimeColor = 4;
- public static int TimePickerDialog_tp_textTimeSize = 5;
- public static int[] Toolbar = { 0x010100af, 0x01010140, 0x7f04004d, 0x7f040065, 0x7f040066, 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b, 0x7f04016e, 0x7f04016f, 0x7f04017f, 0x7f040183, 0x7f040184, 0x7f040197, 0x7f04022a, 0x7f04022b, 0x7f04022c, 0x7f040261, 0x7f040263, 0x7f040264, 0x7f040265, 0x7f040266, 0x7f040267, 0x7f040268, 0x7f040269, 0x7f04026a };
- public static int Toolbar_android_gravity = 0;
- public static int Toolbar_android_minHeight = 1;
- public static int Toolbar_buttonGravity = 2;
- public static int Toolbar_collapseContentDescription = 3;
- public static int Toolbar_collapseIcon = 4;
- public static int Toolbar_contentInsetEnd = 5;
- public static int Toolbar_contentInsetEndWithActions = 6;
- public static int Toolbar_contentInsetLeft = 7;
- public static int Toolbar_contentInsetRight = 8;
- public static int Toolbar_contentInsetStart = 9;
- public static int Toolbar_contentInsetStartWithNavigation = 10;
- public static int Toolbar_logo = 11;
- public static int Toolbar_logoDescription = 12;
- public static int Toolbar_maxButtonHeight = 13;
- public static int Toolbar_navigationContentDescription = 14;
- public static int Toolbar_navigationIcon = 15;
- public static int Toolbar_popupTheme = 16;
- public static int Toolbar_subtitle = 17;
- public static int Toolbar_subtitleTextAppearance = 18;
- public static int Toolbar_subtitleTextColor = 19;
- public static int Toolbar_title = 20;
- public static int Toolbar_titleMargin = 21;
- public static int Toolbar_titleMarginBottom = 22;
- public static int Toolbar_titleMarginEnd = 23;
- public static int Toolbar_titleMarginStart = 24;
- public static int Toolbar_titleMarginTop = 25;
- public static int Toolbar_titleMargins = 26;
- public static int Toolbar_titleTextAppearance = 27;
- public static int Toolbar_titleTextColor = 28;
- public static int[] View = { 0x010100d4, 0x0101046b, 0x0101046c, 0x01010440, 0x010102aa, 0x010100e0, 0x010100da, 0x010103b2, 0x01010140, 0x0101013f, 0x010100d5, 0x010100d9, 0x010103b4, 0x010100d6, 0x010100d8, 0x010103b3, 0x010100d7, 0x010103a5, 0x010102a9, 0x010102a8, 0x01010063, 0x0101007f, 0x01010215, 0x01010119, 0x010103b1, 0x010103b0, 0x01010000, 0x010100dc, 0x7f04018b, 0x7f04018c, 0x7f040257 };
- public static int View_android_background = 0;
- public static int View_android_backgroundTint = 1;
- public static int View_android_backgroundTintMode = 2;
- public static int View_android_elevation = 3;
- public static int View_android_fadeScrollbars = 4;
- public static int View_android_fadingEdgeLength = 5;
- public static int View_android_focusable = 6;
- public static int View_android_layoutDirection = 7;
- public static int View_android_minHeight = 8;
- public static int View_android_minWidth = 9;
- public static int View_android_padding = 10;
- public static int View_android_paddingBottom = 11;
- public static int View_android_paddingEnd = 12;
- public static int View_android_paddingLeft = 13;
- public static int View_android_paddingRight = 14;
- public static int View_android_paddingStart = 15;
- public static int View_android_paddingTop = 16;
- public static int View_android_requiresFadingEdge = 17;
- public static int View_android_scrollbarDefaultDelayBeforeFade = 18;
- public static int View_android_scrollbarFadeDuration = 19;
- public static int View_android_scrollbarSize = 20;
- public static int View_android_scrollbarStyle = 21;
- public static int View_android_soundEffectsEnabled = 22;
- public static int View_android_src = 23;
- public static int View_android_textAlignment = 24;
- public static int View_android_textDirection = 25;
- public static int View_android_theme = 26;
- public static int View_android_visibility = 27;
- public static int View_paddingEnd = 28;
- public static int View_paddingStart = 29;
- public static int View_theme = 30;
- public static int[] ViewBackgroundHelper = { 0x010100d4, 0x7f040035, 0x7f040036 };
- public static int ViewBackgroundHelper_android_background = 0;
- public static int ViewBackgroundHelper_backgroundTint = 1;
- public static int ViewBackgroundHelper_backgroundTintMode = 2;
- public static int[] ViewStubCompat = { 0x010100d0, 0x010100f3, 0x010100f2 };
- public static int ViewStubCompat_android_id = 0;
- public static int ViewStubCompat_android_inflatedId = 1;
- public static int ViewStubCompat_android_layout = 2;
- public static int[] YearPicker = { 0x7f0400c7, 0x7f0400cc, 0x7f0400d3, 0x7f0400d7, 0x7f0400d8, 0x7f0400d9, 0x7f0400dc, 0x7f0400de, 0x7f0400df, 0x7f0400e0, 0x7f0400e1, 0x7f0400e2, 0x7f0400e3 };
- public static int YearPicker_dp_animDuration = 0;
- public static int YearPicker_dp_fontFamily = 1;
- public static int YearPicker_dp_inInterpolator = 2;
- public static int YearPicker_dp_outInterpolator = 3;
- public static int YearPicker_dp_selectionColor = 4;
- public static int YearPicker_dp_textColor = 5;
- public static int YearPicker_dp_textHighlightColor = 6;
- public static int YearPicker_dp_textStyle = 7;
- public static int YearPicker_dp_year = 8;
- public static int YearPicker_dp_yearItemHeight = 9;
- public static int YearPicker_dp_yearMax = 10;
- public static int YearPicker_dp_yearMin = 11;
- public static int YearPicker_dp_yearTextSize = 12;
- }
- public static final class xml {
- public static int nav_states = 0x7f190001;
- }
-}
diff --git a/library/build/generated/source/r/release/android/arch/lifecycle/R.java b/library/build/generated/source/r/release/android/arch/lifecycle/R.java
deleted file mode 100644
index b0be5d7..0000000
--- a/library/build/generated/source/r/release/android/arch/lifecycle/R.java
+++ /dev/null
@@ -1,10 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package android.arch.lifecycle;
-
-public final class R {
-}
diff --git a/library/build/generated/source/r/release/android/support/compat/R.java b/library/build/generated/source/r/release/android/support/compat/R.java
deleted file mode 100644
index 826f3f0..0000000
--- a/library/build/generated/source/r/release/android/support/compat/R.java
+++ /dev/null
@@ -1,129 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package android.support.compat;
-
-public final class R {
- public static final class attr {
- public static int font = 0x7f040123;
- public static int fontProviderAuthority = 0x7f040125;
- public static int fontProviderCerts = 0x7f040126;
- public static int fontProviderFetchStrategy = 0x7f040127;
- public static int fontProviderFetchTimeout = 0x7f040128;
- public static int fontProviderPackage = 0x7f040129;
- public static int fontProviderQuery = 0x7f04012a;
- public static int fontStyle = 0x7f04012b;
- public static int fontWeight = 0x7f04012c;
- }
- public static final class bool {
- public static int abc_action_bar_embed_tabs = 0x7f050001;
- }
- public static final class color {
- public static int notification_action_color_filter = 0x7f06005c;
- public static int notification_icon_bg_color = 0x7f06005d;
- public static int ripple_material_light = 0x7f06006d;
- public static int secondary_text_default_material_light = 0x7f06006f;
- }
- public static final class dimen {
- public static int compat_button_inset_horizontal_material = 0x7f080052;
- public static int compat_button_inset_vertical_material = 0x7f080053;
- public static int compat_button_padding_horizontal_material = 0x7f080054;
- public static int compat_button_padding_vertical_material = 0x7f080055;
- public static int compat_control_corner_material = 0x7f080056;
- public static int notification_action_icon_size = 0x7f08008c;
- public static int notification_action_text_size = 0x7f08008d;
- public static int notification_big_circle_margin = 0x7f08008e;
- public static int notification_content_margin_start = 0x7f08008f;
- public static int notification_large_icon_height = 0x7f080090;
- public static int notification_large_icon_width = 0x7f080091;
- public static int notification_main_column_padding_top = 0x7f080092;
- public static int notification_media_narrow_margin = 0x7f080093;
- public static int notification_right_icon_size = 0x7f080094;
- public static int notification_right_side_padding_top = 0x7f080095;
- public static int notification_small_icon_background_padding = 0x7f080096;
- public static int notification_small_icon_size_as_large = 0x7f080097;
- public static int notification_subtext_size = 0x7f080098;
- public static int notification_top_pad = 0x7f080099;
- public static int notification_top_pad_large_text = 0x7f08009a;
- }
- public static final class drawable {
- public static int notification_action_background = 0x7f090068;
- public static int notification_bg = 0x7f090069;
- public static int notification_bg_low = 0x7f09006a;
- public static int notification_bg_low_normal = 0x7f09006b;
- public static int notification_bg_low_pressed = 0x7f09006c;
- public static int notification_bg_normal = 0x7f09006d;
- public static int notification_bg_normal_pressed = 0x7f09006e;
- public static int notification_icon_background = 0x7f09006f;
- public static int notification_template_icon_bg = 0x7f090070;
- public static int notification_template_icon_low_bg = 0x7f090071;
- public static int notification_tile_bg = 0x7f090072;
- public static int notify_panel_notification_icon_bg = 0x7f090073;
- }
- public static final class id {
- public static int action_container = 0x7f0c0009;
- public static int action_divider = 0x7f0c000b;
- public static int action_image = 0x7f0c000c;
- public static int action_text = 0x7f0c0012;
- public static int actions = 0x7f0c0013;
- public static int async = 0x7f0c001d;
- public static int blocking = 0x7f0c0021;
- public static int chronometer = 0x7f0c002c;
- public static int forever = 0x7f0c0044;
- public static int icon = 0x7f0c004b;
- public static int icon_group = 0x7f0c004c;
- public static int info = 0x7f0c0050;
- public static int italic = 0x7f0c0051;
- public static int line1 = 0x7f0c0055;
- public static int line3 = 0x7f0c0056;
- public static int normal = 0x7f0c006b;
- public static int notification_background = 0x7f0c006c;
- public static int notification_main_column = 0x7f0c006d;
- public static int notification_main_column_container = 0x7f0c006e;
- public static int right_icon = 0x7f0c007a;
- public static int right_side = 0x7f0c007b;
- public static int text = 0x7f0c00a7;
- public static int text2 = 0x7f0c00a8;
- public static int time = 0x7f0c00ae;
- public static int title = 0x7f0c00af;
- }
- public static final class integer {
- public static int status_bar_notification_info_maxnum = 0x7f0d000b;
- }
- public static final class layout {
- public static int notification_action = 0x7f0f002e;
- public static int notification_action_tombstone = 0x7f0f002f;
- public static int notification_template_custom_big = 0x7f0f0036;
- public static int notification_template_icon_group = 0x7f0f0037;
- public static int notification_template_part_chronometer = 0x7f0f003c;
- public static int notification_template_part_time = 0x7f0f003d;
- }
- public static final class string {
- public static int status_bar_notification_info_overflow = 0x7f150029;
- }
- public static final class style {
- public static int TextAppearance_Compat_Notification = 0x7f16014a;
- public static int TextAppearance_Compat_Notification_Info = 0x7f16014b;
- public static int TextAppearance_Compat_Notification_Line2 = 0x7f16014d;
- public static int TextAppearance_Compat_Notification_Time = 0x7f160150;
- public static int TextAppearance_Compat_Notification_Title = 0x7f160152;
- public static int Widget_Compat_NotificationActionContainer = 0x7f1601cd;
- public static int Widget_Compat_NotificationActionText = 0x7f1601ce;
- }
- public static final class styleable {
- public static int[] FontFamily = { 0x7f040125, 0x7f040126, 0x7f040127, 0x7f040128, 0x7f040129, 0x7f04012a };
- public static int FontFamily_fontProviderAuthority = 0;
- public static int FontFamily_fontProviderCerts = 1;
- public static int FontFamily_fontProviderFetchStrategy = 2;
- public static int FontFamily_fontProviderFetchTimeout = 3;
- public static int FontFamily_fontProviderPackage = 4;
- public static int FontFamily_fontProviderQuery = 5;
- public static int[] FontFamilyFont = { 0x7f040123, 0x7f04012b, 0x7f04012c };
- public static int FontFamilyFont_font = 0;
- public static int FontFamilyFont_fontStyle = 1;
- public static int FontFamilyFont_fontWeight = 2;
- }
-}
diff --git a/library/build/generated/source/r/release/android/support/coreui/R.java b/library/build/generated/source/r/release/android/support/coreui/R.java
deleted file mode 100644
index 2f5fdb9..0000000
--- a/library/build/generated/source/r/release/android/support/coreui/R.java
+++ /dev/null
@@ -1,129 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package android.support.coreui;
-
-public final class R {
- public static final class attr {
- public static int font = 0x7f040123;
- public static int fontProviderAuthority = 0x7f040125;
- public static int fontProviderCerts = 0x7f040126;
- public static int fontProviderFetchStrategy = 0x7f040127;
- public static int fontProviderFetchTimeout = 0x7f040128;
- public static int fontProviderPackage = 0x7f040129;
- public static int fontProviderQuery = 0x7f04012a;
- public static int fontStyle = 0x7f04012b;
- public static int fontWeight = 0x7f04012c;
- }
- public static final class bool {
- public static int abc_action_bar_embed_tabs = 0x7f050001;
- }
- public static final class color {
- public static int notification_action_color_filter = 0x7f06005c;
- public static int notification_icon_bg_color = 0x7f06005d;
- public static int ripple_material_light = 0x7f06006d;
- public static int secondary_text_default_material_light = 0x7f06006f;
- }
- public static final class dimen {
- public static int compat_button_inset_horizontal_material = 0x7f080052;
- public static int compat_button_inset_vertical_material = 0x7f080053;
- public static int compat_button_padding_horizontal_material = 0x7f080054;
- public static int compat_button_padding_vertical_material = 0x7f080055;
- public static int compat_control_corner_material = 0x7f080056;
- public static int notification_action_icon_size = 0x7f08008c;
- public static int notification_action_text_size = 0x7f08008d;
- public static int notification_big_circle_margin = 0x7f08008e;
- public static int notification_content_margin_start = 0x7f08008f;
- public static int notification_large_icon_height = 0x7f080090;
- public static int notification_large_icon_width = 0x7f080091;
- public static int notification_main_column_padding_top = 0x7f080092;
- public static int notification_media_narrow_margin = 0x7f080093;
- public static int notification_right_icon_size = 0x7f080094;
- public static int notification_right_side_padding_top = 0x7f080095;
- public static int notification_small_icon_background_padding = 0x7f080096;
- public static int notification_small_icon_size_as_large = 0x7f080097;
- public static int notification_subtext_size = 0x7f080098;
- public static int notification_top_pad = 0x7f080099;
- public static int notification_top_pad_large_text = 0x7f08009a;
- }
- public static final class drawable {
- public static int notification_action_background = 0x7f090068;
- public static int notification_bg = 0x7f090069;
- public static int notification_bg_low = 0x7f09006a;
- public static int notification_bg_low_normal = 0x7f09006b;
- public static int notification_bg_low_pressed = 0x7f09006c;
- public static int notification_bg_normal = 0x7f09006d;
- public static int notification_bg_normal_pressed = 0x7f09006e;
- public static int notification_icon_background = 0x7f09006f;
- public static int notification_template_icon_bg = 0x7f090070;
- public static int notification_template_icon_low_bg = 0x7f090071;
- public static int notification_tile_bg = 0x7f090072;
- public static int notify_panel_notification_icon_bg = 0x7f090073;
- }
- public static final class id {
- public static int action_container = 0x7f0c0009;
- public static int action_divider = 0x7f0c000b;
- public static int action_image = 0x7f0c000c;
- public static int action_text = 0x7f0c0012;
- public static int actions = 0x7f0c0013;
- public static int async = 0x7f0c001d;
- public static int blocking = 0x7f0c0021;
- public static int chronometer = 0x7f0c002c;
- public static int forever = 0x7f0c0044;
- public static int icon = 0x7f0c004b;
- public static int icon_group = 0x7f0c004c;
- public static int info = 0x7f0c0050;
- public static int italic = 0x7f0c0051;
- public static int line1 = 0x7f0c0055;
- public static int line3 = 0x7f0c0056;
- public static int normal = 0x7f0c006b;
- public static int notification_background = 0x7f0c006c;
- public static int notification_main_column = 0x7f0c006d;
- public static int notification_main_column_container = 0x7f0c006e;
- public static int right_icon = 0x7f0c007a;
- public static int right_side = 0x7f0c007b;
- public static int text = 0x7f0c00a7;
- public static int text2 = 0x7f0c00a8;
- public static int time = 0x7f0c00ae;
- public static int title = 0x7f0c00af;
- }
- public static final class integer {
- public static int status_bar_notification_info_maxnum = 0x7f0d000b;
- }
- public static final class layout {
- public static int notification_action = 0x7f0f002e;
- public static int notification_action_tombstone = 0x7f0f002f;
- public static int notification_template_custom_big = 0x7f0f0036;
- public static int notification_template_icon_group = 0x7f0f0037;
- public static int notification_template_part_chronometer = 0x7f0f003c;
- public static int notification_template_part_time = 0x7f0f003d;
- }
- public static final class string {
- public static int status_bar_notification_info_overflow = 0x7f150029;
- }
- public static final class style {
- public static int TextAppearance_Compat_Notification = 0x7f16014a;
- public static int TextAppearance_Compat_Notification_Info = 0x7f16014b;
- public static int TextAppearance_Compat_Notification_Line2 = 0x7f16014d;
- public static int TextAppearance_Compat_Notification_Time = 0x7f160150;
- public static int TextAppearance_Compat_Notification_Title = 0x7f160152;
- public static int Widget_Compat_NotificationActionContainer = 0x7f1601cd;
- public static int Widget_Compat_NotificationActionText = 0x7f1601ce;
- }
- public static final class styleable {
- public static int[] FontFamily = { 0x7f040125, 0x7f040126, 0x7f040127, 0x7f040128, 0x7f040129, 0x7f04012a };
- public static int FontFamily_fontProviderAuthority = 0;
- public static int FontFamily_fontProviderCerts = 1;
- public static int FontFamily_fontProviderFetchStrategy = 2;
- public static int FontFamily_fontProviderFetchTimeout = 3;
- public static int FontFamily_fontProviderPackage = 4;
- public static int FontFamily_fontProviderQuery = 5;
- public static int[] FontFamilyFont = { 0x7f040123, 0x7f04012b, 0x7f04012c };
- public static int FontFamilyFont_font = 0;
- public static int FontFamilyFont_fontStyle = 1;
- public static int FontFamilyFont_fontWeight = 2;
- }
-}
diff --git a/library/build/generated/source/r/release/android/support/coreutils/R.java b/library/build/generated/source/r/release/android/support/coreutils/R.java
deleted file mode 100644
index ca93061..0000000
--- a/library/build/generated/source/r/release/android/support/coreutils/R.java
+++ /dev/null
@@ -1,129 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package android.support.coreutils;
-
-public final class R {
- public static final class attr {
- public static int font = 0x7f040123;
- public static int fontProviderAuthority = 0x7f040125;
- public static int fontProviderCerts = 0x7f040126;
- public static int fontProviderFetchStrategy = 0x7f040127;
- public static int fontProviderFetchTimeout = 0x7f040128;
- public static int fontProviderPackage = 0x7f040129;
- public static int fontProviderQuery = 0x7f04012a;
- public static int fontStyle = 0x7f04012b;
- public static int fontWeight = 0x7f04012c;
- }
- public static final class bool {
- public static int abc_action_bar_embed_tabs = 0x7f050001;
- }
- public static final class color {
- public static int notification_action_color_filter = 0x7f06005c;
- public static int notification_icon_bg_color = 0x7f06005d;
- public static int ripple_material_light = 0x7f06006d;
- public static int secondary_text_default_material_light = 0x7f06006f;
- }
- public static final class dimen {
- public static int compat_button_inset_horizontal_material = 0x7f080052;
- public static int compat_button_inset_vertical_material = 0x7f080053;
- public static int compat_button_padding_horizontal_material = 0x7f080054;
- public static int compat_button_padding_vertical_material = 0x7f080055;
- public static int compat_control_corner_material = 0x7f080056;
- public static int notification_action_icon_size = 0x7f08008c;
- public static int notification_action_text_size = 0x7f08008d;
- public static int notification_big_circle_margin = 0x7f08008e;
- public static int notification_content_margin_start = 0x7f08008f;
- public static int notification_large_icon_height = 0x7f080090;
- public static int notification_large_icon_width = 0x7f080091;
- public static int notification_main_column_padding_top = 0x7f080092;
- public static int notification_media_narrow_margin = 0x7f080093;
- public static int notification_right_icon_size = 0x7f080094;
- public static int notification_right_side_padding_top = 0x7f080095;
- public static int notification_small_icon_background_padding = 0x7f080096;
- public static int notification_small_icon_size_as_large = 0x7f080097;
- public static int notification_subtext_size = 0x7f080098;
- public static int notification_top_pad = 0x7f080099;
- public static int notification_top_pad_large_text = 0x7f08009a;
- }
- public static final class drawable {
- public static int notification_action_background = 0x7f090068;
- public static int notification_bg = 0x7f090069;
- public static int notification_bg_low = 0x7f09006a;
- public static int notification_bg_low_normal = 0x7f09006b;
- public static int notification_bg_low_pressed = 0x7f09006c;
- public static int notification_bg_normal = 0x7f09006d;
- public static int notification_bg_normal_pressed = 0x7f09006e;
- public static int notification_icon_background = 0x7f09006f;
- public static int notification_template_icon_bg = 0x7f090070;
- public static int notification_template_icon_low_bg = 0x7f090071;
- public static int notification_tile_bg = 0x7f090072;
- public static int notify_panel_notification_icon_bg = 0x7f090073;
- }
- public static final class id {
- public static int action_container = 0x7f0c0009;
- public static int action_divider = 0x7f0c000b;
- public static int action_image = 0x7f0c000c;
- public static int action_text = 0x7f0c0012;
- public static int actions = 0x7f0c0013;
- public static int async = 0x7f0c001d;
- public static int blocking = 0x7f0c0021;
- public static int chronometer = 0x7f0c002c;
- public static int forever = 0x7f0c0044;
- public static int icon = 0x7f0c004b;
- public static int icon_group = 0x7f0c004c;
- public static int info = 0x7f0c0050;
- public static int italic = 0x7f0c0051;
- public static int line1 = 0x7f0c0055;
- public static int line3 = 0x7f0c0056;
- public static int normal = 0x7f0c006b;
- public static int notification_background = 0x7f0c006c;
- public static int notification_main_column = 0x7f0c006d;
- public static int notification_main_column_container = 0x7f0c006e;
- public static int right_icon = 0x7f0c007a;
- public static int right_side = 0x7f0c007b;
- public static int text = 0x7f0c00a7;
- public static int text2 = 0x7f0c00a8;
- public static int time = 0x7f0c00ae;
- public static int title = 0x7f0c00af;
- }
- public static final class integer {
- public static int status_bar_notification_info_maxnum = 0x7f0d000b;
- }
- public static final class layout {
- public static int notification_action = 0x7f0f002e;
- public static int notification_action_tombstone = 0x7f0f002f;
- public static int notification_template_custom_big = 0x7f0f0036;
- public static int notification_template_icon_group = 0x7f0f0037;
- public static int notification_template_part_chronometer = 0x7f0f003c;
- public static int notification_template_part_time = 0x7f0f003d;
- }
- public static final class string {
- public static int status_bar_notification_info_overflow = 0x7f150029;
- }
- public static final class style {
- public static int TextAppearance_Compat_Notification = 0x7f16014a;
- public static int TextAppearance_Compat_Notification_Info = 0x7f16014b;
- public static int TextAppearance_Compat_Notification_Line2 = 0x7f16014d;
- public static int TextAppearance_Compat_Notification_Time = 0x7f160150;
- public static int TextAppearance_Compat_Notification_Title = 0x7f160152;
- public static int Widget_Compat_NotificationActionContainer = 0x7f1601cd;
- public static int Widget_Compat_NotificationActionText = 0x7f1601ce;
- }
- public static final class styleable {
- public static int[] FontFamily = { 0x7f040125, 0x7f040126, 0x7f040127, 0x7f040128, 0x7f040129, 0x7f04012a };
- public static int FontFamily_fontProviderAuthority = 0;
- public static int FontFamily_fontProviderCerts = 1;
- public static int FontFamily_fontProviderFetchStrategy = 2;
- public static int FontFamily_fontProviderFetchTimeout = 3;
- public static int FontFamily_fontProviderPackage = 4;
- public static int FontFamily_fontProviderQuery = 5;
- public static int[] FontFamilyFont = { 0x7f040123, 0x7f04012b, 0x7f04012c };
- public static int FontFamilyFont_font = 0;
- public static int FontFamilyFont_fontStyle = 1;
- public static int FontFamilyFont_fontWeight = 2;
- }
-}
diff --git a/library/build/generated/source/r/release/android/support/design/R.java b/library/build/generated/source/r/release/android/support/design/R.java
deleted file mode 100644
index 76e6247..0000000
--- a/library/build/generated/source/r/release/android/support/design/R.java
+++ /dev/null
@@ -1,2009 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package android.support.design;
-
-public final class R {
- public static final class anim {
- public static int abc_fade_in = 0x7f010001;
- public static int abc_fade_out = 0x7f010002;
- public static int abc_grow_fade_in_from_bottom = 0x7f010003;
- public static int abc_popup_enter = 0x7f010004;
- public static int abc_popup_exit = 0x7f010005;
- public static int abc_shrink_fade_out_from_bottom = 0x7f010006;
- public static int abc_slide_in_bottom = 0x7f010007;
- public static int abc_slide_in_top = 0x7f010008;
- public static int abc_slide_out_bottom = 0x7f010009;
- public static int abc_slide_out_top = 0x7f01000a;
- public static int design_bottom_sheet_slide_in = 0x7f01000b;
- public static int design_bottom_sheet_slide_out = 0x7f01000c;
- public static int design_snackbar_in = 0x7f01000d;
- public static int design_snackbar_out = 0x7f01000e;
- public static int tooltip_enter = 0x7f01000f;
- public static int tooltip_exit = 0x7f010010;
- }
- public static final class animator {
- public static int design_appbar_state_list_animator = 0x7f020001;
- }
- public static final class attr {
- public static int actionBarDivider = 0x7f040001;
- public static int actionBarItemBackground = 0x7f040002;
- public static int actionBarPopupTheme = 0x7f040003;
- public static int actionBarSize = 0x7f040004;
- public static int actionBarSplitStyle = 0x7f040005;
- public static int actionBarStyle = 0x7f040006;
- public static int actionBarTabBarStyle = 0x7f040007;
- public static int actionBarTabStyle = 0x7f040008;
- public static int actionBarTabTextStyle = 0x7f040009;
- public static int actionBarTheme = 0x7f04000a;
- public static int actionBarWidgetTheme = 0x7f04000b;
- public static int actionButtonStyle = 0x7f04000c;
- public static int actionDropDownStyle = 0x7f04000d;
- public static int actionLayout = 0x7f04000e;
- public static int actionMenuTextAppearance = 0x7f04000f;
- public static int actionMenuTextColor = 0x7f040010;
- public static int actionModeBackground = 0x7f040011;
- public static int actionModeCloseButtonStyle = 0x7f040012;
- public static int actionModeCloseDrawable = 0x7f040013;
- public static int actionModeCopyDrawable = 0x7f040014;
- public static int actionModeCutDrawable = 0x7f040015;
- public static int actionModeFindDrawable = 0x7f040016;
- public static int actionModePasteDrawable = 0x7f040017;
- public static int actionModePopupWindowStyle = 0x7f040018;
- public static int actionModeSelectAllDrawable = 0x7f040019;
- public static int actionModeShareDrawable = 0x7f04001a;
- public static int actionModeSplitBackground = 0x7f04001b;
- public static int actionModeStyle = 0x7f04001c;
- public static int actionModeWebSearchDrawable = 0x7f04001d;
- public static int actionOverflowButtonStyle = 0x7f04001e;
- public static int actionOverflowMenuStyle = 0x7f04001f;
- public static int actionProviderClass = 0x7f040020;
- public static int actionViewClass = 0x7f040021;
- public static int activityChooserViewStyle = 0x7f040022;
- public static int alertDialogButtonGroupStyle = 0x7f040023;
- public static int alertDialogCenterButtons = 0x7f040024;
- public static int alertDialogStyle = 0x7f040025;
- public static int alertDialogTheme = 0x7f040026;
- public static int allowStacking = 0x7f040027;
- public static int alpha = 0x7f040028;
- public static int alphabeticModifiers = 0x7f040029;
- public static int arrowHeadLength = 0x7f04002a;
- public static int arrowShaftLength = 0x7f04002b;
- public static int autoCompleteTextViewStyle = 0x7f04002c;
- public static int autoSizeMaxTextSize = 0x7f04002d;
- public static int autoSizeMinTextSize = 0x7f04002e;
- public static int autoSizePresetSizes = 0x7f04002f;
- public static int autoSizeStepGranularity = 0x7f040030;
- public static int autoSizeTextType = 0x7f040031;
- public static int background = 0x7f040032;
- public static int backgroundSplit = 0x7f040033;
- public static int backgroundStacked = 0x7f040034;
- public static int backgroundTint = 0x7f040035;
- public static int backgroundTintMode = 0x7f040036;
- public static int barLength = 0x7f040037;
- public static int behavior_autoHide = 0x7f040038;
- public static int behavior_hideable = 0x7f040039;
- public static int behavior_overlapTop = 0x7f04003a;
- public static int behavior_peekHeight = 0x7f04003b;
- public static int behavior_skipCollapsed = 0x7f04003c;
- public static int borderWidth = 0x7f04003d;
- public static int borderlessButtonStyle = 0x7f04003e;
- public static int bottomSheetDialogTheme = 0x7f04003f;
- public static int bottomSheetStyle = 0x7f040040;
- public static int buttonBarButtonStyle = 0x7f040048;
- public static int buttonBarNegativeButtonStyle = 0x7f040049;
- public static int buttonBarNeutralButtonStyle = 0x7f04004a;
- public static int buttonBarPositiveButtonStyle = 0x7f04004b;
- public static int buttonBarStyle = 0x7f04004c;
- public static int buttonGravity = 0x7f04004d;
- public static int buttonPanelSideLayout = 0x7f04004e;
- public static int buttonStyle = 0x7f04004f;
- public static int buttonStyleSmall = 0x7f040050;
- public static int buttonTint = 0x7f040051;
- public static int buttonTintMode = 0x7f040052;
- public static int checkboxStyle = 0x7f040061;
- public static int checkedTextViewStyle = 0x7f040062;
- public static int closeIcon = 0x7f040063;
- public static int closeItemLayout = 0x7f040064;
- public static int collapseContentDescription = 0x7f040065;
- public static int collapseIcon = 0x7f040066;
- public static int collapsedTitleGravity = 0x7f040067;
- public static int collapsedTitleTextAppearance = 0x7f040068;
- public static int color = 0x7f040069;
- public static int colorAccent = 0x7f04006a;
- public static int colorBackgroundFloating = 0x7f04006b;
- public static int colorButtonNormal = 0x7f04006c;
- public static int colorControlActivated = 0x7f04006d;
- public static int colorControlHighlight = 0x7f04006e;
- public static int colorControlNormal = 0x7f04006f;
- public static int colorError = 0x7f040070;
- public static int colorPrimary = 0x7f040071;
- public static int colorPrimaryDark = 0x7f040072;
- public static int colorSwitchThumbNormal = 0x7f040073;
- public static int commitIcon = 0x7f040074;
- public static int contentDescription = 0x7f040075;
- public static int contentInsetEnd = 0x7f040076;
- public static int contentInsetEndWithActions = 0x7f040077;
- public static int contentInsetLeft = 0x7f040078;
- public static int contentInsetRight = 0x7f040079;
- public static int contentInsetStart = 0x7f04007a;
- public static int contentInsetStartWithNavigation = 0x7f04007b;
- public static int contentScrim = 0x7f040081;
- public static int controlBackground = 0x7f040082;
- public static int counterEnabled = 0x7f040083;
- public static int counterMaxLength = 0x7f040084;
- public static int counterOverflowTextAppearance = 0x7f040085;
- public static int counterTextAppearance = 0x7f040086;
- public static int customNavigationLayout = 0x7f040098;
- public static int defaultQueryHint = 0x7f040099;
- public static int dialogPreferredPadding = 0x7f0400c0;
- public static int dialogTheme = 0x7f0400c1;
- public static int displayOptions = 0x7f0400c2;
- public static int divider = 0x7f0400c3;
- public static int dividerHorizontal = 0x7f0400c4;
- public static int dividerPadding = 0x7f0400c5;
- public static int dividerVertical = 0x7f0400c6;
- public static int drawableSize = 0x7f0400e4;
- public static int drawerArrowStyle = 0x7f0400e5;
- public static int dropDownListViewStyle = 0x7f0400e6;
- public static int dropdownListPreferredItemHeight = 0x7f0400e7;
- public static int editTextBackground = 0x7f0400e8;
- public static int editTextColor = 0x7f0400e9;
- public static int editTextStyle = 0x7f0400ea;
- public static int elevation = 0x7f0400eb;
- public static int errorEnabled = 0x7f0400ec;
- public static int errorTextAppearance = 0x7f0400ed;
- public static int expandActivityOverflowButtonDrawable = 0x7f04010b;
- public static int expanded = 0x7f04010c;
- public static int expandedTitleGravity = 0x7f04010d;
- public static int expandedTitleMargin = 0x7f04010e;
- public static int expandedTitleMarginBottom = 0x7f04010f;
- public static int expandedTitleMarginEnd = 0x7f040110;
- public static int expandedTitleMarginStart = 0x7f040111;
- public static int expandedTitleMarginTop = 0x7f040112;
- public static int expandedTitleTextAppearance = 0x7f040113;
- public static int fabSize = 0x7f040114;
- public static int fastScrollEnabled = 0x7f04011e;
- public static int fastScrollHorizontalThumbDrawable = 0x7f04011f;
- public static int fastScrollHorizontalTrackDrawable = 0x7f040120;
- public static int fastScrollVerticalThumbDrawable = 0x7f040121;
- public static int fastScrollVerticalTrackDrawable = 0x7f040122;
- public static int font = 0x7f040123;
- public static int fontFamily = 0x7f040124;
- public static int fontProviderAuthority = 0x7f040125;
- public static int fontProviderCerts = 0x7f040126;
- public static int fontProviderFetchStrategy = 0x7f040127;
- public static int fontProviderFetchTimeout = 0x7f040128;
- public static int fontProviderPackage = 0x7f040129;
- public static int fontProviderQuery = 0x7f04012a;
- public static int fontStyle = 0x7f04012b;
- public static int fontWeight = 0x7f04012c;
- public static int foregroundInsidePadding = 0x7f04012d;
- public static int gapBetweenBars = 0x7f04012e;
- public static int goIcon = 0x7f04012f;
- public static int headerLayout = 0x7f040130;
- public static int height = 0x7f040131;
- public static int hideOnContentScroll = 0x7f040132;
- public static int hintAnimationEnabled = 0x7f040133;
- public static int hintEnabled = 0x7f040134;
- public static int hintTextAppearance = 0x7f040136;
- public static int homeAsUpIndicator = 0x7f040137;
- public static int homeLayout = 0x7f040138;
- public static int icon = 0x7f040139;
- public static int iconTint = 0x7f04013a;
- public static int iconTintMode = 0x7f04013b;
- public static int iconifiedByDefault = 0x7f04013c;
- public static int imageButtonStyle = 0x7f04013d;
- public static int indeterminateProgressStyle = 0x7f04013e;
- public static int initialActivityCount = 0x7f04013f;
- public static int insetForeground = 0x7f040140;
- public static int isLightTheme = 0x7f040141;
- public static int itemBackground = 0x7f040142;
- public static int itemIconTint = 0x7f040143;
- public static int itemPadding = 0x7f040144;
- public static int itemTextAppearance = 0x7f040145;
- public static int itemTextColor = 0x7f040146;
- public static int keylines = 0x7f040147;
- public static int layout = 0x7f040148;
- public static int layoutManager = 0x7f040149;
- public static int layout_anchor = 0x7f04014a;
- public static int layout_anchorGravity = 0x7f04014b;
- public static int layout_behavior = 0x7f04014c;
- public static int layout_collapseMode = 0x7f04014d;
- public static int layout_collapseParallaxMultiplier = 0x7f04014e;
- public static int layout_dodgeInsetEdges = 0x7f04014f;
- public static int layout_insetEdge = 0x7f040150;
- public static int layout_keyline = 0x7f040151;
- public static int layout_scrollFlags = 0x7f040152;
- public static int layout_scrollInterpolator = 0x7f040153;
- public static int listChoiceBackgroundIndicator = 0x7f040154;
- public static int listDividerAlertDialog = 0x7f040155;
- public static int listItemLayout = 0x7f040156;
- public static int listLayout = 0x7f040157;
- public static int listMenuViewStyle = 0x7f040158;
- public static int listPopupWindowStyle = 0x7f040159;
- public static int listPreferredItemHeight = 0x7f04015a;
- public static int listPreferredItemHeightLarge = 0x7f04015b;
- public static int listPreferredItemHeightSmall = 0x7f04015c;
- public static int listPreferredItemPaddingLeft = 0x7f04015d;
- public static int listPreferredItemPaddingRight = 0x7f04015e;
- public static int logo = 0x7f04016e;
- public static int logoDescription = 0x7f04016f;
- public static int maxActionInlineWidth = 0x7f04017e;
- public static int maxButtonHeight = 0x7f04017f;
- public static int measureWithLargestChild = 0x7f040180;
- public static int menu = 0x7f040181;
- public static int multiChoiceItemLayout = 0x7f040182;
- public static int navigationContentDescription = 0x7f040183;
- public static int navigationIcon = 0x7f040184;
- public static int navigationMode = 0x7f040185;
- public static int numericModifiers = 0x7f040188;
- public static int overlapAnchor = 0x7f040189;
- public static int paddingBottomNoButtons = 0x7f04018a;
- public static int paddingEnd = 0x7f04018b;
- public static int paddingStart = 0x7f04018c;
- public static int paddingTopNoTitle = 0x7f04018d;
- public static int panelBackground = 0x7f04018e;
- public static int panelMenuListTheme = 0x7f04018f;
- public static int panelMenuListWidth = 0x7f040190;
- public static int passwordToggleContentDescription = 0x7f040191;
- public static int passwordToggleDrawable = 0x7f040192;
- public static int passwordToggleEnabled = 0x7f040193;
- public static int passwordToggleTint = 0x7f040194;
- public static int passwordToggleTintMode = 0x7f040195;
- public static int popupMenuStyle = 0x7f040196;
- public static int popupTheme = 0x7f040197;
- public static int popupWindowStyle = 0x7f040198;
- public static int preserveIconSpacing = 0x7f040199;
- public static int pressedTranslationZ = 0x7f04019a;
- public static int progressBarPadding = 0x7f04019b;
- public static int progressBarStyle = 0x7f04019c;
- public static int queryBackground = 0x7f0401a3;
- public static int queryHint = 0x7f0401a4;
- public static int radioButtonStyle = 0x7f0401a5;
- public static int ratingBarStyle = 0x7f0401a6;
- public static int ratingBarStyleIndicator = 0x7f0401a7;
- public static int ratingBarStyleSmall = 0x7f0401a8;
- public static int reverseLayout = 0x7f0401c6;
- public static int rippleColor = 0x7f0401c7;
- public static int scrimAnimationDuration = 0x7f0401e5;
- public static int scrimVisibleHeightTrigger = 0x7f0401e6;
- public static int searchHintIcon = 0x7f0401e7;
- public static int searchIcon = 0x7f0401e8;
- public static int searchViewStyle = 0x7f0401e9;
- public static int seekBarStyle = 0x7f0401ea;
- public static int selectableItemBackground = 0x7f0401eb;
- public static int selectableItemBackgroundBorderless = 0x7f0401ec;
- public static int showAsAction = 0x7f0401ed;
- public static int showDividers = 0x7f0401ee;
- public static int showText = 0x7f0401ef;
- public static int showTitle = 0x7f0401f0;
- public static int singleChoiceItemLayout = 0x7f0401f1;
- public static int spanCount = 0x7f040207;
- public static int spinBars = 0x7f040208;
- public static int spinnerDropDownItemStyle = 0x7f040209;
- public static int spinnerStyle = 0x7f04020a;
- public static int splitTrack = 0x7f04020b;
- public static int srcCompat = 0x7f040221;
- public static int stackFromEnd = 0x7f040222;
- public static int state_above_anchor = 0x7f040223;
- public static int state_collapsed = 0x7f040224;
- public static int state_collapsible = 0x7f040225;
- public static int statusBarBackground = 0x7f040226;
- public static int statusBarScrim = 0x7f040227;
- public static int subMenuArrow = 0x7f040228;
- public static int submitBackground = 0x7f040229;
- public static int subtitle = 0x7f04022a;
- public static int subtitleTextAppearance = 0x7f04022b;
- public static int subtitleTextColor = 0x7f04022c;
- public static int subtitleTextStyle = 0x7f04022d;
- public static int suggestionRowLayout = 0x7f04022e;
- public static int switchMinWidth = 0x7f040237;
- public static int switchPadding = 0x7f040238;
- public static int switchStyle = 0x7f040239;
- public static int switchTextAppearance = 0x7f04023a;
- public static int tabBackground = 0x7f04023b;
- public static int tabContentStart = 0x7f04023c;
- public static int tabGravity = 0x7f04023d;
- public static int tabIndicatorColor = 0x7f04023e;
- public static int tabIndicatorHeight = 0x7f04023f;
- public static int tabMaxWidth = 0x7f040240;
- public static int tabMinWidth = 0x7f040241;
- public static int tabMode = 0x7f040242;
- public static int tabPadding = 0x7f040243;
- public static int tabPaddingBottom = 0x7f040244;
- public static int tabPaddingEnd = 0x7f040245;
- public static int tabPaddingStart = 0x7f040246;
- public static int tabPaddingTop = 0x7f040247;
- public static int tabSelectedTextColor = 0x7f040248;
- public static int tabTextAppearance = 0x7f040249;
- public static int tabTextColor = 0x7f04024a;
- public static int textAllCaps = 0x7f04024b;
- public static int textAppearanceLargePopupMenu = 0x7f04024c;
- public static int textAppearanceListItem = 0x7f04024d;
- public static int textAppearanceListItemSecondary = 0x7f04024e;
- public static int textAppearanceListItemSmall = 0x7f04024f;
- public static int textAppearancePopupMenuHeader = 0x7f040250;
- public static int textAppearanceSearchResultSubtitle = 0x7f040251;
- public static int textAppearanceSearchResultTitle = 0x7f040252;
- public static int textAppearanceSmallPopupMenu = 0x7f040253;
- public static int textColorAlertDialogListItem = 0x7f040254;
- public static int textColorError = 0x7f040255;
- public static int textColorSearchUrl = 0x7f040256;
- public static int theme = 0x7f040257;
- public static int thickness = 0x7f040258;
- public static int thumbTextPadding = 0x7f040259;
- public static int thumbTint = 0x7f04025a;
- public static int thumbTintMode = 0x7f04025b;
- public static int tickMark = 0x7f04025c;
- public static int tickMarkTint = 0x7f04025d;
- public static int tickMarkTintMode = 0x7f04025e;
- public static int tint = 0x7f04025f;
- public static int tintMode = 0x7f040260;
- public static int title = 0x7f040261;
- public static int titleEnabled = 0x7f040262;
- public static int titleMargin = 0x7f040263;
- public static int titleMarginBottom = 0x7f040264;
- public static int titleMarginEnd = 0x7f040265;
- public static int titleMarginStart = 0x7f040266;
- public static int titleMarginTop = 0x7f040267;
- public static int titleMargins = 0x7f040268;
- public static int titleTextAppearance = 0x7f040269;
- public static int titleTextColor = 0x7f04026a;
- public static int titleTextStyle = 0x7f04026b;
- public static int toolbarId = 0x7f04026c;
- public static int toolbarNavigationButtonStyle = 0x7f04026d;
- public static int toolbarStyle = 0x7f04026e;
- public static int tooltipForegroundColor = 0x7f04026f;
- public static int tooltipFrameBackground = 0x7f040270;
- public static int tooltipText = 0x7f040271;
- public static int track = 0x7f040290;
- public static int trackTint = 0x7f040291;
- public static int trackTintMode = 0x7f040292;
- public static int useCompatPadding = 0x7f040294;
- public static int voiceIcon = 0x7f040296;
- public static int windowActionBar = 0x7f040297;
- public static int windowActionBarOverlay = 0x7f040298;
- public static int windowActionModeOverlay = 0x7f040299;
- public static int windowFixedHeightMajor = 0x7f04029a;
- public static int windowFixedHeightMinor = 0x7f04029b;
- public static int windowFixedWidthMajor = 0x7f04029c;
- public static int windowFixedWidthMinor = 0x7f04029d;
- public static int windowMinWidthMajor = 0x7f04029e;
- public static int windowMinWidthMinor = 0x7f04029f;
- public static int windowNoTitle = 0x7f0402a0;
- }
- public static final class bool {
- public static int abc_action_bar_embed_tabs = 0x7f050001;
- public static int abc_allow_stacked_button_bar = 0x7f050004;
- public static int abc_config_actionMenuItemAllCaps = 0x7f050005;
- public static int abc_config_closeDialogWhenTouchOutside = 0x7f050007;
- public static int abc_config_showMenuShortcutsWhenKeyboardPresent = 0x7f050008;
- }
- public static final class color {
- public static int abc_background_cache_hint_selector_material_dark = 0x7f060003;
- public static int abc_background_cache_hint_selector_material_light = 0x7f060004;
- public static int abc_btn_colored_borderless_text_material = 0x7f060005;
- public static int abc_btn_colored_text_material = 0x7f060006;
- public static int abc_color_highlight_material = 0x7f060007;
- public static int abc_hint_foreground_material_dark = 0x7f060008;
- public static int abc_hint_foreground_material_light = 0x7f060009;
- public static int abc_input_method_navigation_guard = 0x7f06000a;
- public static int abc_primary_text_disable_only_material_dark = 0x7f06000b;
- public static int abc_primary_text_disable_only_material_light = 0x7f06000c;
- public static int abc_primary_text_material_dark = 0x7f06000d;
- public static int abc_primary_text_material_light = 0x7f06000e;
- public static int abc_search_url_text = 0x7f06000f;
- public static int abc_search_url_text_normal = 0x7f060010;
- public static int abc_search_url_text_pressed = 0x7f060011;
- public static int abc_search_url_text_selected = 0x7f060012;
- public static int abc_secondary_text_material_dark = 0x7f060013;
- public static int abc_secondary_text_material_light = 0x7f060014;
- public static int abc_tint_btn_checkable = 0x7f060015;
- public static int abc_tint_default = 0x7f060016;
- public static int abc_tint_edittext = 0x7f060017;
- public static int abc_tint_seek_thumb = 0x7f060018;
- public static int abc_tint_spinner = 0x7f060019;
- public static int abc_tint_switch_track = 0x7f06001a;
- public static int accent_material_dark = 0x7f06001b;
- public static int accent_material_light = 0x7f06001c;
- public static int background_floating_material_dark = 0x7f060020;
- public static int background_floating_material_light = 0x7f060021;
- public static int background_material_dark = 0x7f060022;
- public static int background_material_light = 0x7f060023;
- public static int bright_foreground_disabled_material_dark = 0x7f060026;
- public static int bright_foreground_disabled_material_light = 0x7f060027;
- public static int bright_foreground_inverse_material_dark = 0x7f060028;
- public static int bright_foreground_inverse_material_light = 0x7f060029;
- public static int bright_foreground_material_dark = 0x7f06002a;
- public static int bright_foreground_material_light = 0x7f06002b;
- public static int button_material_dark = 0x7f06002c;
- public static int button_material_light = 0x7f06002d;
- public static int design_bottom_navigation_shadow_color = 0x7f060033;
- public static int design_error = 0x7f060034;
- public static int design_fab_shadow_end_color = 0x7f060035;
- public static int design_fab_shadow_mid_color = 0x7f060036;
- public static int design_fab_shadow_start_color = 0x7f060037;
- public static int design_fab_stroke_end_inner_color = 0x7f060038;
- public static int design_fab_stroke_end_outer_color = 0x7f060039;
- public static int design_fab_stroke_top_inner_color = 0x7f06003a;
- public static int design_fab_stroke_top_outer_color = 0x7f06003b;
- public static int design_snackbar_background_color = 0x7f06003c;
- public static int design_tint_password_toggle = 0x7f06003d;
- public static int dim_foreground_disabled_material_dark = 0x7f06003e;
- public static int dim_foreground_disabled_material_light = 0x7f06003f;
- public static int dim_foreground_material_dark = 0x7f060040;
- public static int dim_foreground_material_light = 0x7f060041;
- public static int error_color_material = 0x7f060042;
- public static int foreground_material_dark = 0x7f060043;
- public static int foreground_material_light = 0x7f060044;
- public static int highlighted_text_material_dark = 0x7f060046;
- public static int highlighted_text_material_light = 0x7f060047;
- public static int material_blue_grey_800 = 0x7f060050;
- public static int material_blue_grey_900 = 0x7f060051;
- public static int material_blue_grey_950 = 0x7f060052;
- public static int material_deep_teal_200 = 0x7f060053;
- public static int material_deep_teal_500 = 0x7f060054;
- public static int material_grey_100 = 0x7f060055;
- public static int material_grey_300 = 0x7f060056;
- public static int material_grey_50 = 0x7f060057;
- public static int material_grey_600 = 0x7f060058;
- public static int material_grey_800 = 0x7f060059;
- public static int material_grey_850 = 0x7f06005a;
- public static int material_grey_900 = 0x7f06005b;
- public static int notification_action_color_filter = 0x7f06005c;
- public static int notification_icon_bg_color = 0x7f06005d;
- public static int notification_material_background_media_default_color = 0x7f06005e;
- public static int primary_dark_material_dark = 0x7f060061;
- public static int primary_dark_material_light = 0x7f060062;
- public static int primary_material_dark = 0x7f060063;
- public static int primary_material_light = 0x7f060064;
- public static int primary_text_default_material_dark = 0x7f060066;
- public static int primary_text_default_material_light = 0x7f060067;
- public static int primary_text_disabled_material_dark = 0x7f060068;
- public static int primary_text_disabled_material_light = 0x7f060069;
- public static int ripple_material_dark = 0x7f06006c;
- public static int ripple_material_light = 0x7f06006d;
- public static int secondary_text_default_material_dark = 0x7f06006e;
- public static int secondary_text_default_material_light = 0x7f06006f;
- public static int secondary_text_disabled_material_dark = 0x7f060070;
- public static int secondary_text_disabled_material_light = 0x7f060071;
- public static int switch_thumb_disabled_material_dark = 0x7f060072;
- public static int switch_thumb_disabled_material_light = 0x7f060073;
- public static int switch_thumb_material_dark = 0x7f060074;
- public static int switch_thumb_material_light = 0x7f060075;
- public static int switch_thumb_normal_material_dark = 0x7f060076;
- public static int switch_thumb_normal_material_light = 0x7f060077;
- public static int tooltip_background_dark = 0x7f060079;
- public static int tooltip_background_light = 0x7f06007a;
- }
- public static final class dimen {
- public static int abc_action_bar_content_inset_material = 0x7f080001;
- public static int abc_action_bar_content_inset_with_nav = 0x7f080002;
- public static int abc_action_bar_default_height_material = 0x7f080003;
- public static int abc_action_bar_default_padding_end_material = 0x7f080004;
- public static int abc_action_bar_default_padding_start_material = 0x7f080005;
- public static int abc_action_bar_elevation_material = 0x7f080006;
- public static int abc_action_bar_icon_vertical_padding_material = 0x7f080007;
- public static int abc_action_bar_overflow_padding_end_material = 0x7f080008;
- public static int abc_action_bar_overflow_padding_start_material = 0x7f080009;
- public static int abc_action_bar_progress_bar_size = 0x7f08000a;
- public static int abc_action_bar_stacked_max_height = 0x7f08000b;
- public static int abc_action_bar_stacked_tab_max_width = 0x7f08000c;
- public static int abc_action_bar_subtitle_bottom_margin_material = 0x7f08000d;
- public static int abc_action_bar_subtitle_top_margin_material = 0x7f08000e;
- public static int abc_action_button_min_height_material = 0x7f08000f;
- public static int abc_action_button_min_width_material = 0x7f080010;
- public static int abc_action_button_min_width_overflow_material = 0x7f080011;
- public static int abc_alert_dialog_button_bar_height = 0x7f080012;
- public static int abc_button_inset_horizontal_material = 0x7f080013;
- public static int abc_button_inset_vertical_material = 0x7f080014;
- public static int abc_button_padding_horizontal_material = 0x7f080015;
- public static int abc_button_padding_vertical_material = 0x7f080016;
- public static int abc_cascading_menus_min_smallest_width = 0x7f080017;
- public static int abc_config_prefDialogWidth = 0x7f080018;
- public static int abc_control_corner_material = 0x7f080019;
- public static int abc_control_inset_material = 0x7f08001a;
- public static int abc_control_padding_material = 0x7f08001b;
- public static int abc_dialog_fixed_height_major = 0x7f08001c;
- public static int abc_dialog_fixed_height_minor = 0x7f08001d;
- public static int abc_dialog_fixed_width_major = 0x7f08001e;
- public static int abc_dialog_fixed_width_minor = 0x7f08001f;
- public static int abc_dialog_list_padding_bottom_no_buttons = 0x7f080020;
- public static int abc_dialog_list_padding_top_no_title = 0x7f080021;
- public static int abc_dialog_min_width_major = 0x7f080023;
- public static int abc_dialog_min_width_minor = 0x7f080024;
- public static int abc_dialog_padding_material = 0x7f080025;
- public static int abc_dialog_padding_top_material = 0x7f080026;
- public static int abc_dialog_title_divider_material = 0x7f080027;
- public static int abc_disabled_alpha_material_dark = 0x7f080028;
- public static int abc_disabled_alpha_material_light = 0x7f080029;
- public static int abc_dropdownitem_icon_width = 0x7f08002a;
- public static int abc_dropdownitem_text_padding_left = 0x7f08002b;
- public static int abc_dropdownitem_text_padding_right = 0x7f08002c;
- public static int abc_edit_text_inset_bottom_material = 0x7f08002d;
- public static int abc_edit_text_inset_horizontal_material = 0x7f08002e;
- public static int abc_edit_text_inset_top_material = 0x7f08002f;
- public static int abc_floating_window_z = 0x7f080030;
- public static int abc_list_item_padding_horizontal_material = 0x7f080031;
- public static int abc_panel_menu_list_width = 0x7f080032;
- public static int abc_progress_bar_height_material = 0x7f080033;
- public static int abc_search_view_preferred_height = 0x7f080034;
- public static int abc_search_view_preferred_width = 0x7f080035;
- public static int abc_seekbar_track_background_height_material = 0x7f080037;
- public static int abc_seekbar_track_progress_height_material = 0x7f080038;
- public static int abc_select_dialog_padding_start_material = 0x7f080039;
- public static int abc_switch_padding = 0x7f08003a;
- public static int abc_text_size_body_1_material = 0x7f08003b;
- public static int abc_text_size_body_2_material = 0x7f08003c;
- public static int abc_text_size_button_material = 0x7f08003d;
- public static int abc_text_size_caption_material = 0x7f08003e;
- public static int abc_text_size_display_1_material = 0x7f08003f;
- public static int abc_text_size_display_2_material = 0x7f080040;
- public static int abc_text_size_display_3_material = 0x7f080041;
- public static int abc_text_size_display_4_material = 0x7f080042;
- public static int abc_text_size_headline_material = 0x7f080043;
- public static int abc_text_size_large_material = 0x7f080044;
- public static int abc_text_size_medium_material = 0x7f080045;
- public static int abc_text_size_menu_header_material = 0x7f080046;
- public static int abc_text_size_menu_material = 0x7f080047;
- public static int abc_text_size_small_material = 0x7f080048;
- public static int abc_text_size_subhead_material = 0x7f080049;
- public static int abc_text_size_subtitle_material_toolbar = 0x7f08004a;
- public static int abc_text_size_title_material = 0x7f08004b;
- public static int abc_text_size_title_material_toolbar = 0x7f08004c;
- public static int compat_button_inset_horizontal_material = 0x7f080052;
- public static int compat_button_inset_vertical_material = 0x7f080053;
- public static int compat_button_padding_horizontal_material = 0x7f080054;
- public static int compat_button_padding_vertical_material = 0x7f080055;
- public static int compat_control_corner_material = 0x7f080056;
- public static int design_appbar_elevation = 0x7f080057;
- public static int design_bottom_navigation_active_item_max_width = 0x7f080058;
- public static int design_bottom_navigation_active_text_size = 0x7f080059;
- public static int design_bottom_navigation_elevation = 0x7f08005a;
- public static int design_bottom_navigation_height = 0x7f08005b;
- public static int design_bottom_navigation_item_max_width = 0x7f08005c;
- public static int design_bottom_navigation_item_min_width = 0x7f08005d;
- public static int design_bottom_navigation_margin = 0x7f08005e;
- public static int design_bottom_navigation_shadow_height = 0x7f08005f;
- public static int design_bottom_navigation_text_size = 0x7f080060;
- public static int design_bottom_sheet_modal_elevation = 0x7f080061;
- public static int design_bottom_sheet_peek_height_min = 0x7f080062;
- public static int design_fab_border_width = 0x7f080063;
- public static int design_fab_elevation = 0x7f080064;
- public static int design_fab_image_size = 0x7f080065;
- public static int design_fab_size_mini = 0x7f080066;
- public static int design_fab_size_normal = 0x7f080067;
- public static int design_fab_translation_z_pressed = 0x7f080068;
- public static int design_navigation_elevation = 0x7f080069;
- public static int design_navigation_icon_padding = 0x7f08006a;
- public static int design_navigation_icon_size = 0x7f08006b;
- public static int design_navigation_max_width = 0x7f08006c;
- public static int design_navigation_padding_bottom = 0x7f08006d;
- public static int design_navigation_separator_vertical_padding = 0x7f08006e;
- public static int design_snackbar_action_inline_max_width = 0x7f08006f;
- public static int design_snackbar_background_corner_radius = 0x7f080070;
- public static int design_snackbar_elevation = 0x7f080071;
- public static int design_snackbar_extra_spacing_horizontal = 0x7f080072;
- public static int design_snackbar_max_width = 0x7f080073;
- public static int design_snackbar_min_width = 0x7f080074;
- public static int design_snackbar_padding_horizontal = 0x7f080075;
- public static int design_snackbar_padding_vertical = 0x7f080076;
- public static int design_snackbar_padding_vertical_2lines = 0x7f080077;
- public static int design_snackbar_text_size = 0x7f080078;
- public static int design_tab_max_width = 0x7f080079;
- public static int design_tab_scrollable_min_width = 0x7f08007a;
- public static int design_tab_text_size = 0x7f08007b;
- public static int design_tab_text_size_2line = 0x7f08007c;
- public static int disabled_alpha_material_dark = 0x7f08007d;
- public static int disabled_alpha_material_light = 0x7f08007e;
- public static int fastscroll_default_thickness = 0x7f08007f;
- public static int fastscroll_margin = 0x7f080080;
- public static int fastscroll_minimum_range = 0x7f080081;
- public static int highlight_alpha_material_colored = 0x7f080082;
- public static int highlight_alpha_material_dark = 0x7f080083;
- public static int highlight_alpha_material_light = 0x7f080084;
- public static int hint_alpha_material_dark = 0x7f080085;
- public static int hint_alpha_material_light = 0x7f080086;
- public static int hint_pressed_alpha_material_dark = 0x7f080087;
- public static int hint_pressed_alpha_material_light = 0x7f080088;
- public static int item_touch_helper_max_drag_scroll_per_frame = 0x7f080089;
- public static int item_touch_helper_swipe_escape_max_velocity = 0x7f08008a;
- public static int item_touch_helper_swipe_escape_velocity = 0x7f08008b;
- public static int notification_action_icon_size = 0x7f08008c;
- public static int notification_action_text_size = 0x7f08008d;
- public static int notification_big_circle_margin = 0x7f08008e;
- public static int notification_content_margin_start = 0x7f08008f;
- public static int notification_large_icon_height = 0x7f080090;
- public static int notification_large_icon_width = 0x7f080091;
- public static int notification_main_column_padding_top = 0x7f080092;
- public static int notification_media_narrow_margin = 0x7f080093;
- public static int notification_right_icon_size = 0x7f080094;
- public static int notification_right_side_padding_top = 0x7f080095;
- public static int notification_small_icon_background_padding = 0x7f080096;
- public static int notification_small_icon_size_as_large = 0x7f080097;
- public static int notification_subtext_size = 0x7f080098;
- public static int notification_top_pad = 0x7f080099;
- public static int notification_top_pad_large_text = 0x7f08009a;
- public static int tooltip_corner_radius = 0x7f08009b;
- public static int tooltip_horizontal_padding = 0x7f08009c;
- public static int tooltip_margin = 0x7f08009d;
- public static int tooltip_precise_anchor_extra_offset = 0x7f08009e;
- public static int tooltip_precise_anchor_threshold = 0x7f08009f;
- public static int tooltip_vertical_padding = 0x7f0800a0;
- public static int tooltip_y_offset_non_touch = 0x7f0800a1;
- public static int tooltip_y_offset_touch = 0x7f0800a2;
- }
- public static final class drawable {
- public static int abc_ab_share_pack_mtrl_alpha = 0x7f090001;
- public static int abc_action_bar_item_background_material = 0x7f090002;
- public static int abc_btn_borderless_material = 0x7f090003;
- public static int abc_btn_check_material = 0x7f090004;
- public static int abc_btn_check_to_on_mtrl_000 = 0x7f090005;
- public static int abc_btn_check_to_on_mtrl_015 = 0x7f090006;
- public static int abc_btn_colored_material = 0x7f090007;
- public static int abc_btn_default_mtrl_shape = 0x7f090008;
- public static int abc_btn_radio_material = 0x7f090009;
- public static int abc_btn_radio_to_on_mtrl_000 = 0x7f09000a;
- public static int abc_btn_radio_to_on_mtrl_015 = 0x7f09000b;
- public static int abc_btn_switch_to_on_mtrl_00001 = 0x7f09000e;
- public static int abc_btn_switch_to_on_mtrl_00012 = 0x7f09000f;
- public static int abc_cab_background_internal_bg = 0x7f090010;
- public static int abc_cab_background_top_material = 0x7f090011;
- public static int abc_cab_background_top_mtrl_alpha = 0x7f090012;
- public static int abc_control_background_material = 0x7f090013;
- public static int abc_dialog_material_background = 0x7f090014;
- public static int abc_edit_text_material = 0x7f090017;
- public static int abc_ic_ab_back_material = 0x7f090018;
- public static int abc_ic_arrow_drop_right_black_24dp = 0x7f09001a;
- public static int abc_ic_clear_material = 0x7f09001b;
- public static int abc_ic_commit_search_api_mtrl_alpha = 0x7f09001d;
- public static int abc_ic_go_search_api_material = 0x7f09001e;
- public static int abc_ic_menu_copy_mtrl_am_alpha = 0x7f090020;
- public static int abc_ic_menu_cut_mtrl_alpha = 0x7f090021;
- public static int abc_ic_menu_overflow_material = 0x7f090023;
- public static int abc_ic_menu_paste_mtrl_am_alpha = 0x7f090024;
- public static int abc_ic_menu_selectall_mtrl_alpha = 0x7f090025;
- public static int abc_ic_menu_share_mtrl_alpha = 0x7f090026;
- public static int abc_ic_search_api_material = 0x7f090027;
- public static int abc_ic_star_black_16dp = 0x7f090029;
- public static int abc_ic_star_black_36dp = 0x7f09002a;
- public static int abc_ic_star_black_48dp = 0x7f09002b;
- public static int abc_ic_star_half_black_16dp = 0x7f09002c;
- public static int abc_ic_star_half_black_36dp = 0x7f09002d;
- public static int abc_ic_star_half_black_48dp = 0x7f09002e;
- public static int abc_ic_voice_search_api_material = 0x7f09002f;
- public static int abc_item_background_holo_dark = 0x7f090031;
- public static int abc_item_background_holo_light = 0x7f090032;
- public static int abc_list_divider_mtrl_alpha = 0x7f090033;
- public static int abc_list_focused_holo = 0x7f090034;
- public static int abc_list_longpressed_holo = 0x7f090035;
- public static int abc_list_pressed_holo_dark = 0x7f090036;
- public static int abc_list_pressed_holo_light = 0x7f090037;
- public static int abc_list_selector_background_transition_holo_dark = 0x7f090038;
- public static int abc_list_selector_background_transition_holo_light = 0x7f090039;
- public static int abc_list_selector_disabled_holo_dark = 0x7f09003a;
- public static int abc_list_selector_disabled_holo_light = 0x7f09003b;
- public static int abc_list_selector_holo_dark = 0x7f09003c;
- public static int abc_list_selector_holo_light = 0x7f09003d;
- public static int abc_menu_hardkey_panel_mtrl_mult = 0x7f09003e;
- public static int abc_popup_background_mtrl_mult = 0x7f09003f;
- public static int abc_ratingbar_indicator_material = 0x7f090041;
- public static int abc_ratingbar_material = 0x7f090042;
- public static int abc_ratingbar_small_material = 0x7f090043;
- public static int abc_scrubber_control_off_mtrl_alpha = 0x7f090044;
- public static int abc_scrubber_control_to_pressed_mtrl_000 = 0x7f090045;
- public static int abc_scrubber_control_to_pressed_mtrl_005 = 0x7f090046;
- public static int abc_scrubber_primary_mtrl_alpha = 0x7f090047;
- public static int abc_scrubber_track_mtrl_alpha = 0x7f090048;
- public static int abc_seekbar_thumb_material = 0x7f090049;
- public static int abc_seekbar_tick_mark_material = 0x7f09004a;
- public static int abc_seekbar_track_material = 0x7f09004b;
- public static int abc_spinner_mtrl_am_alpha = 0x7f09004c;
- public static int abc_spinner_textfield_background_material = 0x7f09004d;
- public static int abc_switch_thumb_material = 0x7f09004e;
- public static int abc_switch_track_mtrl_alpha = 0x7f09004f;
- public static int abc_tab_indicator_material = 0x7f090050;
- public static int abc_tab_indicator_mtrl_alpha = 0x7f090051;
- public static int abc_text_cursor_material = 0x7f090052;
- public static int abc_text_select_handle_left_mtrl_dark = 0x7f090053;
- public static int abc_text_select_handle_left_mtrl_light = 0x7f090054;
- public static int abc_text_select_handle_middle_mtrl_dark = 0x7f090055;
- public static int abc_text_select_handle_middle_mtrl_light = 0x7f090056;
- public static int abc_text_select_handle_right_mtrl_dark = 0x7f090057;
- public static int abc_text_select_handle_right_mtrl_light = 0x7f090058;
- public static int abc_textfield_activated_mtrl_alpha = 0x7f090059;
- public static int abc_textfield_default_mtrl_alpha = 0x7f09005a;
- public static int abc_textfield_search_activated_mtrl_alpha = 0x7f09005b;
- public static int abc_textfield_search_default_mtrl_alpha = 0x7f09005c;
- public static int abc_textfield_search_material = 0x7f09005d;
- public static int abc_vector_test = 0x7f09005e;
- public static int avd_hide_password = 0x7f09005f;
- public static int avd_show_password = 0x7f090060;
- public static int design_bottom_navigation_item_background = 0x7f090061;
- public static int design_fab_background = 0x7f090062;
- public static int design_ic_visibility = 0x7f090063;
- public static int design_ic_visibility_off = 0x7f090064;
- public static int design_password_eye = 0x7f090065;
- public static int design_snackbar_background = 0x7f090066;
- public static int navigation_empty_icon = 0x7f090067;
- public static int notification_action_background = 0x7f090068;
- public static int notification_bg = 0x7f090069;
- public static int notification_bg_low = 0x7f09006a;
- public static int notification_bg_low_normal = 0x7f09006b;
- public static int notification_bg_low_pressed = 0x7f09006c;
- public static int notification_bg_normal = 0x7f09006d;
- public static int notification_bg_normal_pressed = 0x7f09006e;
- public static int notification_icon_background = 0x7f09006f;
- public static int notification_template_icon_bg = 0x7f090070;
- public static int notification_template_icon_low_bg = 0x7f090071;
- public static int notification_tile_bg = 0x7f090072;
- public static int notify_panel_notification_icon_bg = 0x7f090073;
- public static int tooltip_frame_dark = 0x7f090074;
- public static int tooltip_frame_light = 0x7f090075;
- }
- public static final class id {
- public static int action0 = 0x7f0c0001;
- public static int action_bar = 0x7f0c0002;
- public static int action_bar_activity_content = 0x7f0c0003;
- public static int action_bar_container = 0x7f0c0004;
- public static int action_bar_root = 0x7f0c0005;
- public static int action_bar_spinner = 0x7f0c0006;
- public static int action_bar_subtitle = 0x7f0c0007;
- public static int action_bar_title = 0x7f0c0008;
- public static int action_container = 0x7f0c0009;
- public static int action_context_bar = 0x7f0c000a;
- public static int action_divider = 0x7f0c000b;
- public static int action_image = 0x7f0c000c;
- public static int action_menu_divider = 0x7f0c000d;
- public static int action_menu_presenter = 0x7f0c000e;
- public static int action_mode_bar = 0x7f0c000f;
- public static int action_mode_bar_stub = 0x7f0c0010;
- public static int action_mode_close_button = 0x7f0c0011;
- public static int action_text = 0x7f0c0012;
- public static int actions = 0x7f0c0013;
- public static int activity_chooser_view_content = 0x7f0c0014;
- public static int add = 0x7f0c0015;
- public static int alertTitle = 0x7f0c001b;
- public static int async = 0x7f0c001d;
- public static int auto = 0x7f0c001e;
- public static int blocking = 0x7f0c0021;
- public static int bottom = 0x7f0c0024;
- public static int buttonPanel = 0x7f0c0027;
- public static int cancel_action = 0x7f0c0028;
- public static int center = 0x7f0c0029;
- public static int checkbox = 0x7f0c002b;
- public static int chronometer = 0x7f0c002c;
- public static int container = 0x7f0c002e;
- public static int contentPanel = 0x7f0c002f;
- public static int coordinator = 0x7f0c0030;
- public static int custom = 0x7f0c0031;
- public static int customPanel = 0x7f0c0032;
- public static int decor_content_parent = 0x7f0c0033;
- public static int default_activity_button = 0x7f0c0034;
- public static int design_bottom_sheet = 0x7f0c0035;
- public static int design_menu_item_action_area = 0x7f0c0036;
- public static int design_menu_item_action_area_stub = 0x7f0c0037;
- public static int design_menu_item_text = 0x7f0c0038;
- public static int design_navigation_view = 0x7f0c0039;
- public static int edit_query = 0x7f0c003c;
- public static int end = 0x7f0c003e;
- public static int end_padder = 0x7f0c003f;
- public static int expand_activities_button = 0x7f0c0040;
- public static int expanded_menu = 0x7f0c0041;
- public static int fill = 0x7f0c0042;
- public static int fixed = 0x7f0c0043;
- public static int forever = 0x7f0c0044;
- public static int ghost_view = 0x7f0c0045;
- public static int home = 0x7f0c0048;
- public static int icon = 0x7f0c004b;
- public static int icon_group = 0x7f0c004c;
- public static int image = 0x7f0c004e;
- public static int info = 0x7f0c0050;
- public static int italic = 0x7f0c0051;
- public static int item_touch_helper_previous_elevation = 0x7f0c0052;
- public static int largeLabel = 0x7f0c0053;
- public static int left = 0x7f0c0054;
- public static int line1 = 0x7f0c0055;
- public static int line3 = 0x7f0c0056;
- public static int listMode = 0x7f0c0057;
- public static int list_item = 0x7f0c0059;
- public static int masked = 0x7f0c005d;
- public static int media_actions = 0x7f0c0060;
- public static int message = 0x7f0c0061;
- public static int mini = 0x7f0c0063;
- public static int multiply = 0x7f0c0067;
- public static int navigation_header_container = 0x7f0c0068;
- public static int none = 0x7f0c006a;
- public static int normal = 0x7f0c006b;
- public static int notification_background = 0x7f0c006c;
- public static int notification_main_column = 0x7f0c006d;
- public static int notification_main_column_container = 0x7f0c006e;
- public static int parallax = 0x7f0c0070;
- public static int parentPanel = 0x7f0c0071;
- public static int parent_matrix = 0x7f0c0072;
- public static int pin = 0x7f0c0073;
- public static int progress_circular = 0x7f0c0074;
- public static int progress_horizontal = 0x7f0c0075;
- public static int radio = 0x7f0c0077;
- public static int right = 0x7f0c0079;
- public static int right_icon = 0x7f0c007a;
- public static int right_side = 0x7f0c007b;
- public static int save_image_matrix = 0x7f0c007e;
- public static int save_non_transition_alpha = 0x7f0c007f;
- public static int save_scale_type = 0x7f0c0080;
- public static int screen = 0x7f0c0081;
- public static int scrollIndicatorDown = 0x7f0c0083;
- public static int scrollIndicatorUp = 0x7f0c0084;
- public static int scrollView = 0x7f0c0085;
- public static int scrollable = 0x7f0c0086;
- public static int search_badge = 0x7f0c0088;
- public static int search_bar = 0x7f0c0089;
- public static int search_button = 0x7f0c008a;
- public static int search_close_btn = 0x7f0c008b;
- public static int search_edit_frame = 0x7f0c008c;
- public static int search_go_btn = 0x7f0c008d;
- public static int search_mag_icon = 0x7f0c008e;
- public static int search_plate = 0x7f0c008f;
- public static int search_src_text = 0x7f0c0090;
- public static int search_voice_btn = 0x7f0c0091;
- public static int select_dialog_listview = 0x7f0c0092;
- public static int shortcut = 0x7f0c0093;
- public static int smallLabel = 0x7f0c0099;
- public static int snackbar_action = 0x7f0c009a;
- public static int snackbar_text = 0x7f0c009b;
- public static int spacer = 0x7f0c009c;
- public static int split_action_bar = 0x7f0c009d;
- public static int src_atop = 0x7f0c009f;
- public static int src_in = 0x7f0c00a0;
- public static int src_over = 0x7f0c00a1;
- public static int start = 0x7f0c00a2;
- public static int status_bar_latest_event_content = 0x7f0c00a3;
- public static int submenuarrow = 0x7f0c00a4;
- public static int submit_area = 0x7f0c00a5;
- public static int tabMode = 0x7f0c00a6;
- public static int text = 0x7f0c00a7;
- public static int text2 = 0x7f0c00a8;
- public static int textSpacerNoButtons = 0x7f0c00a9;
- public static int textSpacerNoTitle = 0x7f0c00aa;
- public static int text_input_password_toggle = 0x7f0c00ab;
- public static int textinput_counter = 0x7f0c00ac;
- public static int textinput_error = 0x7f0c00ad;
- public static int time = 0x7f0c00ae;
- public static int title = 0x7f0c00af;
- public static int titleDividerNoCustom = 0x7f0c00b0;
- public static int title_template = 0x7f0c00b1;
- public static int top = 0x7f0c00b2;
- public static int topPanel = 0x7f0c00b3;
- public static int touch_outside = 0x7f0c00b5;
- public static int transition_current_scene = 0x7f0c00b6;
- public static int transition_layout_save = 0x7f0c00b7;
- public static int transition_position = 0x7f0c00b8;
- public static int transition_scene_layoutid_cache = 0x7f0c00b9;
- public static int transition_transform = 0x7f0c00ba;
- public static int uniform = 0x7f0c00bb;
- public static int up = 0x7f0c00bd;
- public static int view_offset_helper = 0x7f0c00bf;
- public static int visible = 0x7f0c00c0;
- public static int wrap_content = 0x7f0c00c3;
- }
- public static final class integer {
- public static int abc_config_activityDefaultDur = 0x7f0d0001;
- public static int abc_config_activityShortDur = 0x7f0d0002;
- public static int app_bar_elevation_anim_duration = 0x7f0d0004;
- public static int bottom_sheet_slide_duration = 0x7f0d0005;
- public static int cancel_button_image_alpha = 0x7f0d0006;
- public static int config_tooltipAnimTime = 0x7f0d0007;
- public static int design_snackbar_text_max_lines = 0x7f0d0008;
- public static int hide_password_duration = 0x7f0d0009;
- public static int show_password_duration = 0x7f0d000a;
- public static int status_bar_notification_info_maxnum = 0x7f0d000b;
- }
- public static final class layout {
- public static int abc_action_bar_title_item = 0x7f0f0001;
- public static int abc_action_bar_up_container = 0x7f0f0002;
- public static int abc_action_bar_view_list_nav_layout = 0x7f0f0003;
- public static int abc_action_menu_item_layout = 0x7f0f0004;
- public static int abc_action_menu_layout = 0x7f0f0005;
- public static int abc_action_mode_bar = 0x7f0f0006;
- public static int abc_action_mode_close_item_material = 0x7f0f0007;
- public static int abc_activity_chooser_view = 0x7f0f0008;
- public static int abc_activity_chooser_view_list_item = 0x7f0f0009;
- public static int abc_alert_dialog_button_bar_material = 0x7f0f000a;
- public static int abc_alert_dialog_material = 0x7f0f000b;
- public static int abc_alert_dialog_title_material = 0x7f0f000c;
- public static int abc_dialog_title_material = 0x7f0f000d;
- public static int abc_expanded_menu_layout = 0x7f0f000e;
- public static int abc_list_menu_item_checkbox = 0x7f0f000f;
- public static int abc_list_menu_item_icon = 0x7f0f0010;
- public static int abc_list_menu_item_layout = 0x7f0f0011;
- public static int abc_list_menu_item_radio = 0x7f0f0012;
- public static int abc_popup_menu_header_item_layout = 0x7f0f0013;
- public static int abc_popup_menu_item_layout = 0x7f0f0014;
- public static int abc_screen_content_include = 0x7f0f0015;
- public static int abc_screen_simple = 0x7f0f0016;
- public static int abc_screen_simple_overlay_action_mode = 0x7f0f0017;
- public static int abc_screen_toolbar = 0x7f0f0018;
- public static int abc_search_dropdown_item_icons_2line = 0x7f0f0019;
- public static int abc_search_view = 0x7f0f001a;
- public static int abc_select_dialog_material = 0x7f0f001b;
- public static int design_bottom_navigation_item = 0x7f0f001e;
- public static int design_bottom_sheet_dialog = 0x7f0f001f;
- public static int design_layout_snackbar = 0x7f0f0020;
- public static int design_layout_snackbar_include = 0x7f0f0021;
- public static int design_layout_tab_icon = 0x7f0f0022;
- public static int design_layout_tab_text = 0x7f0f0023;
- public static int design_menu_item_action_area = 0x7f0f0024;
- public static int design_navigation_item = 0x7f0f0025;
- public static int design_navigation_item_header = 0x7f0f0026;
- public static int design_navigation_item_separator = 0x7f0f0027;
- public static int design_navigation_item_subheader = 0x7f0f0028;
- public static int design_navigation_menu = 0x7f0f0029;
- public static int design_navigation_menu_item = 0x7f0f002a;
- public static int design_text_input_password_icon = 0x7f0f002b;
- public static int notification_action = 0x7f0f002e;
- public static int notification_action_tombstone = 0x7f0f002f;
- public static int notification_media_action = 0x7f0f0030;
- public static int notification_media_cancel_action = 0x7f0f0031;
- public static int notification_template_big_media = 0x7f0f0032;
- public static int notification_template_big_media_custom = 0x7f0f0033;
- public static int notification_template_big_media_narrow = 0x7f0f0034;
- public static int notification_template_big_media_narrow_custom = 0x7f0f0035;
- public static int notification_template_custom_big = 0x7f0f0036;
- public static int notification_template_icon_group = 0x7f0f0037;
- public static int notification_template_lines_media = 0x7f0f0039;
- public static int notification_template_media = 0x7f0f003a;
- public static int notification_template_media_custom = 0x7f0f003b;
- public static int notification_template_part_chronometer = 0x7f0f003c;
- public static int notification_template_part_time = 0x7f0f003d;
- public static int select_dialog_item_material = 0x7f0f003e;
- public static int select_dialog_multichoice_material = 0x7f0f003f;
- public static int select_dialog_singlechoice_material = 0x7f0f0040;
- public static int support_simple_spinner_dropdown_item = 0x7f0f0041;
- public static int tooltip = 0x7f0f0043;
- }
- public static final class string {
- public static int abc_action_bar_home_description = 0x7f150001;
- public static int abc_action_bar_home_description_format = 0x7f150002;
- public static int abc_action_bar_home_subtitle_description_format = 0x7f150003;
- public static int abc_action_bar_up_description = 0x7f150004;
- public static int abc_action_menu_overflow_description = 0x7f150005;
- public static int abc_action_mode_done = 0x7f150006;
- public static int abc_activity_chooser_view_see_all = 0x7f150007;
- public static int abc_activitychooserview_choose_application = 0x7f150008;
- public static int abc_capital_off = 0x7f150009;
- public static int abc_capital_on = 0x7f15000a;
- public static int abc_font_family_body_1_material = 0x7f15000b;
- public static int abc_font_family_body_2_material = 0x7f15000c;
- public static int abc_font_family_button_material = 0x7f15000d;
- public static int abc_font_family_caption_material = 0x7f15000e;
- public static int abc_font_family_display_1_material = 0x7f15000f;
- public static int abc_font_family_display_2_material = 0x7f150010;
- public static int abc_font_family_display_3_material = 0x7f150011;
- public static int abc_font_family_display_4_material = 0x7f150012;
- public static int abc_font_family_headline_material = 0x7f150013;
- public static int abc_font_family_menu_material = 0x7f150014;
- public static int abc_font_family_subhead_material = 0x7f150015;
- public static int abc_font_family_title_material = 0x7f150016;
- public static int abc_search_hint = 0x7f150017;
- public static int abc_searchview_description_clear = 0x7f150018;
- public static int abc_searchview_description_query = 0x7f150019;
- public static int abc_searchview_description_search = 0x7f15001a;
- public static int abc_searchview_description_submit = 0x7f15001b;
- public static int abc_searchview_description_voice = 0x7f15001c;
- public static int abc_shareactionprovider_share_with = 0x7f15001d;
- public static int abc_shareactionprovider_share_with_application = 0x7f15001e;
- public static int abc_toolbar_collapse_description = 0x7f15001f;
- public static int appbar_scrolling_view_behavior = 0x7f150020;
- public static int bottom_sheet_behavior = 0x7f150021;
- public static int character_counter_pattern = 0x7f150022;
- public static int password_toggle_content_description = 0x7f150023;
- public static int path_password_eye = 0x7f150024;
- public static int path_password_eye_mask_strike_through = 0x7f150025;
- public static int path_password_eye_mask_visible = 0x7f150026;
- public static int path_password_strike_through = 0x7f150027;
- public static int search_menu_title = 0x7f150028;
- public static int status_bar_notification_info_overflow = 0x7f150029;
- }
- public static final class style {
- public static int AlertDialog_AppCompat = 0x7f160001;
- public static int AlertDialog_AppCompat_Light = 0x7f160002;
- public static int Animation_AppCompat_Dialog = 0x7f160003;
- public static int Animation_AppCompat_DropDownUp = 0x7f160004;
- public static int Animation_AppCompat_Tooltip = 0x7f160005;
- public static int Animation_Design_BottomSheetDialog = 0x7f160006;
- public static int Base_AlertDialog_AppCompat = 0x7f160007;
- public static int Base_AlertDialog_AppCompat_Light = 0x7f160008;
- public static int Base_Animation_AppCompat_Dialog = 0x7f160009;
- public static int Base_Animation_AppCompat_DropDownUp = 0x7f16000a;
- public static int Base_Animation_AppCompat_Tooltip = 0x7f16000b;
- public static int Base_DialogWindowTitleBackground_AppCompat = 0x7f16000c;
- public static int Base_DialogWindowTitle_AppCompat = 0x7f16000d;
- public static int Base_TextAppearance_AppCompat = 0x7f16000e;
- public static int Base_TextAppearance_AppCompat_Body1 = 0x7f16000f;
- public static int Base_TextAppearance_AppCompat_Body2 = 0x7f160010;
- public static int Base_TextAppearance_AppCompat_Button = 0x7f160011;
- public static int Base_TextAppearance_AppCompat_Caption = 0x7f160012;
- public static int Base_TextAppearance_AppCompat_Display1 = 0x7f160013;
- public static int Base_TextAppearance_AppCompat_Display2 = 0x7f160014;
- public static int Base_TextAppearance_AppCompat_Display3 = 0x7f160015;
- public static int Base_TextAppearance_AppCompat_Display4 = 0x7f160016;
- public static int Base_TextAppearance_AppCompat_Headline = 0x7f160017;
- public static int Base_TextAppearance_AppCompat_Inverse = 0x7f160018;
- public static int Base_TextAppearance_AppCompat_Large = 0x7f160019;
- public static int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f16001a;
- public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f16001b;
- public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f16001c;
- public static int Base_TextAppearance_AppCompat_Medium = 0x7f16001d;
- public static int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f16001e;
- public static int Base_TextAppearance_AppCompat_Menu = 0x7f16001f;
- public static int Base_TextAppearance_AppCompat_SearchResult = 0x7f160020;
- public static int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f160021;
- public static int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f160022;
- public static int Base_TextAppearance_AppCompat_Small = 0x7f160023;
- public static int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f160024;
- public static int Base_TextAppearance_AppCompat_Subhead = 0x7f160025;
- public static int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f160026;
- public static int Base_TextAppearance_AppCompat_Title = 0x7f160027;
- public static int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f160028;
- public static int Base_TextAppearance_AppCompat_Tooltip = 0x7f160029;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f16002a;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f16002b;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f16002c;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f16002d;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f16002e;
- public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f16002f;
- public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f160030;
- public static int Base_TextAppearance_AppCompat_Widget_Button = 0x7f160031;
- public static int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f160032;
- public static int Base_TextAppearance_AppCompat_Widget_Button_Colored = 0x7f160033;
- public static int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f160034;
- public static int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f160035;
- public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f160036;
- public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f160037;
- public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f160038;
- public static int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f160039;
- public static int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f16003a;
- public static int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f16003b;
- public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f16003c;
- public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f16003d;
- public static int Base_ThemeOverlay_AppCompat = 0x7f16003e;
- public static int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f16003f;
- public static int Base_ThemeOverlay_AppCompat_Dark = 0x7f160040;
- public static int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f160041;
- public static int Base_ThemeOverlay_AppCompat_Dialog = 0x7f160042;
- public static int Base_ThemeOverlay_AppCompat_Dialog_Alert = 0x7f160043;
- public static int Base_ThemeOverlay_AppCompat_Light = 0x7f160044;
- public static int Base_Theme_AppCompat = 0x7f160045;
- public static int Base_Theme_AppCompat_CompactMenu = 0x7f160046;
- public static int Base_Theme_AppCompat_Dialog = 0x7f160047;
- public static int Base_Theme_AppCompat_DialogWhenLarge = 0x7f160048;
- public static int Base_Theme_AppCompat_Dialog_Alert = 0x7f160049;
- public static int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f16004a;
- public static int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f16004b;
- public static int Base_Theme_AppCompat_Light = 0x7f16004c;
- public static int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f16004d;
- public static int Base_Theme_AppCompat_Light_Dialog = 0x7f16004e;
- public static int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f16004f;
- public static int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f160050;
- public static int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f160051;
- public static int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f160052;
- public static int Base_V11_ThemeOverlay_AppCompat_Dialog = 0x7f160053;
- public static int Base_V11_Theme_AppCompat_Dialog = 0x7f160054;
- public static int Base_V11_Theme_AppCompat_Light_Dialog = 0x7f160055;
- public static int Base_V12_Widget_AppCompat_AutoCompleteTextView = 0x7f160056;
- public static int Base_V12_Widget_AppCompat_EditText = 0x7f160057;
- public static int Base_V14_Widget_Design_AppBarLayout = 0x7f160058;
- public static int Base_V21_ThemeOverlay_AppCompat_Dialog = 0x7f160059;
- public static int Base_V21_Theme_AppCompat = 0x7f16005a;
- public static int Base_V21_Theme_AppCompat_Dialog = 0x7f16005b;
- public static int Base_V21_Theme_AppCompat_Light = 0x7f16005c;
- public static int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f16005d;
- public static int Base_V21_Widget_Design_AppBarLayout = 0x7f16005e;
- public static int Base_V22_Theme_AppCompat = 0x7f16005f;
- public static int Base_V22_Theme_AppCompat_Light = 0x7f160060;
- public static int Base_V23_Theme_AppCompat = 0x7f160061;
- public static int Base_V23_Theme_AppCompat_Light = 0x7f160062;
- public static int Base_V26_Theme_AppCompat = 0x7f160063;
- public static int Base_V26_Theme_AppCompat_Light = 0x7f160064;
- public static int Base_V26_Widget_AppCompat_Toolbar = 0x7f160065;
- public static int Base_V26_Widget_Design_AppBarLayout = 0x7f160066;
- public static int Base_V7_ThemeOverlay_AppCompat_Dialog = 0x7f160067;
- public static int Base_V7_Theme_AppCompat = 0x7f160068;
- public static int Base_V7_Theme_AppCompat_Dialog = 0x7f160069;
- public static int Base_V7_Theme_AppCompat_Light = 0x7f16006a;
- public static int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f16006b;
- public static int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f16006c;
- public static int Base_V7_Widget_AppCompat_EditText = 0x7f16006d;
- public static int Base_V7_Widget_AppCompat_Toolbar = 0x7f16006e;
- public static int Base_Widget_AppCompat_ActionBar = 0x7f16006f;
- public static int Base_Widget_AppCompat_ActionBar_Solid = 0x7f160070;
- public static int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f160071;
- public static int Base_Widget_AppCompat_ActionBar_TabText = 0x7f160072;
- public static int Base_Widget_AppCompat_ActionBar_TabView = 0x7f160073;
- public static int Base_Widget_AppCompat_ActionButton = 0x7f160074;
- public static int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f160075;
- public static int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f160076;
- public static int Base_Widget_AppCompat_ActionMode = 0x7f160077;
- public static int Base_Widget_AppCompat_ActivityChooserView = 0x7f160078;
- public static int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f160079;
- public static int Base_Widget_AppCompat_Button = 0x7f16007a;
- public static int Base_Widget_AppCompat_ButtonBar = 0x7f16007b;
- public static int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f16007c;
- public static int Base_Widget_AppCompat_Button_Borderless = 0x7f16007d;
- public static int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f16007e;
- public static int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f16007f;
- public static int Base_Widget_AppCompat_Button_Colored = 0x7f160080;
- public static int Base_Widget_AppCompat_Button_Small = 0x7f160081;
- public static int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f160082;
- public static int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f160083;
- public static int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f160084;
- public static int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f160085;
- public static int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f160086;
- public static int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f160087;
- public static int Base_Widget_AppCompat_EditText = 0x7f160088;
- public static int Base_Widget_AppCompat_ImageButton = 0x7f160089;
- public static int Base_Widget_AppCompat_Light_ActionBar = 0x7f16008a;
- public static int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f16008b;
- public static int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f16008c;
- public static int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f16008d;
- public static int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f16008e;
- public static int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f16008f;
- public static int Base_Widget_AppCompat_Light_PopupMenu = 0x7f160090;
- public static int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f160091;
- public static int Base_Widget_AppCompat_ListMenuView = 0x7f160092;
- public static int Base_Widget_AppCompat_ListPopupWindow = 0x7f160093;
- public static int Base_Widget_AppCompat_ListView = 0x7f160094;
- public static int Base_Widget_AppCompat_ListView_DropDown = 0x7f160095;
- public static int Base_Widget_AppCompat_ListView_Menu = 0x7f160096;
- public static int Base_Widget_AppCompat_PopupMenu = 0x7f160097;
- public static int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f160098;
- public static int Base_Widget_AppCompat_PopupWindow = 0x7f160099;
- public static int Base_Widget_AppCompat_ProgressBar = 0x7f16009a;
- public static int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f16009b;
- public static int Base_Widget_AppCompat_RatingBar = 0x7f16009c;
- public static int Base_Widget_AppCompat_RatingBar_Indicator = 0x7f16009d;
- public static int Base_Widget_AppCompat_RatingBar_Small = 0x7f16009e;
- public static int Base_Widget_AppCompat_SearchView = 0x7f16009f;
- public static int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f1600a0;
- public static int Base_Widget_AppCompat_SeekBar = 0x7f1600a1;
- public static int Base_Widget_AppCompat_SeekBar_Discrete = 0x7f1600a2;
- public static int Base_Widget_AppCompat_Spinner = 0x7f1600a3;
- public static int Base_Widget_AppCompat_Spinner_Underlined = 0x7f1600a4;
- public static int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f1600a5;
- public static int Base_Widget_AppCompat_Toolbar = 0x7f1600a6;
- public static int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f1600a7;
- public static int Base_Widget_Design_AppBarLayout = 0x7f1600a8;
- public static int Base_Widget_Design_TabLayout = 0x7f1600a9;
- public static int Platform_AppCompat = 0x7f1600f4;
- public static int Platform_AppCompat_Light = 0x7f1600f5;
- public static int Platform_ThemeOverlay_AppCompat = 0x7f1600f6;
- public static int Platform_ThemeOverlay_AppCompat_Dark = 0x7f1600f7;
- public static int Platform_ThemeOverlay_AppCompat_Light = 0x7f1600f8;
- public static int Platform_V11_AppCompat = 0x7f1600f9;
- public static int Platform_V11_AppCompat_Light = 0x7f1600fa;
- public static int Platform_V14_AppCompat = 0x7f1600fb;
- public static int Platform_V14_AppCompat_Light = 0x7f1600fc;
- public static int Platform_V21_AppCompat = 0x7f1600fd;
- public static int Platform_V21_AppCompat_Light = 0x7f1600fe;
- public static int Platform_V25_AppCompat = 0x7f1600ff;
- public static int Platform_V25_AppCompat_Light = 0x7f160100;
- public static int Platform_Widget_AppCompat_Spinner = 0x7f160101;
- public static int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f160102;
- public static int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f160103;
- public static int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f160104;
- public static int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f160105;
- public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f160106;
- public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f160107;
- public static int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f160108;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f160109;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f16010a;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f16010b;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f16010c;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f16010d;
- public static int RtlUnderlay_Widget_AppCompat_ActionButton = 0x7f16010e;
- public static int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 0x7f16010f;
- public static int TextAppearance_AppCompat = 0x7f160110;
- public static int TextAppearance_AppCompat_Body1 = 0x7f160111;
- public static int TextAppearance_AppCompat_Body2 = 0x7f160112;
- public static int TextAppearance_AppCompat_Button = 0x7f160113;
- public static int TextAppearance_AppCompat_Caption = 0x7f160114;
- public static int TextAppearance_AppCompat_Display1 = 0x7f160115;
- public static int TextAppearance_AppCompat_Display2 = 0x7f160116;
- public static int TextAppearance_AppCompat_Display3 = 0x7f160117;
- public static int TextAppearance_AppCompat_Display4 = 0x7f160118;
- public static int TextAppearance_AppCompat_Headline = 0x7f160119;
- public static int TextAppearance_AppCompat_Inverse = 0x7f16011a;
- public static int TextAppearance_AppCompat_Large = 0x7f16011b;
- public static int TextAppearance_AppCompat_Large_Inverse = 0x7f16011c;
- public static int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f16011d;
- public static int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f16011e;
- public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f16011f;
- public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f160120;
- public static int TextAppearance_AppCompat_Medium = 0x7f160121;
- public static int TextAppearance_AppCompat_Medium_Inverse = 0x7f160122;
- public static int TextAppearance_AppCompat_Menu = 0x7f160123;
- public static int TextAppearance_AppCompat_Notification = 0x7f160124;
- public static int TextAppearance_AppCompat_Notification_Info = 0x7f160125;
- public static int TextAppearance_AppCompat_Notification_Info_Media = 0x7f160126;
- public static int TextAppearance_AppCompat_Notification_Line2 = 0x7f160127;
- public static int TextAppearance_AppCompat_Notification_Line2_Media = 0x7f160128;
- public static int TextAppearance_AppCompat_Notification_Media = 0x7f160129;
- public static int TextAppearance_AppCompat_Notification_Time = 0x7f16012a;
- public static int TextAppearance_AppCompat_Notification_Time_Media = 0x7f16012b;
- public static int TextAppearance_AppCompat_Notification_Title = 0x7f16012c;
- public static int TextAppearance_AppCompat_Notification_Title_Media = 0x7f16012d;
- public static int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f16012e;
- public static int TextAppearance_AppCompat_SearchResult_Title = 0x7f16012f;
- public static int TextAppearance_AppCompat_Small = 0x7f160130;
- public static int TextAppearance_AppCompat_Small_Inverse = 0x7f160131;
- public static int TextAppearance_AppCompat_Subhead = 0x7f160132;
- public static int TextAppearance_AppCompat_Subhead_Inverse = 0x7f160133;
- public static int TextAppearance_AppCompat_Title = 0x7f160134;
- public static int TextAppearance_AppCompat_Title_Inverse = 0x7f160135;
- public static int TextAppearance_AppCompat_Tooltip = 0x7f160136;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f160137;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f160138;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f160139;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f16013a;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f16013b;
- public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f16013c;
- public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f16013d;
- public static int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f16013e;
- public static int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f16013f;
- public static int TextAppearance_AppCompat_Widget_Button = 0x7f160140;
- public static int TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f160141;
- public static int TextAppearance_AppCompat_Widget_Button_Colored = 0x7f160142;
- public static int TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f160143;
- public static int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f160144;
- public static int TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f160145;
- public static int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f160146;
- public static int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f160147;
- public static int TextAppearance_AppCompat_Widget_Switch = 0x7f160148;
- public static int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f160149;
- public static int TextAppearance_Compat_Notification = 0x7f16014a;
- public static int TextAppearance_Compat_Notification_Info = 0x7f16014b;
- public static int TextAppearance_Compat_Notification_Info_Media = 0x7f16014c;
- public static int TextAppearance_Compat_Notification_Line2 = 0x7f16014d;
- public static int TextAppearance_Compat_Notification_Line2_Media = 0x7f16014e;
- public static int TextAppearance_Compat_Notification_Media = 0x7f16014f;
- public static int TextAppearance_Compat_Notification_Time = 0x7f160150;
- public static int TextAppearance_Compat_Notification_Time_Media = 0x7f160151;
- public static int TextAppearance_Compat_Notification_Title = 0x7f160152;
- public static int TextAppearance_Compat_Notification_Title_Media = 0x7f160153;
- public static int TextAppearance_Design_CollapsingToolbar_Expanded = 0x7f160154;
- public static int TextAppearance_Design_Counter = 0x7f160155;
- public static int TextAppearance_Design_Counter_Overflow = 0x7f160156;
- public static int TextAppearance_Design_Error = 0x7f160157;
- public static int TextAppearance_Design_Hint = 0x7f160158;
- public static int TextAppearance_Design_Snackbar_Message = 0x7f160159;
- public static int TextAppearance_Design_Tab = 0x7f16015a;
- public static int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f160160;
- public static int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f160161;
- public static int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f160162;
- public static int ThemeOverlay_AppCompat = 0x7f160163;
- public static int ThemeOverlay_AppCompat_ActionBar = 0x7f160164;
- public static int ThemeOverlay_AppCompat_Dark = 0x7f160165;
- public static int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f160166;
- public static int ThemeOverlay_AppCompat_Dialog = 0x7f160167;
- public static int ThemeOverlay_AppCompat_Dialog_Alert = 0x7f160168;
- public static int ThemeOverlay_AppCompat_Light = 0x7f160169;
- public static int Theme_AppCompat = 0x7f16016a;
- public static int Theme_AppCompat_CompactMenu = 0x7f16016b;
- public static int Theme_AppCompat_DayNight = 0x7f16016c;
- public static int Theme_AppCompat_DayNight_DarkActionBar = 0x7f16016d;
- public static int Theme_AppCompat_DayNight_Dialog = 0x7f16016e;
- public static int Theme_AppCompat_DayNight_DialogWhenLarge = 0x7f16016f;
- public static int Theme_AppCompat_DayNight_Dialog_Alert = 0x7f160170;
- public static int Theme_AppCompat_DayNight_Dialog_MinWidth = 0x7f160171;
- public static int Theme_AppCompat_DayNight_NoActionBar = 0x7f160172;
- public static int Theme_AppCompat_Dialog = 0x7f160173;
- public static int Theme_AppCompat_DialogWhenLarge = 0x7f160174;
- public static int Theme_AppCompat_Dialog_Alert = 0x7f160175;
- public static int Theme_AppCompat_Dialog_MinWidth = 0x7f160176;
- public static int Theme_AppCompat_Light = 0x7f160177;
- public static int Theme_AppCompat_Light_DarkActionBar = 0x7f160178;
- public static int Theme_AppCompat_Light_Dialog = 0x7f160179;
- public static int Theme_AppCompat_Light_DialogWhenLarge = 0x7f16017a;
- public static int Theme_AppCompat_Light_Dialog_Alert = 0x7f16017b;
- public static int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f16017c;
- public static int Theme_AppCompat_Light_NoActionBar = 0x7f16017d;
- public static int Theme_AppCompat_NoActionBar = 0x7f16017e;
- public static int Theme_Design = 0x7f16017f;
- public static int Theme_Design_BottomSheetDialog = 0x7f160180;
- public static int Theme_Design_Light = 0x7f160181;
- public static int Theme_Design_Light_BottomSheetDialog = 0x7f160182;
- public static int Theme_Design_Light_NoActionBar = 0x7f160183;
- public static int Theme_Design_NoActionBar = 0x7f160184;
- public static int Widget_AppCompat_ActionBar = 0x7f160185;
- public static int Widget_AppCompat_ActionBar_Solid = 0x7f160186;
- public static int Widget_AppCompat_ActionBar_TabBar = 0x7f160187;
- public static int Widget_AppCompat_ActionBar_TabText = 0x7f160188;
- public static int Widget_AppCompat_ActionBar_TabView = 0x7f160189;
- public static int Widget_AppCompat_ActionButton = 0x7f16018a;
- public static int Widget_AppCompat_ActionButton_CloseMode = 0x7f16018b;
- public static int Widget_AppCompat_ActionButton_Overflow = 0x7f16018c;
- public static int Widget_AppCompat_ActionMode = 0x7f16018d;
- public static int Widget_AppCompat_ActivityChooserView = 0x7f16018e;
- public static int Widget_AppCompat_AutoCompleteTextView = 0x7f16018f;
- public static int Widget_AppCompat_Button = 0x7f160190;
- public static int Widget_AppCompat_ButtonBar = 0x7f160191;
- public static int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f160192;
- public static int Widget_AppCompat_Button_Borderless = 0x7f160193;
- public static int Widget_AppCompat_Button_Borderless_Colored = 0x7f160194;
- public static int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f160195;
- public static int Widget_AppCompat_Button_Colored = 0x7f160196;
- public static int Widget_AppCompat_Button_Small = 0x7f160197;
- public static int Widget_AppCompat_CompoundButton_CheckBox = 0x7f160198;
- public static int Widget_AppCompat_CompoundButton_RadioButton = 0x7f160199;
- public static int Widget_AppCompat_CompoundButton_Switch = 0x7f16019a;
- public static int Widget_AppCompat_DrawerArrowToggle = 0x7f16019b;
- public static int Widget_AppCompat_DropDownItem_Spinner = 0x7f16019c;
- public static int Widget_AppCompat_EditText = 0x7f16019d;
- public static int Widget_AppCompat_ImageButton = 0x7f16019e;
- public static int Widget_AppCompat_Light_ActionBar = 0x7f16019f;
- public static int Widget_AppCompat_Light_ActionBar_Solid = 0x7f1601a0;
- public static int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f1601a1;
- public static int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f1601a2;
- public static int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f1601a3;
- public static int Widget_AppCompat_Light_ActionBar_TabText = 0x7f1601a4;
- public static int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f1601a5;
- public static int Widget_AppCompat_Light_ActionBar_TabView = 0x7f1601a6;
- public static int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f1601a7;
- public static int Widget_AppCompat_Light_ActionButton = 0x7f1601a8;
- public static int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f1601a9;
- public static int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f1601aa;
- public static int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f1601ab;
- public static int Widget_AppCompat_Light_ActivityChooserView = 0x7f1601ac;
- public static int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f1601ad;
- public static int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f1601ae;
- public static int Widget_AppCompat_Light_ListPopupWindow = 0x7f1601af;
- public static int Widget_AppCompat_Light_ListView_DropDown = 0x7f1601b0;
- public static int Widget_AppCompat_Light_PopupMenu = 0x7f1601b1;
- public static int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f1601b2;
- public static int Widget_AppCompat_Light_SearchView = 0x7f1601b3;
- public static int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f1601b4;
- public static int Widget_AppCompat_ListMenuView = 0x7f1601b5;
- public static int Widget_AppCompat_ListPopupWindow = 0x7f1601b6;
- public static int Widget_AppCompat_ListView = 0x7f1601b7;
- public static int Widget_AppCompat_ListView_DropDown = 0x7f1601b8;
- public static int Widget_AppCompat_ListView_Menu = 0x7f1601b9;
- public static int Widget_AppCompat_PopupMenu = 0x7f1601ba;
- public static int Widget_AppCompat_PopupMenu_Overflow = 0x7f1601bb;
- public static int Widget_AppCompat_PopupWindow = 0x7f1601bc;
- public static int Widget_AppCompat_ProgressBar = 0x7f1601bd;
- public static int Widget_AppCompat_ProgressBar_Horizontal = 0x7f1601be;
- public static int Widget_AppCompat_RatingBar = 0x7f1601bf;
- public static int Widget_AppCompat_RatingBar_Indicator = 0x7f1601c0;
- public static int Widget_AppCompat_RatingBar_Small = 0x7f1601c1;
- public static int Widget_AppCompat_SearchView = 0x7f1601c2;
- public static int Widget_AppCompat_SearchView_ActionBar = 0x7f1601c3;
- public static int Widget_AppCompat_SeekBar = 0x7f1601c4;
- public static int Widget_AppCompat_SeekBar_Discrete = 0x7f1601c5;
- public static int Widget_AppCompat_Spinner = 0x7f1601c6;
- public static int Widget_AppCompat_Spinner_DropDown = 0x7f1601c7;
- public static int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f1601c8;
- public static int Widget_AppCompat_Spinner_Underlined = 0x7f1601c9;
- public static int Widget_AppCompat_TextView_SpinnerItem = 0x7f1601ca;
- public static int Widget_AppCompat_Toolbar = 0x7f1601cb;
- public static int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f1601cc;
- public static int Widget_Compat_NotificationActionContainer = 0x7f1601cd;
- public static int Widget_Compat_NotificationActionText = 0x7f1601ce;
- public static int Widget_Design_AppBarLayout = 0x7f1601cf;
- public static int Widget_Design_BottomNavigationView = 0x7f1601d0;
- public static int Widget_Design_BottomSheet_Modal = 0x7f1601d1;
- public static int Widget_Design_CollapsingToolbar = 0x7f1601d2;
- public static int Widget_Design_CoordinatorLayout = 0x7f1601d3;
- public static int Widget_Design_FloatingActionButton = 0x7f1601d4;
- public static int Widget_Design_NavigationView = 0x7f1601d5;
- public static int Widget_Design_ScrimInsetsFrameLayout = 0x7f1601d6;
- public static int Widget_Design_Snackbar = 0x7f1601d7;
- public static int Widget_Design_TabLayout = 0x7f1601d8;
- public static int Widget_Design_TextInputLayout = 0x7f1601d9;
- }
- public static final class styleable {
- public static int[] ActionBar = { 0x7f040032, 0x7f040033, 0x7f040034, 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b, 0x7f040098, 0x7f0400c2, 0x7f0400c3, 0x7f0400eb, 0x7f040131, 0x7f040132, 0x7f040137, 0x7f040138, 0x7f040139, 0x7f04013e, 0x7f040144, 0x7f04016e, 0x7f040185, 0x7f040197, 0x7f04019b, 0x7f04019c, 0x7f04022a, 0x7f04022d, 0x7f040261, 0x7f04026b };
- public static int ActionBar_background = 0;
- public static int ActionBar_backgroundSplit = 1;
- public static int ActionBar_backgroundStacked = 2;
- public static int ActionBar_contentInsetEnd = 3;
- public static int ActionBar_contentInsetEndWithActions = 4;
- public static int ActionBar_contentInsetLeft = 5;
- public static int ActionBar_contentInsetRight = 6;
- public static int ActionBar_contentInsetStart = 7;
- public static int ActionBar_contentInsetStartWithNavigation = 8;
- public static int ActionBar_customNavigationLayout = 9;
- public static int ActionBar_displayOptions = 10;
- public static int ActionBar_divider = 11;
- public static int ActionBar_elevation = 12;
- public static int ActionBar_height = 13;
- public static int ActionBar_hideOnContentScroll = 14;
- public static int ActionBar_homeAsUpIndicator = 15;
- public static int ActionBar_homeLayout = 16;
- public static int ActionBar_icon = 17;
- public static int ActionBar_indeterminateProgressStyle = 18;
- public static int ActionBar_itemPadding = 19;
- public static int ActionBar_logo = 20;
- public static int ActionBar_navigationMode = 21;
- public static int ActionBar_popupTheme = 22;
- public static int ActionBar_progressBarPadding = 23;
- public static int ActionBar_progressBarStyle = 24;
- public static int ActionBar_subtitle = 25;
- public static int ActionBar_subtitleTextStyle = 26;
- public static int ActionBar_title = 27;
- public static int ActionBar_titleTextStyle = 28;
- public static int[] ActionBarLayout = { 0x010100b3 };
- public static int ActionBarLayout_android_layout_gravity = 0;
- public static int[] ActionMenuItemView = { 0x0101013f };
- public static int ActionMenuItemView_android_minWidth = 0;
- public static int[] ActionMode = { 0x7f040032, 0x7f040033, 0x7f040064, 0x7f040131, 0x7f04022d, 0x7f04026b };
- public static int ActionMode_background = 0;
- public static int ActionMode_backgroundSplit = 1;
- public static int ActionMode_closeItemLayout = 2;
- public static int ActionMode_height = 3;
- public static int ActionMode_subtitleTextStyle = 4;
- public static int ActionMode_titleTextStyle = 5;
- public static int[] ActivityChooserView = { 0x7f04010b, 0x7f04013f };
- public static int ActivityChooserView_expandActivityOverflowButtonDrawable = 0;
- public static int ActivityChooserView_initialActivityCount = 1;
- public static int[] AlertDialog = { 0x010100f2, 0x7f04004e, 0x7f040156, 0x7f040157, 0x7f040182, 0x7f0401f0, 0x7f0401f1 };
- public static int AlertDialog_android_layout = 0;
- public static int AlertDialog_buttonPanelSideLayout = 1;
- public static int AlertDialog_listItemLayout = 2;
- public static int AlertDialog_listLayout = 3;
- public static int AlertDialog_multiChoiceItemLayout = 4;
- public static int AlertDialog_showTitle = 5;
- public static int AlertDialog_singleChoiceItemLayout = 6;
- public static int[] AppBarLayout = { 0x010100d4, 0x01010540, 0x0101048f, 0x7f0400eb, 0x7f04010c };
- public static int AppBarLayout_android_background = 0;
- public static int AppBarLayout_android_keyboardNavigationCluster = 1;
- public static int AppBarLayout_android_touchscreenBlocksFocus = 2;
- public static int AppBarLayout_elevation = 3;
- public static int AppBarLayout_expanded = 4;
- public static int[] AppBarLayoutStates = { 0x7f040224, 0x7f040225 };
- public static int AppBarLayoutStates_state_collapsed = 0;
- public static int AppBarLayoutStates_state_collapsible = 1;
- public static int[] AppBarLayout_Layout = { 0x7f040152, 0x7f040153 };
- public static int AppBarLayout_Layout_layout_scrollFlags = 0;
- public static int AppBarLayout_Layout_layout_scrollInterpolator = 1;
- public static int[] AppCompatImageView = { 0x01010119, 0x7f040221, 0x7f04025f, 0x7f040260 };
- public static int AppCompatImageView_android_src = 0;
- public static int AppCompatImageView_srcCompat = 1;
- public static int AppCompatImageView_tint = 2;
- public static int AppCompatImageView_tintMode = 3;
- public static int[] AppCompatSeekBar = { 0x01010142, 0x7f04025c, 0x7f04025d, 0x7f04025e };
- public static int AppCompatSeekBar_android_thumb = 0;
- public static int AppCompatSeekBar_tickMark = 1;
- public static int AppCompatSeekBar_tickMarkTint = 2;
- public static int AppCompatSeekBar_tickMarkTintMode = 3;
- public static int[] AppCompatTextHelper = { 0x0101016e, 0x01010393, 0x0101016f, 0x01010170, 0x01010392, 0x0101016d, 0x01010034 };
- public static int AppCompatTextHelper_android_drawableBottom = 0;
- public static int AppCompatTextHelper_android_drawableEnd = 1;
- public static int AppCompatTextHelper_android_drawableLeft = 2;
- public static int AppCompatTextHelper_android_drawableRight = 3;
- public static int AppCompatTextHelper_android_drawableStart = 4;
- public static int AppCompatTextHelper_android_drawableTop = 5;
- public static int AppCompatTextHelper_android_textAppearance = 6;
- public static int[] AppCompatTextView = { 0x01010034, 0x7f04002d, 0x7f04002e, 0x7f04002f, 0x7f040030, 0x7f040031, 0x7f040124, 0x7f04024b };
- public static int AppCompatTextView_android_textAppearance = 0;
- public static int AppCompatTextView_autoSizeMaxTextSize = 1;
- public static int AppCompatTextView_autoSizeMinTextSize = 2;
- public static int AppCompatTextView_autoSizePresetSizes = 3;
- public static int AppCompatTextView_autoSizeStepGranularity = 4;
- public static int AppCompatTextView_autoSizeTextType = 5;
- public static int AppCompatTextView_fontFamily = 6;
- public static int AppCompatTextView_textAllCaps = 7;
- public static int[] AppCompatTheme = { 0x7f040001, 0x7f040002, 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f04000d, 0x7f04000f, 0x7f040010, 0x7f040011, 0x7f040012, 0x7f040013, 0x7f040014, 0x7f040015, 0x7f040016, 0x7f040017, 0x7f040018, 0x7f040019, 0x7f04001a, 0x7f04001b, 0x7f04001c, 0x7f04001d, 0x7f04001e, 0x7f04001f, 0x7f040022, 0x7f040023, 0x7f040024, 0x7f040025, 0x7f040026, 0x010100ae, 0x01010057, 0x7f04002c, 0x7f04003e, 0x7f040048, 0x7f040049, 0x7f04004a, 0x7f04004b, 0x7f04004c, 0x7f04004f, 0x7f040050, 0x7f040061, 0x7f040062, 0x7f04006a, 0x7f04006b, 0x7f04006c, 0x7f04006d, 0x7f04006e, 0x7f04006f, 0x7f040070, 0x7f040071, 0x7f040072, 0x7f040073, 0x7f040082, 0x7f0400c0, 0x7f0400c1, 0x7f0400c4, 0x7f0400c6, 0x7f0400e6, 0x7f0400e7, 0x7f0400e8, 0x7f0400e9, 0x7f0400ea, 0x7f040137, 0x7f04013d, 0x7f040154, 0x7f040155, 0x7f040158, 0x7f040159, 0x7f04015a, 0x7f04015b, 0x7f04015c, 0x7f04015d, 0x7f04015e, 0x7f04018e, 0x7f04018f, 0x7f040190, 0x7f040196, 0x7f040198, 0x7f0401a5, 0x7f0401a6, 0x7f0401a7, 0x7f0401a8, 0x7f0401e9, 0x7f0401ea, 0x7f0401eb, 0x7f0401ec, 0x7f040209, 0x7f04020a, 0x7f040239, 0x7f04024c, 0x7f04024d, 0x7f04024e, 0x7f04024f, 0x7f040250, 0x7f040251, 0x7f040252, 0x7f040253, 0x7f040254, 0x7f040256, 0x7f04026d, 0x7f04026e, 0x7f04026f, 0x7f040270, 0x7f040297, 0x7f040298, 0x7f040299, 0x7f04029a, 0x7f04029b, 0x7f04029c, 0x7f04029d, 0x7f04029e, 0x7f04029f, 0x7f0402a0 };
- public static int AppCompatTheme_actionBarDivider = 0;
- public static int AppCompatTheme_actionBarItemBackground = 1;
- public static int AppCompatTheme_actionBarPopupTheme = 2;
- public static int AppCompatTheme_actionBarSize = 3;
- public static int AppCompatTheme_actionBarSplitStyle = 4;
- public static int AppCompatTheme_actionBarStyle = 5;
- public static int AppCompatTheme_actionBarTabBarStyle = 6;
- public static int AppCompatTheme_actionBarTabStyle = 7;
- public static int AppCompatTheme_actionBarTabTextStyle = 8;
- public static int AppCompatTheme_actionBarTheme = 9;
- public static int AppCompatTheme_actionBarWidgetTheme = 10;
- public static int AppCompatTheme_actionButtonStyle = 11;
- public static int AppCompatTheme_actionDropDownStyle = 12;
- public static int AppCompatTheme_actionMenuTextAppearance = 13;
- public static int AppCompatTheme_actionMenuTextColor = 14;
- public static int AppCompatTheme_actionModeBackground = 15;
- public static int AppCompatTheme_actionModeCloseButtonStyle = 16;
- public static int AppCompatTheme_actionModeCloseDrawable = 17;
- public static int AppCompatTheme_actionModeCopyDrawable = 18;
- public static int AppCompatTheme_actionModeCutDrawable = 19;
- public static int AppCompatTheme_actionModeFindDrawable = 20;
- public static int AppCompatTheme_actionModePasteDrawable = 21;
- public static int AppCompatTheme_actionModePopupWindowStyle = 22;
- public static int AppCompatTheme_actionModeSelectAllDrawable = 23;
- public static int AppCompatTheme_actionModeShareDrawable = 24;
- public static int AppCompatTheme_actionModeSplitBackground = 25;
- public static int AppCompatTheme_actionModeStyle = 26;
- public static int AppCompatTheme_actionModeWebSearchDrawable = 27;
- public static int AppCompatTheme_actionOverflowButtonStyle = 28;
- public static int AppCompatTheme_actionOverflowMenuStyle = 29;
- public static int AppCompatTheme_activityChooserViewStyle = 30;
- public static int AppCompatTheme_alertDialogButtonGroupStyle = 31;
- public static int AppCompatTheme_alertDialogCenterButtons = 32;
- public static int AppCompatTheme_alertDialogStyle = 33;
- public static int AppCompatTheme_alertDialogTheme = 34;
- public static int AppCompatTheme_android_windowAnimationStyle = 35;
- public static int AppCompatTheme_android_windowIsFloating = 36;
- public static int AppCompatTheme_autoCompleteTextViewStyle = 37;
- public static int AppCompatTheme_borderlessButtonStyle = 38;
- public static int AppCompatTheme_buttonBarButtonStyle = 39;
- public static int AppCompatTheme_buttonBarNegativeButtonStyle = 40;
- public static int AppCompatTheme_buttonBarNeutralButtonStyle = 41;
- public static int AppCompatTheme_buttonBarPositiveButtonStyle = 42;
- public static int AppCompatTheme_buttonBarStyle = 43;
- public static int AppCompatTheme_buttonStyle = 44;
- public static int AppCompatTheme_buttonStyleSmall = 45;
- public static int AppCompatTheme_checkboxStyle = 46;
- public static int AppCompatTheme_checkedTextViewStyle = 47;
- public static int AppCompatTheme_colorAccent = 48;
- public static int AppCompatTheme_colorBackgroundFloating = 49;
- public static int AppCompatTheme_colorButtonNormal = 50;
- public static int AppCompatTheme_colorControlActivated = 51;
- public static int AppCompatTheme_colorControlHighlight = 52;
- public static int AppCompatTheme_colorControlNormal = 53;
- public static int AppCompatTheme_colorError = 54;
- public static int AppCompatTheme_colorPrimary = 55;
- public static int AppCompatTheme_colorPrimaryDark = 56;
- public static int AppCompatTheme_colorSwitchThumbNormal = 57;
- public static int AppCompatTheme_controlBackground = 58;
- public static int AppCompatTheme_dialogPreferredPadding = 59;
- public static int AppCompatTheme_dialogTheme = 60;
- public static int AppCompatTheme_dividerHorizontal = 61;
- public static int AppCompatTheme_dividerVertical = 62;
- public static int AppCompatTheme_dropDownListViewStyle = 63;
- public static int AppCompatTheme_dropdownListPreferredItemHeight = 64;
- public static int AppCompatTheme_editTextBackground = 65;
- public static int AppCompatTheme_editTextColor = 66;
- public static int AppCompatTheme_editTextStyle = 67;
- public static int AppCompatTheme_homeAsUpIndicator = 68;
- public static int AppCompatTheme_imageButtonStyle = 69;
- public static int AppCompatTheme_listChoiceBackgroundIndicator = 70;
- public static int AppCompatTheme_listDividerAlertDialog = 71;
- public static int AppCompatTheme_listMenuViewStyle = 72;
- public static int AppCompatTheme_listPopupWindowStyle = 73;
- public static int AppCompatTheme_listPreferredItemHeight = 74;
- public static int AppCompatTheme_listPreferredItemHeightLarge = 75;
- public static int AppCompatTheme_listPreferredItemHeightSmall = 76;
- public static int AppCompatTheme_listPreferredItemPaddingLeft = 77;
- public static int AppCompatTheme_listPreferredItemPaddingRight = 78;
- public static int AppCompatTheme_panelBackground = 79;
- public static int AppCompatTheme_panelMenuListTheme = 80;
- public static int AppCompatTheme_panelMenuListWidth = 81;
- public static int AppCompatTheme_popupMenuStyle = 82;
- public static int AppCompatTheme_popupWindowStyle = 83;
- public static int AppCompatTheme_radioButtonStyle = 84;
- public static int AppCompatTheme_ratingBarStyle = 85;
- public static int AppCompatTheme_ratingBarStyleIndicator = 86;
- public static int AppCompatTheme_ratingBarStyleSmall = 87;
- public static int AppCompatTheme_searchViewStyle = 88;
- public static int AppCompatTheme_seekBarStyle = 89;
- public static int AppCompatTheme_selectableItemBackground = 90;
- public static int AppCompatTheme_selectableItemBackgroundBorderless = 91;
- public static int AppCompatTheme_spinnerDropDownItemStyle = 92;
- public static int AppCompatTheme_spinnerStyle = 93;
- public static int AppCompatTheme_switchStyle = 94;
- public static int AppCompatTheme_textAppearanceLargePopupMenu = 95;
- public static int AppCompatTheme_textAppearanceListItem = 96;
- public static int AppCompatTheme_textAppearanceListItemSecondary = 97;
- public static int AppCompatTheme_textAppearanceListItemSmall = 98;
- public static int AppCompatTheme_textAppearancePopupMenuHeader = 99;
- public static int AppCompatTheme_textAppearanceSearchResultSubtitle = 100;
- public static int AppCompatTheme_textAppearanceSearchResultTitle = 101;
- public static int AppCompatTheme_textAppearanceSmallPopupMenu = 102;
- public static int AppCompatTheme_textColorAlertDialogListItem = 103;
- public static int AppCompatTheme_textColorSearchUrl = 104;
- public static int AppCompatTheme_toolbarNavigationButtonStyle = 105;
- public static int AppCompatTheme_toolbarStyle = 106;
- public static int AppCompatTheme_tooltipForegroundColor = 107;
- public static int AppCompatTheme_tooltipFrameBackground = 108;
- public static int AppCompatTheme_windowActionBar = 109;
- public static int AppCompatTheme_windowActionBarOverlay = 110;
- public static int AppCompatTheme_windowActionModeOverlay = 111;
- public static int AppCompatTheme_windowFixedHeightMajor = 112;
- public static int AppCompatTheme_windowFixedHeightMinor = 113;
- public static int AppCompatTheme_windowFixedWidthMajor = 114;
- public static int AppCompatTheme_windowFixedWidthMinor = 115;
- public static int AppCompatTheme_windowMinWidthMajor = 116;
- public static int AppCompatTheme_windowMinWidthMinor = 117;
- public static int AppCompatTheme_windowNoTitle = 118;
- public static int[] BottomNavigationView = { 0x7f0400eb, 0x7f040142, 0x7f040143, 0x7f040146, 0x7f040181 };
- public static int BottomNavigationView_elevation = 0;
- public static int BottomNavigationView_itemBackground = 1;
- public static int BottomNavigationView_itemIconTint = 2;
- public static int BottomNavigationView_itemTextColor = 3;
- public static int BottomNavigationView_menu = 4;
- public static int[] BottomSheetBehavior_Layout = { 0x7f040039, 0x7f04003b, 0x7f04003c };
- public static int BottomSheetBehavior_Layout_behavior_hideable = 0;
- public static int BottomSheetBehavior_Layout_behavior_peekHeight = 1;
- public static int BottomSheetBehavior_Layout_behavior_skipCollapsed = 2;
- public static int[] ButtonBarLayout = { 0x7f040027 };
- public static int ButtonBarLayout_allowStacking = 0;
- public static int[] CollapsingToolbarLayout = { 0x7f040067, 0x7f040068, 0x7f040081, 0x7f04010d, 0x7f04010e, 0x7f04010f, 0x7f040110, 0x7f040111, 0x7f040112, 0x7f040113, 0x7f0401e5, 0x7f0401e6, 0x7f040227, 0x7f040261, 0x7f040262, 0x7f04026c };
- public static int CollapsingToolbarLayout_collapsedTitleGravity = 0;
- public static int CollapsingToolbarLayout_collapsedTitleTextAppearance = 1;
- public static int CollapsingToolbarLayout_contentScrim = 2;
- public static int CollapsingToolbarLayout_expandedTitleGravity = 3;
- public static int CollapsingToolbarLayout_expandedTitleMargin = 4;
- public static int CollapsingToolbarLayout_expandedTitleMarginBottom = 5;
- public static int CollapsingToolbarLayout_expandedTitleMarginEnd = 6;
- public static int CollapsingToolbarLayout_expandedTitleMarginStart = 7;
- public static int CollapsingToolbarLayout_expandedTitleMarginTop = 8;
- public static int CollapsingToolbarLayout_expandedTitleTextAppearance = 9;
- public static int CollapsingToolbarLayout_scrimAnimationDuration = 10;
- public static int CollapsingToolbarLayout_scrimVisibleHeightTrigger = 11;
- public static int CollapsingToolbarLayout_statusBarScrim = 12;
- public static int CollapsingToolbarLayout_title = 13;
- public static int CollapsingToolbarLayout_titleEnabled = 14;
- public static int CollapsingToolbarLayout_toolbarId = 15;
- public static int[] CollapsingToolbarLayout_Layout = { 0x7f04014d, 0x7f04014e };
- public static int CollapsingToolbarLayout_Layout_layout_collapseMode = 0;
- public static int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier = 1;
- public static int[] ColorStateListItem = { 0x7f040028, 0x0101031f, 0x010101a5 };
- public static int ColorStateListItem_alpha = 0;
- public static int ColorStateListItem_android_alpha = 1;
- public static int ColorStateListItem_android_color = 2;
- public static int[] CompoundButton = { 0x01010107, 0x7f040051, 0x7f040052 };
- public static int CompoundButton_android_button = 0;
- public static int CompoundButton_buttonTint = 1;
- public static int CompoundButton_buttonTintMode = 2;
- public static int[] CoordinatorLayout = { 0x7f040147, 0x7f040226 };
- public static int CoordinatorLayout_keylines = 0;
- public static int CoordinatorLayout_statusBarBackground = 1;
- public static int[] CoordinatorLayout_Layout = { 0x010100b3, 0x7f04014a, 0x7f04014b, 0x7f04014c, 0x7f04014f, 0x7f040150, 0x7f040151 };
- public static int CoordinatorLayout_Layout_android_layout_gravity = 0;
- public static int CoordinatorLayout_Layout_layout_anchor = 1;
- public static int CoordinatorLayout_Layout_layout_anchorGravity = 2;
- public static int CoordinatorLayout_Layout_layout_behavior = 3;
- public static int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4;
- public static int CoordinatorLayout_Layout_layout_insetEdge = 5;
- public static int CoordinatorLayout_Layout_layout_keyline = 6;
- public static int[] DesignTheme = { 0x7f04003f, 0x7f040040, 0x7f040255 };
- public static int DesignTheme_bottomSheetDialogTheme = 0;
- public static int DesignTheme_bottomSheetStyle = 1;
- public static int DesignTheme_textColorError = 2;
- public static int[] DrawerArrowToggle = { 0x7f04002a, 0x7f04002b, 0x7f040037, 0x7f040069, 0x7f0400e4, 0x7f04012e, 0x7f040208, 0x7f040258 };
- public static int DrawerArrowToggle_arrowHeadLength = 0;
- public static int DrawerArrowToggle_arrowShaftLength = 1;
- public static int DrawerArrowToggle_barLength = 2;
- public static int DrawerArrowToggle_color = 3;
- public static int DrawerArrowToggle_drawableSize = 4;
- public static int DrawerArrowToggle_gapBetweenBars = 5;
- public static int DrawerArrowToggle_spinBars = 6;
- public static int DrawerArrowToggle_thickness = 7;
- public static int[] FloatingActionButton = { 0x7f040035, 0x7f040036, 0x7f04003d, 0x7f0400eb, 0x7f040114, 0x7f040115, 0x7f040116, 0x7f040117, 0x7f040118, 0x7f040119, 0x7f04011a, 0x7f04011b, 0x7f04011c, 0x7f04011d, 0x7f04019a, 0x7f0401c7, 0x7f040294 };
- public static int FloatingActionButton_backgroundTint = 0;
- public static int FloatingActionButton_backgroundTintMode = 1;
- public static int FloatingActionButton_borderWidth = 2;
- public static int FloatingActionButton_elevation = 3;
- public static int FloatingActionButton_fabSize = 4;
- public static int FloatingActionButton_fab_animDuration = 5;
- public static int FloatingActionButton_fab_backgroundAnimDuration = 6;
- public static int FloatingActionButton_fab_backgroundColor = 7;
- public static int FloatingActionButton_fab_elevation = 8;
- public static int FloatingActionButton_fab_iconLineMorphing = 9;
- public static int FloatingActionButton_fab_iconSize = 10;
- public static int FloatingActionButton_fab_iconSrc = 11;
- public static int FloatingActionButton_fab_interpolator = 12;
- public static int FloatingActionButton_fab_radius = 13;
- public static int FloatingActionButton_pressedTranslationZ = 14;
- public static int FloatingActionButton_rippleColor = 15;
- public static int FloatingActionButton_useCompatPadding = 16;
- public static int[] FloatingActionButton_Behavior_Layout = { 0x7f040038 };
- public static int FloatingActionButton_Behavior_Layout_behavior_autoHide = 0;
- public static int[] FontFamily = { 0x7f040125, 0x7f040126, 0x7f040127, 0x7f040128, 0x7f040129, 0x7f04012a };
- public static int FontFamily_fontProviderAuthority = 0;
- public static int FontFamily_fontProviderCerts = 1;
- public static int FontFamily_fontProviderFetchStrategy = 2;
- public static int FontFamily_fontProviderFetchTimeout = 3;
- public static int FontFamily_fontProviderPackage = 4;
- public static int FontFamily_fontProviderQuery = 5;
- public static int[] FontFamilyFont = { 0x7f040123, 0x7f04012b, 0x7f04012c };
- public static int FontFamilyFont_font = 0;
- public static int FontFamilyFont_fontStyle = 1;
- public static int FontFamilyFont_fontWeight = 2;
- public static int[] ForegroundLinearLayout = { 0x01010109, 0x01010200, 0x7f04012d };
- public static int ForegroundLinearLayout_android_foreground = 0;
- public static int ForegroundLinearLayout_android_foregroundGravity = 1;
- public static int ForegroundLinearLayout_foregroundInsidePadding = 2;
- public static int[] LinearLayoutCompat = { 0x01010126, 0x01010127, 0x010100af, 0x010100c4, 0x01010128, 0x7f0400c3, 0x7f0400c5, 0x7f040180, 0x7f0401ee };
- public static int LinearLayoutCompat_android_baselineAligned = 0;
- public static int LinearLayoutCompat_android_baselineAlignedChildIndex = 1;
- public static int LinearLayoutCompat_android_gravity = 2;
- public static int LinearLayoutCompat_android_orientation = 3;
- public static int LinearLayoutCompat_android_weightSum = 4;
- public static int LinearLayoutCompat_divider = 5;
- public static int LinearLayoutCompat_dividerPadding = 6;
- public static int LinearLayoutCompat_measureWithLargestChild = 7;
- public static int LinearLayoutCompat_showDividers = 8;
- public static int[] LinearLayoutCompat_Layout = { 0x010100b3, 0x010100f5, 0x01010181, 0x010100f4 };
- public static int LinearLayoutCompat_Layout_android_layout_gravity = 0;
- public static int LinearLayoutCompat_Layout_android_layout_height = 1;
- public static int LinearLayoutCompat_Layout_android_layout_weight = 2;
- public static int LinearLayoutCompat_Layout_android_layout_width = 3;
- public static int[] ListPopupWindow = { 0x010102ac, 0x010102ad };
- public static int ListPopupWindow_android_dropDownHorizontalOffset = 0;
- public static int ListPopupWindow_android_dropDownVerticalOffset = 1;
- public static int[] MenuGroup = { 0x010101e0, 0x0101000e, 0x010100d0, 0x010101de, 0x010101df, 0x01010194 };
- public static int MenuGroup_android_checkableBehavior = 0;
- public static int MenuGroup_android_enabled = 1;
- public static int MenuGroup_android_id = 2;
- public static int MenuGroup_android_menuCategory = 3;
- public static int MenuGroup_android_orderInCategory = 4;
- public static int MenuGroup_android_visible = 5;
- public static int[] MenuItem = { 0x7f04000e, 0x7f040020, 0x7f040021, 0x7f040029, 0x010101e3, 0x010101e5, 0x01010106, 0x0101000e, 0x01010002, 0x010100d0, 0x010101de, 0x010101e4, 0x0101026f, 0x010101df, 0x010101e1, 0x010101e2, 0x01010194, 0x7f040075, 0x7f04013a, 0x7f04013b, 0x7f040188, 0x7f0401ed, 0x7f040271 };
- public static int MenuItem_actionLayout = 0;
- public static int MenuItem_actionProviderClass = 1;
- public static int MenuItem_actionViewClass = 2;
- public static int MenuItem_alphabeticModifiers = 3;
- public static int MenuItem_android_alphabeticShortcut = 4;
- public static int MenuItem_android_checkable = 5;
- public static int MenuItem_android_checked = 6;
- public static int MenuItem_android_enabled = 7;
- public static int MenuItem_android_icon = 8;
- public static int MenuItem_android_id = 9;
- public static int MenuItem_android_menuCategory = 10;
- public static int MenuItem_android_numericShortcut = 11;
- public static int MenuItem_android_onClick = 12;
- public static int MenuItem_android_orderInCategory = 13;
- public static int MenuItem_android_title = 14;
- public static int MenuItem_android_titleCondensed = 15;
- public static int MenuItem_android_visible = 16;
- public static int MenuItem_contentDescription = 17;
- public static int MenuItem_iconTint = 18;
- public static int MenuItem_iconTintMode = 19;
- public static int MenuItem_numericModifiers = 20;
- public static int MenuItem_showAsAction = 21;
- public static int MenuItem_tooltipText = 22;
- public static int[] MenuView = { 0x0101012f, 0x0101012d, 0x01010130, 0x01010131, 0x0101012c, 0x0101012e, 0x010100ae, 0x7f040199, 0x7f040228 };
- public static int MenuView_android_headerBackground = 0;
- public static int MenuView_android_horizontalDivider = 1;
- public static int MenuView_android_itemBackground = 2;
- public static int MenuView_android_itemIconDisabledAlpha = 3;
- public static int MenuView_android_itemTextAppearance = 4;
- public static int MenuView_android_verticalDivider = 5;
- public static int MenuView_android_windowAnimationStyle = 6;
- public static int MenuView_preserveIconSpacing = 7;
- public static int MenuView_subMenuArrow = 8;
- public static int[] NavigationView = { 0x010100d4, 0x010100dd, 0x0101011f, 0x7f0400eb, 0x7f040130, 0x7f040142, 0x7f040143, 0x7f040145, 0x7f040146, 0x7f040181 };
- public static int NavigationView_android_background = 0;
- public static int NavigationView_android_fitsSystemWindows = 1;
- public static int NavigationView_android_maxWidth = 2;
- public static int NavigationView_elevation = 3;
- public static int NavigationView_headerLayout = 4;
- public static int NavigationView_itemBackground = 5;
- public static int NavigationView_itemIconTint = 6;
- public static int NavigationView_itemTextAppearance = 7;
- public static int NavigationView_itemTextColor = 8;
- public static int NavigationView_menu = 9;
- public static int[] PopupWindow = { 0x010102c9, 0x01010176, 0x7f040189 };
- public static int PopupWindow_android_popupAnimationStyle = 0;
- public static int PopupWindow_android_popupBackground = 1;
- public static int PopupWindow_overlapAnchor = 2;
- public static int[] PopupWindowBackgroundState = { 0x7f040223 };
- public static int PopupWindowBackgroundState_state_above_anchor = 0;
- public static int[] RecycleListView = { 0x7f04018a, 0x7f04018d };
- public static int RecycleListView_paddingBottomNoButtons = 0;
- public static int RecycleListView_paddingTopNoTitle = 1;
- public static int[] RecyclerView = { 0x010100f1, 0x010100c4, 0x7f04011e, 0x7f04011f, 0x7f040120, 0x7f040121, 0x7f040122, 0x7f040149, 0x7f0401c6, 0x7f040207, 0x7f040222 };
- public static int RecyclerView_android_descendantFocusability = 0;
- public static int RecyclerView_android_orientation = 1;
- public static int RecyclerView_fastScrollEnabled = 2;
- public static int RecyclerView_fastScrollHorizontalThumbDrawable = 3;
- public static int RecyclerView_fastScrollHorizontalTrackDrawable = 4;
- public static int RecyclerView_fastScrollVerticalThumbDrawable = 5;
- public static int RecyclerView_fastScrollVerticalTrackDrawable = 6;
- public static int RecyclerView_layoutManager = 7;
- public static int RecyclerView_reverseLayout = 8;
- public static int RecyclerView_spanCount = 9;
- public static int RecyclerView_stackFromEnd = 10;
- public static int[] ScrimInsetsFrameLayout = { 0x7f040140 };
- public static int ScrimInsetsFrameLayout_insetForeground = 0;
- public static int[] ScrollingViewBehavior_Layout = { 0x7f04003a };
- public static int ScrollingViewBehavior_Layout_behavior_overlapTop = 0;
- public static int[] SearchView = { 0x010100da, 0x01010264, 0x01010220, 0x0101011f, 0x7f040063, 0x7f040074, 0x7f040099, 0x7f04012f, 0x7f04013c, 0x7f040148, 0x7f0401a3, 0x7f0401a4, 0x7f0401e7, 0x7f0401e8, 0x7f040229, 0x7f04022e, 0x7f040296 };
- public static int SearchView_android_focusable = 0;
- public static int SearchView_android_imeOptions = 1;
- public static int SearchView_android_inputType = 2;
- public static int SearchView_android_maxWidth = 3;
- public static int SearchView_closeIcon = 4;
- public static int SearchView_commitIcon = 5;
- public static int SearchView_defaultQueryHint = 6;
- public static int SearchView_goIcon = 7;
- public static int SearchView_iconifiedByDefault = 8;
- public static int SearchView_layout = 9;
- public static int SearchView_queryBackground = 10;
- public static int SearchView_queryHint = 11;
- public static int SearchView_searchHintIcon = 12;
- public static int SearchView_searchIcon = 13;
- public static int SearchView_submitBackground = 14;
- public static int SearchView_suggestionRowLayout = 15;
- public static int SearchView_voiceIcon = 16;
- public static int[] SnackbarLayout = { 0x0101011f, 0x7f0400eb, 0x7f04017e };
- public static int SnackbarLayout_android_maxWidth = 0;
- public static int SnackbarLayout_elevation = 1;
- public static int SnackbarLayout_maxActionInlineWidth = 2;
- public static int[] Spinner = { 0x01010262, 0x010100b2, 0x010100af, 0x01010140, 0x0101013f, 0x01010176, 0x0101017b, 0x7f040197, 0x7f04020c, 0x7f04020d, 0x7f04020e, 0x7f04020f, 0x7f040210, 0x7f040211, 0x7f040212, 0x7f040213, 0x7f040214, 0x7f040215, 0x7f040216, 0x7f040217, 0x7f040218, 0x7f040219, 0x7f04021a, 0x7f04021b, 0x7f04021c, 0x7f04021d, 0x7f04021e, 0x7f04021f, 0x7f040220 };
- public static int Spinner_android_dropDownWidth = 0;
- public static int Spinner_android_entries = 1;
- public static int Spinner_android_gravity = 2;
- public static int Spinner_android_minHeight = 3;
- public static int Spinner_android_minWidth = 4;
- public static int Spinner_android_popupBackground = 5;
- public static int Spinner_android_prompt = 6;
- public static int Spinner_popupTheme = 7;
- public static int Spinner_spn_arrowAnimClockwise = 8;
- public static int Spinner_spn_arrowAnimDuration = 9;
- public static int Spinner_spn_arrowColor = 10;
- public static int Spinner_spn_arrowInterpolator = 11;
- public static int Spinner_spn_arrowPadding = 12;
- public static int Spinner_spn_arrowSize = 13;
- public static int Spinner_spn_arrowSwitchMode = 14;
- public static int Spinner_spn_disableChildrenWhenDisabled = 15;
- public static int Spinner_spn_dividerAnimDuration = 16;
- public static int Spinner_spn_dividerColor = 17;
- public static int Spinner_spn_dividerHeight = 18;
- public static int Spinner_spn_dividerPadding = 19;
- public static int Spinner_spn_label = 20;
- public static int Spinner_spn_labelEllipsize = 21;
- public static int Spinner_spn_labelEnable = 22;
- public static int Spinner_spn_labelPadding = 23;
- public static int Spinner_spn_labelTextAppearance = 24;
- public static int Spinner_spn_labelTextColor = 25;
- public static int Spinner_spn_labelTextSize = 26;
- public static int Spinner_spn_popupItemAnimOffset = 27;
- public static int Spinner_spn_popupItemAnimation = 28;
- public static int[] SwitchCompat = { 0x01010125, 0x01010124, 0x01010142, 0x7f0401ef, 0x7f04020b, 0x7f040237, 0x7f040238, 0x7f04023a, 0x7f040259, 0x7f04025a, 0x7f04025b, 0x7f040290, 0x7f040291, 0x7f040292 };
- public static int SwitchCompat_android_textOff = 0;
- public static int SwitchCompat_android_textOn = 1;
- public static int SwitchCompat_android_thumb = 2;
- public static int SwitchCompat_showText = 3;
- public static int SwitchCompat_splitTrack = 4;
- public static int SwitchCompat_switchMinWidth = 5;
- public static int SwitchCompat_switchPadding = 6;
- public static int SwitchCompat_switchTextAppearance = 7;
- public static int SwitchCompat_thumbTextPadding = 8;
- public static int SwitchCompat_thumbTint = 9;
- public static int SwitchCompat_thumbTintMode = 10;
- public static int SwitchCompat_track = 11;
- public static int SwitchCompat_trackTint = 12;
- public static int SwitchCompat_trackTintMode = 13;
- public static int[] TabItem = { 0x01010002, 0x010100f2, 0x0101014f };
- public static int TabItem_android_icon = 0;
- public static int TabItem_android_layout = 1;
- public static int TabItem_android_text = 2;
- public static int[] TabLayout = { 0x7f04023b, 0x7f04023c, 0x7f04023d, 0x7f04023e, 0x7f04023f, 0x7f040240, 0x7f040241, 0x7f040242, 0x7f040243, 0x7f040244, 0x7f040245, 0x7f040246, 0x7f040247, 0x7f040248, 0x7f040249, 0x7f04024a };
- public static int TabLayout_tabBackground = 0;
- public static int TabLayout_tabContentStart = 1;
- public static int TabLayout_tabGravity = 2;
- public static int TabLayout_tabIndicatorColor = 3;
- public static int TabLayout_tabIndicatorHeight = 4;
- public static int TabLayout_tabMaxWidth = 5;
- public static int TabLayout_tabMinWidth = 6;
- public static int TabLayout_tabMode = 7;
- public static int TabLayout_tabPadding = 8;
- public static int TabLayout_tabPaddingBottom = 9;
- public static int TabLayout_tabPaddingEnd = 10;
- public static int TabLayout_tabPaddingStart = 11;
- public static int TabLayout_tabPaddingTop = 12;
- public static int TabLayout_tabSelectedTextColor = 13;
- public static int TabLayout_tabTextAppearance = 14;
- public static int TabLayout_tabTextColor = 15;
- public static int[] TextAppearance = { 0x0101045d, 0x010103ac, 0x010104b7, 0x010104b6, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x0101038c, 0x01010098, 0x01010099, 0x0101009a, 0x0101009b, 0x01010095, 0x01010097, 0x01010096, 0x7f040124, 0x7f04024b, 0x7f040293 };
- public static int TextAppearance_android_elegantTextHeight = 0;
- public static int TextAppearance_android_fontFamily = 1;
- public static int TextAppearance_android_fontFeatureSettings = 2;
- public static int TextAppearance_android_letterSpacing = 3;
- public static int TextAppearance_android_shadowColor = 4;
- public static int TextAppearance_android_shadowDx = 5;
- public static int TextAppearance_android_shadowDy = 6;
- public static int TextAppearance_android_shadowRadius = 7;
- public static int TextAppearance_android_textAllCaps = 8;
- public static int TextAppearance_android_textColor = 9;
- public static int TextAppearance_android_textColorHighlight = 10;
- public static int TextAppearance_android_textColorHint = 11;
- public static int TextAppearance_android_textColorLink = 12;
- public static int TextAppearance_android_textSize = 13;
- public static int TextAppearance_android_textStyle = 14;
- public static int TextAppearance_android_typeface = 15;
- public static int TextAppearance_fontFamily = 16;
- public static int TextAppearance_textAllCaps = 17;
- public static int TextAppearance_tv_fontFamily = 18;
- public static int[] TextInputLayout = { 0x01010150, 0x0101009a, 0x7f040083, 0x7f040084, 0x7f040085, 0x7f040086, 0x7f0400ec, 0x7f0400ed, 0x7f040133, 0x7f040134, 0x7f040136, 0x7f040191, 0x7f040192, 0x7f040193, 0x7f040194, 0x7f040195 };
- public static int TextInputLayout_android_hint = 0;
- public static int TextInputLayout_android_textColorHint = 1;
- public static int TextInputLayout_counterEnabled = 2;
- public static int TextInputLayout_counterMaxLength = 3;
- public static int TextInputLayout_counterOverflowTextAppearance = 4;
- public static int TextInputLayout_counterTextAppearance = 5;
- public static int TextInputLayout_errorEnabled = 6;
- public static int TextInputLayout_errorTextAppearance = 7;
- public static int TextInputLayout_hintAnimationEnabled = 8;
- public static int TextInputLayout_hintEnabled = 9;
- public static int TextInputLayout_hintTextAppearance = 10;
- public static int TextInputLayout_passwordToggleContentDescription = 11;
- public static int TextInputLayout_passwordToggleDrawable = 12;
- public static int TextInputLayout_passwordToggleEnabled = 13;
- public static int TextInputLayout_passwordToggleTint = 14;
- public static int TextInputLayout_passwordToggleTintMode = 15;
- public static int[] Toolbar = { 0x010100af, 0x01010140, 0x7f04004d, 0x7f040065, 0x7f040066, 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b, 0x7f04016e, 0x7f04016f, 0x7f04017f, 0x7f040183, 0x7f040184, 0x7f040197, 0x7f04022a, 0x7f04022b, 0x7f04022c, 0x7f040261, 0x7f040263, 0x7f040264, 0x7f040265, 0x7f040266, 0x7f040267, 0x7f040268, 0x7f040269, 0x7f04026a };
- public static int Toolbar_android_gravity = 0;
- public static int Toolbar_android_minHeight = 1;
- public static int Toolbar_buttonGravity = 2;
- public static int Toolbar_collapseContentDescription = 3;
- public static int Toolbar_collapseIcon = 4;
- public static int Toolbar_contentInsetEnd = 5;
- public static int Toolbar_contentInsetEndWithActions = 6;
- public static int Toolbar_contentInsetLeft = 7;
- public static int Toolbar_contentInsetRight = 8;
- public static int Toolbar_contentInsetStart = 9;
- public static int Toolbar_contentInsetStartWithNavigation = 10;
- public static int Toolbar_logo = 11;
- public static int Toolbar_logoDescription = 12;
- public static int Toolbar_maxButtonHeight = 13;
- public static int Toolbar_navigationContentDescription = 14;
- public static int Toolbar_navigationIcon = 15;
- public static int Toolbar_popupTheme = 16;
- public static int Toolbar_subtitle = 17;
- public static int Toolbar_subtitleTextAppearance = 18;
- public static int Toolbar_subtitleTextColor = 19;
- public static int Toolbar_title = 20;
- public static int Toolbar_titleMargin = 21;
- public static int Toolbar_titleMarginBottom = 22;
- public static int Toolbar_titleMarginEnd = 23;
- public static int Toolbar_titleMarginStart = 24;
- public static int Toolbar_titleMarginTop = 25;
- public static int Toolbar_titleMargins = 26;
- public static int Toolbar_titleTextAppearance = 27;
- public static int Toolbar_titleTextColor = 28;
- public static int[] View = { 0x010100d4, 0x0101046b, 0x0101046c, 0x01010440, 0x010102aa, 0x010100e0, 0x010100da, 0x010103b2, 0x01010140, 0x0101013f, 0x010100d5, 0x010100d9, 0x010103b4, 0x010100d6, 0x010100d8, 0x010103b3, 0x010100d7, 0x010103a5, 0x010102a9, 0x010102a8, 0x01010063, 0x0101007f, 0x01010215, 0x01010119, 0x010103b1, 0x010103b0, 0x01010000, 0x010100dc, 0x7f04018b, 0x7f04018c, 0x7f040257 };
- public static int View_android_background = 0;
- public static int View_android_backgroundTint = 1;
- public static int View_android_backgroundTintMode = 2;
- public static int View_android_elevation = 3;
- public static int View_android_fadeScrollbars = 4;
- public static int View_android_fadingEdgeLength = 5;
- public static int View_android_focusable = 6;
- public static int View_android_layoutDirection = 7;
- public static int View_android_minHeight = 8;
- public static int View_android_minWidth = 9;
- public static int View_android_padding = 10;
- public static int View_android_paddingBottom = 11;
- public static int View_android_paddingEnd = 12;
- public static int View_android_paddingLeft = 13;
- public static int View_android_paddingRight = 14;
- public static int View_android_paddingStart = 15;
- public static int View_android_paddingTop = 16;
- public static int View_android_requiresFadingEdge = 17;
- public static int View_android_scrollbarDefaultDelayBeforeFade = 18;
- public static int View_android_scrollbarFadeDuration = 19;
- public static int View_android_scrollbarSize = 20;
- public static int View_android_scrollbarStyle = 21;
- public static int View_android_soundEffectsEnabled = 22;
- public static int View_android_src = 23;
- public static int View_android_textAlignment = 24;
- public static int View_android_textDirection = 25;
- public static int View_android_theme = 26;
- public static int View_android_visibility = 27;
- public static int View_paddingEnd = 28;
- public static int View_paddingStart = 29;
- public static int View_theme = 30;
- public static int[] ViewBackgroundHelper = { 0x010100d4, 0x7f040035, 0x7f040036 };
- public static int ViewBackgroundHelper_android_background = 0;
- public static int ViewBackgroundHelper_backgroundTint = 1;
- public static int ViewBackgroundHelper_backgroundTintMode = 2;
- public static int[] ViewStubCompat = { 0x010100d0, 0x010100f3, 0x010100f2 };
- public static int ViewStubCompat_android_id = 0;
- public static int ViewStubCompat_android_inflatedId = 1;
- public static int ViewStubCompat_android_layout = 2;
- }
-}
diff --git a/library/build/generated/source/r/release/android/support/fragment/R.java b/library/build/generated/source/r/release/android/support/fragment/R.java
deleted file mode 100644
index 905d6d4..0000000
--- a/library/build/generated/source/r/release/android/support/fragment/R.java
+++ /dev/null
@@ -1,129 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package android.support.fragment;
-
-public final class R {
- public static final class attr {
- public static int font = 0x7f040123;
- public static int fontProviderAuthority = 0x7f040125;
- public static int fontProviderCerts = 0x7f040126;
- public static int fontProviderFetchStrategy = 0x7f040127;
- public static int fontProviderFetchTimeout = 0x7f040128;
- public static int fontProviderPackage = 0x7f040129;
- public static int fontProviderQuery = 0x7f04012a;
- public static int fontStyle = 0x7f04012b;
- public static int fontWeight = 0x7f04012c;
- }
- public static final class bool {
- public static int abc_action_bar_embed_tabs = 0x7f050001;
- }
- public static final class color {
- public static int notification_action_color_filter = 0x7f06005c;
- public static int notification_icon_bg_color = 0x7f06005d;
- public static int ripple_material_light = 0x7f06006d;
- public static int secondary_text_default_material_light = 0x7f06006f;
- }
- public static final class dimen {
- public static int compat_button_inset_horizontal_material = 0x7f080052;
- public static int compat_button_inset_vertical_material = 0x7f080053;
- public static int compat_button_padding_horizontal_material = 0x7f080054;
- public static int compat_button_padding_vertical_material = 0x7f080055;
- public static int compat_control_corner_material = 0x7f080056;
- public static int notification_action_icon_size = 0x7f08008c;
- public static int notification_action_text_size = 0x7f08008d;
- public static int notification_big_circle_margin = 0x7f08008e;
- public static int notification_content_margin_start = 0x7f08008f;
- public static int notification_large_icon_height = 0x7f080090;
- public static int notification_large_icon_width = 0x7f080091;
- public static int notification_main_column_padding_top = 0x7f080092;
- public static int notification_media_narrow_margin = 0x7f080093;
- public static int notification_right_icon_size = 0x7f080094;
- public static int notification_right_side_padding_top = 0x7f080095;
- public static int notification_small_icon_background_padding = 0x7f080096;
- public static int notification_small_icon_size_as_large = 0x7f080097;
- public static int notification_subtext_size = 0x7f080098;
- public static int notification_top_pad = 0x7f080099;
- public static int notification_top_pad_large_text = 0x7f08009a;
- }
- public static final class drawable {
- public static int notification_action_background = 0x7f090068;
- public static int notification_bg = 0x7f090069;
- public static int notification_bg_low = 0x7f09006a;
- public static int notification_bg_low_normal = 0x7f09006b;
- public static int notification_bg_low_pressed = 0x7f09006c;
- public static int notification_bg_normal = 0x7f09006d;
- public static int notification_bg_normal_pressed = 0x7f09006e;
- public static int notification_icon_background = 0x7f09006f;
- public static int notification_template_icon_bg = 0x7f090070;
- public static int notification_template_icon_low_bg = 0x7f090071;
- public static int notification_tile_bg = 0x7f090072;
- public static int notify_panel_notification_icon_bg = 0x7f090073;
- }
- public static final class id {
- public static int action_container = 0x7f0c0009;
- public static int action_divider = 0x7f0c000b;
- public static int action_image = 0x7f0c000c;
- public static int action_text = 0x7f0c0012;
- public static int actions = 0x7f0c0013;
- public static int async = 0x7f0c001d;
- public static int blocking = 0x7f0c0021;
- public static int chronometer = 0x7f0c002c;
- public static int forever = 0x7f0c0044;
- public static int icon = 0x7f0c004b;
- public static int icon_group = 0x7f0c004c;
- public static int info = 0x7f0c0050;
- public static int italic = 0x7f0c0051;
- public static int line1 = 0x7f0c0055;
- public static int line3 = 0x7f0c0056;
- public static int normal = 0x7f0c006b;
- public static int notification_background = 0x7f0c006c;
- public static int notification_main_column = 0x7f0c006d;
- public static int notification_main_column_container = 0x7f0c006e;
- public static int right_icon = 0x7f0c007a;
- public static int right_side = 0x7f0c007b;
- public static int text = 0x7f0c00a7;
- public static int text2 = 0x7f0c00a8;
- public static int time = 0x7f0c00ae;
- public static int title = 0x7f0c00af;
- }
- public static final class integer {
- public static int status_bar_notification_info_maxnum = 0x7f0d000b;
- }
- public static final class layout {
- public static int notification_action = 0x7f0f002e;
- public static int notification_action_tombstone = 0x7f0f002f;
- public static int notification_template_custom_big = 0x7f0f0036;
- public static int notification_template_icon_group = 0x7f0f0037;
- public static int notification_template_part_chronometer = 0x7f0f003c;
- public static int notification_template_part_time = 0x7f0f003d;
- }
- public static final class string {
- public static int status_bar_notification_info_overflow = 0x7f150029;
- }
- public static final class style {
- public static int TextAppearance_Compat_Notification = 0x7f16014a;
- public static int TextAppearance_Compat_Notification_Info = 0x7f16014b;
- public static int TextAppearance_Compat_Notification_Line2 = 0x7f16014d;
- public static int TextAppearance_Compat_Notification_Time = 0x7f160150;
- public static int TextAppearance_Compat_Notification_Title = 0x7f160152;
- public static int Widget_Compat_NotificationActionContainer = 0x7f1601cd;
- public static int Widget_Compat_NotificationActionText = 0x7f1601ce;
- }
- public static final class styleable {
- public static int[] FontFamily = { 0x7f040125, 0x7f040126, 0x7f040127, 0x7f040128, 0x7f040129, 0x7f04012a };
- public static int FontFamily_fontProviderAuthority = 0;
- public static int FontFamily_fontProviderCerts = 1;
- public static int FontFamily_fontProviderFetchStrategy = 2;
- public static int FontFamily_fontProviderFetchTimeout = 3;
- public static int FontFamily_fontProviderPackage = 4;
- public static int FontFamily_fontProviderQuery = 5;
- public static int[] FontFamilyFont = { 0x7f040123, 0x7f04012b, 0x7f04012c };
- public static int FontFamilyFont_font = 0;
- public static int FontFamilyFont_fontStyle = 1;
- public static int FontFamilyFont_fontWeight = 2;
- }
-}
diff --git a/library/build/generated/source/r/release/android/support/graphics/drawable/R.java b/library/build/generated/source/r/release/android/support/graphics/drawable/R.java
deleted file mode 100644
index 64f5802..0000000
--- a/library/build/generated/source/r/release/android/support/graphics/drawable/R.java
+++ /dev/null
@@ -1,129 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package android.support.graphics.drawable;
-
-public final class R {
- public static final class attr {
- public static int font = 0x7f040123;
- public static int fontProviderAuthority = 0x7f040125;
- public static int fontProviderCerts = 0x7f040126;
- public static int fontProviderFetchStrategy = 0x7f040127;
- public static int fontProviderFetchTimeout = 0x7f040128;
- public static int fontProviderPackage = 0x7f040129;
- public static int fontProviderQuery = 0x7f04012a;
- public static int fontStyle = 0x7f04012b;
- public static int fontWeight = 0x7f04012c;
- }
- public static final class bool {
- public static int abc_action_bar_embed_tabs = 0x7f050001;
- }
- public static final class color {
- public static int notification_action_color_filter = 0x7f06005c;
- public static int notification_icon_bg_color = 0x7f06005d;
- public static int ripple_material_light = 0x7f06006d;
- public static int secondary_text_default_material_light = 0x7f06006f;
- }
- public static final class dimen {
- public static int compat_button_inset_horizontal_material = 0x7f080052;
- public static int compat_button_inset_vertical_material = 0x7f080053;
- public static int compat_button_padding_horizontal_material = 0x7f080054;
- public static int compat_button_padding_vertical_material = 0x7f080055;
- public static int compat_control_corner_material = 0x7f080056;
- public static int notification_action_icon_size = 0x7f08008c;
- public static int notification_action_text_size = 0x7f08008d;
- public static int notification_big_circle_margin = 0x7f08008e;
- public static int notification_content_margin_start = 0x7f08008f;
- public static int notification_large_icon_height = 0x7f080090;
- public static int notification_large_icon_width = 0x7f080091;
- public static int notification_main_column_padding_top = 0x7f080092;
- public static int notification_media_narrow_margin = 0x7f080093;
- public static int notification_right_icon_size = 0x7f080094;
- public static int notification_right_side_padding_top = 0x7f080095;
- public static int notification_small_icon_background_padding = 0x7f080096;
- public static int notification_small_icon_size_as_large = 0x7f080097;
- public static int notification_subtext_size = 0x7f080098;
- public static int notification_top_pad = 0x7f080099;
- public static int notification_top_pad_large_text = 0x7f08009a;
- }
- public static final class drawable {
- public static int notification_action_background = 0x7f090068;
- public static int notification_bg = 0x7f090069;
- public static int notification_bg_low = 0x7f09006a;
- public static int notification_bg_low_normal = 0x7f09006b;
- public static int notification_bg_low_pressed = 0x7f09006c;
- public static int notification_bg_normal = 0x7f09006d;
- public static int notification_bg_normal_pressed = 0x7f09006e;
- public static int notification_icon_background = 0x7f09006f;
- public static int notification_template_icon_bg = 0x7f090070;
- public static int notification_template_icon_low_bg = 0x7f090071;
- public static int notification_tile_bg = 0x7f090072;
- public static int notify_panel_notification_icon_bg = 0x7f090073;
- }
- public static final class id {
- public static int action_container = 0x7f0c0009;
- public static int action_divider = 0x7f0c000b;
- public static int action_image = 0x7f0c000c;
- public static int action_text = 0x7f0c0012;
- public static int actions = 0x7f0c0013;
- public static int async = 0x7f0c001d;
- public static int blocking = 0x7f0c0021;
- public static int chronometer = 0x7f0c002c;
- public static int forever = 0x7f0c0044;
- public static int icon = 0x7f0c004b;
- public static int icon_group = 0x7f0c004c;
- public static int info = 0x7f0c0050;
- public static int italic = 0x7f0c0051;
- public static int line1 = 0x7f0c0055;
- public static int line3 = 0x7f0c0056;
- public static int normal = 0x7f0c006b;
- public static int notification_background = 0x7f0c006c;
- public static int notification_main_column = 0x7f0c006d;
- public static int notification_main_column_container = 0x7f0c006e;
- public static int right_icon = 0x7f0c007a;
- public static int right_side = 0x7f0c007b;
- public static int text = 0x7f0c00a7;
- public static int text2 = 0x7f0c00a8;
- public static int time = 0x7f0c00ae;
- public static int title = 0x7f0c00af;
- }
- public static final class integer {
- public static int status_bar_notification_info_maxnum = 0x7f0d000b;
- }
- public static final class layout {
- public static int notification_action = 0x7f0f002e;
- public static int notification_action_tombstone = 0x7f0f002f;
- public static int notification_template_custom_big = 0x7f0f0036;
- public static int notification_template_icon_group = 0x7f0f0037;
- public static int notification_template_part_chronometer = 0x7f0f003c;
- public static int notification_template_part_time = 0x7f0f003d;
- }
- public static final class string {
- public static int status_bar_notification_info_overflow = 0x7f150029;
- }
- public static final class style {
- public static int TextAppearance_Compat_Notification = 0x7f16014a;
- public static int TextAppearance_Compat_Notification_Info = 0x7f16014b;
- public static int TextAppearance_Compat_Notification_Line2 = 0x7f16014d;
- public static int TextAppearance_Compat_Notification_Time = 0x7f160150;
- public static int TextAppearance_Compat_Notification_Title = 0x7f160152;
- public static int Widget_Compat_NotificationActionContainer = 0x7f1601cd;
- public static int Widget_Compat_NotificationActionText = 0x7f1601ce;
- }
- public static final class styleable {
- public static int[] FontFamily = { 0x7f040125, 0x7f040126, 0x7f040127, 0x7f040128, 0x7f040129, 0x7f04012a };
- public static int FontFamily_fontProviderAuthority = 0;
- public static int FontFamily_fontProviderCerts = 1;
- public static int FontFamily_fontProviderFetchStrategy = 2;
- public static int FontFamily_fontProviderFetchTimeout = 3;
- public static int FontFamily_fontProviderPackage = 4;
- public static int FontFamily_fontProviderQuery = 5;
- public static int[] FontFamilyFont = { 0x7f040123, 0x7f04012b, 0x7f04012c };
- public static int FontFamilyFont_font = 0;
- public static int FontFamilyFont_fontStyle = 1;
- public static int FontFamilyFont_fontWeight = 2;
- }
-}
diff --git a/library/build/generated/source/r/release/android/support/graphics/drawable/animated/R.java b/library/build/generated/source/r/release/android/support/graphics/drawable/animated/R.java
deleted file mode 100644
index ce9fbb5..0000000
--- a/library/build/generated/source/r/release/android/support/graphics/drawable/animated/R.java
+++ /dev/null
@@ -1,129 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package android.support.graphics.drawable.animated;
-
-public final class R {
- public static final class attr {
- public static int font = 0x7f040123;
- public static int fontProviderAuthority = 0x7f040125;
- public static int fontProviderCerts = 0x7f040126;
- public static int fontProviderFetchStrategy = 0x7f040127;
- public static int fontProviderFetchTimeout = 0x7f040128;
- public static int fontProviderPackage = 0x7f040129;
- public static int fontProviderQuery = 0x7f04012a;
- public static int fontStyle = 0x7f04012b;
- public static int fontWeight = 0x7f04012c;
- }
- public static final class bool {
- public static int abc_action_bar_embed_tabs = 0x7f050001;
- }
- public static final class color {
- public static int notification_action_color_filter = 0x7f06005c;
- public static int notification_icon_bg_color = 0x7f06005d;
- public static int ripple_material_light = 0x7f06006d;
- public static int secondary_text_default_material_light = 0x7f06006f;
- }
- public static final class dimen {
- public static int compat_button_inset_horizontal_material = 0x7f080052;
- public static int compat_button_inset_vertical_material = 0x7f080053;
- public static int compat_button_padding_horizontal_material = 0x7f080054;
- public static int compat_button_padding_vertical_material = 0x7f080055;
- public static int compat_control_corner_material = 0x7f080056;
- public static int notification_action_icon_size = 0x7f08008c;
- public static int notification_action_text_size = 0x7f08008d;
- public static int notification_big_circle_margin = 0x7f08008e;
- public static int notification_content_margin_start = 0x7f08008f;
- public static int notification_large_icon_height = 0x7f080090;
- public static int notification_large_icon_width = 0x7f080091;
- public static int notification_main_column_padding_top = 0x7f080092;
- public static int notification_media_narrow_margin = 0x7f080093;
- public static int notification_right_icon_size = 0x7f080094;
- public static int notification_right_side_padding_top = 0x7f080095;
- public static int notification_small_icon_background_padding = 0x7f080096;
- public static int notification_small_icon_size_as_large = 0x7f080097;
- public static int notification_subtext_size = 0x7f080098;
- public static int notification_top_pad = 0x7f080099;
- public static int notification_top_pad_large_text = 0x7f08009a;
- }
- public static final class drawable {
- public static int notification_action_background = 0x7f090068;
- public static int notification_bg = 0x7f090069;
- public static int notification_bg_low = 0x7f09006a;
- public static int notification_bg_low_normal = 0x7f09006b;
- public static int notification_bg_low_pressed = 0x7f09006c;
- public static int notification_bg_normal = 0x7f09006d;
- public static int notification_bg_normal_pressed = 0x7f09006e;
- public static int notification_icon_background = 0x7f09006f;
- public static int notification_template_icon_bg = 0x7f090070;
- public static int notification_template_icon_low_bg = 0x7f090071;
- public static int notification_tile_bg = 0x7f090072;
- public static int notify_panel_notification_icon_bg = 0x7f090073;
- }
- public static final class id {
- public static int action_container = 0x7f0c0009;
- public static int action_divider = 0x7f0c000b;
- public static int action_image = 0x7f0c000c;
- public static int action_text = 0x7f0c0012;
- public static int actions = 0x7f0c0013;
- public static int async = 0x7f0c001d;
- public static int blocking = 0x7f0c0021;
- public static int chronometer = 0x7f0c002c;
- public static int forever = 0x7f0c0044;
- public static int icon = 0x7f0c004b;
- public static int icon_group = 0x7f0c004c;
- public static int info = 0x7f0c0050;
- public static int italic = 0x7f0c0051;
- public static int line1 = 0x7f0c0055;
- public static int line3 = 0x7f0c0056;
- public static int normal = 0x7f0c006b;
- public static int notification_background = 0x7f0c006c;
- public static int notification_main_column = 0x7f0c006d;
- public static int notification_main_column_container = 0x7f0c006e;
- public static int right_icon = 0x7f0c007a;
- public static int right_side = 0x7f0c007b;
- public static int text = 0x7f0c00a7;
- public static int text2 = 0x7f0c00a8;
- public static int time = 0x7f0c00ae;
- public static int title = 0x7f0c00af;
- }
- public static final class integer {
- public static int status_bar_notification_info_maxnum = 0x7f0d000b;
- }
- public static final class layout {
- public static int notification_action = 0x7f0f002e;
- public static int notification_action_tombstone = 0x7f0f002f;
- public static int notification_template_custom_big = 0x7f0f0036;
- public static int notification_template_icon_group = 0x7f0f0037;
- public static int notification_template_part_chronometer = 0x7f0f003c;
- public static int notification_template_part_time = 0x7f0f003d;
- }
- public static final class string {
- public static int status_bar_notification_info_overflow = 0x7f150029;
- }
- public static final class style {
- public static int TextAppearance_Compat_Notification = 0x7f16014a;
- public static int TextAppearance_Compat_Notification_Info = 0x7f16014b;
- public static int TextAppearance_Compat_Notification_Line2 = 0x7f16014d;
- public static int TextAppearance_Compat_Notification_Time = 0x7f160150;
- public static int TextAppearance_Compat_Notification_Title = 0x7f160152;
- public static int Widget_Compat_NotificationActionContainer = 0x7f1601cd;
- public static int Widget_Compat_NotificationActionText = 0x7f1601ce;
- }
- public static final class styleable {
- public static int[] FontFamily = { 0x7f040125, 0x7f040126, 0x7f040127, 0x7f040128, 0x7f040129, 0x7f04012a };
- public static int FontFamily_fontProviderAuthority = 0;
- public static int FontFamily_fontProviderCerts = 1;
- public static int FontFamily_fontProviderFetchStrategy = 2;
- public static int FontFamily_fontProviderFetchTimeout = 3;
- public static int FontFamily_fontProviderPackage = 4;
- public static int FontFamily_fontProviderQuery = 5;
- public static int[] FontFamilyFont = { 0x7f040123, 0x7f04012b, 0x7f04012c };
- public static int FontFamilyFont_font = 0;
- public static int FontFamilyFont_fontStyle = 1;
- public static int FontFamilyFont_fontWeight = 2;
- }
-}
diff --git a/library/build/generated/source/r/release/android/support/mediacompat/R.java b/library/build/generated/source/r/release/android/support/mediacompat/R.java
deleted file mode 100644
index 7141d4b..0000000
--- a/library/build/generated/source/r/release/android/support/mediacompat/R.java
+++ /dev/null
@@ -1,152 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package android.support.mediacompat;
-
-public final class R {
- public static final class attr {
- public static int font = 0x7f040123;
- public static int fontProviderAuthority = 0x7f040125;
- public static int fontProviderCerts = 0x7f040126;
- public static int fontProviderFetchStrategy = 0x7f040127;
- public static int fontProviderFetchTimeout = 0x7f040128;
- public static int fontProviderPackage = 0x7f040129;
- public static int fontProviderQuery = 0x7f04012a;
- public static int fontStyle = 0x7f04012b;
- public static int fontWeight = 0x7f04012c;
- }
- public static final class bool {
- public static int abc_action_bar_embed_tabs = 0x7f050001;
- }
- public static final class color {
- public static int notification_action_color_filter = 0x7f06005c;
- public static int notification_icon_bg_color = 0x7f06005d;
- public static int notification_material_background_media_default_color = 0x7f06005e;
- public static int primary_text_default_material_dark = 0x7f060066;
- public static int ripple_material_light = 0x7f06006d;
- public static int secondary_text_default_material_dark = 0x7f06006e;
- public static int secondary_text_default_material_light = 0x7f06006f;
- }
- public static final class dimen {
- public static int compat_button_inset_horizontal_material = 0x7f080052;
- public static int compat_button_inset_vertical_material = 0x7f080053;
- public static int compat_button_padding_horizontal_material = 0x7f080054;
- public static int compat_button_padding_vertical_material = 0x7f080055;
- public static int compat_control_corner_material = 0x7f080056;
- public static int notification_action_icon_size = 0x7f08008c;
- public static int notification_action_text_size = 0x7f08008d;
- public static int notification_big_circle_margin = 0x7f08008e;
- public static int notification_content_margin_start = 0x7f08008f;
- public static int notification_large_icon_height = 0x7f080090;
- public static int notification_large_icon_width = 0x7f080091;
- public static int notification_main_column_padding_top = 0x7f080092;
- public static int notification_media_narrow_margin = 0x7f080093;
- public static int notification_right_icon_size = 0x7f080094;
- public static int notification_right_side_padding_top = 0x7f080095;
- public static int notification_small_icon_background_padding = 0x7f080096;
- public static int notification_small_icon_size_as_large = 0x7f080097;
- public static int notification_subtext_size = 0x7f080098;
- public static int notification_top_pad = 0x7f080099;
- public static int notification_top_pad_large_text = 0x7f08009a;
- }
- public static final class drawable {
- public static int notification_action_background = 0x7f090068;
- public static int notification_bg = 0x7f090069;
- public static int notification_bg_low = 0x7f09006a;
- public static int notification_bg_low_normal = 0x7f09006b;
- public static int notification_bg_low_pressed = 0x7f09006c;
- public static int notification_bg_normal = 0x7f09006d;
- public static int notification_bg_normal_pressed = 0x7f09006e;
- public static int notification_icon_background = 0x7f09006f;
- public static int notification_template_icon_bg = 0x7f090070;
- public static int notification_template_icon_low_bg = 0x7f090071;
- public static int notification_tile_bg = 0x7f090072;
- public static int notify_panel_notification_icon_bg = 0x7f090073;
- }
- public static final class id {
- public static int action0 = 0x7f0c0001;
- public static int action_container = 0x7f0c0009;
- public static int action_divider = 0x7f0c000b;
- public static int action_image = 0x7f0c000c;
- public static int action_text = 0x7f0c0012;
- public static int actions = 0x7f0c0013;
- public static int async = 0x7f0c001d;
- public static int blocking = 0x7f0c0021;
- public static int cancel_action = 0x7f0c0028;
- public static int chronometer = 0x7f0c002c;
- public static int end_padder = 0x7f0c003f;
- public static int forever = 0x7f0c0044;
- public static int icon = 0x7f0c004b;
- public static int icon_group = 0x7f0c004c;
- public static int info = 0x7f0c0050;
- public static int italic = 0x7f0c0051;
- public static int line1 = 0x7f0c0055;
- public static int line3 = 0x7f0c0056;
- public static int media_actions = 0x7f0c0060;
- public static int normal = 0x7f0c006b;
- public static int notification_background = 0x7f0c006c;
- public static int notification_main_column = 0x7f0c006d;
- public static int notification_main_column_container = 0x7f0c006e;
- public static int right_icon = 0x7f0c007a;
- public static int right_side = 0x7f0c007b;
- public static int status_bar_latest_event_content = 0x7f0c00a3;
- public static int text = 0x7f0c00a7;
- public static int text2 = 0x7f0c00a8;
- public static int time = 0x7f0c00ae;
- public static int title = 0x7f0c00af;
- }
- public static final class integer {
- public static int cancel_button_image_alpha = 0x7f0d0006;
- public static int status_bar_notification_info_maxnum = 0x7f0d000b;
- }
- public static final class layout {
- public static int notification_action = 0x7f0f002e;
- public static int notification_action_tombstone = 0x7f0f002f;
- public static int notification_media_action = 0x7f0f0030;
- public static int notification_media_cancel_action = 0x7f0f0031;
- public static int notification_template_big_media = 0x7f0f0032;
- public static int notification_template_big_media_custom = 0x7f0f0033;
- public static int notification_template_big_media_narrow = 0x7f0f0034;
- public static int notification_template_big_media_narrow_custom = 0x7f0f0035;
- public static int notification_template_custom_big = 0x7f0f0036;
- public static int notification_template_icon_group = 0x7f0f0037;
- public static int notification_template_lines_media = 0x7f0f0039;
- public static int notification_template_media = 0x7f0f003a;
- public static int notification_template_media_custom = 0x7f0f003b;
- public static int notification_template_part_chronometer = 0x7f0f003c;
- public static int notification_template_part_time = 0x7f0f003d;
- }
- public static final class string {
- public static int status_bar_notification_info_overflow = 0x7f150029;
- }
- public static final class style {
- public static int TextAppearance_Compat_Notification = 0x7f16014a;
- public static int TextAppearance_Compat_Notification_Info = 0x7f16014b;
- public static int TextAppearance_Compat_Notification_Info_Media = 0x7f16014c;
- public static int TextAppearance_Compat_Notification_Line2 = 0x7f16014d;
- public static int TextAppearance_Compat_Notification_Line2_Media = 0x7f16014e;
- public static int TextAppearance_Compat_Notification_Media = 0x7f16014f;
- public static int TextAppearance_Compat_Notification_Time = 0x7f160150;
- public static int TextAppearance_Compat_Notification_Time_Media = 0x7f160151;
- public static int TextAppearance_Compat_Notification_Title = 0x7f160152;
- public static int TextAppearance_Compat_Notification_Title_Media = 0x7f160153;
- public static int Widget_Compat_NotificationActionContainer = 0x7f1601cd;
- public static int Widget_Compat_NotificationActionText = 0x7f1601ce;
- }
- public static final class styleable {
- public static int[] FontFamily = { 0x7f040125, 0x7f040126, 0x7f040127, 0x7f040128, 0x7f040129, 0x7f04012a };
- public static int FontFamily_fontProviderAuthority = 0;
- public static int FontFamily_fontProviderCerts = 1;
- public static int FontFamily_fontProviderFetchStrategy = 2;
- public static int FontFamily_fontProviderFetchTimeout = 3;
- public static int FontFamily_fontProviderPackage = 4;
- public static int FontFamily_fontProviderQuery = 5;
- public static int[] FontFamilyFont = { 0x7f040123, 0x7f04012b, 0x7f04012c };
- public static int FontFamilyFont_font = 0;
- public static int FontFamilyFont_fontStyle = 1;
- public static int FontFamilyFont_fontWeight = 2;
- }
-}
diff --git a/library/build/generated/source/r/release/android/support/transition/R.java b/library/build/generated/source/r/release/android/support/transition/R.java
deleted file mode 100644
index d98d6fc..0000000
--- a/library/build/generated/source/r/release/android/support/transition/R.java
+++ /dev/null
@@ -1,162 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package android.support.transition;
-
-public final class R {
- public static final class attr {
- public static int font = 0x7f040123;
- public static int fontProviderAuthority = 0x7f040125;
- public static int fontProviderCerts = 0x7f040126;
- public static int fontProviderFetchStrategy = 0x7f040127;
- public static int fontProviderFetchTimeout = 0x7f040128;
- public static int fontProviderPackage = 0x7f040129;
- public static int fontProviderQuery = 0x7f04012a;
- public static int fontStyle = 0x7f04012b;
- public static int fontWeight = 0x7f04012c;
- }
- public static final class bool {
- public static int abc_action_bar_embed_tabs = 0x7f050001;
- }
- public static final class color {
- public static int notification_action_color_filter = 0x7f06005c;
- public static int notification_icon_bg_color = 0x7f06005d;
- public static int notification_material_background_media_default_color = 0x7f06005e;
- public static int primary_text_default_material_dark = 0x7f060066;
- public static int ripple_material_light = 0x7f06006d;
- public static int secondary_text_default_material_dark = 0x7f06006e;
- public static int secondary_text_default_material_light = 0x7f06006f;
- }
- public static final class dimen {
- public static int compat_button_inset_horizontal_material = 0x7f080052;
- public static int compat_button_inset_vertical_material = 0x7f080053;
- public static int compat_button_padding_horizontal_material = 0x7f080054;
- public static int compat_button_padding_vertical_material = 0x7f080055;
- public static int compat_control_corner_material = 0x7f080056;
- public static int notification_action_icon_size = 0x7f08008c;
- public static int notification_action_text_size = 0x7f08008d;
- public static int notification_big_circle_margin = 0x7f08008e;
- public static int notification_content_margin_start = 0x7f08008f;
- public static int notification_large_icon_height = 0x7f080090;
- public static int notification_large_icon_width = 0x7f080091;
- public static int notification_main_column_padding_top = 0x7f080092;
- public static int notification_media_narrow_margin = 0x7f080093;
- public static int notification_right_icon_size = 0x7f080094;
- public static int notification_right_side_padding_top = 0x7f080095;
- public static int notification_small_icon_background_padding = 0x7f080096;
- public static int notification_small_icon_size_as_large = 0x7f080097;
- public static int notification_subtext_size = 0x7f080098;
- public static int notification_top_pad = 0x7f080099;
- public static int notification_top_pad_large_text = 0x7f08009a;
- }
- public static final class drawable {
- public static int notification_action_background = 0x7f090068;
- public static int notification_bg = 0x7f090069;
- public static int notification_bg_low = 0x7f09006a;
- public static int notification_bg_low_normal = 0x7f09006b;
- public static int notification_bg_low_pressed = 0x7f09006c;
- public static int notification_bg_normal = 0x7f09006d;
- public static int notification_bg_normal_pressed = 0x7f09006e;
- public static int notification_icon_background = 0x7f09006f;
- public static int notification_template_icon_bg = 0x7f090070;
- public static int notification_template_icon_low_bg = 0x7f090071;
- public static int notification_tile_bg = 0x7f090072;
- public static int notify_panel_notification_icon_bg = 0x7f090073;
- }
- public static final class id {
- public static int action0 = 0x7f0c0001;
- public static int action_container = 0x7f0c0009;
- public static int action_divider = 0x7f0c000b;
- public static int action_image = 0x7f0c000c;
- public static int action_text = 0x7f0c0012;
- public static int actions = 0x7f0c0013;
- public static int async = 0x7f0c001d;
- public static int blocking = 0x7f0c0021;
- public static int cancel_action = 0x7f0c0028;
- public static int chronometer = 0x7f0c002c;
- public static int end_padder = 0x7f0c003f;
- public static int forever = 0x7f0c0044;
- public static int ghost_view = 0x7f0c0045;
- public static int icon = 0x7f0c004b;
- public static int icon_group = 0x7f0c004c;
- public static int info = 0x7f0c0050;
- public static int italic = 0x7f0c0051;
- public static int line1 = 0x7f0c0055;
- public static int line3 = 0x7f0c0056;
- public static int media_actions = 0x7f0c0060;
- public static int normal = 0x7f0c006b;
- public static int notification_background = 0x7f0c006c;
- public static int notification_main_column = 0x7f0c006d;
- public static int notification_main_column_container = 0x7f0c006e;
- public static int parent_matrix = 0x7f0c0072;
- public static int right_icon = 0x7f0c007a;
- public static int right_side = 0x7f0c007b;
- public static int save_image_matrix = 0x7f0c007e;
- public static int save_non_transition_alpha = 0x7f0c007f;
- public static int save_scale_type = 0x7f0c0080;
- public static int status_bar_latest_event_content = 0x7f0c00a3;
- public static int text = 0x7f0c00a7;
- public static int text2 = 0x7f0c00a8;
- public static int time = 0x7f0c00ae;
- public static int title = 0x7f0c00af;
- public static int transition_current_scene = 0x7f0c00b6;
- public static int transition_layout_save = 0x7f0c00b7;
- public static int transition_position = 0x7f0c00b8;
- public static int transition_scene_layoutid_cache = 0x7f0c00b9;
- public static int transition_transform = 0x7f0c00ba;
- }
- public static final class integer {
- public static int cancel_button_image_alpha = 0x7f0d0006;
- public static int status_bar_notification_info_maxnum = 0x7f0d000b;
- }
- public static final class layout {
- public static int notification_action = 0x7f0f002e;
- public static int notification_action_tombstone = 0x7f0f002f;
- public static int notification_media_action = 0x7f0f0030;
- public static int notification_media_cancel_action = 0x7f0f0031;
- public static int notification_template_big_media = 0x7f0f0032;
- public static int notification_template_big_media_custom = 0x7f0f0033;
- public static int notification_template_big_media_narrow = 0x7f0f0034;
- public static int notification_template_big_media_narrow_custom = 0x7f0f0035;
- public static int notification_template_custom_big = 0x7f0f0036;
- public static int notification_template_icon_group = 0x7f0f0037;
- public static int notification_template_lines_media = 0x7f0f0039;
- public static int notification_template_media = 0x7f0f003a;
- public static int notification_template_media_custom = 0x7f0f003b;
- public static int notification_template_part_chronometer = 0x7f0f003c;
- public static int notification_template_part_time = 0x7f0f003d;
- }
- public static final class string {
- public static int status_bar_notification_info_overflow = 0x7f150029;
- }
- public static final class style {
- public static int TextAppearance_Compat_Notification = 0x7f16014a;
- public static int TextAppearance_Compat_Notification_Info = 0x7f16014b;
- public static int TextAppearance_Compat_Notification_Info_Media = 0x7f16014c;
- public static int TextAppearance_Compat_Notification_Line2 = 0x7f16014d;
- public static int TextAppearance_Compat_Notification_Line2_Media = 0x7f16014e;
- public static int TextAppearance_Compat_Notification_Media = 0x7f16014f;
- public static int TextAppearance_Compat_Notification_Time = 0x7f160150;
- public static int TextAppearance_Compat_Notification_Time_Media = 0x7f160151;
- public static int TextAppearance_Compat_Notification_Title = 0x7f160152;
- public static int TextAppearance_Compat_Notification_Title_Media = 0x7f160153;
- public static int Widget_Compat_NotificationActionContainer = 0x7f1601cd;
- public static int Widget_Compat_NotificationActionText = 0x7f1601ce;
- }
- public static final class styleable {
- public static int[] FontFamily = { 0x7f040125, 0x7f040126, 0x7f040127, 0x7f040128, 0x7f040129, 0x7f04012a };
- public static int FontFamily_fontProviderAuthority = 0;
- public static int FontFamily_fontProviderCerts = 1;
- public static int FontFamily_fontProviderFetchStrategy = 2;
- public static int FontFamily_fontProviderFetchTimeout = 3;
- public static int FontFamily_fontProviderPackage = 4;
- public static int FontFamily_fontProviderQuery = 5;
- public static int[] FontFamilyFont = { 0x7f040123, 0x7f04012b, 0x7f04012c };
- public static int FontFamilyFont_font = 0;
- public static int FontFamilyFont_fontStyle = 1;
- public static int FontFamilyFont_fontWeight = 2;
- }
-}
diff --git a/library/build/generated/source/r/release/android/support/v4/R.java b/library/build/generated/source/r/release/android/support/v4/R.java
deleted file mode 100644
index 5437713..0000000
--- a/library/build/generated/source/r/release/android/support/v4/R.java
+++ /dev/null
@@ -1,152 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package android.support.v4;
-
-public final class R {
- public static final class attr {
- public static int font = 0x7f040123;
- public static int fontProviderAuthority = 0x7f040125;
- public static int fontProviderCerts = 0x7f040126;
- public static int fontProviderFetchStrategy = 0x7f040127;
- public static int fontProviderFetchTimeout = 0x7f040128;
- public static int fontProviderPackage = 0x7f040129;
- public static int fontProviderQuery = 0x7f04012a;
- public static int fontStyle = 0x7f04012b;
- public static int fontWeight = 0x7f04012c;
- }
- public static final class bool {
- public static int abc_action_bar_embed_tabs = 0x7f050001;
- }
- public static final class color {
- public static int notification_action_color_filter = 0x7f06005c;
- public static int notification_icon_bg_color = 0x7f06005d;
- public static int notification_material_background_media_default_color = 0x7f06005e;
- public static int primary_text_default_material_dark = 0x7f060066;
- public static int ripple_material_light = 0x7f06006d;
- public static int secondary_text_default_material_dark = 0x7f06006e;
- public static int secondary_text_default_material_light = 0x7f06006f;
- }
- public static final class dimen {
- public static int compat_button_inset_horizontal_material = 0x7f080052;
- public static int compat_button_inset_vertical_material = 0x7f080053;
- public static int compat_button_padding_horizontal_material = 0x7f080054;
- public static int compat_button_padding_vertical_material = 0x7f080055;
- public static int compat_control_corner_material = 0x7f080056;
- public static int notification_action_icon_size = 0x7f08008c;
- public static int notification_action_text_size = 0x7f08008d;
- public static int notification_big_circle_margin = 0x7f08008e;
- public static int notification_content_margin_start = 0x7f08008f;
- public static int notification_large_icon_height = 0x7f080090;
- public static int notification_large_icon_width = 0x7f080091;
- public static int notification_main_column_padding_top = 0x7f080092;
- public static int notification_media_narrow_margin = 0x7f080093;
- public static int notification_right_icon_size = 0x7f080094;
- public static int notification_right_side_padding_top = 0x7f080095;
- public static int notification_small_icon_background_padding = 0x7f080096;
- public static int notification_small_icon_size_as_large = 0x7f080097;
- public static int notification_subtext_size = 0x7f080098;
- public static int notification_top_pad = 0x7f080099;
- public static int notification_top_pad_large_text = 0x7f08009a;
- }
- public static final class drawable {
- public static int notification_action_background = 0x7f090068;
- public static int notification_bg = 0x7f090069;
- public static int notification_bg_low = 0x7f09006a;
- public static int notification_bg_low_normal = 0x7f09006b;
- public static int notification_bg_low_pressed = 0x7f09006c;
- public static int notification_bg_normal = 0x7f09006d;
- public static int notification_bg_normal_pressed = 0x7f09006e;
- public static int notification_icon_background = 0x7f09006f;
- public static int notification_template_icon_bg = 0x7f090070;
- public static int notification_template_icon_low_bg = 0x7f090071;
- public static int notification_tile_bg = 0x7f090072;
- public static int notify_panel_notification_icon_bg = 0x7f090073;
- }
- public static final class id {
- public static int action0 = 0x7f0c0001;
- public static int action_container = 0x7f0c0009;
- public static int action_divider = 0x7f0c000b;
- public static int action_image = 0x7f0c000c;
- public static int action_text = 0x7f0c0012;
- public static int actions = 0x7f0c0013;
- public static int async = 0x7f0c001d;
- public static int blocking = 0x7f0c0021;
- public static int cancel_action = 0x7f0c0028;
- public static int chronometer = 0x7f0c002c;
- public static int end_padder = 0x7f0c003f;
- public static int forever = 0x7f0c0044;
- public static int icon = 0x7f0c004b;
- public static int icon_group = 0x7f0c004c;
- public static int info = 0x7f0c0050;
- public static int italic = 0x7f0c0051;
- public static int line1 = 0x7f0c0055;
- public static int line3 = 0x7f0c0056;
- public static int media_actions = 0x7f0c0060;
- public static int normal = 0x7f0c006b;
- public static int notification_background = 0x7f0c006c;
- public static int notification_main_column = 0x7f0c006d;
- public static int notification_main_column_container = 0x7f0c006e;
- public static int right_icon = 0x7f0c007a;
- public static int right_side = 0x7f0c007b;
- public static int status_bar_latest_event_content = 0x7f0c00a3;
- public static int text = 0x7f0c00a7;
- public static int text2 = 0x7f0c00a8;
- public static int time = 0x7f0c00ae;
- public static int title = 0x7f0c00af;
- }
- public static final class integer {
- public static int cancel_button_image_alpha = 0x7f0d0006;
- public static int status_bar_notification_info_maxnum = 0x7f0d000b;
- }
- public static final class layout {
- public static int notification_action = 0x7f0f002e;
- public static int notification_action_tombstone = 0x7f0f002f;
- public static int notification_media_action = 0x7f0f0030;
- public static int notification_media_cancel_action = 0x7f0f0031;
- public static int notification_template_big_media = 0x7f0f0032;
- public static int notification_template_big_media_custom = 0x7f0f0033;
- public static int notification_template_big_media_narrow = 0x7f0f0034;
- public static int notification_template_big_media_narrow_custom = 0x7f0f0035;
- public static int notification_template_custom_big = 0x7f0f0036;
- public static int notification_template_icon_group = 0x7f0f0037;
- public static int notification_template_lines_media = 0x7f0f0039;
- public static int notification_template_media = 0x7f0f003a;
- public static int notification_template_media_custom = 0x7f0f003b;
- public static int notification_template_part_chronometer = 0x7f0f003c;
- public static int notification_template_part_time = 0x7f0f003d;
- }
- public static final class string {
- public static int status_bar_notification_info_overflow = 0x7f150029;
- }
- public static final class style {
- public static int TextAppearance_Compat_Notification = 0x7f16014a;
- public static int TextAppearance_Compat_Notification_Info = 0x7f16014b;
- public static int TextAppearance_Compat_Notification_Info_Media = 0x7f16014c;
- public static int TextAppearance_Compat_Notification_Line2 = 0x7f16014d;
- public static int TextAppearance_Compat_Notification_Line2_Media = 0x7f16014e;
- public static int TextAppearance_Compat_Notification_Media = 0x7f16014f;
- public static int TextAppearance_Compat_Notification_Time = 0x7f160150;
- public static int TextAppearance_Compat_Notification_Time_Media = 0x7f160151;
- public static int TextAppearance_Compat_Notification_Title = 0x7f160152;
- public static int TextAppearance_Compat_Notification_Title_Media = 0x7f160153;
- public static int Widget_Compat_NotificationActionContainer = 0x7f1601cd;
- public static int Widget_Compat_NotificationActionText = 0x7f1601ce;
- }
- public static final class styleable {
- public static int[] FontFamily = { 0x7f040125, 0x7f040126, 0x7f040127, 0x7f040128, 0x7f040129, 0x7f04012a };
- public static int FontFamily_fontProviderAuthority = 0;
- public static int FontFamily_fontProviderCerts = 1;
- public static int FontFamily_fontProviderFetchStrategy = 2;
- public static int FontFamily_fontProviderFetchTimeout = 3;
- public static int FontFamily_fontProviderPackage = 4;
- public static int FontFamily_fontProviderQuery = 5;
- public static int[] FontFamilyFont = { 0x7f040123, 0x7f04012b, 0x7f04012c };
- public static int FontFamilyFont_font = 0;
- public static int FontFamilyFont_fontStyle = 1;
- public static int FontFamilyFont_fontWeight = 2;
- }
-}
diff --git a/library/build/generated/source/r/release/android/support/v7/appcompat/R.java b/library/build/generated/source/r/release/android/support/v7/appcompat/R.java
deleted file mode 100644
index 32d42eb..0000000
--- a/library/build/generated/source/r/release/android/support/v7/appcompat/R.java
+++ /dev/null
@@ -1,1596 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package android.support.v7.appcompat;
-
-public final class R {
- public static final class anim {
- public static int abc_fade_in = 0x7f010001;
- public static int abc_fade_out = 0x7f010002;
- public static int abc_grow_fade_in_from_bottom = 0x7f010003;
- public static int abc_popup_enter = 0x7f010004;
- public static int abc_popup_exit = 0x7f010005;
- public static int abc_shrink_fade_out_from_bottom = 0x7f010006;
- public static int abc_slide_in_bottom = 0x7f010007;
- public static int abc_slide_in_top = 0x7f010008;
- public static int abc_slide_out_bottom = 0x7f010009;
- public static int abc_slide_out_top = 0x7f01000a;
- public static int tooltip_enter = 0x7f01000f;
- public static int tooltip_exit = 0x7f010010;
- }
- public static final class attr {
- public static int actionBarDivider = 0x7f040001;
- public static int actionBarItemBackground = 0x7f040002;
- public static int actionBarPopupTheme = 0x7f040003;
- public static int actionBarSize = 0x7f040004;
- public static int actionBarSplitStyle = 0x7f040005;
- public static int actionBarStyle = 0x7f040006;
- public static int actionBarTabBarStyle = 0x7f040007;
- public static int actionBarTabStyle = 0x7f040008;
- public static int actionBarTabTextStyle = 0x7f040009;
- public static int actionBarTheme = 0x7f04000a;
- public static int actionBarWidgetTheme = 0x7f04000b;
- public static int actionButtonStyle = 0x7f04000c;
- public static int actionDropDownStyle = 0x7f04000d;
- public static int actionLayout = 0x7f04000e;
- public static int actionMenuTextAppearance = 0x7f04000f;
- public static int actionMenuTextColor = 0x7f040010;
- public static int actionModeBackground = 0x7f040011;
- public static int actionModeCloseButtonStyle = 0x7f040012;
- public static int actionModeCloseDrawable = 0x7f040013;
- public static int actionModeCopyDrawable = 0x7f040014;
- public static int actionModeCutDrawable = 0x7f040015;
- public static int actionModeFindDrawable = 0x7f040016;
- public static int actionModePasteDrawable = 0x7f040017;
- public static int actionModePopupWindowStyle = 0x7f040018;
- public static int actionModeSelectAllDrawable = 0x7f040019;
- public static int actionModeShareDrawable = 0x7f04001a;
- public static int actionModeSplitBackground = 0x7f04001b;
- public static int actionModeStyle = 0x7f04001c;
- public static int actionModeWebSearchDrawable = 0x7f04001d;
- public static int actionOverflowButtonStyle = 0x7f04001e;
- public static int actionOverflowMenuStyle = 0x7f04001f;
- public static int actionProviderClass = 0x7f040020;
- public static int actionViewClass = 0x7f040021;
- public static int activityChooserViewStyle = 0x7f040022;
- public static int alertDialogButtonGroupStyle = 0x7f040023;
- public static int alertDialogCenterButtons = 0x7f040024;
- public static int alertDialogStyle = 0x7f040025;
- public static int alertDialogTheme = 0x7f040026;
- public static int allowStacking = 0x7f040027;
- public static int alpha = 0x7f040028;
- public static int alphabeticModifiers = 0x7f040029;
- public static int arrowHeadLength = 0x7f04002a;
- public static int arrowShaftLength = 0x7f04002b;
- public static int autoCompleteTextViewStyle = 0x7f04002c;
- public static int autoSizeMaxTextSize = 0x7f04002d;
- public static int autoSizeMinTextSize = 0x7f04002e;
- public static int autoSizePresetSizes = 0x7f04002f;
- public static int autoSizeStepGranularity = 0x7f040030;
- public static int autoSizeTextType = 0x7f040031;
- public static int background = 0x7f040032;
- public static int backgroundSplit = 0x7f040033;
- public static int backgroundStacked = 0x7f040034;
- public static int backgroundTint = 0x7f040035;
- public static int backgroundTintMode = 0x7f040036;
- public static int barLength = 0x7f040037;
- public static int borderlessButtonStyle = 0x7f04003e;
- public static int buttonBarButtonStyle = 0x7f040048;
- public static int buttonBarNegativeButtonStyle = 0x7f040049;
- public static int buttonBarNeutralButtonStyle = 0x7f04004a;
- public static int buttonBarPositiveButtonStyle = 0x7f04004b;
- public static int buttonBarStyle = 0x7f04004c;
- public static int buttonGravity = 0x7f04004d;
- public static int buttonPanelSideLayout = 0x7f04004e;
- public static int buttonStyle = 0x7f04004f;
- public static int buttonStyleSmall = 0x7f040050;
- public static int buttonTint = 0x7f040051;
- public static int buttonTintMode = 0x7f040052;
- public static int checkboxStyle = 0x7f040061;
- public static int checkedTextViewStyle = 0x7f040062;
- public static int closeIcon = 0x7f040063;
- public static int closeItemLayout = 0x7f040064;
- public static int collapseContentDescription = 0x7f040065;
- public static int collapseIcon = 0x7f040066;
- public static int color = 0x7f040069;
- public static int colorAccent = 0x7f04006a;
- public static int colorBackgroundFloating = 0x7f04006b;
- public static int colorButtonNormal = 0x7f04006c;
- public static int colorControlActivated = 0x7f04006d;
- public static int colorControlHighlight = 0x7f04006e;
- public static int colorControlNormal = 0x7f04006f;
- public static int colorError = 0x7f040070;
- public static int colorPrimary = 0x7f040071;
- public static int colorPrimaryDark = 0x7f040072;
- public static int colorSwitchThumbNormal = 0x7f040073;
- public static int commitIcon = 0x7f040074;
- public static int contentDescription = 0x7f040075;
- public static int contentInsetEnd = 0x7f040076;
- public static int contentInsetEndWithActions = 0x7f040077;
- public static int contentInsetLeft = 0x7f040078;
- public static int contentInsetRight = 0x7f040079;
- public static int contentInsetStart = 0x7f04007a;
- public static int contentInsetStartWithNavigation = 0x7f04007b;
- public static int controlBackground = 0x7f040082;
- public static int customNavigationLayout = 0x7f040098;
- public static int defaultQueryHint = 0x7f040099;
- public static int dialogPreferredPadding = 0x7f0400c0;
- public static int dialogTheme = 0x7f0400c1;
- public static int displayOptions = 0x7f0400c2;
- public static int divider = 0x7f0400c3;
- public static int dividerHorizontal = 0x7f0400c4;
- public static int dividerPadding = 0x7f0400c5;
- public static int dividerVertical = 0x7f0400c6;
- public static int drawableSize = 0x7f0400e4;
- public static int drawerArrowStyle = 0x7f0400e5;
- public static int dropDownListViewStyle = 0x7f0400e6;
- public static int dropdownListPreferredItemHeight = 0x7f0400e7;
- public static int editTextBackground = 0x7f0400e8;
- public static int editTextColor = 0x7f0400e9;
- public static int editTextStyle = 0x7f0400ea;
- public static int elevation = 0x7f0400eb;
- public static int expandActivityOverflowButtonDrawable = 0x7f04010b;
- public static int font = 0x7f040123;
- public static int fontFamily = 0x7f040124;
- public static int fontProviderAuthority = 0x7f040125;
- public static int fontProviderCerts = 0x7f040126;
- public static int fontProviderFetchStrategy = 0x7f040127;
- public static int fontProviderFetchTimeout = 0x7f040128;
- public static int fontProviderPackage = 0x7f040129;
- public static int fontProviderQuery = 0x7f04012a;
- public static int fontStyle = 0x7f04012b;
- public static int fontWeight = 0x7f04012c;
- public static int gapBetweenBars = 0x7f04012e;
- public static int goIcon = 0x7f04012f;
- public static int height = 0x7f040131;
- public static int hideOnContentScroll = 0x7f040132;
- public static int homeAsUpIndicator = 0x7f040137;
- public static int homeLayout = 0x7f040138;
- public static int icon = 0x7f040139;
- public static int iconTint = 0x7f04013a;
- public static int iconTintMode = 0x7f04013b;
- public static int iconifiedByDefault = 0x7f04013c;
- public static int imageButtonStyle = 0x7f04013d;
- public static int indeterminateProgressStyle = 0x7f04013e;
- public static int initialActivityCount = 0x7f04013f;
- public static int isLightTheme = 0x7f040141;
- public static int itemPadding = 0x7f040144;
- public static int layout = 0x7f040148;
- public static int listChoiceBackgroundIndicator = 0x7f040154;
- public static int listDividerAlertDialog = 0x7f040155;
- public static int listItemLayout = 0x7f040156;
- public static int listLayout = 0x7f040157;
- public static int listMenuViewStyle = 0x7f040158;
- public static int listPopupWindowStyle = 0x7f040159;
- public static int listPreferredItemHeight = 0x7f04015a;
- public static int listPreferredItemHeightLarge = 0x7f04015b;
- public static int listPreferredItemHeightSmall = 0x7f04015c;
- public static int listPreferredItemPaddingLeft = 0x7f04015d;
- public static int listPreferredItemPaddingRight = 0x7f04015e;
- public static int logo = 0x7f04016e;
- public static int logoDescription = 0x7f04016f;
- public static int maxButtonHeight = 0x7f04017f;
- public static int measureWithLargestChild = 0x7f040180;
- public static int multiChoiceItemLayout = 0x7f040182;
- public static int navigationContentDescription = 0x7f040183;
- public static int navigationIcon = 0x7f040184;
- public static int navigationMode = 0x7f040185;
- public static int numericModifiers = 0x7f040188;
- public static int overlapAnchor = 0x7f040189;
- public static int paddingBottomNoButtons = 0x7f04018a;
- public static int paddingEnd = 0x7f04018b;
- public static int paddingStart = 0x7f04018c;
- public static int paddingTopNoTitle = 0x7f04018d;
- public static int panelBackground = 0x7f04018e;
- public static int panelMenuListTheme = 0x7f04018f;
- public static int panelMenuListWidth = 0x7f040190;
- public static int popupMenuStyle = 0x7f040196;
- public static int popupTheme = 0x7f040197;
- public static int popupWindowStyle = 0x7f040198;
- public static int preserveIconSpacing = 0x7f040199;
- public static int progressBarPadding = 0x7f04019b;
- public static int progressBarStyle = 0x7f04019c;
- public static int queryBackground = 0x7f0401a3;
- public static int queryHint = 0x7f0401a4;
- public static int radioButtonStyle = 0x7f0401a5;
- public static int ratingBarStyle = 0x7f0401a6;
- public static int ratingBarStyleIndicator = 0x7f0401a7;
- public static int ratingBarStyleSmall = 0x7f0401a8;
- public static int searchHintIcon = 0x7f0401e7;
- public static int searchIcon = 0x7f0401e8;
- public static int searchViewStyle = 0x7f0401e9;
- public static int seekBarStyle = 0x7f0401ea;
- public static int selectableItemBackground = 0x7f0401eb;
- public static int selectableItemBackgroundBorderless = 0x7f0401ec;
- public static int showAsAction = 0x7f0401ed;
- public static int showDividers = 0x7f0401ee;
- public static int showText = 0x7f0401ef;
- public static int showTitle = 0x7f0401f0;
- public static int singleChoiceItemLayout = 0x7f0401f1;
- public static int spinBars = 0x7f040208;
- public static int spinnerDropDownItemStyle = 0x7f040209;
- public static int spinnerStyle = 0x7f04020a;
- public static int splitTrack = 0x7f04020b;
- public static int srcCompat = 0x7f040221;
- public static int state_above_anchor = 0x7f040223;
- public static int subMenuArrow = 0x7f040228;
- public static int submitBackground = 0x7f040229;
- public static int subtitle = 0x7f04022a;
- public static int subtitleTextAppearance = 0x7f04022b;
- public static int subtitleTextColor = 0x7f04022c;
- public static int subtitleTextStyle = 0x7f04022d;
- public static int suggestionRowLayout = 0x7f04022e;
- public static int switchMinWidth = 0x7f040237;
- public static int switchPadding = 0x7f040238;
- public static int switchStyle = 0x7f040239;
- public static int switchTextAppearance = 0x7f04023a;
- public static int textAllCaps = 0x7f04024b;
- public static int textAppearanceLargePopupMenu = 0x7f04024c;
- public static int textAppearanceListItem = 0x7f04024d;
- public static int textAppearanceListItemSecondary = 0x7f04024e;
- public static int textAppearanceListItemSmall = 0x7f04024f;
- public static int textAppearancePopupMenuHeader = 0x7f040250;
- public static int textAppearanceSearchResultSubtitle = 0x7f040251;
- public static int textAppearanceSearchResultTitle = 0x7f040252;
- public static int textAppearanceSmallPopupMenu = 0x7f040253;
- public static int textColorAlertDialogListItem = 0x7f040254;
- public static int textColorSearchUrl = 0x7f040256;
- public static int theme = 0x7f040257;
- public static int thickness = 0x7f040258;
- public static int thumbTextPadding = 0x7f040259;
- public static int thumbTint = 0x7f04025a;
- public static int thumbTintMode = 0x7f04025b;
- public static int tickMark = 0x7f04025c;
- public static int tickMarkTint = 0x7f04025d;
- public static int tickMarkTintMode = 0x7f04025e;
- public static int tint = 0x7f04025f;
- public static int tintMode = 0x7f040260;
- public static int title = 0x7f040261;
- public static int titleMargin = 0x7f040263;
- public static int titleMarginBottom = 0x7f040264;
- public static int titleMarginEnd = 0x7f040265;
- public static int titleMarginStart = 0x7f040266;
- public static int titleMarginTop = 0x7f040267;
- public static int titleMargins = 0x7f040268;
- public static int titleTextAppearance = 0x7f040269;
- public static int titleTextColor = 0x7f04026a;
- public static int titleTextStyle = 0x7f04026b;
- public static int toolbarNavigationButtonStyle = 0x7f04026d;
- public static int toolbarStyle = 0x7f04026e;
- public static int tooltipForegroundColor = 0x7f04026f;
- public static int tooltipFrameBackground = 0x7f040270;
- public static int tooltipText = 0x7f040271;
- public static int track = 0x7f040290;
- public static int trackTint = 0x7f040291;
- public static int trackTintMode = 0x7f040292;
- public static int voiceIcon = 0x7f040296;
- public static int windowActionBar = 0x7f040297;
- public static int windowActionBarOverlay = 0x7f040298;
- public static int windowActionModeOverlay = 0x7f040299;
- public static int windowFixedHeightMajor = 0x7f04029a;
- public static int windowFixedHeightMinor = 0x7f04029b;
- public static int windowFixedWidthMajor = 0x7f04029c;
- public static int windowFixedWidthMinor = 0x7f04029d;
- public static int windowMinWidthMajor = 0x7f04029e;
- public static int windowMinWidthMinor = 0x7f04029f;
- public static int windowNoTitle = 0x7f0402a0;
- }
- public static final class bool {
- public static int abc_action_bar_embed_tabs = 0x7f050001;
- public static int abc_allow_stacked_button_bar = 0x7f050004;
- public static int abc_config_actionMenuItemAllCaps = 0x7f050005;
- public static int abc_config_closeDialogWhenTouchOutside = 0x7f050007;
- public static int abc_config_showMenuShortcutsWhenKeyboardPresent = 0x7f050008;
- }
- public static final class color {
- public static int abc_background_cache_hint_selector_material_dark = 0x7f060003;
- public static int abc_background_cache_hint_selector_material_light = 0x7f060004;
- public static int abc_btn_colored_borderless_text_material = 0x7f060005;
- public static int abc_btn_colored_text_material = 0x7f060006;
- public static int abc_color_highlight_material = 0x7f060007;
- public static int abc_hint_foreground_material_dark = 0x7f060008;
- public static int abc_hint_foreground_material_light = 0x7f060009;
- public static int abc_input_method_navigation_guard = 0x7f06000a;
- public static int abc_primary_text_disable_only_material_dark = 0x7f06000b;
- public static int abc_primary_text_disable_only_material_light = 0x7f06000c;
- public static int abc_primary_text_material_dark = 0x7f06000d;
- public static int abc_primary_text_material_light = 0x7f06000e;
- public static int abc_search_url_text = 0x7f06000f;
- public static int abc_search_url_text_normal = 0x7f060010;
- public static int abc_search_url_text_pressed = 0x7f060011;
- public static int abc_search_url_text_selected = 0x7f060012;
- public static int abc_secondary_text_material_dark = 0x7f060013;
- public static int abc_secondary_text_material_light = 0x7f060014;
- public static int abc_tint_btn_checkable = 0x7f060015;
- public static int abc_tint_default = 0x7f060016;
- public static int abc_tint_edittext = 0x7f060017;
- public static int abc_tint_seek_thumb = 0x7f060018;
- public static int abc_tint_spinner = 0x7f060019;
- public static int abc_tint_switch_track = 0x7f06001a;
- public static int accent_material_dark = 0x7f06001b;
- public static int accent_material_light = 0x7f06001c;
- public static int background_floating_material_dark = 0x7f060020;
- public static int background_floating_material_light = 0x7f060021;
- public static int background_material_dark = 0x7f060022;
- public static int background_material_light = 0x7f060023;
- public static int bright_foreground_disabled_material_dark = 0x7f060026;
- public static int bright_foreground_disabled_material_light = 0x7f060027;
- public static int bright_foreground_inverse_material_dark = 0x7f060028;
- public static int bright_foreground_inverse_material_light = 0x7f060029;
- public static int bright_foreground_material_dark = 0x7f06002a;
- public static int bright_foreground_material_light = 0x7f06002b;
- public static int button_material_dark = 0x7f06002c;
- public static int button_material_light = 0x7f06002d;
- public static int dim_foreground_disabled_material_dark = 0x7f06003e;
- public static int dim_foreground_disabled_material_light = 0x7f06003f;
- public static int dim_foreground_material_dark = 0x7f060040;
- public static int dim_foreground_material_light = 0x7f060041;
- public static int error_color_material = 0x7f060042;
- public static int foreground_material_dark = 0x7f060043;
- public static int foreground_material_light = 0x7f060044;
- public static int highlighted_text_material_dark = 0x7f060046;
- public static int highlighted_text_material_light = 0x7f060047;
- public static int material_blue_grey_800 = 0x7f060050;
- public static int material_blue_grey_900 = 0x7f060051;
- public static int material_blue_grey_950 = 0x7f060052;
- public static int material_deep_teal_200 = 0x7f060053;
- public static int material_deep_teal_500 = 0x7f060054;
- public static int material_grey_100 = 0x7f060055;
- public static int material_grey_300 = 0x7f060056;
- public static int material_grey_50 = 0x7f060057;
- public static int material_grey_600 = 0x7f060058;
- public static int material_grey_800 = 0x7f060059;
- public static int material_grey_850 = 0x7f06005a;
- public static int material_grey_900 = 0x7f06005b;
- public static int notification_action_color_filter = 0x7f06005c;
- public static int notification_icon_bg_color = 0x7f06005d;
- public static int notification_material_background_media_default_color = 0x7f06005e;
- public static int primary_dark_material_dark = 0x7f060061;
- public static int primary_dark_material_light = 0x7f060062;
- public static int primary_material_dark = 0x7f060063;
- public static int primary_material_light = 0x7f060064;
- public static int primary_text_default_material_dark = 0x7f060066;
- public static int primary_text_default_material_light = 0x7f060067;
- public static int primary_text_disabled_material_dark = 0x7f060068;
- public static int primary_text_disabled_material_light = 0x7f060069;
- public static int ripple_material_dark = 0x7f06006c;
- public static int ripple_material_light = 0x7f06006d;
- public static int secondary_text_default_material_dark = 0x7f06006e;
- public static int secondary_text_default_material_light = 0x7f06006f;
- public static int secondary_text_disabled_material_dark = 0x7f060070;
- public static int secondary_text_disabled_material_light = 0x7f060071;
- public static int switch_thumb_disabled_material_dark = 0x7f060072;
- public static int switch_thumb_disabled_material_light = 0x7f060073;
- public static int switch_thumb_material_dark = 0x7f060074;
- public static int switch_thumb_material_light = 0x7f060075;
- public static int switch_thumb_normal_material_dark = 0x7f060076;
- public static int switch_thumb_normal_material_light = 0x7f060077;
- public static int tooltip_background_dark = 0x7f060079;
- public static int tooltip_background_light = 0x7f06007a;
- }
- public static final class dimen {
- public static int abc_action_bar_content_inset_material = 0x7f080001;
- public static int abc_action_bar_content_inset_with_nav = 0x7f080002;
- public static int abc_action_bar_default_height_material = 0x7f080003;
- public static int abc_action_bar_default_padding_end_material = 0x7f080004;
- public static int abc_action_bar_default_padding_start_material = 0x7f080005;
- public static int abc_action_bar_elevation_material = 0x7f080006;
- public static int abc_action_bar_icon_vertical_padding_material = 0x7f080007;
- public static int abc_action_bar_overflow_padding_end_material = 0x7f080008;
- public static int abc_action_bar_overflow_padding_start_material = 0x7f080009;
- public static int abc_action_bar_progress_bar_size = 0x7f08000a;
- public static int abc_action_bar_stacked_max_height = 0x7f08000b;
- public static int abc_action_bar_stacked_tab_max_width = 0x7f08000c;
- public static int abc_action_bar_subtitle_bottom_margin_material = 0x7f08000d;
- public static int abc_action_bar_subtitle_top_margin_material = 0x7f08000e;
- public static int abc_action_button_min_height_material = 0x7f08000f;
- public static int abc_action_button_min_width_material = 0x7f080010;
- public static int abc_action_button_min_width_overflow_material = 0x7f080011;
- public static int abc_alert_dialog_button_bar_height = 0x7f080012;
- public static int abc_button_inset_horizontal_material = 0x7f080013;
- public static int abc_button_inset_vertical_material = 0x7f080014;
- public static int abc_button_padding_horizontal_material = 0x7f080015;
- public static int abc_button_padding_vertical_material = 0x7f080016;
- public static int abc_cascading_menus_min_smallest_width = 0x7f080017;
- public static int abc_config_prefDialogWidth = 0x7f080018;
- public static int abc_control_corner_material = 0x7f080019;
- public static int abc_control_inset_material = 0x7f08001a;
- public static int abc_control_padding_material = 0x7f08001b;
- public static int abc_dialog_fixed_height_major = 0x7f08001c;
- public static int abc_dialog_fixed_height_minor = 0x7f08001d;
- public static int abc_dialog_fixed_width_major = 0x7f08001e;
- public static int abc_dialog_fixed_width_minor = 0x7f08001f;
- public static int abc_dialog_list_padding_bottom_no_buttons = 0x7f080020;
- public static int abc_dialog_list_padding_top_no_title = 0x7f080021;
- public static int abc_dialog_min_width_major = 0x7f080023;
- public static int abc_dialog_min_width_minor = 0x7f080024;
- public static int abc_dialog_padding_material = 0x7f080025;
- public static int abc_dialog_padding_top_material = 0x7f080026;
- public static int abc_dialog_title_divider_material = 0x7f080027;
- public static int abc_disabled_alpha_material_dark = 0x7f080028;
- public static int abc_disabled_alpha_material_light = 0x7f080029;
- public static int abc_dropdownitem_icon_width = 0x7f08002a;
- public static int abc_dropdownitem_text_padding_left = 0x7f08002b;
- public static int abc_dropdownitem_text_padding_right = 0x7f08002c;
- public static int abc_edit_text_inset_bottom_material = 0x7f08002d;
- public static int abc_edit_text_inset_horizontal_material = 0x7f08002e;
- public static int abc_edit_text_inset_top_material = 0x7f08002f;
- public static int abc_floating_window_z = 0x7f080030;
- public static int abc_list_item_padding_horizontal_material = 0x7f080031;
- public static int abc_panel_menu_list_width = 0x7f080032;
- public static int abc_progress_bar_height_material = 0x7f080033;
- public static int abc_search_view_preferred_height = 0x7f080034;
- public static int abc_search_view_preferred_width = 0x7f080035;
- public static int abc_seekbar_track_background_height_material = 0x7f080037;
- public static int abc_seekbar_track_progress_height_material = 0x7f080038;
- public static int abc_select_dialog_padding_start_material = 0x7f080039;
- public static int abc_switch_padding = 0x7f08003a;
- public static int abc_text_size_body_1_material = 0x7f08003b;
- public static int abc_text_size_body_2_material = 0x7f08003c;
- public static int abc_text_size_button_material = 0x7f08003d;
- public static int abc_text_size_caption_material = 0x7f08003e;
- public static int abc_text_size_display_1_material = 0x7f08003f;
- public static int abc_text_size_display_2_material = 0x7f080040;
- public static int abc_text_size_display_3_material = 0x7f080041;
- public static int abc_text_size_display_4_material = 0x7f080042;
- public static int abc_text_size_headline_material = 0x7f080043;
- public static int abc_text_size_large_material = 0x7f080044;
- public static int abc_text_size_medium_material = 0x7f080045;
- public static int abc_text_size_menu_header_material = 0x7f080046;
- public static int abc_text_size_menu_material = 0x7f080047;
- public static int abc_text_size_small_material = 0x7f080048;
- public static int abc_text_size_subhead_material = 0x7f080049;
- public static int abc_text_size_subtitle_material_toolbar = 0x7f08004a;
- public static int abc_text_size_title_material = 0x7f08004b;
- public static int abc_text_size_title_material_toolbar = 0x7f08004c;
- public static int compat_button_inset_horizontal_material = 0x7f080052;
- public static int compat_button_inset_vertical_material = 0x7f080053;
- public static int compat_button_padding_horizontal_material = 0x7f080054;
- public static int compat_button_padding_vertical_material = 0x7f080055;
- public static int compat_control_corner_material = 0x7f080056;
- public static int disabled_alpha_material_dark = 0x7f08007d;
- public static int disabled_alpha_material_light = 0x7f08007e;
- public static int highlight_alpha_material_colored = 0x7f080082;
- public static int highlight_alpha_material_dark = 0x7f080083;
- public static int highlight_alpha_material_light = 0x7f080084;
- public static int hint_alpha_material_dark = 0x7f080085;
- public static int hint_alpha_material_light = 0x7f080086;
- public static int hint_pressed_alpha_material_dark = 0x7f080087;
- public static int hint_pressed_alpha_material_light = 0x7f080088;
- public static int notification_action_icon_size = 0x7f08008c;
- public static int notification_action_text_size = 0x7f08008d;
- public static int notification_big_circle_margin = 0x7f08008e;
- public static int notification_content_margin_start = 0x7f08008f;
- public static int notification_large_icon_height = 0x7f080090;
- public static int notification_large_icon_width = 0x7f080091;
- public static int notification_main_column_padding_top = 0x7f080092;
- public static int notification_media_narrow_margin = 0x7f080093;
- public static int notification_right_icon_size = 0x7f080094;
- public static int notification_right_side_padding_top = 0x7f080095;
- public static int notification_small_icon_background_padding = 0x7f080096;
- public static int notification_small_icon_size_as_large = 0x7f080097;
- public static int notification_subtext_size = 0x7f080098;
- public static int notification_top_pad = 0x7f080099;
- public static int notification_top_pad_large_text = 0x7f08009a;
- public static int tooltip_corner_radius = 0x7f08009b;
- public static int tooltip_horizontal_padding = 0x7f08009c;
- public static int tooltip_margin = 0x7f08009d;
- public static int tooltip_precise_anchor_extra_offset = 0x7f08009e;
- public static int tooltip_precise_anchor_threshold = 0x7f08009f;
- public static int tooltip_vertical_padding = 0x7f0800a0;
- public static int tooltip_y_offset_non_touch = 0x7f0800a1;
- public static int tooltip_y_offset_touch = 0x7f0800a2;
- }
- public static final class drawable {
- public static int abc_ab_share_pack_mtrl_alpha = 0x7f090001;
- public static int abc_action_bar_item_background_material = 0x7f090002;
- public static int abc_btn_borderless_material = 0x7f090003;
- public static int abc_btn_check_material = 0x7f090004;
- public static int abc_btn_check_to_on_mtrl_000 = 0x7f090005;
- public static int abc_btn_check_to_on_mtrl_015 = 0x7f090006;
- public static int abc_btn_colored_material = 0x7f090007;
- public static int abc_btn_default_mtrl_shape = 0x7f090008;
- public static int abc_btn_radio_material = 0x7f090009;
- public static int abc_btn_radio_to_on_mtrl_000 = 0x7f09000a;
- public static int abc_btn_radio_to_on_mtrl_015 = 0x7f09000b;
- public static int abc_btn_switch_to_on_mtrl_00001 = 0x7f09000e;
- public static int abc_btn_switch_to_on_mtrl_00012 = 0x7f09000f;
- public static int abc_cab_background_internal_bg = 0x7f090010;
- public static int abc_cab_background_top_material = 0x7f090011;
- public static int abc_cab_background_top_mtrl_alpha = 0x7f090012;
- public static int abc_control_background_material = 0x7f090013;
- public static int abc_dialog_material_background = 0x7f090014;
- public static int abc_edit_text_material = 0x7f090017;
- public static int abc_ic_ab_back_material = 0x7f090018;
- public static int abc_ic_arrow_drop_right_black_24dp = 0x7f09001a;
- public static int abc_ic_clear_material = 0x7f09001b;
- public static int abc_ic_commit_search_api_mtrl_alpha = 0x7f09001d;
- public static int abc_ic_go_search_api_material = 0x7f09001e;
- public static int abc_ic_menu_copy_mtrl_am_alpha = 0x7f090020;
- public static int abc_ic_menu_cut_mtrl_alpha = 0x7f090021;
- public static int abc_ic_menu_overflow_material = 0x7f090023;
- public static int abc_ic_menu_paste_mtrl_am_alpha = 0x7f090024;
- public static int abc_ic_menu_selectall_mtrl_alpha = 0x7f090025;
- public static int abc_ic_menu_share_mtrl_alpha = 0x7f090026;
- public static int abc_ic_search_api_material = 0x7f090027;
- public static int abc_ic_star_black_16dp = 0x7f090029;
- public static int abc_ic_star_black_36dp = 0x7f09002a;
- public static int abc_ic_star_black_48dp = 0x7f09002b;
- public static int abc_ic_star_half_black_16dp = 0x7f09002c;
- public static int abc_ic_star_half_black_36dp = 0x7f09002d;
- public static int abc_ic_star_half_black_48dp = 0x7f09002e;
- public static int abc_ic_voice_search_api_material = 0x7f09002f;
- public static int abc_item_background_holo_dark = 0x7f090031;
- public static int abc_item_background_holo_light = 0x7f090032;
- public static int abc_list_divider_mtrl_alpha = 0x7f090033;
- public static int abc_list_focused_holo = 0x7f090034;
- public static int abc_list_longpressed_holo = 0x7f090035;
- public static int abc_list_pressed_holo_dark = 0x7f090036;
- public static int abc_list_pressed_holo_light = 0x7f090037;
- public static int abc_list_selector_background_transition_holo_dark = 0x7f090038;
- public static int abc_list_selector_background_transition_holo_light = 0x7f090039;
- public static int abc_list_selector_disabled_holo_dark = 0x7f09003a;
- public static int abc_list_selector_disabled_holo_light = 0x7f09003b;
- public static int abc_list_selector_holo_dark = 0x7f09003c;
- public static int abc_list_selector_holo_light = 0x7f09003d;
- public static int abc_menu_hardkey_panel_mtrl_mult = 0x7f09003e;
- public static int abc_popup_background_mtrl_mult = 0x7f09003f;
- public static int abc_ratingbar_indicator_material = 0x7f090041;
- public static int abc_ratingbar_material = 0x7f090042;
- public static int abc_ratingbar_small_material = 0x7f090043;
- public static int abc_scrubber_control_off_mtrl_alpha = 0x7f090044;
- public static int abc_scrubber_control_to_pressed_mtrl_000 = 0x7f090045;
- public static int abc_scrubber_control_to_pressed_mtrl_005 = 0x7f090046;
- public static int abc_scrubber_primary_mtrl_alpha = 0x7f090047;
- public static int abc_scrubber_track_mtrl_alpha = 0x7f090048;
- public static int abc_seekbar_thumb_material = 0x7f090049;
- public static int abc_seekbar_tick_mark_material = 0x7f09004a;
- public static int abc_seekbar_track_material = 0x7f09004b;
- public static int abc_spinner_mtrl_am_alpha = 0x7f09004c;
- public static int abc_spinner_textfield_background_material = 0x7f09004d;
- public static int abc_switch_thumb_material = 0x7f09004e;
- public static int abc_switch_track_mtrl_alpha = 0x7f09004f;
- public static int abc_tab_indicator_material = 0x7f090050;
- public static int abc_tab_indicator_mtrl_alpha = 0x7f090051;
- public static int abc_text_cursor_material = 0x7f090052;
- public static int abc_text_select_handle_left_mtrl_dark = 0x7f090053;
- public static int abc_text_select_handle_left_mtrl_light = 0x7f090054;
- public static int abc_text_select_handle_middle_mtrl_dark = 0x7f090055;
- public static int abc_text_select_handle_middle_mtrl_light = 0x7f090056;
- public static int abc_text_select_handle_right_mtrl_dark = 0x7f090057;
- public static int abc_text_select_handle_right_mtrl_light = 0x7f090058;
- public static int abc_textfield_activated_mtrl_alpha = 0x7f090059;
- public static int abc_textfield_default_mtrl_alpha = 0x7f09005a;
- public static int abc_textfield_search_activated_mtrl_alpha = 0x7f09005b;
- public static int abc_textfield_search_default_mtrl_alpha = 0x7f09005c;
- public static int abc_textfield_search_material = 0x7f09005d;
- public static int abc_vector_test = 0x7f09005e;
- public static int notification_action_background = 0x7f090068;
- public static int notification_bg = 0x7f090069;
- public static int notification_bg_low = 0x7f09006a;
- public static int notification_bg_low_normal = 0x7f09006b;
- public static int notification_bg_low_pressed = 0x7f09006c;
- public static int notification_bg_normal = 0x7f09006d;
- public static int notification_bg_normal_pressed = 0x7f09006e;
- public static int notification_icon_background = 0x7f09006f;
- public static int notification_template_icon_bg = 0x7f090070;
- public static int notification_template_icon_low_bg = 0x7f090071;
- public static int notification_tile_bg = 0x7f090072;
- public static int notify_panel_notification_icon_bg = 0x7f090073;
- public static int tooltip_frame_dark = 0x7f090074;
- public static int tooltip_frame_light = 0x7f090075;
- }
- public static final class id {
- public static int action0 = 0x7f0c0001;
- public static int action_bar = 0x7f0c0002;
- public static int action_bar_activity_content = 0x7f0c0003;
- public static int action_bar_container = 0x7f0c0004;
- public static int action_bar_root = 0x7f0c0005;
- public static int action_bar_spinner = 0x7f0c0006;
- public static int action_bar_subtitle = 0x7f0c0007;
- public static int action_bar_title = 0x7f0c0008;
- public static int action_container = 0x7f0c0009;
- public static int action_context_bar = 0x7f0c000a;
- public static int action_divider = 0x7f0c000b;
- public static int action_image = 0x7f0c000c;
- public static int action_menu_divider = 0x7f0c000d;
- public static int action_menu_presenter = 0x7f0c000e;
- public static int action_mode_bar = 0x7f0c000f;
- public static int action_mode_bar_stub = 0x7f0c0010;
- public static int action_mode_close_button = 0x7f0c0011;
- public static int action_text = 0x7f0c0012;
- public static int actions = 0x7f0c0013;
- public static int activity_chooser_view_content = 0x7f0c0014;
- public static int add = 0x7f0c0015;
- public static int alertTitle = 0x7f0c001b;
- public static int async = 0x7f0c001d;
- public static int blocking = 0x7f0c0021;
- public static int buttonPanel = 0x7f0c0027;
- public static int cancel_action = 0x7f0c0028;
- public static int checkbox = 0x7f0c002b;
- public static int chronometer = 0x7f0c002c;
- public static int contentPanel = 0x7f0c002f;
- public static int custom = 0x7f0c0031;
- public static int customPanel = 0x7f0c0032;
- public static int decor_content_parent = 0x7f0c0033;
- public static int default_activity_button = 0x7f0c0034;
- public static int edit_query = 0x7f0c003c;
- public static int end_padder = 0x7f0c003f;
- public static int expand_activities_button = 0x7f0c0040;
- public static int expanded_menu = 0x7f0c0041;
- public static int forever = 0x7f0c0044;
- public static int home = 0x7f0c0048;
- public static int icon = 0x7f0c004b;
- public static int icon_group = 0x7f0c004c;
- public static int image = 0x7f0c004e;
- public static int info = 0x7f0c0050;
- public static int italic = 0x7f0c0051;
- public static int line1 = 0x7f0c0055;
- public static int line3 = 0x7f0c0056;
- public static int listMode = 0x7f0c0057;
- public static int list_item = 0x7f0c0059;
- public static int media_actions = 0x7f0c0060;
- public static int message = 0x7f0c0061;
- public static int multiply = 0x7f0c0067;
- public static int none = 0x7f0c006a;
- public static int normal = 0x7f0c006b;
- public static int notification_background = 0x7f0c006c;
- public static int notification_main_column = 0x7f0c006d;
- public static int notification_main_column_container = 0x7f0c006e;
- public static int parentPanel = 0x7f0c0071;
- public static int progress_circular = 0x7f0c0074;
- public static int progress_horizontal = 0x7f0c0075;
- public static int radio = 0x7f0c0077;
- public static int right_icon = 0x7f0c007a;
- public static int right_side = 0x7f0c007b;
- public static int screen = 0x7f0c0081;
- public static int scrollIndicatorDown = 0x7f0c0083;
- public static int scrollIndicatorUp = 0x7f0c0084;
- public static int scrollView = 0x7f0c0085;
- public static int search_badge = 0x7f0c0088;
- public static int search_bar = 0x7f0c0089;
- public static int search_button = 0x7f0c008a;
- public static int search_close_btn = 0x7f0c008b;
- public static int search_edit_frame = 0x7f0c008c;
- public static int search_go_btn = 0x7f0c008d;
- public static int search_mag_icon = 0x7f0c008e;
- public static int search_plate = 0x7f0c008f;
- public static int search_src_text = 0x7f0c0090;
- public static int search_voice_btn = 0x7f0c0091;
- public static int select_dialog_listview = 0x7f0c0092;
- public static int shortcut = 0x7f0c0093;
- public static int spacer = 0x7f0c009c;
- public static int split_action_bar = 0x7f0c009d;
- public static int src_atop = 0x7f0c009f;
- public static int src_in = 0x7f0c00a0;
- public static int src_over = 0x7f0c00a1;
- public static int status_bar_latest_event_content = 0x7f0c00a3;
- public static int submenuarrow = 0x7f0c00a4;
- public static int submit_area = 0x7f0c00a5;
- public static int tabMode = 0x7f0c00a6;
- public static int text = 0x7f0c00a7;
- public static int text2 = 0x7f0c00a8;
- public static int textSpacerNoButtons = 0x7f0c00a9;
- public static int textSpacerNoTitle = 0x7f0c00aa;
- public static int time = 0x7f0c00ae;
- public static int title = 0x7f0c00af;
- public static int titleDividerNoCustom = 0x7f0c00b0;
- public static int title_template = 0x7f0c00b1;
- public static int topPanel = 0x7f0c00b3;
- public static int uniform = 0x7f0c00bb;
- public static int up = 0x7f0c00bd;
- public static int wrap_content = 0x7f0c00c3;
- }
- public static final class integer {
- public static int abc_config_activityDefaultDur = 0x7f0d0001;
- public static int abc_config_activityShortDur = 0x7f0d0002;
- public static int cancel_button_image_alpha = 0x7f0d0006;
- public static int config_tooltipAnimTime = 0x7f0d0007;
- public static int status_bar_notification_info_maxnum = 0x7f0d000b;
- }
- public static final class layout {
- public static int abc_action_bar_title_item = 0x7f0f0001;
- public static int abc_action_bar_up_container = 0x7f0f0002;
- public static int abc_action_bar_view_list_nav_layout = 0x7f0f0003;
- public static int abc_action_menu_item_layout = 0x7f0f0004;
- public static int abc_action_menu_layout = 0x7f0f0005;
- public static int abc_action_mode_bar = 0x7f0f0006;
- public static int abc_action_mode_close_item_material = 0x7f0f0007;
- public static int abc_activity_chooser_view = 0x7f0f0008;
- public static int abc_activity_chooser_view_list_item = 0x7f0f0009;
- public static int abc_alert_dialog_button_bar_material = 0x7f0f000a;
- public static int abc_alert_dialog_material = 0x7f0f000b;
- public static int abc_alert_dialog_title_material = 0x7f0f000c;
- public static int abc_dialog_title_material = 0x7f0f000d;
- public static int abc_expanded_menu_layout = 0x7f0f000e;
- public static int abc_list_menu_item_checkbox = 0x7f0f000f;
- public static int abc_list_menu_item_icon = 0x7f0f0010;
- public static int abc_list_menu_item_layout = 0x7f0f0011;
- public static int abc_list_menu_item_radio = 0x7f0f0012;
- public static int abc_popup_menu_header_item_layout = 0x7f0f0013;
- public static int abc_popup_menu_item_layout = 0x7f0f0014;
- public static int abc_screen_content_include = 0x7f0f0015;
- public static int abc_screen_simple = 0x7f0f0016;
- public static int abc_screen_simple_overlay_action_mode = 0x7f0f0017;
- public static int abc_screen_toolbar = 0x7f0f0018;
- public static int abc_search_dropdown_item_icons_2line = 0x7f0f0019;
- public static int abc_search_view = 0x7f0f001a;
- public static int abc_select_dialog_material = 0x7f0f001b;
- public static int notification_action = 0x7f0f002e;
- public static int notification_action_tombstone = 0x7f0f002f;
- public static int notification_media_action = 0x7f0f0030;
- public static int notification_media_cancel_action = 0x7f0f0031;
- public static int notification_template_big_media = 0x7f0f0032;
- public static int notification_template_big_media_custom = 0x7f0f0033;
- public static int notification_template_big_media_narrow = 0x7f0f0034;
- public static int notification_template_big_media_narrow_custom = 0x7f0f0035;
- public static int notification_template_custom_big = 0x7f0f0036;
- public static int notification_template_icon_group = 0x7f0f0037;
- public static int notification_template_lines_media = 0x7f0f0039;
- public static int notification_template_media = 0x7f0f003a;
- public static int notification_template_media_custom = 0x7f0f003b;
- public static int notification_template_part_chronometer = 0x7f0f003c;
- public static int notification_template_part_time = 0x7f0f003d;
- public static int select_dialog_item_material = 0x7f0f003e;
- public static int select_dialog_multichoice_material = 0x7f0f003f;
- public static int select_dialog_singlechoice_material = 0x7f0f0040;
- public static int support_simple_spinner_dropdown_item = 0x7f0f0041;
- public static int tooltip = 0x7f0f0043;
- }
- public static final class string {
- public static int abc_action_bar_home_description = 0x7f150001;
- public static int abc_action_bar_home_description_format = 0x7f150002;
- public static int abc_action_bar_home_subtitle_description_format = 0x7f150003;
- public static int abc_action_bar_up_description = 0x7f150004;
- public static int abc_action_menu_overflow_description = 0x7f150005;
- public static int abc_action_mode_done = 0x7f150006;
- public static int abc_activity_chooser_view_see_all = 0x7f150007;
- public static int abc_activitychooserview_choose_application = 0x7f150008;
- public static int abc_capital_off = 0x7f150009;
- public static int abc_capital_on = 0x7f15000a;
- public static int abc_font_family_body_1_material = 0x7f15000b;
- public static int abc_font_family_body_2_material = 0x7f15000c;
- public static int abc_font_family_button_material = 0x7f15000d;
- public static int abc_font_family_caption_material = 0x7f15000e;
- public static int abc_font_family_display_1_material = 0x7f15000f;
- public static int abc_font_family_display_2_material = 0x7f150010;
- public static int abc_font_family_display_3_material = 0x7f150011;
- public static int abc_font_family_display_4_material = 0x7f150012;
- public static int abc_font_family_headline_material = 0x7f150013;
- public static int abc_font_family_menu_material = 0x7f150014;
- public static int abc_font_family_subhead_material = 0x7f150015;
- public static int abc_font_family_title_material = 0x7f150016;
- public static int abc_search_hint = 0x7f150017;
- public static int abc_searchview_description_clear = 0x7f150018;
- public static int abc_searchview_description_query = 0x7f150019;
- public static int abc_searchview_description_search = 0x7f15001a;
- public static int abc_searchview_description_submit = 0x7f15001b;
- public static int abc_searchview_description_voice = 0x7f15001c;
- public static int abc_shareactionprovider_share_with = 0x7f15001d;
- public static int abc_shareactionprovider_share_with_application = 0x7f15001e;
- public static int abc_toolbar_collapse_description = 0x7f15001f;
- public static int search_menu_title = 0x7f150028;
- public static int status_bar_notification_info_overflow = 0x7f150029;
- }
- public static final class style {
- public static int AlertDialog_AppCompat = 0x7f160001;
- public static int AlertDialog_AppCompat_Light = 0x7f160002;
- public static int Animation_AppCompat_Dialog = 0x7f160003;
- public static int Animation_AppCompat_DropDownUp = 0x7f160004;
- public static int Animation_AppCompat_Tooltip = 0x7f160005;
- public static int Base_AlertDialog_AppCompat = 0x7f160007;
- public static int Base_AlertDialog_AppCompat_Light = 0x7f160008;
- public static int Base_Animation_AppCompat_Dialog = 0x7f160009;
- public static int Base_Animation_AppCompat_DropDownUp = 0x7f16000a;
- public static int Base_Animation_AppCompat_Tooltip = 0x7f16000b;
- public static int Base_DialogWindowTitleBackground_AppCompat = 0x7f16000c;
- public static int Base_DialogWindowTitle_AppCompat = 0x7f16000d;
- public static int Base_TextAppearance_AppCompat = 0x7f16000e;
- public static int Base_TextAppearance_AppCompat_Body1 = 0x7f16000f;
- public static int Base_TextAppearance_AppCompat_Body2 = 0x7f160010;
- public static int Base_TextAppearance_AppCompat_Button = 0x7f160011;
- public static int Base_TextAppearance_AppCompat_Caption = 0x7f160012;
- public static int Base_TextAppearance_AppCompat_Display1 = 0x7f160013;
- public static int Base_TextAppearance_AppCompat_Display2 = 0x7f160014;
- public static int Base_TextAppearance_AppCompat_Display3 = 0x7f160015;
- public static int Base_TextAppearance_AppCompat_Display4 = 0x7f160016;
- public static int Base_TextAppearance_AppCompat_Headline = 0x7f160017;
- public static int Base_TextAppearance_AppCompat_Inverse = 0x7f160018;
- public static int Base_TextAppearance_AppCompat_Large = 0x7f160019;
- public static int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f16001a;
- public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f16001b;
- public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f16001c;
- public static int Base_TextAppearance_AppCompat_Medium = 0x7f16001d;
- public static int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f16001e;
- public static int Base_TextAppearance_AppCompat_Menu = 0x7f16001f;
- public static int Base_TextAppearance_AppCompat_SearchResult = 0x7f160020;
- public static int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f160021;
- public static int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f160022;
- public static int Base_TextAppearance_AppCompat_Small = 0x7f160023;
- public static int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f160024;
- public static int Base_TextAppearance_AppCompat_Subhead = 0x7f160025;
- public static int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f160026;
- public static int Base_TextAppearance_AppCompat_Title = 0x7f160027;
- public static int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f160028;
- public static int Base_TextAppearance_AppCompat_Tooltip = 0x7f160029;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f16002a;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f16002b;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f16002c;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f16002d;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f16002e;
- public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f16002f;
- public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f160030;
- public static int Base_TextAppearance_AppCompat_Widget_Button = 0x7f160031;
- public static int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f160032;
- public static int Base_TextAppearance_AppCompat_Widget_Button_Colored = 0x7f160033;
- public static int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f160034;
- public static int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f160035;
- public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f160036;
- public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f160037;
- public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f160038;
- public static int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f160039;
- public static int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f16003a;
- public static int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f16003b;
- public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f16003c;
- public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f16003d;
- public static int Base_ThemeOverlay_AppCompat = 0x7f16003e;
- public static int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f16003f;
- public static int Base_ThemeOverlay_AppCompat_Dark = 0x7f160040;
- public static int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f160041;
- public static int Base_ThemeOverlay_AppCompat_Dialog = 0x7f160042;
- public static int Base_ThemeOverlay_AppCompat_Dialog_Alert = 0x7f160043;
- public static int Base_ThemeOverlay_AppCompat_Light = 0x7f160044;
- public static int Base_Theme_AppCompat = 0x7f160045;
- public static int Base_Theme_AppCompat_CompactMenu = 0x7f160046;
- public static int Base_Theme_AppCompat_Dialog = 0x7f160047;
- public static int Base_Theme_AppCompat_DialogWhenLarge = 0x7f160048;
- public static int Base_Theme_AppCompat_Dialog_Alert = 0x7f160049;
- public static int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f16004a;
- public static int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f16004b;
- public static int Base_Theme_AppCompat_Light = 0x7f16004c;
- public static int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f16004d;
- public static int Base_Theme_AppCompat_Light_Dialog = 0x7f16004e;
- public static int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f16004f;
- public static int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f160050;
- public static int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f160051;
- public static int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f160052;
- public static int Base_V11_ThemeOverlay_AppCompat_Dialog = 0x7f160053;
- public static int Base_V11_Theme_AppCompat_Dialog = 0x7f160054;
- public static int Base_V11_Theme_AppCompat_Light_Dialog = 0x7f160055;
- public static int Base_V12_Widget_AppCompat_AutoCompleteTextView = 0x7f160056;
- public static int Base_V12_Widget_AppCompat_EditText = 0x7f160057;
- public static int Base_V21_ThemeOverlay_AppCompat_Dialog = 0x7f160059;
- public static int Base_V21_Theme_AppCompat = 0x7f16005a;
- public static int Base_V21_Theme_AppCompat_Dialog = 0x7f16005b;
- public static int Base_V21_Theme_AppCompat_Light = 0x7f16005c;
- public static int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f16005d;
- public static int Base_V22_Theme_AppCompat = 0x7f16005f;
- public static int Base_V22_Theme_AppCompat_Light = 0x7f160060;
- public static int Base_V23_Theme_AppCompat = 0x7f160061;
- public static int Base_V23_Theme_AppCompat_Light = 0x7f160062;
- public static int Base_V26_Theme_AppCompat = 0x7f160063;
- public static int Base_V26_Theme_AppCompat_Light = 0x7f160064;
- public static int Base_V26_Widget_AppCompat_Toolbar = 0x7f160065;
- public static int Base_V7_ThemeOverlay_AppCompat_Dialog = 0x7f160067;
- public static int Base_V7_Theme_AppCompat = 0x7f160068;
- public static int Base_V7_Theme_AppCompat_Dialog = 0x7f160069;
- public static int Base_V7_Theme_AppCompat_Light = 0x7f16006a;
- public static int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f16006b;
- public static int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f16006c;
- public static int Base_V7_Widget_AppCompat_EditText = 0x7f16006d;
- public static int Base_V7_Widget_AppCompat_Toolbar = 0x7f16006e;
- public static int Base_Widget_AppCompat_ActionBar = 0x7f16006f;
- public static int Base_Widget_AppCompat_ActionBar_Solid = 0x7f160070;
- public static int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f160071;
- public static int Base_Widget_AppCompat_ActionBar_TabText = 0x7f160072;
- public static int Base_Widget_AppCompat_ActionBar_TabView = 0x7f160073;
- public static int Base_Widget_AppCompat_ActionButton = 0x7f160074;
- public static int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f160075;
- public static int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f160076;
- public static int Base_Widget_AppCompat_ActionMode = 0x7f160077;
- public static int Base_Widget_AppCompat_ActivityChooserView = 0x7f160078;
- public static int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f160079;
- public static int Base_Widget_AppCompat_Button = 0x7f16007a;
- public static int Base_Widget_AppCompat_ButtonBar = 0x7f16007b;
- public static int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f16007c;
- public static int Base_Widget_AppCompat_Button_Borderless = 0x7f16007d;
- public static int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f16007e;
- public static int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f16007f;
- public static int Base_Widget_AppCompat_Button_Colored = 0x7f160080;
- public static int Base_Widget_AppCompat_Button_Small = 0x7f160081;
- public static int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f160082;
- public static int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f160083;
- public static int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f160084;
- public static int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f160085;
- public static int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f160086;
- public static int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f160087;
- public static int Base_Widget_AppCompat_EditText = 0x7f160088;
- public static int Base_Widget_AppCompat_ImageButton = 0x7f160089;
- public static int Base_Widget_AppCompat_Light_ActionBar = 0x7f16008a;
- public static int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f16008b;
- public static int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f16008c;
- public static int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f16008d;
- public static int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f16008e;
- public static int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f16008f;
- public static int Base_Widget_AppCompat_Light_PopupMenu = 0x7f160090;
- public static int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f160091;
- public static int Base_Widget_AppCompat_ListMenuView = 0x7f160092;
- public static int Base_Widget_AppCompat_ListPopupWindow = 0x7f160093;
- public static int Base_Widget_AppCompat_ListView = 0x7f160094;
- public static int Base_Widget_AppCompat_ListView_DropDown = 0x7f160095;
- public static int Base_Widget_AppCompat_ListView_Menu = 0x7f160096;
- public static int Base_Widget_AppCompat_PopupMenu = 0x7f160097;
- public static int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f160098;
- public static int Base_Widget_AppCompat_PopupWindow = 0x7f160099;
- public static int Base_Widget_AppCompat_ProgressBar = 0x7f16009a;
- public static int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f16009b;
- public static int Base_Widget_AppCompat_RatingBar = 0x7f16009c;
- public static int Base_Widget_AppCompat_RatingBar_Indicator = 0x7f16009d;
- public static int Base_Widget_AppCompat_RatingBar_Small = 0x7f16009e;
- public static int Base_Widget_AppCompat_SearchView = 0x7f16009f;
- public static int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f1600a0;
- public static int Base_Widget_AppCompat_SeekBar = 0x7f1600a1;
- public static int Base_Widget_AppCompat_SeekBar_Discrete = 0x7f1600a2;
- public static int Base_Widget_AppCompat_Spinner = 0x7f1600a3;
- public static int Base_Widget_AppCompat_Spinner_Underlined = 0x7f1600a4;
- public static int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f1600a5;
- public static int Base_Widget_AppCompat_Toolbar = 0x7f1600a6;
- public static int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f1600a7;
- public static int Platform_AppCompat = 0x7f1600f4;
- public static int Platform_AppCompat_Light = 0x7f1600f5;
- public static int Platform_ThemeOverlay_AppCompat = 0x7f1600f6;
- public static int Platform_ThemeOverlay_AppCompat_Dark = 0x7f1600f7;
- public static int Platform_ThemeOverlay_AppCompat_Light = 0x7f1600f8;
- public static int Platform_V11_AppCompat = 0x7f1600f9;
- public static int Platform_V11_AppCompat_Light = 0x7f1600fa;
- public static int Platform_V14_AppCompat = 0x7f1600fb;
- public static int Platform_V14_AppCompat_Light = 0x7f1600fc;
- public static int Platform_V21_AppCompat = 0x7f1600fd;
- public static int Platform_V21_AppCompat_Light = 0x7f1600fe;
- public static int Platform_V25_AppCompat = 0x7f1600ff;
- public static int Platform_V25_AppCompat_Light = 0x7f160100;
- public static int Platform_Widget_AppCompat_Spinner = 0x7f160101;
- public static int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f160102;
- public static int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f160103;
- public static int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f160104;
- public static int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f160105;
- public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f160106;
- public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f160107;
- public static int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f160108;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f160109;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f16010a;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f16010b;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f16010c;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f16010d;
- public static int RtlUnderlay_Widget_AppCompat_ActionButton = 0x7f16010e;
- public static int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 0x7f16010f;
- public static int TextAppearance_AppCompat = 0x7f160110;
- public static int TextAppearance_AppCompat_Body1 = 0x7f160111;
- public static int TextAppearance_AppCompat_Body2 = 0x7f160112;
- public static int TextAppearance_AppCompat_Button = 0x7f160113;
- public static int TextAppearance_AppCompat_Caption = 0x7f160114;
- public static int TextAppearance_AppCompat_Display1 = 0x7f160115;
- public static int TextAppearance_AppCompat_Display2 = 0x7f160116;
- public static int TextAppearance_AppCompat_Display3 = 0x7f160117;
- public static int TextAppearance_AppCompat_Display4 = 0x7f160118;
- public static int TextAppearance_AppCompat_Headline = 0x7f160119;
- public static int TextAppearance_AppCompat_Inverse = 0x7f16011a;
- public static int TextAppearance_AppCompat_Large = 0x7f16011b;
- public static int TextAppearance_AppCompat_Large_Inverse = 0x7f16011c;
- public static int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f16011d;
- public static int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f16011e;
- public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f16011f;
- public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f160120;
- public static int TextAppearance_AppCompat_Medium = 0x7f160121;
- public static int TextAppearance_AppCompat_Medium_Inverse = 0x7f160122;
- public static int TextAppearance_AppCompat_Menu = 0x7f160123;
- public static int TextAppearance_AppCompat_Notification = 0x7f160124;
- public static int TextAppearance_AppCompat_Notification_Info = 0x7f160125;
- public static int TextAppearance_AppCompat_Notification_Info_Media = 0x7f160126;
- public static int TextAppearance_AppCompat_Notification_Line2 = 0x7f160127;
- public static int TextAppearance_AppCompat_Notification_Line2_Media = 0x7f160128;
- public static int TextAppearance_AppCompat_Notification_Media = 0x7f160129;
- public static int TextAppearance_AppCompat_Notification_Time = 0x7f16012a;
- public static int TextAppearance_AppCompat_Notification_Time_Media = 0x7f16012b;
- public static int TextAppearance_AppCompat_Notification_Title = 0x7f16012c;
- public static int TextAppearance_AppCompat_Notification_Title_Media = 0x7f16012d;
- public static int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f16012e;
- public static int TextAppearance_AppCompat_SearchResult_Title = 0x7f16012f;
- public static int TextAppearance_AppCompat_Small = 0x7f160130;
- public static int TextAppearance_AppCompat_Small_Inverse = 0x7f160131;
- public static int TextAppearance_AppCompat_Subhead = 0x7f160132;
- public static int TextAppearance_AppCompat_Subhead_Inverse = 0x7f160133;
- public static int TextAppearance_AppCompat_Title = 0x7f160134;
- public static int TextAppearance_AppCompat_Title_Inverse = 0x7f160135;
- public static int TextAppearance_AppCompat_Tooltip = 0x7f160136;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f160137;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f160138;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f160139;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f16013a;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f16013b;
- public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f16013c;
- public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f16013d;
- public static int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f16013e;
- public static int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f16013f;
- public static int TextAppearance_AppCompat_Widget_Button = 0x7f160140;
- public static int TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f160141;
- public static int TextAppearance_AppCompat_Widget_Button_Colored = 0x7f160142;
- public static int TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f160143;
- public static int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f160144;
- public static int TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f160145;
- public static int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f160146;
- public static int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f160147;
- public static int TextAppearance_AppCompat_Widget_Switch = 0x7f160148;
- public static int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f160149;
- public static int TextAppearance_Compat_Notification = 0x7f16014a;
- public static int TextAppearance_Compat_Notification_Info = 0x7f16014b;
- public static int TextAppearance_Compat_Notification_Info_Media = 0x7f16014c;
- public static int TextAppearance_Compat_Notification_Line2 = 0x7f16014d;
- public static int TextAppearance_Compat_Notification_Line2_Media = 0x7f16014e;
- public static int TextAppearance_Compat_Notification_Media = 0x7f16014f;
- public static int TextAppearance_Compat_Notification_Time = 0x7f160150;
- public static int TextAppearance_Compat_Notification_Time_Media = 0x7f160151;
- public static int TextAppearance_Compat_Notification_Title = 0x7f160152;
- public static int TextAppearance_Compat_Notification_Title_Media = 0x7f160153;
- public static int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f160160;
- public static int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f160161;
- public static int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f160162;
- public static int ThemeOverlay_AppCompat = 0x7f160163;
- public static int ThemeOverlay_AppCompat_ActionBar = 0x7f160164;
- public static int ThemeOverlay_AppCompat_Dark = 0x7f160165;
- public static int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f160166;
- public static int ThemeOverlay_AppCompat_Dialog = 0x7f160167;
- public static int ThemeOverlay_AppCompat_Dialog_Alert = 0x7f160168;
- public static int ThemeOverlay_AppCompat_Light = 0x7f160169;
- public static int Theme_AppCompat = 0x7f16016a;
- public static int Theme_AppCompat_CompactMenu = 0x7f16016b;
- public static int Theme_AppCompat_DayNight = 0x7f16016c;
- public static int Theme_AppCompat_DayNight_DarkActionBar = 0x7f16016d;
- public static int Theme_AppCompat_DayNight_Dialog = 0x7f16016e;
- public static int Theme_AppCompat_DayNight_DialogWhenLarge = 0x7f16016f;
- public static int Theme_AppCompat_DayNight_Dialog_Alert = 0x7f160170;
- public static int Theme_AppCompat_DayNight_Dialog_MinWidth = 0x7f160171;
- public static int Theme_AppCompat_DayNight_NoActionBar = 0x7f160172;
- public static int Theme_AppCompat_Dialog = 0x7f160173;
- public static int Theme_AppCompat_DialogWhenLarge = 0x7f160174;
- public static int Theme_AppCompat_Dialog_Alert = 0x7f160175;
- public static int Theme_AppCompat_Dialog_MinWidth = 0x7f160176;
- public static int Theme_AppCompat_Light = 0x7f160177;
- public static int Theme_AppCompat_Light_DarkActionBar = 0x7f160178;
- public static int Theme_AppCompat_Light_Dialog = 0x7f160179;
- public static int Theme_AppCompat_Light_DialogWhenLarge = 0x7f16017a;
- public static int Theme_AppCompat_Light_Dialog_Alert = 0x7f16017b;
- public static int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f16017c;
- public static int Theme_AppCompat_Light_NoActionBar = 0x7f16017d;
- public static int Theme_AppCompat_NoActionBar = 0x7f16017e;
- public static int Widget_AppCompat_ActionBar = 0x7f160185;
- public static int Widget_AppCompat_ActionBar_Solid = 0x7f160186;
- public static int Widget_AppCompat_ActionBar_TabBar = 0x7f160187;
- public static int Widget_AppCompat_ActionBar_TabText = 0x7f160188;
- public static int Widget_AppCompat_ActionBar_TabView = 0x7f160189;
- public static int Widget_AppCompat_ActionButton = 0x7f16018a;
- public static int Widget_AppCompat_ActionButton_CloseMode = 0x7f16018b;
- public static int Widget_AppCompat_ActionButton_Overflow = 0x7f16018c;
- public static int Widget_AppCompat_ActionMode = 0x7f16018d;
- public static int Widget_AppCompat_ActivityChooserView = 0x7f16018e;
- public static int Widget_AppCompat_AutoCompleteTextView = 0x7f16018f;
- public static int Widget_AppCompat_Button = 0x7f160190;
- public static int Widget_AppCompat_ButtonBar = 0x7f160191;
- public static int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f160192;
- public static int Widget_AppCompat_Button_Borderless = 0x7f160193;
- public static int Widget_AppCompat_Button_Borderless_Colored = 0x7f160194;
- public static int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f160195;
- public static int Widget_AppCompat_Button_Colored = 0x7f160196;
- public static int Widget_AppCompat_Button_Small = 0x7f160197;
- public static int Widget_AppCompat_CompoundButton_CheckBox = 0x7f160198;
- public static int Widget_AppCompat_CompoundButton_RadioButton = 0x7f160199;
- public static int Widget_AppCompat_CompoundButton_Switch = 0x7f16019a;
- public static int Widget_AppCompat_DrawerArrowToggle = 0x7f16019b;
- public static int Widget_AppCompat_DropDownItem_Spinner = 0x7f16019c;
- public static int Widget_AppCompat_EditText = 0x7f16019d;
- public static int Widget_AppCompat_ImageButton = 0x7f16019e;
- public static int Widget_AppCompat_Light_ActionBar = 0x7f16019f;
- public static int Widget_AppCompat_Light_ActionBar_Solid = 0x7f1601a0;
- public static int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f1601a1;
- public static int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f1601a2;
- public static int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f1601a3;
- public static int Widget_AppCompat_Light_ActionBar_TabText = 0x7f1601a4;
- public static int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f1601a5;
- public static int Widget_AppCompat_Light_ActionBar_TabView = 0x7f1601a6;
- public static int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f1601a7;
- public static int Widget_AppCompat_Light_ActionButton = 0x7f1601a8;
- public static int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f1601a9;
- public static int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f1601aa;
- public static int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f1601ab;
- public static int Widget_AppCompat_Light_ActivityChooserView = 0x7f1601ac;
- public static int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f1601ad;
- public static int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f1601ae;
- public static int Widget_AppCompat_Light_ListPopupWindow = 0x7f1601af;
- public static int Widget_AppCompat_Light_ListView_DropDown = 0x7f1601b0;
- public static int Widget_AppCompat_Light_PopupMenu = 0x7f1601b1;
- public static int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f1601b2;
- public static int Widget_AppCompat_Light_SearchView = 0x7f1601b3;
- public static int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f1601b4;
- public static int Widget_AppCompat_ListMenuView = 0x7f1601b5;
- public static int Widget_AppCompat_ListPopupWindow = 0x7f1601b6;
- public static int Widget_AppCompat_ListView = 0x7f1601b7;
- public static int Widget_AppCompat_ListView_DropDown = 0x7f1601b8;
- public static int Widget_AppCompat_ListView_Menu = 0x7f1601b9;
- public static int Widget_AppCompat_PopupMenu = 0x7f1601ba;
- public static int Widget_AppCompat_PopupMenu_Overflow = 0x7f1601bb;
- public static int Widget_AppCompat_PopupWindow = 0x7f1601bc;
- public static int Widget_AppCompat_ProgressBar = 0x7f1601bd;
- public static int Widget_AppCompat_ProgressBar_Horizontal = 0x7f1601be;
- public static int Widget_AppCompat_RatingBar = 0x7f1601bf;
- public static int Widget_AppCompat_RatingBar_Indicator = 0x7f1601c0;
- public static int Widget_AppCompat_RatingBar_Small = 0x7f1601c1;
- public static int Widget_AppCompat_SearchView = 0x7f1601c2;
- public static int Widget_AppCompat_SearchView_ActionBar = 0x7f1601c3;
- public static int Widget_AppCompat_SeekBar = 0x7f1601c4;
- public static int Widget_AppCompat_SeekBar_Discrete = 0x7f1601c5;
- public static int Widget_AppCompat_Spinner = 0x7f1601c6;
- public static int Widget_AppCompat_Spinner_DropDown = 0x7f1601c7;
- public static int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f1601c8;
- public static int Widget_AppCompat_Spinner_Underlined = 0x7f1601c9;
- public static int Widget_AppCompat_TextView_SpinnerItem = 0x7f1601ca;
- public static int Widget_AppCompat_Toolbar = 0x7f1601cb;
- public static int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f1601cc;
- public static int Widget_Compat_NotificationActionContainer = 0x7f1601cd;
- public static int Widget_Compat_NotificationActionText = 0x7f1601ce;
- }
- public static final class styleable {
- public static int[] ActionBar = { 0x7f040032, 0x7f040033, 0x7f040034, 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b, 0x7f040098, 0x7f0400c2, 0x7f0400c3, 0x7f0400eb, 0x7f040131, 0x7f040132, 0x7f040137, 0x7f040138, 0x7f040139, 0x7f04013e, 0x7f040144, 0x7f04016e, 0x7f040185, 0x7f040197, 0x7f04019b, 0x7f04019c, 0x7f04022a, 0x7f04022d, 0x7f040261, 0x7f04026b };
- public static int ActionBar_background = 0;
- public static int ActionBar_backgroundSplit = 1;
- public static int ActionBar_backgroundStacked = 2;
- public static int ActionBar_contentInsetEnd = 3;
- public static int ActionBar_contentInsetEndWithActions = 4;
- public static int ActionBar_contentInsetLeft = 5;
- public static int ActionBar_contentInsetRight = 6;
- public static int ActionBar_contentInsetStart = 7;
- public static int ActionBar_contentInsetStartWithNavigation = 8;
- public static int ActionBar_customNavigationLayout = 9;
- public static int ActionBar_displayOptions = 10;
- public static int ActionBar_divider = 11;
- public static int ActionBar_elevation = 12;
- public static int ActionBar_height = 13;
- public static int ActionBar_hideOnContentScroll = 14;
- public static int ActionBar_homeAsUpIndicator = 15;
- public static int ActionBar_homeLayout = 16;
- public static int ActionBar_icon = 17;
- public static int ActionBar_indeterminateProgressStyle = 18;
- public static int ActionBar_itemPadding = 19;
- public static int ActionBar_logo = 20;
- public static int ActionBar_navigationMode = 21;
- public static int ActionBar_popupTheme = 22;
- public static int ActionBar_progressBarPadding = 23;
- public static int ActionBar_progressBarStyle = 24;
- public static int ActionBar_subtitle = 25;
- public static int ActionBar_subtitleTextStyle = 26;
- public static int ActionBar_title = 27;
- public static int ActionBar_titleTextStyle = 28;
- public static int[] ActionBarLayout = { 0x010100b3 };
- public static int ActionBarLayout_android_layout_gravity = 0;
- public static int[] ActionMenuItemView = { 0x0101013f };
- public static int ActionMenuItemView_android_minWidth = 0;
- public static int[] ActionMode = { 0x7f040032, 0x7f040033, 0x7f040064, 0x7f040131, 0x7f04022d, 0x7f04026b };
- public static int ActionMode_background = 0;
- public static int ActionMode_backgroundSplit = 1;
- public static int ActionMode_closeItemLayout = 2;
- public static int ActionMode_height = 3;
- public static int ActionMode_subtitleTextStyle = 4;
- public static int ActionMode_titleTextStyle = 5;
- public static int[] ActivityChooserView = { 0x7f04010b, 0x7f04013f };
- public static int ActivityChooserView_expandActivityOverflowButtonDrawable = 0;
- public static int ActivityChooserView_initialActivityCount = 1;
- public static int[] AlertDialog = { 0x010100f2, 0x7f04004e, 0x7f040156, 0x7f040157, 0x7f040182, 0x7f0401f0, 0x7f0401f1 };
- public static int AlertDialog_android_layout = 0;
- public static int AlertDialog_buttonPanelSideLayout = 1;
- public static int AlertDialog_listItemLayout = 2;
- public static int AlertDialog_listLayout = 3;
- public static int AlertDialog_multiChoiceItemLayout = 4;
- public static int AlertDialog_showTitle = 5;
- public static int AlertDialog_singleChoiceItemLayout = 6;
- public static int[] AppCompatImageView = { 0x01010119, 0x7f040221, 0x7f04025f, 0x7f040260 };
- public static int AppCompatImageView_android_src = 0;
- public static int AppCompatImageView_srcCompat = 1;
- public static int AppCompatImageView_tint = 2;
- public static int AppCompatImageView_tintMode = 3;
- public static int[] AppCompatSeekBar = { 0x01010142, 0x7f04025c, 0x7f04025d, 0x7f04025e };
- public static int AppCompatSeekBar_android_thumb = 0;
- public static int AppCompatSeekBar_tickMark = 1;
- public static int AppCompatSeekBar_tickMarkTint = 2;
- public static int AppCompatSeekBar_tickMarkTintMode = 3;
- public static int[] AppCompatTextHelper = { 0x0101016e, 0x01010393, 0x0101016f, 0x01010170, 0x01010392, 0x0101016d, 0x01010034 };
- public static int AppCompatTextHelper_android_drawableBottom = 0;
- public static int AppCompatTextHelper_android_drawableEnd = 1;
- public static int AppCompatTextHelper_android_drawableLeft = 2;
- public static int AppCompatTextHelper_android_drawableRight = 3;
- public static int AppCompatTextHelper_android_drawableStart = 4;
- public static int AppCompatTextHelper_android_drawableTop = 5;
- public static int AppCompatTextHelper_android_textAppearance = 6;
- public static int[] AppCompatTextView = { 0x01010034, 0x7f04002d, 0x7f04002e, 0x7f04002f, 0x7f040030, 0x7f040031, 0x7f040124, 0x7f04024b };
- public static int AppCompatTextView_android_textAppearance = 0;
- public static int AppCompatTextView_autoSizeMaxTextSize = 1;
- public static int AppCompatTextView_autoSizeMinTextSize = 2;
- public static int AppCompatTextView_autoSizePresetSizes = 3;
- public static int AppCompatTextView_autoSizeStepGranularity = 4;
- public static int AppCompatTextView_autoSizeTextType = 5;
- public static int AppCompatTextView_fontFamily = 6;
- public static int AppCompatTextView_textAllCaps = 7;
- public static int[] AppCompatTheme = { 0x7f040001, 0x7f040002, 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f04000d, 0x7f04000f, 0x7f040010, 0x7f040011, 0x7f040012, 0x7f040013, 0x7f040014, 0x7f040015, 0x7f040016, 0x7f040017, 0x7f040018, 0x7f040019, 0x7f04001a, 0x7f04001b, 0x7f04001c, 0x7f04001d, 0x7f04001e, 0x7f04001f, 0x7f040022, 0x7f040023, 0x7f040024, 0x7f040025, 0x7f040026, 0x010100ae, 0x01010057, 0x7f04002c, 0x7f04003e, 0x7f040048, 0x7f040049, 0x7f04004a, 0x7f04004b, 0x7f04004c, 0x7f04004f, 0x7f040050, 0x7f040061, 0x7f040062, 0x7f04006a, 0x7f04006b, 0x7f04006c, 0x7f04006d, 0x7f04006e, 0x7f04006f, 0x7f040070, 0x7f040071, 0x7f040072, 0x7f040073, 0x7f040082, 0x7f0400c0, 0x7f0400c1, 0x7f0400c4, 0x7f0400c6, 0x7f0400e6, 0x7f0400e7, 0x7f0400e8, 0x7f0400e9, 0x7f0400ea, 0x7f040137, 0x7f04013d, 0x7f040154, 0x7f040155, 0x7f040158, 0x7f040159, 0x7f04015a, 0x7f04015b, 0x7f04015c, 0x7f04015d, 0x7f04015e, 0x7f04018e, 0x7f04018f, 0x7f040190, 0x7f040196, 0x7f040198, 0x7f0401a5, 0x7f0401a6, 0x7f0401a7, 0x7f0401a8, 0x7f0401e9, 0x7f0401ea, 0x7f0401eb, 0x7f0401ec, 0x7f040209, 0x7f04020a, 0x7f040239, 0x7f04024c, 0x7f04024d, 0x7f04024e, 0x7f04024f, 0x7f040250, 0x7f040251, 0x7f040252, 0x7f040253, 0x7f040254, 0x7f040256, 0x7f04026d, 0x7f04026e, 0x7f04026f, 0x7f040270, 0x7f040297, 0x7f040298, 0x7f040299, 0x7f04029a, 0x7f04029b, 0x7f04029c, 0x7f04029d, 0x7f04029e, 0x7f04029f, 0x7f0402a0 };
- public static int AppCompatTheme_actionBarDivider = 0;
- public static int AppCompatTheme_actionBarItemBackground = 1;
- public static int AppCompatTheme_actionBarPopupTheme = 2;
- public static int AppCompatTheme_actionBarSize = 3;
- public static int AppCompatTheme_actionBarSplitStyle = 4;
- public static int AppCompatTheme_actionBarStyle = 5;
- public static int AppCompatTheme_actionBarTabBarStyle = 6;
- public static int AppCompatTheme_actionBarTabStyle = 7;
- public static int AppCompatTheme_actionBarTabTextStyle = 8;
- public static int AppCompatTheme_actionBarTheme = 9;
- public static int AppCompatTheme_actionBarWidgetTheme = 10;
- public static int AppCompatTheme_actionButtonStyle = 11;
- public static int AppCompatTheme_actionDropDownStyle = 12;
- public static int AppCompatTheme_actionMenuTextAppearance = 13;
- public static int AppCompatTheme_actionMenuTextColor = 14;
- public static int AppCompatTheme_actionModeBackground = 15;
- public static int AppCompatTheme_actionModeCloseButtonStyle = 16;
- public static int AppCompatTheme_actionModeCloseDrawable = 17;
- public static int AppCompatTheme_actionModeCopyDrawable = 18;
- public static int AppCompatTheme_actionModeCutDrawable = 19;
- public static int AppCompatTheme_actionModeFindDrawable = 20;
- public static int AppCompatTheme_actionModePasteDrawable = 21;
- public static int AppCompatTheme_actionModePopupWindowStyle = 22;
- public static int AppCompatTheme_actionModeSelectAllDrawable = 23;
- public static int AppCompatTheme_actionModeShareDrawable = 24;
- public static int AppCompatTheme_actionModeSplitBackground = 25;
- public static int AppCompatTheme_actionModeStyle = 26;
- public static int AppCompatTheme_actionModeWebSearchDrawable = 27;
- public static int AppCompatTheme_actionOverflowButtonStyle = 28;
- public static int AppCompatTheme_actionOverflowMenuStyle = 29;
- public static int AppCompatTheme_activityChooserViewStyle = 30;
- public static int AppCompatTheme_alertDialogButtonGroupStyle = 31;
- public static int AppCompatTheme_alertDialogCenterButtons = 32;
- public static int AppCompatTheme_alertDialogStyle = 33;
- public static int AppCompatTheme_alertDialogTheme = 34;
- public static int AppCompatTheme_android_windowAnimationStyle = 35;
- public static int AppCompatTheme_android_windowIsFloating = 36;
- public static int AppCompatTheme_autoCompleteTextViewStyle = 37;
- public static int AppCompatTheme_borderlessButtonStyle = 38;
- public static int AppCompatTheme_buttonBarButtonStyle = 39;
- public static int AppCompatTheme_buttonBarNegativeButtonStyle = 40;
- public static int AppCompatTheme_buttonBarNeutralButtonStyle = 41;
- public static int AppCompatTheme_buttonBarPositiveButtonStyle = 42;
- public static int AppCompatTheme_buttonBarStyle = 43;
- public static int AppCompatTheme_buttonStyle = 44;
- public static int AppCompatTheme_buttonStyleSmall = 45;
- public static int AppCompatTheme_checkboxStyle = 46;
- public static int AppCompatTheme_checkedTextViewStyle = 47;
- public static int AppCompatTheme_colorAccent = 48;
- public static int AppCompatTheme_colorBackgroundFloating = 49;
- public static int AppCompatTheme_colorButtonNormal = 50;
- public static int AppCompatTheme_colorControlActivated = 51;
- public static int AppCompatTheme_colorControlHighlight = 52;
- public static int AppCompatTheme_colorControlNormal = 53;
- public static int AppCompatTheme_colorError = 54;
- public static int AppCompatTheme_colorPrimary = 55;
- public static int AppCompatTheme_colorPrimaryDark = 56;
- public static int AppCompatTheme_colorSwitchThumbNormal = 57;
- public static int AppCompatTheme_controlBackground = 58;
- public static int AppCompatTheme_dialogPreferredPadding = 59;
- public static int AppCompatTheme_dialogTheme = 60;
- public static int AppCompatTheme_dividerHorizontal = 61;
- public static int AppCompatTheme_dividerVertical = 62;
- public static int AppCompatTheme_dropDownListViewStyle = 63;
- public static int AppCompatTheme_dropdownListPreferredItemHeight = 64;
- public static int AppCompatTheme_editTextBackground = 65;
- public static int AppCompatTheme_editTextColor = 66;
- public static int AppCompatTheme_editTextStyle = 67;
- public static int AppCompatTheme_homeAsUpIndicator = 68;
- public static int AppCompatTheme_imageButtonStyle = 69;
- public static int AppCompatTheme_listChoiceBackgroundIndicator = 70;
- public static int AppCompatTheme_listDividerAlertDialog = 71;
- public static int AppCompatTheme_listMenuViewStyle = 72;
- public static int AppCompatTheme_listPopupWindowStyle = 73;
- public static int AppCompatTheme_listPreferredItemHeight = 74;
- public static int AppCompatTheme_listPreferredItemHeightLarge = 75;
- public static int AppCompatTheme_listPreferredItemHeightSmall = 76;
- public static int AppCompatTheme_listPreferredItemPaddingLeft = 77;
- public static int AppCompatTheme_listPreferredItemPaddingRight = 78;
- public static int AppCompatTheme_panelBackground = 79;
- public static int AppCompatTheme_panelMenuListTheme = 80;
- public static int AppCompatTheme_panelMenuListWidth = 81;
- public static int AppCompatTheme_popupMenuStyle = 82;
- public static int AppCompatTheme_popupWindowStyle = 83;
- public static int AppCompatTheme_radioButtonStyle = 84;
- public static int AppCompatTheme_ratingBarStyle = 85;
- public static int AppCompatTheme_ratingBarStyleIndicator = 86;
- public static int AppCompatTheme_ratingBarStyleSmall = 87;
- public static int AppCompatTheme_searchViewStyle = 88;
- public static int AppCompatTheme_seekBarStyle = 89;
- public static int AppCompatTheme_selectableItemBackground = 90;
- public static int AppCompatTheme_selectableItemBackgroundBorderless = 91;
- public static int AppCompatTheme_spinnerDropDownItemStyle = 92;
- public static int AppCompatTheme_spinnerStyle = 93;
- public static int AppCompatTheme_switchStyle = 94;
- public static int AppCompatTheme_textAppearanceLargePopupMenu = 95;
- public static int AppCompatTheme_textAppearanceListItem = 96;
- public static int AppCompatTheme_textAppearanceListItemSecondary = 97;
- public static int AppCompatTheme_textAppearanceListItemSmall = 98;
- public static int AppCompatTheme_textAppearancePopupMenuHeader = 99;
- public static int AppCompatTheme_textAppearanceSearchResultSubtitle = 100;
- public static int AppCompatTheme_textAppearanceSearchResultTitle = 101;
- public static int AppCompatTheme_textAppearanceSmallPopupMenu = 102;
- public static int AppCompatTheme_textColorAlertDialogListItem = 103;
- public static int AppCompatTheme_textColorSearchUrl = 104;
- public static int AppCompatTheme_toolbarNavigationButtonStyle = 105;
- public static int AppCompatTheme_toolbarStyle = 106;
- public static int AppCompatTheme_tooltipForegroundColor = 107;
- public static int AppCompatTheme_tooltipFrameBackground = 108;
- public static int AppCompatTheme_windowActionBar = 109;
- public static int AppCompatTheme_windowActionBarOverlay = 110;
- public static int AppCompatTheme_windowActionModeOverlay = 111;
- public static int AppCompatTheme_windowFixedHeightMajor = 112;
- public static int AppCompatTheme_windowFixedHeightMinor = 113;
- public static int AppCompatTheme_windowFixedWidthMajor = 114;
- public static int AppCompatTheme_windowFixedWidthMinor = 115;
- public static int AppCompatTheme_windowMinWidthMajor = 116;
- public static int AppCompatTheme_windowMinWidthMinor = 117;
- public static int AppCompatTheme_windowNoTitle = 118;
- public static int[] ButtonBarLayout = { 0x7f040027 };
- public static int ButtonBarLayout_allowStacking = 0;
- public static int[] ColorStateListItem = { 0x7f040028, 0x0101031f, 0x010101a5 };
- public static int ColorStateListItem_alpha = 0;
- public static int ColorStateListItem_android_alpha = 1;
- public static int ColorStateListItem_android_color = 2;
- public static int[] CompoundButton = { 0x01010107, 0x7f040051, 0x7f040052 };
- public static int CompoundButton_android_button = 0;
- public static int CompoundButton_buttonTint = 1;
- public static int CompoundButton_buttonTintMode = 2;
- public static int[] DrawerArrowToggle = { 0x7f04002a, 0x7f04002b, 0x7f040037, 0x7f040069, 0x7f0400e4, 0x7f04012e, 0x7f040208, 0x7f040258 };
- public static int DrawerArrowToggle_arrowHeadLength = 0;
- public static int DrawerArrowToggle_arrowShaftLength = 1;
- public static int DrawerArrowToggle_barLength = 2;
- public static int DrawerArrowToggle_color = 3;
- public static int DrawerArrowToggle_drawableSize = 4;
- public static int DrawerArrowToggle_gapBetweenBars = 5;
- public static int DrawerArrowToggle_spinBars = 6;
- public static int DrawerArrowToggle_thickness = 7;
- public static int[] FontFamily = { 0x7f040125, 0x7f040126, 0x7f040127, 0x7f040128, 0x7f040129, 0x7f04012a };
- public static int FontFamily_fontProviderAuthority = 0;
- public static int FontFamily_fontProviderCerts = 1;
- public static int FontFamily_fontProviderFetchStrategy = 2;
- public static int FontFamily_fontProviderFetchTimeout = 3;
- public static int FontFamily_fontProviderPackage = 4;
- public static int FontFamily_fontProviderQuery = 5;
- public static int[] FontFamilyFont = { 0x7f040123, 0x7f04012b, 0x7f04012c };
- public static int FontFamilyFont_font = 0;
- public static int FontFamilyFont_fontStyle = 1;
- public static int FontFamilyFont_fontWeight = 2;
- public static int[] LinearLayoutCompat = { 0x01010126, 0x01010127, 0x010100af, 0x010100c4, 0x01010128, 0x7f0400c3, 0x7f0400c5, 0x7f040180, 0x7f0401ee };
- public static int LinearLayoutCompat_android_baselineAligned = 0;
- public static int LinearLayoutCompat_android_baselineAlignedChildIndex = 1;
- public static int LinearLayoutCompat_android_gravity = 2;
- public static int LinearLayoutCompat_android_orientation = 3;
- public static int LinearLayoutCompat_android_weightSum = 4;
- public static int LinearLayoutCompat_divider = 5;
- public static int LinearLayoutCompat_dividerPadding = 6;
- public static int LinearLayoutCompat_measureWithLargestChild = 7;
- public static int LinearLayoutCompat_showDividers = 8;
- public static int[] LinearLayoutCompat_Layout = { 0x010100b3, 0x010100f5, 0x01010181, 0x010100f4 };
- public static int LinearLayoutCompat_Layout_android_layout_gravity = 0;
- public static int LinearLayoutCompat_Layout_android_layout_height = 1;
- public static int LinearLayoutCompat_Layout_android_layout_weight = 2;
- public static int LinearLayoutCompat_Layout_android_layout_width = 3;
- public static int[] ListPopupWindow = { 0x010102ac, 0x010102ad };
- public static int ListPopupWindow_android_dropDownHorizontalOffset = 0;
- public static int ListPopupWindow_android_dropDownVerticalOffset = 1;
- public static int[] MenuGroup = { 0x010101e0, 0x0101000e, 0x010100d0, 0x010101de, 0x010101df, 0x01010194 };
- public static int MenuGroup_android_checkableBehavior = 0;
- public static int MenuGroup_android_enabled = 1;
- public static int MenuGroup_android_id = 2;
- public static int MenuGroup_android_menuCategory = 3;
- public static int MenuGroup_android_orderInCategory = 4;
- public static int MenuGroup_android_visible = 5;
- public static int[] MenuItem = { 0x7f04000e, 0x7f040020, 0x7f040021, 0x7f040029, 0x010101e3, 0x010101e5, 0x01010106, 0x0101000e, 0x01010002, 0x010100d0, 0x010101de, 0x010101e4, 0x0101026f, 0x010101df, 0x010101e1, 0x010101e2, 0x01010194, 0x7f040075, 0x7f04013a, 0x7f04013b, 0x7f040188, 0x7f0401ed, 0x7f040271 };
- public static int MenuItem_actionLayout = 0;
- public static int MenuItem_actionProviderClass = 1;
- public static int MenuItem_actionViewClass = 2;
- public static int MenuItem_alphabeticModifiers = 3;
- public static int MenuItem_android_alphabeticShortcut = 4;
- public static int MenuItem_android_checkable = 5;
- public static int MenuItem_android_checked = 6;
- public static int MenuItem_android_enabled = 7;
- public static int MenuItem_android_icon = 8;
- public static int MenuItem_android_id = 9;
- public static int MenuItem_android_menuCategory = 10;
- public static int MenuItem_android_numericShortcut = 11;
- public static int MenuItem_android_onClick = 12;
- public static int MenuItem_android_orderInCategory = 13;
- public static int MenuItem_android_title = 14;
- public static int MenuItem_android_titleCondensed = 15;
- public static int MenuItem_android_visible = 16;
- public static int MenuItem_contentDescription = 17;
- public static int MenuItem_iconTint = 18;
- public static int MenuItem_iconTintMode = 19;
- public static int MenuItem_numericModifiers = 20;
- public static int MenuItem_showAsAction = 21;
- public static int MenuItem_tooltipText = 22;
- public static int[] MenuView = { 0x0101012f, 0x0101012d, 0x01010130, 0x01010131, 0x0101012c, 0x0101012e, 0x010100ae, 0x7f040199, 0x7f040228 };
- public static int MenuView_android_headerBackground = 0;
- public static int MenuView_android_horizontalDivider = 1;
- public static int MenuView_android_itemBackground = 2;
- public static int MenuView_android_itemIconDisabledAlpha = 3;
- public static int MenuView_android_itemTextAppearance = 4;
- public static int MenuView_android_verticalDivider = 5;
- public static int MenuView_android_windowAnimationStyle = 6;
- public static int MenuView_preserveIconSpacing = 7;
- public static int MenuView_subMenuArrow = 8;
- public static int[] PopupWindow = { 0x010102c9, 0x01010176, 0x7f040189 };
- public static int PopupWindow_android_popupAnimationStyle = 0;
- public static int PopupWindow_android_popupBackground = 1;
- public static int PopupWindow_overlapAnchor = 2;
- public static int[] PopupWindowBackgroundState = { 0x7f040223 };
- public static int PopupWindowBackgroundState_state_above_anchor = 0;
- public static int[] RecycleListView = { 0x7f04018a, 0x7f04018d };
- public static int RecycleListView_paddingBottomNoButtons = 0;
- public static int RecycleListView_paddingTopNoTitle = 1;
- public static int[] SearchView = { 0x010100da, 0x01010264, 0x01010220, 0x0101011f, 0x7f040063, 0x7f040074, 0x7f040099, 0x7f04012f, 0x7f04013c, 0x7f040148, 0x7f0401a3, 0x7f0401a4, 0x7f0401e7, 0x7f0401e8, 0x7f040229, 0x7f04022e, 0x7f040296 };
- public static int SearchView_android_focusable = 0;
- public static int SearchView_android_imeOptions = 1;
- public static int SearchView_android_inputType = 2;
- public static int SearchView_android_maxWidth = 3;
- public static int SearchView_closeIcon = 4;
- public static int SearchView_commitIcon = 5;
- public static int SearchView_defaultQueryHint = 6;
- public static int SearchView_goIcon = 7;
- public static int SearchView_iconifiedByDefault = 8;
- public static int SearchView_layout = 9;
- public static int SearchView_queryBackground = 10;
- public static int SearchView_queryHint = 11;
- public static int SearchView_searchHintIcon = 12;
- public static int SearchView_searchIcon = 13;
- public static int SearchView_submitBackground = 14;
- public static int SearchView_suggestionRowLayout = 15;
- public static int SearchView_voiceIcon = 16;
- public static int[] Spinner = { 0x01010262, 0x010100b2, 0x010100af, 0x01010140, 0x0101013f, 0x01010176, 0x0101017b, 0x7f040197, 0x7f04020c, 0x7f04020d, 0x7f04020e, 0x7f04020f, 0x7f040210, 0x7f040211, 0x7f040212, 0x7f040213, 0x7f040214, 0x7f040215, 0x7f040216, 0x7f040217, 0x7f040218, 0x7f040219, 0x7f04021a, 0x7f04021b, 0x7f04021c, 0x7f04021d, 0x7f04021e, 0x7f04021f, 0x7f040220 };
- public static int Spinner_android_dropDownWidth = 0;
- public static int Spinner_android_entries = 1;
- public static int Spinner_android_gravity = 2;
- public static int Spinner_android_minHeight = 3;
- public static int Spinner_android_minWidth = 4;
- public static int Spinner_android_popupBackground = 5;
- public static int Spinner_android_prompt = 6;
- public static int Spinner_popupTheme = 7;
- public static int Spinner_spn_arrowAnimClockwise = 8;
- public static int Spinner_spn_arrowAnimDuration = 9;
- public static int Spinner_spn_arrowColor = 10;
- public static int Spinner_spn_arrowInterpolator = 11;
- public static int Spinner_spn_arrowPadding = 12;
- public static int Spinner_spn_arrowSize = 13;
- public static int Spinner_spn_arrowSwitchMode = 14;
- public static int Spinner_spn_disableChildrenWhenDisabled = 15;
- public static int Spinner_spn_dividerAnimDuration = 16;
- public static int Spinner_spn_dividerColor = 17;
- public static int Spinner_spn_dividerHeight = 18;
- public static int Spinner_spn_dividerPadding = 19;
- public static int Spinner_spn_label = 20;
- public static int Spinner_spn_labelEllipsize = 21;
- public static int Spinner_spn_labelEnable = 22;
- public static int Spinner_spn_labelPadding = 23;
- public static int Spinner_spn_labelTextAppearance = 24;
- public static int Spinner_spn_labelTextColor = 25;
- public static int Spinner_spn_labelTextSize = 26;
- public static int Spinner_spn_popupItemAnimOffset = 27;
- public static int Spinner_spn_popupItemAnimation = 28;
- public static int[] SwitchCompat = { 0x01010125, 0x01010124, 0x01010142, 0x7f0401ef, 0x7f04020b, 0x7f040237, 0x7f040238, 0x7f04023a, 0x7f040259, 0x7f04025a, 0x7f04025b, 0x7f040290, 0x7f040291, 0x7f040292 };
- public static int SwitchCompat_android_textOff = 0;
- public static int SwitchCompat_android_textOn = 1;
- public static int SwitchCompat_android_thumb = 2;
- public static int SwitchCompat_showText = 3;
- public static int SwitchCompat_splitTrack = 4;
- public static int SwitchCompat_switchMinWidth = 5;
- public static int SwitchCompat_switchPadding = 6;
- public static int SwitchCompat_switchTextAppearance = 7;
- public static int SwitchCompat_thumbTextPadding = 8;
- public static int SwitchCompat_thumbTint = 9;
- public static int SwitchCompat_thumbTintMode = 10;
- public static int SwitchCompat_track = 11;
- public static int SwitchCompat_trackTint = 12;
- public static int SwitchCompat_trackTintMode = 13;
- public static int[] TextAppearance = { 0x0101045d, 0x010103ac, 0x010104b7, 0x010104b6, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x0101038c, 0x01010098, 0x01010099, 0x0101009a, 0x0101009b, 0x01010095, 0x01010097, 0x01010096, 0x7f040124, 0x7f04024b, 0x7f040293 };
- public static int TextAppearance_android_elegantTextHeight = 0;
- public static int TextAppearance_android_fontFamily = 1;
- public static int TextAppearance_android_fontFeatureSettings = 2;
- public static int TextAppearance_android_letterSpacing = 3;
- public static int TextAppearance_android_shadowColor = 4;
- public static int TextAppearance_android_shadowDx = 5;
- public static int TextAppearance_android_shadowDy = 6;
- public static int TextAppearance_android_shadowRadius = 7;
- public static int TextAppearance_android_textAllCaps = 8;
- public static int TextAppearance_android_textColor = 9;
- public static int TextAppearance_android_textColorHighlight = 10;
- public static int TextAppearance_android_textColorHint = 11;
- public static int TextAppearance_android_textColorLink = 12;
- public static int TextAppearance_android_textSize = 13;
- public static int TextAppearance_android_textStyle = 14;
- public static int TextAppearance_android_typeface = 15;
- public static int TextAppearance_fontFamily = 16;
- public static int TextAppearance_textAllCaps = 17;
- public static int TextAppearance_tv_fontFamily = 18;
- public static int[] Toolbar = { 0x010100af, 0x01010140, 0x7f04004d, 0x7f040065, 0x7f040066, 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b, 0x7f04016e, 0x7f04016f, 0x7f04017f, 0x7f040183, 0x7f040184, 0x7f040197, 0x7f04022a, 0x7f04022b, 0x7f04022c, 0x7f040261, 0x7f040263, 0x7f040264, 0x7f040265, 0x7f040266, 0x7f040267, 0x7f040268, 0x7f040269, 0x7f04026a };
- public static int Toolbar_android_gravity = 0;
- public static int Toolbar_android_minHeight = 1;
- public static int Toolbar_buttonGravity = 2;
- public static int Toolbar_collapseContentDescription = 3;
- public static int Toolbar_collapseIcon = 4;
- public static int Toolbar_contentInsetEnd = 5;
- public static int Toolbar_contentInsetEndWithActions = 6;
- public static int Toolbar_contentInsetLeft = 7;
- public static int Toolbar_contentInsetRight = 8;
- public static int Toolbar_contentInsetStart = 9;
- public static int Toolbar_contentInsetStartWithNavigation = 10;
- public static int Toolbar_logo = 11;
- public static int Toolbar_logoDescription = 12;
- public static int Toolbar_maxButtonHeight = 13;
- public static int Toolbar_navigationContentDescription = 14;
- public static int Toolbar_navigationIcon = 15;
- public static int Toolbar_popupTheme = 16;
- public static int Toolbar_subtitle = 17;
- public static int Toolbar_subtitleTextAppearance = 18;
- public static int Toolbar_subtitleTextColor = 19;
- public static int Toolbar_title = 20;
- public static int Toolbar_titleMargin = 21;
- public static int Toolbar_titleMarginBottom = 22;
- public static int Toolbar_titleMarginEnd = 23;
- public static int Toolbar_titleMarginStart = 24;
- public static int Toolbar_titleMarginTop = 25;
- public static int Toolbar_titleMargins = 26;
- public static int Toolbar_titleTextAppearance = 27;
- public static int Toolbar_titleTextColor = 28;
- public static int[] View = { 0x010100d4, 0x0101046b, 0x0101046c, 0x01010440, 0x010102aa, 0x010100e0, 0x010100da, 0x010103b2, 0x01010140, 0x0101013f, 0x010100d5, 0x010100d9, 0x010103b4, 0x010100d6, 0x010100d8, 0x010103b3, 0x010100d7, 0x010103a5, 0x010102a9, 0x010102a8, 0x01010063, 0x0101007f, 0x01010215, 0x01010119, 0x010103b1, 0x010103b0, 0x01010000, 0x010100dc, 0x7f04018b, 0x7f04018c, 0x7f040257 };
- public static int View_android_background = 0;
- public static int View_android_backgroundTint = 1;
- public static int View_android_backgroundTintMode = 2;
- public static int View_android_elevation = 3;
- public static int View_android_fadeScrollbars = 4;
- public static int View_android_fadingEdgeLength = 5;
- public static int View_android_focusable = 6;
- public static int View_android_layoutDirection = 7;
- public static int View_android_minHeight = 8;
- public static int View_android_minWidth = 9;
- public static int View_android_padding = 10;
- public static int View_android_paddingBottom = 11;
- public static int View_android_paddingEnd = 12;
- public static int View_android_paddingLeft = 13;
- public static int View_android_paddingRight = 14;
- public static int View_android_paddingStart = 15;
- public static int View_android_paddingTop = 16;
- public static int View_android_requiresFadingEdge = 17;
- public static int View_android_scrollbarDefaultDelayBeforeFade = 18;
- public static int View_android_scrollbarFadeDuration = 19;
- public static int View_android_scrollbarSize = 20;
- public static int View_android_scrollbarStyle = 21;
- public static int View_android_soundEffectsEnabled = 22;
- public static int View_android_src = 23;
- public static int View_android_textAlignment = 24;
- public static int View_android_textDirection = 25;
- public static int View_android_theme = 26;
- public static int View_android_visibility = 27;
- public static int View_paddingEnd = 28;
- public static int View_paddingStart = 29;
- public static int View_theme = 30;
- public static int[] ViewBackgroundHelper = { 0x010100d4, 0x7f040035, 0x7f040036 };
- public static int ViewBackgroundHelper_android_background = 0;
- public static int ViewBackgroundHelper_backgroundTint = 1;
- public static int ViewBackgroundHelper_backgroundTintMode = 2;
- public static int[] ViewStubCompat = { 0x010100d0, 0x010100f3, 0x010100f2 };
- public static int ViewStubCompat_android_id = 0;
- public static int ViewStubCompat_android_inflatedId = 1;
- public static int ViewStubCompat_android_layout = 2;
- }
-}
diff --git a/library/build/generated/source/r/release/android/support/v7/cardview/R.java b/library/build/generated/source/r/release/android/support/v7/cardview/R.java
deleted file mode 100644
index 450ec0a..0000000
--- a/library/build/generated/source/r/release/android/support/v7/cardview/R.java
+++ /dev/null
@@ -1,53 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package android.support.v7.cardview;
-
-public final class R {
- public static final class attr {
- public static int cardBackgroundColor = 0x7f040053;
- public static int cardCornerRadius = 0x7f040054;
- public static int cardElevation = 0x7f040055;
- public static int cardMaxElevation = 0x7f040056;
- public static int cardPreventCornerOverlap = 0x7f040057;
- public static int cardUseCompatPadding = 0x7f040058;
- public static int contentPadding = 0x7f04007c;
- public static int contentPaddingBottom = 0x7f04007d;
- public static int contentPaddingLeft = 0x7f04007e;
- public static int contentPaddingRight = 0x7f04007f;
- public static int contentPaddingTop = 0x7f040080;
- }
- public static final class color {
- public static int cardview_dark_background = 0x7f06002e;
- public static int cardview_light_background = 0x7f06002f;
- public static int cardview_shadow_end_color = 0x7f060030;
- public static int cardview_shadow_start_color = 0x7f060031;
- }
- public static final class dimen {
- public static int cardview_compat_inset_shadow = 0x7f08004f;
- public static int cardview_default_elevation = 0x7f080050;
- public static int cardview_default_radius = 0x7f080051;
- }
- public static final class style {
- public static int CardView = 0x7f1600aa;
- public static int CardView_Dark = 0x7f1600ab;
- public static int CardView_Light = 0x7f1600ac;
- }
- public static final class styleable {
- public static int[] CardView = { 0x7f040053, 0x7f040054, 0x7f040055, 0x7f040056, 0x7f040057, 0x7f040058, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f04007f, 0x7f040080 };
- public static int CardView_cardBackgroundColor = 0;
- public static int CardView_cardCornerRadius = 1;
- public static int CardView_cardElevation = 2;
- public static int CardView_cardMaxElevation = 3;
- public static int CardView_cardPreventCornerOverlap = 4;
- public static int CardView_cardUseCompatPadding = 5;
- public static int CardView_contentPadding = 6;
- public static int CardView_contentPaddingBottom = 7;
- public static int CardView_contentPaddingLeft = 8;
- public static int CardView_contentPaddingRight = 9;
- public static int CardView_contentPaddingTop = 10;
- }
-}
diff --git a/library/build/generated/source/r/release/android/support/v7/recyclerview/R.java b/library/build/generated/source/r/release/android/support/v7/recyclerview/R.java
deleted file mode 100644
index dc57a92..0000000
--- a/library/build/generated/source/r/release/android/support/v7/recyclerview/R.java
+++ /dev/null
@@ -1,157 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package android.support.v7.recyclerview;
-
-public final class R {
- public static final class attr {
- public static int fastScrollEnabled = 0x7f04011e;
- public static int fastScrollHorizontalThumbDrawable = 0x7f04011f;
- public static int fastScrollHorizontalTrackDrawable = 0x7f040120;
- public static int fastScrollVerticalThumbDrawable = 0x7f040121;
- public static int fastScrollVerticalTrackDrawable = 0x7f040122;
- public static int font = 0x7f040123;
- public static int fontProviderAuthority = 0x7f040125;
- public static int fontProviderCerts = 0x7f040126;
- public static int fontProviderFetchStrategy = 0x7f040127;
- public static int fontProviderFetchTimeout = 0x7f040128;
- public static int fontProviderPackage = 0x7f040129;
- public static int fontProviderQuery = 0x7f04012a;
- public static int fontStyle = 0x7f04012b;
- public static int fontWeight = 0x7f04012c;
- public static int layoutManager = 0x7f040149;
- public static int reverseLayout = 0x7f0401c6;
- public static int spanCount = 0x7f040207;
- public static int stackFromEnd = 0x7f040222;
- }
- public static final class bool {
- public static int abc_action_bar_embed_tabs = 0x7f050001;
- }
- public static final class color {
- public static int notification_action_color_filter = 0x7f06005c;
- public static int notification_icon_bg_color = 0x7f06005d;
- public static int ripple_material_light = 0x7f06006d;
- public static int secondary_text_default_material_light = 0x7f06006f;
- }
- public static final class dimen {
- public static int compat_button_inset_horizontal_material = 0x7f080052;
- public static int compat_button_inset_vertical_material = 0x7f080053;
- public static int compat_button_padding_horizontal_material = 0x7f080054;
- public static int compat_button_padding_vertical_material = 0x7f080055;
- public static int compat_control_corner_material = 0x7f080056;
- public static int fastscroll_default_thickness = 0x7f08007f;
- public static int fastscroll_margin = 0x7f080080;
- public static int fastscroll_minimum_range = 0x7f080081;
- public static int item_touch_helper_max_drag_scroll_per_frame = 0x7f080089;
- public static int item_touch_helper_swipe_escape_max_velocity = 0x7f08008a;
- public static int item_touch_helper_swipe_escape_velocity = 0x7f08008b;
- public static int notification_action_icon_size = 0x7f08008c;
- public static int notification_action_text_size = 0x7f08008d;
- public static int notification_big_circle_margin = 0x7f08008e;
- public static int notification_content_margin_start = 0x7f08008f;
- public static int notification_large_icon_height = 0x7f080090;
- public static int notification_large_icon_width = 0x7f080091;
- public static int notification_main_column_padding_top = 0x7f080092;
- public static int notification_media_narrow_margin = 0x7f080093;
- public static int notification_right_icon_size = 0x7f080094;
- public static int notification_right_side_padding_top = 0x7f080095;
- public static int notification_small_icon_background_padding = 0x7f080096;
- public static int notification_small_icon_size_as_large = 0x7f080097;
- public static int notification_subtext_size = 0x7f080098;
- public static int notification_top_pad = 0x7f080099;
- public static int notification_top_pad_large_text = 0x7f08009a;
- }
- public static final class drawable {
- public static int notification_action_background = 0x7f090068;
- public static int notification_bg = 0x7f090069;
- public static int notification_bg_low = 0x7f09006a;
- public static int notification_bg_low_normal = 0x7f09006b;
- public static int notification_bg_low_pressed = 0x7f09006c;
- public static int notification_bg_normal = 0x7f09006d;
- public static int notification_bg_normal_pressed = 0x7f09006e;
- public static int notification_icon_background = 0x7f09006f;
- public static int notification_template_icon_bg = 0x7f090070;
- public static int notification_template_icon_low_bg = 0x7f090071;
- public static int notification_tile_bg = 0x7f090072;
- public static int notify_panel_notification_icon_bg = 0x7f090073;
- }
- public static final class id {
- public static int action_container = 0x7f0c0009;
- public static int action_divider = 0x7f0c000b;
- public static int action_image = 0x7f0c000c;
- public static int action_text = 0x7f0c0012;
- public static int actions = 0x7f0c0013;
- public static int async = 0x7f0c001d;
- public static int blocking = 0x7f0c0021;
- public static int chronometer = 0x7f0c002c;
- public static int forever = 0x7f0c0044;
- public static int icon = 0x7f0c004b;
- public static int icon_group = 0x7f0c004c;
- public static int info = 0x7f0c0050;
- public static int italic = 0x7f0c0051;
- public static int item_touch_helper_previous_elevation = 0x7f0c0052;
- public static int line1 = 0x7f0c0055;
- public static int line3 = 0x7f0c0056;
- public static int normal = 0x7f0c006b;
- public static int notification_background = 0x7f0c006c;
- public static int notification_main_column = 0x7f0c006d;
- public static int notification_main_column_container = 0x7f0c006e;
- public static int right_icon = 0x7f0c007a;
- public static int right_side = 0x7f0c007b;
- public static int text = 0x7f0c00a7;
- public static int text2 = 0x7f0c00a8;
- public static int time = 0x7f0c00ae;
- public static int title = 0x7f0c00af;
- }
- public static final class integer {
- public static int status_bar_notification_info_maxnum = 0x7f0d000b;
- }
- public static final class layout {
- public static int notification_action = 0x7f0f002e;
- public static int notification_action_tombstone = 0x7f0f002f;
- public static int notification_template_custom_big = 0x7f0f0036;
- public static int notification_template_icon_group = 0x7f0f0037;
- public static int notification_template_part_chronometer = 0x7f0f003c;
- public static int notification_template_part_time = 0x7f0f003d;
- }
- public static final class string {
- public static int status_bar_notification_info_overflow = 0x7f150029;
- }
- public static final class style {
- public static int TextAppearance_Compat_Notification = 0x7f16014a;
- public static int TextAppearance_Compat_Notification_Info = 0x7f16014b;
- public static int TextAppearance_Compat_Notification_Line2 = 0x7f16014d;
- public static int TextAppearance_Compat_Notification_Time = 0x7f160150;
- public static int TextAppearance_Compat_Notification_Title = 0x7f160152;
- public static int Widget_Compat_NotificationActionContainer = 0x7f1601cd;
- public static int Widget_Compat_NotificationActionText = 0x7f1601ce;
- }
- public static final class styleable {
- public static int[] FontFamily = { 0x7f040125, 0x7f040126, 0x7f040127, 0x7f040128, 0x7f040129, 0x7f04012a };
- public static int FontFamily_fontProviderAuthority = 0;
- public static int FontFamily_fontProviderCerts = 1;
- public static int FontFamily_fontProviderFetchStrategy = 2;
- public static int FontFamily_fontProviderFetchTimeout = 3;
- public static int FontFamily_fontProviderPackage = 4;
- public static int FontFamily_fontProviderQuery = 5;
- public static int[] FontFamilyFont = { 0x7f040123, 0x7f04012b, 0x7f04012c };
- public static int FontFamilyFont_font = 0;
- public static int FontFamilyFont_fontStyle = 1;
- public static int FontFamilyFont_fontWeight = 2;
- public static int[] RecyclerView = { 0x010100f1, 0x010100c4, 0x7f04011e, 0x7f04011f, 0x7f040120, 0x7f040121, 0x7f040122, 0x7f040149, 0x7f0401c6, 0x7f040207, 0x7f040222 };
- public static int RecyclerView_android_descendantFocusability = 0;
- public static int RecyclerView_android_orientation = 1;
- public static int RecyclerView_fastScrollEnabled = 2;
- public static int RecyclerView_fastScrollHorizontalThumbDrawable = 3;
- public static int RecyclerView_fastScrollHorizontalTrackDrawable = 4;
- public static int RecyclerView_fastScrollVerticalThumbDrawable = 5;
- public static int RecyclerView_fastScrollVerticalTrackDrawable = 6;
- public static int RecyclerView_layoutManager = 7;
- public static int RecyclerView_reverseLayout = 8;
- public static int RecyclerView_spanCount = 9;
- public static int RecyclerView_stackFromEnd = 10;
- }
-}
diff --git a/library/build/generated/source/r/release/com/androidbuts/multispinnerfilter/R.java b/library/build/generated/source/r/release/com/androidbuts/multispinnerfilter/R.java
deleted file mode 100644
index 663be74..0000000
--- a/library/build/generated/source/r/release/com/androidbuts/multispinnerfilter/R.java
+++ /dev/null
@@ -1,3046 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package com.androidbuts.multispinnerfilter;
-
-public final class R {
- public static final class anim {
- public static int abc_fade_in = 0x7f010001;
- public static int abc_fade_out = 0x7f010002;
- public static int abc_grow_fade_in_from_bottom = 0x7f010003;
- public static int abc_popup_enter = 0x7f010004;
- public static int abc_popup_exit = 0x7f010005;
- public static int abc_shrink_fade_out_from_bottom = 0x7f010006;
- public static int abc_slide_in_bottom = 0x7f010007;
- public static int abc_slide_in_top = 0x7f010008;
- public static int abc_slide_out_bottom = 0x7f010009;
- public static int abc_slide_out_top = 0x7f01000a;
- public static int design_bottom_sheet_slide_in = 0x7f01000b;
- public static int design_bottom_sheet_slide_out = 0x7f01000c;
- public static int design_snackbar_in = 0x7f01000d;
- public static int design_snackbar_out = 0x7f01000e;
- public static int tooltip_enter = 0x7f01000f;
- public static int tooltip_exit = 0x7f010010;
- }
- public static final class animator {
- public static int design_appbar_state_list_animator = 0x7f020001;
- }
- public static final class attr {
- public static int actionBarDivider = 0x7f040001;
- public static int actionBarItemBackground = 0x7f040002;
- public static int actionBarPopupTheme = 0x7f040003;
- public static int actionBarSize = 0x7f040004;
- public static int actionBarSplitStyle = 0x7f040005;
- public static int actionBarStyle = 0x7f040006;
- public static int actionBarTabBarStyle = 0x7f040007;
- public static int actionBarTabStyle = 0x7f040008;
- public static int actionBarTabTextStyle = 0x7f040009;
- public static int actionBarTheme = 0x7f04000a;
- public static int actionBarWidgetTheme = 0x7f04000b;
- public static int actionButtonStyle = 0x7f04000c;
- public static int actionDropDownStyle = 0x7f04000d;
- public static int actionLayout = 0x7f04000e;
- public static int actionMenuTextAppearance = 0x7f04000f;
- public static int actionMenuTextColor = 0x7f040010;
- public static int actionModeBackground = 0x7f040011;
- public static int actionModeCloseButtonStyle = 0x7f040012;
- public static int actionModeCloseDrawable = 0x7f040013;
- public static int actionModeCopyDrawable = 0x7f040014;
- public static int actionModeCutDrawable = 0x7f040015;
- public static int actionModeFindDrawable = 0x7f040016;
- public static int actionModePasteDrawable = 0x7f040017;
- public static int actionModePopupWindowStyle = 0x7f040018;
- public static int actionModeSelectAllDrawable = 0x7f040019;
- public static int actionModeShareDrawable = 0x7f04001a;
- public static int actionModeSplitBackground = 0x7f04001b;
- public static int actionModeStyle = 0x7f04001c;
- public static int actionModeWebSearchDrawable = 0x7f04001d;
- public static int actionOverflowButtonStyle = 0x7f04001e;
- public static int actionOverflowMenuStyle = 0x7f04001f;
- public static int actionProviderClass = 0x7f040020;
- public static int actionViewClass = 0x7f040021;
- public static int activityChooserViewStyle = 0x7f040022;
- public static int alertDialogButtonGroupStyle = 0x7f040023;
- public static int alertDialogCenterButtons = 0x7f040024;
- public static int alertDialogStyle = 0x7f040025;
- public static int alertDialogTheme = 0x7f040026;
- public static int allowStacking = 0x7f040027;
- public static int alpha = 0x7f040028;
- public static int alphabeticModifiers = 0x7f040029;
- public static int arrowHeadLength = 0x7f04002a;
- public static int arrowShaftLength = 0x7f04002b;
- public static int autoCompleteTextViewStyle = 0x7f04002c;
- public static int autoSizeMaxTextSize = 0x7f04002d;
- public static int autoSizeMinTextSize = 0x7f04002e;
- public static int autoSizePresetSizes = 0x7f04002f;
- public static int autoSizeStepGranularity = 0x7f040030;
- public static int autoSizeTextType = 0x7f040031;
- public static int background = 0x7f040032;
- public static int backgroundSplit = 0x7f040033;
- public static int backgroundStacked = 0x7f040034;
- public static int backgroundTint = 0x7f040035;
- public static int backgroundTintMode = 0x7f040036;
- public static int barLength = 0x7f040037;
- public static int behavior_autoHide = 0x7f040038;
- public static int behavior_hideable = 0x7f040039;
- public static int behavior_overlapTop = 0x7f04003a;
- public static int behavior_peekHeight = 0x7f04003b;
- public static int behavior_skipCollapsed = 0x7f04003c;
- public static int borderWidth = 0x7f04003d;
- public static int borderlessButtonStyle = 0x7f04003e;
- public static int bottomSheetDialogTheme = 0x7f04003f;
- public static int bottomSheetStyle = 0x7f040040;
- public static int bsd_cancelable = 0x7f040041;
- public static int bsd_canceledOnTouchOutside = 0x7f040042;
- public static int bsd_dimAmount = 0x7f040043;
- public static int bsd_inDuration = 0x7f040044;
- public static int bsd_inInterpolator = 0x7f040045;
- public static int bsd_outDuration = 0x7f040046;
- public static int bsd_outInterpolator = 0x7f040047;
- public static int buttonBarButtonStyle = 0x7f040048;
- public static int buttonBarNegativeButtonStyle = 0x7f040049;
- public static int buttonBarNeutralButtonStyle = 0x7f04004a;
- public static int buttonBarPositiveButtonStyle = 0x7f04004b;
- public static int buttonBarStyle = 0x7f04004c;
- public static int buttonGravity = 0x7f04004d;
- public static int buttonPanelSideLayout = 0x7f04004e;
- public static int buttonStyle = 0x7f04004f;
- public static int buttonStyleSmall = 0x7f040050;
- public static int buttonTint = 0x7f040051;
- public static int buttonTintMode = 0x7f040052;
- public static int cardBackgroundColor = 0x7f040053;
- public static int cardCornerRadius = 0x7f040054;
- public static int cardElevation = 0x7f040055;
- public static int cardMaxElevation = 0x7f040056;
- public static int cardPreventCornerOverlap = 0x7f040057;
- public static int cardUseCompatPadding = 0x7f040058;
- public static int cbd_animDuration = 0x7f040059;
- public static int cbd_boxSize = 0x7f04005a;
- public static int cbd_cornerRadius = 0x7f04005b;
- public static int cbd_height = 0x7f04005c;
- public static int cbd_strokeColor = 0x7f04005d;
- public static int cbd_strokeSize = 0x7f04005e;
- public static int cbd_tickColor = 0x7f04005f;
- public static int cbd_width = 0x7f040060;
- public static int checkboxStyle = 0x7f040061;
- public static int checkedTextViewStyle = 0x7f040062;
- public static int closeIcon = 0x7f040063;
- public static int closeItemLayout = 0x7f040064;
- public static int collapseContentDescription = 0x7f040065;
- public static int collapseIcon = 0x7f040066;
- public static int collapsedTitleGravity = 0x7f040067;
- public static int collapsedTitleTextAppearance = 0x7f040068;
- public static int color = 0x7f040069;
- public static int colorAccent = 0x7f04006a;
- public static int colorBackgroundFloating = 0x7f04006b;
- public static int colorButtonNormal = 0x7f04006c;
- public static int colorControlActivated = 0x7f04006d;
- public static int colorControlHighlight = 0x7f04006e;
- public static int colorControlNormal = 0x7f04006f;
- public static int colorError = 0x7f040070;
- public static int colorPrimary = 0x7f040071;
- public static int colorPrimaryDark = 0x7f040072;
- public static int colorSwitchThumbNormal = 0x7f040073;
- public static int commitIcon = 0x7f040074;
- public static int contentDescription = 0x7f040075;
- public static int contentInsetEnd = 0x7f040076;
- public static int contentInsetEndWithActions = 0x7f040077;
- public static int contentInsetLeft = 0x7f040078;
- public static int contentInsetRight = 0x7f040079;
- public static int contentInsetStart = 0x7f04007a;
- public static int contentInsetStartWithNavigation = 0x7f04007b;
- public static int contentPadding = 0x7f04007c;
- public static int contentPaddingBottom = 0x7f04007d;
- public static int contentPaddingLeft = 0x7f04007e;
- public static int contentPaddingRight = 0x7f04007f;
- public static int contentPaddingTop = 0x7f040080;
- public static int contentScrim = 0x7f040081;
- public static int controlBackground = 0x7f040082;
- public static int counterEnabled = 0x7f040083;
- public static int counterMaxLength = 0x7f040084;
- public static int counterOverflowTextAppearance = 0x7f040085;
- public static int counterTextAppearance = 0x7f040086;
- public static int cpd_inAnimDuration = 0x7f040087;
- public static int cpd_inStepColors = 0x7f040088;
- public static int cpd_inStepPercent = 0x7f040089;
- public static int cpd_initialAngle = 0x7f04008a;
- public static int cpd_keepDuration = 0x7f04008b;
- public static int cpd_maxSweepAngle = 0x7f04008c;
- public static int cpd_minSweepAngle = 0x7f04008d;
- public static int cpd_outAnimDuration = 0x7f04008e;
- public static int cpd_padding = 0x7f04008f;
- public static int cpd_reverse = 0x7f040090;
- public static int cpd_rotateDuration = 0x7f040091;
- public static int cpd_strokeColor = 0x7f040092;
- public static int cpd_strokeColors = 0x7f040093;
- public static int cpd_strokeSecondaryColor = 0x7f040094;
- public static int cpd_strokeSize = 0x7f040095;
- public static int cpd_transformDuration = 0x7f040096;
- public static int cpd_transformInterpolator = 0x7f040097;
- public static int customNavigationLayout = 0x7f040098;
- public static int defaultQueryHint = 0x7f040099;
- public static int di_actionBackground = 0x7f04009a;
- public static int di_actionRipple = 0x7f04009b;
- public static int di_actionTextAppearance = 0x7f04009c;
- public static int di_actionTextColor = 0x7f04009d;
- public static int di_backgroundColor = 0x7f04009e;
- public static int di_cancelable = 0x7f04009f;
- public static int di_canceledOnTouchOutside = 0x7f0400a0;
- public static int di_checkBoxStyle = 0x7f0400a1;
- public static int di_cornerRadius = 0x7f0400a2;
- public static int di_dimAmount = 0x7f0400a3;
- public static int di_dividerColor = 0x7f0400a4;
- public static int di_dividerHeight = 0x7f0400a5;
- public static int di_elevation = 0x7f0400a6;
- public static int di_inAnimation = 0x7f0400a7;
- public static int di_itemHeight = 0x7f0400a8;
- public static int di_itemTextAppearance = 0x7f0400a9;
- public static int di_layoutDirection = 0x7f0400aa;
- public static int di_maxElevation = 0x7f0400ab;
- public static int di_maxHeight = 0x7f0400ac;
- public static int di_maxWidth = 0x7f0400ad;
- public static int di_messageTextAppearance = 0x7f0400ae;
- public static int di_messageTextColor = 0x7f0400af;
- public static int di_negativeActionBackground = 0x7f0400b0;
- public static int di_negativeActionRipple = 0x7f0400b1;
- public static int di_negativeActionTextAppearance = 0x7f0400b2;
- public static int di_negativeActionTextColor = 0x7f0400b3;
- public static int di_neutralActionBackground = 0x7f0400b4;
- public static int di_neutralActionRipple = 0x7f0400b5;
- public static int di_neutralActionTextAppearance = 0x7f0400b6;
- public static int di_neutralActionTextColor = 0x7f0400b7;
- public static int di_outAnimation = 0x7f0400b8;
- public static int di_positiveActionBackground = 0x7f0400b9;
- public static int di_positiveActionRipple = 0x7f0400ba;
- public static int di_positiveActionTextAppearance = 0x7f0400bb;
- public static int di_positiveActionTextColor = 0x7f0400bc;
- public static int di_radioButtonStyle = 0x7f0400bd;
- public static int di_titleTextAppearance = 0x7f0400be;
- public static int di_titleTextColor = 0x7f0400bf;
- public static int dialogPreferredPadding = 0x7f0400c0;
- public static int dialogTheme = 0x7f0400c1;
- public static int displayOptions = 0x7f0400c2;
- public static int divider = 0x7f0400c3;
- public static int dividerHorizontal = 0x7f0400c4;
- public static int dividerPadding = 0x7f0400c5;
- public static int dividerVertical = 0x7f0400c6;
- public static int dp_animDuration = 0x7f0400c7;
- public static int dp_day = 0x7f0400c8;
- public static int dp_dayMax = 0x7f0400c9;
- public static int dp_dayMin = 0x7f0400ca;
- public static int dp_dayTextSize = 0x7f0400cb;
- public static int dp_fontFamily = 0x7f0400cc;
- public static int dp_headerPrimaryColor = 0x7f0400cd;
- public static int dp_headerPrimaryHeight = 0x7f0400ce;
- public static int dp_headerPrimaryTextSize = 0x7f0400cf;
- public static int dp_headerSecondaryColor = 0x7f0400d0;
- public static int dp_headerSecondaryHeight = 0x7f0400d1;
- public static int dp_headerSecondaryTextSize = 0x7f0400d2;
- public static int dp_inInterpolator = 0x7f0400d3;
- public static int dp_month = 0x7f0400d4;
- public static int dp_monthMax = 0x7f0400d5;
- public static int dp_monthMin = 0x7f0400d6;
- public static int dp_outInterpolator = 0x7f0400d7;
- public static int dp_selectionColor = 0x7f0400d8;
- public static int dp_textColor = 0x7f0400d9;
- public static int dp_textDisableColor = 0x7f0400da;
- public static int dp_textHeaderColor = 0x7f0400db;
- public static int dp_textHighlightColor = 0x7f0400dc;
- public static int dp_textLabelColor = 0x7f0400dd;
- public static int dp_textStyle = 0x7f0400de;
- public static int dp_year = 0x7f0400df;
- public static int dp_yearItemHeight = 0x7f0400e0;
- public static int dp_yearMax = 0x7f0400e1;
- public static int dp_yearMin = 0x7f0400e2;
- public static int dp_yearTextSize = 0x7f0400e3;
- public static int drawableSize = 0x7f0400e4;
- public static int drawerArrowStyle = 0x7f0400e5;
- public static int dropDownListViewStyle = 0x7f0400e6;
- public static int dropdownListPreferredItemHeight = 0x7f0400e7;
- public static int editTextBackground = 0x7f0400e8;
- public static int editTextColor = 0x7f0400e9;
- public static int editTextStyle = 0x7f0400ea;
- public static int elevation = 0x7f0400eb;
- public static int errorEnabled = 0x7f0400ec;
- public static int errorTextAppearance = 0x7f0400ed;
- public static int et_autoCompleteMode = 0x7f0400ee;
- public static int et_dividerAnimDuration = 0x7f0400ef;
- public static int et_dividerColor = 0x7f0400f0;
- public static int et_dividerCompoundPadding = 0x7f0400f1;
- public static int et_dividerErrorColor = 0x7f0400f2;
- public static int et_dividerHeight = 0x7f0400f3;
- public static int et_dividerPadding = 0x7f0400f4;
- public static int et_error = 0x7f0400f5;
- public static int et_helper = 0x7f0400f6;
- public static int et_inputId = 0x7f0400f7;
- public static int et_labelEllipsize = 0x7f0400f8;
- public static int et_labelEnable = 0x7f0400f9;
- public static int et_labelInAnim = 0x7f0400fa;
- public static int et_labelOutAnim = 0x7f0400fb;
- public static int et_labelPadding = 0x7f0400fc;
- public static int et_labelTextAppearance = 0x7f0400fd;
- public static int et_labelTextColor = 0x7f0400fe;
- public static int et_labelTextSize = 0x7f0400ff;
- public static int et_supportEllipsize = 0x7f040100;
- public static int et_supportLines = 0x7f040101;
- public static int et_supportMaxChars = 0x7f040102;
- public static int et_supportMaxLines = 0x7f040103;
- public static int et_supportMode = 0x7f040104;
- public static int et_supportPadding = 0x7f040105;
- public static int et_supportSingleLine = 0x7f040106;
- public static int et_supportTextAppearance = 0x7f040107;
- public static int et_supportTextColor = 0x7f040108;
- public static int et_supportTextErrorColor = 0x7f040109;
- public static int et_supportTextSize = 0x7f04010a;
- public static int expandActivityOverflowButtonDrawable = 0x7f04010b;
- public static int expanded = 0x7f04010c;
- public static int expandedTitleGravity = 0x7f04010d;
- public static int expandedTitleMargin = 0x7f04010e;
- public static int expandedTitleMarginBottom = 0x7f04010f;
- public static int expandedTitleMarginEnd = 0x7f040110;
- public static int expandedTitleMarginStart = 0x7f040111;
- public static int expandedTitleMarginTop = 0x7f040112;
- public static int expandedTitleTextAppearance = 0x7f040113;
- public static int fabSize = 0x7f040114;
- public static int fab_animDuration = 0x7f040115;
- public static int fab_backgroundAnimDuration = 0x7f040116;
- public static int fab_backgroundColor = 0x7f040117;
- public static int fab_elevation = 0x7f040118;
- public static int fab_iconLineMorphing = 0x7f040119;
- public static int fab_iconSize = 0x7f04011a;
- public static int fab_iconSrc = 0x7f04011b;
- public static int fab_interpolator = 0x7f04011c;
- public static int fab_radius = 0x7f04011d;
- public static int fastScrollEnabled = 0x7f04011e;
- public static int fastScrollHorizontalThumbDrawable = 0x7f04011f;
- public static int fastScrollHorizontalTrackDrawable = 0x7f040120;
- public static int fastScrollVerticalThumbDrawable = 0x7f040121;
- public static int fastScrollVerticalTrackDrawable = 0x7f040122;
- public static int font = 0x7f040123;
- public static int fontFamily = 0x7f040124;
- public static int fontProviderAuthority = 0x7f040125;
- public static int fontProviderCerts = 0x7f040126;
- public static int fontProviderFetchStrategy = 0x7f040127;
- public static int fontProviderFetchTimeout = 0x7f040128;
- public static int fontProviderPackage = 0x7f040129;
- public static int fontProviderQuery = 0x7f04012a;
- public static int fontStyle = 0x7f04012b;
- public static int fontWeight = 0x7f04012c;
- public static int foregroundInsidePadding = 0x7f04012d;
- public static int gapBetweenBars = 0x7f04012e;
- public static int goIcon = 0x7f04012f;
- public static int headerLayout = 0x7f040130;
- public static int height = 0x7f040131;
- public static int hideOnContentScroll = 0x7f040132;
- public static int hintAnimationEnabled = 0x7f040133;
- public static int hintEnabled = 0x7f040134;
- public static int hintText = 0x7f040135;
- public static int hintTextAppearance = 0x7f040136;
- public static int homeAsUpIndicator = 0x7f040137;
- public static int homeLayout = 0x7f040138;
- public static int icon = 0x7f040139;
- public static int iconTint = 0x7f04013a;
- public static int iconTintMode = 0x7f04013b;
- public static int iconifiedByDefault = 0x7f04013c;
- public static int imageButtonStyle = 0x7f04013d;
- public static int indeterminateProgressStyle = 0x7f04013e;
- public static int initialActivityCount = 0x7f04013f;
- public static int insetForeground = 0x7f040140;
- public static int isLightTheme = 0x7f040141;
- public static int itemBackground = 0x7f040142;
- public static int itemIconTint = 0x7f040143;
- public static int itemPadding = 0x7f040144;
- public static int itemTextAppearance = 0x7f040145;
- public static int itemTextColor = 0x7f040146;
- public static int keylines = 0x7f040147;
- public static int layout = 0x7f040148;
- public static int layoutManager = 0x7f040149;
- public static int layout_anchor = 0x7f04014a;
- public static int layout_anchorGravity = 0x7f04014b;
- public static int layout_behavior = 0x7f04014c;
- public static int layout_collapseMode = 0x7f04014d;
- public static int layout_collapseParallaxMultiplier = 0x7f04014e;
- public static int layout_dodgeInsetEdges = 0x7f04014f;
- public static int layout_insetEdge = 0x7f040150;
- public static int layout_keyline = 0x7f040151;
- public static int layout_scrollFlags = 0x7f040152;
- public static int layout_scrollInterpolator = 0x7f040153;
- public static int listChoiceBackgroundIndicator = 0x7f040154;
- public static int listDividerAlertDialog = 0x7f040155;
- public static int listItemLayout = 0x7f040156;
- public static int listLayout = 0x7f040157;
- public static int listMenuViewStyle = 0x7f040158;
- public static int listPopupWindowStyle = 0x7f040159;
- public static int listPreferredItemHeight = 0x7f04015a;
- public static int listPreferredItemHeightLarge = 0x7f04015b;
- public static int listPreferredItemHeightSmall = 0x7f04015c;
- public static int listPreferredItemPaddingLeft = 0x7f04015d;
- public static int listPreferredItemPaddingRight = 0x7f04015e;
- public static int lmd_animDuration = 0x7f04015f;
- public static int lmd_clockwise = 0x7f040160;
- public static int lmd_curState = 0x7f040161;
- public static int lmd_interpolator = 0x7f040162;
- public static int lmd_layoutDirection = 0x7f040163;
- public static int lmd_padding = 0x7f040164;
- public static int lmd_paddingBottom = 0x7f040165;
- public static int lmd_paddingLeft = 0x7f040166;
- public static int lmd_paddingRight = 0x7f040167;
- public static int lmd_paddingTop = 0x7f040168;
- public static int lmd_state = 0x7f040169;
- public static int lmd_strokeCap = 0x7f04016a;
- public static int lmd_strokeColor = 0x7f04016b;
- public static int lmd_strokeJoin = 0x7f04016c;
- public static int lmd_strokeSize = 0x7f04016d;
- public static int logo = 0x7f04016e;
- public static int logoDescription = 0x7f04016f;
- public static int lpd_inAnimDuration = 0x7f040170;
- public static int lpd_keepDuration = 0x7f040171;
- public static int lpd_maxLineWidth = 0x7f040172;
- public static int lpd_minLineWidth = 0x7f040173;
- public static int lpd_outAnimDuration = 0x7f040174;
- public static int lpd_reverse = 0x7f040175;
- public static int lpd_strokeColor = 0x7f040176;
- public static int lpd_strokeColors = 0x7f040177;
- public static int lpd_strokeSecondaryColor = 0x7f040178;
- public static int lpd_strokeSize = 0x7f040179;
- public static int lpd_transformDuration = 0x7f04017a;
- public static int lpd_transformInterpolator = 0x7f04017b;
- public static int lpd_travelDuration = 0x7f04017c;
- public static int lpd_verticalAlign = 0x7f04017d;
- public static int maxActionInlineWidth = 0x7f04017e;
- public static int maxButtonHeight = 0x7f04017f;
- public static int measureWithLargestChild = 0x7f040180;
- public static int menu = 0x7f040181;
- public static int multiChoiceItemLayout = 0x7f040182;
- public static int navigationContentDescription = 0x7f040183;
- public static int navigationIcon = 0x7f040184;
- public static int navigationMode = 0x7f040185;
- public static int nd_icon = 0x7f040186;
- public static int nd_ripple = 0x7f040187;
- public static int numericModifiers = 0x7f040188;
- public static int overlapAnchor = 0x7f040189;
- public static int paddingBottomNoButtons = 0x7f04018a;
- public static int paddingEnd = 0x7f04018b;
- public static int paddingStart = 0x7f04018c;
- public static int paddingTopNoTitle = 0x7f04018d;
- public static int panelBackground = 0x7f04018e;
- public static int panelMenuListTheme = 0x7f04018f;
- public static int panelMenuListWidth = 0x7f040190;
- public static int passwordToggleContentDescription = 0x7f040191;
- public static int passwordToggleDrawable = 0x7f040192;
- public static int passwordToggleEnabled = 0x7f040193;
- public static int passwordToggleTint = 0x7f040194;
- public static int passwordToggleTintMode = 0x7f040195;
- public static int popupMenuStyle = 0x7f040196;
- public static int popupTheme = 0x7f040197;
- public static int popupWindowStyle = 0x7f040198;
- public static int preserveIconSpacing = 0x7f040199;
- public static int pressedTranslationZ = 0x7f04019a;
- public static int progressBarPadding = 0x7f04019b;
- public static int progressBarStyle = 0x7f04019c;
- public static int pv_autostart = 0x7f04019d;
- public static int pv_circular = 0x7f04019e;
- public static int pv_progress = 0x7f04019f;
- public static int pv_progressMode = 0x7f0401a0;
- public static int pv_progressStyle = 0x7f0401a1;
- public static int pv_secondaryProgress = 0x7f0401a2;
- public static int queryBackground = 0x7f0401a3;
- public static int queryHint = 0x7f0401a4;
- public static int radioButtonStyle = 0x7f0401a5;
- public static int ratingBarStyle = 0x7f0401a6;
- public static int ratingBarStyleIndicator = 0x7f0401a7;
- public static int ratingBarStyleSmall = 0x7f0401a8;
- public static int rbd_animDuration = 0x7f0401a9;
- public static int rbd_height = 0x7f0401aa;
- public static int rbd_innerRadius = 0x7f0401ab;
- public static int rbd_radius = 0x7f0401ac;
- public static int rbd_strokeColor = 0x7f0401ad;
- public static int rbd_strokeSize = 0x7f0401ae;
- public static int rbd_width = 0x7f0401af;
- public static int rd_backgroundAnimDuration = 0x7f0401b0;
- public static int rd_backgroundColor = 0x7f0401b1;
- public static int rd_bottomLeftCornerRadius = 0x7f0401b2;
- public static int rd_bottomPadding = 0x7f0401b3;
- public static int rd_bottomRightCornerRadius = 0x7f0401b4;
- public static int rd_cornerRadius = 0x7f0401b5;
- public static int rd_delayClick = 0x7f0401b6;
- public static int rd_enable = 0x7f0401b7;
- public static int rd_inInterpolator = 0x7f0401b8;
- public static int rd_leftPadding = 0x7f0401b9;
- public static int rd_maskType = 0x7f0401ba;
- public static int rd_maxRippleRadius = 0x7f0401bb;
- public static int rd_outInterpolator = 0x7f0401bc;
- public static int rd_padding = 0x7f0401bd;
- public static int rd_rightPadding = 0x7f0401be;
- public static int rd_rippleAnimDuration = 0x7f0401bf;
- public static int rd_rippleColor = 0x7f0401c0;
- public static int rd_rippleType = 0x7f0401c1;
- public static int rd_style = 0x7f0401c2;
- public static int rd_topLeftCornerRadius = 0x7f0401c3;
- public static int rd_topPadding = 0x7f0401c4;
- public static int rd_topRightCornerRadius = 0x7f0401c5;
- public static int reverseLayout = 0x7f0401c6;
- public static int rippleColor = 0x7f0401c7;
- public static int sb_actionRipple = 0x7f0401c8;
- public static int sb_actionText = 0x7f0401c9;
- public static int sb_actionTextAppearance = 0x7f0401ca;
- public static int sb_actionTextColor = 0x7f0401cb;
- public static int sb_actionTextSize = 0x7f0401cc;
- public static int sb_backgroundColor = 0x7f0401cd;
- public static int sb_backgroundCornerRadius = 0x7f0401ce;
- public static int sb_duration = 0x7f0401cf;
- public static int sb_ellipsize = 0x7f0401d0;
- public static int sb_height = 0x7f0401d1;
- public static int sb_horizontalPadding = 0x7f0401d2;
- public static int sb_inAnimation = 0x7f0401d3;
- public static int sb_lines = 0x7f0401d4;
- public static int sb_marginBottom = 0x7f0401d5;
- public static int sb_marginStart = 0x7f0401d6;
- public static int sb_maxHeight = 0x7f0401d7;
- public static int sb_maxLines = 0x7f0401d8;
- public static int sb_maxWidth = 0x7f0401d9;
- public static int sb_minHeight = 0x7f0401da;
- public static int sb_minWidth = 0x7f0401db;
- public static int sb_outAnimation = 0x7f0401dc;
- public static int sb_removeOnDismiss = 0x7f0401dd;
- public static int sb_singleLine = 0x7f0401de;
- public static int sb_text = 0x7f0401df;
- public static int sb_textAppearance = 0x7f0401e0;
- public static int sb_textColor = 0x7f0401e1;
- public static int sb_textSize = 0x7f0401e2;
- public static int sb_verticalPadding = 0x7f0401e3;
- public static int sb_width = 0x7f0401e4;
- public static int scrimAnimationDuration = 0x7f0401e5;
- public static int scrimVisibleHeightTrigger = 0x7f0401e6;
- public static int searchHintIcon = 0x7f0401e7;
- public static int searchIcon = 0x7f0401e8;
- public static int searchViewStyle = 0x7f0401e9;
- public static int seekBarStyle = 0x7f0401ea;
- public static int selectableItemBackground = 0x7f0401eb;
- public static int selectableItemBackgroundBorderless = 0x7f0401ec;
- public static int showAsAction = 0x7f0401ed;
- public static int showDividers = 0x7f0401ee;
- public static int showText = 0x7f0401ef;
- public static int showTitle = 0x7f0401f0;
- public static int singleChoiceItemLayout = 0x7f0401f1;
- public static int sl_alwaysFillThumb = 0x7f0401f2;
- public static int sl_baselineOffset = 0x7f0401f3;
- public static int sl_discreteMode = 0x7f0401f4;
- public static int sl_fontFamily = 0x7f0401f5;
- public static int sl_interpolator = 0x7f0401f6;
- public static int sl_maxValue = 0x7f0401f7;
- public static int sl_minValue = 0x7f0401f8;
- public static int sl_primaryColor = 0x7f0401f9;
- public static int sl_secondaryColor = 0x7f0401fa;
- public static int sl_stepValue = 0x7f0401fb;
- public static int sl_textColor = 0x7f0401fc;
- public static int sl_textSize = 0x7f0401fd;
- public static int sl_textStyle = 0x7f0401fe;
- public static int sl_thumbBorderSize = 0x7f0401ff;
- public static int sl_thumbFocusRadius = 0x7f040200;
- public static int sl_thumbRadius = 0x7f040201;
- public static int sl_trackCap = 0x7f040202;
- public static int sl_trackSize = 0x7f040203;
- public static int sl_transformAnimDuration = 0x7f040204;
- public static int sl_travelAnimDuration = 0x7f040205;
- public static int sl_value = 0x7f040206;
- public static int spanCount = 0x7f040207;
- public static int spinBars = 0x7f040208;
- public static int spinnerDropDownItemStyle = 0x7f040209;
- public static int spinnerStyle = 0x7f04020a;
- public static int splitTrack = 0x7f04020b;
- public static int spn_arrowAnimClockwise = 0x7f04020c;
- public static int spn_arrowAnimDuration = 0x7f04020d;
- public static int spn_arrowColor = 0x7f04020e;
- public static int spn_arrowInterpolator = 0x7f04020f;
- public static int spn_arrowPadding = 0x7f040210;
- public static int spn_arrowSize = 0x7f040211;
- public static int spn_arrowSwitchMode = 0x7f040212;
- public static int spn_disableChildrenWhenDisabled = 0x7f040213;
- public static int spn_dividerAnimDuration = 0x7f040214;
- public static int spn_dividerColor = 0x7f040215;
- public static int spn_dividerHeight = 0x7f040216;
- public static int spn_dividerPadding = 0x7f040217;
- public static int spn_label = 0x7f040218;
- public static int spn_labelEllipsize = 0x7f040219;
- public static int spn_labelEnable = 0x7f04021a;
- public static int spn_labelPadding = 0x7f04021b;
- public static int spn_labelTextAppearance = 0x7f04021c;
- public static int spn_labelTextColor = 0x7f04021d;
- public static int spn_labelTextSize = 0x7f04021e;
- public static int spn_popupItemAnimOffset = 0x7f04021f;
- public static int spn_popupItemAnimation = 0x7f040220;
- public static int srcCompat = 0x7f040221;
- public static int stackFromEnd = 0x7f040222;
- public static int state_above_anchor = 0x7f040223;
- public static int state_collapsed = 0x7f040224;
- public static int state_collapsible = 0x7f040225;
- public static int statusBarBackground = 0x7f040226;
- public static int statusBarScrim = 0x7f040227;
- public static int subMenuArrow = 0x7f040228;
- public static int submitBackground = 0x7f040229;
- public static int subtitle = 0x7f04022a;
- public static int subtitleTextAppearance = 0x7f04022b;
- public static int subtitleTextColor = 0x7f04022c;
- public static int subtitleTextStyle = 0x7f04022d;
- public static int suggestionRowLayout = 0x7f04022e;
- public static int sw_animDuration = 0x7f04022f;
- public static int sw_interpolator = 0x7f040230;
- public static int sw_thumbColor = 0x7f040231;
- public static int sw_thumbElevation = 0x7f040232;
- public static int sw_thumbRadius = 0x7f040233;
- public static int sw_trackCap = 0x7f040234;
- public static int sw_trackColor = 0x7f040235;
- public static int sw_trackSize = 0x7f040236;
- public static int switchMinWidth = 0x7f040237;
- public static int switchPadding = 0x7f040238;
- public static int switchStyle = 0x7f040239;
- public static int switchTextAppearance = 0x7f04023a;
- public static int tabBackground = 0x7f04023b;
- public static int tabContentStart = 0x7f04023c;
- public static int tabGravity = 0x7f04023d;
- public static int tabIndicatorColor = 0x7f04023e;
- public static int tabIndicatorHeight = 0x7f04023f;
- public static int tabMaxWidth = 0x7f040240;
- public static int tabMinWidth = 0x7f040241;
- public static int tabMode = 0x7f040242;
- public static int tabPadding = 0x7f040243;
- public static int tabPaddingBottom = 0x7f040244;
- public static int tabPaddingEnd = 0x7f040245;
- public static int tabPaddingStart = 0x7f040246;
- public static int tabPaddingTop = 0x7f040247;
- public static int tabSelectedTextColor = 0x7f040248;
- public static int tabTextAppearance = 0x7f040249;
- public static int tabTextColor = 0x7f04024a;
- public static int textAllCaps = 0x7f04024b;
- public static int textAppearanceLargePopupMenu = 0x7f04024c;
- public static int textAppearanceListItem = 0x7f04024d;
- public static int textAppearanceListItemSecondary = 0x7f04024e;
- public static int textAppearanceListItemSmall = 0x7f04024f;
- public static int textAppearancePopupMenuHeader = 0x7f040250;
- public static int textAppearanceSearchResultSubtitle = 0x7f040251;
- public static int textAppearanceSearchResultTitle = 0x7f040252;
- public static int textAppearanceSmallPopupMenu = 0x7f040253;
- public static int textColorAlertDialogListItem = 0x7f040254;
- public static int textColorError = 0x7f040255;
- public static int textColorSearchUrl = 0x7f040256;
- public static int theme = 0x7f040257;
- public static int thickness = 0x7f040258;
- public static int thumbTextPadding = 0x7f040259;
- public static int thumbTint = 0x7f04025a;
- public static int thumbTintMode = 0x7f04025b;
- public static int tickMark = 0x7f04025c;
- public static int tickMarkTint = 0x7f04025d;
- public static int tickMarkTintMode = 0x7f04025e;
- public static int tint = 0x7f04025f;
- public static int tintMode = 0x7f040260;
- public static int title = 0x7f040261;
- public static int titleEnabled = 0x7f040262;
- public static int titleMargin = 0x7f040263;
- public static int titleMarginBottom = 0x7f040264;
- public static int titleMarginEnd = 0x7f040265;
- public static int titleMarginStart = 0x7f040266;
- public static int titleMarginTop = 0x7f040267;
- public static int titleMargins = 0x7f040268;
- public static int titleTextAppearance = 0x7f040269;
- public static int titleTextColor = 0x7f04026a;
- public static int titleTextStyle = 0x7f04026b;
- public static int toolbarId = 0x7f04026c;
- public static int toolbarNavigationButtonStyle = 0x7f04026d;
- public static int toolbarStyle = 0x7f04026e;
- public static int tooltipForegroundColor = 0x7f04026f;
- public static int tooltipFrameBackground = 0x7f040270;
- public static int tooltipText = 0x7f040271;
- public static int tp_24Hour = 0x7f040272;
- public static int tp_am = 0x7f040273;
- public static int tp_animDuration = 0x7f040274;
- public static int tp_backgroundColor = 0x7f040275;
- public static int tp_fontFamily = 0x7f040276;
- public static int tp_headerHeight = 0x7f040277;
- public static int tp_hour = 0x7f040278;
- public static int tp_inInterpolator = 0x7f040279;
- public static int tp_leadingZero = 0x7f04027a;
- public static int tp_minute = 0x7f04027b;
- public static int tp_mode = 0x7f04027c;
- public static int tp_outInterpolator = 0x7f04027d;
- public static int tp_pm = 0x7f04027e;
- public static int tp_selectionColor = 0x7f04027f;
- public static int tp_selectionRadius = 0x7f040280;
- public static int tp_textColor = 0x7f040281;
- public static int tp_textHighlightColor = 0x7f040282;
- public static int tp_textSize = 0x7f040283;
- public static int tp_textStyle = 0x7f040284;
- public static int tp_textTimeColor = 0x7f040285;
- public static int tp_textTimeSize = 0x7f040286;
- public static int tp_tickSize = 0x7f040287;
- public static int tpi_centerCurrentTab = 0x7f040288;
- public static int tpi_indicatorAtTop = 0x7f040289;
- public static int tpi_indicatorColor = 0x7f04028a;
- public static int tpi_indicatorHeight = 0x7f04028b;
- public static int tpi_mode = 0x7f04028c;
- public static int tpi_tabPadding = 0x7f04028d;
- public static int tpi_tabRipple = 0x7f04028e;
- public static int tpi_tabSingleLine = 0x7f04028f;
- public static int track = 0x7f040290;
- public static int trackTint = 0x7f040291;
- public static int trackTintMode = 0x7f040292;
- public static int tv_fontFamily = 0x7f040293;
- public static int useCompatPadding = 0x7f040294;
- public static int v_styleId = 0x7f040295;
- public static int voiceIcon = 0x7f040296;
- public static int windowActionBar = 0x7f040297;
- public static int windowActionBarOverlay = 0x7f040298;
- public static int windowActionModeOverlay = 0x7f040299;
- public static int windowFixedHeightMajor = 0x7f04029a;
- public static int windowFixedHeightMinor = 0x7f04029b;
- public static int windowFixedWidthMajor = 0x7f04029c;
- public static int windowFixedWidthMinor = 0x7f04029d;
- public static int windowMinWidthMajor = 0x7f04029e;
- public static int windowMinWidthMinor = 0x7f04029f;
- public static int windowNoTitle = 0x7f0402a0;
- }
- public static final class bool {
- public static int abc_action_bar_embed_tabs = 0x7f050001;
- public static int abc_action_bar_embed_tabs_pre_jb = 0x7f050002;
- public static int abc_action_bar_expanded_action_views_exclusive = 0x7f050003;
- public static int abc_allow_stacked_button_bar = 0x7f050004;
- public static int abc_config_actionMenuItemAllCaps = 0x7f050005;
- public static int abc_config_allowActionMenuItemTextWithIcon = 0x7f050006;
- public static int abc_config_closeDialogWhenTouchOutside = 0x7f050007;
- public static int abc_config_showMenuShortcutsWhenKeyboardPresent = 0x7f050008;
- }
- public static final class color {
- public static int ColorPrimary = 0x7f060001;
- public static int ColorPrimaryDark = 0x7f060002;
- public static int abc_background_cache_hint_selector_material_dark = 0x7f060003;
- public static int abc_background_cache_hint_selector_material_light = 0x7f060004;
- public static int abc_btn_colored_borderless_text_material = 0x7f060005;
- public static int abc_btn_colored_text_material = 0x7f060006;
- public static int abc_color_highlight_material = 0x7f060007;
- public static int abc_hint_foreground_material_dark = 0x7f060008;
- public static int abc_hint_foreground_material_light = 0x7f060009;
- public static int abc_input_method_navigation_guard = 0x7f06000a;
- public static int abc_primary_text_disable_only_material_dark = 0x7f06000b;
- public static int abc_primary_text_disable_only_material_light = 0x7f06000c;
- public static int abc_primary_text_material_dark = 0x7f06000d;
- public static int abc_primary_text_material_light = 0x7f06000e;
- public static int abc_search_url_text = 0x7f06000f;
- public static int abc_search_url_text_normal = 0x7f060010;
- public static int abc_search_url_text_pressed = 0x7f060011;
- public static int abc_search_url_text_selected = 0x7f060012;
- public static int abc_secondary_text_material_dark = 0x7f060013;
- public static int abc_secondary_text_material_light = 0x7f060014;
- public static int abc_tint_btn_checkable = 0x7f060015;
- public static int abc_tint_default = 0x7f060016;
- public static int abc_tint_edittext = 0x7f060017;
- public static int abc_tint_seek_thumb = 0x7f060018;
- public static int abc_tint_spinner = 0x7f060019;
- public static int abc_tint_switch_track = 0x7f06001a;
- public static int accent_material_dark = 0x7f06001b;
- public static int accent_material_light = 0x7f06001c;
- public static int android_text_color = 0x7f06001d;
- public static int app_topbar_color = 0x7f06001e;
- public static int background_color = 0x7f06001f;
- public static int background_floating_material_dark = 0x7f060020;
- public static int background_floating_material_light = 0x7f060021;
- public static int background_material_dark = 0x7f060022;
- public static int background_material_light = 0x7f060023;
- public static int black = 0x7f060024;
- public static int blue = 0x7f060025;
- public static int bright_foreground_disabled_material_dark = 0x7f060026;
- public static int bright_foreground_disabled_material_light = 0x7f060027;
- public static int bright_foreground_inverse_material_dark = 0x7f060028;
- public static int bright_foreground_inverse_material_light = 0x7f060029;
- public static int bright_foreground_material_dark = 0x7f06002a;
- public static int bright_foreground_material_light = 0x7f06002b;
- public static int button_material_dark = 0x7f06002c;
- public static int button_material_light = 0x7f06002d;
- public static int cardview_dark_background = 0x7f06002e;
- public static int cardview_light_background = 0x7f06002f;
- public static int cardview_shadow_end_color = 0x7f060030;
- public static int cardview_shadow_start_color = 0x7f060031;
- public static int cyan = 0x7f060032;
- public static int design_bottom_navigation_shadow_color = 0x7f060033;
- public static int design_error = 0x7f060034;
- public static int design_fab_shadow_end_color = 0x7f060035;
- public static int design_fab_shadow_mid_color = 0x7f060036;
- public static int design_fab_shadow_start_color = 0x7f060037;
- public static int design_fab_stroke_end_inner_color = 0x7f060038;
- public static int design_fab_stroke_end_outer_color = 0x7f060039;
- public static int design_fab_stroke_top_inner_color = 0x7f06003a;
- public static int design_fab_stroke_top_outer_color = 0x7f06003b;
- public static int design_snackbar_background_color = 0x7f06003c;
- public static int design_tint_password_toggle = 0x7f06003d;
- public static int dim_foreground_disabled_material_dark = 0x7f06003e;
- public static int dim_foreground_disabled_material_light = 0x7f06003f;
- public static int dim_foreground_material_dark = 0x7f060040;
- public static int dim_foreground_material_light = 0x7f060041;
- public static int error_color_material = 0x7f060042;
- public static int foreground_material_dark = 0x7f060043;
- public static int foreground_material_light = 0x7f060044;
- public static int gray = 0x7f060045;
- public static int highlighted_text_material_dark = 0x7f060046;
- public static int highlighted_text_material_light = 0x7f060047;
- public static int hint_foreground_material_dark = 0x7f060048;
- public static int hint_foreground_material_light = 0x7f060049;
- public static int lightBlue = 0x7f06004a;
- public static int list_background = 0x7f06004b;
- public static int list_even = 0x7f06004c;
- public static int list_header = 0x7f06004d;
- public static int list_odd = 0x7f06004e;
- public static int list_selected = 0x7f06004f;
- public static int material_blue_grey_800 = 0x7f060050;
- public static int material_blue_grey_900 = 0x7f060051;
- public static int material_blue_grey_950 = 0x7f060052;
- public static int material_deep_teal_200 = 0x7f060053;
- public static int material_deep_teal_500 = 0x7f060054;
- public static int material_grey_100 = 0x7f060055;
- public static int material_grey_300 = 0x7f060056;
- public static int material_grey_50 = 0x7f060057;
- public static int material_grey_600 = 0x7f060058;
- public static int material_grey_800 = 0x7f060059;
- public static int material_grey_850 = 0x7f06005a;
- public static int material_grey_900 = 0x7f06005b;
- public static int notification_action_color_filter = 0x7f06005c;
- public static int notification_icon_bg_color = 0x7f06005d;
- public static int notification_material_background_media_default_color = 0x7f06005e;
- public static int primary = 0x7f06005f;
- public static int primary_dark = 0x7f060060;
- public static int primary_dark_material_dark = 0x7f060061;
- public static int primary_dark_material_light = 0x7f060062;
- public static int primary_material_dark = 0x7f060063;
- public static int primary_material_light = 0x7f060064;
- public static int primary_pressed = 0x7f060065;
- public static int primary_text_default_material_dark = 0x7f060066;
- public static int primary_text_default_material_light = 0x7f060067;
- public static int primary_text_disabled_material_dark = 0x7f060068;
- public static int primary_text_disabled_material_light = 0x7f060069;
- public static int red = 0x7f06006a;
- public static int ripple = 0x7f06006b;
- public static int ripple_material_dark = 0x7f06006c;
- public static int ripple_material_light = 0x7f06006d;
- public static int secondary_text_default_material_dark = 0x7f06006e;
- public static int secondary_text_default_material_light = 0x7f06006f;
- public static int secondary_text_disabled_material_dark = 0x7f060070;
- public static int secondary_text_disabled_material_light = 0x7f060071;
- public static int switch_thumb_disabled_material_dark = 0x7f060072;
- public static int switch_thumb_disabled_material_light = 0x7f060073;
- public static int switch_thumb_material_dark = 0x7f060074;
- public static int switch_thumb_material_light = 0x7f060075;
- public static int switch_thumb_normal_material_dark = 0x7f060076;
- public static int switch_thumb_normal_material_light = 0x7f060077;
- public static int text_color = 0x7f060078;
- public static int tooltip_background_dark = 0x7f060079;
- public static int tooltip_background_light = 0x7f06007a;
- public static int white = 0x7f06007b;
- }
- public static final class dimen {
- public static int abc_action_bar_content_inset_material = 0x7f080001;
- public static int abc_action_bar_content_inset_with_nav = 0x7f080002;
- public static int abc_action_bar_default_height_material = 0x7f080003;
- public static int abc_action_bar_default_padding_end_material = 0x7f080004;
- public static int abc_action_bar_default_padding_start_material = 0x7f080005;
- public static int abc_action_bar_elevation_material = 0x7f080006;
- public static int abc_action_bar_icon_vertical_padding_material = 0x7f080007;
- public static int abc_action_bar_overflow_padding_end_material = 0x7f080008;
- public static int abc_action_bar_overflow_padding_start_material = 0x7f080009;
- public static int abc_action_bar_progress_bar_size = 0x7f08000a;
- public static int abc_action_bar_stacked_max_height = 0x7f08000b;
- public static int abc_action_bar_stacked_tab_max_width = 0x7f08000c;
- public static int abc_action_bar_subtitle_bottom_margin_material = 0x7f08000d;
- public static int abc_action_bar_subtitle_top_margin_material = 0x7f08000e;
- public static int abc_action_button_min_height_material = 0x7f08000f;
- public static int abc_action_button_min_width_material = 0x7f080010;
- public static int abc_action_button_min_width_overflow_material = 0x7f080011;
- public static int abc_alert_dialog_button_bar_height = 0x7f080012;
- public static int abc_button_inset_horizontal_material = 0x7f080013;
- public static int abc_button_inset_vertical_material = 0x7f080014;
- public static int abc_button_padding_horizontal_material = 0x7f080015;
- public static int abc_button_padding_vertical_material = 0x7f080016;
- public static int abc_cascading_menus_min_smallest_width = 0x7f080017;
- public static int abc_config_prefDialogWidth = 0x7f080018;
- public static int abc_control_corner_material = 0x7f080019;
- public static int abc_control_inset_material = 0x7f08001a;
- public static int abc_control_padding_material = 0x7f08001b;
- public static int abc_dialog_fixed_height_major = 0x7f08001c;
- public static int abc_dialog_fixed_height_minor = 0x7f08001d;
- public static int abc_dialog_fixed_width_major = 0x7f08001e;
- public static int abc_dialog_fixed_width_minor = 0x7f08001f;
- public static int abc_dialog_list_padding_bottom_no_buttons = 0x7f080020;
- public static int abc_dialog_list_padding_top_no_title = 0x7f080021;
- public static int abc_dialog_list_padding_vertical_material = 0x7f080022;
- public static int abc_dialog_min_width_major = 0x7f080023;
- public static int abc_dialog_min_width_minor = 0x7f080024;
- public static int abc_dialog_padding_material = 0x7f080025;
- public static int abc_dialog_padding_top_material = 0x7f080026;
- public static int abc_dialog_title_divider_material = 0x7f080027;
- public static int abc_disabled_alpha_material_dark = 0x7f080028;
- public static int abc_disabled_alpha_material_light = 0x7f080029;
- public static int abc_dropdownitem_icon_width = 0x7f08002a;
- public static int abc_dropdownitem_text_padding_left = 0x7f08002b;
- public static int abc_dropdownitem_text_padding_right = 0x7f08002c;
- public static int abc_edit_text_inset_bottom_material = 0x7f08002d;
- public static int abc_edit_text_inset_horizontal_material = 0x7f08002e;
- public static int abc_edit_text_inset_top_material = 0x7f08002f;
- public static int abc_floating_window_z = 0x7f080030;
- public static int abc_list_item_padding_horizontal_material = 0x7f080031;
- public static int abc_panel_menu_list_width = 0x7f080032;
- public static int abc_progress_bar_height_material = 0x7f080033;
- public static int abc_search_view_preferred_height = 0x7f080034;
- public static int abc_search_view_preferred_width = 0x7f080035;
- public static int abc_search_view_text_min_width = 0x7f080036;
- public static int abc_seekbar_track_background_height_material = 0x7f080037;
- public static int abc_seekbar_track_progress_height_material = 0x7f080038;
- public static int abc_select_dialog_padding_start_material = 0x7f080039;
- public static int abc_switch_padding = 0x7f08003a;
- public static int abc_text_size_body_1_material = 0x7f08003b;
- public static int abc_text_size_body_2_material = 0x7f08003c;
- public static int abc_text_size_button_material = 0x7f08003d;
- public static int abc_text_size_caption_material = 0x7f08003e;
- public static int abc_text_size_display_1_material = 0x7f08003f;
- public static int abc_text_size_display_2_material = 0x7f080040;
- public static int abc_text_size_display_3_material = 0x7f080041;
- public static int abc_text_size_display_4_material = 0x7f080042;
- public static int abc_text_size_headline_material = 0x7f080043;
- public static int abc_text_size_large_material = 0x7f080044;
- public static int abc_text_size_medium_material = 0x7f080045;
- public static int abc_text_size_menu_header_material = 0x7f080046;
- public static int abc_text_size_menu_material = 0x7f080047;
- public static int abc_text_size_small_material = 0x7f080048;
- public static int abc_text_size_subhead_material = 0x7f080049;
- public static int abc_text_size_subtitle_material_toolbar = 0x7f08004a;
- public static int abc_text_size_title_material = 0x7f08004b;
- public static int abc_text_size_title_material_toolbar = 0x7f08004c;
- public static int activity_horizontal_margin = 0x7f08004d;
- public static int activity_vertical_margin = 0x7f08004e;
- public static int cardview_compat_inset_shadow = 0x7f08004f;
- public static int cardview_default_elevation = 0x7f080050;
- public static int cardview_default_radius = 0x7f080051;
- public static int compat_button_inset_horizontal_material = 0x7f080052;
- public static int compat_button_inset_vertical_material = 0x7f080053;
- public static int compat_button_padding_horizontal_material = 0x7f080054;
- public static int compat_button_padding_vertical_material = 0x7f080055;
- public static int compat_control_corner_material = 0x7f080056;
- public static int design_appbar_elevation = 0x7f080057;
- public static int design_bottom_navigation_active_item_max_width = 0x7f080058;
- public static int design_bottom_navigation_active_text_size = 0x7f080059;
- public static int design_bottom_navigation_elevation = 0x7f08005a;
- public static int design_bottom_navigation_height = 0x7f08005b;
- public static int design_bottom_navigation_item_max_width = 0x7f08005c;
- public static int design_bottom_navigation_item_min_width = 0x7f08005d;
- public static int design_bottom_navigation_margin = 0x7f08005e;
- public static int design_bottom_navigation_shadow_height = 0x7f08005f;
- public static int design_bottom_navigation_text_size = 0x7f080060;
- public static int design_bottom_sheet_modal_elevation = 0x7f080061;
- public static int design_bottom_sheet_peek_height_min = 0x7f080062;
- public static int design_fab_border_width = 0x7f080063;
- public static int design_fab_elevation = 0x7f080064;
- public static int design_fab_image_size = 0x7f080065;
- public static int design_fab_size_mini = 0x7f080066;
- public static int design_fab_size_normal = 0x7f080067;
- public static int design_fab_translation_z_pressed = 0x7f080068;
- public static int design_navigation_elevation = 0x7f080069;
- public static int design_navigation_icon_padding = 0x7f08006a;
- public static int design_navigation_icon_size = 0x7f08006b;
- public static int design_navigation_max_width = 0x7f08006c;
- public static int design_navigation_padding_bottom = 0x7f08006d;
- public static int design_navigation_separator_vertical_padding = 0x7f08006e;
- public static int design_snackbar_action_inline_max_width = 0x7f08006f;
- public static int design_snackbar_background_corner_radius = 0x7f080070;
- public static int design_snackbar_elevation = 0x7f080071;
- public static int design_snackbar_extra_spacing_horizontal = 0x7f080072;
- public static int design_snackbar_max_width = 0x7f080073;
- public static int design_snackbar_min_width = 0x7f080074;
- public static int design_snackbar_padding_horizontal = 0x7f080075;
- public static int design_snackbar_padding_vertical = 0x7f080076;
- public static int design_snackbar_padding_vertical_2lines = 0x7f080077;
- public static int design_snackbar_text_size = 0x7f080078;
- public static int design_tab_max_width = 0x7f080079;
- public static int design_tab_scrollable_min_width = 0x7f08007a;
- public static int design_tab_text_size = 0x7f08007b;
- public static int design_tab_text_size_2line = 0x7f08007c;
- public static int disabled_alpha_material_dark = 0x7f08007d;
- public static int disabled_alpha_material_light = 0x7f08007e;
- public static int fastscroll_default_thickness = 0x7f08007f;
- public static int fastscroll_margin = 0x7f080080;
- public static int fastscroll_minimum_range = 0x7f080081;
- public static int highlight_alpha_material_colored = 0x7f080082;
- public static int highlight_alpha_material_dark = 0x7f080083;
- public static int highlight_alpha_material_light = 0x7f080084;
- public static int hint_alpha_material_dark = 0x7f080085;
- public static int hint_alpha_material_light = 0x7f080086;
- public static int hint_pressed_alpha_material_dark = 0x7f080087;
- public static int hint_pressed_alpha_material_light = 0x7f080088;
- public static int item_touch_helper_max_drag_scroll_per_frame = 0x7f080089;
- public static int item_touch_helper_swipe_escape_max_velocity = 0x7f08008a;
- public static int item_touch_helper_swipe_escape_velocity = 0x7f08008b;
- public static int notification_action_icon_size = 0x7f08008c;
- public static int notification_action_text_size = 0x7f08008d;
- public static int notification_big_circle_margin = 0x7f08008e;
- public static int notification_content_margin_start = 0x7f08008f;
- public static int notification_large_icon_height = 0x7f080090;
- public static int notification_large_icon_width = 0x7f080091;
- public static int notification_main_column_padding_top = 0x7f080092;
- public static int notification_media_narrow_margin = 0x7f080093;
- public static int notification_right_icon_size = 0x7f080094;
- public static int notification_right_side_padding_top = 0x7f080095;
- public static int notification_small_icon_background_padding = 0x7f080096;
- public static int notification_small_icon_size_as_large = 0x7f080097;
- public static int notification_subtext_size = 0x7f080098;
- public static int notification_top_pad = 0x7f080099;
- public static int notification_top_pad_large_text = 0x7f08009a;
- public static int tooltip_corner_radius = 0x7f08009b;
- public static int tooltip_horizontal_padding = 0x7f08009c;
- public static int tooltip_margin = 0x7f08009d;
- public static int tooltip_precise_anchor_extra_offset = 0x7f08009e;
- public static int tooltip_precise_anchor_threshold = 0x7f08009f;
- public static int tooltip_vertical_padding = 0x7f0800a0;
- public static int tooltip_y_offset_non_touch = 0x7f0800a1;
- public static int tooltip_y_offset_touch = 0x7f0800a2;
- }
- public static final class drawable {
- public static int abc_ab_share_pack_mtrl_alpha = 0x7f090001;
- public static int abc_action_bar_item_background_material = 0x7f090002;
- public static int abc_btn_borderless_material = 0x7f090003;
- public static int abc_btn_check_material = 0x7f090004;
- public static int abc_btn_check_to_on_mtrl_000 = 0x7f090005;
- public static int abc_btn_check_to_on_mtrl_015 = 0x7f090006;
- public static int abc_btn_colored_material = 0x7f090007;
- public static int abc_btn_default_mtrl_shape = 0x7f090008;
- public static int abc_btn_radio_material = 0x7f090009;
- public static int abc_btn_radio_to_on_mtrl_000 = 0x7f09000a;
- public static int abc_btn_radio_to_on_mtrl_015 = 0x7f09000b;
- public static int abc_btn_rating_star_off_mtrl_alpha = 0x7f09000c;
- public static int abc_btn_rating_star_on_mtrl_alpha = 0x7f09000d;
- public static int abc_btn_switch_to_on_mtrl_00001 = 0x7f09000e;
- public static int abc_btn_switch_to_on_mtrl_00012 = 0x7f09000f;
- public static int abc_cab_background_internal_bg = 0x7f090010;
- public static int abc_cab_background_top_material = 0x7f090011;
- public static int abc_cab_background_top_mtrl_alpha = 0x7f090012;
- public static int abc_control_background_material = 0x7f090013;
- public static int abc_dialog_material_background = 0x7f090014;
- public static int abc_dialog_material_background_dark = 0x7f090015;
- public static int abc_dialog_material_background_light = 0x7f090016;
- public static int abc_edit_text_material = 0x7f090017;
- public static int abc_ic_ab_back_material = 0x7f090018;
- public static int abc_ic_ab_back_mtrl_am_alpha = 0x7f090019;
- public static int abc_ic_arrow_drop_right_black_24dp = 0x7f09001a;
- public static int abc_ic_clear_material = 0x7f09001b;
- public static int abc_ic_clear_mtrl_alpha = 0x7f09001c;
- public static int abc_ic_commit_search_api_mtrl_alpha = 0x7f09001d;
- public static int abc_ic_go_search_api_material = 0x7f09001e;
- public static int abc_ic_go_search_api_mtrl_alpha = 0x7f09001f;
- public static int abc_ic_menu_copy_mtrl_am_alpha = 0x7f090020;
- public static int abc_ic_menu_cut_mtrl_alpha = 0x7f090021;
- public static int abc_ic_menu_moreoverflow_mtrl_alpha = 0x7f090022;
- public static int abc_ic_menu_overflow_material = 0x7f090023;
- public static int abc_ic_menu_paste_mtrl_am_alpha = 0x7f090024;
- public static int abc_ic_menu_selectall_mtrl_alpha = 0x7f090025;
- public static int abc_ic_menu_share_mtrl_alpha = 0x7f090026;
- public static int abc_ic_search_api_material = 0x7f090027;
- public static int abc_ic_search_api_mtrl_alpha = 0x7f090028;
- public static int abc_ic_star_black_16dp = 0x7f090029;
- public static int abc_ic_star_black_36dp = 0x7f09002a;
- public static int abc_ic_star_black_48dp = 0x7f09002b;
- public static int abc_ic_star_half_black_16dp = 0x7f09002c;
- public static int abc_ic_star_half_black_36dp = 0x7f09002d;
- public static int abc_ic_star_half_black_48dp = 0x7f09002e;
- public static int abc_ic_voice_search_api_material = 0x7f09002f;
- public static int abc_ic_voice_search_api_mtrl_alpha = 0x7f090030;
- public static int abc_item_background_holo_dark = 0x7f090031;
- public static int abc_item_background_holo_light = 0x7f090032;
- public static int abc_list_divider_mtrl_alpha = 0x7f090033;
- public static int abc_list_focused_holo = 0x7f090034;
- public static int abc_list_longpressed_holo = 0x7f090035;
- public static int abc_list_pressed_holo_dark = 0x7f090036;
- public static int abc_list_pressed_holo_light = 0x7f090037;
- public static int abc_list_selector_background_transition_holo_dark = 0x7f090038;
- public static int abc_list_selector_background_transition_holo_light = 0x7f090039;
- public static int abc_list_selector_disabled_holo_dark = 0x7f09003a;
- public static int abc_list_selector_disabled_holo_light = 0x7f09003b;
- public static int abc_list_selector_holo_dark = 0x7f09003c;
- public static int abc_list_selector_holo_light = 0x7f09003d;
- public static int abc_menu_hardkey_panel_mtrl_mult = 0x7f09003e;
- public static int abc_popup_background_mtrl_mult = 0x7f09003f;
- public static int abc_ratingbar_full_material = 0x7f090040;
- public static int abc_ratingbar_indicator_material = 0x7f090041;
- public static int abc_ratingbar_material = 0x7f090042;
- public static int abc_ratingbar_small_material = 0x7f090043;
- public static int abc_scrubber_control_off_mtrl_alpha = 0x7f090044;
- public static int abc_scrubber_control_to_pressed_mtrl_000 = 0x7f090045;
- public static int abc_scrubber_control_to_pressed_mtrl_005 = 0x7f090046;
- public static int abc_scrubber_primary_mtrl_alpha = 0x7f090047;
- public static int abc_scrubber_track_mtrl_alpha = 0x7f090048;
- public static int abc_seekbar_thumb_material = 0x7f090049;
- public static int abc_seekbar_tick_mark_material = 0x7f09004a;
- public static int abc_seekbar_track_material = 0x7f09004b;
- public static int abc_spinner_mtrl_am_alpha = 0x7f09004c;
- public static int abc_spinner_textfield_background_material = 0x7f09004d;
- public static int abc_switch_thumb_material = 0x7f09004e;
- public static int abc_switch_track_mtrl_alpha = 0x7f09004f;
- public static int abc_tab_indicator_material = 0x7f090050;
- public static int abc_tab_indicator_mtrl_alpha = 0x7f090051;
- public static int abc_text_cursor_material = 0x7f090052;
- public static int abc_text_select_handle_left_mtrl_dark = 0x7f090053;
- public static int abc_text_select_handle_left_mtrl_light = 0x7f090054;
- public static int abc_text_select_handle_middle_mtrl_dark = 0x7f090055;
- public static int abc_text_select_handle_middle_mtrl_light = 0x7f090056;
- public static int abc_text_select_handle_right_mtrl_dark = 0x7f090057;
- public static int abc_text_select_handle_right_mtrl_light = 0x7f090058;
- public static int abc_textfield_activated_mtrl_alpha = 0x7f090059;
- public static int abc_textfield_default_mtrl_alpha = 0x7f09005a;
- public static int abc_textfield_search_activated_mtrl_alpha = 0x7f09005b;
- public static int abc_textfield_search_default_mtrl_alpha = 0x7f09005c;
- public static int abc_textfield_search_material = 0x7f09005d;
- public static int abc_vector_test = 0x7f09005e;
- public static int avd_hide_password = 0x7f09005f;
- public static int avd_show_password = 0x7f090060;
- public static int design_bottom_navigation_item_background = 0x7f090061;
- public static int design_fab_background = 0x7f090062;
- public static int design_ic_visibility = 0x7f090063;
- public static int design_ic_visibility_off = 0x7f090064;
- public static int design_password_eye = 0x7f090065;
- public static int design_snackbar_background = 0x7f090066;
- public static int navigation_empty_icon = 0x7f090067;
- public static int notification_action_background = 0x7f090068;
- public static int notification_bg = 0x7f090069;
- public static int notification_bg_low = 0x7f09006a;
- public static int notification_bg_low_normal = 0x7f09006b;
- public static int notification_bg_low_pressed = 0x7f09006c;
- public static int notification_bg_normal = 0x7f09006d;
- public static int notification_bg_normal_pressed = 0x7f09006e;
- public static int notification_icon_background = 0x7f09006f;
- public static int notification_template_icon_bg = 0x7f090070;
- public static int notification_template_icon_low_bg = 0x7f090071;
- public static int notification_tile_bg = 0x7f090072;
- public static int notify_panel_notification_icon_bg = 0x7f090073;
- public static int tooltip_frame_dark = 0x7f090074;
- public static int tooltip_frame_light = 0x7f090075;
- }
- public static final class id {
- public static int action0 = 0x7f0c0001;
- public static int action_bar = 0x7f0c0002;
- public static int action_bar_activity_content = 0x7f0c0003;
- public static int action_bar_container = 0x7f0c0004;
- public static int action_bar_root = 0x7f0c0005;
- public static int action_bar_spinner = 0x7f0c0006;
- public static int action_bar_subtitle = 0x7f0c0007;
- public static int action_bar_title = 0x7f0c0008;
- public static int action_container = 0x7f0c0009;
- public static int action_context_bar = 0x7f0c000a;
- public static int action_divider = 0x7f0c000b;
- public static int action_image = 0x7f0c000c;
- public static int action_menu_divider = 0x7f0c000d;
- public static int action_menu_presenter = 0x7f0c000e;
- public static int action_mode_bar = 0x7f0c000f;
- public static int action_mode_bar_stub = 0x7f0c0010;
- public static int action_mode_close_button = 0x7f0c0011;
- public static int action_text = 0x7f0c0012;
- public static int actions = 0x7f0c0013;
- public static int activity_chooser_view_content = 0x7f0c0014;
- public static int add = 0x7f0c0015;
- public static int afterRelease = 0x7f0c0016;
- public static int alertCheckbox = 0x7f0c0017;
- public static int alertSearchEditText = 0x7f0c0018;
- public static int alertSearchListView = 0x7f0c0019;
- public static int alertTextView = 0x7f0c001a;
- public static int alertTitle = 0x7f0c001b;
- public static int always = 0x7f0c001c;
- public static int async = 0x7f0c001d;
- public static int auto = 0x7f0c001e;
- public static int beginning = 0x7f0c001f;
- public static int bevel = 0x7f0c0020;
- public static int blocking = 0x7f0c0021;
- public static int bold = 0x7f0c0022;
- public static int bold_italic = 0x7f0c0023;
- public static int bottom = 0x7f0c0024;
- public static int buffer = 0x7f0c0025;
- public static int butt = 0x7f0c0026;
- public static int buttonPanel = 0x7f0c0027;
- public static int cancel_action = 0x7f0c0028;
- public static int center = 0x7f0c0029;
- public static int charCounter = 0x7f0c002a;
- public static int checkbox = 0x7f0c002b;
- public static int chronometer = 0x7f0c002c;
- public static int collapseActionView = 0x7f0c002d;
- public static int container = 0x7f0c002e;
- public static int contentPanel = 0x7f0c002f;
- public static int coordinator = 0x7f0c0030;
- public static int custom = 0x7f0c0031;
- public static int customPanel = 0x7f0c0032;
- public static int decor_content_parent = 0x7f0c0033;
- public static int default_activity_button = 0x7f0c0034;
- public static int design_bottom_sheet = 0x7f0c0035;
- public static int design_menu_item_action_area = 0x7f0c0036;
- public static int design_menu_item_action_area_stub = 0x7f0c0037;
- public static int design_menu_item_text = 0x7f0c0038;
- public static int design_navigation_view = 0x7f0c0039;
- public static int determinate = 0x7f0c003a;
- public static int disableHome = 0x7f0c003b;
- public static int edit_query = 0x7f0c003c;
- public static int empty = 0x7f0c003d;
- public static int end = 0x7f0c003e;
- public static int end_padder = 0x7f0c003f;
- public static int expand_activities_button = 0x7f0c0040;
- public static int expanded_menu = 0x7f0c0041;
- public static int fill = 0x7f0c0042;
- public static int fixed = 0x7f0c0043;
- public static int forever = 0x7f0c0044;
- public static int ghost_view = 0x7f0c0045;
- public static int helper = 0x7f0c0046;
- public static int helperWithError = 0x7f0c0047;
- public static int home = 0x7f0c0048;
- public static int homeAsUp = 0x7f0c0049;
- public static int hour = 0x7f0c004a;
- public static int icon = 0x7f0c004b;
- public static int icon_group = 0x7f0c004c;
- public static int ifRoom = 0x7f0c004d;
- public static int image = 0x7f0c004e;
- public static int indeterminate = 0x7f0c004f;
- public static int info = 0x7f0c0050;
- public static int italic = 0x7f0c0051;
- public static int item_touch_helper_previous_elevation = 0x7f0c0052;
- public static int largeLabel = 0x7f0c0053;
- public static int left = 0x7f0c0054;
- public static int line1 = 0x7f0c0055;
- public static int line3 = 0x7f0c0056;
- public static int listMode = 0x7f0c0057;
- public static int listTextViewSpinner = 0x7f0c0058;
- public static int list_item = 0x7f0c0059;
- public static int locale = 0x7f0c005a;
- public static int ltr = 0x7f0c005b;
- public static int marquee = 0x7f0c005c;
- public static int masked = 0x7f0c005d;
- public static int match_parent = 0x7f0c005e;
- public static int match_view = 0x7f0c005f;
- public static int media_actions = 0x7f0c0060;
- public static int message = 0x7f0c0061;
- public static int middle = 0x7f0c0062;
- public static int mini = 0x7f0c0063;
- public static int minute = 0x7f0c0064;
- public static int miter = 0x7f0c0065;
- public static int multi = 0x7f0c0066;
- public static int multiply = 0x7f0c0067;
- public static int navigation_header_container = 0x7f0c0068;
- public static int never = 0x7f0c0069;
- public static int none = 0x7f0c006a;
- public static int normal = 0x7f0c006b;
- public static int notification_background = 0x7f0c006c;
- public static int notification_main_column = 0x7f0c006d;
- public static int notification_main_column_container = 0x7f0c006e;
- public static int oval = 0x7f0c006f;
- public static int parallax = 0x7f0c0070;
- public static int parentPanel = 0x7f0c0071;
- public static int parent_matrix = 0x7f0c0072;
- public static int pin = 0x7f0c0073;
- public static int progress_circular = 0x7f0c0074;
- public static int progress_horizontal = 0x7f0c0075;
- public static int query = 0x7f0c0076;
- public static int radio = 0x7f0c0077;
- public static int rectangle = 0x7f0c0078;
- public static int right = 0x7f0c0079;
- public static int right_icon = 0x7f0c007a;
- public static int right_side = 0x7f0c007b;
- public static int round = 0x7f0c007c;
- public static int rtl = 0x7f0c007d;
- public static int save_image_matrix = 0x7f0c007e;
- public static int save_non_transition_alpha = 0x7f0c007f;
- public static int save_scale_type = 0x7f0c0080;
- public static int screen = 0x7f0c0081;
- public static int scroll = 0x7f0c0082;
- public static int scrollIndicatorDown = 0x7f0c0083;
- public static int scrollIndicatorUp = 0x7f0c0084;
- public static int scrollView = 0x7f0c0085;
- public static int scrollable = 0x7f0c0086;
- public static int searchMultiSpinner = 0x7f0c0087;
- public static int search_badge = 0x7f0c0088;
- public static int search_bar = 0x7f0c0089;
- public static int search_button = 0x7f0c008a;
- public static int search_close_btn = 0x7f0c008b;
- public static int search_edit_frame = 0x7f0c008c;
- public static int search_go_btn = 0x7f0c008d;
- public static int search_mag_icon = 0x7f0c008e;
- public static int search_plate = 0x7f0c008f;
- public static int search_src_text = 0x7f0c0090;
- public static int search_voice_btn = 0x7f0c0091;
- public static int select_dialog_listview = 0x7f0c0092;
- public static int shortcut = 0x7f0c0093;
- public static int showCustom = 0x7f0c0094;
- public static int showHome = 0x7f0c0095;
- public static int showTitle = 0x7f0c0096;
- public static int simpleMultiSpinner = 0x7f0c0097;
- public static int single = 0x7f0c0098;
- public static int smallLabel = 0x7f0c0099;
- public static int snackbar_action = 0x7f0c009a;
- public static int snackbar_text = 0x7f0c009b;
- public static int spacer = 0x7f0c009c;
- public static int split_action_bar = 0x7f0c009d;
- public static int square = 0x7f0c009e;
- public static int src_atop = 0x7f0c009f;
- public static int src_in = 0x7f0c00a0;
- public static int src_over = 0x7f0c00a1;
- public static int start = 0x7f0c00a2;
- public static int status_bar_latest_event_content = 0x7f0c00a3;
- public static int submenuarrow = 0x7f0c00a4;
- public static int submit_area = 0x7f0c00a5;
- public static int tabMode = 0x7f0c00a6;
- public static int text = 0x7f0c00a7;
- public static int text2 = 0x7f0c00a8;
- public static int textSpacerNoButtons = 0x7f0c00a9;
- public static int textSpacerNoTitle = 0x7f0c00aa;
- public static int text_input_password_toggle = 0x7f0c00ab;
- public static int textinput_counter = 0x7f0c00ac;
- public static int textinput_error = 0x7f0c00ad;
- public static int time = 0x7f0c00ae;
- public static int title = 0x7f0c00af;
- public static int titleDividerNoCustom = 0x7f0c00b0;
- public static int title_template = 0x7f0c00b1;
- public static int top = 0x7f0c00b2;
- public static int topPanel = 0x7f0c00b3;
- public static int touch = 0x7f0c00b4;
- public static int touch_outside = 0x7f0c00b5;
- public static int transition_current_scene = 0x7f0c00b6;
- public static int transition_layout_save = 0x7f0c00b7;
- public static int transition_position = 0x7f0c00b8;
- public static int transition_scene_layoutid_cache = 0x7f0c00b9;
- public static int transition_transform = 0x7f0c00ba;
- public static int uniform = 0x7f0c00bb;
- public static int untilRelease = 0x7f0c00bc;
- public static int up = 0x7f0c00bd;
- public static int useLogo = 0x7f0c00be;
- public static int view_offset_helper = 0x7f0c00bf;
- public static int visible = 0x7f0c00c0;
- public static int wave = 0x7f0c00c1;
- public static int withText = 0x7f0c00c2;
- public static int wrap_content = 0x7f0c00c3;
- }
- public static final class integer {
- public static int abc_config_activityDefaultDur = 0x7f0d0001;
- public static int abc_config_activityShortDur = 0x7f0d0002;
- public static int abc_max_action_buttons = 0x7f0d0003;
- public static int app_bar_elevation_anim_duration = 0x7f0d0004;
- public static int bottom_sheet_slide_duration = 0x7f0d0005;
- public static int cancel_button_image_alpha = 0x7f0d0006;
- public static int config_tooltipAnimTime = 0x7f0d0007;
- public static int design_snackbar_text_max_lines = 0x7f0d0008;
- public static int hide_password_duration = 0x7f0d0009;
- public static int show_password_duration = 0x7f0d000a;
- public static int status_bar_notification_info_maxnum = 0x7f0d000b;
- }
- public static final class layout {
- public static int abc_action_bar_title_item = 0x7f0f0001;
- public static int abc_action_bar_up_container = 0x7f0f0002;
- public static int abc_action_bar_view_list_nav_layout = 0x7f0f0003;
- public static int abc_action_menu_item_layout = 0x7f0f0004;
- public static int abc_action_menu_layout = 0x7f0f0005;
- public static int abc_action_mode_bar = 0x7f0f0006;
- public static int abc_action_mode_close_item_material = 0x7f0f0007;
- public static int abc_activity_chooser_view = 0x7f0f0008;
- public static int abc_activity_chooser_view_list_item = 0x7f0f0009;
- public static int abc_alert_dialog_button_bar_material = 0x7f0f000a;
- public static int abc_alert_dialog_material = 0x7f0f000b;
- public static int abc_alert_dialog_title_material = 0x7f0f000c;
- public static int abc_dialog_title_material = 0x7f0f000d;
- public static int abc_expanded_menu_layout = 0x7f0f000e;
- public static int abc_list_menu_item_checkbox = 0x7f0f000f;
- public static int abc_list_menu_item_icon = 0x7f0f0010;
- public static int abc_list_menu_item_layout = 0x7f0f0011;
- public static int abc_list_menu_item_radio = 0x7f0f0012;
- public static int abc_popup_menu_header_item_layout = 0x7f0f0013;
- public static int abc_popup_menu_item_layout = 0x7f0f0014;
- public static int abc_screen_content_include = 0x7f0f0015;
- public static int abc_screen_simple = 0x7f0f0016;
- public static int abc_screen_simple_overlay_action_mode = 0x7f0f0017;
- public static int abc_screen_toolbar = 0x7f0f0018;
- public static int abc_search_dropdown_item_icons_2line = 0x7f0f0019;
- public static int abc_search_view = 0x7f0f001a;
- public static int abc_select_dialog_material = 0x7f0f001b;
- public static int activity_main = 0x7f0f001c;
- public static int alert_dialog_listview_search = 0x7f0f001d;
- public static int design_bottom_navigation_item = 0x7f0f001e;
- public static int design_bottom_sheet_dialog = 0x7f0f001f;
- public static int design_layout_snackbar = 0x7f0f0020;
- public static int design_layout_snackbar_include = 0x7f0f0021;
- public static int design_layout_tab_icon = 0x7f0f0022;
- public static int design_layout_tab_text = 0x7f0f0023;
- public static int design_menu_item_action_area = 0x7f0f0024;
- public static int design_navigation_item = 0x7f0f0025;
- public static int design_navigation_item_header = 0x7f0f0026;
- public static int design_navigation_item_separator = 0x7f0f0027;
- public static int design_navigation_item_subheader = 0x7f0f0028;
- public static int design_navigation_menu = 0x7f0f0029;
- public static int design_navigation_menu_item = 0x7f0f002a;
- public static int design_text_input_password_icon = 0x7f0f002b;
- public static int item_listview_multiple = 0x7f0f002c;
- public static int item_listview_single = 0x7f0f002d;
- public static int notification_action = 0x7f0f002e;
- public static int notification_action_tombstone = 0x7f0f002f;
- public static int notification_media_action = 0x7f0f0030;
- public static int notification_media_cancel_action = 0x7f0f0031;
- public static int notification_template_big_media = 0x7f0f0032;
- public static int notification_template_big_media_custom = 0x7f0f0033;
- public static int notification_template_big_media_narrow = 0x7f0f0034;
- public static int notification_template_big_media_narrow_custom = 0x7f0f0035;
- public static int notification_template_custom_big = 0x7f0f0036;
- public static int notification_template_icon_group = 0x7f0f0037;
- public static int notification_template_lines = 0x7f0f0038;
- public static int notification_template_lines_media = 0x7f0f0039;
- public static int notification_template_media = 0x7f0f003a;
- public static int notification_template_media_custom = 0x7f0f003b;
- public static int notification_template_part_chronometer = 0x7f0f003c;
- public static int notification_template_part_time = 0x7f0f003d;
- public static int select_dialog_item_material = 0x7f0f003e;
- public static int select_dialog_multichoice_material = 0x7f0f003f;
- public static int select_dialog_singlechoice_material = 0x7f0f0040;
- public static int support_simple_spinner_dropdown_item = 0x7f0f0041;
- public static int textview_for_spinner = 0x7f0f0042;
- public static int tooltip = 0x7f0f0043;
- }
- public static final class string {
- public static int abc_action_bar_home_description = 0x7f150001;
- public static int abc_action_bar_home_description_format = 0x7f150002;
- public static int abc_action_bar_home_subtitle_description_format = 0x7f150003;
- public static int abc_action_bar_up_description = 0x7f150004;
- public static int abc_action_menu_overflow_description = 0x7f150005;
- public static int abc_action_mode_done = 0x7f150006;
- public static int abc_activity_chooser_view_see_all = 0x7f150007;
- public static int abc_activitychooserview_choose_application = 0x7f150008;
- public static int abc_capital_off = 0x7f150009;
- public static int abc_capital_on = 0x7f15000a;
- public static int abc_font_family_body_1_material = 0x7f15000b;
- public static int abc_font_family_body_2_material = 0x7f15000c;
- public static int abc_font_family_button_material = 0x7f15000d;
- public static int abc_font_family_caption_material = 0x7f15000e;
- public static int abc_font_family_display_1_material = 0x7f15000f;
- public static int abc_font_family_display_2_material = 0x7f150010;
- public static int abc_font_family_display_3_material = 0x7f150011;
- public static int abc_font_family_display_4_material = 0x7f150012;
- public static int abc_font_family_headline_material = 0x7f150013;
- public static int abc_font_family_menu_material = 0x7f150014;
- public static int abc_font_family_subhead_material = 0x7f150015;
- public static int abc_font_family_title_material = 0x7f150016;
- public static int abc_search_hint = 0x7f150017;
- public static int abc_searchview_description_clear = 0x7f150018;
- public static int abc_searchview_description_query = 0x7f150019;
- public static int abc_searchview_description_search = 0x7f15001a;
- public static int abc_searchview_description_submit = 0x7f15001b;
- public static int abc_searchview_description_voice = 0x7f15001c;
- public static int abc_shareactionprovider_share_with = 0x7f15001d;
- public static int abc_shareactionprovider_share_with_application = 0x7f15001e;
- public static int abc_toolbar_collapse_description = 0x7f15001f;
- public static int appbar_scrolling_view_behavior = 0x7f150020;
- public static int bottom_sheet_behavior = 0x7f150021;
- public static int character_counter_pattern = 0x7f150022;
- public static int password_toggle_content_description = 0x7f150023;
- public static int path_password_eye = 0x7f150024;
- public static int path_password_eye_mask_strike_through = 0x7f150025;
- public static int path_password_eye_mask_visible = 0x7f150026;
- public static int path_password_strike_through = 0x7f150027;
- public static int search_menu_title = 0x7f150028;
- public static int status_bar_notification_info_overflow = 0x7f150029;
- public static int type_to_search = 0x7f15002a;
- }
- public static final class style {
- public static int AlertDialog_AppCompat = 0x7f160001;
- public static int AlertDialog_AppCompat_Light = 0x7f160002;
- public static int Animation_AppCompat_Dialog = 0x7f160003;
- public static int Animation_AppCompat_DropDownUp = 0x7f160004;
- public static int Animation_AppCompat_Tooltip = 0x7f160005;
- public static int Animation_Design_BottomSheetDialog = 0x7f160006;
- public static int Base_AlertDialog_AppCompat = 0x7f160007;
- public static int Base_AlertDialog_AppCompat_Light = 0x7f160008;
- public static int Base_Animation_AppCompat_Dialog = 0x7f160009;
- public static int Base_Animation_AppCompat_DropDownUp = 0x7f16000a;
- public static int Base_Animation_AppCompat_Tooltip = 0x7f16000b;
- public static int Base_DialogWindowTitleBackground_AppCompat = 0x7f16000c;
- public static int Base_DialogWindowTitle_AppCompat = 0x7f16000d;
- public static int Base_TextAppearance_AppCompat = 0x7f16000e;
- public static int Base_TextAppearance_AppCompat_Body1 = 0x7f16000f;
- public static int Base_TextAppearance_AppCompat_Body2 = 0x7f160010;
- public static int Base_TextAppearance_AppCompat_Button = 0x7f160011;
- public static int Base_TextAppearance_AppCompat_Caption = 0x7f160012;
- public static int Base_TextAppearance_AppCompat_Display1 = 0x7f160013;
- public static int Base_TextAppearance_AppCompat_Display2 = 0x7f160014;
- public static int Base_TextAppearance_AppCompat_Display3 = 0x7f160015;
- public static int Base_TextAppearance_AppCompat_Display4 = 0x7f160016;
- public static int Base_TextAppearance_AppCompat_Headline = 0x7f160017;
- public static int Base_TextAppearance_AppCompat_Inverse = 0x7f160018;
- public static int Base_TextAppearance_AppCompat_Large = 0x7f160019;
- public static int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f16001a;
- public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f16001b;
- public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f16001c;
- public static int Base_TextAppearance_AppCompat_Medium = 0x7f16001d;
- public static int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f16001e;
- public static int Base_TextAppearance_AppCompat_Menu = 0x7f16001f;
- public static int Base_TextAppearance_AppCompat_SearchResult = 0x7f160020;
- public static int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f160021;
- public static int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f160022;
- public static int Base_TextAppearance_AppCompat_Small = 0x7f160023;
- public static int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f160024;
- public static int Base_TextAppearance_AppCompat_Subhead = 0x7f160025;
- public static int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f160026;
- public static int Base_TextAppearance_AppCompat_Title = 0x7f160027;
- public static int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f160028;
- public static int Base_TextAppearance_AppCompat_Tooltip = 0x7f160029;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f16002a;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f16002b;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f16002c;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f16002d;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f16002e;
- public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f16002f;
- public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f160030;
- public static int Base_TextAppearance_AppCompat_Widget_Button = 0x7f160031;
- public static int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f160032;
- public static int Base_TextAppearance_AppCompat_Widget_Button_Colored = 0x7f160033;
- public static int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f160034;
- public static int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f160035;
- public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f160036;
- public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f160037;
- public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f160038;
- public static int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f160039;
- public static int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f16003a;
- public static int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f16003b;
- public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f16003c;
- public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f16003d;
- public static int Base_ThemeOverlay_AppCompat = 0x7f16003e;
- public static int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f16003f;
- public static int Base_ThemeOverlay_AppCompat_Dark = 0x7f160040;
- public static int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f160041;
- public static int Base_ThemeOverlay_AppCompat_Dialog = 0x7f160042;
- public static int Base_ThemeOverlay_AppCompat_Dialog_Alert = 0x7f160043;
- public static int Base_ThemeOverlay_AppCompat_Light = 0x7f160044;
- public static int Base_Theme_AppCompat = 0x7f160045;
- public static int Base_Theme_AppCompat_CompactMenu = 0x7f160046;
- public static int Base_Theme_AppCompat_Dialog = 0x7f160047;
- public static int Base_Theme_AppCompat_DialogWhenLarge = 0x7f160048;
- public static int Base_Theme_AppCompat_Dialog_Alert = 0x7f160049;
- public static int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f16004a;
- public static int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f16004b;
- public static int Base_Theme_AppCompat_Light = 0x7f16004c;
- public static int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f16004d;
- public static int Base_Theme_AppCompat_Light_Dialog = 0x7f16004e;
- public static int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f16004f;
- public static int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f160050;
- public static int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f160051;
- public static int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f160052;
- public static int Base_V11_ThemeOverlay_AppCompat_Dialog = 0x7f160053;
- public static int Base_V11_Theme_AppCompat_Dialog = 0x7f160054;
- public static int Base_V11_Theme_AppCompat_Light_Dialog = 0x7f160055;
- public static int Base_V12_Widget_AppCompat_AutoCompleteTextView = 0x7f160056;
- public static int Base_V12_Widget_AppCompat_EditText = 0x7f160057;
- public static int Base_V14_Widget_Design_AppBarLayout = 0x7f160058;
- public static int Base_V21_ThemeOverlay_AppCompat_Dialog = 0x7f160059;
- public static int Base_V21_Theme_AppCompat = 0x7f16005a;
- public static int Base_V21_Theme_AppCompat_Dialog = 0x7f16005b;
- public static int Base_V21_Theme_AppCompat_Light = 0x7f16005c;
- public static int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f16005d;
- public static int Base_V21_Widget_Design_AppBarLayout = 0x7f16005e;
- public static int Base_V22_Theme_AppCompat = 0x7f16005f;
- public static int Base_V22_Theme_AppCompat_Light = 0x7f160060;
- public static int Base_V23_Theme_AppCompat = 0x7f160061;
- public static int Base_V23_Theme_AppCompat_Light = 0x7f160062;
- public static int Base_V26_Theme_AppCompat = 0x7f160063;
- public static int Base_V26_Theme_AppCompat_Light = 0x7f160064;
- public static int Base_V26_Widget_AppCompat_Toolbar = 0x7f160065;
- public static int Base_V26_Widget_Design_AppBarLayout = 0x7f160066;
- public static int Base_V7_ThemeOverlay_AppCompat_Dialog = 0x7f160067;
- public static int Base_V7_Theme_AppCompat = 0x7f160068;
- public static int Base_V7_Theme_AppCompat_Dialog = 0x7f160069;
- public static int Base_V7_Theme_AppCompat_Light = 0x7f16006a;
- public static int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f16006b;
- public static int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f16006c;
- public static int Base_V7_Widget_AppCompat_EditText = 0x7f16006d;
- public static int Base_V7_Widget_AppCompat_Toolbar = 0x7f16006e;
- public static int Base_Widget_AppCompat_ActionBar = 0x7f16006f;
- public static int Base_Widget_AppCompat_ActionBar_Solid = 0x7f160070;
- public static int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f160071;
- public static int Base_Widget_AppCompat_ActionBar_TabText = 0x7f160072;
- public static int Base_Widget_AppCompat_ActionBar_TabView = 0x7f160073;
- public static int Base_Widget_AppCompat_ActionButton = 0x7f160074;
- public static int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f160075;
- public static int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f160076;
- public static int Base_Widget_AppCompat_ActionMode = 0x7f160077;
- public static int Base_Widget_AppCompat_ActivityChooserView = 0x7f160078;
- public static int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f160079;
- public static int Base_Widget_AppCompat_Button = 0x7f16007a;
- public static int Base_Widget_AppCompat_ButtonBar = 0x7f16007b;
- public static int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f16007c;
- public static int Base_Widget_AppCompat_Button_Borderless = 0x7f16007d;
- public static int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f16007e;
- public static int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f16007f;
- public static int Base_Widget_AppCompat_Button_Colored = 0x7f160080;
- public static int Base_Widget_AppCompat_Button_Small = 0x7f160081;
- public static int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f160082;
- public static int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f160083;
- public static int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f160084;
- public static int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f160085;
- public static int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f160086;
- public static int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f160087;
- public static int Base_Widget_AppCompat_EditText = 0x7f160088;
- public static int Base_Widget_AppCompat_ImageButton = 0x7f160089;
- public static int Base_Widget_AppCompat_Light_ActionBar = 0x7f16008a;
- public static int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f16008b;
- public static int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f16008c;
- public static int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f16008d;
- public static int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f16008e;
- public static int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f16008f;
- public static int Base_Widget_AppCompat_Light_PopupMenu = 0x7f160090;
- public static int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f160091;
- public static int Base_Widget_AppCompat_ListMenuView = 0x7f160092;
- public static int Base_Widget_AppCompat_ListPopupWindow = 0x7f160093;
- public static int Base_Widget_AppCompat_ListView = 0x7f160094;
- public static int Base_Widget_AppCompat_ListView_DropDown = 0x7f160095;
- public static int Base_Widget_AppCompat_ListView_Menu = 0x7f160096;
- public static int Base_Widget_AppCompat_PopupMenu = 0x7f160097;
- public static int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f160098;
- public static int Base_Widget_AppCompat_PopupWindow = 0x7f160099;
- public static int Base_Widget_AppCompat_ProgressBar = 0x7f16009a;
- public static int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f16009b;
- public static int Base_Widget_AppCompat_RatingBar = 0x7f16009c;
- public static int Base_Widget_AppCompat_RatingBar_Indicator = 0x7f16009d;
- public static int Base_Widget_AppCompat_RatingBar_Small = 0x7f16009e;
- public static int Base_Widget_AppCompat_SearchView = 0x7f16009f;
- public static int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f1600a0;
- public static int Base_Widget_AppCompat_SeekBar = 0x7f1600a1;
- public static int Base_Widget_AppCompat_SeekBar_Discrete = 0x7f1600a2;
- public static int Base_Widget_AppCompat_Spinner = 0x7f1600a3;
- public static int Base_Widget_AppCompat_Spinner_Underlined = 0x7f1600a4;
- public static int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f1600a5;
- public static int Base_Widget_AppCompat_Toolbar = 0x7f1600a6;
- public static int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f1600a7;
- public static int Base_Widget_Design_AppBarLayout = 0x7f1600a8;
- public static int Base_Widget_Design_TabLayout = 0x7f1600a9;
- public static int CardView = 0x7f1600aa;
- public static int CardView_Dark = 0x7f1600ab;
- public static int CardView_Light = 0x7f1600ac;
- public static int DialogNoAnimation = 0x7f1600ad;
- public static int DialogWindowTitle = 0x7f1600ae;
- public static int Material = 0x7f1600af;
- public static int MaterialSpinner = 0x7f1600b0;
- public static int Material_App = 0x7f1600b1;
- public static int Material_App_BottomSheetDialog = 0x7f1600b2;
- public static int Material_App_Dialog = 0x7f1600b3;
- public static int Material_App_Dialog_DatePicker = 0x7f1600b4;
- public static int Material_App_Dialog_DatePicker_Light = 0x7f1600b5;
- public static int Material_App_Dialog_Light = 0x7f1600b6;
- public static int Material_App_Dialog_Simple = 0x7f1600b7;
- public static int Material_App_Dialog_Simple_Light = 0x7f1600b8;
- public static int Material_App_Dialog_TimePicker = 0x7f1600b9;
- public static int Material_App_Dialog_TimePicker_Light = 0x7f1600ba;
- public static int Material_Drawable = 0x7f1600bb;
- public static int Material_Drawable_CheckBox = 0x7f1600bc;
- public static int Material_Drawable_CircularProgress = 0x7f1600bd;
- public static int Material_Drawable_CircularProgress_Determinate = 0x7f1600be;
- public static int Material_Drawable_LinearProgress = 0x7f1600bf;
- public static int Material_Drawable_LinearProgress_Buffer = 0x7f1600c0;
- public static int Material_Drawable_LinearProgress_Determinate = 0x7f1600c1;
- public static int Material_Drawable_LinearProgress_Query = 0x7f1600c2;
- public static int Material_Drawable_NavigationDrawer = 0x7f1600c3;
- public static int Material_Drawable_NavigationDrawerIcon = 0x7f1600c4;
- public static int Material_Drawable_NavigationDrawerIcon_Light = 0x7f1600c5;
- public static int Material_Drawable_NavigationDrawer_Light = 0x7f1600c6;
- public static int Material_Drawable_RadioButton = 0x7f1600c7;
- public static int Material_Drawable_Ripple = 0x7f1600c8;
- public static int Material_Drawable_Ripple_Touch = 0x7f1600c9;
- public static int Material_Drawable_Ripple_Touch_Light = 0x7f1600ca;
- public static int Material_Drawable_Ripple_Touch_MatchView = 0x7f1600cb;
- public static int Material_Drawable_Ripple_Touch_MatchView_Light = 0x7f1600cc;
- public static int Material_Drawable_Ripple_Wave = 0x7f1600cd;
- public static int Material_Drawable_Ripple_Wave_Light = 0x7f1600ce;
- public static int Material_TextAppearance = 0x7f1600cf;
- public static int Material_TextAppearance_SimpleDialog = 0x7f1600d0;
- public static int Material_TextAppearance_SimpleDialog_Light = 0x7f1600d1;
- public static int Material_Widget = 0x7f1600d2;
- public static int Material_Widget_DatePicker = 0x7f1600d3;
- public static int Material_Widget_DatePicker_Light = 0x7f1600d4;
- public static int Material_Widget_EditText = 0x7f1600d5;
- public static int Material_Widget_EditText_Light = 0x7f1600d6;
- public static int Material_Widget_FloatingActionButton = 0x7f1600d7;
- public static int Material_Widget_FloatingActionButton_Light = 0x7f1600d8;
- public static int Material_Widget_FloatingActionButton_Mini = 0x7f1600d9;
- public static int Material_Widget_FloatingActionButton_Mini_Light = 0x7f1600da;
- public static int Material_Widget_ProgressView = 0x7f1600db;
- public static int Material_Widget_ProgressView_Circular = 0x7f1600dc;
- public static int Material_Widget_ProgressView_Circular_Determinate = 0x7f1600dd;
- public static int Material_Widget_ProgressView_Linear = 0x7f1600de;
- public static int Material_Widget_ProgressView_Linear_Buffer = 0x7f1600df;
- public static int Material_Widget_ProgressView_Linear_Determinate = 0x7f1600e0;
- public static int Material_Widget_ProgressView_Linear_Query = 0x7f1600e1;
- public static int Material_Widget_Slider = 0x7f1600e2;
- public static int Material_Widget_Slider_Discrete = 0x7f1600e3;
- public static int Material_Widget_SnackBar = 0x7f1600e4;
- public static int Material_Widget_SnackBar_Mobile = 0x7f1600e5;
- public static int Material_Widget_SnackBar_Mobile_MultiLine = 0x7f1600e6;
- public static int Material_Widget_SnackBar_Tablet = 0x7f1600e7;
- public static int Material_Widget_SnackBar_Tablet_MultiLine = 0x7f1600e8;
- public static int Material_Widget_Spinner = 0x7f1600e9;
- public static int Material_Widget_Spinner_Light = 0x7f1600ea;
- public static int Material_Widget_Switch = 0x7f1600eb;
- public static int Material_Widget_TabPageIndicator = 0x7f1600ec;
- public static int Material_Widget_TabPageIndicator_Fixed = 0x7f1600ed;
- public static int Material_Widget_TabPageIndicator_Fixed_Light = 0x7f1600ee;
- public static int Material_Widget_TabPageIndicator_Light = 0x7f1600ef;
- public static int Material_Widget_TimePicker = 0x7f1600f0;
- public static int Material_Widget_TimePicker_Light = 0x7f1600f1;
- public static int Material_Widget_YearPicker = 0x7f1600f2;
- public static int Material_Widget_YearPicker_Light = 0x7f1600f3;
- public static int Platform_AppCompat = 0x7f1600f4;
- public static int Platform_AppCompat_Light = 0x7f1600f5;
- public static int Platform_ThemeOverlay_AppCompat = 0x7f1600f6;
- public static int Platform_ThemeOverlay_AppCompat_Dark = 0x7f1600f7;
- public static int Platform_ThemeOverlay_AppCompat_Light = 0x7f1600f8;
- public static int Platform_V11_AppCompat = 0x7f1600f9;
- public static int Platform_V11_AppCompat_Light = 0x7f1600fa;
- public static int Platform_V14_AppCompat = 0x7f1600fb;
- public static int Platform_V14_AppCompat_Light = 0x7f1600fc;
- public static int Platform_V21_AppCompat = 0x7f1600fd;
- public static int Platform_V21_AppCompat_Light = 0x7f1600fe;
- public static int Platform_V25_AppCompat = 0x7f1600ff;
- public static int Platform_V25_AppCompat_Light = 0x7f160100;
- public static int Platform_Widget_AppCompat_Spinner = 0x7f160101;
- public static int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f160102;
- public static int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f160103;
- public static int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f160104;
- public static int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f160105;
- public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f160106;
- public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f160107;
- public static int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f160108;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f160109;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f16010a;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f16010b;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f16010c;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f16010d;
- public static int RtlUnderlay_Widget_AppCompat_ActionButton = 0x7f16010e;
- public static int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 0x7f16010f;
- public static int TextAppearance_AppCompat = 0x7f160110;
- public static int TextAppearance_AppCompat_Body1 = 0x7f160111;
- public static int TextAppearance_AppCompat_Body2 = 0x7f160112;
- public static int TextAppearance_AppCompat_Button = 0x7f160113;
- public static int TextAppearance_AppCompat_Caption = 0x7f160114;
- public static int TextAppearance_AppCompat_Display1 = 0x7f160115;
- public static int TextAppearance_AppCompat_Display2 = 0x7f160116;
- public static int TextAppearance_AppCompat_Display3 = 0x7f160117;
- public static int TextAppearance_AppCompat_Display4 = 0x7f160118;
- public static int TextAppearance_AppCompat_Headline = 0x7f160119;
- public static int TextAppearance_AppCompat_Inverse = 0x7f16011a;
- public static int TextAppearance_AppCompat_Large = 0x7f16011b;
- public static int TextAppearance_AppCompat_Large_Inverse = 0x7f16011c;
- public static int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f16011d;
- public static int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f16011e;
- public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f16011f;
- public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f160120;
- public static int TextAppearance_AppCompat_Medium = 0x7f160121;
- public static int TextAppearance_AppCompat_Medium_Inverse = 0x7f160122;
- public static int TextAppearance_AppCompat_Menu = 0x7f160123;
- public static int TextAppearance_AppCompat_Notification = 0x7f160124;
- public static int TextAppearance_AppCompat_Notification_Info = 0x7f160125;
- public static int TextAppearance_AppCompat_Notification_Info_Media = 0x7f160126;
- public static int TextAppearance_AppCompat_Notification_Line2 = 0x7f160127;
- public static int TextAppearance_AppCompat_Notification_Line2_Media = 0x7f160128;
- public static int TextAppearance_AppCompat_Notification_Media = 0x7f160129;
- public static int TextAppearance_AppCompat_Notification_Time = 0x7f16012a;
- public static int TextAppearance_AppCompat_Notification_Time_Media = 0x7f16012b;
- public static int TextAppearance_AppCompat_Notification_Title = 0x7f16012c;
- public static int TextAppearance_AppCompat_Notification_Title_Media = 0x7f16012d;
- public static int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f16012e;
- public static int TextAppearance_AppCompat_SearchResult_Title = 0x7f16012f;
- public static int TextAppearance_AppCompat_Small = 0x7f160130;
- public static int TextAppearance_AppCompat_Small_Inverse = 0x7f160131;
- public static int TextAppearance_AppCompat_Subhead = 0x7f160132;
- public static int TextAppearance_AppCompat_Subhead_Inverse = 0x7f160133;
- public static int TextAppearance_AppCompat_Title = 0x7f160134;
- public static int TextAppearance_AppCompat_Title_Inverse = 0x7f160135;
- public static int TextAppearance_AppCompat_Tooltip = 0x7f160136;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f160137;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f160138;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f160139;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f16013a;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f16013b;
- public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f16013c;
- public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f16013d;
- public static int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f16013e;
- public static int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f16013f;
- public static int TextAppearance_AppCompat_Widget_Button = 0x7f160140;
- public static int TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f160141;
- public static int TextAppearance_AppCompat_Widget_Button_Colored = 0x7f160142;
- public static int TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f160143;
- public static int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f160144;
- public static int TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f160145;
- public static int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f160146;
- public static int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f160147;
- public static int TextAppearance_AppCompat_Widget_Switch = 0x7f160148;
- public static int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f160149;
- public static int TextAppearance_Compat_Notification = 0x7f16014a;
- public static int TextAppearance_Compat_Notification_Info = 0x7f16014b;
- public static int TextAppearance_Compat_Notification_Info_Media = 0x7f16014c;
- public static int TextAppearance_Compat_Notification_Line2 = 0x7f16014d;
- public static int TextAppearance_Compat_Notification_Line2_Media = 0x7f16014e;
- public static int TextAppearance_Compat_Notification_Media = 0x7f16014f;
- public static int TextAppearance_Compat_Notification_Time = 0x7f160150;
- public static int TextAppearance_Compat_Notification_Time_Media = 0x7f160151;
- public static int TextAppearance_Compat_Notification_Title = 0x7f160152;
- public static int TextAppearance_Compat_Notification_Title_Media = 0x7f160153;
- public static int TextAppearance_Design_CollapsingToolbar_Expanded = 0x7f160154;
- public static int TextAppearance_Design_Counter = 0x7f160155;
- public static int TextAppearance_Design_Counter_Overflow = 0x7f160156;
- public static int TextAppearance_Design_Error = 0x7f160157;
- public static int TextAppearance_Design_Hint = 0x7f160158;
- public static int TextAppearance_Design_Snackbar_Message = 0x7f160159;
- public static int TextAppearance_Design_Tab = 0x7f16015a;
- public static int TextAppearance_StatusBar_EventContent = 0x7f16015b;
- public static int TextAppearance_StatusBar_EventContent_Info = 0x7f16015c;
- public static int TextAppearance_StatusBar_EventContent_Line2 = 0x7f16015d;
- public static int TextAppearance_StatusBar_EventContent_Time = 0x7f16015e;
- public static int TextAppearance_StatusBar_EventContent_Title = 0x7f16015f;
- public static int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f160160;
- public static int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f160161;
- public static int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f160162;
- public static int ThemeOverlay_AppCompat = 0x7f160163;
- public static int ThemeOverlay_AppCompat_ActionBar = 0x7f160164;
- public static int ThemeOverlay_AppCompat_Dark = 0x7f160165;
- public static int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f160166;
- public static int ThemeOverlay_AppCompat_Dialog = 0x7f160167;
- public static int ThemeOverlay_AppCompat_Dialog_Alert = 0x7f160168;
- public static int ThemeOverlay_AppCompat_Light = 0x7f160169;
- public static int Theme_AppCompat = 0x7f16016a;
- public static int Theme_AppCompat_CompactMenu = 0x7f16016b;
- public static int Theme_AppCompat_DayNight = 0x7f16016c;
- public static int Theme_AppCompat_DayNight_DarkActionBar = 0x7f16016d;
- public static int Theme_AppCompat_DayNight_Dialog = 0x7f16016e;
- public static int Theme_AppCompat_DayNight_DialogWhenLarge = 0x7f16016f;
- public static int Theme_AppCompat_DayNight_Dialog_Alert = 0x7f160170;
- public static int Theme_AppCompat_DayNight_Dialog_MinWidth = 0x7f160171;
- public static int Theme_AppCompat_DayNight_NoActionBar = 0x7f160172;
- public static int Theme_AppCompat_Dialog = 0x7f160173;
- public static int Theme_AppCompat_DialogWhenLarge = 0x7f160174;
- public static int Theme_AppCompat_Dialog_Alert = 0x7f160175;
- public static int Theme_AppCompat_Dialog_MinWidth = 0x7f160176;
- public static int Theme_AppCompat_Light = 0x7f160177;
- public static int Theme_AppCompat_Light_DarkActionBar = 0x7f160178;
- public static int Theme_AppCompat_Light_Dialog = 0x7f160179;
- public static int Theme_AppCompat_Light_DialogWhenLarge = 0x7f16017a;
- public static int Theme_AppCompat_Light_Dialog_Alert = 0x7f16017b;
- public static int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f16017c;
- public static int Theme_AppCompat_Light_NoActionBar = 0x7f16017d;
- public static int Theme_AppCompat_NoActionBar = 0x7f16017e;
- public static int Theme_Design = 0x7f16017f;
- public static int Theme_Design_BottomSheetDialog = 0x7f160180;
- public static int Theme_Design_Light = 0x7f160181;
- public static int Theme_Design_Light_BottomSheetDialog = 0x7f160182;
- public static int Theme_Design_Light_NoActionBar = 0x7f160183;
- public static int Theme_Design_NoActionBar = 0x7f160184;
- public static int Widget_AppCompat_ActionBar = 0x7f160185;
- public static int Widget_AppCompat_ActionBar_Solid = 0x7f160186;
- public static int Widget_AppCompat_ActionBar_TabBar = 0x7f160187;
- public static int Widget_AppCompat_ActionBar_TabText = 0x7f160188;
- public static int Widget_AppCompat_ActionBar_TabView = 0x7f160189;
- public static int Widget_AppCompat_ActionButton = 0x7f16018a;
- public static int Widget_AppCompat_ActionButton_CloseMode = 0x7f16018b;
- public static int Widget_AppCompat_ActionButton_Overflow = 0x7f16018c;
- public static int Widget_AppCompat_ActionMode = 0x7f16018d;
- public static int Widget_AppCompat_ActivityChooserView = 0x7f16018e;
- public static int Widget_AppCompat_AutoCompleteTextView = 0x7f16018f;
- public static int Widget_AppCompat_Button = 0x7f160190;
- public static int Widget_AppCompat_ButtonBar = 0x7f160191;
- public static int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f160192;
- public static int Widget_AppCompat_Button_Borderless = 0x7f160193;
- public static int Widget_AppCompat_Button_Borderless_Colored = 0x7f160194;
- public static int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f160195;
- public static int Widget_AppCompat_Button_Colored = 0x7f160196;
- public static int Widget_AppCompat_Button_Small = 0x7f160197;
- public static int Widget_AppCompat_CompoundButton_CheckBox = 0x7f160198;
- public static int Widget_AppCompat_CompoundButton_RadioButton = 0x7f160199;
- public static int Widget_AppCompat_CompoundButton_Switch = 0x7f16019a;
- public static int Widget_AppCompat_DrawerArrowToggle = 0x7f16019b;
- public static int Widget_AppCompat_DropDownItem_Spinner = 0x7f16019c;
- public static int Widget_AppCompat_EditText = 0x7f16019d;
- public static int Widget_AppCompat_ImageButton = 0x7f16019e;
- public static int Widget_AppCompat_Light_ActionBar = 0x7f16019f;
- public static int Widget_AppCompat_Light_ActionBar_Solid = 0x7f1601a0;
- public static int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f1601a1;
- public static int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f1601a2;
- public static int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f1601a3;
- public static int Widget_AppCompat_Light_ActionBar_TabText = 0x7f1601a4;
- public static int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f1601a5;
- public static int Widget_AppCompat_Light_ActionBar_TabView = 0x7f1601a6;
- public static int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f1601a7;
- public static int Widget_AppCompat_Light_ActionButton = 0x7f1601a8;
- public static int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f1601a9;
- public static int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f1601aa;
- public static int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f1601ab;
- public static int Widget_AppCompat_Light_ActivityChooserView = 0x7f1601ac;
- public static int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f1601ad;
- public static int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f1601ae;
- public static int Widget_AppCompat_Light_ListPopupWindow = 0x7f1601af;
- public static int Widget_AppCompat_Light_ListView_DropDown = 0x7f1601b0;
- public static int Widget_AppCompat_Light_PopupMenu = 0x7f1601b1;
- public static int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f1601b2;
- public static int Widget_AppCompat_Light_SearchView = 0x7f1601b3;
- public static int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f1601b4;
- public static int Widget_AppCompat_ListMenuView = 0x7f1601b5;
- public static int Widget_AppCompat_ListPopupWindow = 0x7f1601b6;
- public static int Widget_AppCompat_ListView = 0x7f1601b7;
- public static int Widget_AppCompat_ListView_DropDown = 0x7f1601b8;
- public static int Widget_AppCompat_ListView_Menu = 0x7f1601b9;
- public static int Widget_AppCompat_PopupMenu = 0x7f1601ba;
- public static int Widget_AppCompat_PopupMenu_Overflow = 0x7f1601bb;
- public static int Widget_AppCompat_PopupWindow = 0x7f1601bc;
- public static int Widget_AppCompat_ProgressBar = 0x7f1601bd;
- public static int Widget_AppCompat_ProgressBar_Horizontal = 0x7f1601be;
- public static int Widget_AppCompat_RatingBar = 0x7f1601bf;
- public static int Widget_AppCompat_RatingBar_Indicator = 0x7f1601c0;
- public static int Widget_AppCompat_RatingBar_Small = 0x7f1601c1;
- public static int Widget_AppCompat_SearchView = 0x7f1601c2;
- public static int Widget_AppCompat_SearchView_ActionBar = 0x7f1601c3;
- public static int Widget_AppCompat_SeekBar = 0x7f1601c4;
- public static int Widget_AppCompat_SeekBar_Discrete = 0x7f1601c5;
- public static int Widget_AppCompat_Spinner = 0x7f1601c6;
- public static int Widget_AppCompat_Spinner_DropDown = 0x7f1601c7;
- public static int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f1601c8;
- public static int Widget_AppCompat_Spinner_Underlined = 0x7f1601c9;
- public static int Widget_AppCompat_TextView_SpinnerItem = 0x7f1601ca;
- public static int Widget_AppCompat_Toolbar = 0x7f1601cb;
- public static int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f1601cc;
- public static int Widget_Compat_NotificationActionContainer = 0x7f1601cd;
- public static int Widget_Compat_NotificationActionText = 0x7f1601ce;
- public static int Widget_Design_AppBarLayout = 0x7f1601cf;
- public static int Widget_Design_BottomNavigationView = 0x7f1601d0;
- public static int Widget_Design_BottomSheet_Modal = 0x7f1601d1;
- public static int Widget_Design_CollapsingToolbar = 0x7f1601d2;
- public static int Widget_Design_CoordinatorLayout = 0x7f1601d3;
- public static int Widget_Design_FloatingActionButton = 0x7f1601d4;
- public static int Widget_Design_NavigationView = 0x7f1601d5;
- public static int Widget_Design_ScrimInsetsFrameLayout = 0x7f1601d6;
- public static int Widget_Design_Snackbar = 0x7f1601d7;
- public static int Widget_Design_TabLayout = 0x7f1601d8;
- public static int Widget_Design_TextInputLayout = 0x7f1601d9;
- public static int myDialog = 0x7f1601da;
- public static int myDialogTitle = 0x7f1601db;
- }
- public static final class styleable {
- public static int[] ActionBar = { 0x7f040032, 0x7f040033, 0x7f040034, 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b, 0x7f040098, 0x7f0400c2, 0x7f0400c3, 0x7f0400eb, 0x7f040131, 0x7f040132, 0x7f040137, 0x7f040138, 0x7f040139, 0x7f04013e, 0x7f040144, 0x7f04016e, 0x7f040185, 0x7f040197, 0x7f04019b, 0x7f04019c, 0x7f04022a, 0x7f04022d, 0x7f040261, 0x7f04026b };
- public static int ActionBar_background = 0;
- public static int ActionBar_backgroundSplit = 1;
- public static int ActionBar_backgroundStacked = 2;
- public static int ActionBar_contentInsetEnd = 3;
- public static int ActionBar_contentInsetEndWithActions = 4;
- public static int ActionBar_contentInsetLeft = 5;
- public static int ActionBar_contentInsetRight = 6;
- public static int ActionBar_contentInsetStart = 7;
- public static int ActionBar_contentInsetStartWithNavigation = 8;
- public static int ActionBar_customNavigationLayout = 9;
- public static int ActionBar_displayOptions = 10;
- public static int ActionBar_divider = 11;
- public static int ActionBar_elevation = 12;
- public static int ActionBar_height = 13;
- public static int ActionBar_hideOnContentScroll = 14;
- public static int ActionBar_homeAsUpIndicator = 15;
- public static int ActionBar_homeLayout = 16;
- public static int ActionBar_icon = 17;
- public static int ActionBar_indeterminateProgressStyle = 18;
- public static int ActionBar_itemPadding = 19;
- public static int ActionBar_logo = 20;
- public static int ActionBar_navigationMode = 21;
- public static int ActionBar_popupTheme = 22;
- public static int ActionBar_progressBarPadding = 23;
- public static int ActionBar_progressBarStyle = 24;
- public static int ActionBar_subtitle = 25;
- public static int ActionBar_subtitleTextStyle = 26;
- public static int ActionBar_title = 27;
- public static int ActionBar_titleTextStyle = 28;
- public static int[] ActionBarLayout = { 0x010100b3 };
- public static int ActionBarLayout_android_layout_gravity = 0;
- public static int[] ActionMenuItemView = { 0x0101013f };
- public static int ActionMenuItemView_android_minWidth = 0;
- public static int[] ActionMode = { 0x7f040032, 0x7f040033, 0x7f040064, 0x7f040131, 0x7f04022d, 0x7f04026b };
- public static int ActionMode_background = 0;
- public static int ActionMode_backgroundSplit = 1;
- public static int ActionMode_closeItemLayout = 2;
- public static int ActionMode_height = 3;
- public static int ActionMode_subtitleTextStyle = 4;
- public static int ActionMode_titleTextStyle = 5;
- public static int[] ActivityChooserView = { 0x7f04010b, 0x7f04013f };
- public static int ActivityChooserView_expandActivityOverflowButtonDrawable = 0;
- public static int ActivityChooserView_initialActivityCount = 1;
- public static int[] AlertDialog = { 0x010100f2, 0x7f04004e, 0x7f040156, 0x7f040157, 0x7f040182, 0x7f0401f0, 0x7f0401f1 };
- public static int AlertDialog_android_layout = 0;
- public static int AlertDialog_buttonPanelSideLayout = 1;
- public static int AlertDialog_listItemLayout = 2;
- public static int AlertDialog_listLayout = 3;
- public static int AlertDialog_multiChoiceItemLayout = 4;
- public static int AlertDialog_showTitle = 5;
- public static int AlertDialog_singleChoiceItemLayout = 6;
- public static int[] AppBarLayout = { 0x010100d4, 0x01010540, 0x0101048f, 0x7f0400eb, 0x7f04010c };
- public static int AppBarLayout_android_background = 0;
- public static int AppBarLayout_android_keyboardNavigationCluster = 1;
- public static int AppBarLayout_android_touchscreenBlocksFocus = 2;
- public static int AppBarLayout_elevation = 3;
- public static int AppBarLayout_expanded = 4;
- public static int[] AppBarLayoutStates = { 0x7f040224, 0x7f040225 };
- public static int AppBarLayoutStates_state_collapsed = 0;
- public static int AppBarLayoutStates_state_collapsible = 1;
- public static int[] AppBarLayout_Layout = { 0x7f040152, 0x7f040153 };
- public static int AppBarLayout_Layout_layout_scrollFlags = 0;
- public static int AppBarLayout_Layout_layout_scrollInterpolator = 1;
- public static int[] AppCompatImageView = { 0x01010119, 0x7f040221, 0x7f04025f, 0x7f040260 };
- public static int AppCompatImageView_android_src = 0;
- public static int AppCompatImageView_srcCompat = 1;
- public static int AppCompatImageView_tint = 2;
- public static int AppCompatImageView_tintMode = 3;
- public static int[] AppCompatSeekBar = { 0x01010142, 0x7f04025c, 0x7f04025d, 0x7f04025e };
- public static int AppCompatSeekBar_android_thumb = 0;
- public static int AppCompatSeekBar_tickMark = 1;
- public static int AppCompatSeekBar_tickMarkTint = 2;
- public static int AppCompatSeekBar_tickMarkTintMode = 3;
- public static int[] AppCompatTextHelper = { 0x0101016e, 0x01010393, 0x0101016f, 0x01010170, 0x01010392, 0x0101016d, 0x01010034 };
- public static int AppCompatTextHelper_android_drawableBottom = 0;
- public static int AppCompatTextHelper_android_drawableEnd = 1;
- public static int AppCompatTextHelper_android_drawableLeft = 2;
- public static int AppCompatTextHelper_android_drawableRight = 3;
- public static int AppCompatTextHelper_android_drawableStart = 4;
- public static int AppCompatTextHelper_android_drawableTop = 5;
- public static int AppCompatTextHelper_android_textAppearance = 6;
- public static int[] AppCompatTextView = { 0x01010034, 0x7f04002d, 0x7f04002e, 0x7f04002f, 0x7f040030, 0x7f040031, 0x7f040124, 0x7f04024b };
- public static int AppCompatTextView_android_textAppearance = 0;
- public static int AppCompatTextView_autoSizeMaxTextSize = 1;
- public static int AppCompatTextView_autoSizeMinTextSize = 2;
- public static int AppCompatTextView_autoSizePresetSizes = 3;
- public static int AppCompatTextView_autoSizeStepGranularity = 4;
- public static int AppCompatTextView_autoSizeTextType = 5;
- public static int AppCompatTextView_fontFamily = 6;
- public static int AppCompatTextView_textAllCaps = 7;
- public static int[] AppCompatTheme = { 0x7f040001, 0x7f040002, 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f04000d, 0x7f04000f, 0x7f040010, 0x7f040011, 0x7f040012, 0x7f040013, 0x7f040014, 0x7f040015, 0x7f040016, 0x7f040017, 0x7f040018, 0x7f040019, 0x7f04001a, 0x7f04001b, 0x7f04001c, 0x7f04001d, 0x7f04001e, 0x7f04001f, 0x7f040022, 0x7f040023, 0x7f040024, 0x7f040025, 0x7f040026, 0x010100ae, 0x01010057, 0x7f04002c, 0x7f04003e, 0x7f040048, 0x7f040049, 0x7f04004a, 0x7f04004b, 0x7f04004c, 0x7f04004f, 0x7f040050, 0x7f040061, 0x7f040062, 0x7f04006a, 0x7f04006b, 0x7f04006c, 0x7f04006d, 0x7f04006e, 0x7f04006f, 0x7f040070, 0x7f040071, 0x7f040072, 0x7f040073, 0x7f040082, 0x7f0400c0, 0x7f0400c1, 0x7f0400c4, 0x7f0400c6, 0x7f0400e6, 0x7f0400e7, 0x7f0400e8, 0x7f0400e9, 0x7f0400ea, 0x7f040137, 0x7f04013d, 0x7f040154, 0x7f040155, 0x7f040158, 0x7f040159, 0x7f04015a, 0x7f04015b, 0x7f04015c, 0x7f04015d, 0x7f04015e, 0x7f04018e, 0x7f04018f, 0x7f040190, 0x7f040196, 0x7f040198, 0x7f0401a5, 0x7f0401a6, 0x7f0401a7, 0x7f0401a8, 0x7f0401e9, 0x7f0401ea, 0x7f0401eb, 0x7f0401ec, 0x7f040209, 0x7f04020a, 0x7f040239, 0x7f04024c, 0x7f04024d, 0x7f04024e, 0x7f04024f, 0x7f040250, 0x7f040251, 0x7f040252, 0x7f040253, 0x7f040254, 0x7f040256, 0x7f04026d, 0x7f04026e, 0x7f04026f, 0x7f040270, 0x7f040297, 0x7f040298, 0x7f040299, 0x7f04029a, 0x7f04029b, 0x7f04029c, 0x7f04029d, 0x7f04029e, 0x7f04029f, 0x7f0402a0 };
- public static int AppCompatTheme_actionBarDivider = 0;
- public static int AppCompatTheme_actionBarItemBackground = 1;
- public static int AppCompatTheme_actionBarPopupTheme = 2;
- public static int AppCompatTheme_actionBarSize = 3;
- public static int AppCompatTheme_actionBarSplitStyle = 4;
- public static int AppCompatTheme_actionBarStyle = 5;
- public static int AppCompatTheme_actionBarTabBarStyle = 6;
- public static int AppCompatTheme_actionBarTabStyle = 7;
- public static int AppCompatTheme_actionBarTabTextStyle = 8;
- public static int AppCompatTheme_actionBarTheme = 9;
- public static int AppCompatTheme_actionBarWidgetTheme = 10;
- public static int AppCompatTheme_actionButtonStyle = 11;
- public static int AppCompatTheme_actionDropDownStyle = 12;
- public static int AppCompatTheme_actionMenuTextAppearance = 13;
- public static int AppCompatTheme_actionMenuTextColor = 14;
- public static int AppCompatTheme_actionModeBackground = 15;
- public static int AppCompatTheme_actionModeCloseButtonStyle = 16;
- public static int AppCompatTheme_actionModeCloseDrawable = 17;
- public static int AppCompatTheme_actionModeCopyDrawable = 18;
- public static int AppCompatTheme_actionModeCutDrawable = 19;
- public static int AppCompatTheme_actionModeFindDrawable = 20;
- public static int AppCompatTheme_actionModePasteDrawable = 21;
- public static int AppCompatTheme_actionModePopupWindowStyle = 22;
- public static int AppCompatTheme_actionModeSelectAllDrawable = 23;
- public static int AppCompatTheme_actionModeShareDrawable = 24;
- public static int AppCompatTheme_actionModeSplitBackground = 25;
- public static int AppCompatTheme_actionModeStyle = 26;
- public static int AppCompatTheme_actionModeWebSearchDrawable = 27;
- public static int AppCompatTheme_actionOverflowButtonStyle = 28;
- public static int AppCompatTheme_actionOverflowMenuStyle = 29;
- public static int AppCompatTheme_activityChooserViewStyle = 30;
- public static int AppCompatTheme_alertDialogButtonGroupStyle = 31;
- public static int AppCompatTheme_alertDialogCenterButtons = 32;
- public static int AppCompatTheme_alertDialogStyle = 33;
- public static int AppCompatTheme_alertDialogTheme = 34;
- public static int AppCompatTheme_android_windowAnimationStyle = 35;
- public static int AppCompatTheme_android_windowIsFloating = 36;
- public static int AppCompatTheme_autoCompleteTextViewStyle = 37;
- public static int AppCompatTheme_borderlessButtonStyle = 38;
- public static int AppCompatTheme_buttonBarButtonStyle = 39;
- public static int AppCompatTheme_buttonBarNegativeButtonStyle = 40;
- public static int AppCompatTheme_buttonBarNeutralButtonStyle = 41;
- public static int AppCompatTheme_buttonBarPositiveButtonStyle = 42;
- public static int AppCompatTheme_buttonBarStyle = 43;
- public static int AppCompatTheme_buttonStyle = 44;
- public static int AppCompatTheme_buttonStyleSmall = 45;
- public static int AppCompatTheme_checkboxStyle = 46;
- public static int AppCompatTheme_checkedTextViewStyle = 47;
- public static int AppCompatTheme_colorAccent = 48;
- public static int AppCompatTheme_colorBackgroundFloating = 49;
- public static int AppCompatTheme_colorButtonNormal = 50;
- public static int AppCompatTheme_colorControlActivated = 51;
- public static int AppCompatTheme_colorControlHighlight = 52;
- public static int AppCompatTheme_colorControlNormal = 53;
- public static int AppCompatTheme_colorError = 54;
- public static int AppCompatTheme_colorPrimary = 55;
- public static int AppCompatTheme_colorPrimaryDark = 56;
- public static int AppCompatTheme_colorSwitchThumbNormal = 57;
- public static int AppCompatTheme_controlBackground = 58;
- public static int AppCompatTheme_dialogPreferredPadding = 59;
- public static int AppCompatTheme_dialogTheme = 60;
- public static int AppCompatTheme_dividerHorizontal = 61;
- public static int AppCompatTheme_dividerVertical = 62;
- public static int AppCompatTheme_dropDownListViewStyle = 63;
- public static int AppCompatTheme_dropdownListPreferredItemHeight = 64;
- public static int AppCompatTheme_editTextBackground = 65;
- public static int AppCompatTheme_editTextColor = 66;
- public static int AppCompatTheme_editTextStyle = 67;
- public static int AppCompatTheme_homeAsUpIndicator = 68;
- public static int AppCompatTheme_imageButtonStyle = 69;
- public static int AppCompatTheme_listChoiceBackgroundIndicator = 70;
- public static int AppCompatTheme_listDividerAlertDialog = 71;
- public static int AppCompatTheme_listMenuViewStyle = 72;
- public static int AppCompatTheme_listPopupWindowStyle = 73;
- public static int AppCompatTheme_listPreferredItemHeight = 74;
- public static int AppCompatTheme_listPreferredItemHeightLarge = 75;
- public static int AppCompatTheme_listPreferredItemHeightSmall = 76;
- public static int AppCompatTheme_listPreferredItemPaddingLeft = 77;
- public static int AppCompatTheme_listPreferredItemPaddingRight = 78;
- public static int AppCompatTheme_panelBackground = 79;
- public static int AppCompatTheme_panelMenuListTheme = 80;
- public static int AppCompatTheme_panelMenuListWidth = 81;
- public static int AppCompatTheme_popupMenuStyle = 82;
- public static int AppCompatTheme_popupWindowStyle = 83;
- public static int AppCompatTheme_radioButtonStyle = 84;
- public static int AppCompatTheme_ratingBarStyle = 85;
- public static int AppCompatTheme_ratingBarStyleIndicator = 86;
- public static int AppCompatTheme_ratingBarStyleSmall = 87;
- public static int AppCompatTheme_searchViewStyle = 88;
- public static int AppCompatTheme_seekBarStyle = 89;
- public static int AppCompatTheme_selectableItemBackground = 90;
- public static int AppCompatTheme_selectableItemBackgroundBorderless = 91;
- public static int AppCompatTheme_spinnerDropDownItemStyle = 92;
- public static int AppCompatTheme_spinnerStyle = 93;
- public static int AppCompatTheme_switchStyle = 94;
- public static int AppCompatTheme_textAppearanceLargePopupMenu = 95;
- public static int AppCompatTheme_textAppearanceListItem = 96;
- public static int AppCompatTheme_textAppearanceListItemSecondary = 97;
- public static int AppCompatTheme_textAppearanceListItemSmall = 98;
- public static int AppCompatTheme_textAppearancePopupMenuHeader = 99;
- public static int AppCompatTheme_textAppearanceSearchResultSubtitle = 100;
- public static int AppCompatTheme_textAppearanceSearchResultTitle = 101;
- public static int AppCompatTheme_textAppearanceSmallPopupMenu = 102;
- public static int AppCompatTheme_textColorAlertDialogListItem = 103;
- public static int AppCompatTheme_textColorSearchUrl = 104;
- public static int AppCompatTheme_toolbarNavigationButtonStyle = 105;
- public static int AppCompatTheme_toolbarStyle = 106;
- public static int AppCompatTheme_tooltipForegroundColor = 107;
- public static int AppCompatTheme_tooltipFrameBackground = 108;
- public static int AppCompatTheme_windowActionBar = 109;
- public static int AppCompatTheme_windowActionBarOverlay = 110;
- public static int AppCompatTheme_windowActionModeOverlay = 111;
- public static int AppCompatTheme_windowFixedHeightMajor = 112;
- public static int AppCompatTheme_windowFixedHeightMinor = 113;
- public static int AppCompatTheme_windowFixedWidthMajor = 114;
- public static int AppCompatTheme_windowFixedWidthMinor = 115;
- public static int AppCompatTheme_windowMinWidthMajor = 116;
- public static int AppCompatTheme_windowMinWidthMinor = 117;
- public static int AppCompatTheme_windowNoTitle = 118;
- public static int[] AutoCompleteTextView = { 0x01010172, 0x01010174, 0x01010263, 0x01010283, 0x010102ac, 0x010102ad, 0x01010262, 0x01010176 };
- public static int AutoCompleteTextView_android_completionHint = 0;
- public static int AutoCompleteTextView_android_completionThreshold = 1;
- public static int AutoCompleteTextView_android_dropDownAnchor = 2;
- public static int AutoCompleteTextView_android_dropDownHeight = 3;
- public static int AutoCompleteTextView_android_dropDownHorizontalOffset = 4;
- public static int AutoCompleteTextView_android_dropDownVerticalOffset = 5;
- public static int AutoCompleteTextView_android_dropDownWidth = 6;
- public static int AutoCompleteTextView_android_popupBackground = 7;
- public static int[] BottomNavigationView = { 0x7f0400eb, 0x7f040142, 0x7f040143, 0x7f040146, 0x7f040181 };
- public static int BottomNavigationView_elevation = 0;
- public static int BottomNavigationView_itemBackground = 1;
- public static int BottomNavigationView_itemIconTint = 2;
- public static int BottomNavigationView_itemTextColor = 3;
- public static int BottomNavigationView_menu = 4;
- public static int[] BottomSheetBehavior_Layout = { 0x7f040039, 0x7f04003b, 0x7f04003c };
- public static int BottomSheetBehavior_Layout_behavior_hideable = 0;
- public static int BottomSheetBehavior_Layout_behavior_peekHeight = 1;
- public static int BottomSheetBehavior_Layout_behavior_skipCollapsed = 2;
- public static int[] BottomSheetDialog = { 0x010100f5, 0x7f040041, 0x7f040042, 0x7f040043, 0x7f040044, 0x7f040045, 0x7f040046, 0x7f040047 };
- public static int BottomSheetDialog_android_layout_height = 0;
- public static int BottomSheetDialog_bsd_cancelable = 1;
- public static int BottomSheetDialog_bsd_canceledOnTouchOutside = 2;
- public static int BottomSheetDialog_bsd_dimAmount = 3;
- public static int BottomSheetDialog_bsd_inDuration = 4;
- public static int BottomSheetDialog_bsd_inInterpolator = 5;
- public static int BottomSheetDialog_bsd_outDuration = 6;
- public static int BottomSheetDialog_bsd_outInterpolator = 7;
- public static int[] ButtonBarLayout = { 0x7f040027 };
- public static int ButtonBarLayout_allowStacking = 0;
- public static int[] CardView = { 0x7f040053, 0x7f040054, 0x7f040055, 0x7f040056, 0x7f040057, 0x7f040058, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f04007f, 0x7f040080 };
- public static int CardView_cardBackgroundColor = 0;
- public static int CardView_cardCornerRadius = 1;
- public static int CardView_cardElevation = 2;
- public static int CardView_cardMaxElevation = 3;
- public static int CardView_cardPreventCornerOverlap = 4;
- public static int CardView_cardUseCompatPadding = 5;
- public static int CardView_contentPadding = 6;
- public static int CardView_contentPaddingBottom = 7;
- public static int CardView_contentPaddingLeft = 8;
- public static int CardView_contentPaddingRight = 9;
- public static int CardView_contentPaddingTop = 10;
- public static int[] CheckBoxDrawable = { 0x7f040059, 0x7f04005a, 0x7f04005b, 0x7f04005c, 0x7f04005d, 0x7f04005e, 0x7f04005f, 0x7f040060 };
- public static int CheckBoxDrawable_cbd_animDuration = 0;
- public static int CheckBoxDrawable_cbd_boxSize = 1;
- public static int CheckBoxDrawable_cbd_cornerRadius = 2;
- public static int CheckBoxDrawable_cbd_height = 3;
- public static int CheckBoxDrawable_cbd_strokeColor = 4;
- public static int CheckBoxDrawable_cbd_strokeSize = 5;
- public static int CheckBoxDrawable_cbd_tickColor = 6;
- public static int CheckBoxDrawable_cbd_width = 7;
- public static int[] CircularProgressDrawable = { 0x7f040087, 0x7f040088, 0x7f040089, 0x7f04008a, 0x7f04008b, 0x7f04008c, 0x7f04008d, 0x7f04008e, 0x7f04008f, 0x7f040090, 0x7f040091, 0x7f040092, 0x7f040093, 0x7f040094, 0x7f040095, 0x7f040096, 0x7f040097, 0x7f04019f, 0x7f0401a0, 0x7f0401a2 };
- public static int CircularProgressDrawable_cpd_inAnimDuration = 0;
- public static int CircularProgressDrawable_cpd_inStepColors = 1;
- public static int CircularProgressDrawable_cpd_inStepPercent = 2;
- public static int CircularProgressDrawable_cpd_initialAngle = 3;
- public static int CircularProgressDrawable_cpd_keepDuration = 4;
- public static int CircularProgressDrawable_cpd_maxSweepAngle = 5;
- public static int CircularProgressDrawable_cpd_minSweepAngle = 6;
- public static int CircularProgressDrawable_cpd_outAnimDuration = 7;
- public static int CircularProgressDrawable_cpd_padding = 8;
- public static int CircularProgressDrawable_cpd_reverse = 9;
- public static int CircularProgressDrawable_cpd_rotateDuration = 10;
- public static int CircularProgressDrawable_cpd_strokeColor = 11;
- public static int CircularProgressDrawable_cpd_strokeColors = 12;
- public static int CircularProgressDrawable_cpd_strokeSecondaryColor = 13;
- public static int CircularProgressDrawable_cpd_strokeSize = 14;
- public static int CircularProgressDrawable_cpd_transformDuration = 15;
- public static int CircularProgressDrawable_cpd_transformInterpolator = 16;
- public static int CircularProgressDrawable_pv_progress = 17;
- public static int CircularProgressDrawable_pv_progressMode = 18;
- public static int CircularProgressDrawable_pv_secondaryProgress = 19;
- public static int[] CollapsingToolbarLayout = { 0x7f040067, 0x7f040068, 0x7f040081, 0x7f04010d, 0x7f04010e, 0x7f04010f, 0x7f040110, 0x7f040111, 0x7f040112, 0x7f040113, 0x7f0401e5, 0x7f0401e6, 0x7f040227, 0x7f040261, 0x7f040262, 0x7f04026c };
- public static int CollapsingToolbarLayout_collapsedTitleGravity = 0;
- public static int CollapsingToolbarLayout_collapsedTitleTextAppearance = 1;
- public static int CollapsingToolbarLayout_contentScrim = 2;
- public static int CollapsingToolbarLayout_expandedTitleGravity = 3;
- public static int CollapsingToolbarLayout_expandedTitleMargin = 4;
- public static int CollapsingToolbarLayout_expandedTitleMarginBottom = 5;
- public static int CollapsingToolbarLayout_expandedTitleMarginEnd = 6;
- public static int CollapsingToolbarLayout_expandedTitleMarginStart = 7;
- public static int CollapsingToolbarLayout_expandedTitleMarginTop = 8;
- public static int CollapsingToolbarLayout_expandedTitleTextAppearance = 9;
- public static int CollapsingToolbarLayout_scrimAnimationDuration = 10;
- public static int CollapsingToolbarLayout_scrimVisibleHeightTrigger = 11;
- public static int CollapsingToolbarLayout_statusBarScrim = 12;
- public static int CollapsingToolbarLayout_title = 13;
- public static int CollapsingToolbarLayout_titleEnabled = 14;
- public static int CollapsingToolbarLayout_toolbarId = 15;
- public static int[] CollapsingToolbarLayout_Layout = { 0x7f04014d, 0x7f04014e };
- public static int CollapsingToolbarLayout_Layout_layout_collapseMode = 0;
- public static int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier = 1;
- public static int[] ColorStateListItem = { 0x7f040028, 0x0101031f, 0x010101a5 };
- public static int ColorStateListItem_alpha = 0;
- public static int ColorStateListItem_android_alpha = 1;
- public static int ColorStateListItem_android_color = 2;
- public static int[] CompoundButton = { 0x01010107, 0x7f040051, 0x7f040052 };
- public static int CompoundButton_android_button = 0;
- public static int CompoundButton_buttonTint = 1;
- public static int CompoundButton_buttonTintMode = 2;
- public static int[] CoordinatorLayout = { 0x7f040147, 0x7f040226 };
- public static int CoordinatorLayout_keylines = 0;
- public static int CoordinatorLayout_statusBarBackground = 1;
- public static int[] CoordinatorLayout_Layout = { 0x010100b3, 0x7f04014a, 0x7f04014b, 0x7f04014c, 0x7f04014f, 0x7f040150, 0x7f040151 };
- public static int CoordinatorLayout_Layout_android_layout_gravity = 0;
- public static int CoordinatorLayout_Layout_layout_anchor = 1;
- public static int CoordinatorLayout_Layout_layout_anchorGravity = 2;
- public static int CoordinatorLayout_Layout_layout_behavior = 3;
- public static int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4;
- public static int CoordinatorLayout_Layout_layout_insetEdge = 5;
- public static int CoordinatorLayout_Layout_layout_keyline = 6;
- public static int[] DatePicker = { 0x010100d5, 0x010100d9, 0x010100d6, 0x010100d8, 0x010100d7, 0x7f0400c7, 0x7f0400c8, 0x7f0400c9, 0x7f0400ca, 0x7f0400cb, 0x7f0400cc, 0x7f0400d3, 0x7f0400d4, 0x7f0400d5, 0x7f0400d6, 0x7f0400d7, 0x7f0400d8, 0x7f0400d9, 0x7f0400da, 0x7f0400dc, 0x7f0400dd, 0x7f0400de, 0x7f0400df, 0x7f0400e1, 0x7f0400e2 };
- public static int DatePicker_android_padding = 0;
- public static int DatePicker_android_paddingBottom = 1;
- public static int DatePicker_android_paddingLeft = 2;
- public static int DatePicker_android_paddingRight = 3;
- public static int DatePicker_android_paddingTop = 4;
- public static int DatePicker_dp_animDuration = 5;
- public static int DatePicker_dp_day = 6;
- public static int DatePicker_dp_dayMax = 7;
- public static int DatePicker_dp_dayMin = 8;
- public static int DatePicker_dp_dayTextSize = 9;
- public static int DatePicker_dp_fontFamily = 10;
- public static int DatePicker_dp_inInterpolator = 11;
- public static int DatePicker_dp_month = 12;
- public static int DatePicker_dp_monthMax = 13;
- public static int DatePicker_dp_monthMin = 14;
- public static int DatePicker_dp_outInterpolator = 15;
- public static int DatePicker_dp_selectionColor = 16;
- public static int DatePicker_dp_textColor = 17;
- public static int DatePicker_dp_textDisableColor = 18;
- public static int DatePicker_dp_textHighlightColor = 19;
- public static int DatePicker_dp_textLabelColor = 20;
- public static int DatePicker_dp_textStyle = 21;
- public static int DatePicker_dp_year = 22;
- public static int DatePicker_dp_yearMax = 23;
- public static int DatePicker_dp_yearMin = 24;
- public static int[] DatePickerDialog = { 0x7f0400cd, 0x7f0400ce, 0x7f0400cf, 0x7f0400d0, 0x7f0400d1, 0x7f0400d2, 0x7f0400db };
- public static int DatePickerDialog_dp_headerPrimaryColor = 0;
- public static int DatePickerDialog_dp_headerPrimaryHeight = 1;
- public static int DatePickerDialog_dp_headerPrimaryTextSize = 2;
- public static int DatePickerDialog_dp_headerSecondaryColor = 3;
- public static int DatePickerDialog_dp_headerSecondaryHeight = 4;
- public static int DatePickerDialog_dp_headerSecondaryTextSize = 5;
- public static int DatePickerDialog_dp_textHeaderColor = 6;
- public static int[] DesignTheme = { 0x7f04003f, 0x7f040040, 0x7f040255 };
- public static int DesignTheme_bottomSheetDialogTheme = 0;
- public static int DesignTheme_bottomSheetStyle = 1;
- public static int DesignTheme_textColorError = 2;
- public static int[] Dialog = { 0x010100f5, 0x010100f4, 0x7f04009a, 0x7f04009b, 0x7f04009c, 0x7f04009d, 0x7f04009e, 0x7f04009f, 0x7f0400a0, 0x7f0400a2, 0x7f0400a3, 0x7f0400a4, 0x7f0400a5, 0x7f0400a6, 0x7f0400a7, 0x7f0400aa, 0x7f0400ab, 0x7f0400ac, 0x7f0400ad, 0x7f0400b0, 0x7f0400b1, 0x7f0400b2, 0x7f0400b3, 0x7f0400b4, 0x7f0400b5, 0x7f0400b6, 0x7f0400b7, 0x7f0400b8, 0x7f0400b9, 0x7f0400ba, 0x7f0400bb, 0x7f0400bc, 0x7f0400be, 0x7f0400bf };
- public static int Dialog_android_layout_height = 0;
- public static int Dialog_android_layout_width = 1;
- public static int Dialog_di_actionBackground = 2;
- public static int Dialog_di_actionRipple = 3;
- public static int Dialog_di_actionTextAppearance = 4;
- public static int Dialog_di_actionTextColor = 5;
- public static int Dialog_di_backgroundColor = 6;
- public static int Dialog_di_cancelable = 7;
- public static int Dialog_di_canceledOnTouchOutside = 8;
- public static int Dialog_di_cornerRadius = 9;
- public static int Dialog_di_dimAmount = 10;
- public static int Dialog_di_dividerColor = 11;
- public static int Dialog_di_dividerHeight = 12;
- public static int Dialog_di_elevation = 13;
- public static int Dialog_di_inAnimation = 14;
- public static int Dialog_di_layoutDirection = 15;
- public static int Dialog_di_maxElevation = 16;
- public static int Dialog_di_maxHeight = 17;
- public static int Dialog_di_maxWidth = 18;
- public static int Dialog_di_negativeActionBackground = 19;
- public static int Dialog_di_negativeActionRipple = 20;
- public static int Dialog_di_negativeActionTextAppearance = 21;
- public static int Dialog_di_negativeActionTextColor = 22;
- public static int Dialog_di_neutralActionBackground = 23;
- public static int Dialog_di_neutralActionRipple = 24;
- public static int Dialog_di_neutralActionTextAppearance = 25;
- public static int Dialog_di_neutralActionTextColor = 26;
- public static int Dialog_di_outAnimation = 27;
- public static int Dialog_di_positiveActionBackground = 28;
- public static int Dialog_di_positiveActionRipple = 29;
- public static int Dialog_di_positiveActionTextAppearance = 30;
- public static int Dialog_di_positiveActionTextColor = 31;
- public static int Dialog_di_titleTextAppearance = 32;
- public static int Dialog_di_titleTextColor = 33;
- public static int[] DrawerArrowToggle = { 0x7f04002a, 0x7f04002b, 0x7f040037, 0x7f040069, 0x7f0400e4, 0x7f04012e, 0x7f040208, 0x7f040258 };
- public static int DrawerArrowToggle_arrowHeadLength = 0;
- public static int DrawerArrowToggle_arrowShaftLength = 1;
- public static int DrawerArrowToggle_barLength = 2;
- public static int DrawerArrowToggle_color = 3;
- public static int DrawerArrowToggle_drawableSize = 4;
- public static int DrawerArrowToggle_gapBetweenBars = 5;
- public static int DrawerArrowToggle_spinBars = 6;
- public static int DrawerArrowToggle_thickness = 7;
- public static int[] EditText = { 0x7f0400ee, 0x7f0400ef, 0x7f0400f0, 0x7f0400f1, 0x7f0400f2, 0x7f0400f3, 0x7f0400f4, 0x7f0400f5, 0x7f0400f6, 0x7f0400f7, 0x7f0400f8, 0x7f0400f9, 0x7f0400fa, 0x7f0400fb, 0x7f0400fc, 0x7f0400fd, 0x7f0400fe, 0x7f0400ff, 0x7f040100, 0x7f040101, 0x7f040102, 0x7f040103, 0x7f040104, 0x7f040105, 0x7f040106, 0x7f040107, 0x7f040108, 0x7f040109, 0x7f04010a };
- public static int EditText_et_autoCompleteMode = 0;
- public static int EditText_et_dividerAnimDuration = 1;
- public static int EditText_et_dividerColor = 2;
- public static int EditText_et_dividerCompoundPadding = 3;
- public static int EditText_et_dividerErrorColor = 4;
- public static int EditText_et_dividerHeight = 5;
- public static int EditText_et_dividerPadding = 6;
- public static int EditText_et_error = 7;
- public static int EditText_et_helper = 8;
- public static int EditText_et_inputId = 9;
- public static int EditText_et_labelEllipsize = 10;
- public static int EditText_et_labelEnable = 11;
- public static int EditText_et_labelInAnim = 12;
- public static int EditText_et_labelOutAnim = 13;
- public static int EditText_et_labelPadding = 14;
- public static int EditText_et_labelTextAppearance = 15;
- public static int EditText_et_labelTextColor = 16;
- public static int EditText_et_labelTextSize = 17;
- public static int EditText_et_supportEllipsize = 18;
- public static int EditText_et_supportLines = 19;
- public static int EditText_et_supportMaxChars = 20;
- public static int EditText_et_supportMaxLines = 21;
- public static int EditText_et_supportMode = 22;
- public static int EditText_et_supportPadding = 23;
- public static int EditText_et_supportSingleLine = 24;
- public static int EditText_et_supportTextAppearance = 25;
- public static int EditText_et_supportTextColor = 26;
- public static int EditText_et_supportTextErrorColor = 27;
- public static int EditText_et_supportTextSize = 28;
- public static int[] FloatingActionButton = { 0x7f040035, 0x7f040036, 0x7f04003d, 0x7f0400eb, 0x7f040114, 0x7f040115, 0x7f040116, 0x7f040117, 0x7f040118, 0x7f040119, 0x7f04011a, 0x7f04011b, 0x7f04011c, 0x7f04011d, 0x7f04019a, 0x7f0401c7, 0x7f040294 };
- public static int FloatingActionButton_backgroundTint = 0;
- public static int FloatingActionButton_backgroundTintMode = 1;
- public static int FloatingActionButton_borderWidth = 2;
- public static int FloatingActionButton_elevation = 3;
- public static int FloatingActionButton_fabSize = 4;
- public static int FloatingActionButton_fab_animDuration = 5;
- public static int FloatingActionButton_fab_backgroundAnimDuration = 6;
- public static int FloatingActionButton_fab_backgroundColor = 7;
- public static int FloatingActionButton_fab_elevation = 8;
- public static int FloatingActionButton_fab_iconLineMorphing = 9;
- public static int FloatingActionButton_fab_iconSize = 10;
- public static int FloatingActionButton_fab_iconSrc = 11;
- public static int FloatingActionButton_fab_interpolator = 12;
- public static int FloatingActionButton_fab_radius = 13;
- public static int FloatingActionButton_pressedTranslationZ = 14;
- public static int FloatingActionButton_rippleColor = 15;
- public static int FloatingActionButton_useCompatPadding = 16;
- public static int[] FloatingActionButton_Behavior_Layout = { 0x7f040038 };
- public static int FloatingActionButton_Behavior_Layout_behavior_autoHide = 0;
- public static int[] FontFamily = { 0x7f040125, 0x7f040126, 0x7f040127, 0x7f040128, 0x7f040129, 0x7f04012a };
- public static int FontFamily_fontProviderAuthority = 0;
- public static int FontFamily_fontProviderCerts = 1;
- public static int FontFamily_fontProviderFetchStrategy = 2;
- public static int FontFamily_fontProviderFetchTimeout = 3;
- public static int FontFamily_fontProviderPackage = 4;
- public static int FontFamily_fontProviderQuery = 5;
- public static int[] FontFamilyFont = { 0x7f040123, 0x7f04012b, 0x7f04012c };
- public static int FontFamilyFont_font = 0;
- public static int FontFamilyFont_fontStyle = 1;
- public static int FontFamilyFont_fontWeight = 2;
- public static int[] ForegroundLinearLayout = { 0x01010109, 0x01010200, 0x7f04012d };
- public static int ForegroundLinearLayout_android_foreground = 0;
- public static int ForegroundLinearLayout_android_foregroundGravity = 1;
- public static int ForegroundLinearLayout_foregroundInsidePadding = 2;
- public static int[] LineMorphingDrawable = { 0x7f04015f, 0x7f040160, 0x7f040161, 0x7f040162, 0x7f040163, 0x7f040164, 0x7f040165, 0x7f040166, 0x7f040167, 0x7f040168, 0x7f040169, 0x7f04016a, 0x7f04016b, 0x7f04016c, 0x7f04016d };
- public static int LineMorphingDrawable_lmd_animDuration = 0;
- public static int LineMorphingDrawable_lmd_clockwise = 1;
- public static int LineMorphingDrawable_lmd_curState = 2;
- public static int LineMorphingDrawable_lmd_interpolator = 3;
- public static int LineMorphingDrawable_lmd_layoutDirection = 4;
- public static int LineMorphingDrawable_lmd_padding = 5;
- public static int LineMorphingDrawable_lmd_paddingBottom = 6;
- public static int LineMorphingDrawable_lmd_paddingLeft = 7;
- public static int LineMorphingDrawable_lmd_paddingRight = 8;
- public static int LineMorphingDrawable_lmd_paddingTop = 9;
- public static int LineMorphingDrawable_lmd_state = 10;
- public static int LineMorphingDrawable_lmd_strokeCap = 11;
- public static int LineMorphingDrawable_lmd_strokeColor = 12;
- public static int LineMorphingDrawable_lmd_strokeJoin = 13;
- public static int LineMorphingDrawable_lmd_strokeSize = 14;
- public static int[] LinearLayoutCompat = { 0x01010126, 0x01010127, 0x010100af, 0x010100c4, 0x01010128, 0x7f0400c3, 0x7f0400c5, 0x7f040180, 0x7f0401ee };
- public static int LinearLayoutCompat_android_baselineAligned = 0;
- public static int LinearLayoutCompat_android_baselineAlignedChildIndex = 1;
- public static int LinearLayoutCompat_android_gravity = 2;
- public static int LinearLayoutCompat_android_orientation = 3;
- public static int LinearLayoutCompat_android_weightSum = 4;
- public static int LinearLayoutCompat_divider = 5;
- public static int LinearLayoutCompat_dividerPadding = 6;
- public static int LinearLayoutCompat_measureWithLargestChild = 7;
- public static int LinearLayoutCompat_showDividers = 8;
- public static int[] LinearLayoutCompat_Layout = { 0x010100b3, 0x010100f5, 0x01010181, 0x010100f4 };
- public static int LinearLayoutCompat_Layout_android_layout_gravity = 0;
- public static int LinearLayoutCompat_Layout_android_layout_height = 1;
- public static int LinearLayoutCompat_Layout_android_layout_weight = 2;
- public static int LinearLayoutCompat_Layout_android_layout_width = 3;
- public static int[] LinearProgressDrawable = { 0x7f040170, 0x7f040171, 0x7f040172, 0x7f040173, 0x7f040174, 0x7f040175, 0x7f040176, 0x7f040177, 0x7f040178, 0x7f040179, 0x7f04017a, 0x7f04017b, 0x7f04017c, 0x7f04017d, 0x7f04019f, 0x7f0401a0, 0x7f0401a2 };
- public static int LinearProgressDrawable_lpd_inAnimDuration = 0;
- public static int LinearProgressDrawable_lpd_keepDuration = 1;
- public static int LinearProgressDrawable_lpd_maxLineWidth = 2;
- public static int LinearProgressDrawable_lpd_minLineWidth = 3;
- public static int LinearProgressDrawable_lpd_outAnimDuration = 4;
- public static int LinearProgressDrawable_lpd_reverse = 5;
- public static int LinearProgressDrawable_lpd_strokeColor = 6;
- public static int LinearProgressDrawable_lpd_strokeColors = 7;
- public static int LinearProgressDrawable_lpd_strokeSecondaryColor = 8;
- public static int LinearProgressDrawable_lpd_strokeSize = 9;
- public static int LinearProgressDrawable_lpd_transformDuration = 10;
- public static int LinearProgressDrawable_lpd_transformInterpolator = 11;
- public static int LinearProgressDrawable_lpd_travelDuration = 12;
- public static int LinearProgressDrawable_lpd_verticalAlign = 13;
- public static int LinearProgressDrawable_pv_progress = 14;
- public static int LinearProgressDrawable_pv_progressMode = 15;
- public static int LinearProgressDrawable_pv_secondaryProgress = 16;
- public static int[] ListPopupWindow = { 0x010102ac, 0x010102ad };
- public static int ListPopupWindow_android_dropDownHorizontalOffset = 0;
- public static int ListPopupWindow_android_dropDownVerticalOffset = 1;
- public static int[] MenuGroup = { 0x010101e0, 0x0101000e, 0x010100d0, 0x010101de, 0x010101df, 0x01010194 };
- public static int MenuGroup_android_checkableBehavior = 0;
- public static int MenuGroup_android_enabled = 1;
- public static int MenuGroup_android_id = 2;
- public static int MenuGroup_android_menuCategory = 3;
- public static int MenuGroup_android_orderInCategory = 4;
- public static int MenuGroup_android_visible = 5;
- public static int[] MenuItem = { 0x7f04000e, 0x7f040020, 0x7f040021, 0x7f040029, 0x010101e3, 0x010101e5, 0x01010106, 0x0101000e, 0x01010002, 0x010100d0, 0x010101de, 0x010101e4, 0x0101026f, 0x010101df, 0x010101e1, 0x010101e2, 0x01010194, 0x7f040075, 0x7f04013a, 0x7f04013b, 0x7f040188, 0x7f0401ed, 0x7f040271 };
- public static int MenuItem_actionLayout = 0;
- public static int MenuItem_actionProviderClass = 1;
- public static int MenuItem_actionViewClass = 2;
- public static int MenuItem_alphabeticModifiers = 3;
- public static int MenuItem_android_alphabeticShortcut = 4;
- public static int MenuItem_android_checkable = 5;
- public static int MenuItem_android_checked = 6;
- public static int MenuItem_android_enabled = 7;
- public static int MenuItem_android_icon = 8;
- public static int MenuItem_android_id = 9;
- public static int MenuItem_android_menuCategory = 10;
- public static int MenuItem_android_numericShortcut = 11;
- public static int MenuItem_android_onClick = 12;
- public static int MenuItem_android_orderInCategory = 13;
- public static int MenuItem_android_title = 14;
- public static int MenuItem_android_titleCondensed = 15;
- public static int MenuItem_android_visible = 16;
- public static int MenuItem_contentDescription = 17;
- public static int MenuItem_iconTint = 18;
- public static int MenuItem_iconTintMode = 19;
- public static int MenuItem_numericModifiers = 20;
- public static int MenuItem_showAsAction = 21;
- public static int MenuItem_tooltipText = 22;
- public static int[] MenuView = { 0x0101012f, 0x0101012d, 0x01010130, 0x01010131, 0x0101012c, 0x0101012e, 0x010100ae, 0x7f040199, 0x7f040228 };
- public static int MenuView_android_headerBackground = 0;
- public static int MenuView_android_horizontalDivider = 1;
- public static int MenuView_android_itemBackground = 2;
- public static int MenuView_android_itemIconDisabledAlpha = 3;
- public static int MenuView_android_itemTextAppearance = 4;
- public static int MenuView_android_verticalDivider = 5;
- public static int MenuView_android_windowAnimationStyle = 6;
- public static int MenuView_preserveIconSpacing = 7;
- public static int MenuView_subMenuArrow = 8;
- public static int[] MultiSpinnerSearch = { 0x7f040135 };
- public static int MultiSpinnerSearch_hintText = 0;
- public static int[] NavigationDrawerDrawable = { 0x7f040186, 0x7f040187 };
- public static int NavigationDrawerDrawable_nd_icon = 0;
- public static int NavigationDrawerDrawable_nd_ripple = 1;
- public static int[] NavigationView = { 0x010100d4, 0x010100dd, 0x0101011f, 0x7f0400eb, 0x7f040130, 0x7f040142, 0x7f040143, 0x7f040145, 0x7f040146, 0x7f040181 };
- public static int NavigationView_android_background = 0;
- public static int NavigationView_android_fitsSystemWindows = 1;
- public static int NavigationView_android_maxWidth = 2;
- public static int NavigationView_elevation = 3;
- public static int NavigationView_headerLayout = 4;
- public static int NavigationView_itemBackground = 5;
- public static int NavigationView_itemIconTint = 6;
- public static int NavigationView_itemTextAppearance = 7;
- public static int NavigationView_itemTextColor = 8;
- public static int NavigationView_menu = 9;
- public static int[] PopupWindow = { 0x010102c9, 0x01010176, 0x7f040189 };
- public static int PopupWindow_android_popupAnimationStyle = 0;
- public static int PopupWindow_android_popupBackground = 1;
- public static int PopupWindow_overlapAnchor = 2;
- public static int[] PopupWindowBackgroundState = { 0x7f040223 };
- public static int PopupWindowBackgroundState_state_above_anchor = 0;
- public static int[] ProgressView = { 0x7f04019d, 0x7f04019e, 0x7f04019f, 0x7f0401a0, 0x7f0401a1, 0x7f0401a2 };
- public static int ProgressView_pv_autostart = 0;
- public static int ProgressView_pv_circular = 1;
- public static int ProgressView_pv_progress = 2;
- public static int ProgressView_pv_progressMode = 3;
- public static int ProgressView_pv_progressStyle = 4;
- public static int ProgressView_pv_secondaryProgress = 5;
- public static int[] RadioButtonDrawable = { 0x7f0401a9, 0x7f0401aa, 0x7f0401ab, 0x7f0401ac, 0x7f0401ad, 0x7f0401ae, 0x7f0401af };
- public static int RadioButtonDrawable_rbd_animDuration = 0;
- public static int RadioButtonDrawable_rbd_height = 1;
- public static int RadioButtonDrawable_rbd_innerRadius = 2;
- public static int RadioButtonDrawable_rbd_radius = 3;
- public static int RadioButtonDrawable_rbd_strokeColor = 4;
- public static int RadioButtonDrawable_rbd_strokeSize = 5;
- public static int RadioButtonDrawable_rbd_width = 6;
- public static int[] RecycleListView = { 0x7f04018a, 0x7f04018d };
- public static int RecycleListView_paddingBottomNoButtons = 0;
- public static int RecycleListView_paddingTopNoTitle = 1;
- public static int[] RecyclerView = { 0x010100f1, 0x010100c4, 0x7f04011e, 0x7f04011f, 0x7f040120, 0x7f040121, 0x7f040122, 0x7f040149, 0x7f0401c6, 0x7f040207, 0x7f040222 };
- public static int RecyclerView_android_descendantFocusability = 0;
- public static int RecyclerView_android_orientation = 1;
- public static int RecyclerView_fastScrollEnabled = 2;
- public static int RecyclerView_fastScrollHorizontalThumbDrawable = 3;
- public static int RecyclerView_fastScrollHorizontalTrackDrawable = 4;
- public static int RecyclerView_fastScrollVerticalThumbDrawable = 5;
- public static int RecyclerView_fastScrollVerticalTrackDrawable = 6;
- public static int RecyclerView_layoutManager = 7;
- public static int RecyclerView_reverseLayout = 8;
- public static int RecyclerView_spanCount = 9;
- public static int RecyclerView_stackFromEnd = 10;
- public static int[] RippleDrawable = { 0x7f0401b0, 0x7f0401b1, 0x7f0401b2, 0x7f0401b3, 0x7f0401b4, 0x7f0401b5, 0x7f0401b6, 0x7f0401b8, 0x7f0401b9, 0x7f0401ba, 0x7f0401bb, 0x7f0401bc, 0x7f0401bd, 0x7f0401be, 0x7f0401bf, 0x7f0401c0, 0x7f0401c1, 0x7f0401c3, 0x7f0401c4, 0x7f0401c5 };
- public static int RippleDrawable_rd_backgroundAnimDuration = 0;
- public static int RippleDrawable_rd_backgroundColor = 1;
- public static int RippleDrawable_rd_bottomLeftCornerRadius = 2;
- public static int RippleDrawable_rd_bottomPadding = 3;
- public static int RippleDrawable_rd_bottomRightCornerRadius = 4;
- public static int RippleDrawable_rd_cornerRadius = 5;
- public static int RippleDrawable_rd_delayClick = 6;
- public static int RippleDrawable_rd_inInterpolator = 7;
- public static int RippleDrawable_rd_leftPadding = 8;
- public static int RippleDrawable_rd_maskType = 9;
- public static int RippleDrawable_rd_maxRippleRadius = 10;
- public static int RippleDrawable_rd_outInterpolator = 11;
- public static int RippleDrawable_rd_padding = 12;
- public static int RippleDrawable_rd_rightPadding = 13;
- public static int RippleDrawable_rd_rippleAnimDuration = 14;
- public static int RippleDrawable_rd_rippleColor = 15;
- public static int RippleDrawable_rd_rippleType = 16;
- public static int RippleDrawable_rd_topLeftCornerRadius = 17;
- public static int RippleDrawable_rd_topPadding = 18;
- public static int RippleDrawable_rd_topRightCornerRadius = 19;
- public static int[] RippleView = { 0x7f0401b7, 0x7f0401c2 };
- public static int RippleView_rd_enable = 0;
- public static int RippleView_rd_style = 1;
- public static int[] ScrimInsetsFrameLayout = { 0x7f040140 };
- public static int ScrimInsetsFrameLayout_insetForeground = 0;
- public static int[] ScrollingViewBehavior_Layout = { 0x7f04003a };
- public static int ScrollingViewBehavior_Layout_behavior_overlapTop = 0;
- public static int[] SearchView = { 0x010100da, 0x01010264, 0x01010220, 0x0101011f, 0x7f040063, 0x7f040074, 0x7f040099, 0x7f04012f, 0x7f04013c, 0x7f040148, 0x7f0401a3, 0x7f0401a4, 0x7f0401e7, 0x7f0401e8, 0x7f040229, 0x7f04022e, 0x7f040296 };
- public static int SearchView_android_focusable = 0;
- public static int SearchView_android_imeOptions = 1;
- public static int SearchView_android_inputType = 2;
- public static int SearchView_android_maxWidth = 3;
- public static int SearchView_closeIcon = 4;
- public static int SearchView_commitIcon = 5;
- public static int SearchView_defaultQueryHint = 6;
- public static int SearchView_goIcon = 7;
- public static int SearchView_iconifiedByDefault = 8;
- public static int SearchView_layout = 9;
- public static int SearchView_queryBackground = 10;
- public static int SearchView_queryHint = 11;
- public static int SearchView_searchHintIcon = 12;
- public static int SearchView_searchIcon = 13;
- public static int SearchView_submitBackground = 14;
- public static int SearchView_suggestionRowLayout = 15;
- public static int SearchView_voiceIcon = 16;
- public static int[] SimpleDialog = { 0x7f0400a1, 0x7f0400a8, 0x7f0400a9, 0x7f0400ae, 0x7f0400af, 0x7f0400bd };
- public static int SimpleDialog_di_checkBoxStyle = 0;
- public static int SimpleDialog_di_itemHeight = 1;
- public static int SimpleDialog_di_itemTextAppearance = 2;
- public static int SimpleDialog_di_messageTextAppearance = 3;
- public static int SimpleDialog_di_messageTextColor = 4;
- public static int SimpleDialog_di_radioButtonStyle = 5;
- public static int[] Slider = { 0x0101000e, 0x010100af, 0x7f0401f2, 0x7f0401f3, 0x7f0401f4, 0x7f0401f5, 0x7f0401f6, 0x7f0401f7, 0x7f0401f8, 0x7f0401f9, 0x7f0401fa, 0x7f0401fb, 0x7f0401fc, 0x7f0401fd, 0x7f0401fe, 0x7f0401ff, 0x7f040200, 0x7f040201, 0x7f040202, 0x7f040203, 0x7f040204, 0x7f040205, 0x7f040206 };
- public static int Slider_android_enabled = 0;
- public static int Slider_android_gravity = 1;
- public static int Slider_sl_alwaysFillThumb = 2;
- public static int Slider_sl_baselineOffset = 3;
- public static int Slider_sl_discreteMode = 4;
- public static int Slider_sl_fontFamily = 5;
- public static int Slider_sl_interpolator = 6;
- public static int Slider_sl_maxValue = 7;
- public static int Slider_sl_minValue = 8;
- public static int Slider_sl_primaryColor = 9;
- public static int Slider_sl_secondaryColor = 10;
- public static int Slider_sl_stepValue = 11;
- public static int Slider_sl_textColor = 12;
- public static int Slider_sl_textSize = 13;
- public static int Slider_sl_textStyle = 14;
- public static int Slider_sl_thumbBorderSize = 15;
- public static int Slider_sl_thumbFocusRadius = 16;
- public static int Slider_sl_thumbRadius = 17;
- public static int Slider_sl_trackCap = 18;
- public static int Slider_sl_trackSize = 19;
- public static int Slider_sl_transformAnimDuration = 20;
- public static int Slider_sl_travelAnimDuration = 21;
- public static int Slider_sl_value = 22;
- public static int[] SnackBar = { 0x7f0401c8, 0x7f0401c9, 0x7f0401ca, 0x7f0401cb, 0x7f0401cc, 0x7f0401cd, 0x7f0401ce, 0x7f0401cf, 0x7f0401d0, 0x7f0401d1, 0x7f0401d2, 0x7f0401d3, 0x7f0401d4, 0x7f0401d5, 0x7f0401d6, 0x7f0401d7, 0x7f0401d8, 0x7f0401d9, 0x7f0401da, 0x7f0401db, 0x7f0401dc, 0x7f0401dd, 0x7f0401de, 0x7f0401df, 0x7f0401e0, 0x7f0401e1, 0x7f0401e2, 0x7f0401e3, 0x7f0401e4 };
- public static int SnackBar_sb_actionRipple = 0;
- public static int SnackBar_sb_actionText = 1;
- public static int SnackBar_sb_actionTextAppearance = 2;
- public static int SnackBar_sb_actionTextColor = 3;
- public static int SnackBar_sb_actionTextSize = 4;
- public static int SnackBar_sb_backgroundColor = 5;
- public static int SnackBar_sb_backgroundCornerRadius = 6;
- public static int SnackBar_sb_duration = 7;
- public static int SnackBar_sb_ellipsize = 8;
- public static int SnackBar_sb_height = 9;
- public static int SnackBar_sb_horizontalPadding = 10;
- public static int SnackBar_sb_inAnimation = 11;
- public static int SnackBar_sb_lines = 12;
- public static int SnackBar_sb_marginBottom = 13;
- public static int SnackBar_sb_marginStart = 14;
- public static int SnackBar_sb_maxHeight = 15;
- public static int SnackBar_sb_maxLines = 16;
- public static int SnackBar_sb_maxWidth = 17;
- public static int SnackBar_sb_minHeight = 18;
- public static int SnackBar_sb_minWidth = 19;
- public static int SnackBar_sb_outAnimation = 20;
- public static int SnackBar_sb_removeOnDismiss = 21;
- public static int SnackBar_sb_singleLine = 22;
- public static int SnackBar_sb_text = 23;
- public static int SnackBar_sb_textAppearance = 24;
- public static int SnackBar_sb_textColor = 25;
- public static int SnackBar_sb_textSize = 26;
- public static int SnackBar_sb_verticalPadding = 27;
- public static int SnackBar_sb_width = 28;
- public static int[] SnackbarLayout = { 0x0101011f, 0x7f0400eb, 0x7f04017e };
- public static int SnackbarLayout_android_maxWidth = 0;
- public static int SnackbarLayout_elevation = 1;
- public static int SnackbarLayout_maxActionInlineWidth = 2;
- public static int[] Spinner = { 0x01010262, 0x010100b2, 0x010100af, 0x01010140, 0x0101013f, 0x01010176, 0x0101017b, 0x7f040197, 0x7f04020c, 0x7f04020d, 0x7f04020e, 0x7f04020f, 0x7f040210, 0x7f040211, 0x7f040212, 0x7f040213, 0x7f040214, 0x7f040215, 0x7f040216, 0x7f040217, 0x7f040218, 0x7f040219, 0x7f04021a, 0x7f04021b, 0x7f04021c, 0x7f04021d, 0x7f04021e, 0x7f04021f, 0x7f040220 };
- public static int Spinner_android_dropDownWidth = 0;
- public static int Spinner_android_entries = 1;
- public static int Spinner_android_gravity = 2;
- public static int Spinner_android_minHeight = 3;
- public static int Spinner_android_minWidth = 4;
- public static int Spinner_android_popupBackground = 5;
- public static int Spinner_android_prompt = 6;
- public static int Spinner_popupTheme = 7;
- public static int Spinner_spn_arrowAnimClockwise = 8;
- public static int Spinner_spn_arrowAnimDuration = 9;
- public static int Spinner_spn_arrowColor = 10;
- public static int Spinner_spn_arrowInterpolator = 11;
- public static int Spinner_spn_arrowPadding = 12;
- public static int Spinner_spn_arrowSize = 13;
- public static int Spinner_spn_arrowSwitchMode = 14;
- public static int Spinner_spn_disableChildrenWhenDisabled = 15;
- public static int Spinner_spn_dividerAnimDuration = 16;
- public static int Spinner_spn_dividerColor = 17;
- public static int Spinner_spn_dividerHeight = 18;
- public static int Spinner_spn_dividerPadding = 19;
- public static int Spinner_spn_label = 20;
- public static int Spinner_spn_labelEllipsize = 21;
- public static int Spinner_spn_labelEnable = 22;
- public static int Spinner_spn_labelPadding = 23;
- public static int Spinner_spn_labelTextAppearance = 24;
- public static int Spinner_spn_labelTextColor = 25;
- public static int Spinner_spn_labelTextSize = 26;
- public static int Spinner_spn_popupItemAnimOffset = 27;
- public static int Spinner_spn_popupItemAnimation = 28;
- public static int[] Switch = { 0x01010106, 0x010100af, 0x7f04022f, 0x7f040230, 0x7f040231, 0x7f040232, 0x7f040233, 0x7f040234, 0x7f040235, 0x7f040236 };
- public static int Switch_android_checked = 0;
- public static int Switch_android_gravity = 1;
- public static int Switch_sw_animDuration = 2;
- public static int Switch_sw_interpolator = 3;
- public static int Switch_sw_thumbColor = 4;
- public static int Switch_sw_thumbElevation = 5;
- public static int Switch_sw_thumbRadius = 6;
- public static int Switch_sw_trackCap = 7;
- public static int Switch_sw_trackColor = 8;
- public static int Switch_sw_trackSize = 9;
- public static int[] SwitchCompat = { 0x01010125, 0x01010124, 0x01010142, 0x7f0401ef, 0x7f04020b, 0x7f040237, 0x7f040238, 0x7f04023a, 0x7f040259, 0x7f04025a, 0x7f04025b, 0x7f040290, 0x7f040291, 0x7f040292 };
- public static int SwitchCompat_android_textOff = 0;
- public static int SwitchCompat_android_textOn = 1;
- public static int SwitchCompat_android_thumb = 2;
- public static int SwitchCompat_showText = 3;
- public static int SwitchCompat_splitTrack = 4;
- public static int SwitchCompat_switchMinWidth = 5;
- public static int SwitchCompat_switchPadding = 6;
- public static int SwitchCompat_switchTextAppearance = 7;
- public static int SwitchCompat_thumbTextPadding = 8;
- public static int SwitchCompat_thumbTint = 9;
- public static int SwitchCompat_thumbTintMode = 10;
- public static int SwitchCompat_track = 11;
- public static int SwitchCompat_trackTint = 12;
- public static int SwitchCompat_trackTintMode = 13;
- public static int[] TabItem = { 0x01010002, 0x010100f2, 0x0101014f };
- public static int TabItem_android_icon = 0;
- public static int TabItem_android_layout = 1;
- public static int TabItem_android_text = 2;
- public static int[] TabLayout = { 0x7f04023b, 0x7f04023c, 0x7f04023d, 0x7f04023e, 0x7f04023f, 0x7f040240, 0x7f040241, 0x7f040242, 0x7f040243, 0x7f040244, 0x7f040245, 0x7f040246, 0x7f040247, 0x7f040248, 0x7f040249, 0x7f04024a };
- public static int TabLayout_tabBackground = 0;
- public static int TabLayout_tabContentStart = 1;
- public static int TabLayout_tabGravity = 2;
- public static int TabLayout_tabIndicatorColor = 3;
- public static int TabLayout_tabIndicatorHeight = 4;
- public static int TabLayout_tabMaxWidth = 5;
- public static int TabLayout_tabMinWidth = 6;
- public static int TabLayout_tabMode = 7;
- public static int TabLayout_tabPadding = 8;
- public static int TabLayout_tabPaddingBottom = 9;
- public static int TabLayout_tabPaddingEnd = 10;
- public static int TabLayout_tabPaddingStart = 11;
- public static int TabLayout_tabPaddingTop = 12;
- public static int TabLayout_tabSelectedTextColor = 13;
- public static int TabLayout_tabTextAppearance = 14;
- public static int TabLayout_tabTextColor = 15;
- public static int[] TabPageIndicator = { 0x01010034, 0x7f040288, 0x7f040289, 0x7f04028a, 0x7f04028b, 0x7f04028c, 0x7f04028d, 0x7f04028e, 0x7f04028f };
- public static int TabPageIndicator_android_textAppearance = 0;
- public static int TabPageIndicator_tpi_centerCurrentTab = 1;
- public static int TabPageIndicator_tpi_indicatorAtTop = 2;
- public static int TabPageIndicator_tpi_indicatorColor = 3;
- public static int TabPageIndicator_tpi_indicatorHeight = 4;
- public static int TabPageIndicator_tpi_mode = 5;
- public static int TabPageIndicator_tpi_tabPadding = 6;
- public static int TabPageIndicator_tpi_tabRipple = 7;
- public static int TabPageIndicator_tpi_tabSingleLine = 8;
- public static int[] TextAppearance = { 0x0101045d, 0x010103ac, 0x010104b7, 0x010104b6, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x0101038c, 0x01010098, 0x01010099, 0x0101009a, 0x0101009b, 0x01010095, 0x01010097, 0x01010096, 0x7f040124, 0x7f04024b, 0x7f040293 };
- public static int TextAppearance_android_elegantTextHeight = 0;
- public static int TextAppearance_android_fontFamily = 1;
- public static int TextAppearance_android_fontFeatureSettings = 2;
- public static int TextAppearance_android_letterSpacing = 3;
- public static int TextAppearance_android_shadowColor = 4;
- public static int TextAppearance_android_shadowDx = 5;
- public static int TextAppearance_android_shadowDy = 6;
- public static int TextAppearance_android_shadowRadius = 7;
- public static int TextAppearance_android_textAllCaps = 8;
- public static int TextAppearance_android_textColor = 9;
- public static int TextAppearance_android_textColorHighlight = 10;
- public static int TextAppearance_android_textColorHint = 11;
- public static int TextAppearance_android_textColorLink = 12;
- public static int TextAppearance_android_textSize = 13;
- public static int TextAppearance_android_textStyle = 14;
- public static int TextAppearance_android_typeface = 15;
- public static int TextAppearance_fontFamily = 16;
- public static int TextAppearance_textAllCaps = 17;
- public static int TextAppearance_tv_fontFamily = 18;
- public static int[] TextInputLayout = { 0x01010150, 0x0101009a, 0x7f040083, 0x7f040084, 0x7f040085, 0x7f040086, 0x7f0400ec, 0x7f0400ed, 0x7f040133, 0x7f040134, 0x7f040136, 0x7f040191, 0x7f040192, 0x7f040193, 0x7f040194, 0x7f040195 };
- public static int TextInputLayout_android_hint = 0;
- public static int TextInputLayout_android_textColorHint = 1;
- public static int TextInputLayout_counterEnabled = 2;
- public static int TextInputLayout_counterMaxLength = 3;
- public static int TextInputLayout_counterOverflowTextAppearance = 4;
- public static int TextInputLayout_counterTextAppearance = 5;
- public static int TextInputLayout_errorEnabled = 6;
- public static int TextInputLayout_errorTextAppearance = 7;
- public static int TextInputLayout_hintAnimationEnabled = 8;
- public static int TextInputLayout_hintEnabled = 9;
- public static int TextInputLayout_hintTextAppearance = 10;
- public static int TextInputLayout_passwordToggleContentDescription = 11;
- public static int TextInputLayout_passwordToggleDrawable = 12;
- public static int TextInputLayout_passwordToggleEnabled = 13;
- public static int TextInputLayout_passwordToggleTint = 14;
- public static int TextInputLayout_passwordToggleTintMode = 15;
- public static int[] TextView = { 0x01010152, 0x0101016e, 0x01010393, 0x0101016f, 0x01010171, 0x01010170, 0x01010392, 0x0101016d, 0x0101045d, 0x01010158, 0x010103ac, 0x010104b7, 0x010100af, 0x01010155, 0x0101015f, 0x010104b6, 0x01010217, 0x01010218, 0x01010154, 0x01010157, 0x01010120, 0x01010160, 0x01010153, 0x0101011f, 0x0101015a, 0x01010140, 0x01010156, 0x0101013f, 0x0101015b, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x0101015d, 0x0101038c, 0x01010098, 0x01010099, 0x0101009a, 0x0101009b, 0x01010151, 0x01010095, 0x01010097, 0x01010096, 0x01010159, 0x7f040293 };
- public static int TextView_android_cursorVisible = 0;
- public static int TextView_android_drawableBottom = 1;
- public static int TextView_android_drawableEnd = 2;
- public static int TextView_android_drawableLeft = 3;
- public static int TextView_android_drawablePadding = 4;
- public static int TextView_android_drawableRight = 5;
- public static int TextView_android_drawableStart = 6;
- public static int TextView_android_drawableTop = 7;
- public static int TextView_android_elegantTextHeight = 8;
- public static int TextView_android_ems = 9;
- public static int TextView_android_fontFamily = 10;
- public static int TextView_android_fontFeatureSettings = 11;
- public static int TextView_android_gravity = 12;
- public static int TextView_android_height = 13;
- public static int TextView_android_includeFontPadding = 14;
- public static int TextView_android_letterSpacing = 15;
- public static int TextView_android_lineSpacingExtra = 16;
- public static int TextView_android_lineSpacingMultiplier = 17;
- public static int TextView_android_lines = 18;
- public static int TextView_android_maxEms = 19;
- public static int TextView_android_maxHeight = 20;
- public static int TextView_android_maxLength = 21;
- public static int TextView_android_maxLines = 22;
- public static int TextView_android_maxWidth = 23;
- public static int TextView_android_minEms = 24;
- public static int TextView_android_minHeight = 25;
- public static int TextView_android_minLines = 26;
- public static int TextView_android_minWidth = 27;
- public static int TextView_android_scrollHorizontally = 28;
- public static int TextView_android_shadowColor = 29;
- public static int TextView_android_shadowDx = 30;
- public static int TextView_android_shadowDy = 31;
- public static int TextView_android_shadowRadius = 32;
- public static int TextView_android_singleLine = 33;
- public static int TextView_android_textAllCaps = 34;
- public static int TextView_android_textColor = 35;
- public static int TextView_android_textColorHighlight = 36;
- public static int TextView_android_textColorHint = 37;
- public static int TextView_android_textColorLink = 38;
- public static int TextView_android_textScaleX = 39;
- public static int TextView_android_textSize = 40;
- public static int TextView_android_textStyle = 41;
- public static int TextView_android_typeface = 42;
- public static int TextView_android_width = 43;
- public static int TextView_tv_fontFamily = 44;
- public static int[] TextViewAppearance = { 0x01010034 };
- public static int TextViewAppearance_android_textAppearance = 0;
- public static int[] ThemableView = { 0x7f040295 };
- public static int ThemableView_v_styleId = 0;
- public static int[] Theme = { 0x7f040001, 0x7f040002, 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f04000d, 0x7f04000f, 0x7f040010, 0x7f040011, 0x7f040012, 0x7f040013, 0x7f040014, 0x7f040015, 0x7f040016, 0x7f040017, 0x7f040018, 0x7f040019, 0x7f04001a, 0x7f04001b, 0x7f04001c, 0x7f04001d, 0x7f04001e, 0x7f04001f, 0x7f040022, 0x7f040023, 0x7f040024, 0x7f040025, 0x7f040026, 0x010100ae, 0x01010057, 0x7f04002c, 0x7f04003e, 0x7f040048, 0x7f040049, 0x7f04004a, 0x7f04004b, 0x7f04004c, 0x7f04004f, 0x7f040050, 0x7f040061, 0x7f040062, 0x7f04006a, 0x7f04006c, 0x7f04006d, 0x7f04006e, 0x7f04006f, 0x7f040071, 0x7f040072, 0x7f040073, 0x7f040082, 0x7f0400c0, 0x7f0400c1, 0x7f0400c4, 0x7f0400c6, 0x7f0400e6, 0x7f0400e7, 0x7f0400e8, 0x7f0400e9, 0x7f0400ea, 0x7f040137, 0x7f04013d, 0x7f040154, 0x7f040155, 0x7f040159, 0x7f04015a, 0x7f04015b, 0x7f04015c, 0x7f04015d, 0x7f04015e, 0x7f04018e, 0x7f04018f, 0x7f040190, 0x7f040196, 0x7f040198, 0x7f0401a5, 0x7f0401a6, 0x7f0401e9, 0x7f0401ea, 0x7f0401eb, 0x7f0401ec, 0x7f040209, 0x7f04020a, 0x7f040239, 0x7f04024c, 0x7f04024d, 0x7f04024f, 0x7f040251, 0x7f040252, 0x7f040253, 0x7f040254, 0x7f040256, 0x7f04026d, 0x7f04026e, 0x7f040297, 0x7f040298, 0x7f040299, 0x7f04029a, 0x7f04029b, 0x7f04029c, 0x7f04029d, 0x7f04029e, 0x7f04029f, 0x7f0402a0 };
- public static int Theme_actionBarDivider = 0;
- public static int Theme_actionBarItemBackground = 1;
- public static int Theme_actionBarPopupTheme = 2;
- public static int Theme_actionBarSize = 3;
- public static int Theme_actionBarSplitStyle = 4;
- public static int Theme_actionBarStyle = 5;
- public static int Theme_actionBarTabBarStyle = 6;
- public static int Theme_actionBarTabStyle = 7;
- public static int Theme_actionBarTabTextStyle = 8;
- public static int Theme_actionBarTheme = 9;
- public static int Theme_actionBarWidgetTheme = 10;
- public static int Theme_actionButtonStyle = 11;
- public static int Theme_actionDropDownStyle = 12;
- public static int Theme_actionMenuTextAppearance = 13;
- public static int Theme_actionMenuTextColor = 14;
- public static int Theme_actionModeBackground = 15;
- public static int Theme_actionModeCloseButtonStyle = 16;
- public static int Theme_actionModeCloseDrawable = 17;
- public static int Theme_actionModeCopyDrawable = 18;
- public static int Theme_actionModeCutDrawable = 19;
- public static int Theme_actionModeFindDrawable = 20;
- public static int Theme_actionModePasteDrawable = 21;
- public static int Theme_actionModePopupWindowStyle = 22;
- public static int Theme_actionModeSelectAllDrawable = 23;
- public static int Theme_actionModeShareDrawable = 24;
- public static int Theme_actionModeSplitBackground = 25;
- public static int Theme_actionModeStyle = 26;
- public static int Theme_actionModeWebSearchDrawable = 27;
- public static int Theme_actionOverflowButtonStyle = 28;
- public static int Theme_actionOverflowMenuStyle = 29;
- public static int Theme_activityChooserViewStyle = 30;
- public static int Theme_alertDialogButtonGroupStyle = 31;
- public static int Theme_alertDialogCenterButtons = 32;
- public static int Theme_alertDialogStyle = 33;
- public static int Theme_alertDialogTheme = 34;
- public static int Theme_android_windowAnimationStyle = 35;
- public static int Theme_android_windowIsFloating = 36;
- public static int Theme_autoCompleteTextViewStyle = 37;
- public static int Theme_borderlessButtonStyle = 38;
- public static int Theme_buttonBarButtonStyle = 39;
- public static int Theme_buttonBarNegativeButtonStyle = 40;
- public static int Theme_buttonBarNeutralButtonStyle = 41;
- public static int Theme_buttonBarPositiveButtonStyle = 42;
- public static int Theme_buttonBarStyle = 43;
- public static int Theme_buttonStyle = 44;
- public static int Theme_buttonStyleSmall = 45;
- public static int Theme_checkboxStyle = 46;
- public static int Theme_checkedTextViewStyle = 47;
- public static int Theme_colorAccent = 48;
- public static int Theme_colorButtonNormal = 49;
- public static int Theme_colorControlActivated = 50;
- public static int Theme_colorControlHighlight = 51;
- public static int Theme_colorControlNormal = 52;
- public static int Theme_colorPrimary = 53;
- public static int Theme_colorPrimaryDark = 54;
- public static int Theme_colorSwitchThumbNormal = 55;
- public static int Theme_controlBackground = 56;
- public static int Theme_dialogPreferredPadding = 57;
- public static int Theme_dialogTheme = 58;
- public static int Theme_dividerHorizontal = 59;
- public static int Theme_dividerVertical = 60;
- public static int Theme_dropDownListViewStyle = 61;
- public static int Theme_dropdownListPreferredItemHeight = 62;
- public static int Theme_editTextBackground = 63;
- public static int Theme_editTextColor = 64;
- public static int Theme_editTextStyle = 65;
- public static int Theme_homeAsUpIndicator = 66;
- public static int Theme_imageButtonStyle = 67;
- public static int Theme_listChoiceBackgroundIndicator = 68;
- public static int Theme_listDividerAlertDialog = 69;
- public static int Theme_listPopupWindowStyle = 70;
- public static int Theme_listPreferredItemHeight = 71;
- public static int Theme_listPreferredItemHeightLarge = 72;
- public static int Theme_listPreferredItemHeightSmall = 73;
- public static int Theme_listPreferredItemPaddingLeft = 74;
- public static int Theme_listPreferredItemPaddingRight = 75;
- public static int Theme_panelBackground = 76;
- public static int Theme_panelMenuListTheme = 77;
- public static int Theme_panelMenuListWidth = 78;
- public static int Theme_popupMenuStyle = 79;
- public static int Theme_popupWindowStyle = 80;
- public static int Theme_radioButtonStyle = 81;
- public static int Theme_ratingBarStyle = 82;
- public static int Theme_searchViewStyle = 83;
- public static int Theme_seekBarStyle = 84;
- public static int Theme_selectableItemBackground = 85;
- public static int Theme_selectableItemBackgroundBorderless = 86;
- public static int Theme_spinnerDropDownItemStyle = 87;
- public static int Theme_spinnerStyle = 88;
- public static int Theme_switchStyle = 89;
- public static int Theme_textAppearanceLargePopupMenu = 90;
- public static int Theme_textAppearanceListItem = 91;
- public static int Theme_textAppearanceListItemSmall = 92;
- public static int Theme_textAppearanceSearchResultSubtitle = 93;
- public static int Theme_textAppearanceSearchResultTitle = 94;
- public static int Theme_textAppearanceSmallPopupMenu = 95;
- public static int Theme_textColorAlertDialogListItem = 96;
- public static int Theme_textColorSearchUrl = 97;
- public static int Theme_toolbarNavigationButtonStyle = 98;
- public static int Theme_toolbarStyle = 99;
- public static int Theme_windowActionBar = 100;
- public static int Theme_windowActionBarOverlay = 101;
- public static int Theme_windowActionModeOverlay = 102;
- public static int Theme_windowFixedHeightMajor = 103;
- public static int Theme_windowFixedHeightMinor = 104;
- public static int Theme_windowFixedWidthMajor = 105;
- public static int Theme_windowFixedWidthMinor = 106;
- public static int Theme_windowMinWidthMajor = 107;
- public static int Theme_windowMinWidthMinor = 108;
- public static int Theme_windowNoTitle = 109;
- public static int[] TimePicker = { 0x7f040272, 0x7f040274, 0x7f040275, 0x7f040276, 0x7f040278, 0x7f040279, 0x7f04027b, 0x7f04027c, 0x7f04027d, 0x7f04027f, 0x7f040280, 0x7f040281, 0x7f040282, 0x7f040283, 0x7f040284, 0x7f040287 };
- public static int TimePicker_tp_24Hour = 0;
- public static int TimePicker_tp_animDuration = 1;
- public static int TimePicker_tp_backgroundColor = 2;
- public static int TimePicker_tp_fontFamily = 3;
- public static int TimePicker_tp_hour = 4;
- public static int TimePicker_tp_inInterpolator = 5;
- public static int TimePicker_tp_minute = 6;
- public static int TimePicker_tp_mode = 7;
- public static int TimePicker_tp_outInterpolator = 8;
- public static int TimePicker_tp_selectionColor = 9;
- public static int TimePicker_tp_selectionRadius = 10;
- public static int TimePicker_tp_textColor = 11;
- public static int TimePicker_tp_textHighlightColor = 12;
- public static int TimePicker_tp_textSize = 13;
- public static int TimePicker_tp_textStyle = 14;
- public static int TimePicker_tp_tickSize = 15;
- public static int[] TimePickerDialog = { 0x7f040273, 0x7f040277, 0x7f04027a, 0x7f04027e, 0x7f040285, 0x7f040286 };
- public static int TimePickerDialog_tp_am = 0;
- public static int TimePickerDialog_tp_headerHeight = 1;
- public static int TimePickerDialog_tp_leadingZero = 2;
- public static int TimePickerDialog_tp_pm = 3;
- public static int TimePickerDialog_tp_textTimeColor = 4;
- public static int TimePickerDialog_tp_textTimeSize = 5;
- public static int[] Toolbar = { 0x010100af, 0x01010140, 0x7f04004d, 0x7f040065, 0x7f040066, 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b, 0x7f04016e, 0x7f04016f, 0x7f04017f, 0x7f040183, 0x7f040184, 0x7f040197, 0x7f04022a, 0x7f04022b, 0x7f04022c, 0x7f040261, 0x7f040263, 0x7f040264, 0x7f040265, 0x7f040266, 0x7f040267, 0x7f040268, 0x7f040269, 0x7f04026a };
- public static int Toolbar_android_gravity = 0;
- public static int Toolbar_android_minHeight = 1;
- public static int Toolbar_buttonGravity = 2;
- public static int Toolbar_collapseContentDescription = 3;
- public static int Toolbar_collapseIcon = 4;
- public static int Toolbar_contentInsetEnd = 5;
- public static int Toolbar_contentInsetEndWithActions = 6;
- public static int Toolbar_contentInsetLeft = 7;
- public static int Toolbar_contentInsetRight = 8;
- public static int Toolbar_contentInsetStart = 9;
- public static int Toolbar_contentInsetStartWithNavigation = 10;
- public static int Toolbar_logo = 11;
- public static int Toolbar_logoDescription = 12;
- public static int Toolbar_maxButtonHeight = 13;
- public static int Toolbar_navigationContentDescription = 14;
- public static int Toolbar_navigationIcon = 15;
- public static int Toolbar_popupTheme = 16;
- public static int Toolbar_subtitle = 17;
- public static int Toolbar_subtitleTextAppearance = 18;
- public static int Toolbar_subtitleTextColor = 19;
- public static int Toolbar_title = 20;
- public static int Toolbar_titleMargin = 21;
- public static int Toolbar_titleMarginBottom = 22;
- public static int Toolbar_titleMarginEnd = 23;
- public static int Toolbar_titleMarginStart = 24;
- public static int Toolbar_titleMarginTop = 25;
- public static int Toolbar_titleMargins = 26;
- public static int Toolbar_titleTextAppearance = 27;
- public static int Toolbar_titleTextColor = 28;
- public static int[] View = { 0x010100d4, 0x0101046b, 0x0101046c, 0x01010440, 0x010102aa, 0x010100e0, 0x010100da, 0x010103b2, 0x01010140, 0x0101013f, 0x010100d5, 0x010100d9, 0x010103b4, 0x010100d6, 0x010100d8, 0x010103b3, 0x010100d7, 0x010103a5, 0x010102a9, 0x010102a8, 0x01010063, 0x0101007f, 0x01010215, 0x01010119, 0x010103b1, 0x010103b0, 0x01010000, 0x010100dc, 0x7f04018b, 0x7f04018c, 0x7f040257 };
- public static int View_android_background = 0;
- public static int View_android_backgroundTint = 1;
- public static int View_android_backgroundTintMode = 2;
- public static int View_android_elevation = 3;
- public static int View_android_fadeScrollbars = 4;
- public static int View_android_fadingEdgeLength = 5;
- public static int View_android_focusable = 6;
- public static int View_android_layoutDirection = 7;
- public static int View_android_minHeight = 8;
- public static int View_android_minWidth = 9;
- public static int View_android_padding = 10;
- public static int View_android_paddingBottom = 11;
- public static int View_android_paddingEnd = 12;
- public static int View_android_paddingLeft = 13;
- public static int View_android_paddingRight = 14;
- public static int View_android_paddingStart = 15;
- public static int View_android_paddingTop = 16;
- public static int View_android_requiresFadingEdge = 17;
- public static int View_android_scrollbarDefaultDelayBeforeFade = 18;
- public static int View_android_scrollbarFadeDuration = 19;
- public static int View_android_scrollbarSize = 20;
- public static int View_android_scrollbarStyle = 21;
- public static int View_android_soundEffectsEnabled = 22;
- public static int View_android_src = 23;
- public static int View_android_textAlignment = 24;
- public static int View_android_textDirection = 25;
- public static int View_android_theme = 26;
- public static int View_android_visibility = 27;
- public static int View_paddingEnd = 28;
- public static int View_paddingStart = 29;
- public static int View_theme = 30;
- public static int[] ViewBackgroundHelper = { 0x010100d4, 0x7f040035, 0x7f040036 };
- public static int ViewBackgroundHelper_android_background = 0;
- public static int ViewBackgroundHelper_backgroundTint = 1;
- public static int ViewBackgroundHelper_backgroundTintMode = 2;
- public static int[] ViewStubCompat = { 0x010100d0, 0x010100f3, 0x010100f2 };
- public static int ViewStubCompat_android_id = 0;
- public static int ViewStubCompat_android_inflatedId = 1;
- public static int ViewStubCompat_android_layout = 2;
- public static int[] YearPicker = { 0x7f0400c7, 0x7f0400cc, 0x7f0400d3, 0x7f0400d7, 0x7f0400d8, 0x7f0400d9, 0x7f0400dc, 0x7f0400de, 0x7f0400df, 0x7f0400e0, 0x7f0400e1, 0x7f0400e2, 0x7f0400e3 };
- public static int YearPicker_dp_animDuration = 0;
- public static int YearPicker_dp_fontFamily = 1;
- public static int YearPicker_dp_inInterpolator = 2;
- public static int YearPicker_dp_outInterpolator = 3;
- public static int YearPicker_dp_selectionColor = 4;
- public static int YearPicker_dp_textColor = 5;
- public static int YearPicker_dp_textHighlightColor = 6;
- public static int YearPicker_dp_textStyle = 7;
- public static int YearPicker_dp_year = 8;
- public static int YearPicker_dp_yearItemHeight = 9;
- public static int YearPicker_dp_yearMax = 10;
- public static int YearPicker_dp_yearMin = 11;
- public static int YearPicker_dp_yearTextSize = 12;
- }
- public static final class xml {
- public static int nav_states = 0x7f190001;
- }
-}
diff --git a/library/build/generated/source/r/release/com/rey/material/R.java b/library/build/generated/source/r/release/com/rey/material/R.java
deleted file mode 100644
index 9981445..0000000
--- a/library/build/generated/source/r/release/com/rey/material/R.java
+++ /dev/null
@@ -1,2225 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package com.rey.material;
-
-public final class R {
- public static final class anim {
- public static int abc_fade_in = 0x7f010001;
- public static int abc_fade_out = 0x7f010002;
- public static int abc_grow_fade_in_from_bottom = 0x7f010003;
- public static int abc_popup_enter = 0x7f010004;
- public static int abc_popup_exit = 0x7f010005;
- public static int abc_shrink_fade_out_from_bottom = 0x7f010006;
- public static int abc_slide_in_bottom = 0x7f010007;
- public static int abc_slide_in_top = 0x7f010008;
- public static int abc_slide_out_bottom = 0x7f010009;
- public static int abc_slide_out_top = 0x7f01000a;
- }
- public static final class attr {
- public static int actionBarDivider = 0x7f040001;
- public static int actionBarItemBackground = 0x7f040002;
- public static int actionBarPopupTheme = 0x7f040003;
- public static int actionBarSize = 0x7f040004;
- public static int actionBarSplitStyle = 0x7f040005;
- public static int actionBarStyle = 0x7f040006;
- public static int actionBarTabBarStyle = 0x7f040007;
- public static int actionBarTabStyle = 0x7f040008;
- public static int actionBarTabTextStyle = 0x7f040009;
- public static int actionBarTheme = 0x7f04000a;
- public static int actionBarWidgetTheme = 0x7f04000b;
- public static int actionButtonStyle = 0x7f04000c;
- public static int actionDropDownStyle = 0x7f04000d;
- public static int actionLayout = 0x7f04000e;
- public static int actionMenuTextAppearance = 0x7f04000f;
- public static int actionMenuTextColor = 0x7f040010;
- public static int actionModeBackground = 0x7f040011;
- public static int actionModeCloseButtonStyle = 0x7f040012;
- public static int actionModeCloseDrawable = 0x7f040013;
- public static int actionModeCopyDrawable = 0x7f040014;
- public static int actionModeCutDrawable = 0x7f040015;
- public static int actionModeFindDrawable = 0x7f040016;
- public static int actionModePasteDrawable = 0x7f040017;
- public static int actionModePopupWindowStyle = 0x7f040018;
- public static int actionModeSelectAllDrawable = 0x7f040019;
- public static int actionModeShareDrawable = 0x7f04001a;
- public static int actionModeSplitBackground = 0x7f04001b;
- public static int actionModeStyle = 0x7f04001c;
- public static int actionModeWebSearchDrawable = 0x7f04001d;
- public static int actionOverflowButtonStyle = 0x7f04001e;
- public static int actionOverflowMenuStyle = 0x7f04001f;
- public static int actionProviderClass = 0x7f040020;
- public static int actionViewClass = 0x7f040021;
- public static int activityChooserViewStyle = 0x7f040022;
- public static int alertDialogButtonGroupStyle = 0x7f040023;
- public static int alertDialogCenterButtons = 0x7f040024;
- public static int alertDialogStyle = 0x7f040025;
- public static int alertDialogTheme = 0x7f040026;
- public static int allowStacking = 0x7f040027;
- public static int arrowHeadLength = 0x7f04002a;
- public static int arrowShaftLength = 0x7f04002b;
- public static int autoCompleteTextViewStyle = 0x7f04002c;
- public static int background = 0x7f040032;
- public static int backgroundSplit = 0x7f040033;
- public static int backgroundStacked = 0x7f040034;
- public static int backgroundTint = 0x7f040035;
- public static int backgroundTintMode = 0x7f040036;
- public static int barLength = 0x7f040037;
- public static int borderlessButtonStyle = 0x7f04003e;
- public static int bsd_cancelable = 0x7f040041;
- public static int bsd_canceledOnTouchOutside = 0x7f040042;
- public static int bsd_dimAmount = 0x7f040043;
- public static int bsd_inDuration = 0x7f040044;
- public static int bsd_inInterpolator = 0x7f040045;
- public static int bsd_outDuration = 0x7f040046;
- public static int bsd_outInterpolator = 0x7f040047;
- public static int buttonBarButtonStyle = 0x7f040048;
- public static int buttonBarNegativeButtonStyle = 0x7f040049;
- public static int buttonBarNeutralButtonStyle = 0x7f04004a;
- public static int buttonBarPositiveButtonStyle = 0x7f04004b;
- public static int buttonBarStyle = 0x7f04004c;
- public static int buttonPanelSideLayout = 0x7f04004e;
- public static int buttonStyle = 0x7f04004f;
- public static int buttonStyleSmall = 0x7f040050;
- public static int buttonTint = 0x7f040051;
- public static int buttonTintMode = 0x7f040052;
- public static int cardBackgroundColor = 0x7f040053;
- public static int cardCornerRadius = 0x7f040054;
- public static int cardElevation = 0x7f040055;
- public static int cardMaxElevation = 0x7f040056;
- public static int cardPreventCornerOverlap = 0x7f040057;
- public static int cardUseCompatPadding = 0x7f040058;
- public static int cbd_animDuration = 0x7f040059;
- public static int cbd_boxSize = 0x7f04005a;
- public static int cbd_cornerRadius = 0x7f04005b;
- public static int cbd_height = 0x7f04005c;
- public static int cbd_strokeColor = 0x7f04005d;
- public static int cbd_strokeSize = 0x7f04005e;
- public static int cbd_tickColor = 0x7f04005f;
- public static int cbd_width = 0x7f040060;
- public static int checkboxStyle = 0x7f040061;
- public static int checkedTextViewStyle = 0x7f040062;
- public static int closeIcon = 0x7f040063;
- public static int closeItemLayout = 0x7f040064;
- public static int collapseContentDescription = 0x7f040065;
- public static int collapseIcon = 0x7f040066;
- public static int color = 0x7f040069;
- public static int colorAccent = 0x7f04006a;
- public static int colorButtonNormal = 0x7f04006c;
- public static int colorControlActivated = 0x7f04006d;
- public static int colorControlHighlight = 0x7f04006e;
- public static int colorControlNormal = 0x7f04006f;
- public static int colorPrimary = 0x7f040071;
- public static int colorPrimaryDark = 0x7f040072;
- public static int colorSwitchThumbNormal = 0x7f040073;
- public static int commitIcon = 0x7f040074;
- public static int contentInsetEnd = 0x7f040076;
- public static int contentInsetLeft = 0x7f040078;
- public static int contentInsetRight = 0x7f040079;
- public static int contentInsetStart = 0x7f04007a;
- public static int contentPadding = 0x7f04007c;
- public static int contentPaddingBottom = 0x7f04007d;
- public static int contentPaddingLeft = 0x7f04007e;
- public static int contentPaddingRight = 0x7f04007f;
- public static int contentPaddingTop = 0x7f040080;
- public static int controlBackground = 0x7f040082;
- public static int cpd_inAnimDuration = 0x7f040087;
- public static int cpd_inStepColors = 0x7f040088;
- public static int cpd_inStepPercent = 0x7f040089;
- public static int cpd_initialAngle = 0x7f04008a;
- public static int cpd_keepDuration = 0x7f04008b;
- public static int cpd_maxSweepAngle = 0x7f04008c;
- public static int cpd_minSweepAngle = 0x7f04008d;
- public static int cpd_outAnimDuration = 0x7f04008e;
- public static int cpd_padding = 0x7f04008f;
- public static int cpd_reverse = 0x7f040090;
- public static int cpd_rotateDuration = 0x7f040091;
- public static int cpd_strokeColor = 0x7f040092;
- public static int cpd_strokeColors = 0x7f040093;
- public static int cpd_strokeSecondaryColor = 0x7f040094;
- public static int cpd_strokeSize = 0x7f040095;
- public static int cpd_transformDuration = 0x7f040096;
- public static int cpd_transformInterpolator = 0x7f040097;
- public static int customNavigationLayout = 0x7f040098;
- public static int defaultQueryHint = 0x7f040099;
- public static int di_actionBackground = 0x7f04009a;
- public static int di_actionRipple = 0x7f04009b;
- public static int di_actionTextAppearance = 0x7f04009c;
- public static int di_actionTextColor = 0x7f04009d;
- public static int di_backgroundColor = 0x7f04009e;
- public static int di_cancelable = 0x7f04009f;
- public static int di_canceledOnTouchOutside = 0x7f0400a0;
- public static int di_checkBoxStyle = 0x7f0400a1;
- public static int di_cornerRadius = 0x7f0400a2;
- public static int di_dimAmount = 0x7f0400a3;
- public static int di_dividerColor = 0x7f0400a4;
- public static int di_dividerHeight = 0x7f0400a5;
- public static int di_elevation = 0x7f0400a6;
- public static int di_inAnimation = 0x7f0400a7;
- public static int di_itemHeight = 0x7f0400a8;
- public static int di_itemTextAppearance = 0x7f0400a9;
- public static int di_layoutDirection = 0x7f0400aa;
- public static int di_maxElevation = 0x7f0400ab;
- public static int di_maxHeight = 0x7f0400ac;
- public static int di_maxWidth = 0x7f0400ad;
- public static int di_messageTextAppearance = 0x7f0400ae;
- public static int di_messageTextColor = 0x7f0400af;
- public static int di_negativeActionBackground = 0x7f0400b0;
- public static int di_negativeActionRipple = 0x7f0400b1;
- public static int di_negativeActionTextAppearance = 0x7f0400b2;
- public static int di_negativeActionTextColor = 0x7f0400b3;
- public static int di_neutralActionBackground = 0x7f0400b4;
- public static int di_neutralActionRipple = 0x7f0400b5;
- public static int di_neutralActionTextAppearance = 0x7f0400b6;
- public static int di_neutralActionTextColor = 0x7f0400b7;
- public static int di_outAnimation = 0x7f0400b8;
- public static int di_positiveActionBackground = 0x7f0400b9;
- public static int di_positiveActionRipple = 0x7f0400ba;
- public static int di_positiveActionTextAppearance = 0x7f0400bb;
- public static int di_positiveActionTextColor = 0x7f0400bc;
- public static int di_radioButtonStyle = 0x7f0400bd;
- public static int di_titleTextAppearance = 0x7f0400be;
- public static int di_titleTextColor = 0x7f0400bf;
- public static int dialogPreferredPadding = 0x7f0400c0;
- public static int dialogTheme = 0x7f0400c1;
- public static int displayOptions = 0x7f0400c2;
- public static int divider = 0x7f0400c3;
- public static int dividerHorizontal = 0x7f0400c4;
- public static int dividerPadding = 0x7f0400c5;
- public static int dividerVertical = 0x7f0400c6;
- public static int dp_animDuration = 0x7f0400c7;
- public static int dp_day = 0x7f0400c8;
- public static int dp_dayMax = 0x7f0400c9;
- public static int dp_dayMin = 0x7f0400ca;
- public static int dp_dayTextSize = 0x7f0400cb;
- public static int dp_fontFamily = 0x7f0400cc;
- public static int dp_headerPrimaryColor = 0x7f0400cd;
- public static int dp_headerPrimaryHeight = 0x7f0400ce;
- public static int dp_headerPrimaryTextSize = 0x7f0400cf;
- public static int dp_headerSecondaryColor = 0x7f0400d0;
- public static int dp_headerSecondaryHeight = 0x7f0400d1;
- public static int dp_headerSecondaryTextSize = 0x7f0400d2;
- public static int dp_inInterpolator = 0x7f0400d3;
- public static int dp_month = 0x7f0400d4;
- public static int dp_monthMax = 0x7f0400d5;
- public static int dp_monthMin = 0x7f0400d6;
- public static int dp_outInterpolator = 0x7f0400d7;
- public static int dp_selectionColor = 0x7f0400d8;
- public static int dp_textColor = 0x7f0400d9;
- public static int dp_textDisableColor = 0x7f0400da;
- public static int dp_textHeaderColor = 0x7f0400db;
- public static int dp_textHighlightColor = 0x7f0400dc;
- public static int dp_textLabelColor = 0x7f0400dd;
- public static int dp_textStyle = 0x7f0400de;
- public static int dp_year = 0x7f0400df;
- public static int dp_yearItemHeight = 0x7f0400e0;
- public static int dp_yearMax = 0x7f0400e1;
- public static int dp_yearMin = 0x7f0400e2;
- public static int dp_yearTextSize = 0x7f0400e3;
- public static int drawableSize = 0x7f0400e4;
- public static int drawerArrowStyle = 0x7f0400e5;
- public static int dropDownListViewStyle = 0x7f0400e6;
- public static int dropdownListPreferredItemHeight = 0x7f0400e7;
- public static int editTextBackground = 0x7f0400e8;
- public static int editTextColor = 0x7f0400e9;
- public static int editTextStyle = 0x7f0400ea;
- public static int elevation = 0x7f0400eb;
- public static int et_autoCompleteMode = 0x7f0400ee;
- public static int et_dividerAnimDuration = 0x7f0400ef;
- public static int et_dividerColor = 0x7f0400f0;
- public static int et_dividerCompoundPadding = 0x7f0400f1;
- public static int et_dividerErrorColor = 0x7f0400f2;
- public static int et_dividerHeight = 0x7f0400f3;
- public static int et_dividerPadding = 0x7f0400f4;
- public static int et_error = 0x7f0400f5;
- public static int et_helper = 0x7f0400f6;
- public static int et_inputId = 0x7f0400f7;
- public static int et_labelEllipsize = 0x7f0400f8;
- public static int et_labelEnable = 0x7f0400f9;
- public static int et_labelInAnim = 0x7f0400fa;
- public static int et_labelOutAnim = 0x7f0400fb;
- public static int et_labelPadding = 0x7f0400fc;
- public static int et_labelTextAppearance = 0x7f0400fd;
- public static int et_labelTextColor = 0x7f0400fe;
- public static int et_labelTextSize = 0x7f0400ff;
- public static int et_supportEllipsize = 0x7f040100;
- public static int et_supportLines = 0x7f040101;
- public static int et_supportMaxChars = 0x7f040102;
- public static int et_supportMaxLines = 0x7f040103;
- public static int et_supportMode = 0x7f040104;
- public static int et_supportPadding = 0x7f040105;
- public static int et_supportSingleLine = 0x7f040106;
- public static int et_supportTextAppearance = 0x7f040107;
- public static int et_supportTextColor = 0x7f040108;
- public static int et_supportTextErrorColor = 0x7f040109;
- public static int et_supportTextSize = 0x7f04010a;
- public static int expandActivityOverflowButtonDrawable = 0x7f04010b;
- public static int fab_animDuration = 0x7f040115;
- public static int fab_backgroundAnimDuration = 0x7f040116;
- public static int fab_backgroundColor = 0x7f040117;
- public static int fab_elevation = 0x7f040118;
- public static int fab_iconLineMorphing = 0x7f040119;
- public static int fab_iconSize = 0x7f04011a;
- public static int fab_iconSrc = 0x7f04011b;
- public static int fab_interpolator = 0x7f04011c;
- public static int fab_radius = 0x7f04011d;
- public static int gapBetweenBars = 0x7f04012e;
- public static int goIcon = 0x7f04012f;
- public static int height = 0x7f040131;
- public static int hideOnContentScroll = 0x7f040132;
- public static int homeAsUpIndicator = 0x7f040137;
- public static int homeLayout = 0x7f040138;
- public static int icon = 0x7f040139;
- public static int iconifiedByDefault = 0x7f04013c;
- public static int imageButtonStyle = 0x7f04013d;
- public static int indeterminateProgressStyle = 0x7f04013e;
- public static int initialActivityCount = 0x7f04013f;
- public static int isLightTheme = 0x7f040141;
- public static int itemPadding = 0x7f040144;
- public static int layout = 0x7f040148;
- public static int layoutManager = 0x7f040149;
- public static int listChoiceBackgroundIndicator = 0x7f040154;
- public static int listDividerAlertDialog = 0x7f040155;
- public static int listItemLayout = 0x7f040156;
- public static int listLayout = 0x7f040157;
- public static int listPopupWindowStyle = 0x7f040159;
- public static int listPreferredItemHeight = 0x7f04015a;
- public static int listPreferredItemHeightLarge = 0x7f04015b;
- public static int listPreferredItemHeightSmall = 0x7f04015c;
- public static int listPreferredItemPaddingLeft = 0x7f04015d;
- public static int listPreferredItemPaddingRight = 0x7f04015e;
- public static int lmd_animDuration = 0x7f04015f;
- public static int lmd_clockwise = 0x7f040160;
- public static int lmd_curState = 0x7f040161;
- public static int lmd_interpolator = 0x7f040162;
- public static int lmd_layoutDirection = 0x7f040163;
- public static int lmd_padding = 0x7f040164;
- public static int lmd_paddingBottom = 0x7f040165;
- public static int lmd_paddingLeft = 0x7f040166;
- public static int lmd_paddingRight = 0x7f040167;
- public static int lmd_paddingTop = 0x7f040168;
- public static int lmd_state = 0x7f040169;
- public static int lmd_strokeCap = 0x7f04016a;
- public static int lmd_strokeColor = 0x7f04016b;
- public static int lmd_strokeJoin = 0x7f04016c;
- public static int lmd_strokeSize = 0x7f04016d;
- public static int logo = 0x7f04016e;
- public static int logoDescription = 0x7f04016f;
- public static int lpd_inAnimDuration = 0x7f040170;
- public static int lpd_keepDuration = 0x7f040171;
- public static int lpd_maxLineWidth = 0x7f040172;
- public static int lpd_minLineWidth = 0x7f040173;
- public static int lpd_outAnimDuration = 0x7f040174;
- public static int lpd_reverse = 0x7f040175;
- public static int lpd_strokeColor = 0x7f040176;
- public static int lpd_strokeColors = 0x7f040177;
- public static int lpd_strokeSecondaryColor = 0x7f040178;
- public static int lpd_strokeSize = 0x7f040179;
- public static int lpd_transformDuration = 0x7f04017a;
- public static int lpd_transformInterpolator = 0x7f04017b;
- public static int lpd_travelDuration = 0x7f04017c;
- public static int lpd_verticalAlign = 0x7f04017d;
- public static int maxButtonHeight = 0x7f04017f;
- public static int measureWithLargestChild = 0x7f040180;
- public static int multiChoiceItemLayout = 0x7f040182;
- public static int navigationContentDescription = 0x7f040183;
- public static int navigationIcon = 0x7f040184;
- public static int navigationMode = 0x7f040185;
- public static int nd_icon = 0x7f040186;
- public static int nd_ripple = 0x7f040187;
- public static int overlapAnchor = 0x7f040189;
- public static int paddingEnd = 0x7f04018b;
- public static int paddingStart = 0x7f04018c;
- public static int panelBackground = 0x7f04018e;
- public static int panelMenuListTheme = 0x7f04018f;
- public static int panelMenuListWidth = 0x7f040190;
- public static int popupMenuStyle = 0x7f040196;
- public static int popupTheme = 0x7f040197;
- public static int popupWindowStyle = 0x7f040198;
- public static int preserveIconSpacing = 0x7f040199;
- public static int progressBarPadding = 0x7f04019b;
- public static int progressBarStyle = 0x7f04019c;
- public static int pv_autostart = 0x7f04019d;
- public static int pv_circular = 0x7f04019e;
- public static int pv_progress = 0x7f04019f;
- public static int pv_progressMode = 0x7f0401a0;
- public static int pv_progressStyle = 0x7f0401a1;
- public static int pv_secondaryProgress = 0x7f0401a2;
- public static int queryBackground = 0x7f0401a3;
- public static int queryHint = 0x7f0401a4;
- public static int radioButtonStyle = 0x7f0401a5;
- public static int ratingBarStyle = 0x7f0401a6;
- public static int rbd_animDuration = 0x7f0401a9;
- public static int rbd_height = 0x7f0401aa;
- public static int rbd_innerRadius = 0x7f0401ab;
- public static int rbd_radius = 0x7f0401ac;
- public static int rbd_strokeColor = 0x7f0401ad;
- public static int rbd_strokeSize = 0x7f0401ae;
- public static int rbd_width = 0x7f0401af;
- public static int rd_backgroundAnimDuration = 0x7f0401b0;
- public static int rd_backgroundColor = 0x7f0401b1;
- public static int rd_bottomLeftCornerRadius = 0x7f0401b2;
- public static int rd_bottomPadding = 0x7f0401b3;
- public static int rd_bottomRightCornerRadius = 0x7f0401b4;
- public static int rd_cornerRadius = 0x7f0401b5;
- public static int rd_delayClick = 0x7f0401b6;
- public static int rd_enable = 0x7f0401b7;
- public static int rd_inInterpolator = 0x7f0401b8;
- public static int rd_leftPadding = 0x7f0401b9;
- public static int rd_maskType = 0x7f0401ba;
- public static int rd_maxRippleRadius = 0x7f0401bb;
- public static int rd_outInterpolator = 0x7f0401bc;
- public static int rd_padding = 0x7f0401bd;
- public static int rd_rightPadding = 0x7f0401be;
- public static int rd_rippleAnimDuration = 0x7f0401bf;
- public static int rd_rippleColor = 0x7f0401c0;
- public static int rd_rippleType = 0x7f0401c1;
- public static int rd_style = 0x7f0401c2;
- public static int rd_topLeftCornerRadius = 0x7f0401c3;
- public static int rd_topPadding = 0x7f0401c4;
- public static int rd_topRightCornerRadius = 0x7f0401c5;
- public static int reverseLayout = 0x7f0401c6;
- public static int sb_actionRipple = 0x7f0401c8;
- public static int sb_actionText = 0x7f0401c9;
- public static int sb_actionTextAppearance = 0x7f0401ca;
- public static int sb_actionTextColor = 0x7f0401cb;
- public static int sb_actionTextSize = 0x7f0401cc;
- public static int sb_backgroundColor = 0x7f0401cd;
- public static int sb_backgroundCornerRadius = 0x7f0401ce;
- public static int sb_duration = 0x7f0401cf;
- public static int sb_ellipsize = 0x7f0401d0;
- public static int sb_height = 0x7f0401d1;
- public static int sb_horizontalPadding = 0x7f0401d2;
- public static int sb_inAnimation = 0x7f0401d3;
- public static int sb_lines = 0x7f0401d4;
- public static int sb_marginBottom = 0x7f0401d5;
- public static int sb_marginStart = 0x7f0401d6;
- public static int sb_maxHeight = 0x7f0401d7;
- public static int sb_maxLines = 0x7f0401d8;
- public static int sb_maxWidth = 0x7f0401d9;
- public static int sb_minHeight = 0x7f0401da;
- public static int sb_minWidth = 0x7f0401db;
- public static int sb_outAnimation = 0x7f0401dc;
- public static int sb_removeOnDismiss = 0x7f0401dd;
- public static int sb_singleLine = 0x7f0401de;
- public static int sb_text = 0x7f0401df;
- public static int sb_textAppearance = 0x7f0401e0;
- public static int sb_textColor = 0x7f0401e1;
- public static int sb_textSize = 0x7f0401e2;
- public static int sb_verticalPadding = 0x7f0401e3;
- public static int sb_width = 0x7f0401e4;
- public static int searchHintIcon = 0x7f0401e7;
- public static int searchIcon = 0x7f0401e8;
- public static int searchViewStyle = 0x7f0401e9;
- public static int seekBarStyle = 0x7f0401ea;
- public static int selectableItemBackground = 0x7f0401eb;
- public static int selectableItemBackgroundBorderless = 0x7f0401ec;
- public static int showAsAction = 0x7f0401ed;
- public static int showDividers = 0x7f0401ee;
- public static int showText = 0x7f0401ef;
- public static int singleChoiceItemLayout = 0x7f0401f1;
- public static int sl_alwaysFillThumb = 0x7f0401f2;
- public static int sl_baselineOffset = 0x7f0401f3;
- public static int sl_discreteMode = 0x7f0401f4;
- public static int sl_fontFamily = 0x7f0401f5;
- public static int sl_interpolator = 0x7f0401f6;
- public static int sl_maxValue = 0x7f0401f7;
- public static int sl_minValue = 0x7f0401f8;
- public static int sl_primaryColor = 0x7f0401f9;
- public static int sl_secondaryColor = 0x7f0401fa;
- public static int sl_stepValue = 0x7f0401fb;
- public static int sl_textColor = 0x7f0401fc;
- public static int sl_textSize = 0x7f0401fd;
- public static int sl_textStyle = 0x7f0401fe;
- public static int sl_thumbBorderSize = 0x7f0401ff;
- public static int sl_thumbFocusRadius = 0x7f040200;
- public static int sl_thumbRadius = 0x7f040201;
- public static int sl_trackCap = 0x7f040202;
- public static int sl_trackSize = 0x7f040203;
- public static int sl_transformAnimDuration = 0x7f040204;
- public static int sl_travelAnimDuration = 0x7f040205;
- public static int sl_value = 0x7f040206;
- public static int spanCount = 0x7f040207;
- public static int spinBars = 0x7f040208;
- public static int spinnerDropDownItemStyle = 0x7f040209;
- public static int spinnerStyle = 0x7f04020a;
- public static int splitTrack = 0x7f04020b;
- public static int spn_arrowAnimClockwise = 0x7f04020c;
- public static int spn_arrowAnimDuration = 0x7f04020d;
- public static int spn_arrowColor = 0x7f04020e;
- public static int spn_arrowInterpolator = 0x7f04020f;
- public static int spn_arrowPadding = 0x7f040210;
- public static int spn_arrowSize = 0x7f040211;
- public static int spn_arrowSwitchMode = 0x7f040212;
- public static int spn_disableChildrenWhenDisabled = 0x7f040213;
- public static int spn_dividerAnimDuration = 0x7f040214;
- public static int spn_dividerColor = 0x7f040215;
- public static int spn_dividerHeight = 0x7f040216;
- public static int spn_dividerPadding = 0x7f040217;
- public static int spn_label = 0x7f040218;
- public static int spn_labelEllipsize = 0x7f040219;
- public static int spn_labelEnable = 0x7f04021a;
- public static int spn_labelPadding = 0x7f04021b;
- public static int spn_labelTextAppearance = 0x7f04021c;
- public static int spn_labelTextColor = 0x7f04021d;
- public static int spn_labelTextSize = 0x7f04021e;
- public static int spn_popupItemAnimOffset = 0x7f04021f;
- public static int spn_popupItemAnimation = 0x7f040220;
- public static int stackFromEnd = 0x7f040222;
- public static int state_above_anchor = 0x7f040223;
- public static int submitBackground = 0x7f040229;
- public static int subtitle = 0x7f04022a;
- public static int subtitleTextAppearance = 0x7f04022b;
- public static int subtitleTextColor = 0x7f04022c;
- public static int subtitleTextStyle = 0x7f04022d;
- public static int suggestionRowLayout = 0x7f04022e;
- public static int sw_animDuration = 0x7f04022f;
- public static int sw_interpolator = 0x7f040230;
- public static int sw_thumbColor = 0x7f040231;
- public static int sw_thumbElevation = 0x7f040232;
- public static int sw_thumbRadius = 0x7f040233;
- public static int sw_trackCap = 0x7f040234;
- public static int sw_trackColor = 0x7f040235;
- public static int sw_trackSize = 0x7f040236;
- public static int switchMinWidth = 0x7f040237;
- public static int switchPadding = 0x7f040238;
- public static int switchStyle = 0x7f040239;
- public static int switchTextAppearance = 0x7f04023a;
- public static int textAllCaps = 0x7f04024b;
- public static int textAppearanceLargePopupMenu = 0x7f04024c;
- public static int textAppearanceListItem = 0x7f04024d;
- public static int textAppearanceListItemSmall = 0x7f04024f;
- public static int textAppearanceSearchResultSubtitle = 0x7f040251;
- public static int textAppearanceSearchResultTitle = 0x7f040252;
- public static int textAppearanceSmallPopupMenu = 0x7f040253;
- public static int textColorAlertDialogListItem = 0x7f040254;
- public static int textColorSearchUrl = 0x7f040256;
- public static int theme = 0x7f040257;
- public static int thickness = 0x7f040258;
- public static int thumbTextPadding = 0x7f040259;
- public static int title = 0x7f040261;
- public static int titleMarginBottom = 0x7f040264;
- public static int titleMarginEnd = 0x7f040265;
- public static int titleMarginStart = 0x7f040266;
- public static int titleMarginTop = 0x7f040267;
- public static int titleMargins = 0x7f040268;
- public static int titleTextAppearance = 0x7f040269;
- public static int titleTextColor = 0x7f04026a;
- public static int titleTextStyle = 0x7f04026b;
- public static int toolbarNavigationButtonStyle = 0x7f04026d;
- public static int toolbarStyle = 0x7f04026e;
- public static int tp_24Hour = 0x7f040272;
- public static int tp_am = 0x7f040273;
- public static int tp_animDuration = 0x7f040274;
- public static int tp_backgroundColor = 0x7f040275;
- public static int tp_fontFamily = 0x7f040276;
- public static int tp_headerHeight = 0x7f040277;
- public static int tp_hour = 0x7f040278;
- public static int tp_inInterpolator = 0x7f040279;
- public static int tp_leadingZero = 0x7f04027a;
- public static int tp_minute = 0x7f04027b;
- public static int tp_mode = 0x7f04027c;
- public static int tp_outInterpolator = 0x7f04027d;
- public static int tp_pm = 0x7f04027e;
- public static int tp_selectionColor = 0x7f04027f;
- public static int tp_selectionRadius = 0x7f040280;
- public static int tp_textColor = 0x7f040281;
- public static int tp_textHighlightColor = 0x7f040282;
- public static int tp_textSize = 0x7f040283;
- public static int tp_textStyle = 0x7f040284;
- public static int tp_textTimeColor = 0x7f040285;
- public static int tp_textTimeSize = 0x7f040286;
- public static int tp_tickSize = 0x7f040287;
- public static int tpi_centerCurrentTab = 0x7f040288;
- public static int tpi_indicatorAtTop = 0x7f040289;
- public static int tpi_indicatorColor = 0x7f04028a;
- public static int tpi_indicatorHeight = 0x7f04028b;
- public static int tpi_mode = 0x7f04028c;
- public static int tpi_tabPadding = 0x7f04028d;
- public static int tpi_tabRipple = 0x7f04028e;
- public static int tpi_tabSingleLine = 0x7f04028f;
- public static int track = 0x7f040290;
- public static int tv_fontFamily = 0x7f040293;
- public static int v_styleId = 0x7f040295;
- public static int voiceIcon = 0x7f040296;
- public static int windowActionBar = 0x7f040297;
- public static int windowActionBarOverlay = 0x7f040298;
- public static int windowActionModeOverlay = 0x7f040299;
- public static int windowFixedHeightMajor = 0x7f04029a;
- public static int windowFixedHeightMinor = 0x7f04029b;
- public static int windowFixedWidthMajor = 0x7f04029c;
- public static int windowFixedWidthMinor = 0x7f04029d;
- public static int windowMinWidthMajor = 0x7f04029e;
- public static int windowMinWidthMinor = 0x7f04029f;
- public static int windowNoTitle = 0x7f0402a0;
- }
- public static final class bool {
- public static int abc_action_bar_embed_tabs = 0x7f050001;
- public static int abc_action_bar_embed_tabs_pre_jb = 0x7f050002;
- public static int abc_action_bar_expanded_action_views_exclusive = 0x7f050003;
- public static int abc_allow_stacked_button_bar = 0x7f050004;
- public static int abc_config_actionMenuItemAllCaps = 0x7f050005;
- public static int abc_config_allowActionMenuItemTextWithIcon = 0x7f050006;
- public static int abc_config_closeDialogWhenTouchOutside = 0x7f050007;
- public static int abc_config_showMenuShortcutsWhenKeyboardPresent = 0x7f050008;
- }
- public static final class color {
- public static int abc_background_cache_hint_selector_material_dark = 0x7f060003;
- public static int abc_background_cache_hint_selector_material_light = 0x7f060004;
- public static int abc_color_highlight_material = 0x7f060007;
- public static int abc_input_method_navigation_guard = 0x7f06000a;
- public static int abc_primary_text_disable_only_material_dark = 0x7f06000b;
- public static int abc_primary_text_disable_only_material_light = 0x7f06000c;
- public static int abc_primary_text_material_dark = 0x7f06000d;
- public static int abc_primary_text_material_light = 0x7f06000e;
- public static int abc_search_url_text = 0x7f06000f;
- public static int abc_search_url_text_normal = 0x7f060010;
- public static int abc_search_url_text_pressed = 0x7f060011;
- public static int abc_search_url_text_selected = 0x7f060012;
- public static int abc_secondary_text_material_dark = 0x7f060013;
- public static int abc_secondary_text_material_light = 0x7f060014;
- public static int accent_material_dark = 0x7f06001b;
- public static int accent_material_light = 0x7f06001c;
- public static int background_floating_material_dark = 0x7f060020;
- public static int background_floating_material_light = 0x7f060021;
- public static int background_material_dark = 0x7f060022;
- public static int background_material_light = 0x7f060023;
- public static int bright_foreground_disabled_material_dark = 0x7f060026;
- public static int bright_foreground_disabled_material_light = 0x7f060027;
- public static int bright_foreground_inverse_material_dark = 0x7f060028;
- public static int bright_foreground_inverse_material_light = 0x7f060029;
- public static int bright_foreground_material_dark = 0x7f06002a;
- public static int bright_foreground_material_light = 0x7f06002b;
- public static int button_material_dark = 0x7f06002c;
- public static int button_material_light = 0x7f06002d;
- public static int cardview_dark_background = 0x7f06002e;
- public static int cardview_light_background = 0x7f06002f;
- public static int cardview_shadow_end_color = 0x7f060030;
- public static int cardview_shadow_start_color = 0x7f060031;
- public static int dim_foreground_disabled_material_dark = 0x7f06003e;
- public static int dim_foreground_disabled_material_light = 0x7f06003f;
- public static int dim_foreground_material_dark = 0x7f060040;
- public static int dim_foreground_material_light = 0x7f060041;
- public static int foreground_material_dark = 0x7f060043;
- public static int foreground_material_light = 0x7f060044;
- public static int highlighted_text_material_dark = 0x7f060046;
- public static int highlighted_text_material_light = 0x7f060047;
- public static int hint_foreground_material_dark = 0x7f060048;
- public static int hint_foreground_material_light = 0x7f060049;
- public static int material_blue_grey_800 = 0x7f060050;
- public static int material_blue_grey_900 = 0x7f060051;
- public static int material_blue_grey_950 = 0x7f060052;
- public static int material_deep_teal_200 = 0x7f060053;
- public static int material_deep_teal_500 = 0x7f060054;
- public static int material_grey_100 = 0x7f060055;
- public static int material_grey_300 = 0x7f060056;
- public static int material_grey_50 = 0x7f060057;
- public static int material_grey_600 = 0x7f060058;
- public static int material_grey_800 = 0x7f060059;
- public static int material_grey_850 = 0x7f06005a;
- public static int material_grey_900 = 0x7f06005b;
- public static int primary_dark_material_dark = 0x7f060061;
- public static int primary_dark_material_light = 0x7f060062;
- public static int primary_material_dark = 0x7f060063;
- public static int primary_material_light = 0x7f060064;
- public static int primary_text_default_material_dark = 0x7f060066;
- public static int primary_text_default_material_light = 0x7f060067;
- public static int primary_text_disabled_material_dark = 0x7f060068;
- public static int primary_text_disabled_material_light = 0x7f060069;
- public static int ripple_material_dark = 0x7f06006c;
- public static int ripple_material_light = 0x7f06006d;
- public static int secondary_text_default_material_dark = 0x7f06006e;
- public static int secondary_text_default_material_light = 0x7f06006f;
- public static int secondary_text_disabled_material_dark = 0x7f060070;
- public static int secondary_text_disabled_material_light = 0x7f060071;
- public static int switch_thumb_disabled_material_dark = 0x7f060072;
- public static int switch_thumb_disabled_material_light = 0x7f060073;
- public static int switch_thumb_material_dark = 0x7f060074;
- public static int switch_thumb_material_light = 0x7f060075;
- public static int switch_thumb_normal_material_dark = 0x7f060076;
- public static int switch_thumb_normal_material_light = 0x7f060077;
- }
- public static final class dimen {
- public static int abc_action_bar_content_inset_material = 0x7f080001;
- public static int abc_action_bar_default_height_material = 0x7f080003;
- public static int abc_action_bar_default_padding_end_material = 0x7f080004;
- public static int abc_action_bar_default_padding_start_material = 0x7f080005;
- public static int abc_action_bar_icon_vertical_padding_material = 0x7f080007;
- public static int abc_action_bar_overflow_padding_end_material = 0x7f080008;
- public static int abc_action_bar_overflow_padding_start_material = 0x7f080009;
- public static int abc_action_bar_progress_bar_size = 0x7f08000a;
- public static int abc_action_bar_stacked_max_height = 0x7f08000b;
- public static int abc_action_bar_stacked_tab_max_width = 0x7f08000c;
- public static int abc_action_bar_subtitle_bottom_margin_material = 0x7f08000d;
- public static int abc_action_bar_subtitle_top_margin_material = 0x7f08000e;
- public static int abc_action_button_min_height_material = 0x7f08000f;
- public static int abc_action_button_min_width_material = 0x7f080010;
- public static int abc_action_button_min_width_overflow_material = 0x7f080011;
- public static int abc_alert_dialog_button_bar_height = 0x7f080012;
- public static int abc_button_inset_horizontal_material = 0x7f080013;
- public static int abc_button_inset_vertical_material = 0x7f080014;
- public static int abc_button_padding_horizontal_material = 0x7f080015;
- public static int abc_button_padding_vertical_material = 0x7f080016;
- public static int abc_config_prefDialogWidth = 0x7f080018;
- public static int abc_control_corner_material = 0x7f080019;
- public static int abc_control_inset_material = 0x7f08001a;
- public static int abc_control_padding_material = 0x7f08001b;
- public static int abc_dialog_fixed_height_major = 0x7f08001c;
- public static int abc_dialog_fixed_height_minor = 0x7f08001d;
- public static int abc_dialog_fixed_width_major = 0x7f08001e;
- public static int abc_dialog_fixed_width_minor = 0x7f08001f;
- public static int abc_dialog_list_padding_vertical_material = 0x7f080022;
- public static int abc_dialog_min_width_major = 0x7f080023;
- public static int abc_dialog_min_width_minor = 0x7f080024;
- public static int abc_dialog_padding_material = 0x7f080025;
- public static int abc_dialog_padding_top_material = 0x7f080026;
- public static int abc_disabled_alpha_material_dark = 0x7f080028;
- public static int abc_disabled_alpha_material_light = 0x7f080029;
- public static int abc_dropdownitem_icon_width = 0x7f08002a;
- public static int abc_dropdownitem_text_padding_left = 0x7f08002b;
- public static int abc_dropdownitem_text_padding_right = 0x7f08002c;
- public static int abc_edit_text_inset_bottom_material = 0x7f08002d;
- public static int abc_edit_text_inset_horizontal_material = 0x7f08002e;
- public static int abc_edit_text_inset_top_material = 0x7f08002f;
- public static int abc_floating_window_z = 0x7f080030;
- public static int abc_list_item_padding_horizontal_material = 0x7f080031;
- public static int abc_panel_menu_list_width = 0x7f080032;
- public static int abc_search_view_preferred_width = 0x7f080035;
- public static int abc_search_view_text_min_width = 0x7f080036;
- public static int abc_seekbar_track_background_height_material = 0x7f080037;
- public static int abc_seekbar_track_progress_height_material = 0x7f080038;
- public static int abc_select_dialog_padding_start_material = 0x7f080039;
- public static int abc_switch_padding = 0x7f08003a;
- public static int abc_text_size_body_1_material = 0x7f08003b;
- public static int abc_text_size_body_2_material = 0x7f08003c;
- public static int abc_text_size_button_material = 0x7f08003d;
- public static int abc_text_size_caption_material = 0x7f08003e;
- public static int abc_text_size_display_1_material = 0x7f08003f;
- public static int abc_text_size_display_2_material = 0x7f080040;
- public static int abc_text_size_display_3_material = 0x7f080041;
- public static int abc_text_size_display_4_material = 0x7f080042;
- public static int abc_text_size_headline_material = 0x7f080043;
- public static int abc_text_size_large_material = 0x7f080044;
- public static int abc_text_size_medium_material = 0x7f080045;
- public static int abc_text_size_menu_material = 0x7f080047;
- public static int abc_text_size_small_material = 0x7f080048;
- public static int abc_text_size_subhead_material = 0x7f080049;
- public static int abc_text_size_subtitle_material_toolbar = 0x7f08004a;
- public static int abc_text_size_title_material = 0x7f08004b;
- public static int abc_text_size_title_material_toolbar = 0x7f08004c;
- public static int cardview_compat_inset_shadow = 0x7f08004f;
- public static int cardview_default_elevation = 0x7f080050;
- public static int cardview_default_radius = 0x7f080051;
- public static int disabled_alpha_material_dark = 0x7f08007d;
- public static int disabled_alpha_material_light = 0x7f08007e;
- public static int highlight_alpha_material_colored = 0x7f080082;
- public static int highlight_alpha_material_dark = 0x7f080083;
- public static int highlight_alpha_material_light = 0x7f080084;
- public static int item_touch_helper_max_drag_scroll_per_frame = 0x7f080089;
- public static int notification_large_icon_height = 0x7f080090;
- public static int notification_large_icon_width = 0x7f080091;
- public static int notification_subtext_size = 0x7f080098;
- }
- public static final class drawable {
- public static int abc_ab_share_pack_mtrl_alpha = 0x7f090001;
- public static int abc_action_bar_item_background_material = 0x7f090002;
- public static int abc_btn_borderless_material = 0x7f090003;
- public static int abc_btn_check_material = 0x7f090004;
- public static int abc_btn_check_to_on_mtrl_000 = 0x7f090005;
- public static int abc_btn_check_to_on_mtrl_015 = 0x7f090006;
- public static int abc_btn_colored_material = 0x7f090007;
- public static int abc_btn_default_mtrl_shape = 0x7f090008;
- public static int abc_btn_radio_material = 0x7f090009;
- public static int abc_btn_radio_to_on_mtrl_000 = 0x7f09000a;
- public static int abc_btn_radio_to_on_mtrl_015 = 0x7f09000b;
- public static int abc_btn_rating_star_off_mtrl_alpha = 0x7f09000c;
- public static int abc_btn_rating_star_on_mtrl_alpha = 0x7f09000d;
- public static int abc_btn_switch_to_on_mtrl_00001 = 0x7f09000e;
- public static int abc_btn_switch_to_on_mtrl_00012 = 0x7f09000f;
- public static int abc_cab_background_internal_bg = 0x7f090010;
- public static int abc_cab_background_top_material = 0x7f090011;
- public static int abc_cab_background_top_mtrl_alpha = 0x7f090012;
- public static int abc_control_background_material = 0x7f090013;
- public static int abc_dialog_material_background_dark = 0x7f090015;
- public static int abc_dialog_material_background_light = 0x7f090016;
- public static int abc_edit_text_material = 0x7f090017;
- public static int abc_ic_ab_back_mtrl_am_alpha = 0x7f090019;
- public static int abc_ic_clear_mtrl_alpha = 0x7f09001c;
- public static int abc_ic_commit_search_api_mtrl_alpha = 0x7f09001d;
- public static int abc_ic_go_search_api_mtrl_alpha = 0x7f09001f;
- public static int abc_ic_menu_copy_mtrl_am_alpha = 0x7f090020;
- public static int abc_ic_menu_cut_mtrl_alpha = 0x7f090021;
- public static int abc_ic_menu_moreoverflow_mtrl_alpha = 0x7f090022;
- public static int abc_ic_menu_paste_mtrl_am_alpha = 0x7f090024;
- public static int abc_ic_menu_selectall_mtrl_alpha = 0x7f090025;
- public static int abc_ic_menu_share_mtrl_alpha = 0x7f090026;
- public static int abc_ic_search_api_mtrl_alpha = 0x7f090028;
- public static int abc_ic_voice_search_api_mtrl_alpha = 0x7f090030;
- public static int abc_item_background_holo_dark = 0x7f090031;
- public static int abc_item_background_holo_light = 0x7f090032;
- public static int abc_list_divider_mtrl_alpha = 0x7f090033;
- public static int abc_list_focused_holo = 0x7f090034;
- public static int abc_list_longpressed_holo = 0x7f090035;
- public static int abc_list_pressed_holo_dark = 0x7f090036;
- public static int abc_list_pressed_holo_light = 0x7f090037;
- public static int abc_list_selector_background_transition_holo_dark = 0x7f090038;
- public static int abc_list_selector_background_transition_holo_light = 0x7f090039;
- public static int abc_list_selector_disabled_holo_dark = 0x7f09003a;
- public static int abc_list_selector_disabled_holo_light = 0x7f09003b;
- public static int abc_list_selector_holo_dark = 0x7f09003c;
- public static int abc_list_selector_holo_light = 0x7f09003d;
- public static int abc_menu_hardkey_panel_mtrl_mult = 0x7f09003e;
- public static int abc_popup_background_mtrl_mult = 0x7f09003f;
- public static int abc_ratingbar_full_material = 0x7f090040;
- public static int abc_scrubber_control_off_mtrl_alpha = 0x7f090044;
- public static int abc_scrubber_control_to_pressed_mtrl_000 = 0x7f090045;
- public static int abc_scrubber_control_to_pressed_mtrl_005 = 0x7f090046;
- public static int abc_scrubber_primary_mtrl_alpha = 0x7f090047;
- public static int abc_scrubber_track_mtrl_alpha = 0x7f090048;
- public static int abc_seekbar_thumb_material = 0x7f090049;
- public static int abc_seekbar_track_material = 0x7f09004b;
- public static int abc_spinner_mtrl_am_alpha = 0x7f09004c;
- public static int abc_spinner_textfield_background_material = 0x7f09004d;
- public static int abc_switch_thumb_material = 0x7f09004e;
- public static int abc_switch_track_mtrl_alpha = 0x7f09004f;
- public static int abc_tab_indicator_material = 0x7f090050;
- public static int abc_tab_indicator_mtrl_alpha = 0x7f090051;
- public static int abc_text_cursor_material = 0x7f090052;
- public static int abc_textfield_activated_mtrl_alpha = 0x7f090059;
- public static int abc_textfield_default_mtrl_alpha = 0x7f09005a;
- public static int abc_textfield_search_activated_mtrl_alpha = 0x7f09005b;
- public static int abc_textfield_search_default_mtrl_alpha = 0x7f09005c;
- public static int abc_textfield_search_material = 0x7f09005d;
- public static int notification_template_icon_bg = 0x7f090070;
- }
- public static final class id {
- public static int action0 = 0x7f0c0001;
- public static int action_bar = 0x7f0c0002;
- public static int action_bar_activity_content = 0x7f0c0003;
- public static int action_bar_container = 0x7f0c0004;
- public static int action_bar_root = 0x7f0c0005;
- public static int action_bar_spinner = 0x7f0c0006;
- public static int action_bar_subtitle = 0x7f0c0007;
- public static int action_bar_title = 0x7f0c0008;
- public static int action_context_bar = 0x7f0c000a;
- public static int action_divider = 0x7f0c000b;
- public static int action_menu_divider = 0x7f0c000d;
- public static int action_menu_presenter = 0x7f0c000e;
- public static int action_mode_bar = 0x7f0c000f;
- public static int action_mode_bar_stub = 0x7f0c0010;
- public static int action_mode_close_button = 0x7f0c0011;
- public static int activity_chooser_view_content = 0x7f0c0014;
- public static int afterRelease = 0x7f0c0016;
- public static int alertTitle = 0x7f0c001b;
- public static int always = 0x7f0c001c;
- public static int beginning = 0x7f0c001f;
- public static int bevel = 0x7f0c0020;
- public static int bold = 0x7f0c0022;
- public static int bold_italic = 0x7f0c0023;
- public static int bottom = 0x7f0c0024;
- public static int buffer = 0x7f0c0025;
- public static int butt = 0x7f0c0026;
- public static int buttonPanel = 0x7f0c0027;
- public static int cancel_action = 0x7f0c0028;
- public static int center = 0x7f0c0029;
- public static int charCounter = 0x7f0c002a;
- public static int checkbox = 0x7f0c002b;
- public static int chronometer = 0x7f0c002c;
- public static int collapseActionView = 0x7f0c002d;
- public static int contentPanel = 0x7f0c002f;
- public static int custom = 0x7f0c0031;
- public static int customPanel = 0x7f0c0032;
- public static int decor_content_parent = 0x7f0c0033;
- public static int default_activity_button = 0x7f0c0034;
- public static int determinate = 0x7f0c003a;
- public static int disableHome = 0x7f0c003b;
- public static int edit_query = 0x7f0c003c;
- public static int end = 0x7f0c003e;
- public static int end_padder = 0x7f0c003f;
- public static int expand_activities_button = 0x7f0c0040;
- public static int expanded_menu = 0x7f0c0041;
- public static int fixed = 0x7f0c0043;
- public static int helper = 0x7f0c0046;
- public static int helperWithError = 0x7f0c0047;
- public static int home = 0x7f0c0048;
- public static int homeAsUp = 0x7f0c0049;
- public static int hour = 0x7f0c004a;
- public static int icon = 0x7f0c004b;
- public static int ifRoom = 0x7f0c004d;
- public static int image = 0x7f0c004e;
- public static int indeterminate = 0x7f0c004f;
- public static int info = 0x7f0c0050;
- public static int italic = 0x7f0c0051;
- public static int item_touch_helper_previous_elevation = 0x7f0c0052;
- public static int line1 = 0x7f0c0055;
- public static int line3 = 0x7f0c0056;
- public static int listMode = 0x7f0c0057;
- public static int list_item = 0x7f0c0059;
- public static int locale = 0x7f0c005a;
- public static int ltr = 0x7f0c005b;
- public static int marquee = 0x7f0c005c;
- public static int match_parent = 0x7f0c005e;
- public static int match_view = 0x7f0c005f;
- public static int media_actions = 0x7f0c0060;
- public static int middle = 0x7f0c0062;
- public static int minute = 0x7f0c0064;
- public static int miter = 0x7f0c0065;
- public static int multi = 0x7f0c0066;
- public static int multiply = 0x7f0c0067;
- public static int never = 0x7f0c0069;
- public static int none = 0x7f0c006a;
- public static int normal = 0x7f0c006b;
- public static int oval = 0x7f0c006f;
- public static int parentPanel = 0x7f0c0071;
- public static int progress_circular = 0x7f0c0074;
- public static int progress_horizontal = 0x7f0c0075;
- public static int query = 0x7f0c0076;
- public static int radio = 0x7f0c0077;
- public static int rectangle = 0x7f0c0078;
- public static int round = 0x7f0c007c;
- public static int rtl = 0x7f0c007d;
- public static int screen = 0x7f0c0081;
- public static int scroll = 0x7f0c0082;
- public static int scrollIndicatorDown = 0x7f0c0083;
- public static int scrollIndicatorUp = 0x7f0c0084;
- public static int scrollView = 0x7f0c0085;
- public static int search_badge = 0x7f0c0088;
- public static int search_bar = 0x7f0c0089;
- public static int search_button = 0x7f0c008a;
- public static int search_close_btn = 0x7f0c008b;
- public static int search_edit_frame = 0x7f0c008c;
- public static int search_go_btn = 0x7f0c008d;
- public static int search_mag_icon = 0x7f0c008e;
- public static int search_plate = 0x7f0c008f;
- public static int search_src_text = 0x7f0c0090;
- public static int search_voice_btn = 0x7f0c0091;
- public static int select_dialog_listview = 0x7f0c0092;
- public static int shortcut = 0x7f0c0093;
- public static int showCustom = 0x7f0c0094;
- public static int showHome = 0x7f0c0095;
- public static int showTitle = 0x7f0c0096;
- public static int single = 0x7f0c0098;
- public static int spacer = 0x7f0c009c;
- public static int split_action_bar = 0x7f0c009d;
- public static int square = 0x7f0c009e;
- public static int src_atop = 0x7f0c009f;
- public static int src_in = 0x7f0c00a0;
- public static int src_over = 0x7f0c00a1;
- public static int start = 0x7f0c00a2;
- public static int status_bar_latest_event_content = 0x7f0c00a3;
- public static int submit_area = 0x7f0c00a5;
- public static int tabMode = 0x7f0c00a6;
- public static int text = 0x7f0c00a7;
- public static int text2 = 0x7f0c00a8;
- public static int textSpacerNoButtons = 0x7f0c00a9;
- public static int time = 0x7f0c00ae;
- public static int title = 0x7f0c00af;
- public static int title_template = 0x7f0c00b1;
- public static int top = 0x7f0c00b2;
- public static int topPanel = 0x7f0c00b3;
- public static int touch = 0x7f0c00b4;
- public static int untilRelease = 0x7f0c00bc;
- public static int up = 0x7f0c00bd;
- public static int useLogo = 0x7f0c00be;
- public static int wave = 0x7f0c00c1;
- public static int withText = 0x7f0c00c2;
- public static int wrap_content = 0x7f0c00c3;
- }
- public static final class integer {
- public static int abc_config_activityDefaultDur = 0x7f0d0001;
- public static int abc_config_activityShortDur = 0x7f0d0002;
- public static int abc_max_action_buttons = 0x7f0d0003;
- public static int cancel_button_image_alpha = 0x7f0d0006;
- public static int status_bar_notification_info_maxnum = 0x7f0d000b;
- }
- public static final class layout {
- public static int abc_action_bar_title_item = 0x7f0f0001;
- public static int abc_action_bar_up_container = 0x7f0f0002;
- public static int abc_action_bar_view_list_nav_layout = 0x7f0f0003;
- public static int abc_action_menu_item_layout = 0x7f0f0004;
- public static int abc_action_menu_layout = 0x7f0f0005;
- public static int abc_action_mode_bar = 0x7f0f0006;
- public static int abc_action_mode_close_item_material = 0x7f0f0007;
- public static int abc_activity_chooser_view = 0x7f0f0008;
- public static int abc_activity_chooser_view_list_item = 0x7f0f0009;
- public static int abc_alert_dialog_button_bar_material = 0x7f0f000a;
- public static int abc_alert_dialog_material = 0x7f0f000b;
- public static int abc_dialog_title_material = 0x7f0f000d;
- public static int abc_expanded_menu_layout = 0x7f0f000e;
- public static int abc_list_menu_item_checkbox = 0x7f0f000f;
- public static int abc_list_menu_item_icon = 0x7f0f0010;
- public static int abc_list_menu_item_layout = 0x7f0f0011;
- public static int abc_list_menu_item_radio = 0x7f0f0012;
- public static int abc_popup_menu_item_layout = 0x7f0f0014;
- public static int abc_screen_content_include = 0x7f0f0015;
- public static int abc_screen_simple = 0x7f0f0016;
- public static int abc_screen_simple_overlay_action_mode = 0x7f0f0017;
- public static int abc_screen_toolbar = 0x7f0f0018;
- public static int abc_search_dropdown_item_icons_2line = 0x7f0f0019;
- public static int abc_search_view = 0x7f0f001a;
- public static int abc_select_dialog_material = 0x7f0f001b;
- public static int notification_media_action = 0x7f0f0030;
- public static int notification_media_cancel_action = 0x7f0f0031;
- public static int notification_template_big_media = 0x7f0f0032;
- public static int notification_template_big_media_narrow = 0x7f0f0034;
- public static int notification_template_lines = 0x7f0f0038;
- public static int notification_template_media = 0x7f0f003a;
- public static int notification_template_part_chronometer = 0x7f0f003c;
- public static int notification_template_part_time = 0x7f0f003d;
- public static int select_dialog_item_material = 0x7f0f003e;
- public static int select_dialog_multichoice_material = 0x7f0f003f;
- public static int select_dialog_singlechoice_material = 0x7f0f0040;
- public static int support_simple_spinner_dropdown_item = 0x7f0f0041;
- }
- public static final class string {
- public static int abc_action_bar_home_description = 0x7f150001;
- public static int abc_action_bar_home_description_format = 0x7f150002;
- public static int abc_action_bar_home_subtitle_description_format = 0x7f150003;
- public static int abc_action_bar_up_description = 0x7f150004;
- public static int abc_action_menu_overflow_description = 0x7f150005;
- public static int abc_action_mode_done = 0x7f150006;
- public static int abc_activity_chooser_view_see_all = 0x7f150007;
- public static int abc_activitychooserview_choose_application = 0x7f150008;
- public static int abc_capital_off = 0x7f150009;
- public static int abc_capital_on = 0x7f15000a;
- public static int abc_search_hint = 0x7f150017;
- public static int abc_searchview_description_clear = 0x7f150018;
- public static int abc_searchview_description_query = 0x7f150019;
- public static int abc_searchview_description_search = 0x7f15001a;
- public static int abc_searchview_description_submit = 0x7f15001b;
- public static int abc_searchview_description_voice = 0x7f15001c;
- public static int abc_shareactionprovider_share_with = 0x7f15001d;
- public static int abc_shareactionprovider_share_with_application = 0x7f15001e;
- public static int abc_toolbar_collapse_description = 0x7f15001f;
- public static int status_bar_notification_info_overflow = 0x7f150029;
- }
- public static final class style {
- public static int AlertDialog_AppCompat = 0x7f160001;
- public static int AlertDialog_AppCompat_Light = 0x7f160002;
- public static int Animation_AppCompat_Dialog = 0x7f160003;
- public static int Animation_AppCompat_DropDownUp = 0x7f160004;
- public static int Base_AlertDialog_AppCompat = 0x7f160007;
- public static int Base_AlertDialog_AppCompat_Light = 0x7f160008;
- public static int Base_Animation_AppCompat_Dialog = 0x7f160009;
- public static int Base_Animation_AppCompat_DropDownUp = 0x7f16000a;
- public static int Base_DialogWindowTitleBackground_AppCompat = 0x7f16000c;
- public static int Base_DialogWindowTitle_AppCompat = 0x7f16000d;
- public static int Base_TextAppearance_AppCompat = 0x7f16000e;
- public static int Base_TextAppearance_AppCompat_Body1 = 0x7f16000f;
- public static int Base_TextAppearance_AppCompat_Body2 = 0x7f160010;
- public static int Base_TextAppearance_AppCompat_Button = 0x7f160011;
- public static int Base_TextAppearance_AppCompat_Caption = 0x7f160012;
- public static int Base_TextAppearance_AppCompat_Display1 = 0x7f160013;
- public static int Base_TextAppearance_AppCompat_Display2 = 0x7f160014;
- public static int Base_TextAppearance_AppCompat_Display3 = 0x7f160015;
- public static int Base_TextAppearance_AppCompat_Display4 = 0x7f160016;
- public static int Base_TextAppearance_AppCompat_Headline = 0x7f160017;
- public static int Base_TextAppearance_AppCompat_Inverse = 0x7f160018;
- public static int Base_TextAppearance_AppCompat_Large = 0x7f160019;
- public static int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f16001a;
- public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f16001b;
- public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f16001c;
- public static int Base_TextAppearance_AppCompat_Medium = 0x7f16001d;
- public static int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f16001e;
- public static int Base_TextAppearance_AppCompat_Menu = 0x7f16001f;
- public static int Base_TextAppearance_AppCompat_SearchResult = 0x7f160020;
- public static int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f160021;
- public static int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f160022;
- public static int Base_TextAppearance_AppCompat_Small = 0x7f160023;
- public static int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f160024;
- public static int Base_TextAppearance_AppCompat_Subhead = 0x7f160025;
- public static int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f160026;
- public static int Base_TextAppearance_AppCompat_Title = 0x7f160027;
- public static int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f160028;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f16002a;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f16002b;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f16002c;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f16002d;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f16002e;
- public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f16002f;
- public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f160030;
- public static int Base_TextAppearance_AppCompat_Widget_Button = 0x7f160031;
- public static int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f160034;
- public static int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f160035;
- public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f160037;
- public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f160038;
- public static int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f160039;
- public static int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f16003a;
- public static int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f16003b;
- public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f16003c;
- public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f16003d;
- public static int Base_ThemeOverlay_AppCompat = 0x7f16003e;
- public static int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f16003f;
- public static int Base_ThemeOverlay_AppCompat_Dark = 0x7f160040;
- public static int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f160041;
- public static int Base_ThemeOverlay_AppCompat_Light = 0x7f160044;
- public static int Base_Theme_AppCompat = 0x7f160045;
- public static int Base_Theme_AppCompat_CompactMenu = 0x7f160046;
- public static int Base_Theme_AppCompat_Dialog = 0x7f160047;
- public static int Base_Theme_AppCompat_DialogWhenLarge = 0x7f160048;
- public static int Base_Theme_AppCompat_Dialog_Alert = 0x7f160049;
- public static int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f16004a;
- public static int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f16004b;
- public static int Base_Theme_AppCompat_Light = 0x7f16004c;
- public static int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f16004d;
- public static int Base_Theme_AppCompat_Light_Dialog = 0x7f16004e;
- public static int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f16004f;
- public static int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f160050;
- public static int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f160051;
- public static int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f160052;
- public static int Base_V11_Theme_AppCompat_Dialog = 0x7f160054;
- public static int Base_V11_Theme_AppCompat_Light_Dialog = 0x7f160055;
- public static int Base_V12_Widget_AppCompat_AutoCompleteTextView = 0x7f160056;
- public static int Base_V12_Widget_AppCompat_EditText = 0x7f160057;
- public static int Base_V21_Theme_AppCompat = 0x7f16005a;
- public static int Base_V21_Theme_AppCompat_Dialog = 0x7f16005b;
- public static int Base_V21_Theme_AppCompat_Light = 0x7f16005c;
- public static int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f16005d;
- public static int Base_V22_Theme_AppCompat = 0x7f16005f;
- public static int Base_V22_Theme_AppCompat_Light = 0x7f160060;
- public static int Base_V23_Theme_AppCompat = 0x7f160061;
- public static int Base_V23_Theme_AppCompat_Light = 0x7f160062;
- public static int Base_V7_Theme_AppCompat = 0x7f160068;
- public static int Base_V7_Theme_AppCompat_Dialog = 0x7f160069;
- public static int Base_V7_Theme_AppCompat_Light = 0x7f16006a;
- public static int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f16006b;
- public static int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f16006c;
- public static int Base_V7_Widget_AppCompat_EditText = 0x7f16006d;
- public static int Base_Widget_AppCompat_ActionBar = 0x7f16006f;
- public static int Base_Widget_AppCompat_ActionBar_Solid = 0x7f160070;
- public static int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f160071;
- public static int Base_Widget_AppCompat_ActionBar_TabText = 0x7f160072;
- public static int Base_Widget_AppCompat_ActionBar_TabView = 0x7f160073;
- public static int Base_Widget_AppCompat_ActionButton = 0x7f160074;
- public static int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f160075;
- public static int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f160076;
- public static int Base_Widget_AppCompat_ActionMode = 0x7f160077;
- public static int Base_Widget_AppCompat_ActivityChooserView = 0x7f160078;
- public static int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f160079;
- public static int Base_Widget_AppCompat_Button = 0x7f16007a;
- public static int Base_Widget_AppCompat_ButtonBar = 0x7f16007b;
- public static int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f16007c;
- public static int Base_Widget_AppCompat_Button_Borderless = 0x7f16007d;
- public static int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f16007e;
- public static int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f16007f;
- public static int Base_Widget_AppCompat_Button_Colored = 0x7f160080;
- public static int Base_Widget_AppCompat_Button_Small = 0x7f160081;
- public static int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f160082;
- public static int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f160083;
- public static int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f160084;
- public static int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f160085;
- public static int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f160086;
- public static int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f160087;
- public static int Base_Widget_AppCompat_EditText = 0x7f160088;
- public static int Base_Widget_AppCompat_ImageButton = 0x7f160089;
- public static int Base_Widget_AppCompat_Light_ActionBar = 0x7f16008a;
- public static int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f16008b;
- public static int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f16008c;
- public static int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f16008d;
- public static int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f16008e;
- public static int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f16008f;
- public static int Base_Widget_AppCompat_Light_PopupMenu = 0x7f160090;
- public static int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f160091;
- public static int Base_Widget_AppCompat_ListPopupWindow = 0x7f160093;
- public static int Base_Widget_AppCompat_ListView = 0x7f160094;
- public static int Base_Widget_AppCompat_ListView_DropDown = 0x7f160095;
- public static int Base_Widget_AppCompat_ListView_Menu = 0x7f160096;
- public static int Base_Widget_AppCompat_PopupMenu = 0x7f160097;
- public static int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f160098;
- public static int Base_Widget_AppCompat_PopupWindow = 0x7f160099;
- public static int Base_Widget_AppCompat_ProgressBar = 0x7f16009a;
- public static int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f16009b;
- public static int Base_Widget_AppCompat_RatingBar = 0x7f16009c;
- public static int Base_Widget_AppCompat_SearchView = 0x7f16009f;
- public static int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f1600a0;
- public static int Base_Widget_AppCompat_SeekBar = 0x7f1600a1;
- public static int Base_Widget_AppCompat_Spinner = 0x7f1600a3;
- public static int Base_Widget_AppCompat_Spinner_Underlined = 0x7f1600a4;
- public static int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f1600a5;
- public static int Base_Widget_AppCompat_Toolbar = 0x7f1600a6;
- public static int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f1600a7;
- public static int CardView = 0x7f1600aa;
- public static int CardView_Dark = 0x7f1600ab;
- public static int CardView_Light = 0x7f1600ac;
- public static int DialogNoAnimation = 0x7f1600ad;
- public static int Material = 0x7f1600af;
- public static int Material_App = 0x7f1600b1;
- public static int Material_App_BottomSheetDialog = 0x7f1600b2;
- public static int Material_App_Dialog = 0x7f1600b3;
- public static int Material_App_Dialog_DatePicker = 0x7f1600b4;
- public static int Material_App_Dialog_DatePicker_Light = 0x7f1600b5;
- public static int Material_App_Dialog_Light = 0x7f1600b6;
- public static int Material_App_Dialog_Simple = 0x7f1600b7;
- public static int Material_App_Dialog_Simple_Light = 0x7f1600b8;
- public static int Material_App_Dialog_TimePicker = 0x7f1600b9;
- public static int Material_App_Dialog_TimePicker_Light = 0x7f1600ba;
- public static int Material_Drawable = 0x7f1600bb;
- public static int Material_Drawable_CheckBox = 0x7f1600bc;
- public static int Material_Drawable_CircularProgress = 0x7f1600bd;
- public static int Material_Drawable_CircularProgress_Determinate = 0x7f1600be;
- public static int Material_Drawable_LinearProgress = 0x7f1600bf;
- public static int Material_Drawable_LinearProgress_Buffer = 0x7f1600c0;
- public static int Material_Drawable_LinearProgress_Determinate = 0x7f1600c1;
- public static int Material_Drawable_LinearProgress_Query = 0x7f1600c2;
- public static int Material_Drawable_NavigationDrawer = 0x7f1600c3;
- public static int Material_Drawable_NavigationDrawerIcon = 0x7f1600c4;
- public static int Material_Drawable_NavigationDrawerIcon_Light = 0x7f1600c5;
- public static int Material_Drawable_NavigationDrawer_Light = 0x7f1600c6;
- public static int Material_Drawable_RadioButton = 0x7f1600c7;
- public static int Material_Drawable_Ripple = 0x7f1600c8;
- public static int Material_Drawable_Ripple_Touch = 0x7f1600c9;
- public static int Material_Drawable_Ripple_Touch_Light = 0x7f1600ca;
- public static int Material_Drawable_Ripple_Touch_MatchView = 0x7f1600cb;
- public static int Material_Drawable_Ripple_Touch_MatchView_Light = 0x7f1600cc;
- public static int Material_Drawable_Ripple_Wave = 0x7f1600cd;
- public static int Material_Drawable_Ripple_Wave_Light = 0x7f1600ce;
- public static int Material_TextAppearance = 0x7f1600cf;
- public static int Material_TextAppearance_SimpleDialog = 0x7f1600d0;
- public static int Material_TextAppearance_SimpleDialog_Light = 0x7f1600d1;
- public static int Material_Widget = 0x7f1600d2;
- public static int Material_Widget_DatePicker = 0x7f1600d3;
- public static int Material_Widget_DatePicker_Light = 0x7f1600d4;
- public static int Material_Widget_EditText = 0x7f1600d5;
- public static int Material_Widget_EditText_Light = 0x7f1600d6;
- public static int Material_Widget_FloatingActionButton = 0x7f1600d7;
- public static int Material_Widget_FloatingActionButton_Light = 0x7f1600d8;
- public static int Material_Widget_FloatingActionButton_Mini = 0x7f1600d9;
- public static int Material_Widget_FloatingActionButton_Mini_Light = 0x7f1600da;
- public static int Material_Widget_ProgressView = 0x7f1600db;
- public static int Material_Widget_ProgressView_Circular = 0x7f1600dc;
- public static int Material_Widget_ProgressView_Circular_Determinate = 0x7f1600dd;
- public static int Material_Widget_ProgressView_Linear = 0x7f1600de;
- public static int Material_Widget_ProgressView_Linear_Buffer = 0x7f1600df;
- public static int Material_Widget_ProgressView_Linear_Determinate = 0x7f1600e0;
- public static int Material_Widget_ProgressView_Linear_Query = 0x7f1600e1;
- public static int Material_Widget_Slider = 0x7f1600e2;
- public static int Material_Widget_Slider_Discrete = 0x7f1600e3;
- public static int Material_Widget_SnackBar = 0x7f1600e4;
- public static int Material_Widget_SnackBar_Mobile = 0x7f1600e5;
- public static int Material_Widget_SnackBar_Mobile_MultiLine = 0x7f1600e6;
- public static int Material_Widget_SnackBar_Tablet = 0x7f1600e7;
- public static int Material_Widget_SnackBar_Tablet_MultiLine = 0x7f1600e8;
- public static int Material_Widget_Spinner = 0x7f1600e9;
- public static int Material_Widget_Spinner_Light = 0x7f1600ea;
- public static int Material_Widget_Switch = 0x7f1600eb;
- public static int Material_Widget_TabPageIndicator = 0x7f1600ec;
- public static int Material_Widget_TabPageIndicator_Fixed = 0x7f1600ed;
- public static int Material_Widget_TabPageIndicator_Fixed_Light = 0x7f1600ee;
- public static int Material_Widget_TabPageIndicator_Light = 0x7f1600ef;
- public static int Material_Widget_TimePicker = 0x7f1600f0;
- public static int Material_Widget_TimePicker_Light = 0x7f1600f1;
- public static int Material_Widget_YearPicker = 0x7f1600f2;
- public static int Material_Widget_YearPicker_Light = 0x7f1600f3;
- public static int Platform_AppCompat = 0x7f1600f4;
- public static int Platform_AppCompat_Light = 0x7f1600f5;
- public static int Platform_ThemeOverlay_AppCompat = 0x7f1600f6;
- public static int Platform_ThemeOverlay_AppCompat_Dark = 0x7f1600f7;
- public static int Platform_ThemeOverlay_AppCompat_Light = 0x7f1600f8;
- public static int Platform_V11_AppCompat = 0x7f1600f9;
- public static int Platform_V11_AppCompat_Light = 0x7f1600fa;
- public static int Platform_V14_AppCompat = 0x7f1600fb;
- public static int Platform_V14_AppCompat_Light = 0x7f1600fc;
- public static int Platform_Widget_AppCompat_Spinner = 0x7f160101;
- public static int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f160102;
- public static int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f160103;
- public static int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f160104;
- public static int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f160105;
- public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f160106;
- public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f160107;
- public static int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f160108;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f160109;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f16010a;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f16010b;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f16010c;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f16010d;
- public static int RtlUnderlay_Widget_AppCompat_ActionButton = 0x7f16010e;
- public static int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 0x7f16010f;
- public static int TextAppearance_AppCompat = 0x7f160110;
- public static int TextAppearance_AppCompat_Body1 = 0x7f160111;
- public static int TextAppearance_AppCompat_Body2 = 0x7f160112;
- public static int TextAppearance_AppCompat_Button = 0x7f160113;
- public static int TextAppearance_AppCompat_Caption = 0x7f160114;
- public static int TextAppearance_AppCompat_Display1 = 0x7f160115;
- public static int TextAppearance_AppCompat_Display2 = 0x7f160116;
- public static int TextAppearance_AppCompat_Display3 = 0x7f160117;
- public static int TextAppearance_AppCompat_Display4 = 0x7f160118;
- public static int TextAppearance_AppCompat_Headline = 0x7f160119;
- public static int TextAppearance_AppCompat_Inverse = 0x7f16011a;
- public static int TextAppearance_AppCompat_Large = 0x7f16011b;
- public static int TextAppearance_AppCompat_Large_Inverse = 0x7f16011c;
- public static int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f16011d;
- public static int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f16011e;
- public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f16011f;
- public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f160120;
- public static int TextAppearance_AppCompat_Medium = 0x7f160121;
- public static int TextAppearance_AppCompat_Medium_Inverse = 0x7f160122;
- public static int TextAppearance_AppCompat_Menu = 0x7f160123;
- public static int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f16012e;
- public static int TextAppearance_AppCompat_SearchResult_Title = 0x7f16012f;
- public static int TextAppearance_AppCompat_Small = 0x7f160130;
- public static int TextAppearance_AppCompat_Small_Inverse = 0x7f160131;
- public static int TextAppearance_AppCompat_Subhead = 0x7f160132;
- public static int TextAppearance_AppCompat_Subhead_Inverse = 0x7f160133;
- public static int TextAppearance_AppCompat_Title = 0x7f160134;
- public static int TextAppearance_AppCompat_Title_Inverse = 0x7f160135;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f160137;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f160138;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f160139;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f16013a;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f16013b;
- public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f16013c;
- public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f16013d;
- public static int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f16013e;
- public static int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f16013f;
- public static int TextAppearance_AppCompat_Widget_Button = 0x7f160140;
- public static int TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f160143;
- public static int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f160144;
- public static int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f160146;
- public static int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f160147;
- public static int TextAppearance_AppCompat_Widget_Switch = 0x7f160148;
- public static int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f160149;
- public static int TextAppearance_StatusBar_EventContent = 0x7f16015b;
- public static int TextAppearance_StatusBar_EventContent_Info = 0x7f16015c;
- public static int TextAppearance_StatusBar_EventContent_Line2 = 0x7f16015d;
- public static int TextAppearance_StatusBar_EventContent_Time = 0x7f16015e;
- public static int TextAppearance_StatusBar_EventContent_Title = 0x7f16015f;
- public static int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f160160;
- public static int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f160161;
- public static int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f160162;
- public static int ThemeOverlay_AppCompat = 0x7f160163;
- public static int ThemeOverlay_AppCompat_ActionBar = 0x7f160164;
- public static int ThemeOverlay_AppCompat_Dark = 0x7f160165;
- public static int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f160166;
- public static int ThemeOverlay_AppCompat_Light = 0x7f160169;
- public static int Theme_AppCompat = 0x7f16016a;
- public static int Theme_AppCompat_CompactMenu = 0x7f16016b;
- public static int Theme_AppCompat_Dialog = 0x7f160173;
- public static int Theme_AppCompat_DialogWhenLarge = 0x7f160174;
- public static int Theme_AppCompat_Dialog_Alert = 0x7f160175;
- public static int Theme_AppCompat_Dialog_MinWidth = 0x7f160176;
- public static int Theme_AppCompat_Light = 0x7f160177;
- public static int Theme_AppCompat_Light_DarkActionBar = 0x7f160178;
- public static int Theme_AppCompat_Light_Dialog = 0x7f160179;
- public static int Theme_AppCompat_Light_DialogWhenLarge = 0x7f16017a;
- public static int Theme_AppCompat_Light_Dialog_Alert = 0x7f16017b;
- public static int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f16017c;
- public static int Theme_AppCompat_Light_NoActionBar = 0x7f16017d;
- public static int Theme_AppCompat_NoActionBar = 0x7f16017e;
- public static int Widget_AppCompat_ActionBar = 0x7f160185;
- public static int Widget_AppCompat_ActionBar_Solid = 0x7f160186;
- public static int Widget_AppCompat_ActionBar_TabBar = 0x7f160187;
- public static int Widget_AppCompat_ActionBar_TabText = 0x7f160188;
- public static int Widget_AppCompat_ActionBar_TabView = 0x7f160189;
- public static int Widget_AppCompat_ActionButton = 0x7f16018a;
- public static int Widget_AppCompat_ActionButton_CloseMode = 0x7f16018b;
- public static int Widget_AppCompat_ActionButton_Overflow = 0x7f16018c;
- public static int Widget_AppCompat_ActionMode = 0x7f16018d;
- public static int Widget_AppCompat_ActivityChooserView = 0x7f16018e;
- public static int Widget_AppCompat_AutoCompleteTextView = 0x7f16018f;
- public static int Widget_AppCompat_Button = 0x7f160190;
- public static int Widget_AppCompat_ButtonBar = 0x7f160191;
- public static int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f160192;
- public static int Widget_AppCompat_Button_Borderless = 0x7f160193;
- public static int Widget_AppCompat_Button_Borderless_Colored = 0x7f160194;
- public static int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f160195;
- public static int Widget_AppCompat_Button_Colored = 0x7f160196;
- public static int Widget_AppCompat_Button_Small = 0x7f160197;
- public static int Widget_AppCompat_CompoundButton_CheckBox = 0x7f160198;
- public static int Widget_AppCompat_CompoundButton_RadioButton = 0x7f160199;
- public static int Widget_AppCompat_CompoundButton_Switch = 0x7f16019a;
- public static int Widget_AppCompat_DrawerArrowToggle = 0x7f16019b;
- public static int Widget_AppCompat_DropDownItem_Spinner = 0x7f16019c;
- public static int Widget_AppCompat_EditText = 0x7f16019d;
- public static int Widget_AppCompat_ImageButton = 0x7f16019e;
- public static int Widget_AppCompat_Light_ActionBar = 0x7f16019f;
- public static int Widget_AppCompat_Light_ActionBar_Solid = 0x7f1601a0;
- public static int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f1601a1;
- public static int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f1601a2;
- public static int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f1601a3;
- public static int Widget_AppCompat_Light_ActionBar_TabText = 0x7f1601a4;
- public static int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f1601a5;
- public static int Widget_AppCompat_Light_ActionBar_TabView = 0x7f1601a6;
- public static int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f1601a7;
- public static int Widget_AppCompat_Light_ActionButton = 0x7f1601a8;
- public static int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f1601a9;
- public static int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f1601aa;
- public static int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f1601ab;
- public static int Widget_AppCompat_Light_ActivityChooserView = 0x7f1601ac;
- public static int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f1601ad;
- public static int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f1601ae;
- public static int Widget_AppCompat_Light_ListPopupWindow = 0x7f1601af;
- public static int Widget_AppCompat_Light_ListView_DropDown = 0x7f1601b0;
- public static int Widget_AppCompat_Light_PopupMenu = 0x7f1601b1;
- public static int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f1601b2;
- public static int Widget_AppCompat_Light_SearchView = 0x7f1601b3;
- public static int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f1601b4;
- public static int Widget_AppCompat_ListPopupWindow = 0x7f1601b6;
- public static int Widget_AppCompat_ListView = 0x7f1601b7;
- public static int Widget_AppCompat_ListView_DropDown = 0x7f1601b8;
- public static int Widget_AppCompat_ListView_Menu = 0x7f1601b9;
- public static int Widget_AppCompat_PopupMenu = 0x7f1601ba;
- public static int Widget_AppCompat_PopupMenu_Overflow = 0x7f1601bb;
- public static int Widget_AppCompat_PopupWindow = 0x7f1601bc;
- public static int Widget_AppCompat_ProgressBar = 0x7f1601bd;
- public static int Widget_AppCompat_ProgressBar_Horizontal = 0x7f1601be;
- public static int Widget_AppCompat_RatingBar = 0x7f1601bf;
- public static int Widget_AppCompat_SearchView = 0x7f1601c2;
- public static int Widget_AppCompat_SearchView_ActionBar = 0x7f1601c3;
- public static int Widget_AppCompat_SeekBar = 0x7f1601c4;
- public static int Widget_AppCompat_Spinner = 0x7f1601c6;
- public static int Widget_AppCompat_Spinner_DropDown = 0x7f1601c7;
- public static int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f1601c8;
- public static int Widget_AppCompat_Spinner_Underlined = 0x7f1601c9;
- public static int Widget_AppCompat_TextView_SpinnerItem = 0x7f1601ca;
- public static int Widget_AppCompat_Toolbar = 0x7f1601cb;
- public static int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f1601cc;
- }
- public static final class styleable {
- public static int[] ActionBar = { 0x7f040032, 0x7f040033, 0x7f040034, 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b, 0x7f040098, 0x7f0400c2, 0x7f0400c3, 0x7f0400eb, 0x7f040131, 0x7f040132, 0x7f040137, 0x7f040138, 0x7f040139, 0x7f04013e, 0x7f040144, 0x7f04016e, 0x7f040185, 0x7f040197, 0x7f04019b, 0x7f04019c, 0x7f04022a, 0x7f04022d, 0x7f040261, 0x7f04026b };
- public static int ActionBar_background = 0;
- public static int ActionBar_backgroundSplit = 1;
- public static int ActionBar_backgroundStacked = 2;
- public static int ActionBar_contentInsetEnd = 3;
- public static int ActionBar_contentInsetEndWithActions = 4;
- public static int ActionBar_contentInsetLeft = 5;
- public static int ActionBar_contentInsetRight = 6;
- public static int ActionBar_contentInsetStart = 7;
- public static int ActionBar_contentInsetStartWithNavigation = 8;
- public static int ActionBar_customNavigationLayout = 9;
- public static int ActionBar_displayOptions = 10;
- public static int ActionBar_divider = 11;
- public static int ActionBar_elevation = 12;
- public static int ActionBar_height = 13;
- public static int ActionBar_hideOnContentScroll = 14;
- public static int ActionBar_homeAsUpIndicator = 15;
- public static int ActionBar_homeLayout = 16;
- public static int ActionBar_icon = 17;
- public static int ActionBar_indeterminateProgressStyle = 18;
- public static int ActionBar_itemPadding = 19;
- public static int ActionBar_logo = 20;
- public static int ActionBar_navigationMode = 21;
- public static int ActionBar_popupTheme = 22;
- public static int ActionBar_progressBarPadding = 23;
- public static int ActionBar_progressBarStyle = 24;
- public static int ActionBar_subtitle = 25;
- public static int ActionBar_subtitleTextStyle = 26;
- public static int ActionBar_title = 27;
- public static int ActionBar_titleTextStyle = 28;
- public static int[] ActionBarLayout = { 0x010100b3 };
- public static int ActionBarLayout_android_layout_gravity = 0;
- public static int[] ActionMenuItemView = { 0x0101013f };
- public static int ActionMenuItemView_android_minWidth = 0;
- public static int[] ActionMode = { 0x7f040032, 0x7f040033, 0x7f040064, 0x7f040131, 0x7f04022d, 0x7f04026b };
- public static int ActionMode_background = 0;
- public static int ActionMode_backgroundSplit = 1;
- public static int ActionMode_closeItemLayout = 2;
- public static int ActionMode_height = 3;
- public static int ActionMode_subtitleTextStyle = 4;
- public static int ActionMode_titleTextStyle = 5;
- public static int[] ActivityChooserView = { 0x7f04010b, 0x7f04013f };
- public static int ActivityChooserView_expandActivityOverflowButtonDrawable = 0;
- public static int ActivityChooserView_initialActivityCount = 1;
- public static int[] AlertDialog = { 0x010100f2, 0x7f04004e, 0x7f040156, 0x7f040157, 0x7f040182, 0x7f0401f0, 0x7f0401f1 };
- public static int AlertDialog_android_layout = 0;
- public static int AlertDialog_buttonPanelSideLayout = 1;
- public static int AlertDialog_listItemLayout = 2;
- public static int AlertDialog_listLayout = 3;
- public static int AlertDialog_multiChoiceItemLayout = 4;
- public static int AlertDialog_showTitle = 5;
- public static int AlertDialog_singleChoiceItemLayout = 6;
- public static int[] AppCompatTextView = { 0x01010034, 0x7f04002d, 0x7f04002e, 0x7f04002f, 0x7f040030, 0x7f040031, 0x7f040124, 0x7f04024b };
- public static int AppCompatTextView_android_textAppearance = 0;
- public static int AppCompatTextView_autoSizeMaxTextSize = 1;
- public static int AppCompatTextView_autoSizeMinTextSize = 2;
- public static int AppCompatTextView_autoSizePresetSizes = 3;
- public static int AppCompatTextView_autoSizeStepGranularity = 4;
- public static int AppCompatTextView_autoSizeTextType = 5;
- public static int AppCompatTextView_fontFamily = 6;
- public static int AppCompatTextView_textAllCaps = 7;
- public static int[] AutoCompleteTextView = { 0x01010172, 0x01010174, 0x01010263, 0x01010283, 0x010102ac, 0x010102ad, 0x01010262, 0x01010176 };
- public static int AutoCompleteTextView_android_completionHint = 0;
- public static int AutoCompleteTextView_android_completionThreshold = 1;
- public static int AutoCompleteTextView_android_dropDownAnchor = 2;
- public static int AutoCompleteTextView_android_dropDownHeight = 3;
- public static int AutoCompleteTextView_android_dropDownHorizontalOffset = 4;
- public static int AutoCompleteTextView_android_dropDownVerticalOffset = 5;
- public static int AutoCompleteTextView_android_dropDownWidth = 6;
- public static int AutoCompleteTextView_android_popupBackground = 7;
- public static int[] BottomSheetDialog = { 0x010100f5, 0x7f040041, 0x7f040042, 0x7f040043, 0x7f040044, 0x7f040045, 0x7f040046, 0x7f040047 };
- public static int BottomSheetDialog_android_layout_height = 0;
- public static int BottomSheetDialog_bsd_cancelable = 1;
- public static int BottomSheetDialog_bsd_canceledOnTouchOutside = 2;
- public static int BottomSheetDialog_bsd_dimAmount = 3;
- public static int BottomSheetDialog_bsd_inDuration = 4;
- public static int BottomSheetDialog_bsd_inInterpolator = 5;
- public static int BottomSheetDialog_bsd_outDuration = 6;
- public static int BottomSheetDialog_bsd_outInterpolator = 7;
- public static int[] ButtonBarLayout = { 0x7f040027 };
- public static int ButtonBarLayout_allowStacking = 0;
- public static int[] CardView = { 0x7f040053, 0x7f040054, 0x7f040055, 0x7f040056, 0x7f040057, 0x7f040058, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f04007f, 0x7f040080 };
- public static int CardView_cardBackgroundColor = 0;
- public static int CardView_cardCornerRadius = 1;
- public static int CardView_cardElevation = 2;
- public static int CardView_cardMaxElevation = 3;
- public static int CardView_cardPreventCornerOverlap = 4;
- public static int CardView_cardUseCompatPadding = 5;
- public static int CardView_contentPadding = 6;
- public static int CardView_contentPaddingBottom = 7;
- public static int CardView_contentPaddingLeft = 8;
- public static int CardView_contentPaddingRight = 9;
- public static int CardView_contentPaddingTop = 10;
- public static int[] CheckBoxDrawable = { 0x7f040059, 0x7f04005a, 0x7f04005b, 0x7f04005c, 0x7f04005d, 0x7f04005e, 0x7f04005f, 0x7f040060 };
- public static int CheckBoxDrawable_cbd_animDuration = 0;
- public static int CheckBoxDrawable_cbd_boxSize = 1;
- public static int CheckBoxDrawable_cbd_cornerRadius = 2;
- public static int CheckBoxDrawable_cbd_height = 3;
- public static int CheckBoxDrawable_cbd_strokeColor = 4;
- public static int CheckBoxDrawable_cbd_strokeSize = 5;
- public static int CheckBoxDrawable_cbd_tickColor = 6;
- public static int CheckBoxDrawable_cbd_width = 7;
- public static int[] CircularProgressDrawable = { 0x7f040087, 0x7f040088, 0x7f040089, 0x7f04008a, 0x7f04008b, 0x7f04008c, 0x7f04008d, 0x7f04008e, 0x7f04008f, 0x7f040090, 0x7f040091, 0x7f040092, 0x7f040093, 0x7f040094, 0x7f040095, 0x7f040096, 0x7f040097, 0x7f04019f, 0x7f0401a0, 0x7f0401a2 };
- public static int CircularProgressDrawable_cpd_inAnimDuration = 0;
- public static int CircularProgressDrawable_cpd_inStepColors = 1;
- public static int CircularProgressDrawable_cpd_inStepPercent = 2;
- public static int CircularProgressDrawable_cpd_initialAngle = 3;
- public static int CircularProgressDrawable_cpd_keepDuration = 4;
- public static int CircularProgressDrawable_cpd_maxSweepAngle = 5;
- public static int CircularProgressDrawable_cpd_minSweepAngle = 6;
- public static int CircularProgressDrawable_cpd_outAnimDuration = 7;
- public static int CircularProgressDrawable_cpd_padding = 8;
- public static int CircularProgressDrawable_cpd_reverse = 9;
- public static int CircularProgressDrawable_cpd_rotateDuration = 10;
- public static int CircularProgressDrawable_cpd_strokeColor = 11;
- public static int CircularProgressDrawable_cpd_strokeColors = 12;
- public static int CircularProgressDrawable_cpd_strokeSecondaryColor = 13;
- public static int CircularProgressDrawable_cpd_strokeSize = 14;
- public static int CircularProgressDrawable_cpd_transformDuration = 15;
- public static int CircularProgressDrawable_cpd_transformInterpolator = 16;
- public static int CircularProgressDrawable_pv_progress = 17;
- public static int CircularProgressDrawable_pv_progressMode = 18;
- public static int CircularProgressDrawable_pv_secondaryProgress = 19;
- public static int[] CompoundButton = { 0x01010107, 0x7f040051, 0x7f040052 };
- public static int CompoundButton_android_button = 0;
- public static int CompoundButton_buttonTint = 1;
- public static int CompoundButton_buttonTintMode = 2;
- public static int[] DatePicker = { 0x010100d5, 0x010100d9, 0x010100d6, 0x010100d8, 0x010100d7, 0x7f0400c7, 0x7f0400c8, 0x7f0400c9, 0x7f0400ca, 0x7f0400cb, 0x7f0400cc, 0x7f0400d3, 0x7f0400d4, 0x7f0400d5, 0x7f0400d6, 0x7f0400d7, 0x7f0400d8, 0x7f0400d9, 0x7f0400da, 0x7f0400dc, 0x7f0400dd, 0x7f0400de, 0x7f0400df, 0x7f0400e1, 0x7f0400e2 };
- public static int DatePicker_android_padding = 0;
- public static int DatePicker_android_paddingBottom = 1;
- public static int DatePicker_android_paddingLeft = 2;
- public static int DatePicker_android_paddingRight = 3;
- public static int DatePicker_android_paddingTop = 4;
- public static int DatePicker_dp_animDuration = 5;
- public static int DatePicker_dp_day = 6;
- public static int DatePicker_dp_dayMax = 7;
- public static int DatePicker_dp_dayMin = 8;
- public static int DatePicker_dp_dayTextSize = 9;
- public static int DatePicker_dp_fontFamily = 10;
- public static int DatePicker_dp_inInterpolator = 11;
- public static int DatePicker_dp_month = 12;
- public static int DatePicker_dp_monthMax = 13;
- public static int DatePicker_dp_monthMin = 14;
- public static int DatePicker_dp_outInterpolator = 15;
- public static int DatePicker_dp_selectionColor = 16;
- public static int DatePicker_dp_textColor = 17;
- public static int DatePicker_dp_textDisableColor = 18;
- public static int DatePicker_dp_textHighlightColor = 19;
- public static int DatePicker_dp_textLabelColor = 20;
- public static int DatePicker_dp_textStyle = 21;
- public static int DatePicker_dp_year = 22;
- public static int DatePicker_dp_yearMax = 23;
- public static int DatePicker_dp_yearMin = 24;
- public static int[] DatePickerDialog = { 0x7f0400cd, 0x7f0400ce, 0x7f0400cf, 0x7f0400d0, 0x7f0400d1, 0x7f0400d2, 0x7f0400db };
- public static int DatePickerDialog_dp_headerPrimaryColor = 0;
- public static int DatePickerDialog_dp_headerPrimaryHeight = 1;
- public static int DatePickerDialog_dp_headerPrimaryTextSize = 2;
- public static int DatePickerDialog_dp_headerSecondaryColor = 3;
- public static int DatePickerDialog_dp_headerSecondaryHeight = 4;
- public static int DatePickerDialog_dp_headerSecondaryTextSize = 5;
- public static int DatePickerDialog_dp_textHeaderColor = 6;
- public static int[] Dialog = { 0x010100f5, 0x010100f4, 0x7f04009a, 0x7f04009b, 0x7f04009c, 0x7f04009d, 0x7f04009e, 0x7f04009f, 0x7f0400a0, 0x7f0400a2, 0x7f0400a3, 0x7f0400a4, 0x7f0400a5, 0x7f0400a6, 0x7f0400a7, 0x7f0400aa, 0x7f0400ab, 0x7f0400ac, 0x7f0400ad, 0x7f0400b0, 0x7f0400b1, 0x7f0400b2, 0x7f0400b3, 0x7f0400b4, 0x7f0400b5, 0x7f0400b6, 0x7f0400b7, 0x7f0400b8, 0x7f0400b9, 0x7f0400ba, 0x7f0400bb, 0x7f0400bc, 0x7f0400be, 0x7f0400bf };
- public static int Dialog_android_layout_height = 0;
- public static int Dialog_android_layout_width = 1;
- public static int Dialog_di_actionBackground = 2;
- public static int Dialog_di_actionRipple = 3;
- public static int Dialog_di_actionTextAppearance = 4;
- public static int Dialog_di_actionTextColor = 5;
- public static int Dialog_di_backgroundColor = 6;
- public static int Dialog_di_cancelable = 7;
- public static int Dialog_di_canceledOnTouchOutside = 8;
- public static int Dialog_di_cornerRadius = 9;
- public static int Dialog_di_dimAmount = 10;
- public static int Dialog_di_dividerColor = 11;
- public static int Dialog_di_dividerHeight = 12;
- public static int Dialog_di_elevation = 13;
- public static int Dialog_di_inAnimation = 14;
- public static int Dialog_di_layoutDirection = 15;
- public static int Dialog_di_maxElevation = 16;
- public static int Dialog_di_maxHeight = 17;
- public static int Dialog_di_maxWidth = 18;
- public static int Dialog_di_negativeActionBackground = 19;
- public static int Dialog_di_negativeActionRipple = 20;
- public static int Dialog_di_negativeActionTextAppearance = 21;
- public static int Dialog_di_negativeActionTextColor = 22;
- public static int Dialog_di_neutralActionBackground = 23;
- public static int Dialog_di_neutralActionRipple = 24;
- public static int Dialog_di_neutralActionTextAppearance = 25;
- public static int Dialog_di_neutralActionTextColor = 26;
- public static int Dialog_di_outAnimation = 27;
- public static int Dialog_di_positiveActionBackground = 28;
- public static int Dialog_di_positiveActionRipple = 29;
- public static int Dialog_di_positiveActionTextAppearance = 30;
- public static int Dialog_di_positiveActionTextColor = 31;
- public static int Dialog_di_titleTextAppearance = 32;
- public static int Dialog_di_titleTextColor = 33;
- public static int[] DrawerArrowToggle = { 0x7f04002a, 0x7f04002b, 0x7f040037, 0x7f040069, 0x7f0400e4, 0x7f04012e, 0x7f040208, 0x7f040258 };
- public static int DrawerArrowToggle_arrowHeadLength = 0;
- public static int DrawerArrowToggle_arrowShaftLength = 1;
- public static int DrawerArrowToggle_barLength = 2;
- public static int DrawerArrowToggle_color = 3;
- public static int DrawerArrowToggle_drawableSize = 4;
- public static int DrawerArrowToggle_gapBetweenBars = 5;
- public static int DrawerArrowToggle_spinBars = 6;
- public static int DrawerArrowToggle_thickness = 7;
- public static int[] EditText = { 0x7f0400ee, 0x7f0400ef, 0x7f0400f0, 0x7f0400f1, 0x7f0400f2, 0x7f0400f3, 0x7f0400f4, 0x7f0400f5, 0x7f0400f6, 0x7f0400f7, 0x7f0400f8, 0x7f0400f9, 0x7f0400fa, 0x7f0400fb, 0x7f0400fc, 0x7f0400fd, 0x7f0400fe, 0x7f0400ff, 0x7f040100, 0x7f040101, 0x7f040102, 0x7f040103, 0x7f040104, 0x7f040105, 0x7f040106, 0x7f040107, 0x7f040108, 0x7f040109, 0x7f04010a };
- public static int EditText_et_autoCompleteMode = 0;
- public static int EditText_et_dividerAnimDuration = 1;
- public static int EditText_et_dividerColor = 2;
- public static int EditText_et_dividerCompoundPadding = 3;
- public static int EditText_et_dividerErrorColor = 4;
- public static int EditText_et_dividerHeight = 5;
- public static int EditText_et_dividerPadding = 6;
- public static int EditText_et_error = 7;
- public static int EditText_et_helper = 8;
- public static int EditText_et_inputId = 9;
- public static int EditText_et_labelEllipsize = 10;
- public static int EditText_et_labelEnable = 11;
- public static int EditText_et_labelInAnim = 12;
- public static int EditText_et_labelOutAnim = 13;
- public static int EditText_et_labelPadding = 14;
- public static int EditText_et_labelTextAppearance = 15;
- public static int EditText_et_labelTextColor = 16;
- public static int EditText_et_labelTextSize = 17;
- public static int EditText_et_supportEllipsize = 18;
- public static int EditText_et_supportLines = 19;
- public static int EditText_et_supportMaxChars = 20;
- public static int EditText_et_supportMaxLines = 21;
- public static int EditText_et_supportMode = 22;
- public static int EditText_et_supportPadding = 23;
- public static int EditText_et_supportSingleLine = 24;
- public static int EditText_et_supportTextAppearance = 25;
- public static int EditText_et_supportTextColor = 26;
- public static int EditText_et_supportTextErrorColor = 27;
- public static int EditText_et_supportTextSize = 28;
- public static int[] FloatingActionButton = { 0x7f040035, 0x7f040036, 0x7f04003d, 0x7f0400eb, 0x7f040114, 0x7f040115, 0x7f040116, 0x7f040117, 0x7f040118, 0x7f040119, 0x7f04011a, 0x7f04011b, 0x7f04011c, 0x7f04011d, 0x7f04019a, 0x7f0401c7, 0x7f040294 };
- public static int FloatingActionButton_backgroundTint = 0;
- public static int FloatingActionButton_backgroundTintMode = 1;
- public static int FloatingActionButton_borderWidth = 2;
- public static int FloatingActionButton_elevation = 3;
- public static int FloatingActionButton_fabSize = 4;
- public static int FloatingActionButton_fab_animDuration = 5;
- public static int FloatingActionButton_fab_backgroundAnimDuration = 6;
- public static int FloatingActionButton_fab_backgroundColor = 7;
- public static int FloatingActionButton_fab_elevation = 8;
- public static int FloatingActionButton_fab_iconLineMorphing = 9;
- public static int FloatingActionButton_fab_iconSize = 10;
- public static int FloatingActionButton_fab_iconSrc = 11;
- public static int FloatingActionButton_fab_interpolator = 12;
- public static int FloatingActionButton_fab_radius = 13;
- public static int FloatingActionButton_pressedTranslationZ = 14;
- public static int FloatingActionButton_rippleColor = 15;
- public static int FloatingActionButton_useCompatPadding = 16;
- public static int[] LineMorphingDrawable = { 0x7f04015f, 0x7f040160, 0x7f040161, 0x7f040162, 0x7f040163, 0x7f040164, 0x7f040165, 0x7f040166, 0x7f040167, 0x7f040168, 0x7f040169, 0x7f04016a, 0x7f04016b, 0x7f04016c, 0x7f04016d };
- public static int LineMorphingDrawable_lmd_animDuration = 0;
- public static int LineMorphingDrawable_lmd_clockwise = 1;
- public static int LineMorphingDrawable_lmd_curState = 2;
- public static int LineMorphingDrawable_lmd_interpolator = 3;
- public static int LineMorphingDrawable_lmd_layoutDirection = 4;
- public static int LineMorphingDrawable_lmd_padding = 5;
- public static int LineMorphingDrawable_lmd_paddingBottom = 6;
- public static int LineMorphingDrawable_lmd_paddingLeft = 7;
- public static int LineMorphingDrawable_lmd_paddingRight = 8;
- public static int LineMorphingDrawable_lmd_paddingTop = 9;
- public static int LineMorphingDrawable_lmd_state = 10;
- public static int LineMorphingDrawable_lmd_strokeCap = 11;
- public static int LineMorphingDrawable_lmd_strokeColor = 12;
- public static int LineMorphingDrawable_lmd_strokeJoin = 13;
- public static int LineMorphingDrawable_lmd_strokeSize = 14;
- public static int[] LinearLayoutCompat = { 0x01010126, 0x01010127, 0x010100af, 0x010100c4, 0x01010128, 0x7f0400c3, 0x7f0400c5, 0x7f040180, 0x7f0401ee };
- public static int LinearLayoutCompat_android_baselineAligned = 0;
- public static int LinearLayoutCompat_android_baselineAlignedChildIndex = 1;
- public static int LinearLayoutCompat_android_gravity = 2;
- public static int LinearLayoutCompat_android_orientation = 3;
- public static int LinearLayoutCompat_android_weightSum = 4;
- public static int LinearLayoutCompat_divider = 5;
- public static int LinearLayoutCompat_dividerPadding = 6;
- public static int LinearLayoutCompat_measureWithLargestChild = 7;
- public static int LinearLayoutCompat_showDividers = 8;
- public static int[] LinearLayoutCompat_Layout = { 0x010100b3, 0x010100f5, 0x01010181, 0x010100f4 };
- public static int LinearLayoutCompat_Layout_android_layout_gravity = 0;
- public static int LinearLayoutCompat_Layout_android_layout_height = 1;
- public static int LinearLayoutCompat_Layout_android_layout_weight = 2;
- public static int LinearLayoutCompat_Layout_android_layout_width = 3;
- public static int[] LinearProgressDrawable = { 0x7f040170, 0x7f040171, 0x7f040172, 0x7f040173, 0x7f040174, 0x7f040175, 0x7f040176, 0x7f040177, 0x7f040178, 0x7f040179, 0x7f04017a, 0x7f04017b, 0x7f04017c, 0x7f04017d, 0x7f04019f, 0x7f0401a0, 0x7f0401a2 };
- public static int LinearProgressDrawable_lpd_inAnimDuration = 0;
- public static int LinearProgressDrawable_lpd_keepDuration = 1;
- public static int LinearProgressDrawable_lpd_maxLineWidth = 2;
- public static int LinearProgressDrawable_lpd_minLineWidth = 3;
- public static int LinearProgressDrawable_lpd_outAnimDuration = 4;
- public static int LinearProgressDrawable_lpd_reverse = 5;
- public static int LinearProgressDrawable_lpd_strokeColor = 6;
- public static int LinearProgressDrawable_lpd_strokeColors = 7;
- public static int LinearProgressDrawable_lpd_strokeSecondaryColor = 8;
- public static int LinearProgressDrawable_lpd_strokeSize = 9;
- public static int LinearProgressDrawable_lpd_transformDuration = 10;
- public static int LinearProgressDrawable_lpd_transformInterpolator = 11;
- public static int LinearProgressDrawable_lpd_travelDuration = 12;
- public static int LinearProgressDrawable_lpd_verticalAlign = 13;
- public static int LinearProgressDrawable_pv_progress = 14;
- public static int LinearProgressDrawable_pv_progressMode = 15;
- public static int LinearProgressDrawable_pv_secondaryProgress = 16;
- public static int[] ListPopupWindow = { 0x010102ac, 0x010102ad };
- public static int ListPopupWindow_android_dropDownHorizontalOffset = 0;
- public static int ListPopupWindow_android_dropDownVerticalOffset = 1;
- public static int[] MenuGroup = { 0x010101e0, 0x0101000e, 0x010100d0, 0x010101de, 0x010101df, 0x01010194 };
- public static int MenuGroup_android_checkableBehavior = 0;
- public static int MenuGroup_android_enabled = 1;
- public static int MenuGroup_android_id = 2;
- public static int MenuGroup_android_menuCategory = 3;
- public static int MenuGroup_android_orderInCategory = 4;
- public static int MenuGroup_android_visible = 5;
- public static int[] MenuItem = { 0x7f04000e, 0x7f040020, 0x7f040021, 0x7f040029, 0x010101e3, 0x010101e5, 0x01010106, 0x0101000e, 0x01010002, 0x010100d0, 0x010101de, 0x010101e4, 0x0101026f, 0x010101df, 0x010101e1, 0x010101e2, 0x01010194, 0x7f040075, 0x7f04013a, 0x7f04013b, 0x7f040188, 0x7f0401ed, 0x7f040271 };
- public static int MenuItem_actionLayout = 0;
- public static int MenuItem_actionProviderClass = 1;
- public static int MenuItem_actionViewClass = 2;
- public static int MenuItem_alphabeticModifiers = 3;
- public static int MenuItem_android_alphabeticShortcut = 4;
- public static int MenuItem_android_checkable = 5;
- public static int MenuItem_android_checked = 6;
- public static int MenuItem_android_enabled = 7;
- public static int MenuItem_android_icon = 8;
- public static int MenuItem_android_id = 9;
- public static int MenuItem_android_menuCategory = 10;
- public static int MenuItem_android_numericShortcut = 11;
- public static int MenuItem_android_onClick = 12;
- public static int MenuItem_android_orderInCategory = 13;
- public static int MenuItem_android_title = 14;
- public static int MenuItem_android_titleCondensed = 15;
- public static int MenuItem_android_visible = 16;
- public static int MenuItem_contentDescription = 17;
- public static int MenuItem_iconTint = 18;
- public static int MenuItem_iconTintMode = 19;
- public static int MenuItem_numericModifiers = 20;
- public static int MenuItem_showAsAction = 21;
- public static int MenuItem_tooltipText = 22;
- public static int[] MenuView = { 0x0101012f, 0x0101012d, 0x01010130, 0x01010131, 0x0101012c, 0x0101012e, 0x010100ae, 0x7f040199, 0x7f040228 };
- public static int MenuView_android_headerBackground = 0;
- public static int MenuView_android_horizontalDivider = 1;
- public static int MenuView_android_itemBackground = 2;
- public static int MenuView_android_itemIconDisabledAlpha = 3;
- public static int MenuView_android_itemTextAppearance = 4;
- public static int MenuView_android_verticalDivider = 5;
- public static int MenuView_android_windowAnimationStyle = 6;
- public static int MenuView_preserveIconSpacing = 7;
- public static int MenuView_subMenuArrow = 8;
- public static int[] NavigationDrawerDrawable = { 0x7f040186, 0x7f040187 };
- public static int NavigationDrawerDrawable_nd_icon = 0;
- public static int NavigationDrawerDrawable_nd_ripple = 1;
- public static int[] PopupWindow = { 0x010102c9, 0x01010176, 0x7f040189 };
- public static int PopupWindow_android_popupAnimationStyle = 0;
- public static int PopupWindow_android_popupBackground = 1;
- public static int PopupWindow_overlapAnchor = 2;
- public static int[] PopupWindowBackgroundState = { 0x7f040223 };
- public static int PopupWindowBackgroundState_state_above_anchor = 0;
- public static int[] ProgressView = { 0x7f04019d, 0x7f04019e, 0x7f04019f, 0x7f0401a0, 0x7f0401a1, 0x7f0401a2 };
- public static int ProgressView_pv_autostart = 0;
- public static int ProgressView_pv_circular = 1;
- public static int ProgressView_pv_progress = 2;
- public static int ProgressView_pv_progressMode = 3;
- public static int ProgressView_pv_progressStyle = 4;
- public static int ProgressView_pv_secondaryProgress = 5;
- public static int[] RadioButtonDrawable = { 0x7f0401a9, 0x7f0401aa, 0x7f0401ab, 0x7f0401ac, 0x7f0401ad, 0x7f0401ae, 0x7f0401af };
- public static int RadioButtonDrawable_rbd_animDuration = 0;
- public static int RadioButtonDrawable_rbd_height = 1;
- public static int RadioButtonDrawable_rbd_innerRadius = 2;
- public static int RadioButtonDrawable_rbd_radius = 3;
- public static int RadioButtonDrawable_rbd_strokeColor = 4;
- public static int RadioButtonDrawable_rbd_strokeSize = 5;
- public static int RadioButtonDrawable_rbd_width = 6;
- public static int[] RecyclerView = { 0x010100f1, 0x010100c4, 0x7f04011e, 0x7f04011f, 0x7f040120, 0x7f040121, 0x7f040122, 0x7f040149, 0x7f0401c6, 0x7f040207, 0x7f040222 };
- public static int RecyclerView_android_descendantFocusability = 0;
- public static int RecyclerView_android_orientation = 1;
- public static int RecyclerView_fastScrollEnabled = 2;
- public static int RecyclerView_fastScrollHorizontalThumbDrawable = 3;
- public static int RecyclerView_fastScrollHorizontalTrackDrawable = 4;
- public static int RecyclerView_fastScrollVerticalThumbDrawable = 5;
- public static int RecyclerView_fastScrollVerticalTrackDrawable = 6;
- public static int RecyclerView_layoutManager = 7;
- public static int RecyclerView_reverseLayout = 8;
- public static int RecyclerView_spanCount = 9;
- public static int RecyclerView_stackFromEnd = 10;
- public static int[] RippleDrawable = { 0x7f0401b0, 0x7f0401b1, 0x7f0401b2, 0x7f0401b3, 0x7f0401b4, 0x7f0401b5, 0x7f0401b6, 0x7f0401b8, 0x7f0401b9, 0x7f0401ba, 0x7f0401bb, 0x7f0401bc, 0x7f0401bd, 0x7f0401be, 0x7f0401bf, 0x7f0401c0, 0x7f0401c1, 0x7f0401c3, 0x7f0401c4, 0x7f0401c5 };
- public static int RippleDrawable_rd_backgroundAnimDuration = 0;
- public static int RippleDrawable_rd_backgroundColor = 1;
- public static int RippleDrawable_rd_bottomLeftCornerRadius = 2;
- public static int RippleDrawable_rd_bottomPadding = 3;
- public static int RippleDrawable_rd_bottomRightCornerRadius = 4;
- public static int RippleDrawable_rd_cornerRadius = 5;
- public static int RippleDrawable_rd_delayClick = 6;
- public static int RippleDrawable_rd_inInterpolator = 7;
- public static int RippleDrawable_rd_leftPadding = 8;
- public static int RippleDrawable_rd_maskType = 9;
- public static int RippleDrawable_rd_maxRippleRadius = 10;
- public static int RippleDrawable_rd_outInterpolator = 11;
- public static int RippleDrawable_rd_padding = 12;
- public static int RippleDrawable_rd_rightPadding = 13;
- public static int RippleDrawable_rd_rippleAnimDuration = 14;
- public static int RippleDrawable_rd_rippleColor = 15;
- public static int RippleDrawable_rd_rippleType = 16;
- public static int RippleDrawable_rd_topLeftCornerRadius = 17;
- public static int RippleDrawable_rd_topPadding = 18;
- public static int RippleDrawable_rd_topRightCornerRadius = 19;
- public static int[] RippleView = { 0x7f0401b7, 0x7f0401c2 };
- public static int RippleView_rd_enable = 0;
- public static int RippleView_rd_style = 1;
- public static int[] SearchView = { 0x010100da, 0x01010264, 0x01010220, 0x0101011f, 0x7f040063, 0x7f040074, 0x7f040099, 0x7f04012f, 0x7f04013c, 0x7f040148, 0x7f0401a3, 0x7f0401a4, 0x7f0401e7, 0x7f0401e8, 0x7f040229, 0x7f04022e, 0x7f040296 };
- public static int SearchView_android_focusable = 0;
- public static int SearchView_android_imeOptions = 1;
- public static int SearchView_android_inputType = 2;
- public static int SearchView_android_maxWidth = 3;
- public static int SearchView_closeIcon = 4;
- public static int SearchView_commitIcon = 5;
- public static int SearchView_defaultQueryHint = 6;
- public static int SearchView_goIcon = 7;
- public static int SearchView_iconifiedByDefault = 8;
- public static int SearchView_layout = 9;
- public static int SearchView_queryBackground = 10;
- public static int SearchView_queryHint = 11;
- public static int SearchView_searchHintIcon = 12;
- public static int SearchView_searchIcon = 13;
- public static int SearchView_submitBackground = 14;
- public static int SearchView_suggestionRowLayout = 15;
- public static int SearchView_voiceIcon = 16;
- public static int[] SimpleDialog = { 0x7f0400a1, 0x7f0400a8, 0x7f0400a9, 0x7f0400ae, 0x7f0400af, 0x7f0400bd };
- public static int SimpleDialog_di_checkBoxStyle = 0;
- public static int SimpleDialog_di_itemHeight = 1;
- public static int SimpleDialog_di_itemTextAppearance = 2;
- public static int SimpleDialog_di_messageTextAppearance = 3;
- public static int SimpleDialog_di_messageTextColor = 4;
- public static int SimpleDialog_di_radioButtonStyle = 5;
- public static int[] Slider = { 0x0101000e, 0x010100af, 0x7f0401f2, 0x7f0401f3, 0x7f0401f4, 0x7f0401f5, 0x7f0401f6, 0x7f0401f7, 0x7f0401f8, 0x7f0401f9, 0x7f0401fa, 0x7f0401fb, 0x7f0401fc, 0x7f0401fd, 0x7f0401fe, 0x7f0401ff, 0x7f040200, 0x7f040201, 0x7f040202, 0x7f040203, 0x7f040204, 0x7f040205, 0x7f040206 };
- public static int Slider_android_enabled = 0;
- public static int Slider_android_gravity = 1;
- public static int Slider_sl_alwaysFillThumb = 2;
- public static int Slider_sl_baselineOffset = 3;
- public static int Slider_sl_discreteMode = 4;
- public static int Slider_sl_fontFamily = 5;
- public static int Slider_sl_interpolator = 6;
- public static int Slider_sl_maxValue = 7;
- public static int Slider_sl_minValue = 8;
- public static int Slider_sl_primaryColor = 9;
- public static int Slider_sl_secondaryColor = 10;
- public static int Slider_sl_stepValue = 11;
- public static int Slider_sl_textColor = 12;
- public static int Slider_sl_textSize = 13;
- public static int Slider_sl_textStyle = 14;
- public static int Slider_sl_thumbBorderSize = 15;
- public static int Slider_sl_thumbFocusRadius = 16;
- public static int Slider_sl_thumbRadius = 17;
- public static int Slider_sl_trackCap = 18;
- public static int Slider_sl_trackSize = 19;
- public static int Slider_sl_transformAnimDuration = 20;
- public static int Slider_sl_travelAnimDuration = 21;
- public static int Slider_sl_value = 22;
- public static int[] SnackBar = { 0x7f0401c8, 0x7f0401c9, 0x7f0401ca, 0x7f0401cb, 0x7f0401cc, 0x7f0401cd, 0x7f0401ce, 0x7f0401cf, 0x7f0401d0, 0x7f0401d1, 0x7f0401d2, 0x7f0401d3, 0x7f0401d4, 0x7f0401d5, 0x7f0401d6, 0x7f0401d7, 0x7f0401d8, 0x7f0401d9, 0x7f0401da, 0x7f0401db, 0x7f0401dc, 0x7f0401dd, 0x7f0401de, 0x7f0401df, 0x7f0401e0, 0x7f0401e1, 0x7f0401e2, 0x7f0401e3, 0x7f0401e4 };
- public static int SnackBar_sb_actionRipple = 0;
- public static int SnackBar_sb_actionText = 1;
- public static int SnackBar_sb_actionTextAppearance = 2;
- public static int SnackBar_sb_actionTextColor = 3;
- public static int SnackBar_sb_actionTextSize = 4;
- public static int SnackBar_sb_backgroundColor = 5;
- public static int SnackBar_sb_backgroundCornerRadius = 6;
- public static int SnackBar_sb_duration = 7;
- public static int SnackBar_sb_ellipsize = 8;
- public static int SnackBar_sb_height = 9;
- public static int SnackBar_sb_horizontalPadding = 10;
- public static int SnackBar_sb_inAnimation = 11;
- public static int SnackBar_sb_lines = 12;
- public static int SnackBar_sb_marginBottom = 13;
- public static int SnackBar_sb_marginStart = 14;
- public static int SnackBar_sb_maxHeight = 15;
- public static int SnackBar_sb_maxLines = 16;
- public static int SnackBar_sb_maxWidth = 17;
- public static int SnackBar_sb_minHeight = 18;
- public static int SnackBar_sb_minWidth = 19;
- public static int SnackBar_sb_outAnimation = 20;
- public static int SnackBar_sb_removeOnDismiss = 21;
- public static int SnackBar_sb_singleLine = 22;
- public static int SnackBar_sb_text = 23;
- public static int SnackBar_sb_textAppearance = 24;
- public static int SnackBar_sb_textColor = 25;
- public static int SnackBar_sb_textSize = 26;
- public static int SnackBar_sb_verticalPadding = 27;
- public static int SnackBar_sb_width = 28;
- public static int[] Spinner = { 0x01010262, 0x010100b2, 0x010100af, 0x01010140, 0x0101013f, 0x01010176, 0x0101017b, 0x7f040197, 0x7f04020c, 0x7f04020d, 0x7f04020e, 0x7f04020f, 0x7f040210, 0x7f040211, 0x7f040212, 0x7f040213, 0x7f040214, 0x7f040215, 0x7f040216, 0x7f040217, 0x7f040218, 0x7f040219, 0x7f04021a, 0x7f04021b, 0x7f04021c, 0x7f04021d, 0x7f04021e, 0x7f04021f, 0x7f040220 };
- public static int Spinner_android_dropDownWidth = 0;
- public static int Spinner_android_entries = 1;
- public static int Spinner_android_gravity = 2;
- public static int Spinner_android_minHeight = 3;
- public static int Spinner_android_minWidth = 4;
- public static int Spinner_android_popupBackground = 5;
- public static int Spinner_android_prompt = 6;
- public static int Spinner_popupTheme = 7;
- public static int Spinner_spn_arrowAnimClockwise = 8;
- public static int Spinner_spn_arrowAnimDuration = 9;
- public static int Spinner_spn_arrowColor = 10;
- public static int Spinner_spn_arrowInterpolator = 11;
- public static int Spinner_spn_arrowPadding = 12;
- public static int Spinner_spn_arrowSize = 13;
- public static int Spinner_spn_arrowSwitchMode = 14;
- public static int Spinner_spn_disableChildrenWhenDisabled = 15;
- public static int Spinner_spn_dividerAnimDuration = 16;
- public static int Spinner_spn_dividerColor = 17;
- public static int Spinner_spn_dividerHeight = 18;
- public static int Spinner_spn_dividerPadding = 19;
- public static int Spinner_spn_label = 20;
- public static int Spinner_spn_labelEllipsize = 21;
- public static int Spinner_spn_labelEnable = 22;
- public static int Spinner_spn_labelPadding = 23;
- public static int Spinner_spn_labelTextAppearance = 24;
- public static int Spinner_spn_labelTextColor = 25;
- public static int Spinner_spn_labelTextSize = 26;
- public static int Spinner_spn_popupItemAnimOffset = 27;
- public static int Spinner_spn_popupItemAnimation = 28;
- public static int[] Switch = { 0x01010106, 0x010100af, 0x7f04022f, 0x7f040230, 0x7f040231, 0x7f040232, 0x7f040233, 0x7f040234, 0x7f040235, 0x7f040236 };
- public static int Switch_android_checked = 0;
- public static int Switch_android_gravity = 1;
- public static int Switch_sw_animDuration = 2;
- public static int Switch_sw_interpolator = 3;
- public static int Switch_sw_thumbColor = 4;
- public static int Switch_sw_thumbElevation = 5;
- public static int Switch_sw_thumbRadius = 6;
- public static int Switch_sw_trackCap = 7;
- public static int Switch_sw_trackColor = 8;
- public static int Switch_sw_trackSize = 9;
- public static int[] SwitchCompat = { 0x01010125, 0x01010124, 0x01010142, 0x7f0401ef, 0x7f04020b, 0x7f040237, 0x7f040238, 0x7f04023a, 0x7f040259, 0x7f04025a, 0x7f04025b, 0x7f040290, 0x7f040291, 0x7f040292 };
- public static int SwitchCompat_android_textOff = 0;
- public static int SwitchCompat_android_textOn = 1;
- public static int SwitchCompat_android_thumb = 2;
- public static int SwitchCompat_showText = 3;
- public static int SwitchCompat_splitTrack = 4;
- public static int SwitchCompat_switchMinWidth = 5;
- public static int SwitchCompat_switchPadding = 6;
- public static int SwitchCompat_switchTextAppearance = 7;
- public static int SwitchCompat_thumbTextPadding = 8;
- public static int SwitchCompat_thumbTint = 9;
- public static int SwitchCompat_thumbTintMode = 10;
- public static int SwitchCompat_track = 11;
- public static int SwitchCompat_trackTint = 12;
- public static int SwitchCompat_trackTintMode = 13;
- public static int[] TabPageIndicator = { 0x01010034, 0x7f040288, 0x7f040289, 0x7f04028a, 0x7f04028b, 0x7f04028c, 0x7f04028d, 0x7f04028e, 0x7f04028f };
- public static int TabPageIndicator_android_textAppearance = 0;
- public static int TabPageIndicator_tpi_centerCurrentTab = 1;
- public static int TabPageIndicator_tpi_indicatorAtTop = 2;
- public static int TabPageIndicator_tpi_indicatorColor = 3;
- public static int TabPageIndicator_tpi_indicatorHeight = 4;
- public static int TabPageIndicator_tpi_mode = 5;
- public static int TabPageIndicator_tpi_tabPadding = 6;
- public static int TabPageIndicator_tpi_tabRipple = 7;
- public static int TabPageIndicator_tpi_tabSingleLine = 8;
- public static int[] TextAppearance = { 0x0101045d, 0x010103ac, 0x010104b7, 0x010104b6, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x0101038c, 0x01010098, 0x01010099, 0x0101009a, 0x0101009b, 0x01010095, 0x01010097, 0x01010096, 0x7f040124, 0x7f04024b, 0x7f040293 };
- public static int TextAppearance_android_elegantTextHeight = 0;
- public static int TextAppearance_android_fontFamily = 1;
- public static int TextAppearance_android_fontFeatureSettings = 2;
- public static int TextAppearance_android_letterSpacing = 3;
- public static int TextAppearance_android_shadowColor = 4;
- public static int TextAppearance_android_shadowDx = 5;
- public static int TextAppearance_android_shadowDy = 6;
- public static int TextAppearance_android_shadowRadius = 7;
- public static int TextAppearance_android_textAllCaps = 8;
- public static int TextAppearance_android_textColor = 9;
- public static int TextAppearance_android_textColorHighlight = 10;
- public static int TextAppearance_android_textColorHint = 11;
- public static int TextAppearance_android_textColorLink = 12;
- public static int TextAppearance_android_textSize = 13;
- public static int TextAppearance_android_textStyle = 14;
- public static int TextAppearance_android_typeface = 15;
- public static int TextAppearance_fontFamily = 16;
- public static int TextAppearance_textAllCaps = 17;
- public static int TextAppearance_tv_fontFamily = 18;
- public static int[] TextView = { 0x01010152, 0x0101016e, 0x01010393, 0x0101016f, 0x01010171, 0x01010170, 0x01010392, 0x0101016d, 0x0101045d, 0x01010158, 0x010103ac, 0x010104b7, 0x010100af, 0x01010155, 0x0101015f, 0x010104b6, 0x01010217, 0x01010218, 0x01010154, 0x01010157, 0x01010120, 0x01010160, 0x01010153, 0x0101011f, 0x0101015a, 0x01010140, 0x01010156, 0x0101013f, 0x0101015b, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x0101015d, 0x0101038c, 0x01010098, 0x01010099, 0x0101009a, 0x0101009b, 0x01010151, 0x01010095, 0x01010097, 0x01010096, 0x01010159, 0x7f040293 };
- public static int TextView_android_cursorVisible = 0;
- public static int TextView_android_drawableBottom = 1;
- public static int TextView_android_drawableEnd = 2;
- public static int TextView_android_drawableLeft = 3;
- public static int TextView_android_drawablePadding = 4;
- public static int TextView_android_drawableRight = 5;
- public static int TextView_android_drawableStart = 6;
- public static int TextView_android_drawableTop = 7;
- public static int TextView_android_elegantTextHeight = 8;
- public static int TextView_android_ems = 9;
- public static int TextView_android_fontFamily = 10;
- public static int TextView_android_fontFeatureSettings = 11;
- public static int TextView_android_gravity = 12;
- public static int TextView_android_height = 13;
- public static int TextView_android_includeFontPadding = 14;
- public static int TextView_android_letterSpacing = 15;
- public static int TextView_android_lineSpacingExtra = 16;
- public static int TextView_android_lineSpacingMultiplier = 17;
- public static int TextView_android_lines = 18;
- public static int TextView_android_maxEms = 19;
- public static int TextView_android_maxHeight = 20;
- public static int TextView_android_maxLength = 21;
- public static int TextView_android_maxLines = 22;
- public static int TextView_android_maxWidth = 23;
- public static int TextView_android_minEms = 24;
- public static int TextView_android_minHeight = 25;
- public static int TextView_android_minLines = 26;
- public static int TextView_android_minWidth = 27;
- public static int TextView_android_scrollHorizontally = 28;
- public static int TextView_android_shadowColor = 29;
- public static int TextView_android_shadowDx = 30;
- public static int TextView_android_shadowDy = 31;
- public static int TextView_android_shadowRadius = 32;
- public static int TextView_android_singleLine = 33;
- public static int TextView_android_textAllCaps = 34;
- public static int TextView_android_textColor = 35;
- public static int TextView_android_textColorHighlight = 36;
- public static int TextView_android_textColorHint = 37;
- public static int TextView_android_textColorLink = 38;
- public static int TextView_android_textScaleX = 39;
- public static int TextView_android_textSize = 40;
- public static int TextView_android_textStyle = 41;
- public static int TextView_android_typeface = 42;
- public static int TextView_android_width = 43;
- public static int TextView_tv_fontFamily = 44;
- public static int[] TextViewAppearance = { 0x01010034 };
- public static int TextViewAppearance_android_textAppearance = 0;
- public static int[] ThemableView = { 0x7f040295 };
- public static int ThemableView_v_styleId = 0;
- public static int[] Theme = { 0x7f040001, 0x7f040002, 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f04000d, 0x7f04000f, 0x7f040010, 0x7f040011, 0x7f040012, 0x7f040013, 0x7f040014, 0x7f040015, 0x7f040016, 0x7f040017, 0x7f040018, 0x7f040019, 0x7f04001a, 0x7f04001b, 0x7f04001c, 0x7f04001d, 0x7f04001e, 0x7f04001f, 0x7f040022, 0x7f040023, 0x7f040024, 0x7f040025, 0x7f040026, 0x010100ae, 0x01010057, 0x7f04002c, 0x7f04003e, 0x7f040048, 0x7f040049, 0x7f04004a, 0x7f04004b, 0x7f04004c, 0x7f04004f, 0x7f040050, 0x7f040061, 0x7f040062, 0x7f04006a, 0x7f04006c, 0x7f04006d, 0x7f04006e, 0x7f04006f, 0x7f040071, 0x7f040072, 0x7f040073, 0x7f040082, 0x7f0400c0, 0x7f0400c1, 0x7f0400c4, 0x7f0400c6, 0x7f0400e6, 0x7f0400e7, 0x7f0400e8, 0x7f0400e9, 0x7f0400ea, 0x7f040137, 0x7f04013d, 0x7f040154, 0x7f040155, 0x7f040159, 0x7f04015a, 0x7f04015b, 0x7f04015c, 0x7f04015d, 0x7f04015e, 0x7f04018e, 0x7f04018f, 0x7f040190, 0x7f040196, 0x7f040198, 0x7f0401a5, 0x7f0401a6, 0x7f0401e9, 0x7f0401ea, 0x7f0401eb, 0x7f0401ec, 0x7f040209, 0x7f04020a, 0x7f040239, 0x7f04024c, 0x7f04024d, 0x7f04024f, 0x7f040251, 0x7f040252, 0x7f040253, 0x7f040254, 0x7f040256, 0x7f04026d, 0x7f04026e, 0x7f040297, 0x7f040298, 0x7f040299, 0x7f04029a, 0x7f04029b, 0x7f04029c, 0x7f04029d, 0x7f04029e, 0x7f04029f, 0x7f0402a0 };
- public static int Theme_actionBarDivider = 0;
- public static int Theme_actionBarItemBackground = 1;
- public static int Theme_actionBarPopupTheme = 2;
- public static int Theme_actionBarSize = 3;
- public static int Theme_actionBarSplitStyle = 4;
- public static int Theme_actionBarStyle = 5;
- public static int Theme_actionBarTabBarStyle = 6;
- public static int Theme_actionBarTabStyle = 7;
- public static int Theme_actionBarTabTextStyle = 8;
- public static int Theme_actionBarTheme = 9;
- public static int Theme_actionBarWidgetTheme = 10;
- public static int Theme_actionButtonStyle = 11;
- public static int Theme_actionDropDownStyle = 12;
- public static int Theme_actionMenuTextAppearance = 13;
- public static int Theme_actionMenuTextColor = 14;
- public static int Theme_actionModeBackground = 15;
- public static int Theme_actionModeCloseButtonStyle = 16;
- public static int Theme_actionModeCloseDrawable = 17;
- public static int Theme_actionModeCopyDrawable = 18;
- public static int Theme_actionModeCutDrawable = 19;
- public static int Theme_actionModeFindDrawable = 20;
- public static int Theme_actionModePasteDrawable = 21;
- public static int Theme_actionModePopupWindowStyle = 22;
- public static int Theme_actionModeSelectAllDrawable = 23;
- public static int Theme_actionModeShareDrawable = 24;
- public static int Theme_actionModeSplitBackground = 25;
- public static int Theme_actionModeStyle = 26;
- public static int Theme_actionModeWebSearchDrawable = 27;
- public static int Theme_actionOverflowButtonStyle = 28;
- public static int Theme_actionOverflowMenuStyle = 29;
- public static int Theme_activityChooserViewStyle = 30;
- public static int Theme_alertDialogButtonGroupStyle = 31;
- public static int Theme_alertDialogCenterButtons = 32;
- public static int Theme_alertDialogStyle = 33;
- public static int Theme_alertDialogTheme = 34;
- public static int Theme_android_windowAnimationStyle = 35;
- public static int Theme_android_windowIsFloating = 36;
- public static int Theme_autoCompleteTextViewStyle = 37;
- public static int Theme_borderlessButtonStyle = 38;
- public static int Theme_buttonBarButtonStyle = 39;
- public static int Theme_buttonBarNegativeButtonStyle = 40;
- public static int Theme_buttonBarNeutralButtonStyle = 41;
- public static int Theme_buttonBarPositiveButtonStyle = 42;
- public static int Theme_buttonBarStyle = 43;
- public static int Theme_buttonStyle = 44;
- public static int Theme_buttonStyleSmall = 45;
- public static int Theme_checkboxStyle = 46;
- public static int Theme_checkedTextViewStyle = 47;
- public static int Theme_colorAccent = 48;
- public static int Theme_colorButtonNormal = 49;
- public static int Theme_colorControlActivated = 50;
- public static int Theme_colorControlHighlight = 51;
- public static int Theme_colorControlNormal = 52;
- public static int Theme_colorPrimary = 53;
- public static int Theme_colorPrimaryDark = 54;
- public static int Theme_colorSwitchThumbNormal = 55;
- public static int Theme_controlBackground = 56;
- public static int Theme_dialogPreferredPadding = 57;
- public static int Theme_dialogTheme = 58;
- public static int Theme_dividerHorizontal = 59;
- public static int Theme_dividerVertical = 60;
- public static int Theme_dropDownListViewStyle = 61;
- public static int Theme_dropdownListPreferredItemHeight = 62;
- public static int Theme_editTextBackground = 63;
- public static int Theme_editTextColor = 64;
- public static int Theme_editTextStyle = 65;
- public static int Theme_homeAsUpIndicator = 66;
- public static int Theme_imageButtonStyle = 67;
- public static int Theme_listChoiceBackgroundIndicator = 68;
- public static int Theme_listDividerAlertDialog = 69;
- public static int Theme_listPopupWindowStyle = 70;
- public static int Theme_listPreferredItemHeight = 71;
- public static int Theme_listPreferredItemHeightLarge = 72;
- public static int Theme_listPreferredItemHeightSmall = 73;
- public static int Theme_listPreferredItemPaddingLeft = 74;
- public static int Theme_listPreferredItemPaddingRight = 75;
- public static int Theme_panelBackground = 76;
- public static int Theme_panelMenuListTheme = 77;
- public static int Theme_panelMenuListWidth = 78;
- public static int Theme_popupMenuStyle = 79;
- public static int Theme_popupWindowStyle = 80;
- public static int Theme_radioButtonStyle = 81;
- public static int Theme_ratingBarStyle = 82;
- public static int Theme_searchViewStyle = 83;
- public static int Theme_seekBarStyle = 84;
- public static int Theme_selectableItemBackground = 85;
- public static int Theme_selectableItemBackgroundBorderless = 86;
- public static int Theme_spinnerDropDownItemStyle = 87;
- public static int Theme_spinnerStyle = 88;
- public static int Theme_switchStyle = 89;
- public static int Theme_textAppearanceLargePopupMenu = 90;
- public static int Theme_textAppearanceListItem = 91;
- public static int Theme_textAppearanceListItemSmall = 92;
- public static int Theme_textAppearanceSearchResultSubtitle = 93;
- public static int Theme_textAppearanceSearchResultTitle = 94;
- public static int Theme_textAppearanceSmallPopupMenu = 95;
- public static int Theme_textColorAlertDialogListItem = 96;
- public static int Theme_textColorSearchUrl = 97;
- public static int Theme_toolbarNavigationButtonStyle = 98;
- public static int Theme_toolbarStyle = 99;
- public static int Theme_windowActionBar = 100;
- public static int Theme_windowActionBarOverlay = 101;
- public static int Theme_windowActionModeOverlay = 102;
- public static int Theme_windowFixedHeightMajor = 103;
- public static int Theme_windowFixedHeightMinor = 104;
- public static int Theme_windowFixedWidthMajor = 105;
- public static int Theme_windowFixedWidthMinor = 106;
- public static int Theme_windowMinWidthMajor = 107;
- public static int Theme_windowMinWidthMinor = 108;
- public static int Theme_windowNoTitle = 109;
- public static int[] TimePicker = { 0x7f040272, 0x7f040274, 0x7f040275, 0x7f040276, 0x7f040278, 0x7f040279, 0x7f04027b, 0x7f04027c, 0x7f04027d, 0x7f04027f, 0x7f040280, 0x7f040281, 0x7f040282, 0x7f040283, 0x7f040284, 0x7f040287 };
- public static int TimePicker_tp_24Hour = 0;
- public static int TimePicker_tp_animDuration = 1;
- public static int TimePicker_tp_backgroundColor = 2;
- public static int TimePicker_tp_fontFamily = 3;
- public static int TimePicker_tp_hour = 4;
- public static int TimePicker_tp_inInterpolator = 5;
- public static int TimePicker_tp_minute = 6;
- public static int TimePicker_tp_mode = 7;
- public static int TimePicker_tp_outInterpolator = 8;
- public static int TimePicker_tp_selectionColor = 9;
- public static int TimePicker_tp_selectionRadius = 10;
- public static int TimePicker_tp_textColor = 11;
- public static int TimePicker_tp_textHighlightColor = 12;
- public static int TimePicker_tp_textSize = 13;
- public static int TimePicker_tp_textStyle = 14;
- public static int TimePicker_tp_tickSize = 15;
- public static int[] TimePickerDialog = { 0x7f040273, 0x7f040277, 0x7f04027a, 0x7f04027e, 0x7f040285, 0x7f040286 };
- public static int TimePickerDialog_tp_am = 0;
- public static int TimePickerDialog_tp_headerHeight = 1;
- public static int TimePickerDialog_tp_leadingZero = 2;
- public static int TimePickerDialog_tp_pm = 3;
- public static int TimePickerDialog_tp_textTimeColor = 4;
- public static int TimePickerDialog_tp_textTimeSize = 5;
- public static int[] Toolbar = { 0x010100af, 0x01010140, 0x7f04004d, 0x7f040065, 0x7f040066, 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b, 0x7f04016e, 0x7f04016f, 0x7f04017f, 0x7f040183, 0x7f040184, 0x7f040197, 0x7f04022a, 0x7f04022b, 0x7f04022c, 0x7f040261, 0x7f040263, 0x7f040264, 0x7f040265, 0x7f040266, 0x7f040267, 0x7f040268, 0x7f040269, 0x7f04026a };
- public static int Toolbar_android_gravity = 0;
- public static int Toolbar_android_minHeight = 1;
- public static int Toolbar_buttonGravity = 2;
- public static int Toolbar_collapseContentDescription = 3;
- public static int Toolbar_collapseIcon = 4;
- public static int Toolbar_contentInsetEnd = 5;
- public static int Toolbar_contentInsetEndWithActions = 6;
- public static int Toolbar_contentInsetLeft = 7;
- public static int Toolbar_contentInsetRight = 8;
- public static int Toolbar_contentInsetStart = 9;
- public static int Toolbar_contentInsetStartWithNavigation = 10;
- public static int Toolbar_logo = 11;
- public static int Toolbar_logoDescription = 12;
- public static int Toolbar_maxButtonHeight = 13;
- public static int Toolbar_navigationContentDescription = 14;
- public static int Toolbar_navigationIcon = 15;
- public static int Toolbar_popupTheme = 16;
- public static int Toolbar_subtitle = 17;
- public static int Toolbar_subtitleTextAppearance = 18;
- public static int Toolbar_subtitleTextColor = 19;
- public static int Toolbar_title = 20;
- public static int Toolbar_titleMargin = 21;
- public static int Toolbar_titleMarginBottom = 22;
- public static int Toolbar_titleMarginEnd = 23;
- public static int Toolbar_titleMarginStart = 24;
- public static int Toolbar_titleMarginTop = 25;
- public static int Toolbar_titleMargins = 26;
- public static int Toolbar_titleTextAppearance = 27;
- public static int Toolbar_titleTextColor = 28;
- public static int[] View = { 0x010100d4, 0x0101046b, 0x0101046c, 0x01010440, 0x010102aa, 0x010100e0, 0x010100da, 0x010103b2, 0x01010140, 0x0101013f, 0x010100d5, 0x010100d9, 0x010103b4, 0x010100d6, 0x010100d8, 0x010103b3, 0x010100d7, 0x010103a5, 0x010102a9, 0x010102a8, 0x01010063, 0x0101007f, 0x01010215, 0x01010119, 0x010103b1, 0x010103b0, 0x01010000, 0x010100dc, 0x7f04018b, 0x7f04018c, 0x7f040257 };
- public static int View_android_background = 0;
- public static int View_android_backgroundTint = 1;
- public static int View_android_backgroundTintMode = 2;
- public static int View_android_elevation = 3;
- public static int View_android_fadeScrollbars = 4;
- public static int View_android_fadingEdgeLength = 5;
- public static int View_android_focusable = 6;
- public static int View_android_layoutDirection = 7;
- public static int View_android_minHeight = 8;
- public static int View_android_minWidth = 9;
- public static int View_android_padding = 10;
- public static int View_android_paddingBottom = 11;
- public static int View_android_paddingEnd = 12;
- public static int View_android_paddingLeft = 13;
- public static int View_android_paddingRight = 14;
- public static int View_android_paddingStart = 15;
- public static int View_android_paddingTop = 16;
- public static int View_android_requiresFadingEdge = 17;
- public static int View_android_scrollbarDefaultDelayBeforeFade = 18;
- public static int View_android_scrollbarFadeDuration = 19;
- public static int View_android_scrollbarSize = 20;
- public static int View_android_scrollbarStyle = 21;
- public static int View_android_soundEffectsEnabled = 22;
- public static int View_android_src = 23;
- public static int View_android_textAlignment = 24;
- public static int View_android_textDirection = 25;
- public static int View_android_theme = 26;
- public static int View_android_visibility = 27;
- public static int View_paddingEnd = 28;
- public static int View_paddingStart = 29;
- public static int View_theme = 30;
- public static int[] ViewBackgroundHelper = { 0x010100d4, 0x7f040035, 0x7f040036 };
- public static int ViewBackgroundHelper_android_background = 0;
- public static int ViewBackgroundHelper_backgroundTint = 1;
- public static int ViewBackgroundHelper_backgroundTintMode = 2;
- public static int[] ViewStubCompat = { 0x010100d0, 0x010100f3, 0x010100f2 };
- public static int ViewStubCompat_android_id = 0;
- public static int ViewStubCompat_android_inflatedId = 1;
- public static int ViewStubCompat_android_layout = 2;
- public static int[] YearPicker = { 0x7f0400c7, 0x7f0400cc, 0x7f0400d3, 0x7f0400d7, 0x7f0400d8, 0x7f0400d9, 0x7f0400dc, 0x7f0400de, 0x7f0400df, 0x7f0400e0, 0x7f0400e1, 0x7f0400e2, 0x7f0400e3 };
- public static int YearPicker_dp_animDuration = 0;
- public static int YearPicker_dp_fontFamily = 1;
- public static int YearPicker_dp_inInterpolator = 2;
- public static int YearPicker_dp_outInterpolator = 3;
- public static int YearPicker_dp_selectionColor = 4;
- public static int YearPicker_dp_textColor = 5;
- public static int YearPicker_dp_textHighlightColor = 6;
- public static int YearPicker_dp_textStyle = 7;
- public static int YearPicker_dp_year = 8;
- public static int YearPicker_dp_yearItemHeight = 9;
- public static int YearPicker_dp_yearMax = 10;
- public static int YearPicker_dp_yearMin = 11;
- public static int YearPicker_dp_yearTextSize = 12;
- }
- public static final class xml {
- public static int nav_states = 0x7f190001;
- }
-}
diff --git a/library/build/intermediates/attr/R.txt b/library/build/intermediates/attr/R.txt
deleted file mode 100644
index a8028d5..0000000
--- a/library/build/intermediates/attr/R.txt
+++ /dev/null
@@ -1,1347 +0,0 @@
-int attr absListViewStyle 0x0101006a
-int attr accessibilityEventTypes 0x01010380
-int attr accessibilityFeedbackType 0x01010382
-int attr accessibilityFlags 0x01010384
-int attr accessibilityLiveRegion 0x010103ee
-int attr accessibilityTraversalAfter 0x010104d2
-int attr accessibilityTraversalBefore 0x010104d1
-int attr accountPreferences 0x0101029f
-int attr accountType 0x0101028f
-int attr action 0x0101002d
-int attr actionBarDivider 0x0101039b
-int attr actionBarItemBackground 0x0101039c
-int attr actionBarPopupTheme 0x0101048d
-int attr actionBarSize 0x010102eb
-int attr actionBarSplitStyle 0x01010388
-int attr actionBarStyle 0x010102ce
-int attr actionBarTabBarStyle 0x010102f4
-int attr actionBarTabStyle 0x010102f3
-int attr actionBarTabTextStyle 0x010102f5
-int attr actionBarTheme 0x01010431
-int attr actionBarWidgetTheme 0x01010397
-int attr actionButtonStyle 0x010102d8
-int attr actionDropDownStyle 0x010102d7
-int attr actionLayout 0x010102fb
-int attr actionMenuTextAppearance 0x01010360
-int attr actionMenuTextColor 0x01010361
-int attr actionModeBackground 0x010102db
-int attr actionModeCloseButtonStyle 0x010102f7
-int attr actionModeCloseDrawable 0x010102dc
-int attr actionModeCopyDrawable 0x01010312
-int attr actionModeCutDrawable 0x01010311
-int attr actionModeFindDrawable 0x0101047a
-int attr actionModePasteDrawable 0x01010313
-int attr actionModeSelectAllDrawable 0x0101037e
-int attr actionModeShareDrawable 0x01010479
-int attr actionModeSplitBackground 0x0101039d
-int attr actionModeStyle 0x01010394
-int attr actionModeWebSearchDrawable 0x0101047b
-int attr actionOverflowButtonStyle 0x010102f6
-int attr actionOverflowMenuStyle 0x01010444
-int attr actionProviderClass 0x01010389
-int attr actionViewClass 0x010102fc
-int attr activatedBackgroundIndicator 0x010102fd
-int attr activityCloseEnterAnimation 0x010100ba
-int attr activityCloseExitAnimation 0x010100bb
-int attr activityOpenEnterAnimation 0x010100b8
-int attr activityOpenExitAnimation 0x010100b9
-int attr addPrintersActivity 0x010103e6
-int attr addStatesFromChildren 0x010100f0
-int attr adjustViewBounds 0x0101011e
-int attr advancedPrintOptionsActivity 0x010103f1
-int attr alertDialogIcon 0x01010355
-int attr alertDialogStyle 0x0101005d
-int attr alertDialogTheme 0x01010309
-int attr alignmentMode 0x0101037a
-int attr allContactsName 0x010102cc
-int attr allowBackup 0x01010280
-int attr allowClearUserData 0x01010005
-int attr allowEmbedded 0x010103f5
-int attr allowParallelSyncs 0x01010332
-int attr allowSingleTap 0x01010259
-int attr allowTaskReparenting 0x01010204
-int attr allowUndo 0x010104df
-int attr alpha 0x0101031f
-int attr alphabeticModifiers 0x0101054e
-int attr alphabeticShortcut 0x010101e3
-int attr alwaysDrawnWithCache 0x010100ef
-int attr alwaysRetainTaskState 0x01010203
-int attr amPmBackgroundColor 0x010104a5
-int attr amPmTextColor 0x010104a4
-int attr ambientShadowAlpha 0x010104be
-int attr angle 0x010101a0
-int attr animateFirstView 0x010102d5
-int attr animateLayoutChanges 0x010102f2
-int attr animateOnClick 0x0101025c
-int attr animation 0x010101cd
-int attr animationCache 0x010100ed
-int attr animationDuration 0x01010112
-int attr animationOrder 0x010101ce
-int attr animationResolution 0x0101031a
-int attr antialias 0x0101011a
-int attr anyDensity 0x0101026c
-int attr apduServiceBanner 0x010103ed
-int attr apiKey 0x01010211
-int attr appCategory 0x01010545
-int attr author 0x010102b4
-int attr authorities 0x01010018
-int attr autoAdvanceViewId 0x0101030f
-int attr autoCompleteTextViewStyle 0x0101006b
-int attr autoLink 0x010100b0
-int attr autoMirrored 0x010103ea
-int attr autoRemoveFromRecents 0x01010447
-int attr autoSizeMaxTextSize 0x01010546
-int attr autoSizeMinTextSize 0x01010538
-int attr autoSizePresetSizes 0x01010537
-int attr autoSizeStepGranularity 0x01010536
-int attr autoSizeTextType 0x01010535
-int attr autoStart 0x010102b5
-int attr autoText 0x0101016a
-int attr autoUrlDetect 0x0101028c
-int attr autoVerify 0x010104ee
-int attr autofillHints 0x01010556
-int attr autofilledHighlight 0x01010568
-int attr background 0x010100d4
-int attr backgroundDimAmount 0x01010032
-int attr backgroundDimEnabled 0x0101021f
-int attr backgroundSplit 0x0101038b
-int attr backgroundStacked 0x0101038a
-int attr backgroundTint 0x0101046b
-int attr backgroundTintMode 0x0101046c
-int attr backupAgent 0x0101027f
-int attr backupInForeground 0x0101051a
-int attr banner 0x010103f2
-int attr baseline 0x0101031c
-int attr baselineAlignBottom 0x01010122
-int attr baselineAligned 0x01010126
-int attr baselineAlignedChildIndex 0x01010127
-int attr bitmap 0x01010516
-int attr borderlessButtonStyle 0x0101032b
-int attr bottom 0x010101b0
-int attr bottomBright 0x010100cd
-int attr bottomDark 0x010100c9
-int attr bottomLeftRadius 0x010101ab
-int attr bottomMedium 0x010100ce
-int attr bottomOffset 0x01010257
-int attr bottomRightRadius 0x010101ac
-int attr breadCrumbShortTitle 0x01010304
-int attr breadCrumbTitle 0x01010303
-int attr breakStrategy 0x010104dd
-int attr bufferType 0x0101014e
-int attr button 0x01010107
-int attr buttonBarButtonStyle 0x0101032f
-int attr buttonBarNegativeButtonStyle 0x0101048b
-int attr buttonBarNeutralButtonStyle 0x0101048a
-int attr buttonBarPositiveButtonStyle 0x01010489
-int attr buttonBarStyle 0x0101032e
-int attr buttonGravity 0x010104fe
-int attr buttonStyle 0x01010048
-int attr buttonStyleInset 0x0101004a
-int attr buttonStyleSmall 0x01010049
-int attr buttonStyleToggle 0x0101004b
-int attr buttonTint 0x0101046f
-int attr buttonTintMode 0x01010470
-int attr cacheColorHint 0x01010101
-int attr calendarTextColor 0x0101049b
-int attr calendarViewShown 0x0101034c
-int attr calendarViewStyle 0x0101035d
-int attr canControlMagnification 0x01010507
-int attr canPerformGestures 0x0101050d
-int attr canRecord 0x0101051c
-int attr canRequestEnhancedWebAccessibility 0x010103d8
-int attr canRequestFilterKeyEvents 0x010103d9
-int attr canRequestFingerprintGestures 0x0101054d
-int attr canRequestTouchExplorationMode 0x010103d7
-int attr canRetrieveWindowContent 0x01010385
-int attr candidatesTextStyleSpans 0x01010230
-int attr capitalize 0x01010169
-int attr category 0x010103e8
-int attr centerBright 0x010100cc
-int attr centerColor 0x0101020b
-int attr centerDark 0x010100c8
-int attr centerMedium 0x010100cf
-int attr centerX 0x010101a2
-int attr centerY 0x010101a3
-int attr certDigest 0x01010548
-int attr checkBoxPreferenceStyle 0x0101008f
-int attr checkMark 0x01010108
-int attr checkMarkTint 0x010104a7
-int attr checkMarkTintMode 0x010104a8
-int attr checkable 0x010101e5
-int attr checkableBehavior 0x010101e0
-int attr checkboxStyle 0x0101006c
-int attr checked 0x01010106
-int attr checkedButton 0x01010148
-int attr checkedTextViewStyle 0x010103c8
-int attr childDivider 0x01010111
-int attr childIndicator 0x0101010c
-int attr childIndicatorEnd 0x010103d4
-int attr childIndicatorLeft 0x0101010f
-int attr childIndicatorRight 0x01010110
-int attr childIndicatorStart 0x010103d3
-int attr choiceMode 0x0101012b
-int attr clearTaskOnLaunch 0x01010015
-int attr clickable 0x010100e5
-int attr clipChildren 0x010100ea
-int attr clipOrientation 0x0101020a
-int attr clipToPadding 0x010100eb
-int attr closeIcon 0x01010481
-int attr codes 0x01010242
-int attr collapseColumns 0x0101014b
-int attr collapseContentDescription 0x010104d0
-int attr collapseIcon 0x010104ff
-int attr color 0x010101a5
-int attr colorAccent 0x01010435
-int attr colorActivatedHighlight 0x01010390
-int attr colorBackground 0x01010031
-int attr colorBackgroundCacheHint 0x010102ab
-int attr colorBackgroundFloating 0x010104e2
-int attr colorButtonNormal 0x0101042b
-int attr colorControlActivated 0x0101042a
-int attr colorControlHighlight 0x0101042c
-int attr colorControlNormal 0x01010429
-int attr colorEdgeEffect 0x010104ce
-int attr colorError 0x01010543
-int attr colorFocusedHighlight 0x0101038f
-int attr colorForeground 0x01010030
-int attr colorForegroundInverse 0x01010206
-int attr colorLongPressedHighlight 0x0101038e
-int attr colorMode 0x0101054a
-int attr colorMultiSelectHighlight 0x01010391
-int attr colorPressedHighlight 0x0101038d
-int attr colorPrimary 0x01010433
-int attr colorPrimaryDark 0x01010434
-int attr colorSecondary 0x01010530
-int attr columnCount 0x01010377
-int attr columnDelay 0x010101cf
-int attr columnOrderPreserved 0x01010378
-int attr columnWidth 0x01010117
-int attr commitIcon 0x01010485
-int attr compatibleWidthLimitDp 0x01010365
-int attr completionHint 0x01010172
-int attr completionHintView 0x01010173
-int attr completionThreshold 0x01010174
-int attr configChanges 0x0101001f
-int attr configure 0x0101025d
-int attr constantSize 0x01010196
-int attr content 0x0101025b
-int attr contentAgeHint 0x010104b9
-int attr contentAuthority 0x01010290
-int attr contentDescription 0x01010273
-int attr contentInsetEnd 0x01010454
-int attr contentInsetEndWithActions 0x01010523
-int attr contentInsetLeft 0x01010455
-int attr contentInsetRight 0x01010456
-int attr contentInsetStart 0x01010453
-int attr contentInsetStartWithNavigation 0x01010522
-int attr contextClickable 0x010104e7
-int attr contextDescription 0x0101052e
-int attr contextPopupMenuStyle 0x01010501
-int attr contextUri 0x0101052d
-int attr controlX1 0x010103fc
-int attr controlX2 0x010103fe
-int attr controlY1 0x010103fd
-int attr controlY2 0x010103ff
-int attr countDown 0x0101051b
-int attr country 0x010104ba
-int attr cropToPadding 0x01010123
-int attr cursorVisible 0x01010152
-int attr customNavigationLayout 0x010102d2
-int attr customTokens 0x0101033b
-int attr cycles 0x010101d4
-int attr dashGap 0x010101a7
-int attr dashWidth 0x010101a6
-int attr data 0x0101002e
-int attr datePickerDialogTheme 0x010104ac
-int attr datePickerMode 0x010104b3
-int attr datePickerStyle 0x0101035c
-int attr dateTextAppearance 0x01010349
-int attr dayOfWeekBackground 0x01010494
-int attr dayOfWeekTextAppearance 0x01010495
-int attr debuggable 0x0101000f
-int attr defaultFocusHighlightEnabled 0x01010562
-int attr defaultHeight 0x010104f5
-int attr defaultToDeviceProtectedStorage 0x01010504
-int attr defaultValue 0x010101ed
-int attr defaultWidth 0x010104f4
-int attr delay 0x010101cc
-int attr dependency 0x010101ec
-int attr descendantFocusability 0x010100f1
-int attr description 0x01010020
-int attr detachWallpaper 0x010102a6
-int attr detailColumn 0x010102a3
-int attr detailSocialSummary 0x010102a4
-int attr detailsElementBackground 0x0101034e
-int attr dial 0x01010102
-int attr dialogIcon 0x010101f4
-int attr dialogLayout 0x010101f7
-int attr dialogMessage 0x010101f3
-int attr dialogPreferenceStyle 0x01010091
-int attr dialogPreferredPadding 0x010104d3
-int attr dialogTheme 0x01010308
-int attr dialogTitle 0x010101f2
-int attr digits 0x01010166
-int attr directBootAware 0x01010505
-int attr direction 0x010101d1
-int attr directionDescriptions 0x010103a1
-int attr directionPriority 0x010101d2
-int attr disableDependentsState 0x010101f1
-int attr disabledAlpha 0x01010033
-int attr displayOptions 0x010102d0
-int attr dither 0x0101011c
-int attr divider 0x01010129
-int attr dividerHeight 0x0101012a
-int attr dividerHorizontal 0x0101032c
-int attr dividerPadding 0x0101032a
-int attr dividerVertical 0x0101030a
-int attr documentLaunchMode 0x01010445
-int attr drawSelectorOnTop 0x010100fc
-int attr drawable 0x01010199
-int attr drawableBottom 0x0101016e
-int attr drawableEnd 0x01010393
-int attr drawableLeft 0x0101016f
-int attr drawablePadding 0x01010171
-int attr drawableRight 0x01010170
-int attr drawableStart 0x01010392
-int attr drawableTint 0x010104d6
-int attr drawableTintMode 0x010104d7
-int attr drawableTop 0x0101016d
-int attr drawingCacheQuality 0x010100e8
-int attr dropDownAnchor 0x01010263
-int attr dropDownHeight 0x01010283
-int attr dropDownHintAppearance 0x01010088
-int attr dropDownHorizontalOffset 0x010102ac
-int attr dropDownItemStyle 0x01010086
-int attr dropDownListViewStyle 0x0101006d
-int attr dropDownSelector 0x01010175
-int attr dropDownSpinnerStyle 0x010102d6
-int attr dropDownVerticalOffset 0x010102ad
-int attr dropDownWidth 0x01010262
-int attr duplicateParentState 0x010100e9
-int attr duration 0x01010198
-int attr editTextBackground 0x01010352
-int attr editTextColor 0x01010351
-int attr editTextPreferenceStyle 0x01010092
-int attr editTextStyle 0x0101006e
-int attr editable 0x0101016b
-int attr editorExtras 0x01010224
-int attr elegantTextHeight 0x0101045d
-int attr elevation 0x01010440
-int attr ellipsize 0x010100ab
-int attr ems 0x01010158
-int attr enableVrMode 0x01010525
-int attr enabled 0x0101000e
-int attr end 0x010104dc
-int attr endColor 0x0101019e
-int attr endX 0x01010512
-int attr endY 0x01010513
-int attr endYear 0x0101017d
-int attr enterFadeDuration 0x0101030c
-int attr entries 0x010100b2
-int attr entryValues 0x010101f8
-int attr eventsInterceptionEnabled 0x0101027d
-int attr excludeClass 0x01010442
-int attr excludeFromRecents 0x01010017
-int attr excludeId 0x01010441
-int attr excludeName 0x0101044e
-int attr exitFadeDuration 0x0101030d
-int attr expandableListPreferredChildIndicatorLeft 0x01010052
-int attr expandableListPreferredChildIndicatorRight 0x01010053
-int attr expandableListPreferredChildPaddingLeft 0x0101004f
-int attr expandableListPreferredItemIndicatorLeft 0x01010050
-int attr expandableListPreferredItemIndicatorRight 0x01010051
-int attr expandableListPreferredItemPaddingLeft 0x0101004e
-int attr expandableListViewStyle 0x0101006f
-int attr expandableListViewWhiteStyle 0x010102b6
-int attr exported 0x01010010
-int attr externalService 0x0101050e
-int attr extraTension 0x0101026b
-int attr extractNativeLibs 0x010104ea
-int attr factor 0x010101d3
-int attr fadeDuration 0x01010278
-int attr fadeEnabled 0x0101027e
-int attr fadeOffset 0x01010277
-int attr fadeScrollbars 0x010102aa
-int attr fadingEdge 0x010100df
-int attr fadingEdgeLength 0x010100e0
-int attr fadingMode 0x010103e1
-int attr fastScrollAlwaysVisible 0x01010335
-int attr fastScrollEnabled 0x01010226
-int attr fastScrollOverlayPosition 0x0101033a
-int attr fastScrollPreviewBackgroundLeft 0x01010337
-int attr fastScrollPreviewBackgroundRight 0x01010338
-int attr fastScrollStyle 0x010103f7
-int attr fastScrollTextColor 0x01010359
-int attr fastScrollThumbDrawable 0x01010336
-int attr fastScrollTrackDrawable 0x01010339
-int attr fillAfter 0x010101bd
-int attr fillAlpha 0x010104cc
-int attr fillBefore 0x010101bc
-int attr fillColor 0x01010404
-int attr fillEnabled 0x0101024f
-int attr fillType 0x0101051e
-int attr fillViewport 0x0101017a
-int attr filter 0x0101011b
-int attr filterTouchesWhenObscured 0x010102c4
-int attr fingerprintAuthDrawable 0x010104e8
-int attr finishOnCloseSystemDialogs 0x010102a7
-int attr finishOnTaskLaunch 0x01010014
-int attr firstDayOfWeek 0x0101033d
-int attr fitsSystemWindows 0x010100dd
-int attr flipInterval 0x01010179
-int attr focusable 0x010100da
-int attr focusableInTouchMode 0x010100db
-int attr focusedByDefault 0x01010544
-int attr focusedMonthDateColor 0x01010343
-int attr font 0x01010532
-int attr fontFamily 0x010103ac
-int attr fontFeatureSettings 0x010104b7
-int attr fontProviderAuthority 0x01010550
-int attr fontProviderCerts 0x0101055d
-int attr fontProviderPackage 0x01010557
-int attr fontProviderQuery 0x01010551
-int attr fontStyle 0x0101053f
-int attr fontWeight 0x01010533
-int attr footerDividersEnabled 0x0101022f
-int attr forceHasOverlappingRendering 0x01010521
-int attr foreground 0x01010109
-int attr foregroundGravity 0x01010200
-int attr foregroundTint 0x0101046d
-int attr foregroundTintMode 0x0101046e
-int attr format 0x01010105
-int attr format12Hour 0x010103ca
-int attr format24Hour 0x010103cb
-int attr fraction 0x010104d8
-int attr fragment 0x010102e3
-int attr fragmentAllowEnterTransitionOverlap 0x010104c8
-int attr fragmentAllowReturnTransitionOverlap 0x010104c9
-int attr fragmentCloseEnterAnimation 0x010102e7
-int attr fragmentCloseExitAnimation 0x010102e8
-int attr fragmentEnterTransition 0x010104c3
-int attr fragmentExitTransition 0x010104c2
-int attr fragmentFadeEnterAnimation 0x010102e9
-int attr fragmentFadeExitAnimation 0x010102ea
-int attr fragmentOpenEnterAnimation 0x010102e5
-int attr fragmentOpenExitAnimation 0x010102e6
-int attr fragmentReenterTransition 0x010104c7
-int attr fragmentReturnTransition 0x010104c5
-int attr fragmentSharedElementEnterTransition 0x010104c4
-int attr fragmentSharedElementReturnTransition 0x010104c6
-int attr freezesText 0x0101016c
-int attr fromAlpha 0x010101ca
-int attr fromDegrees 0x010101b3
-int attr fromId 0x0101044a
-int attr fromScene 0x010103dd
-int attr fromXDelta 0x010101c6
-int attr fromXScale 0x010101c2
-int attr fromYDelta 0x010101c8
-int attr fromYScale 0x010101c4
-int attr fullBackupContent 0x010104eb
-int attr fullBackupOnly 0x01010473
-int attr fullBright 0x010100ca
-int attr fullDark 0x010100c6
-int attr functionalTest 0x01010023
-int attr galleryItemBackground 0x0101004c
-int attr galleryStyle 0x01010070
-int attr gestureColor 0x01010275
-int attr gestureStrokeAngleThreshold 0x0101027c
-int attr gestureStrokeLengthThreshold 0x0101027a
-int attr gestureStrokeSquarenessThreshold 0x0101027b
-int attr gestureStrokeType 0x01010279
-int attr gestureStrokeWidth 0x01010274
-int attr glEsVersion 0x01010281
-int attr goIcon 0x01010482
-int attr gradientRadius 0x010101a4
-int attr grantUriPermissions 0x0101001b
-int attr gravity 0x010100af
-int attr gridViewStyle 0x01010071
-int attr groupIndicator 0x0101010b
-int attr hand_hour 0x01010103
-int attr hand_minute 0x01010104
-int attr handle 0x0101025a
-int attr handleProfiling 0x01010022
-int attr hapticFeedbackEnabled 0x0101025e
-int attr hardwareAccelerated 0x010102d3
-int attr hasCode 0x0101000c
-int attr headerAmPmTextAppearance 0x010104a0
-int attr headerBackground 0x0101012f
-int attr headerDayOfMonthTextAppearance 0x01010497
-int attr headerDividersEnabled 0x0101022e
-int attr headerMonthTextAppearance 0x01010496
-int attr headerTimeTextAppearance 0x0101049f
-int attr headerYearTextAppearance 0x01010498
-int attr height 0x01010155
-int attr hideOnContentScroll 0x01010443
-int attr hint 0x01010150
-int attr homeAsUpIndicator 0x0101030b
-int attr homeLayout 0x0101031d
-int attr horizontalDivider 0x0101012d
-int attr horizontalGap 0x0101023f
-int attr horizontalScrollViewStyle 0x01010353
-int attr horizontalSpacing 0x01010114
-int attr host 0x01010028
-int attr hotSpotX 0x01010517
-int attr hotSpotY 0x01010518
-int attr hyphenationFrequency 0x010104de
-int attr icon 0x01010002
-int attr iconPreview 0x01010249
-int attr iconSpaceReserved 0x01010561
-int attr iconTint 0x0101055e
-int attr iconTintMode 0x0101055f
-int attr iconifiedByDefault 0x010102fa
-int attr id 0x010100d0
-int attr ignoreGravity 0x010101ff
-int attr imageButtonStyle 0x01010072
-int attr imageWellStyle 0x01010073
-int attr imeActionId 0x01010266
-int attr imeActionLabel 0x01010265
-int attr imeExtractEnterAnimation 0x01010268
-int attr imeExtractExitAnimation 0x01010269
-int attr imeFullscreenBackground 0x0101022c
-int attr imeOptions 0x01010264
-int attr imeSubtypeExtraValue 0x010102ee
-int attr imeSubtypeLocale 0x010102ec
-int attr imeSubtypeMode 0x010102ed
-int attr immersive 0x010102c0
-int attr importantForAccessibility 0x010103aa
-int attr importantForAutofill 0x01010558
-int attr inAnimation 0x01010177
-int attr includeFontPadding 0x0101015f
-int attr includeInGlobalSearch 0x0101026e
-int attr indeterminate 0x01010139
-int attr indeterminateBehavior 0x0101013e
-int attr indeterminateDrawable 0x0101013b
-int attr indeterminateDuration 0x0101013d
-int attr indeterminateOnly 0x0101013a
-int attr indeterminateProgressStyle 0x01010318
-int attr indeterminateTint 0x01010469
-int attr indeterminateTintMode 0x0101046a
-int attr indicatorEnd 0x010103d2
-int attr indicatorLeft 0x0101010d
-int attr indicatorRight 0x0101010e
-int attr indicatorStart 0x010103d1
-int attr inflatedId 0x010100f3
-int attr initOrder 0x0101001a
-int attr initialKeyguardLayout 0x010103c2
-int attr initialLayout 0x01010251
-int attr innerRadius 0x0101025f
-int attr innerRadiusRatio 0x0101019b
-int attr inputMethod 0x01010168
-int attr inputType 0x01010220
-int attr inset 0x010104b5
-int attr insetBottom 0x010101ba
-int attr insetLeft 0x010101b7
-int attr insetRight 0x010101b8
-int attr insetTop 0x010101b9
-int attr installLocation 0x010102b7
-int attr interpolator 0x01010141
-int attr isAlwaysSyncable 0x01010333
-int attr isAsciiCapable 0x010103e9
-int attr isAuxiliary 0x0101037f
-int attr isDefault 0x01010221
-int attr isFeatureSplit 0x0101055b
-int attr isGame 0x010103f4
-int attr isIndicator 0x01010147
-int attr isModifier 0x01010246
-int attr isRepeatable 0x01010248
-int attr isScrollContainer 0x0101024e
-int attr isStatic 0x0101055a
-int attr isSticky 0x01010247
-int attr isolatedProcess 0x010103a9
-int attr isolatedSplits 0x0101054b
-int attr itemBackground 0x01010130
-int attr itemIconDisabledAlpha 0x01010131
-int attr itemPadding 0x0101032d
-int attr itemTextAppearance 0x0101012c
-int attr justificationMode 0x01010567
-int attr keepScreenOn 0x01010216
-int attr key 0x010101e8
-int attr keyBackground 0x01010233
-int attr keyEdgeFlags 0x01010245
-int attr keyHeight 0x0101023e
-int attr keyIcon 0x0101024c
-int attr keyLabel 0x0101024b
-int attr keyOutputText 0x0101024a
-int attr keyPreviewHeight 0x01010239
-int attr keyPreviewLayout 0x01010237
-int attr keyPreviewOffset 0x01010238
-int attr keySet 0x010103db
-int attr keyTextColor 0x01010236
-int attr keyTextSize 0x01010234
-int attr keyWidth 0x0101023d
-int attr keyboardLayout 0x010103ab
-int attr keyboardMode 0x0101024d
-int attr keyboardNavigationCluster 0x01010540
-int attr keycode 0x010100c5
-int attr killAfterRestore 0x0101029c
-int attr label 0x01010001
-int attr labelFor 0x010103c6
-int attr labelTextSize 0x01010235
-int attr languageTag 0x01010508
-int attr largeHeap 0x0101035a
-int attr largeScreens 0x01010286
-int attr largestWidthLimitDp 0x01010366
-int attr launchMode 0x0101001d
-int attr launchTaskBehindSourceAnimation 0x01010492
-int attr launchTaskBehindTargetAnimation 0x01010491
-int attr layerType 0x01010354
-int attr layout 0x010100f2
-int attr layoutAnimation 0x010100ec
-int attr layoutDirection 0x010103b2
-int attr layoutMode 0x010103da
-int attr layout_above 0x01010184
-int attr layout_alignBaseline 0x01010186
-int attr layout_alignBottom 0x0101018a
-int attr layout_alignEnd 0x010103ba
-int attr layout_alignLeft 0x01010187
-int attr layout_alignParentBottom 0x0101018e
-int attr layout_alignParentEnd 0x010103bc
-int attr layout_alignParentLeft 0x0101018b
-int attr layout_alignParentRight 0x0101018d
-int attr layout_alignParentStart 0x010103bb
-int attr layout_alignParentTop 0x0101018c
-int attr layout_alignRight 0x01010189
-int attr layout_alignStart 0x010103b9
-int attr layout_alignTop 0x01010188
-int attr layout_alignWithParentIfMissing 0x01010192
-int attr layout_below 0x01010185
-int attr layout_centerHorizontal 0x01010190
-int attr layout_centerInParent 0x0101018f
-int attr layout_centerVertical 0x01010191
-int attr layout_column 0x0101014c
-int attr layout_columnSpan 0x0101037d
-int attr layout_columnWeight 0x01010459
-int attr layout_gravity 0x010100b3
-int attr layout_height 0x010100f5
-int attr layout_margin 0x010100f6
-int attr layout_marginBottom 0x010100fa
-int attr layout_marginEnd 0x010103b6
-int attr layout_marginHorizontal 0x0101053b
-int attr layout_marginLeft 0x010100f7
-int attr layout_marginRight 0x010100f9
-int attr layout_marginStart 0x010103b5
-int attr layout_marginTop 0x010100f8
-int attr layout_marginVertical 0x0101053c
-int attr layout_row 0x0101037b
-int attr layout_rowSpan 0x0101037c
-int attr layout_rowWeight 0x01010458
-int attr layout_scale 0x01010193
-int attr layout_span 0x0101014d
-int attr layout_toEndOf 0x010103b8
-int attr layout_toLeftOf 0x01010182
-int attr layout_toRightOf 0x01010183
-int attr layout_toStartOf 0x010103b7
-int attr layout_weight 0x01010181
-int attr layout_width 0x010100f4
-int attr layout_x 0x0101017f
-int attr layout_y 0x01010180
-int attr left 0x010101ad
-int attr letterSpacing 0x010104b6
-int attr level 0x01010500
-int attr lineSpacingExtra 0x01010217
-int attr lineSpacingMultiplier 0x01010218
-int attr lines 0x01010154
-int attr linksClickable 0x010100b1
-int attr listChoiceBackgroundIndicator 0x010102f0
-int attr listChoiceIndicatorMultiple 0x0101021a
-int attr listChoiceIndicatorSingle 0x01010219
-int attr listDivider 0x01010214
-int attr listDividerAlertDialog 0x01010305
-int attr listMenuViewStyle 0x010104f2
-int attr listPopupWindowStyle 0x010102ff
-int attr listPreferredItemHeight 0x0101004d
-int attr listPreferredItemHeightLarge 0x01010386
-int attr listPreferredItemHeightSmall 0x01010387
-int attr listPreferredItemPaddingEnd 0x010103be
-int attr listPreferredItemPaddingLeft 0x010103a3
-int attr listPreferredItemPaddingRight 0x010103a4
-int attr listPreferredItemPaddingStart 0x010103bd
-int attr listSelector 0x010100fb
-int attr listSeparatorTextViewStyle 0x01010208
-int attr listViewStyle 0x01010074
-int attr listViewWhiteStyle 0x01010075
-int attr lockTaskMode 0x010104ed
-int attr logo 0x010102be
-int attr logoDescription 0x010104e9
-int attr longClickable 0x010100e6
-int attr loopViews 0x01010307
-int attr manageSpaceActivity 0x01010004
-int attr mapViewStyle 0x0101008a
-int attr marqueeRepeatLimit 0x0101021d
-int attr matchOrder 0x0101044f
-int attr max 0x01010136
-int attr maxAspectRatio 0x01010560
-int attr maxButtonHeight 0x010104fd
-int attr maxDate 0x01010340
-int attr maxEms 0x01010157
-int attr maxHeight 0x01010120
-int attr maxItemsPerRow 0x01010134
-int attr maxLength 0x01010160
-int attr maxLevel 0x010101b2
-int attr maxLines 0x01010153
-int attr maxRecents 0x01010446
-int attr maxRows 0x01010133
-int attr maxSdkVersion 0x01010271
-int attr maxWidth 0x0101011f
-int attr maximumAngle 0x0101047f
-int attr measureAllChildren 0x0101010a
-int attr measureWithLargestChild 0x010102d4
-int attr mediaRouteButtonStyle 0x010103ad
-int attr mediaRouteTypes 0x010103ae
-int attr menuCategory 0x010101de
-int attr mimeType 0x01010026
-int attr min 0x01010539
-int attr minDate 0x0101033f
-int attr minEms 0x0101015a
-int attr minHeight 0x01010140
-int attr minLevel 0x010101b1
-int attr minLines 0x01010156
-int attr minResizeHeight 0x01010396
-int attr minResizeWidth 0x01010395
-int attr minSdkVersion 0x0101020c
-int attr minWidth 0x0101013f
-int attr minimumHorizontalAngle 0x0101047d
-int attr minimumVerticalAngle 0x0101047e
-int attr mipMap 0x010103cd
-int attr mirrorForRtl 0x010103ce
-int attr mode 0x0101017e
-int attr moreIcon 0x01010135
-int attr multiArch 0x0101048e
-int attr multiprocess 0x01010013
-int attr name 0x01010003
-int attr navigationBarColor 0x01010452
-int attr navigationContentDescription 0x010104c1
-int attr navigationIcon 0x010104c0
-int attr navigationMode 0x010102cf
-int attr negativeButtonText 0x010101f6
-int attr nestedScrollingEnabled 0x01010436
-int attr networkSecurityConfig 0x01010527
-int attr nextClusterForward 0x01010542
-int attr nextFocusDown 0x010100e4
-int attr nextFocusForward 0x0101033c
-int attr nextFocusLeft 0x010100e1
-int attr nextFocusRight 0x010100e2
-int attr nextFocusUp 0x010100e3
-int attr noHistory 0x0101022d
-int attr normalScreens 0x01010285
-int attr notificationTimeout 0x01010383
-int attr numColumns 0x01010118
-int attr numStars 0x01010144
-int attr numberPickerStyle 0x01010524
-int attr numbersBackgroundColor 0x010104a2
-int attr numbersInnerTextColor 0x010104e1
-int attr numbersSelectorColor 0x010104a3
-int attr numbersTextColor 0x010104a1
-int attr numeric 0x01010165
-int attr numericModifiers 0x0101054f
-int attr numericShortcut 0x010101e4
-int attr offset 0x01010514
-int attr onClick 0x0101026f
-int attr oneshot 0x01010197
-int attr opacity 0x0101031e
-int attr order 0x010101ea
-int attr orderInCategory 0x010101df
-int attr ordering 0x010102e2
-int attr orderingFromXml 0x010101e7
-int attr orientation 0x010100c4
-int attr outAnimation 0x01010178
-int attr outlineProvider 0x010104b8
-int attr overScrollFooter 0x010102c3
-int attr overScrollHeader 0x010102c2
-int attr overScrollMode 0x010102c1
-int attr overlapAnchor 0x01010462
-int attr overridesImplicitlyEnabledSubtype 0x010103a2
-int attr packageNames 0x01010381
-int attr padding 0x010100d5
-int attr paddingBottom 0x010100d9
-int attr paddingEnd 0x010103b4
-int attr paddingHorizontal 0x0101053d
-int attr paddingLeft 0x010100d6
-int attr paddingMode 0x01010457
-int attr paddingRight 0x010100d8
-int attr paddingStart 0x010103b3
-int attr paddingTop 0x010100d7
-int attr paddingVertical 0x0101053e
-int attr panelBackground 0x0101005e
-int attr panelColorBackground 0x01010061
-int attr panelColorForeground 0x01010060
-int attr panelFullBackground 0x0101005f
-int attr panelTextAppearance 0x01010062
-int attr parentActivityName 0x010103a7
-int attr password 0x0101015c
-int attr path 0x0101002a
-int attr pathData 0x01010405
-int attr pathPattern 0x0101002c
-int attr pathPrefix 0x0101002b
-int attr patternPathData 0x010104ca
-int attr permission 0x01010006
-int attr permissionFlags 0x010103c7
-int attr permissionGroup 0x0101000a
-int attr permissionGroupFlags 0x010103c5
-int attr persistableMode 0x0101042d
-int attr persistent 0x0101000d
-int attr persistentDrawingCache 0x010100ee
-int attr persistentWhenFeatureAvailable 0x01010563
-int attr phoneNumber 0x01010167
-int attr pivotX 0x010101b5
-int attr pivotY 0x010101b6
-int attr pointerIcon 0x01010509
-int attr popupAnimationStyle 0x010102c9
-int attr popupBackground 0x01010176
-int attr popupCharacters 0x01010244
-int attr popupElevation 0x0101048c
-int attr popupEnterTransition 0x0101051f
-int attr popupExitTransition 0x01010520
-int attr popupKeyboard 0x01010243
-int attr popupLayout 0x0101023b
-int attr popupMenuStyle 0x01010300
-int attr popupTheme 0x010104a9
-int attr popupWindowStyle 0x01010076
-int attr port 0x01010029
-int attr positiveButtonText 0x010101f5
-int attr preferenceCategoryStyle 0x0101008c
-int attr preferenceFragmentStyle 0x01010506
-int attr preferenceInformationStyle 0x0101008d
-int attr preferenceLayoutChild 0x01010094
-int attr preferenceScreenStyle 0x0101008b
-int attr preferenceStyle 0x0101008e
-int attr presentationTheme 0x010103c0
-int attr previewImage 0x010102da
-int attr primaryContentAlpha 0x01010552
-int attr priority 0x0101001c
-int attr privateImeOptions 0x01010223
-int attr process 0x01010011
-int attr progress 0x01010137
-int attr progressBackgroundTint 0x01010465
-int attr progressBackgroundTintMode 0x01010466
-int attr progressBarPadding 0x01010319
-int attr progressBarStyle 0x01010077
-int attr progressBarStyleHorizontal 0x01010078
-int attr progressBarStyleInverse 0x01010287
-int attr progressBarStyleLarge 0x0101007a
-int attr progressBarStyleLargeInverse 0x01010289
-int attr progressBarStyleSmall 0x01010079
-int attr progressBarStyleSmallInverse 0x01010288
-int attr progressBarStyleSmallTitle 0x0101020f
-int attr progressDrawable 0x0101013c
-int attr progressTint 0x01010463
-int attr progressTintMode 0x01010464
-int attr prompt 0x0101017b
-int attr propertyName 0x010102e1
-int attr propertyXName 0x01010474
-int attr propertyYName 0x01010475
-int attr protectionLevel 0x01010009
-int attr publicKey 0x010103a6
-int attr queryActionMsg 0x010101db
-int attr queryAfterZeroResults 0x01010282
-int attr queryBackground 0x01010487
-int attr queryHint 0x01010358
-int attr quickContactBadgeStyleSmallWindowLarge 0x010102b3
-int attr quickContactBadgeStyleSmallWindowMedium 0x010102b2
-int attr quickContactBadgeStyleSmallWindowSmall 0x010102b1
-int attr quickContactBadgeStyleWindowLarge 0x010102b0
-int attr quickContactBadgeStyleWindowMedium 0x010102af
-int attr quickContactBadgeStyleWindowSmall 0x010102ae
-int attr radioButtonStyle 0x0101007e
-int attr radius 0x010101a8
-int attr rating 0x01010145
-int attr ratingBarStyle 0x0101007c
-int attr ratingBarStyleIndicator 0x01010210
-int attr ratingBarStyleSmall 0x0101007d
-int attr readPermission 0x01010007
-int attr recognitionService 0x0101049c
-int attr recreateOnConfigChanges 0x01010547
-int attr recycleEnabled 0x01010559
-int attr relinquishTaskIdentity 0x01010476
-int attr reparent 0x010104bc
-int attr reparentWithOverlay 0x010104bd
-int attr repeatCount 0x010101bf
-int attr repeatMode 0x010101c0
-int attr reqFiveWayNav 0x01010232
-int attr reqHardKeyboard 0x01010229
-int attr reqKeyboardType 0x01010228
-int attr reqNavigation 0x0101022a
-int attr reqTouchScreen 0x01010227
-int attr requireDeviceUnlock 0x010103ec
-int attr required 0x0101028e
-int attr requiredAccountType 0x010103d6
-int attr requiredFeature 0x01010554
-int attr requiredForAllUsers 0x010103d0
-int attr requiredNotFeature 0x01010555
-int attr requiresFadingEdge 0x010103a5
-int attr requiresSmallestWidthDp 0x01010364
-int attr resizeClip 0x010104cf
-int attr resizeMode 0x01010363
-int attr resizeable 0x0101028d
-int attr resizeableActivity 0x010104f6
-int attr resource 0x01010025
-int attr restoreAnyVersion 0x010102ba
-int attr restoreNeedsApplication 0x0101029d
-int attr restrictedAccountType 0x010103d5
-int attr restrictionType 0x01010493
-int attr resumeWhilePausing 0x010104b2
-int attr reversible 0x0101044b
-int attr revisionCode 0x010104d5
-int attr right 0x010101af
-int attr ringtonePreferenceStyle 0x01010093
-int attr ringtoneType 0x010101f9
-int attr rotation 0x01010326
-int attr rotationAnimation 0x0101053a
-int attr rotationX 0x01010327
-int attr rotationY 0x01010328
-int attr roundIcon 0x0101052c
-int attr rowCount 0x01010375
-int attr rowDelay 0x010101d0
-int attr rowEdgeFlags 0x01010241
-int attr rowHeight 0x01010132
-int attr rowOrderPreserved 0x01010376
-int attr saveEnabled 0x010100e7
-int attr scaleGravity 0x010101fe
-int attr scaleHeight 0x010101fd
-int attr scaleType 0x0101011d
-int attr scaleWidth 0x010101fc
-int attr scaleX 0x01010324
-int attr scaleY 0x01010325
-int attr scheme 0x01010027
-int attr screenDensity 0x010102cb
-int attr screenOrientation 0x0101001e
-int attr screenSize 0x010102ca
-int attr scrollHorizontally 0x0101015b
-int attr scrollIndicators 0x010104e6
-int attr scrollViewStyle 0x01010080
-int attr scrollX 0x010100d2
-int attr scrollY 0x010100d3
-int attr scrollbarAlwaysDrawHorizontalTrack 0x01010068
-int attr scrollbarAlwaysDrawVerticalTrack 0x01010069
-int attr scrollbarDefaultDelayBeforeFade 0x010102a9
-int attr scrollbarFadeDuration 0x010102a8
-int attr scrollbarSize 0x01010063
-int attr scrollbarStyle 0x0101007f
-int attr scrollbarThumbHorizontal 0x01010064
-int attr scrollbarThumbVertical 0x01010065
-int attr scrollbarTrackHorizontal 0x01010066
-int attr scrollbarTrackVertical 0x01010067
-int attr scrollbars 0x010100de
-int attr scrollingCache 0x010100fe
-int attr searchButtonText 0x01010205
-int attr searchHintIcon 0x010104d4
-int attr searchIcon 0x01010483
-int attr searchMode 0x010101d5
-int attr searchSettingsDescription 0x0101028a
-int attr searchSuggestAuthority 0x010101d6
-int attr searchSuggestIntentAction 0x010101d9
-int attr searchSuggestIntentData 0x010101da
-int attr searchSuggestPath 0x010101d7
-int attr searchSuggestSelection 0x010101d8
-int attr searchSuggestThreshold 0x0101026d
-int attr searchViewStyle 0x01010480
-int attr secondaryContentAlpha 0x01010553
-int attr secondaryProgress 0x01010138
-int attr secondaryProgressTint 0x01010467
-int attr secondaryProgressTintMode 0x01010468
-int attr seekBarStyle 0x0101007b
-int attr segmentedButtonStyle 0x01010330
-int attr selectAllOnFocus 0x0101015e
-int attr selectable 0x010101e6
-int attr selectableItemBackground 0x0101030e
-int attr selectableItemBackgroundBorderless 0x0101045c
-int attr selectedDateVerticalBar 0x01010347
-int attr selectedWeekBackgroundColor 0x01010342
-int attr sessionService 0x0101043d
-int attr settingsActivity 0x01010225
-int attr setupActivity 0x010103f6
-int attr shadowColor 0x01010161
-int attr shadowDx 0x01010162
-int attr shadowDy 0x01010163
-int attr shadowRadius 0x01010164
-int attr shape 0x0101019a
-int attr shareInterpolator 0x010101bb
-int attr sharedUserId 0x0101000b
-int attr sharedUserLabel 0x01010261
-int attr shortcutDisabledMessage 0x0101052b
-int attr shortcutId 0x01010528
-int attr shortcutLongLabel 0x0101052a
-int attr shortcutShortLabel 0x01010529
-int attr shouldDisableView 0x010101ee
-int attr showAsAction 0x010102d9
-int attr showDefault 0x010101fa
-int attr showDividers 0x01010329
-int attr showForAllUsers 0x010104ef
-int attr showMetadataInPreview 0x0101052f
-int attr showOnLockScreen 0x010103c9
-int attr showSilent 0x010101fb
-int attr showText 0x010104ad
-int attr showWeekNumber 0x0101033e
-int attr shownWeekCount 0x01010341
-int attr shrinkColumns 0x0101014a
-int attr singleLine 0x0101015d
-int attr singleLineTitle 0x0101055c
-int attr singleUser 0x010103bf
-int attr slideEdge 0x01010430
-int attr smallIcon 0x0101029e
-int attr smallScreens 0x01010284
-int attr smoothScrollbar 0x01010231
-int attr soundEffectsEnabled 0x01010215
-int attr spacing 0x01010113
-int attr spinnerDropDownItemStyle 0x01010087
-int attr spinnerItemStyle 0x01010089
-int attr spinnerMode 0x010102f1
-int attr spinnerStyle 0x01010081
-int attr spinnersShown 0x0101034b
-int attr splitMotionEvents 0x010102ef
-int attr splitName 0x01010549
-int attr splitTrack 0x0101044c
-int attr spotShadowAlpha 0x010104bf
-int attr src 0x01010119
-int attr ssp 0x010103e3
-int attr sspPattern 0x010103e5
-int attr sspPrefix 0x010103e4
-int attr stackFromBottom 0x010100fd
-int attr stackViewStyle 0x0101043e
-int attr starStyle 0x01010082
-int attr start 0x010104db
-int attr startColor 0x0101019d
-int attr startDelay 0x010103e2
-int attr startOffset 0x010101be
-int attr startX 0x01010510
-int attr startY 0x01010511
-int attr startYear 0x0101017c
-int attr stateListAnimator 0x01010448
-int attr stateNotNeeded 0x01010016
-int attr state_above_anchor 0x010100aa
-int attr state_accelerated 0x0101031b
-int attr state_activated 0x010102fe
-int attr state_active 0x010100a2
-int attr state_checkable 0x0101009f
-int attr state_checked 0x010100a0
-int attr state_drag_can_accept 0x01010368
-int attr state_drag_hovered 0x01010369
-int attr state_empty 0x010100a9
-int attr state_enabled 0x0101009e
-int attr state_expanded 0x010100a8
-int attr state_first 0x010100a4
-int attr state_focused 0x0101009c
-int attr state_hovered 0x01010367
-int attr state_last 0x010100a6
-int attr state_long_pressable 0x0101023c
-int attr state_middle 0x010100a5
-int attr state_multiline 0x0101034d
-int attr state_pressed 0x010100a7
-int attr state_selected 0x010100a1
-int attr state_single 0x010100a3
-int attr state_window_focused 0x0101009d
-int attr staticWallpaperPreview 0x01010331
-int attr statusBarColor 0x01010451
-int attr stepSize 0x01010146
-int attr stopWithTask 0x0101036a
-int attr streamType 0x01010209
-int attr stretchColumns 0x01010149
-int attr stretchMode 0x01010116
-int attr strokeAlpha 0x010104cb
-int attr strokeColor 0x01010406
-int attr strokeLineCap 0x0101040b
-int attr strokeLineJoin 0x0101040c
-int attr strokeMiterLimit 0x0101040d
-int attr strokeWidth 0x01010407
-int attr subMenuArrow 0x010104f3
-int attr submitBackground 0x01010488
-int attr subtitle 0x010102d1
-int attr subtitleTextAppearance 0x0101042f
-int attr subtitleTextColor 0x010104e4
-int attr subtitleTextStyle 0x010102f9
-int attr subtypeExtraValue 0x0101039a
-int attr subtypeId 0x010103c1
-int attr subtypeLocale 0x01010399
-int attr suggestActionMsg 0x010101dc
-int attr suggestActionMsgColumn 0x010101dd
-int attr suggestionRowLayout 0x01010486
-int attr summary 0x010101e9
-int attr summaryColumn 0x010102a2
-int attr summaryOff 0x010101f0
-int attr summaryOn 0x010101ef
-int attr supportsAssist 0x010104f0
-int attr supportsLaunchVoiceAssistFromKeyguard 0x010104f1
-int attr supportsLocalInteraction 0x0101050f
-int attr supportsPictureInPicture 0x010104f7
-int attr supportsRtl 0x010103af
-int attr supportsSwitchingToNextInputMethod 0x010103eb
-int attr supportsUploading 0x0101029b
-int attr switchMinWidth 0x01010370
-int attr switchPadding 0x01010371
-int attr switchPreferenceStyle 0x0101036d
-int attr switchStyle 0x0101043f
-int attr switchTextAppearance 0x0101036e
-int attr switchTextOff 0x0101036c
-int attr switchTextOn 0x0101036b
-int attr syncable 0x01010019
-int attr tabStripEnabled 0x010102bd
-int attr tabStripLeft 0x010102bb
-int attr tabStripRight 0x010102bc
-int attr tabWidgetStyle 0x01010083
-int attr tag 0x010100d1
-int attr targetActivity 0x01010202
-int attr targetClass 0x0101002f
-int attr targetDescriptions 0x010103a0
-int attr targetId 0x010103dc
-int attr targetName 0x0101044d
-int attr targetPackage 0x01010021
-int attr targetProcesses 0x01010541
-int attr targetSandboxVersion 0x0101054c
-int attr targetSdkVersion 0x01010270
-int attr taskAffinity 0x01010012
-int attr taskCloseEnterAnimation 0x010100be
-int attr taskCloseExitAnimation 0x010100bf
-int attr taskOpenEnterAnimation 0x010100bc
-int attr taskOpenExitAnimation 0x010100bd
-int attr taskToBackEnterAnimation 0x010100c2
-int attr taskToBackExitAnimation 0x010100c3
-int attr taskToFrontEnterAnimation 0x010100c0
-int attr taskToFrontExitAnimation 0x010100c1
-int attr tension 0x0101026a
-int attr testOnly 0x01010272
-int attr text 0x0101014f
-int attr textAlignment 0x010103b1
-int attr textAllCaps 0x0101038c
-int attr textAppearance 0x01010034
-int attr textAppearanceButton 0x01010207
-int attr textAppearanceInverse 0x01010035
-int attr textAppearanceLarge 0x01010040
-int attr textAppearanceLargeInverse 0x01010043
-int attr textAppearanceLargePopupMenu 0x01010301
-int attr textAppearanceListItem 0x0101039e
-int attr textAppearanceListItemSecondary 0x01010432
-int attr textAppearanceListItemSmall 0x0101039f
-int attr textAppearanceMedium 0x01010041
-int attr textAppearanceMediumInverse 0x01010044
-int attr textAppearancePopupMenuHeader 0x01010502
-int attr textAppearanceSearchResultSubtitle 0x010102a0
-int attr textAppearanceSearchResultTitle 0x010102a1
-int attr textAppearanceSmall 0x01010042
-int attr textAppearanceSmallInverse 0x01010045
-int attr textAppearanceSmallPopupMenu 0x01010302
-int attr textCheckMark 0x01010046
-int attr textCheckMarkInverse 0x01010047
-int attr textColor 0x01010098
-int attr textColorAlertDialogListItem 0x01010306
-int attr textColorHighlight 0x01010099
-int attr textColorHighlightInverse 0x0101034f
-int attr textColorHint 0x0101009a
-int attr textColorHintInverse 0x0101003f
-int attr textColorLink 0x0101009b
-int attr textColorLinkInverse 0x01010350
-int attr textColorPrimary 0x01010036
-int attr textColorPrimaryDisableOnly 0x01010037
-int attr textColorPrimaryInverse 0x01010039
-int attr textColorPrimaryInverseDisableOnly 0x0101028b
-int attr textColorPrimaryInverseNoDisable 0x0101003d
-int attr textColorPrimaryNoDisable 0x0101003b
-int attr textColorSecondary 0x01010038
-int attr textColorSecondaryInverse 0x0101003a
-int attr textColorSecondaryInverseNoDisable 0x0101003e
-int attr textColorSecondaryNoDisable 0x0101003c
-int attr textColorTertiary 0x01010212
-int attr textColorTertiaryInverse 0x01010213
-int attr textCursorDrawable 0x01010362
-int attr textDirection 0x010103b0
-int attr textEditNoPasteWindowLayout 0x01010315
-int attr textEditPasteWindowLayout 0x01010314
-int attr textEditSideNoPasteWindowLayout 0x0101035f
-int attr textEditSidePasteWindowLayout 0x0101035e
-int attr textEditSuggestionItemLayout 0x01010374
-int attr textFilterEnabled 0x010100ff
-int attr textIsSelectable 0x01010316
-int attr textOff 0x01010125
-int attr textOn 0x01010124
-int attr textScaleX 0x01010151
-int attr textSelectHandle 0x010102c7
-int attr textSelectHandleLeft 0x010102c5
-int attr textSelectHandleRight 0x010102c6
-int attr textSelectHandleWindowStyle 0x010102c8
-int attr textSize 0x01010095
-int attr textStyle 0x01010097
-int attr textSuggestionsWindowStyle 0x01010373
-int attr textViewStyle 0x01010084
-int attr theme 0x01010000
-int attr thickness 0x01010260
-int attr thicknessRatio 0x0101019c
-int attr thumb 0x01010142
-int attr thumbOffset 0x01010143
-int attr thumbPosition 0x010104e5
-int attr thumbTextPadding 0x01010372
-int attr thumbTint 0x01010471
-int attr thumbTintMode 0x01010472
-int attr thumbnail 0x010102a5
-int attr tickMark 0x0101050a
-int attr tickMarkTint 0x0101050b
-int attr tickMarkTintMode 0x0101050c
-int attr tileMode 0x01010201
-int attr tileModeX 0x01010477
-int attr tileModeY 0x01010478
-int attr timePickerDialogTheme 0x0101049e
-int attr timePickerMode 0x010104b4
-int attr timePickerStyle 0x0101049d
-int attr timeZone 0x010103cc
-int attr tint 0x01010121
-int attr tintMode 0x010103fb
-int attr title 0x010101e1
-int attr titleCondensed 0x010101e2
-int attr titleMargin 0x010104f8
-int attr titleMarginBottom 0x010104fc
-int attr titleMarginEnd 0x010104fa
-int attr titleMarginStart 0x010104f9
-int attr titleMarginTop 0x010104fb
-int attr titleTextAppearance 0x0101042e
-int attr titleTextColor 0x010104e3
-int attr titleTextStyle 0x010102f8
-int attr toAlpha 0x010101cb
-int attr toDegrees 0x010101b4
-int attr toId 0x01010449
-int attr toScene 0x010103de
-int attr toXDelta 0x010101c7
-int attr toXScale 0x010101c3
-int attr toYDelta 0x010101c9
-int attr toYScale 0x010101c5
-int attr toolbarStyle 0x010104aa
-int attr tooltipText 0x01010534
-int attr top 0x010101ae
-int attr topBright 0x010100cb
-int attr topDark 0x010100c7
-int attr topLeftRadius 0x010101a9
-int attr topOffset 0x01010258
-int attr topRightRadius 0x010101aa
-int attr touchscreenBlocksFocus 0x0101048f
-int attr track 0x0101036f
-int attr trackTint 0x010104d9
-int attr trackTintMode 0x010104da
-int attr transcriptMode 0x01010100
-int attr transformPivotX 0x01010320
-int attr transformPivotY 0x01010321
-int attr transition 0x010103df
-int attr transitionGroup 0x01010401
-int attr transitionName 0x01010400
-int attr transitionOrdering 0x010103e0
-int attr transitionVisibilityMode 0x0101047c
-int attr translateX 0x0101045a
-int attr translateY 0x0101045b
-int attr translationX 0x01010322
-int attr translationY 0x01010323
-int attr translationZ 0x010103fa
-int attr trimPathEnd 0x01010409
-int attr trimPathOffset 0x0101040a
-int attr trimPathStart 0x01010408
-int attr tunerCount 0x0101051d
-int attr type 0x010101a1
-int attr typeface 0x01010096
-int attr uiOptions 0x01010398
-int attr uncertainGestureColor 0x01010276
-int attr unfocusedMonthDateColor 0x01010344
-int attr unselectedAlpha 0x0101020e
-int attr updatePeriodMillis 0x01010250
-int attr use32bitAbi 0x01010515
-int attr useDefaultMargins 0x01010379
-int attr useIntrinsicSizeAsMinimum 0x01010310
-int attr useLevel 0x0101019f
-int attr userVisible 0x01010291
-int attr usesCleartextTraffic 0x010104ec
-int attr value 0x01010024
-int attr valueFrom 0x010102de
-int attr valueTo 0x010102df
-int attr valueType 0x010102e0
-int attr variablePadding 0x01010195
-int attr vendor 0x010103e7
-int attr version 0x01010519
-int attr versionCode 0x0101021b
-int attr versionName 0x0101021c
-int attr verticalCorrection 0x0101023a
-int attr verticalDivider 0x0101012e
-int attr verticalGap 0x01010240
-int attr verticalScrollbarPosition 0x01010334
-int attr verticalSpacing 0x01010115
-int attr viewportHeight 0x01010403
-int attr viewportWidth 0x01010402
-int attr visibility 0x010100dc
-int attr visible 0x01010194
-int attr visibleToInstantApps 0x01010531
-int attr vmSafeMode 0x010102b8
-int attr voiceIcon 0x01010484
-int attr voiceLanguage 0x01010255
-int attr voiceLanguageModel 0x01010253
-int attr voiceMaxResults 0x01010256
-int attr voicePromptText 0x01010254
-int attr voiceSearchMode 0x01010252
-int attr wallpaperCloseEnterAnimation 0x01010295
-int attr wallpaperCloseExitAnimation 0x01010296
-int attr wallpaperIntraCloseEnterAnimation 0x01010299
-int attr wallpaperIntraCloseExitAnimation 0x0101029a
-int attr wallpaperIntraOpenEnterAnimation 0x01010297
-int attr wallpaperIntraOpenExitAnimation 0x01010298
-int attr wallpaperOpenEnterAnimation 0x01010293
-int attr wallpaperOpenExitAnimation 0x01010294
-int attr webTextViewStyle 0x010102b9
-int attr webViewStyle 0x01010085
-int attr weekDayTextAppearance 0x01010348
-int attr weekNumberColor 0x01010345
-int attr weekSeparatorLineColor 0x01010346
-int attr weightSum 0x01010128
-int attr widgetCategory 0x010103c4
-int attr widgetLayout 0x010101eb
-int attr width 0x01010159
-int attr windowActionBar 0x010102cd
-int attr windowActionBarOverlay 0x010102e4
-int attr windowActionModeOverlay 0x010102dd
-int attr windowActivityTransitions 0x010104cd
-int attr windowAllowEnterTransitionOverlap 0x0101043c
-int attr windowAllowReturnTransitionOverlap 0x0101043b
-int attr windowAnimationStyle 0x010100ae
-int attr windowBackground 0x01010054
-int attr windowBackgroundFallback 0x01010503
-int attr windowClipToOutline 0x010104ab
-int attr windowCloseOnTouchOutside 0x0101035b
-int attr windowContentOverlay 0x01010059
-int attr windowContentTransitionManager 0x010103f9
-int attr windowContentTransitions 0x010103f8
-int attr windowDisablePreview 0x01010222
-int attr windowDrawsSystemBarBackgrounds 0x01010450
-int attr windowElevation 0x01010490
-int attr windowEnableSplitTouch 0x01010317
-int attr windowEnterAnimation 0x010100b4
-int attr windowEnterTransition 0x01010437
-int attr windowExitAnimation 0x010100b5
-int attr windowExitTransition 0x01010438
-int attr windowFrame 0x01010055
-int attr windowFullscreen 0x0101020d
-int attr windowHideAnimation 0x010100b7
-int attr windowIsFloating 0x01010057
-int attr windowIsTranslucent 0x01010058
-int attr windowLightStatusBar 0x010104e0
-int attr windowMinWidthMajor 0x01010356
-int attr windowMinWidthMinor 0x01010357
-int attr windowNoDisplay 0x0101021e
-int attr windowNoTitle 0x01010056
-int attr windowOverscan 0x010103cf
-int attr windowReenterTransition 0x010104af
-int attr windowReturnTransition 0x010104ae
-int attr windowSharedElementEnterTransition 0x01010439
-int attr windowSharedElementExitTransition 0x0101043a
-int attr windowSharedElementReenterTransition 0x010104b1
-int attr windowSharedElementReturnTransition 0x010104b0
-int attr windowSharedElementsUseOverlay 0x010104bb
-int attr windowShowAnimation 0x010100b6
-int attr windowShowWallpaper 0x01010292
-int attr windowSoftInputMode 0x0101022b
-int attr windowSplashscreenContent 0x01010564
-int attr windowSwipeToDismiss 0x010103f3
-int attr windowTitleBackgroundStyle 0x0101005c
-int attr windowTitleSize 0x0101005a
-int attr windowTitleStyle 0x0101005b
-int attr windowTransitionBackgroundFadeDuration 0x01010461
-int attr windowTranslucentNavigation 0x010103f0
-int attr windowTranslucentStatus 0x010103ef
-int attr writePermission 0x01010008
-int attr x 0x010100ac
-int attr xlargeScreens 0x010102bf
-int attr y 0x010100ad
-int attr yearListItemTextAppearance 0x01010499
-int attr yearListSelectorColor 0x0101049a
-int attr yesNoPreferenceStyle 0x01010090
-int attr zAdjustment 0x010101c1
diff --git a/library/build/intermediates/classes/debug/android/arch/lifecycle/R.class b/library/build/intermediates/classes/debug/android/arch/lifecycle/R.class
deleted file mode 100644
index 14396bd..0000000
Binary files a/library/build/intermediates/classes/debug/android/arch/lifecycle/R.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/compat/R$attr.class b/library/build/intermediates/classes/debug/android/support/compat/R$attr.class
deleted file mode 100644
index 0a00572..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/compat/R$attr.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/compat/R$bool.class b/library/build/intermediates/classes/debug/android/support/compat/R$bool.class
deleted file mode 100644
index 91bc164..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/compat/R$bool.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/compat/R$color.class b/library/build/intermediates/classes/debug/android/support/compat/R$color.class
deleted file mode 100644
index 5e9040e..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/compat/R$color.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/compat/R$dimen.class b/library/build/intermediates/classes/debug/android/support/compat/R$dimen.class
deleted file mode 100644
index 3353ba2..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/compat/R$dimen.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/compat/R$drawable.class b/library/build/intermediates/classes/debug/android/support/compat/R$drawable.class
deleted file mode 100644
index f89137c..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/compat/R$drawable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/compat/R$id.class b/library/build/intermediates/classes/debug/android/support/compat/R$id.class
deleted file mode 100644
index 625ff94..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/compat/R$id.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/compat/R$integer.class b/library/build/intermediates/classes/debug/android/support/compat/R$integer.class
deleted file mode 100644
index 8bf612c..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/compat/R$integer.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/compat/R$layout.class b/library/build/intermediates/classes/debug/android/support/compat/R$layout.class
deleted file mode 100644
index 03d48b5..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/compat/R$layout.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/compat/R$string.class b/library/build/intermediates/classes/debug/android/support/compat/R$string.class
deleted file mode 100644
index 7b3737d..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/compat/R$string.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/compat/R$style.class b/library/build/intermediates/classes/debug/android/support/compat/R$style.class
deleted file mode 100644
index cf31810..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/compat/R$style.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/compat/R$styleable.class b/library/build/intermediates/classes/debug/android/support/compat/R$styleable.class
deleted file mode 100644
index fe7ddcb..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/compat/R$styleable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/compat/R.class b/library/build/intermediates/classes/debug/android/support/compat/R.class
deleted file mode 100644
index 8b2dc63..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/compat/R.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/coreui/R$attr.class b/library/build/intermediates/classes/debug/android/support/coreui/R$attr.class
deleted file mode 100644
index 75d0c5e..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/coreui/R$attr.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/coreui/R$bool.class b/library/build/intermediates/classes/debug/android/support/coreui/R$bool.class
deleted file mode 100644
index a7c0520..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/coreui/R$bool.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/coreui/R$color.class b/library/build/intermediates/classes/debug/android/support/coreui/R$color.class
deleted file mode 100644
index 4a4f98f..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/coreui/R$color.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/coreui/R$dimen.class b/library/build/intermediates/classes/debug/android/support/coreui/R$dimen.class
deleted file mode 100644
index f0817c6..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/coreui/R$dimen.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/coreui/R$drawable.class b/library/build/intermediates/classes/debug/android/support/coreui/R$drawable.class
deleted file mode 100644
index 3ff4247..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/coreui/R$drawable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/coreui/R$id.class b/library/build/intermediates/classes/debug/android/support/coreui/R$id.class
deleted file mode 100644
index 30c69c8..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/coreui/R$id.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/coreui/R$integer.class b/library/build/intermediates/classes/debug/android/support/coreui/R$integer.class
deleted file mode 100644
index 15b954c..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/coreui/R$integer.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/coreui/R$layout.class b/library/build/intermediates/classes/debug/android/support/coreui/R$layout.class
deleted file mode 100644
index 1262a92..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/coreui/R$layout.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/coreui/R$string.class b/library/build/intermediates/classes/debug/android/support/coreui/R$string.class
deleted file mode 100644
index e254a06..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/coreui/R$string.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/coreui/R$style.class b/library/build/intermediates/classes/debug/android/support/coreui/R$style.class
deleted file mode 100644
index 397e510..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/coreui/R$style.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/coreui/R$styleable.class b/library/build/intermediates/classes/debug/android/support/coreui/R$styleable.class
deleted file mode 100644
index 6b72637..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/coreui/R$styleable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/coreui/R.class b/library/build/intermediates/classes/debug/android/support/coreui/R.class
deleted file mode 100644
index 51efabb..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/coreui/R.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/coreutils/R$attr.class b/library/build/intermediates/classes/debug/android/support/coreutils/R$attr.class
deleted file mode 100644
index 26ae375..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/coreutils/R$attr.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/coreutils/R$bool.class b/library/build/intermediates/classes/debug/android/support/coreutils/R$bool.class
deleted file mode 100644
index 7f42c6c..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/coreutils/R$bool.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/coreutils/R$color.class b/library/build/intermediates/classes/debug/android/support/coreutils/R$color.class
deleted file mode 100644
index 730e0c8..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/coreutils/R$color.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/coreutils/R$dimen.class b/library/build/intermediates/classes/debug/android/support/coreutils/R$dimen.class
deleted file mode 100644
index 4df3308..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/coreutils/R$dimen.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/coreutils/R$drawable.class b/library/build/intermediates/classes/debug/android/support/coreutils/R$drawable.class
deleted file mode 100644
index 8a0b18d..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/coreutils/R$drawable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/coreutils/R$id.class b/library/build/intermediates/classes/debug/android/support/coreutils/R$id.class
deleted file mode 100644
index 0fd0ec3..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/coreutils/R$id.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/coreutils/R$integer.class b/library/build/intermediates/classes/debug/android/support/coreutils/R$integer.class
deleted file mode 100644
index e59a73a..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/coreutils/R$integer.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/coreutils/R$layout.class b/library/build/intermediates/classes/debug/android/support/coreutils/R$layout.class
deleted file mode 100644
index 423bced..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/coreutils/R$layout.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/coreutils/R$string.class b/library/build/intermediates/classes/debug/android/support/coreutils/R$string.class
deleted file mode 100644
index 625aee5..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/coreutils/R$string.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/coreutils/R$style.class b/library/build/intermediates/classes/debug/android/support/coreutils/R$style.class
deleted file mode 100644
index 784e012..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/coreutils/R$style.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/coreutils/R$styleable.class b/library/build/intermediates/classes/debug/android/support/coreutils/R$styleable.class
deleted file mode 100644
index 0d94e27..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/coreutils/R$styleable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/coreutils/R.class b/library/build/intermediates/classes/debug/android/support/coreutils/R.class
deleted file mode 100644
index 08a9295..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/coreutils/R.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/design/R$anim.class b/library/build/intermediates/classes/debug/android/support/design/R$anim.class
deleted file mode 100644
index cdc3df7..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/design/R$anim.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/design/R$animator.class b/library/build/intermediates/classes/debug/android/support/design/R$animator.class
deleted file mode 100644
index 7e97cab..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/design/R$animator.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/design/R$attr.class b/library/build/intermediates/classes/debug/android/support/design/R$attr.class
deleted file mode 100644
index 0b61b54..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/design/R$attr.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/design/R$bool.class b/library/build/intermediates/classes/debug/android/support/design/R$bool.class
deleted file mode 100644
index c48e90d..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/design/R$bool.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/design/R$color.class b/library/build/intermediates/classes/debug/android/support/design/R$color.class
deleted file mode 100644
index b9550fd..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/design/R$color.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/design/R$dimen.class b/library/build/intermediates/classes/debug/android/support/design/R$dimen.class
deleted file mode 100644
index effb45e..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/design/R$dimen.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/design/R$drawable.class b/library/build/intermediates/classes/debug/android/support/design/R$drawable.class
deleted file mode 100644
index 514e040..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/design/R$drawable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/design/R$id.class b/library/build/intermediates/classes/debug/android/support/design/R$id.class
deleted file mode 100644
index ccf87cb..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/design/R$id.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/design/R$integer.class b/library/build/intermediates/classes/debug/android/support/design/R$integer.class
deleted file mode 100644
index a52f59f..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/design/R$integer.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/design/R$layout.class b/library/build/intermediates/classes/debug/android/support/design/R$layout.class
deleted file mode 100644
index 361cc8c..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/design/R$layout.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/design/R$string.class b/library/build/intermediates/classes/debug/android/support/design/R$string.class
deleted file mode 100644
index d0a9dc6..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/design/R$string.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/design/R$style.class b/library/build/intermediates/classes/debug/android/support/design/R$style.class
deleted file mode 100644
index c9aa16d..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/design/R$style.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/design/R$styleable.class b/library/build/intermediates/classes/debug/android/support/design/R$styleable.class
deleted file mode 100644
index 21939ce..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/design/R$styleable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/design/R.class b/library/build/intermediates/classes/debug/android/support/design/R.class
deleted file mode 100644
index 2f635f7..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/design/R.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/fragment/R$attr.class b/library/build/intermediates/classes/debug/android/support/fragment/R$attr.class
deleted file mode 100644
index e62e72a..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/fragment/R$attr.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/fragment/R$bool.class b/library/build/intermediates/classes/debug/android/support/fragment/R$bool.class
deleted file mode 100644
index ba45f45..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/fragment/R$bool.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/fragment/R$color.class b/library/build/intermediates/classes/debug/android/support/fragment/R$color.class
deleted file mode 100644
index 77fb0b4..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/fragment/R$color.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/fragment/R$dimen.class b/library/build/intermediates/classes/debug/android/support/fragment/R$dimen.class
deleted file mode 100644
index 22085b1..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/fragment/R$dimen.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/fragment/R$drawable.class b/library/build/intermediates/classes/debug/android/support/fragment/R$drawable.class
deleted file mode 100644
index 3fd0a99..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/fragment/R$drawable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/fragment/R$id.class b/library/build/intermediates/classes/debug/android/support/fragment/R$id.class
deleted file mode 100644
index 6e5d54d..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/fragment/R$id.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/fragment/R$integer.class b/library/build/intermediates/classes/debug/android/support/fragment/R$integer.class
deleted file mode 100644
index f7ee520..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/fragment/R$integer.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/fragment/R$layout.class b/library/build/intermediates/classes/debug/android/support/fragment/R$layout.class
deleted file mode 100644
index 4436619..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/fragment/R$layout.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/fragment/R$string.class b/library/build/intermediates/classes/debug/android/support/fragment/R$string.class
deleted file mode 100644
index b209f62..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/fragment/R$string.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/fragment/R$style.class b/library/build/intermediates/classes/debug/android/support/fragment/R$style.class
deleted file mode 100644
index ca183e5..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/fragment/R$style.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/fragment/R$styleable.class b/library/build/intermediates/classes/debug/android/support/fragment/R$styleable.class
deleted file mode 100644
index 6b3590d..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/fragment/R$styleable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/fragment/R.class b/library/build/intermediates/classes/debug/android/support/fragment/R.class
deleted file mode 100644
index 6841d5c..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/fragment/R.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/graphics/drawable/R$attr.class b/library/build/intermediates/classes/debug/android/support/graphics/drawable/R$attr.class
deleted file mode 100644
index 822922a..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/graphics/drawable/R$attr.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/graphics/drawable/R$bool.class b/library/build/intermediates/classes/debug/android/support/graphics/drawable/R$bool.class
deleted file mode 100644
index 494dc9d..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/graphics/drawable/R$bool.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/graphics/drawable/R$color.class b/library/build/intermediates/classes/debug/android/support/graphics/drawable/R$color.class
deleted file mode 100644
index 6e88259..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/graphics/drawable/R$color.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/graphics/drawable/R$dimen.class b/library/build/intermediates/classes/debug/android/support/graphics/drawable/R$dimen.class
deleted file mode 100644
index 3cc9aa3..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/graphics/drawable/R$dimen.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/graphics/drawable/R$drawable.class b/library/build/intermediates/classes/debug/android/support/graphics/drawable/R$drawable.class
deleted file mode 100644
index 1b24d49..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/graphics/drawable/R$drawable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/graphics/drawable/R$id.class b/library/build/intermediates/classes/debug/android/support/graphics/drawable/R$id.class
deleted file mode 100644
index b129b87..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/graphics/drawable/R$id.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/graphics/drawable/R$integer.class b/library/build/intermediates/classes/debug/android/support/graphics/drawable/R$integer.class
deleted file mode 100644
index 7bce1d6..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/graphics/drawable/R$integer.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/graphics/drawable/R$layout.class b/library/build/intermediates/classes/debug/android/support/graphics/drawable/R$layout.class
deleted file mode 100644
index 695bc22..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/graphics/drawable/R$layout.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/graphics/drawable/R$string.class b/library/build/intermediates/classes/debug/android/support/graphics/drawable/R$string.class
deleted file mode 100644
index 03de18c..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/graphics/drawable/R$string.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/graphics/drawable/R$style.class b/library/build/intermediates/classes/debug/android/support/graphics/drawable/R$style.class
deleted file mode 100644
index 56b205b..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/graphics/drawable/R$style.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/graphics/drawable/R$styleable.class b/library/build/intermediates/classes/debug/android/support/graphics/drawable/R$styleable.class
deleted file mode 100644
index ecb438d..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/graphics/drawable/R$styleable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/graphics/drawable/R.class b/library/build/intermediates/classes/debug/android/support/graphics/drawable/R.class
deleted file mode 100644
index 1d2a510..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/graphics/drawable/R.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$attr.class b/library/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$attr.class
deleted file mode 100644
index 02a9db0..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$attr.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$bool.class b/library/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$bool.class
deleted file mode 100644
index f161f6f..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$bool.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$color.class b/library/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$color.class
deleted file mode 100644
index 0bcf32e..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$color.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$dimen.class b/library/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$dimen.class
deleted file mode 100644
index a3ccbd9..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$dimen.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$drawable.class b/library/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$drawable.class
deleted file mode 100644
index 9f560a5..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$drawable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$id.class b/library/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$id.class
deleted file mode 100644
index 88839ad..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$id.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$integer.class b/library/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$integer.class
deleted file mode 100644
index cea66d1..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$integer.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$layout.class b/library/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$layout.class
deleted file mode 100644
index e8e98ff..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$layout.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$string.class b/library/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$string.class
deleted file mode 100644
index 047eb9e..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$string.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$style.class b/library/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$style.class
deleted file mode 100644
index 1e847f0..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$style.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$styleable.class b/library/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$styleable.class
deleted file mode 100644
index 05953cf..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$styleable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R.class b/library/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R.class
deleted file mode 100644
index e3b5be4..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/mediacompat/R$attr.class b/library/build/intermediates/classes/debug/android/support/mediacompat/R$attr.class
deleted file mode 100644
index a18ad2b..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/mediacompat/R$attr.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/mediacompat/R$bool.class b/library/build/intermediates/classes/debug/android/support/mediacompat/R$bool.class
deleted file mode 100644
index 315cee6..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/mediacompat/R$bool.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/mediacompat/R$color.class b/library/build/intermediates/classes/debug/android/support/mediacompat/R$color.class
deleted file mode 100644
index 6a7da7d..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/mediacompat/R$color.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/mediacompat/R$dimen.class b/library/build/intermediates/classes/debug/android/support/mediacompat/R$dimen.class
deleted file mode 100644
index 6bf4129..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/mediacompat/R$dimen.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/mediacompat/R$drawable.class b/library/build/intermediates/classes/debug/android/support/mediacompat/R$drawable.class
deleted file mode 100644
index fa88184..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/mediacompat/R$drawable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/mediacompat/R$id.class b/library/build/intermediates/classes/debug/android/support/mediacompat/R$id.class
deleted file mode 100644
index 73cb4c2..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/mediacompat/R$id.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/mediacompat/R$integer.class b/library/build/intermediates/classes/debug/android/support/mediacompat/R$integer.class
deleted file mode 100644
index c789679..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/mediacompat/R$integer.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/mediacompat/R$layout.class b/library/build/intermediates/classes/debug/android/support/mediacompat/R$layout.class
deleted file mode 100644
index 6176ce8..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/mediacompat/R$layout.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/mediacompat/R$string.class b/library/build/intermediates/classes/debug/android/support/mediacompat/R$string.class
deleted file mode 100644
index be3e614..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/mediacompat/R$string.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/mediacompat/R$style.class b/library/build/intermediates/classes/debug/android/support/mediacompat/R$style.class
deleted file mode 100644
index a859b92..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/mediacompat/R$style.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/mediacompat/R$styleable.class b/library/build/intermediates/classes/debug/android/support/mediacompat/R$styleable.class
deleted file mode 100644
index 186360d..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/mediacompat/R$styleable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/mediacompat/R.class b/library/build/intermediates/classes/debug/android/support/mediacompat/R.class
deleted file mode 100644
index 9a6eb10..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/mediacompat/R.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/transition/R$attr.class b/library/build/intermediates/classes/debug/android/support/transition/R$attr.class
deleted file mode 100644
index 13bcb65..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/transition/R$attr.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/transition/R$bool.class b/library/build/intermediates/classes/debug/android/support/transition/R$bool.class
deleted file mode 100644
index 7610800..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/transition/R$bool.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/transition/R$color.class b/library/build/intermediates/classes/debug/android/support/transition/R$color.class
deleted file mode 100644
index f2874ba..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/transition/R$color.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/transition/R$dimen.class b/library/build/intermediates/classes/debug/android/support/transition/R$dimen.class
deleted file mode 100644
index 4a4cd0e..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/transition/R$dimen.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/transition/R$drawable.class b/library/build/intermediates/classes/debug/android/support/transition/R$drawable.class
deleted file mode 100644
index beecba5..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/transition/R$drawable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/transition/R$id.class b/library/build/intermediates/classes/debug/android/support/transition/R$id.class
deleted file mode 100644
index 3121a6f..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/transition/R$id.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/transition/R$integer.class b/library/build/intermediates/classes/debug/android/support/transition/R$integer.class
deleted file mode 100644
index c5b0ddd..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/transition/R$integer.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/transition/R$layout.class b/library/build/intermediates/classes/debug/android/support/transition/R$layout.class
deleted file mode 100644
index c74ad5c..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/transition/R$layout.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/transition/R$string.class b/library/build/intermediates/classes/debug/android/support/transition/R$string.class
deleted file mode 100644
index 00553a2..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/transition/R$string.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/transition/R$style.class b/library/build/intermediates/classes/debug/android/support/transition/R$style.class
deleted file mode 100644
index 6461b89..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/transition/R$style.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/transition/R$styleable.class b/library/build/intermediates/classes/debug/android/support/transition/R$styleable.class
deleted file mode 100644
index 7e4b84b..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/transition/R$styleable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/transition/R.class b/library/build/intermediates/classes/debug/android/support/transition/R.class
deleted file mode 100644
index bddb1e1..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/transition/R.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/v4/R$attr.class b/library/build/intermediates/classes/debug/android/support/v4/R$attr.class
deleted file mode 100644
index f3a2a97..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/v4/R$attr.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/v4/R$bool.class b/library/build/intermediates/classes/debug/android/support/v4/R$bool.class
deleted file mode 100644
index 6780820..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/v4/R$bool.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/v4/R$color.class b/library/build/intermediates/classes/debug/android/support/v4/R$color.class
deleted file mode 100644
index a22c81c..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/v4/R$color.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/v4/R$dimen.class b/library/build/intermediates/classes/debug/android/support/v4/R$dimen.class
deleted file mode 100644
index 599e7b6..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/v4/R$dimen.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/v4/R$drawable.class b/library/build/intermediates/classes/debug/android/support/v4/R$drawable.class
deleted file mode 100644
index d88a7b0..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/v4/R$drawable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/v4/R$id.class b/library/build/intermediates/classes/debug/android/support/v4/R$id.class
deleted file mode 100644
index 3949dab..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/v4/R$id.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/v4/R$integer.class b/library/build/intermediates/classes/debug/android/support/v4/R$integer.class
deleted file mode 100644
index c00685e..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/v4/R$integer.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/v4/R$layout.class b/library/build/intermediates/classes/debug/android/support/v4/R$layout.class
deleted file mode 100644
index efc1e40..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/v4/R$layout.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/v4/R$string.class b/library/build/intermediates/classes/debug/android/support/v4/R$string.class
deleted file mode 100644
index 3d20da8..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/v4/R$string.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/v4/R$style.class b/library/build/intermediates/classes/debug/android/support/v4/R$style.class
deleted file mode 100644
index 31ef603..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/v4/R$style.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/v4/R$styleable.class b/library/build/intermediates/classes/debug/android/support/v4/R$styleable.class
deleted file mode 100644
index 88ee4e6..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/v4/R$styleable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/v4/R.class b/library/build/intermediates/classes/debug/android/support/v4/R.class
deleted file mode 100644
index 032cae7..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/v4/R.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/v7/appcompat/R$anim.class b/library/build/intermediates/classes/debug/android/support/v7/appcompat/R$anim.class
deleted file mode 100644
index 5ea5101..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/v7/appcompat/R$anim.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/v7/appcompat/R$attr.class b/library/build/intermediates/classes/debug/android/support/v7/appcompat/R$attr.class
deleted file mode 100644
index 3488c2e..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/v7/appcompat/R$attr.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/v7/appcompat/R$bool.class b/library/build/intermediates/classes/debug/android/support/v7/appcompat/R$bool.class
deleted file mode 100644
index c922042..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/v7/appcompat/R$bool.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/v7/appcompat/R$color.class b/library/build/intermediates/classes/debug/android/support/v7/appcompat/R$color.class
deleted file mode 100644
index 1e24d16..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/v7/appcompat/R$color.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/v7/appcompat/R$dimen.class b/library/build/intermediates/classes/debug/android/support/v7/appcompat/R$dimen.class
deleted file mode 100644
index 390a243..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/v7/appcompat/R$dimen.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/v7/appcompat/R$drawable.class b/library/build/intermediates/classes/debug/android/support/v7/appcompat/R$drawable.class
deleted file mode 100644
index f1a8386..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/v7/appcompat/R$drawable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/v7/appcompat/R$id.class b/library/build/intermediates/classes/debug/android/support/v7/appcompat/R$id.class
deleted file mode 100644
index e1af0ff..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/v7/appcompat/R$id.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/v7/appcompat/R$integer.class b/library/build/intermediates/classes/debug/android/support/v7/appcompat/R$integer.class
deleted file mode 100644
index a010192..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/v7/appcompat/R$integer.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/v7/appcompat/R$layout.class b/library/build/intermediates/classes/debug/android/support/v7/appcompat/R$layout.class
deleted file mode 100644
index 31d9d50..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/v7/appcompat/R$layout.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/v7/appcompat/R$string.class b/library/build/intermediates/classes/debug/android/support/v7/appcompat/R$string.class
deleted file mode 100644
index b931870..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/v7/appcompat/R$string.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/v7/appcompat/R$style.class b/library/build/intermediates/classes/debug/android/support/v7/appcompat/R$style.class
deleted file mode 100644
index 404f38e..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/v7/appcompat/R$style.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/v7/appcompat/R$styleable.class b/library/build/intermediates/classes/debug/android/support/v7/appcompat/R$styleable.class
deleted file mode 100644
index b4971cc..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/v7/appcompat/R$styleable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/v7/appcompat/R.class b/library/build/intermediates/classes/debug/android/support/v7/appcompat/R.class
deleted file mode 100644
index 2c9d866..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/v7/appcompat/R.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/v7/cardview/R$attr.class b/library/build/intermediates/classes/debug/android/support/v7/cardview/R$attr.class
deleted file mode 100644
index 3a2d17d..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/v7/cardview/R$attr.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/v7/cardview/R$color.class b/library/build/intermediates/classes/debug/android/support/v7/cardview/R$color.class
deleted file mode 100644
index 3ee38d0..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/v7/cardview/R$color.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/v7/cardview/R$dimen.class b/library/build/intermediates/classes/debug/android/support/v7/cardview/R$dimen.class
deleted file mode 100644
index 6402c08..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/v7/cardview/R$dimen.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/v7/cardview/R$style.class b/library/build/intermediates/classes/debug/android/support/v7/cardview/R$style.class
deleted file mode 100644
index 3c10c65..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/v7/cardview/R$style.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/v7/cardview/R$styleable.class b/library/build/intermediates/classes/debug/android/support/v7/cardview/R$styleable.class
deleted file mode 100644
index 87011d3..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/v7/cardview/R$styleable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/v7/cardview/R.class b/library/build/intermediates/classes/debug/android/support/v7/cardview/R.class
deleted file mode 100644
index bb63116..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/v7/cardview/R.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/v7/recyclerview/R$attr.class b/library/build/intermediates/classes/debug/android/support/v7/recyclerview/R$attr.class
deleted file mode 100644
index 7c282c6..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/v7/recyclerview/R$attr.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/v7/recyclerview/R$bool.class b/library/build/intermediates/classes/debug/android/support/v7/recyclerview/R$bool.class
deleted file mode 100644
index eebf9bf..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/v7/recyclerview/R$bool.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/v7/recyclerview/R$color.class b/library/build/intermediates/classes/debug/android/support/v7/recyclerview/R$color.class
deleted file mode 100644
index 405fb9a..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/v7/recyclerview/R$color.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/v7/recyclerview/R$dimen.class b/library/build/intermediates/classes/debug/android/support/v7/recyclerview/R$dimen.class
deleted file mode 100644
index dc310d3..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/v7/recyclerview/R$dimen.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/v7/recyclerview/R$drawable.class b/library/build/intermediates/classes/debug/android/support/v7/recyclerview/R$drawable.class
deleted file mode 100644
index 115ce99..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/v7/recyclerview/R$drawable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/v7/recyclerview/R$id.class b/library/build/intermediates/classes/debug/android/support/v7/recyclerview/R$id.class
deleted file mode 100644
index 9efa61b..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/v7/recyclerview/R$id.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/v7/recyclerview/R$integer.class b/library/build/intermediates/classes/debug/android/support/v7/recyclerview/R$integer.class
deleted file mode 100644
index 74a2010..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/v7/recyclerview/R$integer.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/v7/recyclerview/R$layout.class b/library/build/intermediates/classes/debug/android/support/v7/recyclerview/R$layout.class
deleted file mode 100644
index 1bec356..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/v7/recyclerview/R$layout.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/v7/recyclerview/R$string.class b/library/build/intermediates/classes/debug/android/support/v7/recyclerview/R$string.class
deleted file mode 100644
index 6f3344e..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/v7/recyclerview/R$string.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/v7/recyclerview/R$style.class b/library/build/intermediates/classes/debug/android/support/v7/recyclerview/R$style.class
deleted file mode 100644
index f979374..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/v7/recyclerview/R$style.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/v7/recyclerview/R$styleable.class b/library/build/intermediates/classes/debug/android/support/v7/recyclerview/R$styleable.class
deleted file mode 100644
index acf42f1..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/v7/recyclerview/R$styleable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/android/support/v7/recyclerview/R.class b/library/build/intermediates/classes/debug/android/support/v7/recyclerview/R.class
deleted file mode 100644
index 8fef14e..0000000
Binary files a/library/build/intermediates/classes/debug/android/support/v7/recyclerview/R.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/BuildConfig.class b/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/BuildConfig.class
deleted file mode 100644
index 439de58..0000000
Binary files a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/BuildConfig.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/KeyPairBoolData.class b/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/KeyPairBoolData.class
deleted file mode 100644
index 8fcece1..0000000
Binary files a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/KeyPairBoolData.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/MultiSpinner$1.class b/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/MultiSpinner$1.class
deleted file mode 100644
index 5260941..0000000
Binary files a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/MultiSpinner$1.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/MultiSpinner.class b/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/MultiSpinner.class
deleted file mode 100644
index d326b9a..0000000
Binary files a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/MultiSpinner.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/MultiSpinnerListener.class b/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/MultiSpinnerListener.class
deleted file mode 100644
index a12e9ee..0000000
Binary files a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/MultiSpinnerListener.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/MultiSpinnerSearch$1.class b/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/MultiSpinnerSearch$1.class
deleted file mode 100644
index 4dfdf95..0000000
Binary files a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/MultiSpinnerSearch$1.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/MultiSpinnerSearch$2.class b/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/MultiSpinnerSearch$2.class
deleted file mode 100644
index 13d6535..0000000
Binary files a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/MultiSpinnerSearch$2.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/MultiSpinnerSearch$LimitExceedListener.class b/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/MultiSpinnerSearch$LimitExceedListener.class
deleted file mode 100644
index 9c763cd..0000000
Binary files a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/MultiSpinnerSearch$LimitExceedListener.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/MultiSpinnerSearch$MyAdapter$1.class b/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/MultiSpinnerSearch$MyAdapter$1.class
deleted file mode 100644
index dbf6c0c..0000000
Binary files a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/MultiSpinnerSearch$MyAdapter$1.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/MultiSpinnerSearch$MyAdapter$2.class b/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/MultiSpinnerSearch$MyAdapter$2.class
deleted file mode 100644
index 16134d8..0000000
Binary files a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/MultiSpinnerSearch$MyAdapter$2.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/MultiSpinnerSearch$MyAdapter$ViewHolder.class b/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/MultiSpinnerSearch$MyAdapter$ViewHolder.class
deleted file mode 100644
index b84c5a2..0000000
Binary files a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/MultiSpinnerSearch$MyAdapter$ViewHolder.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/MultiSpinnerSearch$MyAdapter.class b/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/MultiSpinnerSearch$MyAdapter.class
deleted file mode 100644
index d7445f9..0000000
Binary files a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/MultiSpinnerSearch$MyAdapter.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/MultiSpinnerSearch.class b/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/MultiSpinnerSearch.class
deleted file mode 100644
index e0e65ff..0000000
Binary files a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/MultiSpinnerSearch.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/R$anim.class b/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/R$anim.class
deleted file mode 100644
index 9fb603e..0000000
Binary files a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/R$anim.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/R$animator.class b/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/R$animator.class
deleted file mode 100644
index 306a4c4..0000000
Binary files a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/R$animator.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/R$attr.class b/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/R$attr.class
deleted file mode 100644
index bbf9a87..0000000
Binary files a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/R$attr.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/R$bool.class b/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/R$bool.class
deleted file mode 100644
index 26b132d..0000000
Binary files a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/R$bool.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/R$color.class b/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/R$color.class
deleted file mode 100644
index d3a81eb..0000000
Binary files a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/R$color.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/R$dimen.class b/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/R$dimen.class
deleted file mode 100644
index 705c52e..0000000
Binary files a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/R$dimen.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/R$drawable.class b/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/R$drawable.class
deleted file mode 100644
index b56d7f7..0000000
Binary files a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/R$drawable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/R$id.class b/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/R$id.class
deleted file mode 100644
index 93a75ae..0000000
Binary files a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/R$id.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/R$integer.class b/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/R$integer.class
deleted file mode 100644
index e226dbb..0000000
Binary files a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/R$integer.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/R$layout.class b/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/R$layout.class
deleted file mode 100644
index 1be420d..0000000
Binary files a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/R$layout.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/R$string.class b/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/R$string.class
deleted file mode 100644
index b296478..0000000
Binary files a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/R$string.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/R$style.class b/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/R$style.class
deleted file mode 100644
index eb8914c..0000000
Binary files a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/R$style.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/R$styleable.class b/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/R$styleable.class
deleted file mode 100644
index 949fe55..0000000
Binary files a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/R$styleable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/R$xml.class b/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/R$xml.class
deleted file mode 100644
index ae284f8..0000000
Binary files a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/R$xml.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/R.class b/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/R.class
deleted file mode 100644
index 4f97dfd..0000000
Binary files a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/R.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/SingleSpinner$1.class b/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/SingleSpinner$1.class
deleted file mode 100644
index bd673ab..0000000
Binary files a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/SingleSpinner$1.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/SingleSpinner$MyAdapter$1.class b/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/SingleSpinner$MyAdapter$1.class
deleted file mode 100644
index 467177f..0000000
Binary files a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/SingleSpinner$MyAdapter$1.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/SingleSpinner$MyAdapter$ViewHolder.class b/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/SingleSpinner$MyAdapter$ViewHolder.class
deleted file mode 100644
index cfd0eb7..0000000
Binary files a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/SingleSpinner$MyAdapter$ViewHolder.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/SingleSpinner$MyAdapter.class b/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/SingleSpinner$MyAdapter.class
deleted file mode 100644
index fd95653..0000000
Binary files a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/SingleSpinner$MyAdapter.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/SingleSpinner.class b/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/SingleSpinner.class
deleted file mode 100644
index 8168f8c..0000000
Binary files a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/SingleSpinner.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/SingleSpinnerSearch$1.class b/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/SingleSpinnerSearch$1.class
deleted file mode 100644
index 8cfc604..0000000
Binary files a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/SingleSpinnerSearch$1.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/SingleSpinnerSearch$2.class b/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/SingleSpinnerSearch$2.class
deleted file mode 100644
index 8546349..0000000
Binary files a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/SingleSpinnerSearch$2.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/SingleSpinnerSearch$MyAdapter$1.class b/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/SingleSpinnerSearch$MyAdapter$1.class
deleted file mode 100644
index 62849d8..0000000
Binary files a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/SingleSpinnerSearch$MyAdapter$1.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/SingleSpinnerSearch$MyAdapter$2.class b/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/SingleSpinnerSearch$MyAdapter$2.class
deleted file mode 100644
index 7d9d1c6..0000000
Binary files a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/SingleSpinnerSearch$MyAdapter$2.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/SingleSpinnerSearch$MyAdapter$ViewHolder.class b/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/SingleSpinnerSearch$MyAdapter$ViewHolder.class
deleted file mode 100644
index 5978912..0000000
Binary files a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/SingleSpinnerSearch$MyAdapter$ViewHolder.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/SingleSpinnerSearch$MyAdapter.class b/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/SingleSpinnerSearch$MyAdapter.class
deleted file mode 100644
index d209df2..0000000
Binary files a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/SingleSpinnerSearch$MyAdapter.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/SingleSpinnerSearch.class b/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/SingleSpinnerSearch.class
deleted file mode 100644
index fa2b39f..0000000
Binary files a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/SingleSpinnerSearch.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/SpinnerListener.class b/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/SpinnerListener.class
deleted file mode 100644
index 80375a6..0000000
Binary files a/library/build/intermediates/classes/debug/com/androidbuts/multispinnerfilter/SpinnerListener.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/rey/material/R$anim.class b/library/build/intermediates/classes/debug/com/rey/material/R$anim.class
deleted file mode 100644
index aafd231..0000000
Binary files a/library/build/intermediates/classes/debug/com/rey/material/R$anim.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/rey/material/R$attr.class b/library/build/intermediates/classes/debug/com/rey/material/R$attr.class
deleted file mode 100644
index 350430a..0000000
Binary files a/library/build/intermediates/classes/debug/com/rey/material/R$attr.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/rey/material/R$bool.class b/library/build/intermediates/classes/debug/com/rey/material/R$bool.class
deleted file mode 100644
index d94e22b..0000000
Binary files a/library/build/intermediates/classes/debug/com/rey/material/R$bool.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/rey/material/R$color.class b/library/build/intermediates/classes/debug/com/rey/material/R$color.class
deleted file mode 100644
index 2fd5593..0000000
Binary files a/library/build/intermediates/classes/debug/com/rey/material/R$color.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/rey/material/R$dimen.class b/library/build/intermediates/classes/debug/com/rey/material/R$dimen.class
deleted file mode 100644
index e319bfd..0000000
Binary files a/library/build/intermediates/classes/debug/com/rey/material/R$dimen.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/rey/material/R$drawable.class b/library/build/intermediates/classes/debug/com/rey/material/R$drawable.class
deleted file mode 100644
index b26f419..0000000
Binary files a/library/build/intermediates/classes/debug/com/rey/material/R$drawable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/rey/material/R$id.class b/library/build/intermediates/classes/debug/com/rey/material/R$id.class
deleted file mode 100644
index bb77da6..0000000
Binary files a/library/build/intermediates/classes/debug/com/rey/material/R$id.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/rey/material/R$integer.class b/library/build/intermediates/classes/debug/com/rey/material/R$integer.class
deleted file mode 100644
index c5f3446..0000000
Binary files a/library/build/intermediates/classes/debug/com/rey/material/R$integer.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/rey/material/R$layout.class b/library/build/intermediates/classes/debug/com/rey/material/R$layout.class
deleted file mode 100644
index 3bb0e4a..0000000
Binary files a/library/build/intermediates/classes/debug/com/rey/material/R$layout.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/rey/material/R$string.class b/library/build/intermediates/classes/debug/com/rey/material/R$string.class
deleted file mode 100644
index 1578743..0000000
Binary files a/library/build/intermediates/classes/debug/com/rey/material/R$string.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/rey/material/R$style.class b/library/build/intermediates/classes/debug/com/rey/material/R$style.class
deleted file mode 100644
index 1138fe1..0000000
Binary files a/library/build/intermediates/classes/debug/com/rey/material/R$style.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/rey/material/R$styleable.class b/library/build/intermediates/classes/debug/com/rey/material/R$styleable.class
deleted file mode 100644
index 18db440..0000000
Binary files a/library/build/intermediates/classes/debug/com/rey/material/R$styleable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/rey/material/R$xml.class b/library/build/intermediates/classes/debug/com/rey/material/R$xml.class
deleted file mode 100644
index 1f0b195..0000000
Binary files a/library/build/intermediates/classes/debug/com/rey/material/R$xml.class and /dev/null differ
diff --git a/library/build/intermediates/classes/debug/com/rey/material/R.class b/library/build/intermediates/classes/debug/com/rey/material/R.class
deleted file mode 100644
index adbc19d..0000000
Binary files a/library/build/intermediates/classes/debug/com/rey/material/R.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/arch/lifecycle/R.class b/library/build/intermediates/classes/release/android/arch/lifecycle/R.class
deleted file mode 100644
index 14396bd..0000000
Binary files a/library/build/intermediates/classes/release/android/arch/lifecycle/R.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/compat/R$attr.class b/library/build/intermediates/classes/release/android/support/compat/R$attr.class
deleted file mode 100644
index 0a00572..0000000
Binary files a/library/build/intermediates/classes/release/android/support/compat/R$attr.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/compat/R$bool.class b/library/build/intermediates/classes/release/android/support/compat/R$bool.class
deleted file mode 100644
index 91bc164..0000000
Binary files a/library/build/intermediates/classes/release/android/support/compat/R$bool.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/compat/R$color.class b/library/build/intermediates/classes/release/android/support/compat/R$color.class
deleted file mode 100644
index 5e9040e..0000000
Binary files a/library/build/intermediates/classes/release/android/support/compat/R$color.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/compat/R$dimen.class b/library/build/intermediates/classes/release/android/support/compat/R$dimen.class
deleted file mode 100644
index 3353ba2..0000000
Binary files a/library/build/intermediates/classes/release/android/support/compat/R$dimen.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/compat/R$drawable.class b/library/build/intermediates/classes/release/android/support/compat/R$drawable.class
deleted file mode 100644
index f89137c..0000000
Binary files a/library/build/intermediates/classes/release/android/support/compat/R$drawable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/compat/R$id.class b/library/build/intermediates/classes/release/android/support/compat/R$id.class
deleted file mode 100644
index 625ff94..0000000
Binary files a/library/build/intermediates/classes/release/android/support/compat/R$id.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/compat/R$integer.class b/library/build/intermediates/classes/release/android/support/compat/R$integer.class
deleted file mode 100644
index 8bf612c..0000000
Binary files a/library/build/intermediates/classes/release/android/support/compat/R$integer.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/compat/R$layout.class b/library/build/intermediates/classes/release/android/support/compat/R$layout.class
deleted file mode 100644
index 03d48b5..0000000
Binary files a/library/build/intermediates/classes/release/android/support/compat/R$layout.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/compat/R$string.class b/library/build/intermediates/classes/release/android/support/compat/R$string.class
deleted file mode 100644
index 7b3737d..0000000
Binary files a/library/build/intermediates/classes/release/android/support/compat/R$string.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/compat/R$style.class b/library/build/intermediates/classes/release/android/support/compat/R$style.class
deleted file mode 100644
index cf31810..0000000
Binary files a/library/build/intermediates/classes/release/android/support/compat/R$style.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/compat/R$styleable.class b/library/build/intermediates/classes/release/android/support/compat/R$styleable.class
deleted file mode 100644
index fe7ddcb..0000000
Binary files a/library/build/intermediates/classes/release/android/support/compat/R$styleable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/compat/R.class b/library/build/intermediates/classes/release/android/support/compat/R.class
deleted file mode 100644
index 8b2dc63..0000000
Binary files a/library/build/intermediates/classes/release/android/support/compat/R.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/coreui/R$attr.class b/library/build/intermediates/classes/release/android/support/coreui/R$attr.class
deleted file mode 100644
index 75d0c5e..0000000
Binary files a/library/build/intermediates/classes/release/android/support/coreui/R$attr.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/coreui/R$bool.class b/library/build/intermediates/classes/release/android/support/coreui/R$bool.class
deleted file mode 100644
index a7c0520..0000000
Binary files a/library/build/intermediates/classes/release/android/support/coreui/R$bool.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/coreui/R$color.class b/library/build/intermediates/classes/release/android/support/coreui/R$color.class
deleted file mode 100644
index 4a4f98f..0000000
Binary files a/library/build/intermediates/classes/release/android/support/coreui/R$color.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/coreui/R$dimen.class b/library/build/intermediates/classes/release/android/support/coreui/R$dimen.class
deleted file mode 100644
index f0817c6..0000000
Binary files a/library/build/intermediates/classes/release/android/support/coreui/R$dimen.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/coreui/R$drawable.class b/library/build/intermediates/classes/release/android/support/coreui/R$drawable.class
deleted file mode 100644
index 3ff4247..0000000
Binary files a/library/build/intermediates/classes/release/android/support/coreui/R$drawable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/coreui/R$id.class b/library/build/intermediates/classes/release/android/support/coreui/R$id.class
deleted file mode 100644
index 30c69c8..0000000
Binary files a/library/build/intermediates/classes/release/android/support/coreui/R$id.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/coreui/R$integer.class b/library/build/intermediates/classes/release/android/support/coreui/R$integer.class
deleted file mode 100644
index 15b954c..0000000
Binary files a/library/build/intermediates/classes/release/android/support/coreui/R$integer.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/coreui/R$layout.class b/library/build/intermediates/classes/release/android/support/coreui/R$layout.class
deleted file mode 100644
index 1262a92..0000000
Binary files a/library/build/intermediates/classes/release/android/support/coreui/R$layout.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/coreui/R$string.class b/library/build/intermediates/classes/release/android/support/coreui/R$string.class
deleted file mode 100644
index e254a06..0000000
Binary files a/library/build/intermediates/classes/release/android/support/coreui/R$string.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/coreui/R$style.class b/library/build/intermediates/classes/release/android/support/coreui/R$style.class
deleted file mode 100644
index 397e510..0000000
Binary files a/library/build/intermediates/classes/release/android/support/coreui/R$style.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/coreui/R$styleable.class b/library/build/intermediates/classes/release/android/support/coreui/R$styleable.class
deleted file mode 100644
index 6b72637..0000000
Binary files a/library/build/intermediates/classes/release/android/support/coreui/R$styleable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/coreui/R.class b/library/build/intermediates/classes/release/android/support/coreui/R.class
deleted file mode 100644
index 51efabb..0000000
Binary files a/library/build/intermediates/classes/release/android/support/coreui/R.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/coreutils/R$attr.class b/library/build/intermediates/classes/release/android/support/coreutils/R$attr.class
deleted file mode 100644
index 26ae375..0000000
Binary files a/library/build/intermediates/classes/release/android/support/coreutils/R$attr.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/coreutils/R$bool.class b/library/build/intermediates/classes/release/android/support/coreutils/R$bool.class
deleted file mode 100644
index 7f42c6c..0000000
Binary files a/library/build/intermediates/classes/release/android/support/coreutils/R$bool.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/coreutils/R$color.class b/library/build/intermediates/classes/release/android/support/coreutils/R$color.class
deleted file mode 100644
index 730e0c8..0000000
Binary files a/library/build/intermediates/classes/release/android/support/coreutils/R$color.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/coreutils/R$dimen.class b/library/build/intermediates/classes/release/android/support/coreutils/R$dimen.class
deleted file mode 100644
index 4df3308..0000000
Binary files a/library/build/intermediates/classes/release/android/support/coreutils/R$dimen.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/coreutils/R$drawable.class b/library/build/intermediates/classes/release/android/support/coreutils/R$drawable.class
deleted file mode 100644
index 8a0b18d..0000000
Binary files a/library/build/intermediates/classes/release/android/support/coreutils/R$drawable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/coreutils/R$id.class b/library/build/intermediates/classes/release/android/support/coreutils/R$id.class
deleted file mode 100644
index 0fd0ec3..0000000
Binary files a/library/build/intermediates/classes/release/android/support/coreutils/R$id.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/coreutils/R$integer.class b/library/build/intermediates/classes/release/android/support/coreutils/R$integer.class
deleted file mode 100644
index e59a73a..0000000
Binary files a/library/build/intermediates/classes/release/android/support/coreutils/R$integer.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/coreutils/R$layout.class b/library/build/intermediates/classes/release/android/support/coreutils/R$layout.class
deleted file mode 100644
index 423bced..0000000
Binary files a/library/build/intermediates/classes/release/android/support/coreutils/R$layout.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/coreutils/R$string.class b/library/build/intermediates/classes/release/android/support/coreutils/R$string.class
deleted file mode 100644
index 625aee5..0000000
Binary files a/library/build/intermediates/classes/release/android/support/coreutils/R$string.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/coreutils/R$style.class b/library/build/intermediates/classes/release/android/support/coreutils/R$style.class
deleted file mode 100644
index 784e012..0000000
Binary files a/library/build/intermediates/classes/release/android/support/coreutils/R$style.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/coreutils/R$styleable.class b/library/build/intermediates/classes/release/android/support/coreutils/R$styleable.class
deleted file mode 100644
index 0d94e27..0000000
Binary files a/library/build/intermediates/classes/release/android/support/coreutils/R$styleable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/coreutils/R.class b/library/build/intermediates/classes/release/android/support/coreutils/R.class
deleted file mode 100644
index 08a9295..0000000
Binary files a/library/build/intermediates/classes/release/android/support/coreutils/R.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/design/R$anim.class b/library/build/intermediates/classes/release/android/support/design/R$anim.class
deleted file mode 100644
index cdc3df7..0000000
Binary files a/library/build/intermediates/classes/release/android/support/design/R$anim.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/design/R$animator.class b/library/build/intermediates/classes/release/android/support/design/R$animator.class
deleted file mode 100644
index 7e97cab..0000000
Binary files a/library/build/intermediates/classes/release/android/support/design/R$animator.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/design/R$attr.class b/library/build/intermediates/classes/release/android/support/design/R$attr.class
deleted file mode 100644
index 0b61b54..0000000
Binary files a/library/build/intermediates/classes/release/android/support/design/R$attr.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/design/R$bool.class b/library/build/intermediates/classes/release/android/support/design/R$bool.class
deleted file mode 100644
index c48e90d..0000000
Binary files a/library/build/intermediates/classes/release/android/support/design/R$bool.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/design/R$color.class b/library/build/intermediates/classes/release/android/support/design/R$color.class
deleted file mode 100644
index b9550fd..0000000
Binary files a/library/build/intermediates/classes/release/android/support/design/R$color.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/design/R$dimen.class b/library/build/intermediates/classes/release/android/support/design/R$dimen.class
deleted file mode 100644
index effb45e..0000000
Binary files a/library/build/intermediates/classes/release/android/support/design/R$dimen.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/design/R$drawable.class b/library/build/intermediates/classes/release/android/support/design/R$drawable.class
deleted file mode 100644
index 514e040..0000000
Binary files a/library/build/intermediates/classes/release/android/support/design/R$drawable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/design/R$id.class b/library/build/intermediates/classes/release/android/support/design/R$id.class
deleted file mode 100644
index ccf87cb..0000000
Binary files a/library/build/intermediates/classes/release/android/support/design/R$id.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/design/R$integer.class b/library/build/intermediates/classes/release/android/support/design/R$integer.class
deleted file mode 100644
index a52f59f..0000000
Binary files a/library/build/intermediates/classes/release/android/support/design/R$integer.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/design/R$layout.class b/library/build/intermediates/classes/release/android/support/design/R$layout.class
deleted file mode 100644
index 361cc8c..0000000
Binary files a/library/build/intermediates/classes/release/android/support/design/R$layout.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/design/R$string.class b/library/build/intermediates/classes/release/android/support/design/R$string.class
deleted file mode 100644
index d0a9dc6..0000000
Binary files a/library/build/intermediates/classes/release/android/support/design/R$string.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/design/R$style.class b/library/build/intermediates/classes/release/android/support/design/R$style.class
deleted file mode 100644
index c9aa16d..0000000
Binary files a/library/build/intermediates/classes/release/android/support/design/R$style.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/design/R$styleable.class b/library/build/intermediates/classes/release/android/support/design/R$styleable.class
deleted file mode 100644
index 21939ce..0000000
Binary files a/library/build/intermediates/classes/release/android/support/design/R$styleable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/design/R.class b/library/build/intermediates/classes/release/android/support/design/R.class
deleted file mode 100644
index 2f635f7..0000000
Binary files a/library/build/intermediates/classes/release/android/support/design/R.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/fragment/R$attr.class b/library/build/intermediates/classes/release/android/support/fragment/R$attr.class
deleted file mode 100644
index e62e72a..0000000
Binary files a/library/build/intermediates/classes/release/android/support/fragment/R$attr.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/fragment/R$bool.class b/library/build/intermediates/classes/release/android/support/fragment/R$bool.class
deleted file mode 100644
index ba45f45..0000000
Binary files a/library/build/intermediates/classes/release/android/support/fragment/R$bool.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/fragment/R$color.class b/library/build/intermediates/classes/release/android/support/fragment/R$color.class
deleted file mode 100644
index 77fb0b4..0000000
Binary files a/library/build/intermediates/classes/release/android/support/fragment/R$color.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/fragment/R$dimen.class b/library/build/intermediates/classes/release/android/support/fragment/R$dimen.class
deleted file mode 100644
index 22085b1..0000000
Binary files a/library/build/intermediates/classes/release/android/support/fragment/R$dimen.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/fragment/R$drawable.class b/library/build/intermediates/classes/release/android/support/fragment/R$drawable.class
deleted file mode 100644
index 3fd0a99..0000000
Binary files a/library/build/intermediates/classes/release/android/support/fragment/R$drawable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/fragment/R$id.class b/library/build/intermediates/classes/release/android/support/fragment/R$id.class
deleted file mode 100644
index 6e5d54d..0000000
Binary files a/library/build/intermediates/classes/release/android/support/fragment/R$id.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/fragment/R$integer.class b/library/build/intermediates/classes/release/android/support/fragment/R$integer.class
deleted file mode 100644
index f7ee520..0000000
Binary files a/library/build/intermediates/classes/release/android/support/fragment/R$integer.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/fragment/R$layout.class b/library/build/intermediates/classes/release/android/support/fragment/R$layout.class
deleted file mode 100644
index 4436619..0000000
Binary files a/library/build/intermediates/classes/release/android/support/fragment/R$layout.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/fragment/R$string.class b/library/build/intermediates/classes/release/android/support/fragment/R$string.class
deleted file mode 100644
index b209f62..0000000
Binary files a/library/build/intermediates/classes/release/android/support/fragment/R$string.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/fragment/R$style.class b/library/build/intermediates/classes/release/android/support/fragment/R$style.class
deleted file mode 100644
index ca183e5..0000000
Binary files a/library/build/intermediates/classes/release/android/support/fragment/R$style.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/fragment/R$styleable.class b/library/build/intermediates/classes/release/android/support/fragment/R$styleable.class
deleted file mode 100644
index 6b3590d..0000000
Binary files a/library/build/intermediates/classes/release/android/support/fragment/R$styleable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/fragment/R.class b/library/build/intermediates/classes/release/android/support/fragment/R.class
deleted file mode 100644
index 6841d5c..0000000
Binary files a/library/build/intermediates/classes/release/android/support/fragment/R.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/graphics/drawable/R$attr.class b/library/build/intermediates/classes/release/android/support/graphics/drawable/R$attr.class
deleted file mode 100644
index 822922a..0000000
Binary files a/library/build/intermediates/classes/release/android/support/graphics/drawable/R$attr.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/graphics/drawable/R$bool.class b/library/build/intermediates/classes/release/android/support/graphics/drawable/R$bool.class
deleted file mode 100644
index 494dc9d..0000000
Binary files a/library/build/intermediates/classes/release/android/support/graphics/drawable/R$bool.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/graphics/drawable/R$color.class b/library/build/intermediates/classes/release/android/support/graphics/drawable/R$color.class
deleted file mode 100644
index 6e88259..0000000
Binary files a/library/build/intermediates/classes/release/android/support/graphics/drawable/R$color.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/graphics/drawable/R$dimen.class b/library/build/intermediates/classes/release/android/support/graphics/drawable/R$dimen.class
deleted file mode 100644
index 3cc9aa3..0000000
Binary files a/library/build/intermediates/classes/release/android/support/graphics/drawable/R$dimen.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/graphics/drawable/R$drawable.class b/library/build/intermediates/classes/release/android/support/graphics/drawable/R$drawable.class
deleted file mode 100644
index 1b24d49..0000000
Binary files a/library/build/intermediates/classes/release/android/support/graphics/drawable/R$drawable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/graphics/drawable/R$id.class b/library/build/intermediates/classes/release/android/support/graphics/drawable/R$id.class
deleted file mode 100644
index b129b87..0000000
Binary files a/library/build/intermediates/classes/release/android/support/graphics/drawable/R$id.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/graphics/drawable/R$integer.class b/library/build/intermediates/classes/release/android/support/graphics/drawable/R$integer.class
deleted file mode 100644
index 7bce1d6..0000000
Binary files a/library/build/intermediates/classes/release/android/support/graphics/drawable/R$integer.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/graphics/drawable/R$layout.class b/library/build/intermediates/classes/release/android/support/graphics/drawable/R$layout.class
deleted file mode 100644
index 695bc22..0000000
Binary files a/library/build/intermediates/classes/release/android/support/graphics/drawable/R$layout.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/graphics/drawable/R$string.class b/library/build/intermediates/classes/release/android/support/graphics/drawable/R$string.class
deleted file mode 100644
index 03de18c..0000000
Binary files a/library/build/intermediates/classes/release/android/support/graphics/drawable/R$string.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/graphics/drawable/R$style.class b/library/build/intermediates/classes/release/android/support/graphics/drawable/R$style.class
deleted file mode 100644
index 56b205b..0000000
Binary files a/library/build/intermediates/classes/release/android/support/graphics/drawable/R$style.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/graphics/drawable/R$styleable.class b/library/build/intermediates/classes/release/android/support/graphics/drawable/R$styleable.class
deleted file mode 100644
index ecb438d..0000000
Binary files a/library/build/intermediates/classes/release/android/support/graphics/drawable/R$styleable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/graphics/drawable/R.class b/library/build/intermediates/classes/release/android/support/graphics/drawable/R.class
deleted file mode 100644
index 1d2a510..0000000
Binary files a/library/build/intermediates/classes/release/android/support/graphics/drawable/R.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/graphics/drawable/animated/R$attr.class b/library/build/intermediates/classes/release/android/support/graphics/drawable/animated/R$attr.class
deleted file mode 100644
index 02a9db0..0000000
Binary files a/library/build/intermediates/classes/release/android/support/graphics/drawable/animated/R$attr.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/graphics/drawable/animated/R$bool.class b/library/build/intermediates/classes/release/android/support/graphics/drawable/animated/R$bool.class
deleted file mode 100644
index f161f6f..0000000
Binary files a/library/build/intermediates/classes/release/android/support/graphics/drawable/animated/R$bool.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/graphics/drawable/animated/R$color.class b/library/build/intermediates/classes/release/android/support/graphics/drawable/animated/R$color.class
deleted file mode 100644
index 0bcf32e..0000000
Binary files a/library/build/intermediates/classes/release/android/support/graphics/drawable/animated/R$color.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/graphics/drawable/animated/R$dimen.class b/library/build/intermediates/classes/release/android/support/graphics/drawable/animated/R$dimen.class
deleted file mode 100644
index a3ccbd9..0000000
Binary files a/library/build/intermediates/classes/release/android/support/graphics/drawable/animated/R$dimen.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/graphics/drawable/animated/R$drawable.class b/library/build/intermediates/classes/release/android/support/graphics/drawable/animated/R$drawable.class
deleted file mode 100644
index 9f560a5..0000000
Binary files a/library/build/intermediates/classes/release/android/support/graphics/drawable/animated/R$drawable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/graphics/drawable/animated/R$id.class b/library/build/intermediates/classes/release/android/support/graphics/drawable/animated/R$id.class
deleted file mode 100644
index 88839ad..0000000
Binary files a/library/build/intermediates/classes/release/android/support/graphics/drawable/animated/R$id.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/graphics/drawable/animated/R$integer.class b/library/build/intermediates/classes/release/android/support/graphics/drawable/animated/R$integer.class
deleted file mode 100644
index cea66d1..0000000
Binary files a/library/build/intermediates/classes/release/android/support/graphics/drawable/animated/R$integer.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/graphics/drawable/animated/R$layout.class b/library/build/intermediates/classes/release/android/support/graphics/drawable/animated/R$layout.class
deleted file mode 100644
index e8e98ff..0000000
Binary files a/library/build/intermediates/classes/release/android/support/graphics/drawable/animated/R$layout.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/graphics/drawable/animated/R$string.class b/library/build/intermediates/classes/release/android/support/graphics/drawable/animated/R$string.class
deleted file mode 100644
index 047eb9e..0000000
Binary files a/library/build/intermediates/classes/release/android/support/graphics/drawable/animated/R$string.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/graphics/drawable/animated/R$style.class b/library/build/intermediates/classes/release/android/support/graphics/drawable/animated/R$style.class
deleted file mode 100644
index 1e847f0..0000000
Binary files a/library/build/intermediates/classes/release/android/support/graphics/drawable/animated/R$style.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/graphics/drawable/animated/R$styleable.class b/library/build/intermediates/classes/release/android/support/graphics/drawable/animated/R$styleable.class
deleted file mode 100644
index 05953cf..0000000
Binary files a/library/build/intermediates/classes/release/android/support/graphics/drawable/animated/R$styleable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/graphics/drawable/animated/R.class b/library/build/intermediates/classes/release/android/support/graphics/drawable/animated/R.class
deleted file mode 100644
index e3b5be4..0000000
Binary files a/library/build/intermediates/classes/release/android/support/graphics/drawable/animated/R.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/mediacompat/R$attr.class b/library/build/intermediates/classes/release/android/support/mediacompat/R$attr.class
deleted file mode 100644
index a18ad2b..0000000
Binary files a/library/build/intermediates/classes/release/android/support/mediacompat/R$attr.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/mediacompat/R$bool.class b/library/build/intermediates/classes/release/android/support/mediacompat/R$bool.class
deleted file mode 100644
index 315cee6..0000000
Binary files a/library/build/intermediates/classes/release/android/support/mediacompat/R$bool.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/mediacompat/R$color.class b/library/build/intermediates/classes/release/android/support/mediacompat/R$color.class
deleted file mode 100644
index 6a7da7d..0000000
Binary files a/library/build/intermediates/classes/release/android/support/mediacompat/R$color.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/mediacompat/R$dimen.class b/library/build/intermediates/classes/release/android/support/mediacompat/R$dimen.class
deleted file mode 100644
index 6bf4129..0000000
Binary files a/library/build/intermediates/classes/release/android/support/mediacompat/R$dimen.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/mediacompat/R$drawable.class b/library/build/intermediates/classes/release/android/support/mediacompat/R$drawable.class
deleted file mode 100644
index fa88184..0000000
Binary files a/library/build/intermediates/classes/release/android/support/mediacompat/R$drawable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/mediacompat/R$id.class b/library/build/intermediates/classes/release/android/support/mediacompat/R$id.class
deleted file mode 100644
index 73cb4c2..0000000
Binary files a/library/build/intermediates/classes/release/android/support/mediacompat/R$id.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/mediacompat/R$integer.class b/library/build/intermediates/classes/release/android/support/mediacompat/R$integer.class
deleted file mode 100644
index c789679..0000000
Binary files a/library/build/intermediates/classes/release/android/support/mediacompat/R$integer.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/mediacompat/R$layout.class b/library/build/intermediates/classes/release/android/support/mediacompat/R$layout.class
deleted file mode 100644
index 6176ce8..0000000
Binary files a/library/build/intermediates/classes/release/android/support/mediacompat/R$layout.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/mediacompat/R$string.class b/library/build/intermediates/classes/release/android/support/mediacompat/R$string.class
deleted file mode 100644
index be3e614..0000000
Binary files a/library/build/intermediates/classes/release/android/support/mediacompat/R$string.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/mediacompat/R$style.class b/library/build/intermediates/classes/release/android/support/mediacompat/R$style.class
deleted file mode 100644
index a859b92..0000000
Binary files a/library/build/intermediates/classes/release/android/support/mediacompat/R$style.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/mediacompat/R$styleable.class b/library/build/intermediates/classes/release/android/support/mediacompat/R$styleable.class
deleted file mode 100644
index 186360d..0000000
Binary files a/library/build/intermediates/classes/release/android/support/mediacompat/R$styleable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/mediacompat/R.class b/library/build/intermediates/classes/release/android/support/mediacompat/R.class
deleted file mode 100644
index 9a6eb10..0000000
Binary files a/library/build/intermediates/classes/release/android/support/mediacompat/R.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/transition/R$attr.class b/library/build/intermediates/classes/release/android/support/transition/R$attr.class
deleted file mode 100644
index 13bcb65..0000000
Binary files a/library/build/intermediates/classes/release/android/support/transition/R$attr.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/transition/R$bool.class b/library/build/intermediates/classes/release/android/support/transition/R$bool.class
deleted file mode 100644
index 7610800..0000000
Binary files a/library/build/intermediates/classes/release/android/support/transition/R$bool.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/transition/R$color.class b/library/build/intermediates/classes/release/android/support/transition/R$color.class
deleted file mode 100644
index f2874ba..0000000
Binary files a/library/build/intermediates/classes/release/android/support/transition/R$color.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/transition/R$dimen.class b/library/build/intermediates/classes/release/android/support/transition/R$dimen.class
deleted file mode 100644
index 4a4cd0e..0000000
Binary files a/library/build/intermediates/classes/release/android/support/transition/R$dimen.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/transition/R$drawable.class b/library/build/intermediates/classes/release/android/support/transition/R$drawable.class
deleted file mode 100644
index beecba5..0000000
Binary files a/library/build/intermediates/classes/release/android/support/transition/R$drawable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/transition/R$id.class b/library/build/intermediates/classes/release/android/support/transition/R$id.class
deleted file mode 100644
index 3121a6f..0000000
Binary files a/library/build/intermediates/classes/release/android/support/transition/R$id.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/transition/R$integer.class b/library/build/intermediates/classes/release/android/support/transition/R$integer.class
deleted file mode 100644
index c5b0ddd..0000000
Binary files a/library/build/intermediates/classes/release/android/support/transition/R$integer.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/transition/R$layout.class b/library/build/intermediates/classes/release/android/support/transition/R$layout.class
deleted file mode 100644
index c74ad5c..0000000
Binary files a/library/build/intermediates/classes/release/android/support/transition/R$layout.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/transition/R$string.class b/library/build/intermediates/classes/release/android/support/transition/R$string.class
deleted file mode 100644
index 00553a2..0000000
Binary files a/library/build/intermediates/classes/release/android/support/transition/R$string.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/transition/R$style.class b/library/build/intermediates/classes/release/android/support/transition/R$style.class
deleted file mode 100644
index 6461b89..0000000
Binary files a/library/build/intermediates/classes/release/android/support/transition/R$style.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/transition/R$styleable.class b/library/build/intermediates/classes/release/android/support/transition/R$styleable.class
deleted file mode 100644
index 7e4b84b..0000000
Binary files a/library/build/intermediates/classes/release/android/support/transition/R$styleable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/transition/R.class b/library/build/intermediates/classes/release/android/support/transition/R.class
deleted file mode 100644
index bddb1e1..0000000
Binary files a/library/build/intermediates/classes/release/android/support/transition/R.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/v4/R$attr.class b/library/build/intermediates/classes/release/android/support/v4/R$attr.class
deleted file mode 100644
index f3a2a97..0000000
Binary files a/library/build/intermediates/classes/release/android/support/v4/R$attr.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/v4/R$bool.class b/library/build/intermediates/classes/release/android/support/v4/R$bool.class
deleted file mode 100644
index 6780820..0000000
Binary files a/library/build/intermediates/classes/release/android/support/v4/R$bool.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/v4/R$color.class b/library/build/intermediates/classes/release/android/support/v4/R$color.class
deleted file mode 100644
index a22c81c..0000000
Binary files a/library/build/intermediates/classes/release/android/support/v4/R$color.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/v4/R$dimen.class b/library/build/intermediates/classes/release/android/support/v4/R$dimen.class
deleted file mode 100644
index 599e7b6..0000000
Binary files a/library/build/intermediates/classes/release/android/support/v4/R$dimen.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/v4/R$drawable.class b/library/build/intermediates/classes/release/android/support/v4/R$drawable.class
deleted file mode 100644
index d88a7b0..0000000
Binary files a/library/build/intermediates/classes/release/android/support/v4/R$drawable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/v4/R$id.class b/library/build/intermediates/classes/release/android/support/v4/R$id.class
deleted file mode 100644
index 3949dab..0000000
Binary files a/library/build/intermediates/classes/release/android/support/v4/R$id.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/v4/R$integer.class b/library/build/intermediates/classes/release/android/support/v4/R$integer.class
deleted file mode 100644
index c00685e..0000000
Binary files a/library/build/intermediates/classes/release/android/support/v4/R$integer.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/v4/R$layout.class b/library/build/intermediates/classes/release/android/support/v4/R$layout.class
deleted file mode 100644
index efc1e40..0000000
Binary files a/library/build/intermediates/classes/release/android/support/v4/R$layout.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/v4/R$string.class b/library/build/intermediates/classes/release/android/support/v4/R$string.class
deleted file mode 100644
index 3d20da8..0000000
Binary files a/library/build/intermediates/classes/release/android/support/v4/R$string.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/v4/R$style.class b/library/build/intermediates/classes/release/android/support/v4/R$style.class
deleted file mode 100644
index 31ef603..0000000
Binary files a/library/build/intermediates/classes/release/android/support/v4/R$style.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/v4/R$styleable.class b/library/build/intermediates/classes/release/android/support/v4/R$styleable.class
deleted file mode 100644
index 88ee4e6..0000000
Binary files a/library/build/intermediates/classes/release/android/support/v4/R$styleable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/v4/R.class b/library/build/intermediates/classes/release/android/support/v4/R.class
deleted file mode 100644
index 032cae7..0000000
Binary files a/library/build/intermediates/classes/release/android/support/v4/R.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/v7/appcompat/R$anim.class b/library/build/intermediates/classes/release/android/support/v7/appcompat/R$anim.class
deleted file mode 100644
index 5ea5101..0000000
Binary files a/library/build/intermediates/classes/release/android/support/v7/appcompat/R$anim.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/v7/appcompat/R$attr.class b/library/build/intermediates/classes/release/android/support/v7/appcompat/R$attr.class
deleted file mode 100644
index 3488c2e..0000000
Binary files a/library/build/intermediates/classes/release/android/support/v7/appcompat/R$attr.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/v7/appcompat/R$bool.class b/library/build/intermediates/classes/release/android/support/v7/appcompat/R$bool.class
deleted file mode 100644
index c922042..0000000
Binary files a/library/build/intermediates/classes/release/android/support/v7/appcompat/R$bool.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/v7/appcompat/R$color.class b/library/build/intermediates/classes/release/android/support/v7/appcompat/R$color.class
deleted file mode 100644
index 1e24d16..0000000
Binary files a/library/build/intermediates/classes/release/android/support/v7/appcompat/R$color.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/v7/appcompat/R$dimen.class b/library/build/intermediates/classes/release/android/support/v7/appcompat/R$dimen.class
deleted file mode 100644
index 390a243..0000000
Binary files a/library/build/intermediates/classes/release/android/support/v7/appcompat/R$dimen.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/v7/appcompat/R$drawable.class b/library/build/intermediates/classes/release/android/support/v7/appcompat/R$drawable.class
deleted file mode 100644
index f1a8386..0000000
Binary files a/library/build/intermediates/classes/release/android/support/v7/appcompat/R$drawable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/v7/appcompat/R$id.class b/library/build/intermediates/classes/release/android/support/v7/appcompat/R$id.class
deleted file mode 100644
index e1af0ff..0000000
Binary files a/library/build/intermediates/classes/release/android/support/v7/appcompat/R$id.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/v7/appcompat/R$integer.class b/library/build/intermediates/classes/release/android/support/v7/appcompat/R$integer.class
deleted file mode 100644
index a010192..0000000
Binary files a/library/build/intermediates/classes/release/android/support/v7/appcompat/R$integer.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/v7/appcompat/R$layout.class b/library/build/intermediates/classes/release/android/support/v7/appcompat/R$layout.class
deleted file mode 100644
index 31d9d50..0000000
Binary files a/library/build/intermediates/classes/release/android/support/v7/appcompat/R$layout.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/v7/appcompat/R$string.class b/library/build/intermediates/classes/release/android/support/v7/appcompat/R$string.class
deleted file mode 100644
index b931870..0000000
Binary files a/library/build/intermediates/classes/release/android/support/v7/appcompat/R$string.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/v7/appcompat/R$style.class b/library/build/intermediates/classes/release/android/support/v7/appcompat/R$style.class
deleted file mode 100644
index 404f38e..0000000
Binary files a/library/build/intermediates/classes/release/android/support/v7/appcompat/R$style.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/v7/appcompat/R$styleable.class b/library/build/intermediates/classes/release/android/support/v7/appcompat/R$styleable.class
deleted file mode 100644
index b4971cc..0000000
Binary files a/library/build/intermediates/classes/release/android/support/v7/appcompat/R$styleable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/v7/appcompat/R.class b/library/build/intermediates/classes/release/android/support/v7/appcompat/R.class
deleted file mode 100644
index 2c9d866..0000000
Binary files a/library/build/intermediates/classes/release/android/support/v7/appcompat/R.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/v7/cardview/R$attr.class b/library/build/intermediates/classes/release/android/support/v7/cardview/R$attr.class
deleted file mode 100644
index 3a2d17d..0000000
Binary files a/library/build/intermediates/classes/release/android/support/v7/cardview/R$attr.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/v7/cardview/R$color.class b/library/build/intermediates/classes/release/android/support/v7/cardview/R$color.class
deleted file mode 100644
index 3ee38d0..0000000
Binary files a/library/build/intermediates/classes/release/android/support/v7/cardview/R$color.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/v7/cardview/R$dimen.class b/library/build/intermediates/classes/release/android/support/v7/cardview/R$dimen.class
deleted file mode 100644
index 6402c08..0000000
Binary files a/library/build/intermediates/classes/release/android/support/v7/cardview/R$dimen.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/v7/cardview/R$style.class b/library/build/intermediates/classes/release/android/support/v7/cardview/R$style.class
deleted file mode 100644
index 3c10c65..0000000
Binary files a/library/build/intermediates/classes/release/android/support/v7/cardview/R$style.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/v7/cardview/R$styleable.class b/library/build/intermediates/classes/release/android/support/v7/cardview/R$styleable.class
deleted file mode 100644
index 87011d3..0000000
Binary files a/library/build/intermediates/classes/release/android/support/v7/cardview/R$styleable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/v7/cardview/R.class b/library/build/intermediates/classes/release/android/support/v7/cardview/R.class
deleted file mode 100644
index bb63116..0000000
Binary files a/library/build/intermediates/classes/release/android/support/v7/cardview/R.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/v7/recyclerview/R$attr.class b/library/build/intermediates/classes/release/android/support/v7/recyclerview/R$attr.class
deleted file mode 100644
index 7c282c6..0000000
Binary files a/library/build/intermediates/classes/release/android/support/v7/recyclerview/R$attr.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/v7/recyclerview/R$bool.class b/library/build/intermediates/classes/release/android/support/v7/recyclerview/R$bool.class
deleted file mode 100644
index eebf9bf..0000000
Binary files a/library/build/intermediates/classes/release/android/support/v7/recyclerview/R$bool.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/v7/recyclerview/R$color.class b/library/build/intermediates/classes/release/android/support/v7/recyclerview/R$color.class
deleted file mode 100644
index 405fb9a..0000000
Binary files a/library/build/intermediates/classes/release/android/support/v7/recyclerview/R$color.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/v7/recyclerview/R$dimen.class b/library/build/intermediates/classes/release/android/support/v7/recyclerview/R$dimen.class
deleted file mode 100644
index dc310d3..0000000
Binary files a/library/build/intermediates/classes/release/android/support/v7/recyclerview/R$dimen.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/v7/recyclerview/R$drawable.class b/library/build/intermediates/classes/release/android/support/v7/recyclerview/R$drawable.class
deleted file mode 100644
index 115ce99..0000000
Binary files a/library/build/intermediates/classes/release/android/support/v7/recyclerview/R$drawable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/v7/recyclerview/R$id.class b/library/build/intermediates/classes/release/android/support/v7/recyclerview/R$id.class
deleted file mode 100644
index 9efa61b..0000000
Binary files a/library/build/intermediates/classes/release/android/support/v7/recyclerview/R$id.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/v7/recyclerview/R$integer.class b/library/build/intermediates/classes/release/android/support/v7/recyclerview/R$integer.class
deleted file mode 100644
index 74a2010..0000000
Binary files a/library/build/intermediates/classes/release/android/support/v7/recyclerview/R$integer.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/v7/recyclerview/R$layout.class b/library/build/intermediates/classes/release/android/support/v7/recyclerview/R$layout.class
deleted file mode 100644
index 1bec356..0000000
Binary files a/library/build/intermediates/classes/release/android/support/v7/recyclerview/R$layout.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/v7/recyclerview/R$string.class b/library/build/intermediates/classes/release/android/support/v7/recyclerview/R$string.class
deleted file mode 100644
index 6f3344e..0000000
Binary files a/library/build/intermediates/classes/release/android/support/v7/recyclerview/R$string.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/v7/recyclerview/R$style.class b/library/build/intermediates/classes/release/android/support/v7/recyclerview/R$style.class
deleted file mode 100644
index f979374..0000000
Binary files a/library/build/intermediates/classes/release/android/support/v7/recyclerview/R$style.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/v7/recyclerview/R$styleable.class b/library/build/intermediates/classes/release/android/support/v7/recyclerview/R$styleable.class
deleted file mode 100644
index acf42f1..0000000
Binary files a/library/build/intermediates/classes/release/android/support/v7/recyclerview/R$styleable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/android/support/v7/recyclerview/R.class b/library/build/intermediates/classes/release/android/support/v7/recyclerview/R.class
deleted file mode 100644
index 8fef14e..0000000
Binary files a/library/build/intermediates/classes/release/android/support/v7/recyclerview/R.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/BuildConfig.class b/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/BuildConfig.class
deleted file mode 100644
index 150102a..0000000
Binary files a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/BuildConfig.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/KeyPairBoolData.class b/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/KeyPairBoolData.class
deleted file mode 100644
index 8fcece1..0000000
Binary files a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/KeyPairBoolData.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/MultiSpinner$1.class b/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/MultiSpinner$1.class
deleted file mode 100644
index 5260941..0000000
Binary files a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/MultiSpinner$1.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/MultiSpinner.class b/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/MultiSpinner.class
deleted file mode 100644
index d326b9a..0000000
Binary files a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/MultiSpinner.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/MultiSpinnerListener.class b/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/MultiSpinnerListener.class
deleted file mode 100644
index a12e9ee..0000000
Binary files a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/MultiSpinnerListener.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/MultiSpinnerSearch$1.class b/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/MultiSpinnerSearch$1.class
deleted file mode 100644
index 4dfdf95..0000000
Binary files a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/MultiSpinnerSearch$1.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/MultiSpinnerSearch$2.class b/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/MultiSpinnerSearch$2.class
deleted file mode 100644
index 13d6535..0000000
Binary files a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/MultiSpinnerSearch$2.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/MultiSpinnerSearch$LimitExceedListener.class b/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/MultiSpinnerSearch$LimitExceedListener.class
deleted file mode 100644
index 9c763cd..0000000
Binary files a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/MultiSpinnerSearch$LimitExceedListener.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/MultiSpinnerSearch$MyAdapter$1.class b/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/MultiSpinnerSearch$MyAdapter$1.class
deleted file mode 100644
index dbf6c0c..0000000
Binary files a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/MultiSpinnerSearch$MyAdapter$1.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/MultiSpinnerSearch$MyAdapter$2.class b/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/MultiSpinnerSearch$MyAdapter$2.class
deleted file mode 100644
index 16134d8..0000000
Binary files a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/MultiSpinnerSearch$MyAdapter$2.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/MultiSpinnerSearch$MyAdapter$ViewHolder.class b/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/MultiSpinnerSearch$MyAdapter$ViewHolder.class
deleted file mode 100644
index b84c5a2..0000000
Binary files a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/MultiSpinnerSearch$MyAdapter$ViewHolder.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/MultiSpinnerSearch$MyAdapter.class b/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/MultiSpinnerSearch$MyAdapter.class
deleted file mode 100644
index d7445f9..0000000
Binary files a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/MultiSpinnerSearch$MyAdapter.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/MultiSpinnerSearch.class b/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/MultiSpinnerSearch.class
deleted file mode 100644
index e0e65ff..0000000
Binary files a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/MultiSpinnerSearch.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/R$anim.class b/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/R$anim.class
deleted file mode 100644
index 9fb603e..0000000
Binary files a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/R$anim.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/R$animator.class b/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/R$animator.class
deleted file mode 100644
index 306a4c4..0000000
Binary files a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/R$animator.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/R$attr.class b/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/R$attr.class
deleted file mode 100644
index bbf9a87..0000000
Binary files a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/R$attr.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/R$bool.class b/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/R$bool.class
deleted file mode 100644
index 26b132d..0000000
Binary files a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/R$bool.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/R$color.class b/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/R$color.class
deleted file mode 100644
index d3a81eb..0000000
Binary files a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/R$color.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/R$dimen.class b/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/R$dimen.class
deleted file mode 100644
index 705c52e..0000000
Binary files a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/R$dimen.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/R$drawable.class b/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/R$drawable.class
deleted file mode 100644
index b56d7f7..0000000
Binary files a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/R$drawable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/R$id.class b/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/R$id.class
deleted file mode 100644
index 93a75ae..0000000
Binary files a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/R$id.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/R$integer.class b/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/R$integer.class
deleted file mode 100644
index e226dbb..0000000
Binary files a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/R$integer.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/R$layout.class b/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/R$layout.class
deleted file mode 100644
index 1be420d..0000000
Binary files a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/R$layout.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/R$string.class b/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/R$string.class
deleted file mode 100644
index b296478..0000000
Binary files a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/R$string.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/R$style.class b/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/R$style.class
deleted file mode 100644
index eb8914c..0000000
Binary files a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/R$style.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/R$styleable.class b/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/R$styleable.class
deleted file mode 100644
index 949fe55..0000000
Binary files a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/R$styleable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/R$xml.class b/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/R$xml.class
deleted file mode 100644
index ae284f8..0000000
Binary files a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/R$xml.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/R.class b/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/R.class
deleted file mode 100644
index 4f97dfd..0000000
Binary files a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/R.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/SingleSpinner$1.class b/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/SingleSpinner$1.class
deleted file mode 100644
index bd673ab..0000000
Binary files a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/SingleSpinner$1.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/SingleSpinner$MyAdapter$1.class b/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/SingleSpinner$MyAdapter$1.class
deleted file mode 100644
index 467177f..0000000
Binary files a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/SingleSpinner$MyAdapter$1.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/SingleSpinner$MyAdapter$ViewHolder.class b/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/SingleSpinner$MyAdapter$ViewHolder.class
deleted file mode 100644
index cfd0eb7..0000000
Binary files a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/SingleSpinner$MyAdapter$ViewHolder.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/SingleSpinner$MyAdapter.class b/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/SingleSpinner$MyAdapter.class
deleted file mode 100644
index fd95653..0000000
Binary files a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/SingleSpinner$MyAdapter.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/SingleSpinner.class b/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/SingleSpinner.class
deleted file mode 100644
index 8168f8c..0000000
Binary files a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/SingleSpinner.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/SingleSpinnerSearch$1.class b/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/SingleSpinnerSearch$1.class
deleted file mode 100644
index 8cfc604..0000000
Binary files a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/SingleSpinnerSearch$1.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/SingleSpinnerSearch$2.class b/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/SingleSpinnerSearch$2.class
deleted file mode 100644
index 8546349..0000000
Binary files a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/SingleSpinnerSearch$2.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/SingleSpinnerSearch$MyAdapter$1.class b/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/SingleSpinnerSearch$MyAdapter$1.class
deleted file mode 100644
index 62849d8..0000000
Binary files a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/SingleSpinnerSearch$MyAdapter$1.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/SingleSpinnerSearch$MyAdapter$2.class b/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/SingleSpinnerSearch$MyAdapter$2.class
deleted file mode 100644
index 7d9d1c6..0000000
Binary files a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/SingleSpinnerSearch$MyAdapter$2.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/SingleSpinnerSearch$MyAdapter$ViewHolder.class b/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/SingleSpinnerSearch$MyAdapter$ViewHolder.class
deleted file mode 100644
index 5978912..0000000
Binary files a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/SingleSpinnerSearch$MyAdapter$ViewHolder.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/SingleSpinnerSearch$MyAdapter.class b/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/SingleSpinnerSearch$MyAdapter.class
deleted file mode 100644
index d209df2..0000000
Binary files a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/SingleSpinnerSearch$MyAdapter.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/SingleSpinnerSearch.class b/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/SingleSpinnerSearch.class
deleted file mode 100644
index fa2b39f..0000000
Binary files a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/SingleSpinnerSearch.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/SpinnerListener.class b/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/SpinnerListener.class
deleted file mode 100644
index 80375a6..0000000
Binary files a/library/build/intermediates/classes/release/com/androidbuts/multispinnerfilter/SpinnerListener.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/rey/material/R$anim.class b/library/build/intermediates/classes/release/com/rey/material/R$anim.class
deleted file mode 100644
index aafd231..0000000
Binary files a/library/build/intermediates/classes/release/com/rey/material/R$anim.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/rey/material/R$attr.class b/library/build/intermediates/classes/release/com/rey/material/R$attr.class
deleted file mode 100644
index 350430a..0000000
Binary files a/library/build/intermediates/classes/release/com/rey/material/R$attr.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/rey/material/R$bool.class b/library/build/intermediates/classes/release/com/rey/material/R$bool.class
deleted file mode 100644
index d94e22b..0000000
Binary files a/library/build/intermediates/classes/release/com/rey/material/R$bool.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/rey/material/R$color.class b/library/build/intermediates/classes/release/com/rey/material/R$color.class
deleted file mode 100644
index 2fd5593..0000000
Binary files a/library/build/intermediates/classes/release/com/rey/material/R$color.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/rey/material/R$dimen.class b/library/build/intermediates/classes/release/com/rey/material/R$dimen.class
deleted file mode 100644
index e319bfd..0000000
Binary files a/library/build/intermediates/classes/release/com/rey/material/R$dimen.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/rey/material/R$drawable.class b/library/build/intermediates/classes/release/com/rey/material/R$drawable.class
deleted file mode 100644
index b26f419..0000000
Binary files a/library/build/intermediates/classes/release/com/rey/material/R$drawable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/rey/material/R$id.class b/library/build/intermediates/classes/release/com/rey/material/R$id.class
deleted file mode 100644
index bb77da6..0000000
Binary files a/library/build/intermediates/classes/release/com/rey/material/R$id.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/rey/material/R$integer.class b/library/build/intermediates/classes/release/com/rey/material/R$integer.class
deleted file mode 100644
index c5f3446..0000000
Binary files a/library/build/intermediates/classes/release/com/rey/material/R$integer.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/rey/material/R$layout.class b/library/build/intermediates/classes/release/com/rey/material/R$layout.class
deleted file mode 100644
index 3bb0e4a..0000000
Binary files a/library/build/intermediates/classes/release/com/rey/material/R$layout.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/rey/material/R$string.class b/library/build/intermediates/classes/release/com/rey/material/R$string.class
deleted file mode 100644
index 1578743..0000000
Binary files a/library/build/intermediates/classes/release/com/rey/material/R$string.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/rey/material/R$style.class b/library/build/intermediates/classes/release/com/rey/material/R$style.class
deleted file mode 100644
index 1138fe1..0000000
Binary files a/library/build/intermediates/classes/release/com/rey/material/R$style.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/rey/material/R$styleable.class b/library/build/intermediates/classes/release/com/rey/material/R$styleable.class
deleted file mode 100644
index 18db440..0000000
Binary files a/library/build/intermediates/classes/release/com/rey/material/R$styleable.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/rey/material/R$xml.class b/library/build/intermediates/classes/release/com/rey/material/R$xml.class
deleted file mode 100644
index 1f0b195..0000000
Binary files a/library/build/intermediates/classes/release/com/rey/material/R$xml.class and /dev/null differ
diff --git a/library/build/intermediates/classes/release/com/rey/material/R.class b/library/build/intermediates/classes/release/com/rey/material/R.class
deleted file mode 100644
index adbc19d..0000000
Binary files a/library/build/intermediates/classes/release/com/rey/material/R.class and /dev/null differ
diff --git a/library/build/intermediates/incremental/compileDebugAidl/dependency.store b/library/build/intermediates/incremental/compileDebugAidl/dependency.store
deleted file mode 100644
index 8b8400d..0000000
Binary files a/library/build/intermediates/incremental/compileDebugAidl/dependency.store and /dev/null differ
diff --git a/library/build/intermediates/incremental/compileReleaseAidl/dependency.store b/library/build/intermediates/incremental/compileReleaseAidl/dependency.store
deleted file mode 100644
index 8b8400d..0000000
Binary files a/library/build/intermediates/incremental/compileReleaseAidl/dependency.store and /dev/null differ
diff --git a/library/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml b/library/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml
index 36f268d..81437b2 100644
--- a/library/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml
+++ b/library/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml
@@ -1,2 +1,2 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/library/build/intermediates/incremental/mergeDebugShaders/merger.xml b/library/build/intermediates/incremental/mergeDebugShaders/merger.xml
index c77a4d7..74da965 100644
--- a/library/build/intermediates/incremental/mergeDebugShaders/merger.xml
+++ b/library/build/intermediates/incremental/mergeDebugShaders/merger.xml
@@ -1,2 +1,2 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/library/build/intermediates/incremental/mergeReleaseJniLibFolders/merger.xml b/library/build/intermediates/incremental/mergeReleaseJniLibFolders/merger.xml
index 279956a..3af98e3 100644
--- a/library/build/intermediates/incremental/mergeReleaseJniLibFolders/merger.xml
+++ b/library/build/intermediates/incremental/mergeReleaseJniLibFolders/merger.xml
@@ -1,2 +1,2 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/library/build/intermediates/incremental/mergeReleaseShaders/merger.xml b/library/build/intermediates/incremental/mergeReleaseShaders/merger.xml
index 68a57b7..9b9d7c1 100644
--- a/library/build/intermediates/incremental/mergeReleaseShaders/merger.xml
+++ b/library/build/intermediates/incremental/mergeReleaseShaders/merger.xml
@@ -1,2 +1,2 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/library/build/intermediates/incremental/packageDebugAssets/merger.xml b/library/build/intermediates/incremental/packageDebugAssets/merger.xml
index 407d51d..b4247f7 100644
--- a/library/build/intermediates/incremental/packageDebugAssets/merger.xml
+++ b/library/build/intermediates/incremental/packageDebugAssets/merger.xml
@@ -1,2 +1,2 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/library/build/intermediates/incremental/packageDebugResources/compile-file-map.properties b/library/build/intermediates/incremental/packageDebugResources/compile-file-map.properties
index 9129300..bdfc37d 100644
--- a/library/build/intermediates/incremental/packageDebugResources/compile-file-map.properties
+++ b/library/build/intermediates/incremental/packageDebugResources/compile-file-map.properties
@@ -1,4 +1,4 @@
-#Tue Dec 04 18:37:24 IST 2018
+#Fri Jan 18 19:06:33 IST 2019
D\:\\GITHub\\GSKORANGEV2\\library\\src\\main\\res\\layout\\item_listview_single.xml=D\:\\GITHub\\GSKORANGEV2\\library\\build\\intermediates\\packaged_res\\debug\\layout\\item_listview_single.xml
D\:\\GITHub\\GSKORANGEV2\\library\\src\\main\\res\\layout\\item_listview_multiple.xml=D\:\\GITHub\\GSKORANGEV2\\library\\build\\intermediates\\packaged_res\\debug\\layout\\item_listview_multiple.xml
D\:\\GITHub\\GSKORANGEV2\\library\\src\\main\\res\\layout\\activity_main.xml=D\:\\GITHub\\GSKORANGEV2\\library\\build\\intermediates\\packaged_res\\debug\\layout\\activity_main.xml
diff --git a/library/build/intermediates/incremental/packageDebugResources/merged.dir/values-v21/values-v21.xml b/library/build/intermediates/incremental/packageDebugResources/merged.dir/values-v21/values-v21.xml
index 62a5e11..8d5c618 100644
--- a/library/build/intermediates/incremental/packageDebugResources/merged.dir/values-v21/values-v21.xml
+++ b/library/build/intermediates/incremental/packageDebugResources/merged.dir/values-v21/values-v21.xml
@@ -1,8 +1,5 @@
-
-
-
+
+
+
\ No newline at end of file
diff --git a/library/build/intermediates/incremental/packageDebugResources/merger.xml b/library/build/intermediates/incremental/packageDebugResources/merger.xml
index 894b028..490991e 100644
--- a/library/build/intermediates/incremental/packageDebugResources/merger.xml
+++ b/library/build/intermediates/incremental/packageDebugResources/merger.xml
@@ -1,5 +1,5 @@
-#29CA97#06ACE4#06ACE4#1589FF#FFFFFF#000000#D1D0CE#E1E2E2#3f51b5#E1E2E2#303f9f#F06292#FF0000#00FFFF#ADD8E6#686868#747474#AAAAAA#AAAAAA#E1E2E2#455FB6#99979C16dp16dpType to Search
\ No newline at end of file
+
\ No newline at end of file
diff --git a/library/build/intermediates/incremental/packageReleaseAssets/merger.xml b/library/build/intermediates/incremental/packageReleaseAssets/merger.xml
index 2b2d185..889e26e 100644
--- a/library/build/intermediates/incremental/packageReleaseAssets/merger.xml
+++ b/library/build/intermediates/incremental/packageReleaseAssets/merger.xml
@@ -1,2 +1,2 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/library/build/intermediates/incremental/packageReleaseResources/compile-file-map.properties b/library/build/intermediates/incremental/packageReleaseResources/compile-file-map.properties
index 46f6bdd..5dbd0e9 100644
--- a/library/build/intermediates/incremental/packageReleaseResources/compile-file-map.properties
+++ b/library/build/intermediates/incremental/packageReleaseResources/compile-file-map.properties
@@ -1,4 +1,4 @@
-#Tue Dec 04 18:51:23 IST 2018
+#Fri Jan 18 19:07:42 IST 2019
D\:\\GITHub\\GSKORANGEV2\\library\\src\\main\\res\\layout\\item_listview_single.xml=D\:\\GITHub\\GSKORANGEV2\\library\\build\\intermediates\\packaged_res\\release\\layout\\item_listview_single.xml
D\:\\GITHub\\GSKORANGEV2\\library\\src\\main\\res\\layout\\item_listview_multiple.xml=D\:\\GITHub\\GSKORANGEV2\\library\\build\\intermediates\\packaged_res\\release\\layout\\item_listview_multiple.xml
D\:\\GITHub\\GSKORANGEV2\\library\\src\\main\\res\\layout\\activity_main.xml=D\:\\GITHub\\GSKORANGEV2\\library\\build\\intermediates\\packaged_res\\release\\layout\\activity_main.xml
diff --git a/library/build/intermediates/incremental/packageReleaseResources/merged.dir/values-v21/values-v21.xml b/library/build/intermediates/incremental/packageReleaseResources/merged.dir/values-v21/values-v21.xml
index 62a5e11..8d5c618 100644
--- a/library/build/intermediates/incremental/packageReleaseResources/merged.dir/values-v21/values-v21.xml
+++ b/library/build/intermediates/incremental/packageReleaseResources/merged.dir/values-v21/values-v21.xml
@@ -1,8 +1,5 @@
-
-
-
+
+
+
\ No newline at end of file
diff --git a/library/build/intermediates/incremental/packageReleaseResources/merger.xml b/library/build/intermediates/incremental/packageReleaseResources/merger.xml
index b15b7b8..bb07fbb 100644
--- a/library/build/intermediates/incremental/packageReleaseResources/merger.xml
+++ b/library/build/intermediates/incremental/packageReleaseResources/merger.xml
@@ -1,5 +1,5 @@
-#29CA97#06ACE4#06ACE4#1589FF#FFFFFF#000000#D1D0CE#E1E2E2#3f51b5#E1E2E2#303f9f#F06292#FF0000#00FFFF#ADD8E6#686868#747474#AAAAAA#AAAAAA#E1E2E2#455FB6#99979C16dp16dpType to Search
\ No newline at end of file
+
\ No newline at end of file
diff --git a/library/build/intermediates/javaPrecompile/debug/annotationProcessors.json b/library/build/intermediates/javaPrecompile/debug/annotationProcessors.json
deleted file mode 100644
index 0637a08..0000000
--- a/library/build/intermediates/javaPrecompile/debug/annotationProcessors.json
+++ /dev/null
@@ -1 +0,0 @@
-[]
\ No newline at end of file
diff --git a/library/build/intermediates/javaPrecompile/release/annotationProcessors.json b/library/build/intermediates/javaPrecompile/release/annotationProcessors.json
deleted file mode 100644
index 0637a08..0000000
--- a/library/build/intermediates/javaPrecompile/release/annotationProcessors.json
+++ /dev/null
@@ -1 +0,0 @@
-[]
\ No newline at end of file
diff --git a/library/build/intermediates/manifests/aapt/debug/AndroidManifest.xml b/library/build/intermediates/manifests/aapt/debug/AndroidManifest.xml
deleted file mode 100644
index 4376fb5..0000000
--- a/library/build/intermediates/manifests/aapt/debug/AndroidManifest.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/library/build/intermediates/manifests/aapt/debug/output.json b/library/build/intermediates/manifests/aapt/debug/output.json
deleted file mode 100644
index 95d468f..0000000
--- a/library/build/intermediates/manifests/aapt/debug/output.json
+++ /dev/null
@@ -1 +0,0 @@
-[{"outputType":{"type":"AAPT_FRIENDLY_MERGED_MANIFESTS"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"library-debug.aar","fullName":"debug","baseName":"debug"},"path":"AndroidManifest.xml","properties":{"packageId":"com.androidbuts.multispinnerfilter","split":""}}]
\ No newline at end of file
diff --git a/library/build/intermediates/manifests/aapt/release/AndroidManifest.xml b/library/build/intermediates/manifests/aapt/release/AndroidManifest.xml
deleted file mode 100644
index 4376fb5..0000000
--- a/library/build/intermediates/manifests/aapt/release/AndroidManifest.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/library/build/intermediates/manifests/aapt/release/output.json b/library/build/intermediates/manifests/aapt/release/output.json
deleted file mode 100644
index 69b8728..0000000
--- a/library/build/intermediates/manifests/aapt/release/output.json
+++ /dev/null
@@ -1 +0,0 @@
-[{"outputType":{"type":"AAPT_FRIENDLY_MERGED_MANIFESTS"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"library-release.aar","fullName":"release","baseName":"release"},"path":"AndroidManifest.xml","properties":{"packageId":"com.androidbuts.multispinnerfilter","split":""}}]
\ No newline at end of file
diff --git a/library/build/intermediates/manifests/full/debug/AndroidManifest.xml b/library/build/intermediates/manifests/full/debug/AndroidManifest.xml
deleted file mode 100644
index 4376fb5..0000000
--- a/library/build/intermediates/manifests/full/debug/AndroidManifest.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/library/build/intermediates/manifests/full/debug/output.json b/library/build/intermediates/manifests/full/debug/output.json
deleted file mode 100644
index c37a998..0000000
--- a/library/build/intermediates/manifests/full/debug/output.json
+++ /dev/null
@@ -1 +0,0 @@
-[{"outputType":{"type":"MERGED_MANIFESTS"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"library-debug.aar","fullName":"debug","baseName":"debug"},"path":"AndroidManifest.xml","properties":{"packageId":"com.androidbuts.multispinnerfilter","split":""}}]
\ No newline at end of file
diff --git a/library/build/intermediates/manifests/full/release/AndroidManifest.xml b/library/build/intermediates/manifests/full/release/AndroidManifest.xml
deleted file mode 100644
index 4376fb5..0000000
--- a/library/build/intermediates/manifests/full/release/AndroidManifest.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/library/build/intermediates/manifests/full/release/output.json b/library/build/intermediates/manifests/full/release/output.json
deleted file mode 100644
index c8f9991..0000000
--- a/library/build/intermediates/manifests/full/release/output.json
+++ /dev/null
@@ -1 +0,0 @@
-[{"outputType":{"type":"MERGED_MANIFESTS"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"library-release.aar","fullName":"release","baseName":"release"},"path":"AndroidManifest.xml","properties":{"packageId":"com.androidbuts.multispinnerfilter","split":""}}]
\ No newline at end of file
diff --git a/library/build/intermediates/packaged_res/debug/values-v21/values-v21.xml b/library/build/intermediates/packaged_res/debug/values-v21/values-v21.xml
index 62a5e11..8d5c618 100644
--- a/library/build/intermediates/packaged_res/debug/values-v21/values-v21.xml
+++ b/library/build/intermediates/packaged_res/debug/values-v21/values-v21.xml
@@ -1,8 +1,5 @@
-
-
-
+
+
+
\ No newline at end of file
diff --git a/library/build/intermediates/packaged_res/release/values-v21/values-v21.xml b/library/build/intermediates/packaged_res/release/values-v21/values-v21.xml
index 62a5e11..8d5c618 100644
--- a/library/build/intermediates/packaged_res/release/values-v21/values-v21.xml
+++ b/library/build/intermediates/packaged_res/release/values-v21/values-v21.xml
@@ -1,8 +1,5 @@
-
-
-
+
+
+
\ No newline at end of file
diff --git a/library/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt b/library/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt
index 308c413..600eecd 100644
--- a/library/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt
+++ b/library/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt
@@ -1,3009 +1,1451 @@
com.androidbuts.multispinnerfilter
-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 design_bottom_sheet_slide_in 0x7f01000b
-int anim design_bottom_sheet_slide_out 0x7f01000c
-int anim design_snackbar_in 0x7f01000d
-int anim design_snackbar_out 0x7f01000e
-int anim tooltip_enter 0x7f01000f
-int anim tooltip_exit 0x7f010010
-int animator design_appbar_state_list_animator 0x7f020001
-int attr actionBarDivider 0x7f040001
-int attr actionBarItemBackground 0x7f040002
-int attr actionBarPopupTheme 0x7f040003
-int attr actionBarSize 0x7f040004
-int attr actionBarSplitStyle 0x7f040005
-int attr actionBarStyle 0x7f040006
-int attr actionBarTabBarStyle 0x7f040007
-int attr actionBarTabStyle 0x7f040008
-int attr actionBarTabTextStyle 0x7f040009
-int attr actionBarTheme 0x7f04000a
-int attr actionBarWidgetTheme 0x7f04000b
-int attr actionButtonStyle 0x7f04000c
-int attr actionDropDownStyle 0x7f04000d
-int attr actionLayout 0x7f04000e
-int attr actionMenuTextAppearance 0x7f04000f
-int attr actionMenuTextColor 0x7f040010
-int attr actionModeBackground 0x7f040011
-int attr actionModeCloseButtonStyle 0x7f040012
-int attr actionModeCloseDrawable 0x7f040013
-int attr actionModeCopyDrawable 0x7f040014
-int attr actionModeCutDrawable 0x7f040015
-int attr actionModeFindDrawable 0x7f040016
-int attr actionModePasteDrawable 0x7f040017
-int attr actionModePopupWindowStyle 0x7f040018
-int attr actionModeSelectAllDrawable 0x7f040019
-int attr actionModeShareDrawable 0x7f04001a
-int attr actionModeSplitBackground 0x7f04001b
-int attr actionModeStyle 0x7f04001c
-int attr actionModeWebSearchDrawable 0x7f04001d
-int attr actionOverflowButtonStyle 0x7f04001e
-int attr actionOverflowMenuStyle 0x7f04001f
-int attr actionProviderClass 0x7f040020
-int attr actionViewClass 0x7f040021
-int attr activityChooserViewStyle 0x7f040022
-int attr alertDialogButtonGroupStyle 0x7f040023
-int attr alertDialogCenterButtons 0x7f040024
-int attr alertDialogStyle 0x7f040025
-int attr alertDialogTheme 0x7f040026
-int attr allowStacking 0x7f040027
-int attr alpha 0x7f040028
-int attr alphabeticModifiers 0x7f040029
-int attr arrowHeadLength 0x7f04002a
-int attr arrowShaftLength 0x7f04002b
-int attr autoCompleteTextViewStyle 0x7f04002c
-int attr autoSizeMaxTextSize 0x7f04002d
-int attr autoSizeMinTextSize 0x7f04002e
-int attr autoSizePresetSizes 0x7f04002f
-int attr autoSizeStepGranularity 0x7f040030
-int attr autoSizeTextType 0x7f040031
-int attr background 0x7f040032
-int attr backgroundSplit 0x7f040033
-int attr backgroundStacked 0x7f040034
-int attr backgroundTint 0x7f040035
-int attr backgroundTintMode 0x7f040036
-int attr barLength 0x7f040037
-int attr behavior_autoHide 0x7f040038
-int attr behavior_hideable 0x7f040039
-int attr behavior_overlapTop 0x7f04003a
-int attr behavior_peekHeight 0x7f04003b
-int attr behavior_skipCollapsed 0x7f04003c
-int attr borderWidth 0x7f04003d
-int attr borderlessButtonStyle 0x7f04003e
-int attr bottomSheetDialogTheme 0x7f04003f
-int attr bottomSheetStyle 0x7f040040
-int attr bsd_cancelable 0x7f040041
-int attr bsd_canceledOnTouchOutside 0x7f040042
-int attr bsd_dimAmount 0x7f040043
-int attr bsd_inDuration 0x7f040044
-int attr bsd_inInterpolator 0x7f040045
-int attr bsd_outDuration 0x7f040046
-int attr bsd_outInterpolator 0x7f040047
-int attr buttonBarButtonStyle 0x7f040048
-int attr buttonBarNegativeButtonStyle 0x7f040049
-int attr buttonBarNeutralButtonStyle 0x7f04004a
-int attr buttonBarPositiveButtonStyle 0x7f04004b
-int attr buttonBarStyle 0x7f04004c
-int attr buttonGravity 0x7f04004d
-int attr buttonPanelSideLayout 0x7f04004e
-int attr buttonStyle 0x7f04004f
-int attr buttonStyleSmall 0x7f040050
-int attr buttonTint 0x7f040051
-int attr buttonTintMode 0x7f040052
-int attr cardBackgroundColor 0x7f040053
-int attr cardCornerRadius 0x7f040054
-int attr cardElevation 0x7f040055
-int attr cardMaxElevation 0x7f040056
-int attr cardPreventCornerOverlap 0x7f040057
-int attr cardUseCompatPadding 0x7f040058
-int attr cbd_animDuration 0x7f040059
-int attr cbd_boxSize 0x7f04005a
-int attr cbd_cornerRadius 0x7f04005b
-int attr cbd_height 0x7f04005c
-int attr cbd_strokeColor 0x7f04005d
-int attr cbd_strokeSize 0x7f04005e
-int attr cbd_tickColor 0x7f04005f
-int attr cbd_width 0x7f040060
-int attr checkboxStyle 0x7f040061
-int attr checkedTextViewStyle 0x7f040062
-int attr closeIcon 0x7f040063
-int attr closeItemLayout 0x7f040064
-int attr collapseContentDescription 0x7f040065
-int attr collapseIcon 0x7f040066
-int attr collapsedTitleGravity 0x7f040067
-int attr collapsedTitleTextAppearance 0x7f040068
-int attr color 0x7f040069
-int attr colorAccent 0x7f04006a
-int attr colorBackgroundFloating 0x7f04006b
-int attr colorButtonNormal 0x7f04006c
-int attr colorControlActivated 0x7f04006d
-int attr colorControlHighlight 0x7f04006e
-int attr colorControlNormal 0x7f04006f
-int attr colorError 0x7f040070
-int attr colorPrimary 0x7f040071
-int attr colorPrimaryDark 0x7f040072
-int attr colorSwitchThumbNormal 0x7f040073
-int attr commitIcon 0x7f040074
-int attr contentDescription 0x7f040075
-int attr contentInsetEnd 0x7f040076
-int attr contentInsetEndWithActions 0x7f040077
-int attr contentInsetLeft 0x7f040078
-int attr contentInsetRight 0x7f040079
-int attr contentInsetStart 0x7f04007a
-int attr contentInsetStartWithNavigation 0x7f04007b
-int attr contentPadding 0x7f04007c
-int attr contentPaddingBottom 0x7f04007d
-int attr contentPaddingLeft 0x7f04007e
-int attr contentPaddingRight 0x7f04007f
-int attr contentPaddingTop 0x7f040080
-int attr contentScrim 0x7f040081
-int attr controlBackground 0x7f040082
-int attr counterEnabled 0x7f040083
-int attr counterMaxLength 0x7f040084
-int attr counterOverflowTextAppearance 0x7f040085
-int attr counterTextAppearance 0x7f040086
-int attr cpd_inAnimDuration 0x7f040087
-int attr cpd_inStepColors 0x7f040088
-int attr cpd_inStepPercent 0x7f040089
-int attr cpd_initialAngle 0x7f04008a
-int attr cpd_keepDuration 0x7f04008b
-int attr cpd_maxSweepAngle 0x7f04008c
-int attr cpd_minSweepAngle 0x7f04008d
-int attr cpd_outAnimDuration 0x7f04008e
-int attr cpd_padding 0x7f04008f
-int attr cpd_reverse 0x7f040090
-int attr cpd_rotateDuration 0x7f040091
-int attr cpd_strokeColor 0x7f040092
-int attr cpd_strokeColors 0x7f040093
-int attr cpd_strokeSecondaryColor 0x7f040094
-int attr cpd_strokeSize 0x7f040095
-int attr cpd_transformDuration 0x7f040096
-int attr cpd_transformInterpolator 0x7f040097
-int attr customNavigationLayout 0x7f040098
-int attr defaultQueryHint 0x7f040099
-int attr di_actionBackground 0x7f04009a
-int attr di_actionRipple 0x7f04009b
-int attr di_actionTextAppearance 0x7f04009c
-int attr di_actionTextColor 0x7f04009d
-int attr di_backgroundColor 0x7f04009e
-int attr di_cancelable 0x7f04009f
-int attr di_canceledOnTouchOutside 0x7f0400a0
-int attr di_checkBoxStyle 0x7f0400a1
-int attr di_cornerRadius 0x7f0400a2
-int attr di_dimAmount 0x7f0400a3
-int attr di_dividerColor 0x7f0400a4
-int attr di_dividerHeight 0x7f0400a5
-int attr di_elevation 0x7f0400a6
-int attr di_inAnimation 0x7f0400a7
-int attr di_itemHeight 0x7f0400a8
-int attr di_itemTextAppearance 0x7f0400a9
-int attr di_layoutDirection 0x7f0400aa
-int attr di_maxElevation 0x7f0400ab
-int attr di_maxHeight 0x7f0400ac
-int attr di_maxWidth 0x7f0400ad
-int attr di_messageTextAppearance 0x7f0400ae
-int attr di_messageTextColor 0x7f0400af
-int attr di_negativeActionBackground 0x7f0400b0
-int attr di_negativeActionRipple 0x7f0400b1
-int attr di_negativeActionTextAppearance 0x7f0400b2
-int attr di_negativeActionTextColor 0x7f0400b3
-int attr di_neutralActionBackground 0x7f0400b4
-int attr di_neutralActionRipple 0x7f0400b5
-int attr di_neutralActionTextAppearance 0x7f0400b6
-int attr di_neutralActionTextColor 0x7f0400b7
-int attr di_outAnimation 0x7f0400b8
-int attr di_positiveActionBackground 0x7f0400b9
-int attr di_positiveActionRipple 0x7f0400ba
-int attr di_positiveActionTextAppearance 0x7f0400bb
-int attr di_positiveActionTextColor 0x7f0400bc
-int attr di_radioButtonStyle 0x7f0400bd
-int attr di_titleTextAppearance 0x7f0400be
-int attr di_titleTextColor 0x7f0400bf
-int attr dialogPreferredPadding 0x7f0400c0
-int attr dialogTheme 0x7f0400c1
-int attr displayOptions 0x7f0400c2
-int attr divider 0x7f0400c3
-int attr dividerHorizontal 0x7f0400c4
-int attr dividerPadding 0x7f0400c5
-int attr dividerVertical 0x7f0400c6
-int attr dp_animDuration 0x7f0400c7
-int attr dp_day 0x7f0400c8
-int attr dp_dayMax 0x7f0400c9
-int attr dp_dayMin 0x7f0400ca
-int attr dp_dayTextSize 0x7f0400cb
-int attr dp_fontFamily 0x7f0400cc
-int attr dp_headerPrimaryColor 0x7f0400cd
-int attr dp_headerPrimaryHeight 0x7f0400ce
-int attr dp_headerPrimaryTextSize 0x7f0400cf
-int attr dp_headerSecondaryColor 0x7f0400d0
-int attr dp_headerSecondaryHeight 0x7f0400d1
-int attr dp_headerSecondaryTextSize 0x7f0400d2
-int attr dp_inInterpolator 0x7f0400d3
-int attr dp_month 0x7f0400d4
-int attr dp_monthMax 0x7f0400d5
-int attr dp_monthMin 0x7f0400d6
-int attr dp_outInterpolator 0x7f0400d7
-int attr dp_selectionColor 0x7f0400d8
-int attr dp_textColor 0x7f0400d9
-int attr dp_textDisableColor 0x7f0400da
-int attr dp_textHeaderColor 0x7f0400db
-int attr dp_textHighlightColor 0x7f0400dc
-int attr dp_textLabelColor 0x7f0400dd
-int attr dp_textStyle 0x7f0400de
-int attr dp_year 0x7f0400df
-int attr dp_yearItemHeight 0x7f0400e0
-int attr dp_yearMax 0x7f0400e1
-int attr dp_yearMin 0x7f0400e2
-int attr dp_yearTextSize 0x7f0400e3
-int attr drawableSize 0x7f0400e4
-int attr drawerArrowStyle 0x7f0400e5
-int attr dropDownListViewStyle 0x7f0400e6
-int attr dropdownListPreferredItemHeight 0x7f0400e7
-int attr editTextBackground 0x7f0400e8
-int attr editTextColor 0x7f0400e9
-int attr editTextStyle 0x7f0400ea
-int attr elevation 0x7f0400eb
-int attr errorEnabled 0x7f0400ec
-int attr errorTextAppearance 0x7f0400ed
-int attr et_autoCompleteMode 0x7f0400ee
-int attr et_dividerAnimDuration 0x7f0400ef
-int attr et_dividerColor 0x7f0400f0
-int attr et_dividerCompoundPadding 0x7f0400f1
-int attr et_dividerErrorColor 0x7f0400f2
-int attr et_dividerHeight 0x7f0400f3
-int attr et_dividerPadding 0x7f0400f4
-int attr et_error 0x7f0400f5
-int attr et_helper 0x7f0400f6
-int attr et_inputId 0x7f0400f7
-int attr et_labelEllipsize 0x7f0400f8
-int attr et_labelEnable 0x7f0400f9
-int attr et_labelInAnim 0x7f0400fa
-int attr et_labelOutAnim 0x7f0400fb
-int attr et_labelPadding 0x7f0400fc
-int attr et_labelTextAppearance 0x7f0400fd
-int attr et_labelTextColor 0x7f0400fe
-int attr et_labelTextSize 0x7f0400ff
-int attr et_supportEllipsize 0x7f040100
-int attr et_supportLines 0x7f040101
-int attr et_supportMaxChars 0x7f040102
-int attr et_supportMaxLines 0x7f040103
-int attr et_supportMode 0x7f040104
-int attr et_supportPadding 0x7f040105
-int attr et_supportSingleLine 0x7f040106
-int attr et_supportTextAppearance 0x7f040107
-int attr et_supportTextColor 0x7f040108
-int attr et_supportTextErrorColor 0x7f040109
-int attr et_supportTextSize 0x7f04010a
-int attr expandActivityOverflowButtonDrawable 0x7f04010b
-int attr expanded 0x7f04010c
-int attr expandedTitleGravity 0x7f04010d
-int attr expandedTitleMargin 0x7f04010e
-int attr expandedTitleMarginBottom 0x7f04010f
-int attr expandedTitleMarginEnd 0x7f040110
-int attr expandedTitleMarginStart 0x7f040111
-int attr expandedTitleMarginTop 0x7f040112
-int attr expandedTitleTextAppearance 0x7f040113
-int attr fabSize 0x7f040114
-int attr fab_animDuration 0x7f040115
-int attr fab_backgroundAnimDuration 0x7f040116
-int attr fab_backgroundColor 0x7f040117
-int attr fab_elevation 0x7f040118
-int attr fab_iconLineMorphing 0x7f040119
-int attr fab_iconSize 0x7f04011a
-int attr fab_iconSrc 0x7f04011b
-int attr fab_interpolator 0x7f04011c
-int attr fab_radius 0x7f04011d
-int attr fastScrollEnabled 0x7f04011e
-int attr fastScrollHorizontalThumbDrawable 0x7f04011f
-int attr fastScrollHorizontalTrackDrawable 0x7f040120
-int attr fastScrollVerticalThumbDrawable 0x7f040121
-int attr fastScrollVerticalTrackDrawable 0x7f040122
-int attr font 0x7f040123
-int attr fontFamily 0x7f040124
-int attr fontProviderAuthority 0x7f040125
-int attr fontProviderCerts 0x7f040126
-int attr fontProviderFetchStrategy 0x7f040127
-int attr fontProviderFetchTimeout 0x7f040128
-int attr fontProviderPackage 0x7f040129
-int attr fontProviderQuery 0x7f04012a
-int attr fontStyle 0x7f04012b
-int attr fontWeight 0x7f04012c
-int attr foregroundInsidePadding 0x7f04012d
-int attr gapBetweenBars 0x7f04012e
-int attr goIcon 0x7f04012f
-int attr headerLayout 0x7f040130
-int attr height 0x7f040131
-int attr hideOnContentScroll 0x7f040132
-int attr hintAnimationEnabled 0x7f040133
-int attr hintEnabled 0x7f040134
-int attr hintText 0x7f040135
-int attr hintTextAppearance 0x7f040136
-int attr homeAsUpIndicator 0x7f040137
-int attr homeLayout 0x7f040138
-int attr icon 0x7f040139
-int attr iconTint 0x7f04013a
-int attr iconTintMode 0x7f04013b
-int attr iconifiedByDefault 0x7f04013c
-int attr imageButtonStyle 0x7f04013d
-int attr indeterminateProgressStyle 0x7f04013e
-int attr initialActivityCount 0x7f04013f
-int attr insetForeground 0x7f040140
-int attr isLightTheme 0x7f040141
-int attr itemBackground 0x7f040142
-int attr itemIconTint 0x7f040143
-int attr itemPadding 0x7f040144
-int attr itemTextAppearance 0x7f040145
-int attr itemTextColor 0x7f040146
-int attr keylines 0x7f040147
-int attr layout 0x7f040148
-int attr layoutManager 0x7f040149
-int attr layout_anchor 0x7f04014a
-int attr layout_anchorGravity 0x7f04014b
-int attr layout_behavior 0x7f04014c
-int attr layout_collapseMode 0x7f04014d
-int attr layout_collapseParallaxMultiplier 0x7f04014e
-int attr layout_dodgeInsetEdges 0x7f04014f
-int attr layout_insetEdge 0x7f040150
-int attr layout_keyline 0x7f040151
-int attr layout_scrollFlags 0x7f040152
-int attr layout_scrollInterpolator 0x7f040153
-int attr listChoiceBackgroundIndicator 0x7f040154
-int attr listDividerAlertDialog 0x7f040155
-int attr listItemLayout 0x7f040156
-int attr listLayout 0x7f040157
-int attr listMenuViewStyle 0x7f040158
-int attr listPopupWindowStyle 0x7f040159
-int attr listPreferredItemHeight 0x7f04015a
-int attr listPreferredItemHeightLarge 0x7f04015b
-int attr listPreferredItemHeightSmall 0x7f04015c
-int attr listPreferredItemPaddingLeft 0x7f04015d
-int attr listPreferredItemPaddingRight 0x7f04015e
-int attr lmd_animDuration 0x7f04015f
-int attr lmd_clockwise 0x7f040160
-int attr lmd_curState 0x7f040161
-int attr lmd_interpolator 0x7f040162
-int attr lmd_layoutDirection 0x7f040163
-int attr lmd_padding 0x7f040164
-int attr lmd_paddingBottom 0x7f040165
-int attr lmd_paddingLeft 0x7f040166
-int attr lmd_paddingRight 0x7f040167
-int attr lmd_paddingTop 0x7f040168
-int attr lmd_state 0x7f040169
-int attr lmd_strokeCap 0x7f04016a
-int attr lmd_strokeColor 0x7f04016b
-int attr lmd_strokeJoin 0x7f04016c
-int attr lmd_strokeSize 0x7f04016d
-int attr logo 0x7f04016e
-int attr logoDescription 0x7f04016f
-int attr lpd_inAnimDuration 0x7f040170
-int attr lpd_keepDuration 0x7f040171
-int attr lpd_maxLineWidth 0x7f040172
-int attr lpd_minLineWidth 0x7f040173
-int attr lpd_outAnimDuration 0x7f040174
-int attr lpd_reverse 0x7f040175
-int attr lpd_strokeColor 0x7f040176
-int attr lpd_strokeColors 0x7f040177
-int attr lpd_strokeSecondaryColor 0x7f040178
-int attr lpd_strokeSize 0x7f040179
-int attr lpd_transformDuration 0x7f04017a
-int attr lpd_transformInterpolator 0x7f04017b
-int attr lpd_travelDuration 0x7f04017c
-int attr lpd_verticalAlign 0x7f04017d
-int attr maxActionInlineWidth 0x7f04017e
-int attr maxButtonHeight 0x7f04017f
-int attr measureWithLargestChild 0x7f040180
-int attr menu 0x7f040181
-int attr multiChoiceItemLayout 0x7f040182
-int attr navigationContentDescription 0x7f040183
-int attr navigationIcon 0x7f040184
-int attr navigationMode 0x7f040185
-int attr nd_icon 0x7f040186
-int attr nd_ripple 0x7f040187
-int attr numericModifiers 0x7f040188
-int attr overlapAnchor 0x7f040189
-int attr paddingBottomNoButtons 0x7f04018a
-int attr paddingEnd 0x7f04018b
-int attr paddingStart 0x7f04018c
-int attr paddingTopNoTitle 0x7f04018d
-int attr panelBackground 0x7f04018e
-int attr panelMenuListTheme 0x7f04018f
-int attr panelMenuListWidth 0x7f040190
-int attr passwordToggleContentDescription 0x7f040191
-int attr passwordToggleDrawable 0x7f040192
-int attr passwordToggleEnabled 0x7f040193
-int attr passwordToggleTint 0x7f040194
-int attr passwordToggleTintMode 0x7f040195
-int attr popupMenuStyle 0x7f040196
-int attr popupTheme 0x7f040197
-int attr popupWindowStyle 0x7f040198
-int attr preserveIconSpacing 0x7f040199
-int attr pressedTranslationZ 0x7f04019a
-int attr progressBarPadding 0x7f04019b
-int attr progressBarStyle 0x7f04019c
-int attr pv_autostart 0x7f04019d
-int attr pv_circular 0x7f04019e
-int attr pv_progress 0x7f04019f
-int attr pv_progressMode 0x7f0401a0
-int attr pv_progressStyle 0x7f0401a1
-int attr pv_secondaryProgress 0x7f0401a2
-int attr queryBackground 0x7f0401a3
-int attr queryHint 0x7f0401a4
-int attr radioButtonStyle 0x7f0401a5
-int attr ratingBarStyle 0x7f0401a6
-int attr ratingBarStyleIndicator 0x7f0401a7
-int attr ratingBarStyleSmall 0x7f0401a8
-int attr rbd_animDuration 0x7f0401a9
-int attr rbd_height 0x7f0401aa
-int attr rbd_innerRadius 0x7f0401ab
-int attr rbd_radius 0x7f0401ac
-int attr rbd_strokeColor 0x7f0401ad
-int attr rbd_strokeSize 0x7f0401ae
-int attr rbd_width 0x7f0401af
-int attr rd_backgroundAnimDuration 0x7f0401b0
-int attr rd_backgroundColor 0x7f0401b1
-int attr rd_bottomLeftCornerRadius 0x7f0401b2
-int attr rd_bottomPadding 0x7f0401b3
-int attr rd_bottomRightCornerRadius 0x7f0401b4
-int attr rd_cornerRadius 0x7f0401b5
-int attr rd_delayClick 0x7f0401b6
-int attr rd_enable 0x7f0401b7
-int attr rd_inInterpolator 0x7f0401b8
-int attr rd_leftPadding 0x7f0401b9
-int attr rd_maskType 0x7f0401ba
-int attr rd_maxRippleRadius 0x7f0401bb
-int attr rd_outInterpolator 0x7f0401bc
-int attr rd_padding 0x7f0401bd
-int attr rd_rightPadding 0x7f0401be
-int attr rd_rippleAnimDuration 0x7f0401bf
-int attr rd_rippleColor 0x7f0401c0
-int attr rd_rippleType 0x7f0401c1
-int attr rd_style 0x7f0401c2
-int attr rd_topLeftCornerRadius 0x7f0401c3
-int attr rd_topPadding 0x7f0401c4
-int attr rd_topRightCornerRadius 0x7f0401c5
-int attr reverseLayout 0x7f0401c6
-int attr rippleColor 0x7f0401c7
-int attr sb_actionRipple 0x7f0401c8
-int attr sb_actionText 0x7f0401c9
-int attr sb_actionTextAppearance 0x7f0401ca
-int attr sb_actionTextColor 0x7f0401cb
-int attr sb_actionTextSize 0x7f0401cc
-int attr sb_backgroundColor 0x7f0401cd
-int attr sb_backgroundCornerRadius 0x7f0401ce
-int attr sb_duration 0x7f0401cf
-int attr sb_ellipsize 0x7f0401d0
-int attr sb_height 0x7f0401d1
-int attr sb_horizontalPadding 0x7f0401d2
-int attr sb_inAnimation 0x7f0401d3
-int attr sb_lines 0x7f0401d4
-int attr sb_marginBottom 0x7f0401d5
-int attr sb_marginStart 0x7f0401d6
-int attr sb_maxHeight 0x7f0401d7
-int attr sb_maxLines 0x7f0401d8
-int attr sb_maxWidth 0x7f0401d9
-int attr sb_minHeight 0x7f0401da
-int attr sb_minWidth 0x7f0401db
-int attr sb_outAnimation 0x7f0401dc
-int attr sb_removeOnDismiss 0x7f0401dd
-int attr sb_singleLine 0x7f0401de
-int attr sb_text 0x7f0401df
-int attr sb_textAppearance 0x7f0401e0
-int attr sb_textColor 0x7f0401e1
-int attr sb_textSize 0x7f0401e2
-int attr sb_verticalPadding 0x7f0401e3
-int attr sb_width 0x7f0401e4
-int attr scrimAnimationDuration 0x7f0401e5
-int attr scrimVisibleHeightTrigger 0x7f0401e6
-int attr searchHintIcon 0x7f0401e7
-int attr searchIcon 0x7f0401e8
-int attr searchViewStyle 0x7f0401e9
-int attr seekBarStyle 0x7f0401ea
-int attr selectableItemBackground 0x7f0401eb
-int attr selectableItemBackgroundBorderless 0x7f0401ec
-int attr showAsAction 0x7f0401ed
-int attr showDividers 0x7f0401ee
-int attr showText 0x7f0401ef
-int attr showTitle 0x7f0401f0
-int attr singleChoiceItemLayout 0x7f0401f1
-int attr sl_alwaysFillThumb 0x7f0401f2
-int attr sl_baselineOffset 0x7f0401f3
-int attr sl_discreteMode 0x7f0401f4
-int attr sl_fontFamily 0x7f0401f5
-int attr sl_interpolator 0x7f0401f6
-int attr sl_maxValue 0x7f0401f7
-int attr sl_minValue 0x7f0401f8
-int attr sl_primaryColor 0x7f0401f9
-int attr sl_secondaryColor 0x7f0401fa
-int attr sl_stepValue 0x7f0401fb
-int attr sl_textColor 0x7f0401fc
-int attr sl_textSize 0x7f0401fd
-int attr sl_textStyle 0x7f0401fe
-int attr sl_thumbBorderSize 0x7f0401ff
-int attr sl_thumbFocusRadius 0x7f040200
-int attr sl_thumbRadius 0x7f040201
-int attr sl_trackCap 0x7f040202
-int attr sl_trackSize 0x7f040203
-int attr sl_transformAnimDuration 0x7f040204
-int attr sl_travelAnimDuration 0x7f040205
-int attr sl_value 0x7f040206
-int attr spanCount 0x7f040207
-int attr spinBars 0x7f040208
-int attr spinnerDropDownItemStyle 0x7f040209
-int attr spinnerStyle 0x7f04020a
-int attr splitTrack 0x7f04020b
-int attr spn_arrowAnimClockwise 0x7f04020c
-int attr spn_arrowAnimDuration 0x7f04020d
-int attr spn_arrowColor 0x7f04020e
-int attr spn_arrowInterpolator 0x7f04020f
-int attr spn_arrowPadding 0x7f040210
-int attr spn_arrowSize 0x7f040211
-int attr spn_arrowSwitchMode 0x7f040212
-int attr spn_disableChildrenWhenDisabled 0x7f040213
-int attr spn_dividerAnimDuration 0x7f040214
-int attr spn_dividerColor 0x7f040215
-int attr spn_dividerHeight 0x7f040216
-int attr spn_dividerPadding 0x7f040217
-int attr spn_label 0x7f040218
-int attr spn_labelEllipsize 0x7f040219
-int attr spn_labelEnable 0x7f04021a
-int attr spn_labelPadding 0x7f04021b
-int attr spn_labelTextAppearance 0x7f04021c
-int attr spn_labelTextColor 0x7f04021d
-int attr spn_labelTextSize 0x7f04021e
-int attr spn_popupItemAnimOffset 0x7f04021f
-int attr spn_popupItemAnimation 0x7f040220
-int attr srcCompat 0x7f040221
-int attr stackFromEnd 0x7f040222
-int attr state_above_anchor 0x7f040223
-int attr state_collapsed 0x7f040224
-int attr state_collapsible 0x7f040225
-int attr statusBarBackground 0x7f040226
-int attr statusBarScrim 0x7f040227
-int attr subMenuArrow 0x7f040228
-int attr submitBackground 0x7f040229
-int attr subtitle 0x7f04022a
-int attr subtitleTextAppearance 0x7f04022b
-int attr subtitleTextColor 0x7f04022c
-int attr subtitleTextStyle 0x7f04022d
-int attr suggestionRowLayout 0x7f04022e
-int attr sw_animDuration 0x7f04022f
-int attr sw_interpolator 0x7f040230
-int attr sw_thumbColor 0x7f040231
-int attr sw_thumbElevation 0x7f040232
-int attr sw_thumbRadius 0x7f040233
-int attr sw_trackCap 0x7f040234
-int attr sw_trackColor 0x7f040235
-int attr sw_trackSize 0x7f040236
-int attr switchMinWidth 0x7f040237
-int attr switchPadding 0x7f040238
-int attr switchStyle 0x7f040239
-int attr switchTextAppearance 0x7f04023a
-int attr tabBackground 0x7f04023b
-int attr tabContentStart 0x7f04023c
-int attr tabGravity 0x7f04023d
-int attr tabIndicatorColor 0x7f04023e
-int attr tabIndicatorHeight 0x7f04023f
-int attr tabMaxWidth 0x7f040240
-int attr tabMinWidth 0x7f040241
-int attr tabMode 0x7f040242
-int attr tabPadding 0x7f040243
-int attr tabPaddingBottom 0x7f040244
-int attr tabPaddingEnd 0x7f040245
-int attr tabPaddingStart 0x7f040246
-int attr tabPaddingTop 0x7f040247
-int attr tabSelectedTextColor 0x7f040248
-int attr tabTextAppearance 0x7f040249
-int attr tabTextColor 0x7f04024a
-int attr textAllCaps 0x7f04024b
-int attr textAppearanceLargePopupMenu 0x7f04024c
-int attr textAppearanceListItem 0x7f04024d
-int attr textAppearanceListItemSecondary 0x7f04024e
-int attr textAppearanceListItemSmall 0x7f04024f
-int attr textAppearancePopupMenuHeader 0x7f040250
-int attr textAppearanceSearchResultSubtitle 0x7f040251
-int attr textAppearanceSearchResultTitle 0x7f040252
-int attr textAppearanceSmallPopupMenu 0x7f040253
-int attr textColorAlertDialogListItem 0x7f040254
-int attr textColorError 0x7f040255
-int attr textColorSearchUrl 0x7f040256
-int attr theme 0x7f040257
-int attr thickness 0x7f040258
-int attr thumbTextPadding 0x7f040259
-int attr thumbTint 0x7f04025a
-int attr thumbTintMode 0x7f04025b
-int attr tickMark 0x7f04025c
-int attr tickMarkTint 0x7f04025d
-int attr tickMarkTintMode 0x7f04025e
-int attr tint 0x7f04025f
-int attr tintMode 0x7f040260
-int attr title 0x7f040261
-int attr titleEnabled 0x7f040262
-int attr titleMargin 0x7f040263
-int attr titleMarginBottom 0x7f040264
-int attr titleMarginEnd 0x7f040265
-int attr titleMarginStart 0x7f040266
-int attr titleMarginTop 0x7f040267
-int attr titleMargins 0x7f040268
-int attr titleTextAppearance 0x7f040269
-int attr titleTextColor 0x7f04026a
-int attr titleTextStyle 0x7f04026b
-int attr toolbarId 0x7f04026c
-int attr toolbarNavigationButtonStyle 0x7f04026d
-int attr toolbarStyle 0x7f04026e
-int attr tooltipForegroundColor 0x7f04026f
-int attr tooltipFrameBackground 0x7f040270
-int attr tooltipText 0x7f040271
-int attr tp_24Hour 0x7f040272
-int attr tp_am 0x7f040273
-int attr tp_animDuration 0x7f040274
-int attr tp_backgroundColor 0x7f040275
-int attr tp_fontFamily 0x7f040276
-int attr tp_headerHeight 0x7f040277
-int attr tp_hour 0x7f040278
-int attr tp_inInterpolator 0x7f040279
-int attr tp_leadingZero 0x7f04027a
-int attr tp_minute 0x7f04027b
-int attr tp_mode 0x7f04027c
-int attr tp_outInterpolator 0x7f04027d
-int attr tp_pm 0x7f04027e
-int attr tp_selectionColor 0x7f04027f
-int attr tp_selectionRadius 0x7f040280
-int attr tp_textColor 0x7f040281
-int attr tp_textHighlightColor 0x7f040282
-int attr tp_textSize 0x7f040283
-int attr tp_textStyle 0x7f040284
-int attr tp_textTimeColor 0x7f040285
-int attr tp_textTimeSize 0x7f040286
-int attr tp_tickSize 0x7f040287
-int attr tpi_centerCurrentTab 0x7f040288
-int attr tpi_indicatorAtTop 0x7f040289
-int attr tpi_indicatorColor 0x7f04028a
-int attr tpi_indicatorHeight 0x7f04028b
-int attr tpi_mode 0x7f04028c
-int attr tpi_tabPadding 0x7f04028d
-int attr tpi_tabRipple 0x7f04028e
-int attr tpi_tabSingleLine 0x7f04028f
-int attr track 0x7f040290
-int attr trackTint 0x7f040291
-int attr trackTintMode 0x7f040292
-int attr tv_fontFamily 0x7f040293
-int attr useCompatPadding 0x7f040294
-int attr v_styleId 0x7f040295
-int attr voiceIcon 0x7f040296
-int attr windowActionBar 0x7f040297
-int attr windowActionBarOverlay 0x7f040298
-int attr windowActionModeOverlay 0x7f040299
-int attr windowFixedHeightMajor 0x7f04029a
-int attr windowFixedHeightMinor 0x7f04029b
-int attr windowFixedWidthMajor 0x7f04029c
-int attr windowFixedWidthMinor 0x7f04029d
-int attr windowMinWidthMajor 0x7f04029e
-int attr windowMinWidthMinor 0x7f04029f
-int attr windowNoTitle 0x7f0402a0
-int bool abc_action_bar_embed_tabs 0x7f050001
-int bool abc_action_bar_embed_tabs_pre_jb 0x7f050002
-int bool abc_action_bar_expanded_action_views_exclusive 0x7f050003
-int bool abc_allow_stacked_button_bar 0x7f050004
-int bool abc_config_actionMenuItemAllCaps 0x7f050005
-int bool abc_config_allowActionMenuItemTextWithIcon 0x7f050006
-int bool abc_config_closeDialogWhenTouchOutside 0x7f050007
-int bool abc_config_showMenuShortcutsWhenKeyboardPresent 0x7f050008
-int color ColorPrimary 0x7f060001
-int color ColorPrimaryDark 0x7f060002
-int color abc_background_cache_hint_selector_material_dark 0x7f060003
-int color abc_background_cache_hint_selector_material_light 0x7f060004
-int color abc_btn_colored_borderless_text_material 0x7f060005
-int color abc_btn_colored_text_material 0x7f060006
-int color abc_color_highlight_material 0x7f060007
-int color abc_hint_foreground_material_dark 0x7f060008
-int color abc_hint_foreground_material_light 0x7f060009
-int color abc_input_method_navigation_guard 0x7f06000a
-int color abc_primary_text_disable_only_material_dark 0x7f06000b
-int color abc_primary_text_disable_only_material_light 0x7f06000c
-int color abc_primary_text_material_dark 0x7f06000d
-int color abc_primary_text_material_light 0x7f06000e
-int color abc_search_url_text 0x7f06000f
-int color abc_search_url_text_normal 0x7f060010
-int color abc_search_url_text_pressed 0x7f060011
-int color abc_search_url_text_selected 0x7f060012
-int color abc_secondary_text_material_dark 0x7f060013
-int color abc_secondary_text_material_light 0x7f060014
-int color abc_tint_btn_checkable 0x7f060015
-int color abc_tint_default 0x7f060016
-int color abc_tint_edittext 0x7f060017
-int color abc_tint_seek_thumb 0x7f060018
-int color abc_tint_spinner 0x7f060019
-int color abc_tint_switch_track 0x7f06001a
-int color accent_material_dark 0x7f06001b
-int color accent_material_light 0x7f06001c
-int color android_text_color 0x7f06001d
-int color app_topbar_color 0x7f06001e
-int color background_color 0x7f06001f
-int color background_floating_material_dark 0x7f060020
-int color background_floating_material_light 0x7f060021
-int color background_material_dark 0x7f060022
-int color background_material_light 0x7f060023
-int color black 0x7f060024
-int color blue 0x7f060025
-int color bright_foreground_disabled_material_dark 0x7f060026
-int color bright_foreground_disabled_material_light 0x7f060027
-int color bright_foreground_inverse_material_dark 0x7f060028
-int color bright_foreground_inverse_material_light 0x7f060029
-int color bright_foreground_material_dark 0x7f06002a
-int color bright_foreground_material_light 0x7f06002b
-int color button_material_dark 0x7f06002c
-int color button_material_light 0x7f06002d
-int color cardview_dark_background 0x7f06002e
-int color cardview_light_background 0x7f06002f
-int color cardview_shadow_end_color 0x7f060030
-int color cardview_shadow_start_color 0x7f060031
-int color cyan 0x7f060032
-int color design_bottom_navigation_shadow_color 0x7f060033
-int color design_error 0x7f060034
-int color design_fab_shadow_end_color 0x7f060035
-int color design_fab_shadow_mid_color 0x7f060036
-int color design_fab_shadow_start_color 0x7f060037
-int color design_fab_stroke_end_inner_color 0x7f060038
-int color design_fab_stroke_end_outer_color 0x7f060039
-int color design_fab_stroke_top_inner_color 0x7f06003a
-int color design_fab_stroke_top_outer_color 0x7f06003b
-int color design_snackbar_background_color 0x7f06003c
-int color design_tint_password_toggle 0x7f06003d
-int color dim_foreground_disabled_material_dark 0x7f06003e
-int color dim_foreground_disabled_material_light 0x7f06003f
-int color dim_foreground_material_dark 0x7f060040
-int color dim_foreground_material_light 0x7f060041
-int color error_color_material 0x7f060042
-int color foreground_material_dark 0x7f060043
-int color foreground_material_light 0x7f060044
-int color gray 0x7f060045
-int color highlighted_text_material_dark 0x7f060046
-int color highlighted_text_material_light 0x7f060047
-int color hint_foreground_material_dark 0x7f060048
-int color hint_foreground_material_light 0x7f060049
-int color lightBlue 0x7f06004a
-int color list_background 0x7f06004b
-int color list_even 0x7f06004c
-int color list_header 0x7f06004d
-int color list_odd 0x7f06004e
-int color list_selected 0x7f06004f
-int color material_blue_grey_800 0x7f060050
-int color material_blue_grey_900 0x7f060051
-int color material_blue_grey_950 0x7f060052
-int color material_deep_teal_200 0x7f060053
-int color material_deep_teal_500 0x7f060054
-int color material_grey_100 0x7f060055
-int color material_grey_300 0x7f060056
-int color material_grey_50 0x7f060057
-int color material_grey_600 0x7f060058
-int color material_grey_800 0x7f060059
-int color material_grey_850 0x7f06005a
-int color material_grey_900 0x7f06005b
-int color notification_action_color_filter 0x7f06005c
-int color notification_icon_bg_color 0x7f06005d
-int color notification_material_background_media_default_color 0x7f06005e
-int color primary 0x7f06005f
-int color primary_dark 0x7f060060
-int color primary_dark_material_dark 0x7f060061
-int color primary_dark_material_light 0x7f060062
-int color primary_material_dark 0x7f060063
-int color primary_material_light 0x7f060064
-int color primary_pressed 0x7f060065
-int color primary_text_default_material_dark 0x7f060066
-int color primary_text_default_material_light 0x7f060067
-int color primary_text_disabled_material_dark 0x7f060068
-int color primary_text_disabled_material_light 0x7f060069
-int color red 0x7f06006a
-int color ripple 0x7f06006b
-int color ripple_material_dark 0x7f06006c
-int color ripple_material_light 0x7f06006d
-int color secondary_text_default_material_dark 0x7f06006e
-int color secondary_text_default_material_light 0x7f06006f
-int color secondary_text_disabled_material_dark 0x7f060070
-int color secondary_text_disabled_material_light 0x7f060071
-int color switch_thumb_disabled_material_dark 0x7f060072
-int color switch_thumb_disabled_material_light 0x7f060073
-int color switch_thumb_material_dark 0x7f060074
-int color switch_thumb_material_light 0x7f060075
-int color switch_thumb_normal_material_dark 0x7f060076
-int color switch_thumb_normal_material_light 0x7f060077
-int color text_color 0x7f060078
-int color tooltip_background_dark 0x7f060079
-int color tooltip_background_light 0x7f06007a
-int color white 0x7f06007b
-int dimen abc_action_bar_content_inset_material 0x7f080001
-int dimen abc_action_bar_content_inset_with_nav 0x7f080002
-int dimen abc_action_bar_default_height_material 0x7f080003
-int dimen abc_action_bar_default_padding_end_material 0x7f080004
-int dimen abc_action_bar_default_padding_start_material 0x7f080005
-int dimen abc_action_bar_elevation_material 0x7f080006
-int dimen abc_action_bar_icon_vertical_padding_material 0x7f080007
-int dimen abc_action_bar_overflow_padding_end_material 0x7f080008
-int dimen abc_action_bar_overflow_padding_start_material 0x7f080009
-int dimen abc_action_bar_progress_bar_size 0x7f08000a
-int dimen abc_action_bar_stacked_max_height 0x7f08000b
-int dimen abc_action_bar_stacked_tab_max_width 0x7f08000c
-int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f08000d
-int dimen abc_action_bar_subtitle_top_margin_material 0x7f08000e
-int dimen abc_action_button_min_height_material 0x7f08000f
-int dimen abc_action_button_min_width_material 0x7f080010
-int dimen abc_action_button_min_width_overflow_material 0x7f080011
-int dimen abc_alert_dialog_button_bar_height 0x7f080012
-int dimen abc_button_inset_horizontal_material 0x7f080013
-int dimen abc_button_inset_vertical_material 0x7f080014
-int dimen abc_button_padding_horizontal_material 0x7f080015
-int dimen abc_button_padding_vertical_material 0x7f080016
-int dimen abc_cascading_menus_min_smallest_width 0x7f080017
-int dimen abc_config_prefDialogWidth 0x7f080018
-int dimen abc_control_corner_material 0x7f080019
-int dimen abc_control_inset_material 0x7f08001a
-int dimen abc_control_padding_material 0x7f08001b
-int dimen abc_dialog_fixed_height_major 0x7f08001c
-int dimen abc_dialog_fixed_height_minor 0x7f08001d
-int dimen abc_dialog_fixed_width_major 0x7f08001e
-int dimen abc_dialog_fixed_width_minor 0x7f08001f
-int dimen abc_dialog_list_padding_bottom_no_buttons 0x7f080020
-int dimen abc_dialog_list_padding_top_no_title 0x7f080021
-int dimen abc_dialog_list_padding_vertical_material 0x7f080022
-int dimen abc_dialog_min_width_major 0x7f080023
-int dimen abc_dialog_min_width_minor 0x7f080024
-int dimen abc_dialog_padding_material 0x7f080025
-int dimen abc_dialog_padding_top_material 0x7f080026
-int dimen abc_dialog_title_divider_material 0x7f080027
-int dimen abc_disabled_alpha_material_dark 0x7f080028
-int dimen abc_disabled_alpha_material_light 0x7f080029
-int dimen abc_dropdownitem_icon_width 0x7f08002a
-int dimen abc_dropdownitem_text_padding_left 0x7f08002b
-int dimen abc_dropdownitem_text_padding_right 0x7f08002c
-int dimen abc_edit_text_inset_bottom_material 0x7f08002d
-int dimen abc_edit_text_inset_horizontal_material 0x7f08002e
-int dimen abc_edit_text_inset_top_material 0x7f08002f
-int dimen abc_floating_window_z 0x7f080030
-int dimen abc_list_item_padding_horizontal_material 0x7f080031
-int dimen abc_panel_menu_list_width 0x7f080032
-int dimen abc_progress_bar_height_material 0x7f080033
-int dimen abc_search_view_preferred_height 0x7f080034
-int dimen abc_search_view_preferred_width 0x7f080035
-int dimen abc_search_view_text_min_width 0x7f080036
-int dimen abc_seekbar_track_background_height_material 0x7f080037
-int dimen abc_seekbar_track_progress_height_material 0x7f080038
-int dimen abc_select_dialog_padding_start_material 0x7f080039
-int dimen abc_switch_padding 0x7f08003a
-int dimen abc_text_size_body_1_material 0x7f08003b
-int dimen abc_text_size_body_2_material 0x7f08003c
-int dimen abc_text_size_button_material 0x7f08003d
-int dimen abc_text_size_caption_material 0x7f08003e
-int dimen abc_text_size_display_1_material 0x7f08003f
-int dimen abc_text_size_display_2_material 0x7f080040
-int dimen abc_text_size_display_3_material 0x7f080041
-int dimen abc_text_size_display_4_material 0x7f080042
-int dimen abc_text_size_headline_material 0x7f080043
-int dimen abc_text_size_large_material 0x7f080044
-int dimen abc_text_size_medium_material 0x7f080045
-int dimen abc_text_size_menu_header_material 0x7f080046
-int dimen abc_text_size_menu_material 0x7f080047
-int dimen abc_text_size_small_material 0x7f080048
-int dimen abc_text_size_subhead_material 0x7f080049
-int dimen abc_text_size_subtitle_material_toolbar 0x7f08004a
-int dimen abc_text_size_title_material 0x7f08004b
-int dimen abc_text_size_title_material_toolbar 0x7f08004c
-int dimen activity_horizontal_margin 0x7f08004d
-int dimen activity_vertical_margin 0x7f08004e
-int dimen cardview_compat_inset_shadow 0x7f08004f
-int dimen cardview_default_elevation 0x7f080050
-int dimen cardview_default_radius 0x7f080051
-int dimen compat_button_inset_horizontal_material 0x7f080052
-int dimen compat_button_inset_vertical_material 0x7f080053
-int dimen compat_button_padding_horizontal_material 0x7f080054
-int dimen compat_button_padding_vertical_material 0x7f080055
-int dimen compat_control_corner_material 0x7f080056
-int dimen design_appbar_elevation 0x7f080057
-int dimen design_bottom_navigation_active_item_max_width 0x7f080058
-int dimen design_bottom_navigation_active_text_size 0x7f080059
-int dimen design_bottom_navigation_elevation 0x7f08005a
-int dimen design_bottom_navigation_height 0x7f08005b
-int dimen design_bottom_navigation_item_max_width 0x7f08005c
-int dimen design_bottom_navigation_item_min_width 0x7f08005d
-int dimen design_bottom_navigation_margin 0x7f08005e
-int dimen design_bottom_navigation_shadow_height 0x7f08005f
-int dimen design_bottom_navigation_text_size 0x7f080060
-int dimen design_bottom_sheet_modal_elevation 0x7f080061
-int dimen design_bottom_sheet_peek_height_min 0x7f080062
-int dimen design_fab_border_width 0x7f080063
-int dimen design_fab_elevation 0x7f080064
-int dimen design_fab_image_size 0x7f080065
-int dimen design_fab_size_mini 0x7f080066
-int dimen design_fab_size_normal 0x7f080067
-int dimen design_fab_translation_z_pressed 0x7f080068
-int dimen design_navigation_elevation 0x7f080069
-int dimen design_navigation_icon_padding 0x7f08006a
-int dimen design_navigation_icon_size 0x7f08006b
-int dimen design_navigation_max_width 0x7f08006c
-int dimen design_navigation_padding_bottom 0x7f08006d
-int dimen design_navigation_separator_vertical_padding 0x7f08006e
-int dimen design_snackbar_action_inline_max_width 0x7f08006f
-int dimen design_snackbar_background_corner_radius 0x7f080070
-int dimen design_snackbar_elevation 0x7f080071
-int dimen design_snackbar_extra_spacing_horizontal 0x7f080072
-int dimen design_snackbar_max_width 0x7f080073
-int dimen design_snackbar_min_width 0x7f080074
-int dimen design_snackbar_padding_horizontal 0x7f080075
-int dimen design_snackbar_padding_vertical 0x7f080076
-int dimen design_snackbar_padding_vertical_2lines 0x7f080077
-int dimen design_snackbar_text_size 0x7f080078
-int dimen design_tab_max_width 0x7f080079
-int dimen design_tab_scrollable_min_width 0x7f08007a
-int dimen design_tab_text_size 0x7f08007b
-int dimen design_tab_text_size_2line 0x7f08007c
-int dimen disabled_alpha_material_dark 0x7f08007d
-int dimen disabled_alpha_material_light 0x7f08007e
-int dimen fastscroll_default_thickness 0x7f08007f
-int dimen fastscroll_margin 0x7f080080
-int dimen fastscroll_minimum_range 0x7f080081
-int dimen highlight_alpha_material_colored 0x7f080082
-int dimen highlight_alpha_material_dark 0x7f080083
-int dimen highlight_alpha_material_light 0x7f080084
-int dimen hint_alpha_material_dark 0x7f080085
-int dimen hint_alpha_material_light 0x7f080086
-int dimen hint_pressed_alpha_material_dark 0x7f080087
-int dimen hint_pressed_alpha_material_light 0x7f080088
-int dimen item_touch_helper_max_drag_scroll_per_frame 0x7f080089
-int dimen item_touch_helper_swipe_escape_max_velocity 0x7f08008a
-int dimen item_touch_helper_swipe_escape_velocity 0x7f08008b
-int dimen notification_action_icon_size 0x7f08008c
-int dimen notification_action_text_size 0x7f08008d
-int dimen notification_big_circle_margin 0x7f08008e
-int dimen notification_content_margin_start 0x7f08008f
-int dimen notification_large_icon_height 0x7f080090
-int dimen notification_large_icon_width 0x7f080091
-int dimen notification_main_column_padding_top 0x7f080092
-int dimen notification_media_narrow_margin 0x7f080093
-int dimen notification_right_icon_size 0x7f080094
-int dimen notification_right_side_padding_top 0x7f080095
-int dimen notification_small_icon_background_padding 0x7f080096
-int dimen notification_small_icon_size_as_large 0x7f080097
-int dimen notification_subtext_size 0x7f080098
-int dimen notification_top_pad 0x7f080099
-int dimen notification_top_pad_large_text 0x7f08009a
-int dimen tooltip_corner_radius 0x7f08009b
-int dimen tooltip_horizontal_padding 0x7f08009c
-int dimen tooltip_margin 0x7f08009d
-int dimen tooltip_precise_anchor_extra_offset 0x7f08009e
-int dimen tooltip_precise_anchor_threshold 0x7f08009f
-int dimen tooltip_vertical_padding 0x7f0800a0
-int dimen tooltip_y_offset_non_touch 0x7f0800a1
-int dimen tooltip_y_offset_touch 0x7f0800a2
-int drawable abc_ab_share_pack_mtrl_alpha 0x7f090001
-int drawable abc_action_bar_item_background_material 0x7f090002
-int drawable abc_btn_borderless_material 0x7f090003
-int drawable abc_btn_check_material 0x7f090004
-int drawable abc_btn_check_to_on_mtrl_000 0x7f090005
-int drawable abc_btn_check_to_on_mtrl_015 0x7f090006
-int drawable abc_btn_colored_material 0x7f090007
-int drawable abc_btn_default_mtrl_shape 0x7f090008
-int drawable abc_btn_radio_material 0x7f090009
-int drawable abc_btn_radio_to_on_mtrl_000 0x7f09000a
-int drawable abc_btn_radio_to_on_mtrl_015 0x7f09000b
-int drawable abc_btn_rating_star_off_mtrl_alpha 0x7f09000c
-int drawable abc_btn_rating_star_on_mtrl_alpha 0x7f09000d
-int drawable abc_btn_switch_to_on_mtrl_00001 0x7f09000e
-int drawable abc_btn_switch_to_on_mtrl_00012 0x7f09000f
-int drawable abc_cab_background_internal_bg 0x7f090010
-int drawable abc_cab_background_top_material 0x7f090011
-int drawable abc_cab_background_top_mtrl_alpha 0x7f090012
-int drawable abc_control_background_material 0x7f090013
-int drawable abc_dialog_material_background 0x7f090014
-int drawable abc_dialog_material_background_dark 0x7f090015
-int drawable abc_dialog_material_background_light 0x7f090016
-int drawable abc_edit_text_material 0x7f090017
-int drawable abc_ic_ab_back_material 0x7f090018
-int drawable abc_ic_ab_back_mtrl_am_alpha 0x7f090019
-int drawable abc_ic_arrow_drop_right_black_24dp 0x7f09001a
-int drawable abc_ic_clear_material 0x7f09001b
-int drawable abc_ic_clear_mtrl_alpha 0x7f09001c
-int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f09001d
-int drawable abc_ic_go_search_api_material 0x7f09001e
-int drawable abc_ic_go_search_api_mtrl_alpha 0x7f09001f
-int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f090020
-int drawable abc_ic_menu_cut_mtrl_alpha 0x7f090021
-int drawable abc_ic_menu_moreoverflow_mtrl_alpha 0x7f090022
-int drawable abc_ic_menu_overflow_material 0x7f090023
-int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f090024
-int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f090025
-int drawable abc_ic_menu_share_mtrl_alpha 0x7f090026
-int drawable abc_ic_search_api_material 0x7f090027
-int drawable abc_ic_search_api_mtrl_alpha 0x7f090028
-int drawable abc_ic_star_black_16dp 0x7f090029
-int drawable abc_ic_star_black_36dp 0x7f09002a
-int drawable abc_ic_star_black_48dp 0x7f09002b
-int drawable abc_ic_star_half_black_16dp 0x7f09002c
-int drawable abc_ic_star_half_black_36dp 0x7f09002d
-int drawable abc_ic_star_half_black_48dp 0x7f09002e
-int drawable abc_ic_voice_search_api_material 0x7f09002f
-int drawable abc_ic_voice_search_api_mtrl_alpha 0x7f090030
-int drawable abc_item_background_holo_dark 0x7f090031
-int drawable abc_item_background_holo_light 0x7f090032
-int drawable abc_list_divider_mtrl_alpha 0x7f090033
-int drawable abc_list_focused_holo 0x7f090034
-int drawable abc_list_longpressed_holo 0x7f090035
-int drawable abc_list_pressed_holo_dark 0x7f090036
-int drawable abc_list_pressed_holo_light 0x7f090037
-int drawable abc_list_selector_background_transition_holo_dark 0x7f090038
-int drawable abc_list_selector_background_transition_holo_light 0x7f090039
-int drawable abc_list_selector_disabled_holo_dark 0x7f09003a
-int drawable abc_list_selector_disabled_holo_light 0x7f09003b
-int drawable abc_list_selector_holo_dark 0x7f09003c
-int drawable abc_list_selector_holo_light 0x7f09003d
-int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f09003e
-int drawable abc_popup_background_mtrl_mult 0x7f09003f
-int drawable abc_ratingbar_full_material 0x7f090040
-int drawable abc_ratingbar_indicator_material 0x7f090041
-int drawable abc_ratingbar_material 0x7f090042
-int drawable abc_ratingbar_small_material 0x7f090043
-int drawable abc_scrubber_control_off_mtrl_alpha 0x7f090044
-int drawable abc_scrubber_control_to_pressed_mtrl_000 0x7f090045
-int drawable abc_scrubber_control_to_pressed_mtrl_005 0x7f090046
-int drawable abc_scrubber_primary_mtrl_alpha 0x7f090047
-int drawable abc_scrubber_track_mtrl_alpha 0x7f090048
-int drawable abc_seekbar_thumb_material 0x7f090049
-int drawable abc_seekbar_tick_mark_material 0x7f09004a
-int drawable abc_seekbar_track_material 0x7f09004b
-int drawable abc_spinner_mtrl_am_alpha 0x7f09004c
-int drawable abc_spinner_textfield_background_material 0x7f09004d
-int drawable abc_switch_thumb_material 0x7f09004e
-int drawable abc_switch_track_mtrl_alpha 0x7f09004f
-int drawable abc_tab_indicator_material 0x7f090050
-int drawable abc_tab_indicator_mtrl_alpha 0x7f090051
-int drawable abc_text_cursor_material 0x7f090052
-int drawable abc_text_select_handle_left_mtrl_dark 0x7f090053
-int drawable abc_text_select_handle_left_mtrl_light 0x7f090054
-int drawable abc_text_select_handle_middle_mtrl_dark 0x7f090055
-int drawable abc_text_select_handle_middle_mtrl_light 0x7f090056
-int drawable abc_text_select_handle_right_mtrl_dark 0x7f090057
-int drawable abc_text_select_handle_right_mtrl_light 0x7f090058
-int drawable abc_textfield_activated_mtrl_alpha 0x7f090059
-int drawable abc_textfield_default_mtrl_alpha 0x7f09005a
-int drawable abc_textfield_search_activated_mtrl_alpha 0x7f09005b
-int drawable abc_textfield_search_default_mtrl_alpha 0x7f09005c
-int drawable abc_textfield_search_material 0x7f09005d
-int drawable abc_vector_test 0x7f09005e
-int drawable avd_hide_password 0x7f09005f
-int drawable avd_show_password 0x7f090060
-int drawable design_bottom_navigation_item_background 0x7f090061
-int drawable design_fab_background 0x7f090062
-int drawable design_ic_visibility 0x7f090063
-int drawable design_ic_visibility_off 0x7f090064
-int drawable design_password_eye 0x7f090065
-int drawable design_snackbar_background 0x7f090066
-int drawable navigation_empty_icon 0x7f090067
-int drawable notification_action_background 0x7f090068
-int drawable notification_bg 0x7f090069
-int drawable notification_bg_low 0x7f09006a
-int drawable notification_bg_low_normal 0x7f09006b
-int drawable notification_bg_low_pressed 0x7f09006c
-int drawable notification_bg_normal 0x7f09006d
-int drawable notification_bg_normal_pressed 0x7f09006e
-int drawable notification_icon_background 0x7f09006f
-int drawable notification_template_icon_bg 0x7f090070
-int drawable notification_template_icon_low_bg 0x7f090071
-int drawable notification_tile_bg 0x7f090072
-int drawable notify_panel_notification_icon_bg 0x7f090073
-int drawable tooltip_frame_dark 0x7f090074
-int drawable tooltip_frame_light 0x7f090075
-int id action0 0x7f0c0001
-int id action_bar 0x7f0c0002
-int id action_bar_activity_content 0x7f0c0003
-int id action_bar_container 0x7f0c0004
-int id action_bar_root 0x7f0c0005
-int id action_bar_spinner 0x7f0c0006
-int id action_bar_subtitle 0x7f0c0007
-int id action_bar_title 0x7f0c0008
-int id action_container 0x7f0c0009
-int id action_context_bar 0x7f0c000a
-int id action_divider 0x7f0c000b
-int id action_image 0x7f0c000c
-int id action_menu_divider 0x7f0c000d
-int id action_menu_presenter 0x7f0c000e
-int id action_mode_bar 0x7f0c000f
-int id action_mode_bar_stub 0x7f0c0010
-int id action_mode_close_button 0x7f0c0011
-int id action_text 0x7f0c0012
-int id actions 0x7f0c0013
-int id activity_chooser_view_content 0x7f0c0014
-int id add 0x7f0c0015
-int id afterRelease 0x7f0c0016
-int id alertCheckbox 0x7f0c0017
-int id alertSearchEditText 0x7f0c0018
-int id alertSearchListView 0x7f0c0019
-int id alertTextView 0x7f0c001a
-int id alertTitle 0x7f0c001b
-int id always 0x7f0c001c
-int id async 0x7f0c001d
-int id auto 0x7f0c001e
-int id beginning 0x7f0c001f
-int id bevel 0x7f0c0020
-int id blocking 0x7f0c0021
-int id bold 0x7f0c0022
-int id bold_italic 0x7f0c0023
-int id bottom 0x7f0c0024
-int id buffer 0x7f0c0025
-int id butt 0x7f0c0026
-int id buttonPanel 0x7f0c0027
-int id cancel_action 0x7f0c0028
-int id center 0x7f0c0029
-int id charCounter 0x7f0c002a
-int id checkbox 0x7f0c002b
-int id chronometer 0x7f0c002c
-int id collapseActionView 0x7f0c002d
-int id container 0x7f0c002e
-int id contentPanel 0x7f0c002f
-int id coordinator 0x7f0c0030
-int id custom 0x7f0c0031
-int id customPanel 0x7f0c0032
-int id decor_content_parent 0x7f0c0033
-int id default_activity_button 0x7f0c0034
-int id design_bottom_sheet 0x7f0c0035
-int id design_menu_item_action_area 0x7f0c0036
-int id design_menu_item_action_area_stub 0x7f0c0037
-int id design_menu_item_text 0x7f0c0038
-int id design_navigation_view 0x7f0c0039
-int id determinate 0x7f0c003a
-int id disableHome 0x7f0c003b
-int id edit_query 0x7f0c003c
-int id empty 0x7f0c003d
-int id end 0x7f0c003e
-int id end_padder 0x7f0c003f
-int id expand_activities_button 0x7f0c0040
-int id expanded_menu 0x7f0c0041
-int id fill 0x7f0c0042
-int id fixed 0x7f0c0043
-int id forever 0x7f0c0044
-int id ghost_view 0x7f0c0045
-int id helper 0x7f0c0046
-int id helperWithError 0x7f0c0047
-int id home 0x7f0c0048
-int id homeAsUp 0x7f0c0049
-int id hour 0x7f0c004a
-int id icon 0x7f0c004b
-int id icon_group 0x7f0c004c
-int id ifRoom 0x7f0c004d
-int id image 0x7f0c004e
-int id indeterminate 0x7f0c004f
-int id info 0x7f0c0050
-int id italic 0x7f0c0051
-int id item_touch_helper_previous_elevation 0x7f0c0052
-int id largeLabel 0x7f0c0053
-int id left 0x7f0c0054
-int id line1 0x7f0c0055
-int id line3 0x7f0c0056
-int id listMode 0x7f0c0057
-int id listTextViewSpinner 0x7f0c0058
-int id list_item 0x7f0c0059
-int id locale 0x7f0c005a
-int id ltr 0x7f0c005b
-int id marquee 0x7f0c005c
-int id masked 0x7f0c005d
-int id match_parent 0x7f0c005e
-int id match_view 0x7f0c005f
-int id media_actions 0x7f0c0060
-int id message 0x7f0c0061
-int id middle 0x7f0c0062
-int id mini 0x7f0c0063
-int id minute 0x7f0c0064
-int id miter 0x7f0c0065
-int id multi 0x7f0c0066
-int id multiply 0x7f0c0067
-int id navigation_header_container 0x7f0c0068
-int id never 0x7f0c0069
-int id none 0x7f0c006a
-int id normal 0x7f0c006b
-int id notification_background 0x7f0c006c
-int id notification_main_column 0x7f0c006d
-int id notification_main_column_container 0x7f0c006e
-int id oval 0x7f0c006f
-int id parallax 0x7f0c0070
-int id parentPanel 0x7f0c0071
-int id parent_matrix 0x7f0c0072
-int id pin 0x7f0c0073
-int id progress_circular 0x7f0c0074
-int id progress_horizontal 0x7f0c0075
-int id query 0x7f0c0076
-int id radio 0x7f0c0077
-int id rectangle 0x7f0c0078
-int id right 0x7f0c0079
-int id right_icon 0x7f0c007a
-int id right_side 0x7f0c007b
-int id round 0x7f0c007c
-int id rtl 0x7f0c007d
-int id save_image_matrix 0x7f0c007e
-int id save_non_transition_alpha 0x7f0c007f
-int id save_scale_type 0x7f0c0080
-int id screen 0x7f0c0081
-int id scroll 0x7f0c0082
-int id scrollIndicatorDown 0x7f0c0083
-int id scrollIndicatorUp 0x7f0c0084
-int id scrollView 0x7f0c0085
-int id scrollable 0x7f0c0086
-int id searchMultiSpinner 0x7f0c0087
-int id search_badge 0x7f0c0088
-int id search_bar 0x7f0c0089
-int id search_button 0x7f0c008a
-int id search_close_btn 0x7f0c008b
-int id search_edit_frame 0x7f0c008c
-int id search_go_btn 0x7f0c008d
-int id search_mag_icon 0x7f0c008e
-int id search_plate 0x7f0c008f
-int id search_src_text 0x7f0c0090
-int id search_voice_btn 0x7f0c0091
-int id select_dialog_listview 0x7f0c0092
-int id shortcut 0x7f0c0093
-int id showCustom 0x7f0c0094
-int id showHome 0x7f0c0095
-int id showTitle 0x7f0c0096
-int id simpleMultiSpinner 0x7f0c0097
-int id single 0x7f0c0098
-int id smallLabel 0x7f0c0099
-int id snackbar_action 0x7f0c009a
-int id snackbar_text 0x7f0c009b
-int id spacer 0x7f0c009c
-int id split_action_bar 0x7f0c009d
-int id square 0x7f0c009e
-int id src_atop 0x7f0c009f
-int id src_in 0x7f0c00a0
-int id src_over 0x7f0c00a1
-int id start 0x7f0c00a2
-int id status_bar_latest_event_content 0x7f0c00a3
-int id submenuarrow 0x7f0c00a4
-int id submit_area 0x7f0c00a5
-int id tabMode 0x7f0c00a6
-int id text 0x7f0c00a7
-int id text2 0x7f0c00a8
-int id textSpacerNoButtons 0x7f0c00a9
-int id textSpacerNoTitle 0x7f0c00aa
-int id text_input_password_toggle 0x7f0c00ab
-int id textinput_counter 0x7f0c00ac
-int id textinput_error 0x7f0c00ad
-int id time 0x7f0c00ae
-int id title 0x7f0c00af
-int id titleDividerNoCustom 0x7f0c00b0
-int id title_template 0x7f0c00b1
-int id top 0x7f0c00b2
-int id topPanel 0x7f0c00b3
-int id touch 0x7f0c00b4
-int id touch_outside 0x7f0c00b5
-int id transition_current_scene 0x7f0c00b6
-int id transition_layout_save 0x7f0c00b7
-int id transition_position 0x7f0c00b8
-int id transition_scene_layoutid_cache 0x7f0c00b9
-int id transition_transform 0x7f0c00ba
-int id uniform 0x7f0c00bb
-int id untilRelease 0x7f0c00bc
-int id up 0x7f0c00bd
-int id useLogo 0x7f0c00be
-int id view_offset_helper 0x7f0c00bf
-int id visible 0x7f0c00c0
-int id wave 0x7f0c00c1
-int id withText 0x7f0c00c2
-int id wrap_content 0x7f0c00c3
-int integer abc_config_activityDefaultDur 0x7f0d0001
-int integer abc_config_activityShortDur 0x7f0d0002
-int integer abc_max_action_buttons 0x7f0d0003
-int integer app_bar_elevation_anim_duration 0x7f0d0004
-int integer bottom_sheet_slide_duration 0x7f0d0005
-int integer cancel_button_image_alpha 0x7f0d0006
-int integer config_tooltipAnimTime 0x7f0d0007
-int integer design_snackbar_text_max_lines 0x7f0d0008
-int integer hide_password_duration 0x7f0d0009
-int integer show_password_duration 0x7f0d000a
-int integer status_bar_notification_info_maxnum 0x7f0d000b
-int layout abc_action_bar_title_item 0x7f0f0001
-int layout abc_action_bar_up_container 0x7f0f0002
-int layout abc_action_bar_view_list_nav_layout 0x7f0f0003
-int layout abc_action_menu_item_layout 0x7f0f0004
-int layout abc_action_menu_layout 0x7f0f0005
-int layout abc_action_mode_bar 0x7f0f0006
-int layout abc_action_mode_close_item_material 0x7f0f0007
-int layout abc_activity_chooser_view 0x7f0f0008
-int layout abc_activity_chooser_view_list_item 0x7f0f0009
-int layout abc_alert_dialog_button_bar_material 0x7f0f000a
-int layout abc_alert_dialog_material 0x7f0f000b
-int layout abc_alert_dialog_title_material 0x7f0f000c
-int layout abc_dialog_title_material 0x7f0f000d
-int layout abc_expanded_menu_layout 0x7f0f000e
-int layout abc_list_menu_item_checkbox 0x7f0f000f
-int layout abc_list_menu_item_icon 0x7f0f0010
-int layout abc_list_menu_item_layout 0x7f0f0011
-int layout abc_list_menu_item_radio 0x7f0f0012
-int layout abc_popup_menu_header_item_layout 0x7f0f0013
-int layout abc_popup_menu_item_layout 0x7f0f0014
-int layout abc_screen_content_include 0x7f0f0015
-int layout abc_screen_simple 0x7f0f0016
-int layout abc_screen_simple_overlay_action_mode 0x7f0f0017
-int layout abc_screen_toolbar 0x7f0f0018
-int layout abc_search_dropdown_item_icons_2line 0x7f0f0019
-int layout abc_search_view 0x7f0f001a
-int layout abc_select_dialog_material 0x7f0f001b
-int layout activity_main 0x7f0f001c
-int layout alert_dialog_listview_search 0x7f0f001d
-int layout design_bottom_navigation_item 0x7f0f001e
-int layout design_bottom_sheet_dialog 0x7f0f001f
-int layout design_layout_snackbar 0x7f0f0020
-int layout design_layout_snackbar_include 0x7f0f0021
-int layout design_layout_tab_icon 0x7f0f0022
-int layout design_layout_tab_text 0x7f0f0023
-int layout design_menu_item_action_area 0x7f0f0024
-int layout design_navigation_item 0x7f0f0025
-int layout design_navigation_item_header 0x7f0f0026
-int layout design_navigation_item_separator 0x7f0f0027
-int layout design_navigation_item_subheader 0x7f0f0028
-int layout design_navigation_menu 0x7f0f0029
-int layout design_navigation_menu_item 0x7f0f002a
-int layout design_text_input_password_icon 0x7f0f002b
-int layout item_listview_multiple 0x7f0f002c
-int layout item_listview_single 0x7f0f002d
-int layout notification_action 0x7f0f002e
-int layout notification_action_tombstone 0x7f0f002f
-int layout notification_media_action 0x7f0f0030
-int layout notification_media_cancel_action 0x7f0f0031
-int layout notification_template_big_media 0x7f0f0032
-int layout notification_template_big_media_custom 0x7f0f0033
-int layout notification_template_big_media_narrow 0x7f0f0034
-int layout notification_template_big_media_narrow_custom 0x7f0f0035
-int layout notification_template_custom_big 0x7f0f0036
-int layout notification_template_icon_group 0x7f0f0037
-int layout notification_template_lines 0x7f0f0038
-int layout notification_template_lines_media 0x7f0f0039
-int layout notification_template_media 0x7f0f003a
-int layout notification_template_media_custom 0x7f0f003b
-int layout notification_template_part_chronometer 0x7f0f003c
-int layout notification_template_part_time 0x7f0f003d
-int layout select_dialog_item_material 0x7f0f003e
-int layout select_dialog_multichoice_material 0x7f0f003f
-int layout select_dialog_singlechoice_material 0x7f0f0040
-int layout support_simple_spinner_dropdown_item 0x7f0f0041
-int layout textview_for_spinner 0x7f0f0042
-int layout tooltip 0x7f0f0043
-int string abc_action_bar_home_description 0x7f150001
-int string abc_action_bar_home_description_format 0x7f150002
-int string abc_action_bar_home_subtitle_description_format 0x7f150003
-int string abc_action_bar_up_description 0x7f150004
-int string abc_action_menu_overflow_description 0x7f150005
-int string abc_action_mode_done 0x7f150006
-int string abc_activity_chooser_view_see_all 0x7f150007
-int string abc_activitychooserview_choose_application 0x7f150008
-int string abc_capital_off 0x7f150009
-int string abc_capital_on 0x7f15000a
-int string abc_font_family_body_1_material 0x7f15000b
-int string abc_font_family_body_2_material 0x7f15000c
-int string abc_font_family_button_material 0x7f15000d
-int string abc_font_family_caption_material 0x7f15000e
-int string abc_font_family_display_1_material 0x7f15000f
-int string abc_font_family_display_2_material 0x7f150010
-int string abc_font_family_display_3_material 0x7f150011
-int string abc_font_family_display_4_material 0x7f150012
-int string abc_font_family_headline_material 0x7f150013
-int string abc_font_family_menu_material 0x7f150014
-int string abc_font_family_subhead_material 0x7f150015
-int string abc_font_family_title_material 0x7f150016
-int string abc_search_hint 0x7f150017
-int string abc_searchview_description_clear 0x7f150018
-int string abc_searchview_description_query 0x7f150019
-int string abc_searchview_description_search 0x7f15001a
-int string abc_searchview_description_submit 0x7f15001b
-int string abc_searchview_description_voice 0x7f15001c
-int string abc_shareactionprovider_share_with 0x7f15001d
-int string abc_shareactionprovider_share_with_application 0x7f15001e
-int string abc_toolbar_collapse_description 0x7f15001f
-int string appbar_scrolling_view_behavior 0x7f150020
-int string bottom_sheet_behavior 0x7f150021
-int string character_counter_pattern 0x7f150022
-int string password_toggle_content_description 0x7f150023
-int string path_password_eye 0x7f150024
-int string path_password_eye_mask_strike_through 0x7f150025
-int string path_password_eye_mask_visible 0x7f150026
-int string path_password_strike_through 0x7f150027
-int string search_menu_title 0x7f150028
-int string status_bar_notification_info_overflow 0x7f150029
-int string type_to_search 0x7f15002a
-int style AlertDialog_AppCompat 0x7f160001
-int style AlertDialog_AppCompat_Light 0x7f160002
-int style Animation_AppCompat_Dialog 0x7f160003
-int style Animation_AppCompat_DropDownUp 0x7f160004
-int style Animation_AppCompat_Tooltip 0x7f160005
-int style Animation_Design_BottomSheetDialog 0x7f160006
-int style Base_AlertDialog_AppCompat 0x7f160007
-int style Base_AlertDialog_AppCompat_Light 0x7f160008
-int style Base_Animation_AppCompat_Dialog 0x7f160009
-int style Base_Animation_AppCompat_DropDownUp 0x7f16000a
-int style Base_Animation_AppCompat_Tooltip 0x7f16000b
-int style Base_DialogWindowTitleBackground_AppCompat 0x7f16000c
-int style Base_DialogWindowTitle_AppCompat 0x7f16000d
-int style Base_TextAppearance_AppCompat 0x7f16000e
-int style Base_TextAppearance_AppCompat_Body1 0x7f16000f
-int style Base_TextAppearance_AppCompat_Body2 0x7f160010
-int style Base_TextAppearance_AppCompat_Button 0x7f160011
-int style Base_TextAppearance_AppCompat_Caption 0x7f160012
-int style Base_TextAppearance_AppCompat_Display1 0x7f160013
-int style Base_TextAppearance_AppCompat_Display2 0x7f160014
-int style Base_TextAppearance_AppCompat_Display3 0x7f160015
-int style Base_TextAppearance_AppCompat_Display4 0x7f160016
-int style Base_TextAppearance_AppCompat_Headline 0x7f160017
-int style Base_TextAppearance_AppCompat_Inverse 0x7f160018
-int style Base_TextAppearance_AppCompat_Large 0x7f160019
-int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f16001a
-int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f16001b
-int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f16001c
-int style Base_TextAppearance_AppCompat_Medium 0x7f16001d
-int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f16001e
-int style Base_TextAppearance_AppCompat_Menu 0x7f16001f
-int style Base_TextAppearance_AppCompat_SearchResult 0x7f160020
-int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f160021
-int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f160022
-int style Base_TextAppearance_AppCompat_Small 0x7f160023
-int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f160024
-int style Base_TextAppearance_AppCompat_Subhead 0x7f160025
-int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f160026
-int style Base_TextAppearance_AppCompat_Title 0x7f160027
-int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f160028
-int style Base_TextAppearance_AppCompat_Tooltip 0x7f160029
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f16002a
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f16002b
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f16002c
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f16002d
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f16002e
-int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f16002f
-int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f160030
-int style Base_TextAppearance_AppCompat_Widget_Button 0x7f160031
-int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f160032
-int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x7f160033
-int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f160034
-int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f160035
-int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f160036
-int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f160037
-int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f160038
-int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f160039
-int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f16003a
-int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f16003b
-int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f16003c
-int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f16003d
-int style Base_ThemeOverlay_AppCompat 0x7f16003e
-int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f16003f
-int style Base_ThemeOverlay_AppCompat_Dark 0x7f160040
-int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f160041
-int style Base_ThemeOverlay_AppCompat_Dialog 0x7f160042
-int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x7f160043
-int style Base_ThemeOverlay_AppCompat_Light 0x7f160044
-int style Base_Theme_AppCompat 0x7f160045
-int style Base_Theme_AppCompat_CompactMenu 0x7f160046
-int style Base_Theme_AppCompat_Dialog 0x7f160047
-int style Base_Theme_AppCompat_DialogWhenLarge 0x7f160048
-int style Base_Theme_AppCompat_Dialog_Alert 0x7f160049
-int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f16004a
-int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f16004b
-int style Base_Theme_AppCompat_Light 0x7f16004c
-int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f16004d
-int style Base_Theme_AppCompat_Light_Dialog 0x7f16004e
-int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f16004f
-int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f160050
-int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f160051
-int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f160052
-int style Base_V11_ThemeOverlay_AppCompat_Dialog 0x7f160053
-int style Base_V11_Theme_AppCompat_Dialog 0x7f160054
-int style Base_V11_Theme_AppCompat_Light_Dialog 0x7f160055
-int style Base_V12_Widget_AppCompat_AutoCompleteTextView 0x7f160056
-int style Base_V12_Widget_AppCompat_EditText 0x7f160057
-int style Base_V14_Widget_Design_AppBarLayout 0x7f160058
-int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x7f160059
-int style Base_V21_Theme_AppCompat 0x7f16005a
-int style Base_V21_Theme_AppCompat_Dialog 0x7f16005b
-int style Base_V21_Theme_AppCompat_Light 0x7f16005c
-int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f16005d
-int style Base_V21_Widget_Design_AppBarLayout 0x7f16005e
-int style Base_V22_Theme_AppCompat 0x7f16005f
-int style Base_V22_Theme_AppCompat_Light 0x7f160060
-int style Base_V23_Theme_AppCompat 0x7f160061
-int style Base_V23_Theme_AppCompat_Light 0x7f160062
-int style Base_V26_Theme_AppCompat 0x7f160063
-int style Base_V26_Theme_AppCompat_Light 0x7f160064
-int style Base_V26_Widget_AppCompat_Toolbar 0x7f160065
-int style Base_V26_Widget_Design_AppBarLayout 0x7f160066
-int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x7f160067
-int style Base_V7_Theme_AppCompat 0x7f160068
-int style Base_V7_Theme_AppCompat_Dialog 0x7f160069
-int style Base_V7_Theme_AppCompat_Light 0x7f16006a
-int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f16006b
-int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f16006c
-int style Base_V7_Widget_AppCompat_EditText 0x7f16006d
-int style Base_V7_Widget_AppCompat_Toolbar 0x7f16006e
-int style Base_Widget_AppCompat_ActionBar 0x7f16006f
-int style Base_Widget_AppCompat_ActionBar_Solid 0x7f160070
-int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f160071
-int style Base_Widget_AppCompat_ActionBar_TabText 0x7f160072
-int style Base_Widget_AppCompat_ActionBar_TabView 0x7f160073
-int style Base_Widget_AppCompat_ActionButton 0x7f160074
-int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f160075
-int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f160076
-int style Base_Widget_AppCompat_ActionMode 0x7f160077
-int style Base_Widget_AppCompat_ActivityChooserView 0x7f160078
-int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f160079
-int style Base_Widget_AppCompat_Button 0x7f16007a
-int style Base_Widget_AppCompat_ButtonBar 0x7f16007b
-int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f16007c
-int style Base_Widget_AppCompat_Button_Borderless 0x7f16007d
-int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f16007e
-int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f16007f
-int style Base_Widget_AppCompat_Button_Colored 0x7f160080
-int style Base_Widget_AppCompat_Button_Small 0x7f160081
-int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f160082
-int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f160083
-int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f160084
-int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f160085
-int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f160086
-int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f160087
-int style Base_Widget_AppCompat_EditText 0x7f160088
-int style Base_Widget_AppCompat_ImageButton 0x7f160089
-int style Base_Widget_AppCompat_Light_ActionBar 0x7f16008a
-int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f16008b
-int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f16008c
-int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f16008d
-int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f16008e
-int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f16008f
-int style Base_Widget_AppCompat_Light_PopupMenu 0x7f160090
-int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f160091
-int style Base_Widget_AppCompat_ListMenuView 0x7f160092
-int style Base_Widget_AppCompat_ListPopupWindow 0x7f160093
-int style Base_Widget_AppCompat_ListView 0x7f160094
-int style Base_Widget_AppCompat_ListView_DropDown 0x7f160095
-int style Base_Widget_AppCompat_ListView_Menu 0x7f160096
-int style Base_Widget_AppCompat_PopupMenu 0x7f160097
-int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f160098
-int style Base_Widget_AppCompat_PopupWindow 0x7f160099
-int style Base_Widget_AppCompat_ProgressBar 0x7f16009a
-int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f16009b
-int style Base_Widget_AppCompat_RatingBar 0x7f16009c
-int style Base_Widget_AppCompat_RatingBar_Indicator 0x7f16009d
-int style Base_Widget_AppCompat_RatingBar_Small 0x7f16009e
-int style Base_Widget_AppCompat_SearchView 0x7f16009f
-int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f1600a0
-int style Base_Widget_AppCompat_SeekBar 0x7f1600a1
-int style Base_Widget_AppCompat_SeekBar_Discrete 0x7f1600a2
-int style Base_Widget_AppCompat_Spinner 0x7f1600a3
-int style Base_Widget_AppCompat_Spinner_Underlined 0x7f1600a4
-int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f1600a5
-int style Base_Widget_AppCompat_Toolbar 0x7f1600a6
-int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f1600a7
-int style Base_Widget_Design_AppBarLayout 0x7f1600a8
-int style Base_Widget_Design_TabLayout 0x7f1600a9
-int style CardView 0x7f1600aa
-int style CardView_Dark 0x7f1600ab
-int style CardView_Light 0x7f1600ac
-int style DialogNoAnimation 0x7f1600ad
-int style DialogWindowTitle 0x7f1600ae
-int style Material 0x7f1600af
-int style MaterialSpinner 0x7f1600b0
-int style Material_App 0x7f1600b1
-int style Material_App_BottomSheetDialog 0x7f1600b2
-int style Material_App_Dialog 0x7f1600b3
-int style Material_App_Dialog_DatePicker 0x7f1600b4
-int style Material_App_Dialog_DatePicker_Light 0x7f1600b5
-int style Material_App_Dialog_Light 0x7f1600b6
-int style Material_App_Dialog_Simple 0x7f1600b7
-int style Material_App_Dialog_Simple_Light 0x7f1600b8
-int style Material_App_Dialog_TimePicker 0x7f1600b9
-int style Material_App_Dialog_TimePicker_Light 0x7f1600ba
-int style Material_Drawable 0x7f1600bb
-int style Material_Drawable_CheckBox 0x7f1600bc
-int style Material_Drawable_CircularProgress 0x7f1600bd
-int style Material_Drawable_CircularProgress_Determinate 0x7f1600be
-int style Material_Drawable_LinearProgress 0x7f1600bf
-int style Material_Drawable_LinearProgress_Buffer 0x7f1600c0
-int style Material_Drawable_LinearProgress_Determinate 0x7f1600c1
-int style Material_Drawable_LinearProgress_Query 0x7f1600c2
-int style Material_Drawable_NavigationDrawer 0x7f1600c3
-int style Material_Drawable_NavigationDrawerIcon 0x7f1600c4
-int style Material_Drawable_NavigationDrawerIcon_Light 0x7f1600c5
-int style Material_Drawable_NavigationDrawer_Light 0x7f1600c6
-int style Material_Drawable_RadioButton 0x7f1600c7
-int style Material_Drawable_Ripple 0x7f1600c8
-int style Material_Drawable_Ripple_Touch 0x7f1600c9
-int style Material_Drawable_Ripple_Touch_Light 0x7f1600ca
-int style Material_Drawable_Ripple_Touch_MatchView 0x7f1600cb
-int style Material_Drawable_Ripple_Touch_MatchView_Light 0x7f1600cc
-int style Material_Drawable_Ripple_Wave 0x7f1600cd
-int style Material_Drawable_Ripple_Wave_Light 0x7f1600ce
-int style Material_TextAppearance 0x7f1600cf
-int style Material_TextAppearance_SimpleDialog 0x7f1600d0
-int style Material_TextAppearance_SimpleDialog_Light 0x7f1600d1
-int style Material_Widget 0x7f1600d2
-int style Material_Widget_DatePicker 0x7f1600d3
-int style Material_Widget_DatePicker_Light 0x7f1600d4
-int style Material_Widget_EditText 0x7f1600d5
-int style Material_Widget_EditText_Light 0x7f1600d6
-int style Material_Widget_FloatingActionButton 0x7f1600d7
-int style Material_Widget_FloatingActionButton_Light 0x7f1600d8
-int style Material_Widget_FloatingActionButton_Mini 0x7f1600d9
-int style Material_Widget_FloatingActionButton_Mini_Light 0x7f1600da
-int style Material_Widget_ProgressView 0x7f1600db
-int style Material_Widget_ProgressView_Circular 0x7f1600dc
-int style Material_Widget_ProgressView_Circular_Determinate 0x7f1600dd
-int style Material_Widget_ProgressView_Linear 0x7f1600de
-int style Material_Widget_ProgressView_Linear_Buffer 0x7f1600df
-int style Material_Widget_ProgressView_Linear_Determinate 0x7f1600e0
-int style Material_Widget_ProgressView_Linear_Query 0x7f1600e1
-int style Material_Widget_Slider 0x7f1600e2
-int style Material_Widget_Slider_Discrete 0x7f1600e3
-int style Material_Widget_SnackBar 0x7f1600e4
-int style Material_Widget_SnackBar_Mobile 0x7f1600e5
-int style Material_Widget_SnackBar_Mobile_MultiLine 0x7f1600e6
-int style Material_Widget_SnackBar_Tablet 0x7f1600e7
-int style Material_Widget_SnackBar_Tablet_MultiLine 0x7f1600e8
-int style Material_Widget_Spinner 0x7f1600e9
-int style Material_Widget_Spinner_Light 0x7f1600ea
-int style Material_Widget_Switch 0x7f1600eb
-int style Material_Widget_TabPageIndicator 0x7f1600ec
-int style Material_Widget_TabPageIndicator_Fixed 0x7f1600ed
-int style Material_Widget_TabPageIndicator_Fixed_Light 0x7f1600ee
-int style Material_Widget_TabPageIndicator_Light 0x7f1600ef
-int style Material_Widget_TimePicker 0x7f1600f0
-int style Material_Widget_TimePicker_Light 0x7f1600f1
-int style Material_Widget_YearPicker 0x7f1600f2
-int style Material_Widget_YearPicker_Light 0x7f1600f3
-int style Platform_AppCompat 0x7f1600f4
-int style Platform_AppCompat_Light 0x7f1600f5
-int style Platform_ThemeOverlay_AppCompat 0x7f1600f6
-int style Platform_ThemeOverlay_AppCompat_Dark 0x7f1600f7
-int style Platform_ThemeOverlay_AppCompat_Light 0x7f1600f8
-int style Platform_V11_AppCompat 0x7f1600f9
-int style Platform_V11_AppCompat_Light 0x7f1600fa
-int style Platform_V14_AppCompat 0x7f1600fb
-int style Platform_V14_AppCompat_Light 0x7f1600fc
-int style Platform_V21_AppCompat 0x7f1600fd
-int style Platform_V21_AppCompat_Light 0x7f1600fe
-int style Platform_V25_AppCompat 0x7f1600ff
-int style Platform_V25_AppCompat_Light 0x7f160100
-int style Platform_Widget_AppCompat_Spinner 0x7f160101
-int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f160102
-int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f160103
-int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f160104
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f160105
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f160106
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f160107
-int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f160108
-int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f160109
-int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f16010a
-int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f16010b
-int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f16010c
-int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f16010d
-int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f16010e
-int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f16010f
-int style TextAppearance_AppCompat 0x7f160110
-int style TextAppearance_AppCompat_Body1 0x7f160111
-int style TextAppearance_AppCompat_Body2 0x7f160112
-int style TextAppearance_AppCompat_Button 0x7f160113
-int style TextAppearance_AppCompat_Caption 0x7f160114
-int style TextAppearance_AppCompat_Display1 0x7f160115
-int style TextAppearance_AppCompat_Display2 0x7f160116
-int style TextAppearance_AppCompat_Display3 0x7f160117
-int style TextAppearance_AppCompat_Display4 0x7f160118
-int style TextAppearance_AppCompat_Headline 0x7f160119
-int style TextAppearance_AppCompat_Inverse 0x7f16011a
-int style TextAppearance_AppCompat_Large 0x7f16011b
-int style TextAppearance_AppCompat_Large_Inverse 0x7f16011c
-int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f16011d
-int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f16011e
-int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f16011f
-int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f160120
-int style TextAppearance_AppCompat_Medium 0x7f160121
-int style TextAppearance_AppCompat_Medium_Inverse 0x7f160122
-int style TextAppearance_AppCompat_Menu 0x7f160123
-int style TextAppearance_AppCompat_Notification 0x7f160124
-int style TextAppearance_AppCompat_Notification_Info 0x7f160125
-int style TextAppearance_AppCompat_Notification_Info_Media 0x7f160126
-int style TextAppearance_AppCompat_Notification_Line2 0x7f160127
-int style TextAppearance_AppCompat_Notification_Line2_Media 0x7f160128
-int style TextAppearance_AppCompat_Notification_Media 0x7f160129
-int style TextAppearance_AppCompat_Notification_Time 0x7f16012a
-int style TextAppearance_AppCompat_Notification_Time_Media 0x7f16012b
-int style TextAppearance_AppCompat_Notification_Title 0x7f16012c
-int style TextAppearance_AppCompat_Notification_Title_Media 0x7f16012d
-int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f16012e
-int style TextAppearance_AppCompat_SearchResult_Title 0x7f16012f
-int style TextAppearance_AppCompat_Small 0x7f160130
-int style TextAppearance_AppCompat_Small_Inverse 0x7f160131
-int style TextAppearance_AppCompat_Subhead 0x7f160132
-int style TextAppearance_AppCompat_Subhead_Inverse 0x7f160133
-int style TextAppearance_AppCompat_Title 0x7f160134
-int style TextAppearance_AppCompat_Title_Inverse 0x7f160135
-int style TextAppearance_AppCompat_Tooltip 0x7f160136
-int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f160137
-int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f160138
-int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f160139
-int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f16013a
-int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f16013b
-int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f16013c
-int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f16013d
-int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f16013e
-int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f16013f
-int style TextAppearance_AppCompat_Widget_Button 0x7f160140
-int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f160141
-int style TextAppearance_AppCompat_Widget_Button_Colored 0x7f160142
-int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f160143
-int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f160144
-int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f160145
-int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f160146
-int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f160147
-int style TextAppearance_AppCompat_Widget_Switch 0x7f160148
-int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f160149
-int style TextAppearance_Compat_Notification 0x7f16014a
-int style TextAppearance_Compat_Notification_Info 0x7f16014b
-int style TextAppearance_Compat_Notification_Info_Media 0x7f16014c
-int style TextAppearance_Compat_Notification_Line2 0x7f16014d
-int style TextAppearance_Compat_Notification_Line2_Media 0x7f16014e
-int style TextAppearance_Compat_Notification_Media 0x7f16014f
-int style TextAppearance_Compat_Notification_Time 0x7f160150
-int style TextAppearance_Compat_Notification_Time_Media 0x7f160151
-int style TextAppearance_Compat_Notification_Title 0x7f160152
-int style TextAppearance_Compat_Notification_Title_Media 0x7f160153
-int style TextAppearance_Design_CollapsingToolbar_Expanded 0x7f160154
-int style TextAppearance_Design_Counter 0x7f160155
-int style TextAppearance_Design_Counter_Overflow 0x7f160156
-int style TextAppearance_Design_Error 0x7f160157
-int style TextAppearance_Design_Hint 0x7f160158
-int style TextAppearance_Design_Snackbar_Message 0x7f160159
-int style TextAppearance_Design_Tab 0x7f16015a
-int style TextAppearance_StatusBar_EventContent 0x7f16015b
-int style TextAppearance_StatusBar_EventContent_Info 0x7f16015c
-int style TextAppearance_StatusBar_EventContent_Line2 0x7f16015d
-int style TextAppearance_StatusBar_EventContent_Time 0x7f16015e
-int style TextAppearance_StatusBar_EventContent_Title 0x7f16015f
-int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f160160
-int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f160161
-int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f160162
-int style ThemeOverlay_AppCompat 0x7f160163
-int style ThemeOverlay_AppCompat_ActionBar 0x7f160164
-int style ThemeOverlay_AppCompat_Dark 0x7f160165
-int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f160166
-int style ThemeOverlay_AppCompat_Dialog 0x7f160167
-int style ThemeOverlay_AppCompat_Dialog_Alert 0x7f160168
-int style ThemeOverlay_AppCompat_Light 0x7f160169
-int style Theme_AppCompat 0x7f16016a
-int style Theme_AppCompat_CompactMenu 0x7f16016b
-int style Theme_AppCompat_DayNight 0x7f16016c
-int style Theme_AppCompat_DayNight_DarkActionBar 0x7f16016d
-int style Theme_AppCompat_DayNight_Dialog 0x7f16016e
-int style Theme_AppCompat_DayNight_DialogWhenLarge 0x7f16016f
-int style Theme_AppCompat_DayNight_Dialog_Alert 0x7f160170
-int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x7f160171
-int style Theme_AppCompat_DayNight_NoActionBar 0x7f160172
-int style Theme_AppCompat_Dialog 0x7f160173
-int style Theme_AppCompat_DialogWhenLarge 0x7f160174
-int style Theme_AppCompat_Dialog_Alert 0x7f160175
-int style Theme_AppCompat_Dialog_MinWidth 0x7f160176
-int style Theme_AppCompat_Light 0x7f160177
-int style Theme_AppCompat_Light_DarkActionBar 0x7f160178
-int style Theme_AppCompat_Light_Dialog 0x7f160179
-int style Theme_AppCompat_Light_DialogWhenLarge 0x7f16017a
-int style Theme_AppCompat_Light_Dialog_Alert 0x7f16017b
-int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f16017c
-int style Theme_AppCompat_Light_NoActionBar 0x7f16017d
-int style Theme_AppCompat_NoActionBar 0x7f16017e
-int style Theme_Design 0x7f16017f
-int style Theme_Design_BottomSheetDialog 0x7f160180
-int style Theme_Design_Light 0x7f160181
-int style Theme_Design_Light_BottomSheetDialog 0x7f160182
-int style Theme_Design_Light_NoActionBar 0x7f160183
-int style Theme_Design_NoActionBar 0x7f160184
-int style Widget_AppCompat_ActionBar 0x7f160185
-int style Widget_AppCompat_ActionBar_Solid 0x7f160186
-int style Widget_AppCompat_ActionBar_TabBar 0x7f160187
-int style Widget_AppCompat_ActionBar_TabText 0x7f160188
-int style Widget_AppCompat_ActionBar_TabView 0x7f160189
-int style Widget_AppCompat_ActionButton 0x7f16018a
-int style Widget_AppCompat_ActionButton_CloseMode 0x7f16018b
-int style Widget_AppCompat_ActionButton_Overflow 0x7f16018c
-int style Widget_AppCompat_ActionMode 0x7f16018d
-int style Widget_AppCompat_ActivityChooserView 0x7f16018e
-int style Widget_AppCompat_AutoCompleteTextView 0x7f16018f
-int style Widget_AppCompat_Button 0x7f160190
-int style Widget_AppCompat_ButtonBar 0x7f160191
-int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f160192
-int style Widget_AppCompat_Button_Borderless 0x7f160193
-int style Widget_AppCompat_Button_Borderless_Colored 0x7f160194
-int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f160195
-int style Widget_AppCompat_Button_Colored 0x7f160196
-int style Widget_AppCompat_Button_Small 0x7f160197
-int style Widget_AppCompat_CompoundButton_CheckBox 0x7f160198
-int style Widget_AppCompat_CompoundButton_RadioButton 0x7f160199
-int style Widget_AppCompat_CompoundButton_Switch 0x7f16019a
-int style Widget_AppCompat_DrawerArrowToggle 0x7f16019b
-int style Widget_AppCompat_DropDownItem_Spinner 0x7f16019c
-int style Widget_AppCompat_EditText 0x7f16019d
-int style Widget_AppCompat_ImageButton 0x7f16019e
-int style Widget_AppCompat_Light_ActionBar 0x7f16019f
-int style Widget_AppCompat_Light_ActionBar_Solid 0x7f1601a0
-int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f1601a1
-int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f1601a2
-int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f1601a3
-int style Widget_AppCompat_Light_ActionBar_TabText 0x7f1601a4
-int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f1601a5
-int style Widget_AppCompat_Light_ActionBar_TabView 0x7f1601a6
-int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f1601a7
-int style Widget_AppCompat_Light_ActionButton 0x7f1601a8
-int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f1601a9
-int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f1601aa
-int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f1601ab
-int style Widget_AppCompat_Light_ActivityChooserView 0x7f1601ac
-int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f1601ad
-int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f1601ae
-int style Widget_AppCompat_Light_ListPopupWindow 0x7f1601af
-int style Widget_AppCompat_Light_ListView_DropDown 0x7f1601b0
-int style Widget_AppCompat_Light_PopupMenu 0x7f1601b1
-int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f1601b2
-int style Widget_AppCompat_Light_SearchView 0x7f1601b3
-int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f1601b4
-int style Widget_AppCompat_ListMenuView 0x7f1601b5
-int style Widget_AppCompat_ListPopupWindow 0x7f1601b6
-int style Widget_AppCompat_ListView 0x7f1601b7
-int style Widget_AppCompat_ListView_DropDown 0x7f1601b8
-int style Widget_AppCompat_ListView_Menu 0x7f1601b9
-int style Widget_AppCompat_PopupMenu 0x7f1601ba
-int style Widget_AppCompat_PopupMenu_Overflow 0x7f1601bb
-int style Widget_AppCompat_PopupWindow 0x7f1601bc
-int style Widget_AppCompat_ProgressBar 0x7f1601bd
-int style Widget_AppCompat_ProgressBar_Horizontal 0x7f1601be
-int style Widget_AppCompat_RatingBar 0x7f1601bf
-int style Widget_AppCompat_RatingBar_Indicator 0x7f1601c0
-int style Widget_AppCompat_RatingBar_Small 0x7f1601c1
-int style Widget_AppCompat_SearchView 0x7f1601c2
-int style Widget_AppCompat_SearchView_ActionBar 0x7f1601c3
-int style Widget_AppCompat_SeekBar 0x7f1601c4
-int style Widget_AppCompat_SeekBar_Discrete 0x7f1601c5
-int style Widget_AppCompat_Spinner 0x7f1601c6
-int style Widget_AppCompat_Spinner_DropDown 0x7f1601c7
-int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f1601c8
-int style Widget_AppCompat_Spinner_Underlined 0x7f1601c9
-int style Widget_AppCompat_TextView_SpinnerItem 0x7f1601ca
-int style Widget_AppCompat_Toolbar 0x7f1601cb
-int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f1601cc
-int style Widget_Compat_NotificationActionContainer 0x7f1601cd
-int style Widget_Compat_NotificationActionText 0x7f1601ce
-int style Widget_Design_AppBarLayout 0x7f1601cf
-int style Widget_Design_BottomNavigationView 0x7f1601d0
-int style Widget_Design_BottomSheet_Modal 0x7f1601d1
-int style Widget_Design_CollapsingToolbar 0x7f1601d2
-int style Widget_Design_CoordinatorLayout 0x7f1601d3
-int style Widget_Design_FloatingActionButton 0x7f1601d4
-int style Widget_Design_NavigationView 0x7f1601d5
-int style Widget_Design_ScrimInsetsFrameLayout 0x7f1601d6
-int style Widget_Design_Snackbar 0x7f1601d7
-int style Widget_Design_TabLayout 0x7f1601d8
-int style Widget_Design_TextInputLayout 0x7f1601d9
-int style myDialog 0x7f1601da
-int style myDialogTitle 0x7f1601db
-int[] styleable ActionBar { 0x7f040032, 0x7f040033, 0x7f040034, 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b, 0x7f040098, 0x7f0400c2, 0x7f0400c3, 0x7f0400eb, 0x7f040131, 0x7f040132, 0x7f040137, 0x7f040138, 0x7f040139, 0x7f04013e, 0x7f040144, 0x7f04016e, 0x7f040185, 0x7f040197, 0x7f04019b, 0x7f04019c, 0x7f04022a, 0x7f04022d, 0x7f040261, 0x7f04026b }
-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 { 0x010100b3 }
-int styleable ActionBarLayout_android_layout_gravity 0
-int[] styleable ActionMenuItemView { 0x0101013f }
-int styleable ActionMenuItemView_android_minWidth 0
-int[] styleable ActionMode { 0x7f040032, 0x7f040033, 0x7f040064, 0x7f040131, 0x7f04022d, 0x7f04026b }
-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 { 0x7f04010b, 0x7f04013f }
-int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0
-int styleable ActivityChooserView_initialActivityCount 1
-int[] styleable AlertDialog { 0x010100f2, 0x7f04004e, 0x7f040156, 0x7f040157, 0x7f040182, 0x7f0401f0, 0x7f0401f1 }
-int styleable AlertDialog_android_layout 0
-int styleable AlertDialog_buttonPanelSideLayout 1
-int styleable AlertDialog_listItemLayout 2
-int styleable AlertDialog_listLayout 3
-int styleable AlertDialog_multiChoiceItemLayout 4
-int styleable AlertDialog_showTitle 5
-int styleable AlertDialog_singleChoiceItemLayout 6
-int[] styleable AppBarLayout { 0x010100d4, 0x01010540, 0x0101048f, 0x7f0400eb, 0x7f04010c }
-int styleable AppBarLayout_android_background 0
-int styleable AppBarLayout_android_keyboardNavigationCluster 1
-int styleable AppBarLayout_android_touchscreenBlocksFocus 2
-int styleable AppBarLayout_elevation 3
-int styleable AppBarLayout_expanded 4
-int[] styleable AppBarLayoutStates { 0x7f040224, 0x7f040225 }
-int styleable AppBarLayoutStates_state_collapsed 0
-int styleable AppBarLayoutStates_state_collapsible 1
-int[] styleable AppBarLayout_Layout { 0x7f040152, 0x7f040153 }
-int styleable AppBarLayout_Layout_layout_scrollFlags 0
-int styleable AppBarLayout_Layout_layout_scrollInterpolator 1
-int[] styleable AppCompatImageView { 0x01010119, 0x7f040221, 0x7f04025f, 0x7f040260 }
-int styleable AppCompatImageView_android_src 0
-int styleable AppCompatImageView_srcCompat 1
-int styleable AppCompatImageView_tint 2
-int styleable AppCompatImageView_tintMode 3
-int[] styleable AppCompatSeekBar { 0x01010142, 0x7f04025c, 0x7f04025d, 0x7f04025e }
-int styleable AppCompatSeekBar_android_thumb 0
-int styleable AppCompatSeekBar_tickMark 1
-int styleable AppCompatSeekBar_tickMarkTint 2
-int styleable AppCompatSeekBar_tickMarkTintMode 3
-int[] styleable AppCompatTextHelper { 0x0101016e, 0x01010393, 0x0101016f, 0x01010170, 0x01010392, 0x0101016d, 0x01010034 }
-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 { 0x01010034, 0x7f04002d, 0x7f04002e, 0x7f04002f, 0x7f040030, 0x7f040031, 0x7f040124, 0x7f04024b }
-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_fontFamily 6
-int styleable AppCompatTextView_textAllCaps 7
-int[] styleable AppCompatTheme { 0x7f040001, 0x7f040002, 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f04000d, 0x7f04000f, 0x7f040010, 0x7f040011, 0x7f040012, 0x7f040013, 0x7f040014, 0x7f040015, 0x7f040016, 0x7f040017, 0x7f040018, 0x7f040019, 0x7f04001a, 0x7f04001b, 0x7f04001c, 0x7f04001d, 0x7f04001e, 0x7f04001f, 0x7f040022, 0x7f040023, 0x7f040024, 0x7f040025, 0x7f040026, 0x010100ae, 0x01010057, 0x7f04002c, 0x7f04003e, 0x7f040048, 0x7f040049, 0x7f04004a, 0x7f04004b, 0x7f04004c, 0x7f04004f, 0x7f040050, 0x7f040061, 0x7f040062, 0x7f04006a, 0x7f04006b, 0x7f04006c, 0x7f04006d, 0x7f04006e, 0x7f04006f, 0x7f040070, 0x7f040071, 0x7f040072, 0x7f040073, 0x7f040082, 0x7f0400c0, 0x7f0400c1, 0x7f0400c4, 0x7f0400c6, 0x7f0400e6, 0x7f0400e7, 0x7f0400e8, 0x7f0400e9, 0x7f0400ea, 0x7f040137, 0x7f04013d, 0x7f040154, 0x7f040155, 0x7f040158, 0x7f040159, 0x7f04015a, 0x7f04015b, 0x7f04015c, 0x7f04015d, 0x7f04015e, 0x7f04018e, 0x7f04018f, 0x7f040190, 0x7f040196, 0x7f040198, 0x7f0401a5, 0x7f0401a6, 0x7f0401a7, 0x7f0401a8, 0x7f0401e9, 0x7f0401ea, 0x7f0401eb, 0x7f0401ec, 0x7f040209, 0x7f04020a, 0x7f040239, 0x7f04024c, 0x7f04024d, 0x7f04024e, 0x7f04024f, 0x7f040250, 0x7f040251, 0x7f040252, 0x7f040253, 0x7f040254, 0x7f040256, 0x7f04026d, 0x7f04026e, 0x7f04026f, 0x7f040270, 0x7f040297, 0x7f040298, 0x7f040299, 0x7f04029a, 0x7f04029b, 0x7f04029c, 0x7f04029d, 0x7f04029e, 0x7f04029f, 0x7f0402a0 }
-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_dialogPreferredPadding 59
-int styleable AppCompatTheme_dialogTheme 60
-int styleable AppCompatTheme_dividerHorizontal 61
-int styleable AppCompatTheme_dividerVertical 62
-int styleable AppCompatTheme_dropDownListViewStyle 63
-int styleable AppCompatTheme_dropdownListPreferredItemHeight 64
-int styleable AppCompatTheme_editTextBackground 65
-int styleable AppCompatTheme_editTextColor 66
-int styleable AppCompatTheme_editTextStyle 67
-int styleable AppCompatTheme_homeAsUpIndicator 68
-int styleable AppCompatTheme_imageButtonStyle 69
-int styleable AppCompatTheme_listChoiceBackgroundIndicator 70
-int styleable AppCompatTheme_listDividerAlertDialog 71
-int styleable AppCompatTheme_listMenuViewStyle 72
-int styleable AppCompatTheme_listPopupWindowStyle 73
-int styleable AppCompatTheme_listPreferredItemHeight 74
-int styleable AppCompatTheme_listPreferredItemHeightLarge 75
-int styleable AppCompatTheme_listPreferredItemHeightSmall 76
-int styleable AppCompatTheme_listPreferredItemPaddingLeft 77
-int styleable AppCompatTheme_listPreferredItemPaddingRight 78
-int styleable AppCompatTheme_panelBackground 79
-int styleable AppCompatTheme_panelMenuListTheme 80
-int styleable AppCompatTheme_panelMenuListWidth 81
-int styleable AppCompatTheme_popupMenuStyle 82
-int styleable AppCompatTheme_popupWindowStyle 83
-int styleable AppCompatTheme_radioButtonStyle 84
-int styleable AppCompatTheme_ratingBarStyle 85
-int styleable AppCompatTheme_ratingBarStyleIndicator 86
-int styleable AppCompatTheme_ratingBarStyleSmall 87
-int styleable AppCompatTheme_searchViewStyle 88
-int styleable AppCompatTheme_seekBarStyle 89
-int styleable AppCompatTheme_selectableItemBackground 90
-int styleable AppCompatTheme_selectableItemBackgroundBorderless 91
-int styleable AppCompatTheme_spinnerDropDownItemStyle 92
-int styleable AppCompatTheme_spinnerStyle 93
-int styleable AppCompatTheme_switchStyle 94
-int styleable AppCompatTheme_textAppearanceLargePopupMenu 95
-int styleable AppCompatTheme_textAppearanceListItem 96
-int styleable AppCompatTheme_textAppearanceListItemSecondary 97
-int styleable AppCompatTheme_textAppearanceListItemSmall 98
-int styleable AppCompatTheme_textAppearancePopupMenuHeader 99
-int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 100
-int styleable AppCompatTheme_textAppearanceSearchResultTitle 101
-int styleable AppCompatTheme_textAppearanceSmallPopupMenu 102
-int styleable AppCompatTheme_textColorAlertDialogListItem 103
-int styleable AppCompatTheme_textColorSearchUrl 104
-int styleable AppCompatTheme_toolbarNavigationButtonStyle 105
-int styleable AppCompatTheme_toolbarStyle 106
-int styleable AppCompatTheme_tooltipForegroundColor 107
-int styleable AppCompatTheme_tooltipFrameBackground 108
-int styleable AppCompatTheme_windowActionBar 109
-int styleable AppCompatTheme_windowActionBarOverlay 110
-int styleable AppCompatTheme_windowActionModeOverlay 111
-int styleable AppCompatTheme_windowFixedHeightMajor 112
-int styleable AppCompatTheme_windowFixedHeightMinor 113
-int styleable AppCompatTheme_windowFixedWidthMajor 114
-int styleable AppCompatTheme_windowFixedWidthMinor 115
-int styleable AppCompatTheme_windowMinWidthMajor 116
-int styleable AppCompatTheme_windowMinWidthMinor 117
-int styleable AppCompatTheme_windowNoTitle 118
-int[] styleable AutoCompleteTextView { 0x01010172, 0x01010174, 0x01010263, 0x01010283, 0x010102ac, 0x010102ad, 0x01010262, 0x01010176 }
-int styleable AutoCompleteTextView_android_completionHint 0
-int styleable AutoCompleteTextView_android_completionThreshold 1
-int styleable AutoCompleteTextView_android_dropDownAnchor 2
-int styleable AutoCompleteTextView_android_dropDownHeight 3
-int styleable AutoCompleteTextView_android_dropDownHorizontalOffset 4
-int styleable AutoCompleteTextView_android_dropDownVerticalOffset 5
-int styleable AutoCompleteTextView_android_dropDownWidth 6
-int styleable AutoCompleteTextView_android_popupBackground 7
-int[] styleable BottomNavigationView { 0x7f0400eb, 0x7f040142, 0x7f040143, 0x7f040146, 0x7f040181 }
-int styleable BottomNavigationView_elevation 0
-int styleable BottomNavigationView_itemBackground 1
-int styleable BottomNavigationView_itemIconTint 2
-int styleable BottomNavigationView_itemTextColor 3
-int styleable BottomNavigationView_menu 4
-int[] styleable BottomSheetBehavior_Layout { 0x7f040039, 0x7f04003b, 0x7f04003c }
-int styleable BottomSheetBehavior_Layout_behavior_hideable 0
-int styleable BottomSheetBehavior_Layout_behavior_peekHeight 1
-int styleable BottomSheetBehavior_Layout_behavior_skipCollapsed 2
-int[] styleable BottomSheetDialog { 0x010100f5, 0x7f040041, 0x7f040042, 0x7f040043, 0x7f040044, 0x7f040045, 0x7f040046, 0x7f040047 }
-int styleable BottomSheetDialog_android_layout_height 0
-int styleable BottomSheetDialog_bsd_cancelable 1
-int styleable BottomSheetDialog_bsd_canceledOnTouchOutside 2
-int styleable BottomSheetDialog_bsd_dimAmount 3
-int styleable BottomSheetDialog_bsd_inDuration 4
-int styleable BottomSheetDialog_bsd_inInterpolator 5
-int styleable BottomSheetDialog_bsd_outDuration 6
-int styleable BottomSheetDialog_bsd_outInterpolator 7
-int[] styleable ButtonBarLayout { 0x7f040027 }
-int styleable ButtonBarLayout_allowStacking 0
-int[] styleable CardView { 0x7f040053, 0x7f040054, 0x7f040055, 0x7f040056, 0x7f040057, 0x7f040058, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f04007f, 0x7f040080 }
-int styleable CardView_cardBackgroundColor 0
-int styleable CardView_cardCornerRadius 1
-int styleable CardView_cardElevation 2
-int styleable CardView_cardMaxElevation 3
-int styleable CardView_cardPreventCornerOverlap 4
-int styleable CardView_cardUseCompatPadding 5
-int styleable CardView_contentPadding 6
-int styleable CardView_contentPaddingBottom 7
-int styleable CardView_contentPaddingLeft 8
-int styleable CardView_contentPaddingRight 9
-int styleable CardView_contentPaddingTop 10
-int[] styleable CheckBoxDrawable { 0x7f040059, 0x7f04005a, 0x7f04005b, 0x7f04005c, 0x7f04005d, 0x7f04005e, 0x7f04005f, 0x7f040060 }
-int styleable CheckBoxDrawable_cbd_animDuration 0
-int styleable CheckBoxDrawable_cbd_boxSize 1
-int styleable CheckBoxDrawable_cbd_cornerRadius 2
-int styleable CheckBoxDrawable_cbd_height 3
-int styleable CheckBoxDrawable_cbd_strokeColor 4
-int styleable CheckBoxDrawable_cbd_strokeSize 5
-int styleable CheckBoxDrawable_cbd_tickColor 6
-int styleable CheckBoxDrawable_cbd_width 7
-int[] styleable CircularProgressDrawable { 0x7f040087, 0x7f040088, 0x7f040089, 0x7f04008a, 0x7f04008b, 0x7f04008c, 0x7f04008d, 0x7f04008e, 0x7f04008f, 0x7f040090, 0x7f040091, 0x7f040092, 0x7f040093, 0x7f040094, 0x7f040095, 0x7f040096, 0x7f040097, 0x7f04019f, 0x7f0401a0, 0x7f0401a2 }
-int styleable CircularProgressDrawable_cpd_inAnimDuration 0
-int styleable CircularProgressDrawable_cpd_inStepColors 1
-int styleable CircularProgressDrawable_cpd_inStepPercent 2
-int styleable CircularProgressDrawable_cpd_initialAngle 3
-int styleable CircularProgressDrawable_cpd_keepDuration 4
-int styleable CircularProgressDrawable_cpd_maxSweepAngle 5
-int styleable CircularProgressDrawable_cpd_minSweepAngle 6
-int styleable CircularProgressDrawable_cpd_outAnimDuration 7
-int styleable CircularProgressDrawable_cpd_padding 8
-int styleable CircularProgressDrawable_cpd_reverse 9
-int styleable CircularProgressDrawable_cpd_rotateDuration 10
-int styleable CircularProgressDrawable_cpd_strokeColor 11
-int styleable CircularProgressDrawable_cpd_strokeColors 12
-int styleable CircularProgressDrawable_cpd_strokeSecondaryColor 13
-int styleable CircularProgressDrawable_cpd_strokeSize 14
-int styleable CircularProgressDrawable_cpd_transformDuration 15
-int styleable CircularProgressDrawable_cpd_transformInterpolator 16
-int styleable CircularProgressDrawable_pv_progress 17
-int styleable CircularProgressDrawable_pv_progressMode 18
-int styleable CircularProgressDrawable_pv_secondaryProgress 19
-int[] styleable CollapsingToolbarLayout { 0x7f040067, 0x7f040068, 0x7f040081, 0x7f04010d, 0x7f04010e, 0x7f04010f, 0x7f040110, 0x7f040111, 0x7f040112, 0x7f040113, 0x7f0401e5, 0x7f0401e6, 0x7f040227, 0x7f040261, 0x7f040262, 0x7f04026c }
-int styleable CollapsingToolbarLayout_collapsedTitleGravity 0
-int styleable CollapsingToolbarLayout_collapsedTitleTextAppearance 1
-int styleable CollapsingToolbarLayout_contentScrim 2
-int styleable CollapsingToolbarLayout_expandedTitleGravity 3
-int styleable CollapsingToolbarLayout_expandedTitleMargin 4
-int styleable CollapsingToolbarLayout_expandedTitleMarginBottom 5
-int styleable CollapsingToolbarLayout_expandedTitleMarginEnd 6
-int styleable CollapsingToolbarLayout_expandedTitleMarginStart 7
-int styleable CollapsingToolbarLayout_expandedTitleMarginTop 8
-int styleable CollapsingToolbarLayout_expandedTitleTextAppearance 9
-int styleable CollapsingToolbarLayout_scrimAnimationDuration 10
-int styleable CollapsingToolbarLayout_scrimVisibleHeightTrigger 11
-int styleable CollapsingToolbarLayout_statusBarScrim 12
-int styleable CollapsingToolbarLayout_title 13
-int styleable CollapsingToolbarLayout_titleEnabled 14
-int styleable CollapsingToolbarLayout_toolbarId 15
-int[] styleable CollapsingToolbarLayout_Layout { 0x7f04014d, 0x7f04014e }
-int styleable CollapsingToolbarLayout_Layout_layout_collapseMode 0
-int styleable CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier 1
-int[] styleable ColorStateListItem { 0x7f040028, 0x0101031f, 0x010101a5 }
-int styleable ColorStateListItem_alpha 0
-int styleable ColorStateListItem_android_alpha 1
-int styleable ColorStateListItem_android_color 2
-int[] styleable CompoundButton { 0x01010107, 0x7f040051, 0x7f040052 }
-int styleable CompoundButton_android_button 0
-int styleable CompoundButton_buttonTint 1
-int styleable CompoundButton_buttonTintMode 2
-int[] styleable CoordinatorLayout { 0x7f040147, 0x7f040226 }
-int styleable CoordinatorLayout_keylines 0
-int styleable CoordinatorLayout_statusBarBackground 1
-int[] styleable CoordinatorLayout_Layout { 0x010100b3, 0x7f04014a, 0x7f04014b, 0x7f04014c, 0x7f04014f, 0x7f040150, 0x7f040151 }
-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 DatePicker { 0x010100d5, 0x010100d9, 0x010100d6, 0x010100d8, 0x010100d7, 0x7f0400c7, 0x7f0400c8, 0x7f0400c9, 0x7f0400ca, 0x7f0400cb, 0x7f0400cc, 0x7f0400d3, 0x7f0400d4, 0x7f0400d5, 0x7f0400d6, 0x7f0400d7, 0x7f0400d8, 0x7f0400d9, 0x7f0400da, 0x7f0400dc, 0x7f0400dd, 0x7f0400de, 0x7f0400df, 0x7f0400e1, 0x7f0400e2 }
-int styleable DatePicker_android_padding 0
-int styleable DatePicker_android_paddingBottom 1
-int styleable DatePicker_android_paddingLeft 2
-int styleable DatePicker_android_paddingRight 3
-int styleable DatePicker_android_paddingTop 4
-int styleable DatePicker_dp_animDuration 5
-int styleable DatePicker_dp_day 6
-int styleable DatePicker_dp_dayMax 7
-int styleable DatePicker_dp_dayMin 8
-int styleable DatePicker_dp_dayTextSize 9
-int styleable DatePicker_dp_fontFamily 10
-int styleable DatePicker_dp_inInterpolator 11
-int styleable DatePicker_dp_month 12
-int styleable DatePicker_dp_monthMax 13
-int styleable DatePicker_dp_monthMin 14
-int styleable DatePicker_dp_outInterpolator 15
-int styleable DatePicker_dp_selectionColor 16
-int styleable DatePicker_dp_textColor 17
-int styleable DatePicker_dp_textDisableColor 18
-int styleable DatePicker_dp_textHighlightColor 19
-int styleable DatePicker_dp_textLabelColor 20
-int styleable DatePicker_dp_textStyle 21
-int styleable DatePicker_dp_year 22
-int styleable DatePicker_dp_yearMax 23
-int styleable DatePicker_dp_yearMin 24
-int[] styleable DatePickerDialog { 0x7f0400cd, 0x7f0400ce, 0x7f0400cf, 0x7f0400d0, 0x7f0400d1, 0x7f0400d2, 0x7f0400db }
-int styleable DatePickerDialog_dp_headerPrimaryColor 0
-int styleable DatePickerDialog_dp_headerPrimaryHeight 1
-int styleable DatePickerDialog_dp_headerPrimaryTextSize 2
-int styleable DatePickerDialog_dp_headerSecondaryColor 3
-int styleable DatePickerDialog_dp_headerSecondaryHeight 4
-int styleable DatePickerDialog_dp_headerSecondaryTextSize 5
-int styleable DatePickerDialog_dp_textHeaderColor 6
-int[] styleable DesignTheme { 0x7f04003f, 0x7f040040, 0x7f040255 }
-int styleable DesignTheme_bottomSheetDialogTheme 0
-int styleable DesignTheme_bottomSheetStyle 1
-int styleable DesignTheme_textColorError 2
-int[] styleable Dialog { 0x010100f5, 0x010100f4, 0x7f04009a, 0x7f04009b, 0x7f04009c, 0x7f04009d, 0x7f04009e, 0x7f04009f, 0x7f0400a0, 0x7f0400a2, 0x7f0400a3, 0x7f0400a4, 0x7f0400a5, 0x7f0400a6, 0x7f0400a7, 0x7f0400aa, 0x7f0400ab, 0x7f0400ac, 0x7f0400ad, 0x7f0400b0, 0x7f0400b1, 0x7f0400b2, 0x7f0400b3, 0x7f0400b4, 0x7f0400b5, 0x7f0400b6, 0x7f0400b7, 0x7f0400b8, 0x7f0400b9, 0x7f0400ba, 0x7f0400bb, 0x7f0400bc, 0x7f0400be, 0x7f0400bf }
-int styleable Dialog_android_layout_height 0
-int styleable Dialog_android_layout_width 1
-int styleable Dialog_di_actionBackground 2
-int styleable Dialog_di_actionRipple 3
-int styleable Dialog_di_actionTextAppearance 4
-int styleable Dialog_di_actionTextColor 5
-int styleable Dialog_di_backgroundColor 6
-int styleable Dialog_di_cancelable 7
-int styleable Dialog_di_canceledOnTouchOutside 8
-int styleable Dialog_di_cornerRadius 9
-int styleable Dialog_di_dimAmount 10
-int styleable Dialog_di_dividerColor 11
-int styleable Dialog_di_dividerHeight 12
-int styleable Dialog_di_elevation 13
-int styleable Dialog_di_inAnimation 14
-int styleable Dialog_di_layoutDirection 15
-int styleable Dialog_di_maxElevation 16
-int styleable Dialog_di_maxHeight 17
-int styleable Dialog_di_maxWidth 18
-int styleable Dialog_di_negativeActionBackground 19
-int styleable Dialog_di_negativeActionRipple 20
-int styleable Dialog_di_negativeActionTextAppearance 21
-int styleable Dialog_di_negativeActionTextColor 22
-int styleable Dialog_di_neutralActionBackground 23
-int styleable Dialog_di_neutralActionRipple 24
-int styleable Dialog_di_neutralActionTextAppearance 25
-int styleable Dialog_di_neutralActionTextColor 26
-int styleable Dialog_di_outAnimation 27
-int styleable Dialog_di_positiveActionBackground 28
-int styleable Dialog_di_positiveActionRipple 29
-int styleable Dialog_di_positiveActionTextAppearance 30
-int styleable Dialog_di_positiveActionTextColor 31
-int styleable Dialog_di_titleTextAppearance 32
-int styleable Dialog_di_titleTextColor 33
-int[] styleable DrawerArrowToggle { 0x7f04002a, 0x7f04002b, 0x7f040037, 0x7f040069, 0x7f0400e4, 0x7f04012e, 0x7f040208, 0x7f040258 }
-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 EditText { 0x7f0400ee, 0x7f0400ef, 0x7f0400f0, 0x7f0400f1, 0x7f0400f2, 0x7f0400f3, 0x7f0400f4, 0x7f0400f5, 0x7f0400f6, 0x7f0400f7, 0x7f0400f8, 0x7f0400f9, 0x7f0400fa, 0x7f0400fb, 0x7f0400fc, 0x7f0400fd, 0x7f0400fe, 0x7f0400ff, 0x7f040100, 0x7f040101, 0x7f040102, 0x7f040103, 0x7f040104, 0x7f040105, 0x7f040106, 0x7f040107, 0x7f040108, 0x7f040109, 0x7f04010a }
-int styleable EditText_et_autoCompleteMode 0
-int styleable EditText_et_dividerAnimDuration 1
-int styleable EditText_et_dividerColor 2
-int styleable EditText_et_dividerCompoundPadding 3
-int styleable EditText_et_dividerErrorColor 4
-int styleable EditText_et_dividerHeight 5
-int styleable EditText_et_dividerPadding 6
-int styleable EditText_et_error 7
-int styleable EditText_et_helper 8
-int styleable EditText_et_inputId 9
-int styleable EditText_et_labelEllipsize 10
-int styleable EditText_et_labelEnable 11
-int styleable EditText_et_labelInAnim 12
-int styleable EditText_et_labelOutAnim 13
-int styleable EditText_et_labelPadding 14
-int styleable EditText_et_labelTextAppearance 15
-int styleable EditText_et_labelTextColor 16
-int styleable EditText_et_labelTextSize 17
-int styleable EditText_et_supportEllipsize 18
-int styleable EditText_et_supportLines 19
-int styleable EditText_et_supportMaxChars 20
-int styleable EditText_et_supportMaxLines 21
-int styleable EditText_et_supportMode 22
-int styleable EditText_et_supportPadding 23
-int styleable EditText_et_supportSingleLine 24
-int styleable EditText_et_supportTextAppearance 25
-int styleable EditText_et_supportTextColor 26
-int styleable EditText_et_supportTextErrorColor 27
-int styleable EditText_et_supportTextSize 28
-int[] styleable FloatingActionButton { 0x7f040035, 0x7f040036, 0x7f04003d, 0x7f0400eb, 0x7f040114, 0x7f040115, 0x7f040116, 0x7f040117, 0x7f040118, 0x7f040119, 0x7f04011a, 0x7f04011b, 0x7f04011c, 0x7f04011d, 0x7f04019a, 0x7f0401c7, 0x7f040294 }
-int styleable FloatingActionButton_backgroundTint 0
-int styleable FloatingActionButton_backgroundTintMode 1
-int styleable FloatingActionButton_borderWidth 2
-int styleable FloatingActionButton_elevation 3
-int styleable FloatingActionButton_fabSize 4
-int styleable FloatingActionButton_fab_animDuration 5
-int styleable FloatingActionButton_fab_backgroundAnimDuration 6
-int styleable FloatingActionButton_fab_backgroundColor 7
-int styleable FloatingActionButton_fab_elevation 8
-int styleable FloatingActionButton_fab_iconLineMorphing 9
-int styleable FloatingActionButton_fab_iconSize 10
-int styleable FloatingActionButton_fab_iconSrc 11
-int styleable FloatingActionButton_fab_interpolator 12
-int styleable FloatingActionButton_fab_radius 13
-int styleable FloatingActionButton_pressedTranslationZ 14
-int styleable FloatingActionButton_rippleColor 15
-int styleable FloatingActionButton_useCompatPadding 16
-int[] styleable FloatingActionButton_Behavior_Layout { 0x7f040038 }
-int styleable FloatingActionButton_Behavior_Layout_behavior_autoHide 0
-int[] styleable FontFamily { 0x7f040125, 0x7f040126, 0x7f040127, 0x7f040128, 0x7f040129, 0x7f04012a }
-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 { 0x7f040123, 0x7f04012b, 0x7f04012c }
-int styleable FontFamilyFont_font 0
-int styleable FontFamilyFont_fontStyle 1
-int styleable FontFamilyFont_fontWeight 2
-int[] styleable ForegroundLinearLayout { 0x01010109, 0x01010200, 0x7f04012d }
-int styleable ForegroundLinearLayout_android_foreground 0
-int styleable ForegroundLinearLayout_android_foregroundGravity 1
-int styleable ForegroundLinearLayout_foregroundInsidePadding 2
-int[] styleable LineMorphingDrawable { 0x7f04015f, 0x7f040160, 0x7f040161, 0x7f040162, 0x7f040163, 0x7f040164, 0x7f040165, 0x7f040166, 0x7f040167, 0x7f040168, 0x7f040169, 0x7f04016a, 0x7f04016b, 0x7f04016c, 0x7f04016d }
-int styleable LineMorphingDrawable_lmd_animDuration 0
-int styleable LineMorphingDrawable_lmd_clockwise 1
-int styleable LineMorphingDrawable_lmd_curState 2
-int styleable LineMorphingDrawable_lmd_interpolator 3
-int styleable LineMorphingDrawable_lmd_layoutDirection 4
-int styleable LineMorphingDrawable_lmd_padding 5
-int styleable LineMorphingDrawable_lmd_paddingBottom 6
-int styleable LineMorphingDrawable_lmd_paddingLeft 7
-int styleable LineMorphingDrawable_lmd_paddingRight 8
-int styleable LineMorphingDrawable_lmd_paddingTop 9
-int styleable LineMorphingDrawable_lmd_state 10
-int styleable LineMorphingDrawable_lmd_strokeCap 11
-int styleable LineMorphingDrawable_lmd_strokeColor 12
-int styleable LineMorphingDrawable_lmd_strokeJoin 13
-int styleable LineMorphingDrawable_lmd_strokeSize 14
-int[] styleable LinearLayoutCompat { 0x01010126, 0x01010127, 0x010100af, 0x010100c4, 0x01010128, 0x7f0400c3, 0x7f0400c5, 0x7f040180, 0x7f0401ee }
-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 { 0x010100b3, 0x010100f5, 0x01010181, 0x010100f4 }
-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 LinearProgressDrawable { 0x7f040170, 0x7f040171, 0x7f040172, 0x7f040173, 0x7f040174, 0x7f040175, 0x7f040176, 0x7f040177, 0x7f040178, 0x7f040179, 0x7f04017a, 0x7f04017b, 0x7f04017c, 0x7f04017d, 0x7f04019f, 0x7f0401a0, 0x7f0401a2 }
-int styleable LinearProgressDrawable_lpd_inAnimDuration 0
-int styleable LinearProgressDrawable_lpd_keepDuration 1
-int styleable LinearProgressDrawable_lpd_maxLineWidth 2
-int styleable LinearProgressDrawable_lpd_minLineWidth 3
-int styleable LinearProgressDrawable_lpd_outAnimDuration 4
-int styleable LinearProgressDrawable_lpd_reverse 5
-int styleable LinearProgressDrawable_lpd_strokeColor 6
-int styleable LinearProgressDrawable_lpd_strokeColors 7
-int styleable LinearProgressDrawable_lpd_strokeSecondaryColor 8
-int styleable LinearProgressDrawable_lpd_strokeSize 9
-int styleable LinearProgressDrawable_lpd_transformDuration 10
-int styleable LinearProgressDrawable_lpd_transformInterpolator 11
-int styleable LinearProgressDrawable_lpd_travelDuration 12
-int styleable LinearProgressDrawable_lpd_verticalAlign 13
-int styleable LinearProgressDrawable_pv_progress 14
-int styleable LinearProgressDrawable_pv_progressMode 15
-int styleable LinearProgressDrawable_pv_secondaryProgress 16
-int[] styleable ListPopupWindow { 0x010102ac, 0x010102ad }
-int styleable ListPopupWindow_android_dropDownHorizontalOffset 0
-int styleable ListPopupWindow_android_dropDownVerticalOffset 1
-int[] styleable MenuGroup { 0x010101e0, 0x0101000e, 0x010100d0, 0x010101de, 0x010101df, 0x01010194 }
-int styleable MenuGroup_android_checkableBehavior 0
-int styleable MenuGroup_android_enabled 1
-int styleable MenuGroup_android_id 2
-int styleable MenuGroup_android_menuCategory 3
-int styleable MenuGroup_android_orderInCategory 4
-int styleable MenuGroup_android_visible 5
-int[] styleable MenuItem { 0x7f04000e, 0x7f040020, 0x7f040021, 0x7f040029, 0x010101e3, 0x010101e5, 0x01010106, 0x0101000e, 0x01010002, 0x010100d0, 0x010101de, 0x010101e4, 0x0101026f, 0x010101df, 0x010101e1, 0x010101e2, 0x01010194, 0x7f040075, 0x7f04013a, 0x7f04013b, 0x7f040188, 0x7f0401ed, 0x7f040271 }
-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 { 0x0101012f, 0x0101012d, 0x01010130, 0x01010131, 0x0101012c, 0x0101012e, 0x010100ae, 0x7f040199, 0x7f040228 }
-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 MultiSpinnerSearch { 0x7f040135 }
-int styleable MultiSpinnerSearch_hintText 0
-int[] styleable NavigationDrawerDrawable { 0x7f040186, 0x7f040187 }
-int styleable NavigationDrawerDrawable_nd_icon 0
-int styleable NavigationDrawerDrawable_nd_ripple 1
-int[] styleable NavigationView { 0x010100d4, 0x010100dd, 0x0101011f, 0x7f0400eb, 0x7f040130, 0x7f040142, 0x7f040143, 0x7f040145, 0x7f040146, 0x7f040181 }
-int styleable NavigationView_android_background 0
-int styleable NavigationView_android_fitsSystemWindows 1
-int styleable NavigationView_android_maxWidth 2
-int styleable NavigationView_elevation 3
-int styleable NavigationView_headerLayout 4
-int styleable NavigationView_itemBackground 5
-int styleable NavigationView_itemIconTint 6
-int styleable NavigationView_itemTextAppearance 7
-int styleable NavigationView_itemTextColor 8
-int styleable NavigationView_menu 9
-int[] styleable PopupWindow { 0x010102c9, 0x01010176, 0x7f040189 }
-int styleable PopupWindow_android_popupAnimationStyle 0
-int styleable PopupWindow_android_popupBackground 1
-int styleable PopupWindow_overlapAnchor 2
-int[] styleable PopupWindowBackgroundState { 0x7f040223 }
-int styleable PopupWindowBackgroundState_state_above_anchor 0
-int[] styleable ProgressView { 0x7f04019d, 0x7f04019e, 0x7f04019f, 0x7f0401a0, 0x7f0401a1, 0x7f0401a2 }
-int styleable ProgressView_pv_autostart 0
-int styleable ProgressView_pv_circular 1
-int styleable ProgressView_pv_progress 2
-int styleable ProgressView_pv_progressMode 3
-int styleable ProgressView_pv_progressStyle 4
-int styleable ProgressView_pv_secondaryProgress 5
-int[] styleable RadioButtonDrawable { 0x7f0401a9, 0x7f0401aa, 0x7f0401ab, 0x7f0401ac, 0x7f0401ad, 0x7f0401ae, 0x7f0401af }
-int styleable RadioButtonDrawable_rbd_animDuration 0
-int styleable RadioButtonDrawable_rbd_height 1
-int styleable RadioButtonDrawable_rbd_innerRadius 2
-int styleable RadioButtonDrawable_rbd_radius 3
-int styleable RadioButtonDrawable_rbd_strokeColor 4
-int styleable RadioButtonDrawable_rbd_strokeSize 5
-int styleable RadioButtonDrawable_rbd_width 6
-int[] styleable RecycleListView { 0x7f04018a, 0x7f04018d }
-int styleable RecycleListView_paddingBottomNoButtons 0
-int styleable RecycleListView_paddingTopNoTitle 1
-int[] styleable RecyclerView { 0x010100f1, 0x010100c4, 0x7f04011e, 0x7f04011f, 0x7f040120, 0x7f040121, 0x7f040122, 0x7f040149, 0x7f0401c6, 0x7f040207, 0x7f040222 }
-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 RippleDrawable { 0x7f0401b0, 0x7f0401b1, 0x7f0401b2, 0x7f0401b3, 0x7f0401b4, 0x7f0401b5, 0x7f0401b6, 0x7f0401b8, 0x7f0401b9, 0x7f0401ba, 0x7f0401bb, 0x7f0401bc, 0x7f0401bd, 0x7f0401be, 0x7f0401bf, 0x7f0401c0, 0x7f0401c1, 0x7f0401c3, 0x7f0401c4, 0x7f0401c5 }
-int styleable RippleDrawable_rd_backgroundAnimDuration 0
-int styleable RippleDrawable_rd_backgroundColor 1
-int styleable RippleDrawable_rd_bottomLeftCornerRadius 2
-int styleable RippleDrawable_rd_bottomPadding 3
-int styleable RippleDrawable_rd_bottomRightCornerRadius 4
-int styleable RippleDrawable_rd_cornerRadius 5
-int styleable RippleDrawable_rd_delayClick 6
-int styleable RippleDrawable_rd_inInterpolator 7
-int styleable RippleDrawable_rd_leftPadding 8
-int styleable RippleDrawable_rd_maskType 9
-int styleable RippleDrawable_rd_maxRippleRadius 10
-int styleable RippleDrawable_rd_outInterpolator 11
-int styleable RippleDrawable_rd_padding 12
-int styleable RippleDrawable_rd_rightPadding 13
-int styleable RippleDrawable_rd_rippleAnimDuration 14
-int styleable RippleDrawable_rd_rippleColor 15
-int styleable RippleDrawable_rd_rippleType 16
-int styleable RippleDrawable_rd_topLeftCornerRadius 17
-int styleable RippleDrawable_rd_topPadding 18
-int styleable RippleDrawable_rd_topRightCornerRadius 19
-int[] styleable RippleView { 0x7f0401b7, 0x7f0401c2 }
-int styleable RippleView_rd_enable 0
-int styleable RippleView_rd_style 1
-int[] styleable ScrimInsetsFrameLayout { 0x7f040140 }
-int styleable ScrimInsetsFrameLayout_insetForeground 0
-int[] styleable ScrollingViewBehavior_Layout { 0x7f04003a }
-int styleable ScrollingViewBehavior_Layout_behavior_overlapTop 0
-int[] styleable SearchView { 0x010100da, 0x01010264, 0x01010220, 0x0101011f, 0x7f040063, 0x7f040074, 0x7f040099, 0x7f04012f, 0x7f04013c, 0x7f040148, 0x7f0401a3, 0x7f0401a4, 0x7f0401e7, 0x7f0401e8, 0x7f040229, 0x7f04022e, 0x7f040296 }
-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 SimpleDialog { 0x7f0400a1, 0x7f0400a8, 0x7f0400a9, 0x7f0400ae, 0x7f0400af, 0x7f0400bd }
-int styleable SimpleDialog_di_checkBoxStyle 0
-int styleable SimpleDialog_di_itemHeight 1
-int styleable SimpleDialog_di_itemTextAppearance 2
-int styleable SimpleDialog_di_messageTextAppearance 3
-int styleable SimpleDialog_di_messageTextColor 4
-int styleable SimpleDialog_di_radioButtonStyle 5
-int[] styleable Slider { 0x0101000e, 0x010100af, 0x7f0401f2, 0x7f0401f3, 0x7f0401f4, 0x7f0401f5, 0x7f0401f6, 0x7f0401f7, 0x7f0401f8, 0x7f0401f9, 0x7f0401fa, 0x7f0401fb, 0x7f0401fc, 0x7f0401fd, 0x7f0401fe, 0x7f0401ff, 0x7f040200, 0x7f040201, 0x7f040202, 0x7f040203, 0x7f040204, 0x7f040205, 0x7f040206 }
-int styleable Slider_android_enabled 0
-int styleable Slider_android_gravity 1
-int styleable Slider_sl_alwaysFillThumb 2
-int styleable Slider_sl_baselineOffset 3
-int styleable Slider_sl_discreteMode 4
-int styleable Slider_sl_fontFamily 5
-int styleable Slider_sl_interpolator 6
-int styleable Slider_sl_maxValue 7
-int styleable Slider_sl_minValue 8
-int styleable Slider_sl_primaryColor 9
-int styleable Slider_sl_secondaryColor 10
-int styleable Slider_sl_stepValue 11
-int styleable Slider_sl_textColor 12
-int styleable Slider_sl_textSize 13
-int styleable Slider_sl_textStyle 14
-int styleable Slider_sl_thumbBorderSize 15
-int styleable Slider_sl_thumbFocusRadius 16
-int styleable Slider_sl_thumbRadius 17
-int styleable Slider_sl_trackCap 18
-int styleable Slider_sl_trackSize 19
-int styleable Slider_sl_transformAnimDuration 20
-int styleable Slider_sl_travelAnimDuration 21
-int styleable Slider_sl_value 22
-int[] styleable SnackBar { 0x7f0401c8, 0x7f0401c9, 0x7f0401ca, 0x7f0401cb, 0x7f0401cc, 0x7f0401cd, 0x7f0401ce, 0x7f0401cf, 0x7f0401d0, 0x7f0401d1, 0x7f0401d2, 0x7f0401d3, 0x7f0401d4, 0x7f0401d5, 0x7f0401d6, 0x7f0401d7, 0x7f0401d8, 0x7f0401d9, 0x7f0401da, 0x7f0401db, 0x7f0401dc, 0x7f0401dd, 0x7f0401de, 0x7f0401df, 0x7f0401e0, 0x7f0401e1, 0x7f0401e2, 0x7f0401e3, 0x7f0401e4 }
-int styleable SnackBar_sb_actionRipple 0
-int styleable SnackBar_sb_actionText 1
-int styleable SnackBar_sb_actionTextAppearance 2
-int styleable SnackBar_sb_actionTextColor 3
-int styleable SnackBar_sb_actionTextSize 4
-int styleable SnackBar_sb_backgroundColor 5
-int styleable SnackBar_sb_backgroundCornerRadius 6
-int styleable SnackBar_sb_duration 7
-int styleable SnackBar_sb_ellipsize 8
-int styleable SnackBar_sb_height 9
-int styleable SnackBar_sb_horizontalPadding 10
-int styleable SnackBar_sb_inAnimation 11
-int styleable SnackBar_sb_lines 12
-int styleable SnackBar_sb_marginBottom 13
-int styleable SnackBar_sb_marginStart 14
-int styleable SnackBar_sb_maxHeight 15
-int styleable SnackBar_sb_maxLines 16
-int styleable SnackBar_sb_maxWidth 17
-int styleable SnackBar_sb_minHeight 18
-int styleable SnackBar_sb_minWidth 19
-int styleable SnackBar_sb_outAnimation 20
-int styleable SnackBar_sb_removeOnDismiss 21
-int styleable SnackBar_sb_singleLine 22
-int styleable SnackBar_sb_text 23
-int styleable SnackBar_sb_textAppearance 24
-int styleable SnackBar_sb_textColor 25
-int styleable SnackBar_sb_textSize 26
-int styleable SnackBar_sb_verticalPadding 27
-int styleable SnackBar_sb_width 28
-int[] styleable SnackbarLayout { 0x0101011f, 0x7f0400eb, 0x7f04017e }
-int styleable SnackbarLayout_android_maxWidth 0
-int styleable SnackbarLayout_elevation 1
-int styleable SnackbarLayout_maxActionInlineWidth 2
-int[] styleable Spinner { 0x01010262, 0x010100b2, 0x010100af, 0x01010140, 0x0101013f, 0x01010176, 0x0101017b, 0x7f040197, 0x7f04020c, 0x7f04020d, 0x7f04020e, 0x7f04020f, 0x7f040210, 0x7f040211, 0x7f040212, 0x7f040213, 0x7f040214, 0x7f040215, 0x7f040216, 0x7f040217, 0x7f040218, 0x7f040219, 0x7f04021a, 0x7f04021b, 0x7f04021c, 0x7f04021d, 0x7f04021e, 0x7f04021f, 0x7f040220 }
-int styleable Spinner_android_dropDownWidth 0
-int styleable Spinner_android_entries 1
-int styleable Spinner_android_gravity 2
-int styleable Spinner_android_minHeight 3
-int styleable Spinner_android_minWidth 4
-int styleable Spinner_android_popupBackground 5
-int styleable Spinner_android_prompt 6
-int styleable Spinner_popupTheme 7
-int styleable Spinner_spn_arrowAnimClockwise 8
-int styleable Spinner_spn_arrowAnimDuration 9
-int styleable Spinner_spn_arrowColor 10
-int styleable Spinner_spn_arrowInterpolator 11
-int styleable Spinner_spn_arrowPadding 12
-int styleable Spinner_spn_arrowSize 13
-int styleable Spinner_spn_arrowSwitchMode 14
-int styleable Spinner_spn_disableChildrenWhenDisabled 15
-int styleable Spinner_spn_dividerAnimDuration 16
-int styleable Spinner_spn_dividerColor 17
-int styleable Spinner_spn_dividerHeight 18
-int styleable Spinner_spn_dividerPadding 19
-int styleable Spinner_spn_label 20
-int styleable Spinner_spn_labelEllipsize 21
-int styleable Spinner_spn_labelEnable 22
-int styleable Spinner_spn_labelPadding 23
-int styleable Spinner_spn_labelTextAppearance 24
-int styleable Spinner_spn_labelTextColor 25
-int styleable Spinner_spn_labelTextSize 26
-int styleable Spinner_spn_popupItemAnimOffset 27
-int styleable Spinner_spn_popupItemAnimation 28
-int[] styleable Switch { 0x01010106, 0x010100af, 0x7f04022f, 0x7f040230, 0x7f040231, 0x7f040232, 0x7f040233, 0x7f040234, 0x7f040235, 0x7f040236 }
-int styleable Switch_android_checked 0
-int styleable Switch_android_gravity 1
-int styleable Switch_sw_animDuration 2
-int styleable Switch_sw_interpolator 3
-int styleable Switch_sw_thumbColor 4
-int styleable Switch_sw_thumbElevation 5
-int styleable Switch_sw_thumbRadius 6
-int styleable Switch_sw_trackCap 7
-int styleable Switch_sw_trackColor 8
-int styleable Switch_sw_trackSize 9
-int[] styleable SwitchCompat { 0x01010125, 0x01010124, 0x01010142, 0x7f0401ef, 0x7f04020b, 0x7f040237, 0x7f040238, 0x7f04023a, 0x7f040259, 0x7f04025a, 0x7f04025b, 0x7f040290, 0x7f040291, 0x7f040292 }
-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 TabItem { 0x01010002, 0x010100f2, 0x0101014f }
-int styleable TabItem_android_icon 0
-int styleable TabItem_android_layout 1
-int styleable TabItem_android_text 2
-int[] styleable TabLayout { 0x7f04023b, 0x7f04023c, 0x7f04023d, 0x7f04023e, 0x7f04023f, 0x7f040240, 0x7f040241, 0x7f040242, 0x7f040243, 0x7f040244, 0x7f040245, 0x7f040246, 0x7f040247, 0x7f040248, 0x7f040249, 0x7f04024a }
-int styleable TabLayout_tabBackground 0
-int styleable TabLayout_tabContentStart 1
-int styleable TabLayout_tabGravity 2
-int styleable TabLayout_tabIndicatorColor 3
-int styleable TabLayout_tabIndicatorHeight 4
-int styleable TabLayout_tabMaxWidth 5
-int styleable TabLayout_tabMinWidth 6
-int styleable TabLayout_tabMode 7
-int styleable TabLayout_tabPadding 8
-int styleable TabLayout_tabPaddingBottom 9
-int styleable TabLayout_tabPaddingEnd 10
-int styleable TabLayout_tabPaddingStart 11
-int styleable TabLayout_tabPaddingTop 12
-int styleable TabLayout_tabSelectedTextColor 13
-int styleable TabLayout_tabTextAppearance 14
-int styleable TabLayout_tabTextColor 15
-int[] styleable TabPageIndicator { 0x01010034, 0x7f040288, 0x7f040289, 0x7f04028a, 0x7f04028b, 0x7f04028c, 0x7f04028d, 0x7f04028e, 0x7f04028f }
-int styleable TabPageIndicator_android_textAppearance 0
-int styleable TabPageIndicator_tpi_centerCurrentTab 1
-int styleable TabPageIndicator_tpi_indicatorAtTop 2
-int styleable TabPageIndicator_tpi_indicatorColor 3
-int styleable TabPageIndicator_tpi_indicatorHeight 4
-int styleable TabPageIndicator_tpi_mode 5
-int styleable TabPageIndicator_tpi_tabPadding 6
-int styleable TabPageIndicator_tpi_tabRipple 7
-int styleable TabPageIndicator_tpi_tabSingleLine 8
-int[] styleable TextAppearance { 0x0101045d, 0x010103ac, 0x010104b7, 0x010104b6, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x0101038c, 0x01010098, 0x01010099, 0x0101009a, 0x0101009b, 0x01010095, 0x01010097, 0x01010096, 0x7f040124, 0x7f04024b, 0x7f040293 }
-int styleable TextAppearance_android_elegantTextHeight 0
-int styleable TextAppearance_android_fontFamily 1
-int styleable TextAppearance_android_fontFeatureSettings 2
-int styleable TextAppearance_android_letterSpacing 3
-int styleable TextAppearance_android_shadowColor 4
-int styleable TextAppearance_android_shadowDx 5
-int styleable TextAppearance_android_shadowDy 6
-int styleable TextAppearance_android_shadowRadius 7
-int styleable TextAppearance_android_textAllCaps 8
-int styleable TextAppearance_android_textColor 9
-int styleable TextAppearance_android_textColorHighlight 10
-int styleable TextAppearance_android_textColorHint 11
-int styleable TextAppearance_android_textColorLink 12
-int styleable TextAppearance_android_textSize 13
-int styleable TextAppearance_android_textStyle 14
-int styleable TextAppearance_android_typeface 15
-int styleable TextAppearance_fontFamily 16
-int styleable TextAppearance_textAllCaps 17
-int styleable TextAppearance_tv_fontFamily 18
-int[] styleable TextInputLayout { 0x01010150, 0x0101009a, 0x7f040083, 0x7f040084, 0x7f040085, 0x7f040086, 0x7f0400ec, 0x7f0400ed, 0x7f040133, 0x7f040134, 0x7f040136, 0x7f040191, 0x7f040192, 0x7f040193, 0x7f040194, 0x7f040195 }
-int styleable TextInputLayout_android_hint 0
-int styleable TextInputLayout_android_textColorHint 1
-int styleable TextInputLayout_counterEnabled 2
-int styleable TextInputLayout_counterMaxLength 3
-int styleable TextInputLayout_counterOverflowTextAppearance 4
-int styleable TextInputLayout_counterTextAppearance 5
-int styleable TextInputLayout_errorEnabled 6
-int styleable TextInputLayout_errorTextAppearance 7
-int styleable TextInputLayout_hintAnimationEnabled 8
-int styleable TextInputLayout_hintEnabled 9
-int styleable TextInputLayout_hintTextAppearance 10
-int styleable TextInputLayout_passwordToggleContentDescription 11
-int styleable TextInputLayout_passwordToggleDrawable 12
-int styleable TextInputLayout_passwordToggleEnabled 13
-int styleable TextInputLayout_passwordToggleTint 14
-int styleable TextInputLayout_passwordToggleTintMode 15
-int[] styleable TextView { 0x01010152, 0x0101016e, 0x01010393, 0x0101016f, 0x01010171, 0x01010170, 0x01010392, 0x0101016d, 0x0101045d, 0x01010158, 0x010103ac, 0x010104b7, 0x010100af, 0x01010155, 0x0101015f, 0x010104b6, 0x01010217, 0x01010218, 0x01010154, 0x01010157, 0x01010120, 0x01010160, 0x01010153, 0x0101011f, 0x0101015a, 0x01010140, 0x01010156, 0x0101013f, 0x0101015b, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x0101015d, 0x0101038c, 0x01010098, 0x01010099, 0x0101009a, 0x0101009b, 0x01010151, 0x01010095, 0x01010097, 0x01010096, 0x01010159, 0x7f040293 }
-int styleable TextView_android_cursorVisible 0
-int styleable TextView_android_drawableBottom 1
-int styleable TextView_android_drawableEnd 2
-int styleable TextView_android_drawableLeft 3
-int styleable TextView_android_drawablePadding 4
-int styleable TextView_android_drawableRight 5
-int styleable TextView_android_drawableStart 6
-int styleable TextView_android_drawableTop 7
-int styleable TextView_android_elegantTextHeight 8
-int styleable TextView_android_ems 9
-int styleable TextView_android_fontFamily 10
-int styleable TextView_android_fontFeatureSettings 11
-int styleable TextView_android_gravity 12
-int styleable TextView_android_height 13
-int styleable TextView_android_includeFontPadding 14
-int styleable TextView_android_letterSpacing 15
-int styleable TextView_android_lineSpacingExtra 16
-int styleable TextView_android_lineSpacingMultiplier 17
-int styleable TextView_android_lines 18
-int styleable TextView_android_maxEms 19
-int styleable TextView_android_maxHeight 20
-int styleable TextView_android_maxLength 21
-int styleable TextView_android_maxLines 22
-int styleable TextView_android_maxWidth 23
-int styleable TextView_android_minEms 24
-int styleable TextView_android_minHeight 25
-int styleable TextView_android_minLines 26
-int styleable TextView_android_minWidth 27
-int styleable TextView_android_scrollHorizontally 28
-int styleable TextView_android_shadowColor 29
-int styleable TextView_android_shadowDx 30
-int styleable TextView_android_shadowDy 31
-int styleable TextView_android_shadowRadius 32
-int styleable TextView_android_singleLine 33
-int styleable TextView_android_textAllCaps 34
-int styleable TextView_android_textColor 35
-int styleable TextView_android_textColorHighlight 36
-int styleable TextView_android_textColorHint 37
-int styleable TextView_android_textColorLink 38
-int styleable TextView_android_textScaleX 39
-int styleable TextView_android_textSize 40
-int styleable TextView_android_textStyle 41
-int styleable TextView_android_typeface 42
-int styleable TextView_android_width 43
-int styleable TextView_tv_fontFamily 44
-int[] styleable TextViewAppearance { 0x01010034 }
-int styleable TextViewAppearance_android_textAppearance 0
-int[] styleable ThemableView { 0x7f040295 }
-int styleable ThemableView_v_styleId 0
-int[] styleable Theme { 0x7f040001, 0x7f040002, 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f04000d, 0x7f04000f, 0x7f040010, 0x7f040011, 0x7f040012, 0x7f040013, 0x7f040014, 0x7f040015, 0x7f040016, 0x7f040017, 0x7f040018, 0x7f040019, 0x7f04001a, 0x7f04001b, 0x7f04001c, 0x7f04001d, 0x7f04001e, 0x7f04001f, 0x7f040022, 0x7f040023, 0x7f040024, 0x7f040025, 0x7f040026, 0x010100ae, 0x01010057, 0x7f04002c, 0x7f04003e, 0x7f040048, 0x7f040049, 0x7f04004a, 0x7f04004b, 0x7f04004c, 0x7f04004f, 0x7f040050, 0x7f040061, 0x7f040062, 0x7f04006a, 0x7f04006c, 0x7f04006d, 0x7f04006e, 0x7f04006f, 0x7f040071, 0x7f040072, 0x7f040073, 0x7f040082, 0x7f0400c0, 0x7f0400c1, 0x7f0400c4, 0x7f0400c6, 0x7f0400e6, 0x7f0400e7, 0x7f0400e8, 0x7f0400e9, 0x7f0400ea, 0x7f040137, 0x7f04013d, 0x7f040154, 0x7f040155, 0x7f040159, 0x7f04015a, 0x7f04015b, 0x7f04015c, 0x7f04015d, 0x7f04015e, 0x7f04018e, 0x7f04018f, 0x7f040190, 0x7f040196, 0x7f040198, 0x7f0401a5, 0x7f0401a6, 0x7f0401e9, 0x7f0401ea, 0x7f0401eb, 0x7f0401ec, 0x7f040209, 0x7f04020a, 0x7f040239, 0x7f04024c, 0x7f04024d, 0x7f04024f, 0x7f040251, 0x7f040252, 0x7f040253, 0x7f040254, 0x7f040256, 0x7f04026d, 0x7f04026e, 0x7f040297, 0x7f040298, 0x7f040299, 0x7f04029a, 0x7f04029b, 0x7f04029c, 0x7f04029d, 0x7f04029e, 0x7f04029f, 0x7f0402a0 }
-int styleable Theme_actionBarDivider 0
-int styleable Theme_actionBarItemBackground 1
-int styleable Theme_actionBarPopupTheme 2
-int styleable Theme_actionBarSize 3
-int styleable Theme_actionBarSplitStyle 4
-int styleable Theme_actionBarStyle 5
-int styleable Theme_actionBarTabBarStyle 6
-int styleable Theme_actionBarTabStyle 7
-int styleable Theme_actionBarTabTextStyle 8
-int styleable Theme_actionBarTheme 9
-int styleable Theme_actionBarWidgetTheme 10
-int styleable Theme_actionButtonStyle 11
-int styleable Theme_actionDropDownStyle 12
-int styleable Theme_actionMenuTextAppearance 13
-int styleable Theme_actionMenuTextColor 14
-int styleable Theme_actionModeBackground 15
-int styleable Theme_actionModeCloseButtonStyle 16
-int styleable Theme_actionModeCloseDrawable 17
-int styleable Theme_actionModeCopyDrawable 18
-int styleable Theme_actionModeCutDrawable 19
-int styleable Theme_actionModeFindDrawable 20
-int styleable Theme_actionModePasteDrawable 21
-int styleable Theme_actionModePopupWindowStyle 22
-int styleable Theme_actionModeSelectAllDrawable 23
-int styleable Theme_actionModeShareDrawable 24
-int styleable Theme_actionModeSplitBackground 25
-int styleable Theme_actionModeStyle 26
-int styleable Theme_actionModeWebSearchDrawable 27
-int styleable Theme_actionOverflowButtonStyle 28
-int styleable Theme_actionOverflowMenuStyle 29
-int styleable Theme_activityChooserViewStyle 30
-int styleable Theme_alertDialogButtonGroupStyle 31
-int styleable Theme_alertDialogCenterButtons 32
-int styleable Theme_alertDialogStyle 33
-int styleable Theme_alertDialogTheme 34
-int styleable Theme_android_windowAnimationStyle 35
-int styleable Theme_android_windowIsFloating 36
-int styleable Theme_autoCompleteTextViewStyle 37
-int styleable Theme_borderlessButtonStyle 38
-int styleable Theme_buttonBarButtonStyle 39
-int styleable Theme_buttonBarNegativeButtonStyle 40
-int styleable Theme_buttonBarNeutralButtonStyle 41
-int styleable Theme_buttonBarPositiveButtonStyle 42
-int styleable Theme_buttonBarStyle 43
-int styleable Theme_buttonStyle 44
-int styleable Theme_buttonStyleSmall 45
-int styleable Theme_checkboxStyle 46
-int styleable Theme_checkedTextViewStyle 47
-int styleable Theme_colorAccent 48
-int styleable Theme_colorButtonNormal 49
-int styleable Theme_colorControlActivated 50
-int styleable Theme_colorControlHighlight 51
-int styleable Theme_colorControlNormal 52
-int styleable Theme_colorPrimary 53
-int styleable Theme_colorPrimaryDark 54
-int styleable Theme_colorSwitchThumbNormal 55
-int styleable Theme_controlBackground 56
-int styleable Theme_dialogPreferredPadding 57
-int styleable Theme_dialogTheme 58
-int styleable Theme_dividerHorizontal 59
-int styleable Theme_dividerVertical 60
-int styleable Theme_dropDownListViewStyle 61
-int styleable Theme_dropdownListPreferredItemHeight 62
-int styleable Theme_editTextBackground 63
-int styleable Theme_editTextColor 64
-int styleable Theme_editTextStyle 65
-int styleable Theme_homeAsUpIndicator 66
-int styleable Theme_imageButtonStyle 67
-int styleable Theme_listChoiceBackgroundIndicator 68
-int styleable Theme_listDividerAlertDialog 69
-int styleable Theme_listPopupWindowStyle 70
-int styleable Theme_listPreferredItemHeight 71
-int styleable Theme_listPreferredItemHeightLarge 72
-int styleable Theme_listPreferredItemHeightSmall 73
-int styleable Theme_listPreferredItemPaddingLeft 74
-int styleable Theme_listPreferredItemPaddingRight 75
-int styleable Theme_panelBackground 76
-int styleable Theme_panelMenuListTheme 77
-int styleable Theme_panelMenuListWidth 78
-int styleable Theme_popupMenuStyle 79
-int styleable Theme_popupWindowStyle 80
-int styleable Theme_radioButtonStyle 81
-int styleable Theme_ratingBarStyle 82
-int styleable Theme_searchViewStyle 83
-int styleable Theme_seekBarStyle 84
-int styleable Theme_selectableItemBackground 85
-int styleable Theme_selectableItemBackgroundBorderless 86
-int styleable Theme_spinnerDropDownItemStyle 87
-int styleable Theme_spinnerStyle 88
-int styleable Theme_switchStyle 89
-int styleable Theme_textAppearanceLargePopupMenu 90
-int styleable Theme_textAppearanceListItem 91
-int styleable Theme_textAppearanceListItemSmall 92
-int styleable Theme_textAppearanceSearchResultSubtitle 93
-int styleable Theme_textAppearanceSearchResultTitle 94
-int styleable Theme_textAppearanceSmallPopupMenu 95
-int styleable Theme_textColorAlertDialogListItem 96
-int styleable Theme_textColorSearchUrl 97
-int styleable Theme_toolbarNavigationButtonStyle 98
-int styleable Theme_toolbarStyle 99
-int styleable Theme_windowActionBar 100
-int styleable Theme_windowActionBarOverlay 101
-int styleable Theme_windowActionModeOverlay 102
-int styleable Theme_windowFixedHeightMajor 103
-int styleable Theme_windowFixedHeightMinor 104
-int styleable Theme_windowFixedWidthMajor 105
-int styleable Theme_windowFixedWidthMinor 106
-int styleable Theme_windowMinWidthMajor 107
-int styleable Theme_windowMinWidthMinor 108
-int styleable Theme_windowNoTitle 109
-int[] styleable TimePicker { 0x7f040272, 0x7f040274, 0x7f040275, 0x7f040276, 0x7f040278, 0x7f040279, 0x7f04027b, 0x7f04027c, 0x7f04027d, 0x7f04027f, 0x7f040280, 0x7f040281, 0x7f040282, 0x7f040283, 0x7f040284, 0x7f040287 }
-int styleable TimePicker_tp_24Hour 0
-int styleable TimePicker_tp_animDuration 1
-int styleable TimePicker_tp_backgroundColor 2
-int styleable TimePicker_tp_fontFamily 3
-int styleable TimePicker_tp_hour 4
-int styleable TimePicker_tp_inInterpolator 5
-int styleable TimePicker_tp_minute 6
-int styleable TimePicker_tp_mode 7
-int styleable TimePicker_tp_outInterpolator 8
-int styleable TimePicker_tp_selectionColor 9
-int styleable TimePicker_tp_selectionRadius 10
-int styleable TimePicker_tp_textColor 11
-int styleable TimePicker_tp_textHighlightColor 12
-int styleable TimePicker_tp_textSize 13
-int styleable TimePicker_tp_textStyle 14
-int styleable TimePicker_tp_tickSize 15
-int[] styleable TimePickerDialog { 0x7f040273, 0x7f040277, 0x7f04027a, 0x7f04027e, 0x7f040285, 0x7f040286 }
-int styleable TimePickerDialog_tp_am 0
-int styleable TimePickerDialog_tp_headerHeight 1
-int styleable TimePickerDialog_tp_leadingZero 2
-int styleable TimePickerDialog_tp_pm 3
-int styleable TimePickerDialog_tp_textTimeColor 4
-int styleable TimePickerDialog_tp_textTimeSize 5
-int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f04004d, 0x7f040065, 0x7f040066, 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b, 0x7f04016e, 0x7f04016f, 0x7f04017f, 0x7f040183, 0x7f040184, 0x7f040197, 0x7f04022a, 0x7f04022b, 0x7f04022c, 0x7f040261, 0x7f040263, 0x7f040264, 0x7f040265, 0x7f040266, 0x7f040267, 0x7f040268, 0x7f040269, 0x7f04026a }
-int styleable Toolbar_android_gravity 0
-int styleable Toolbar_android_minHeight 1
-int styleable Toolbar_buttonGravity 2
-int styleable Toolbar_collapseContentDescription 3
-int styleable Toolbar_collapseIcon 4
-int styleable Toolbar_contentInsetEnd 5
-int styleable Toolbar_contentInsetEndWithActions 6
-int styleable Toolbar_contentInsetLeft 7
-int styleable Toolbar_contentInsetRight 8
-int styleable Toolbar_contentInsetStart 9
-int styleable Toolbar_contentInsetStartWithNavigation 10
-int styleable Toolbar_logo 11
-int styleable Toolbar_logoDescription 12
-int styleable Toolbar_maxButtonHeight 13
-int styleable Toolbar_navigationContentDescription 14
-int styleable Toolbar_navigationIcon 15
-int styleable Toolbar_popupTheme 16
-int styleable Toolbar_subtitle 17
-int styleable Toolbar_subtitleTextAppearance 18
-int styleable Toolbar_subtitleTextColor 19
-int styleable Toolbar_title 20
-int styleable Toolbar_titleMargin 21
-int styleable Toolbar_titleMarginBottom 22
-int styleable Toolbar_titleMarginEnd 23
-int styleable Toolbar_titleMarginStart 24
-int styleable Toolbar_titleMarginTop 25
-int styleable Toolbar_titleMargins 26
-int styleable Toolbar_titleTextAppearance 27
-int styleable Toolbar_titleTextColor 28
-int[] styleable View { 0x010100d4, 0x0101046b, 0x0101046c, 0x01010440, 0x010102aa, 0x010100e0, 0x010100da, 0x010103b2, 0x01010140, 0x0101013f, 0x010100d5, 0x010100d9, 0x010103b4, 0x010100d6, 0x010100d8, 0x010103b3, 0x010100d7, 0x010103a5, 0x010102a9, 0x010102a8, 0x01010063, 0x0101007f, 0x01010215, 0x01010119, 0x010103b1, 0x010103b0, 0x01010000, 0x010100dc, 0x7f04018b, 0x7f04018c, 0x7f040257 }
-int styleable View_android_background 0
-int styleable View_android_backgroundTint 1
-int styleable View_android_backgroundTintMode 2
-int styleable View_android_elevation 3
-int styleable View_android_fadeScrollbars 4
-int styleable View_android_fadingEdgeLength 5
-int styleable View_android_focusable 6
-int styleable View_android_layoutDirection 7
-int styleable View_android_minHeight 8
-int styleable View_android_minWidth 9
-int styleable View_android_padding 10
-int styleable View_android_paddingBottom 11
-int styleable View_android_paddingEnd 12
-int styleable View_android_paddingLeft 13
-int styleable View_android_paddingRight 14
-int styleable View_android_paddingStart 15
-int styleable View_android_paddingTop 16
-int styleable View_android_requiresFadingEdge 17
-int styleable View_android_scrollbarDefaultDelayBeforeFade 18
-int styleable View_android_scrollbarFadeDuration 19
-int styleable View_android_scrollbarSize 20
-int styleable View_android_scrollbarStyle 21
-int styleable View_android_soundEffectsEnabled 22
-int styleable View_android_src 23
-int styleable View_android_textAlignment 24
-int styleable View_android_textDirection 25
-int styleable View_android_theme 26
-int styleable View_android_visibility 27
-int styleable View_paddingEnd 28
-int styleable View_paddingStart 29
-int styleable View_theme 30
-int[] styleable ViewBackgroundHelper { 0x010100d4, 0x7f040035, 0x7f040036 }
-int styleable ViewBackgroundHelper_android_background 0
-int styleable ViewBackgroundHelper_backgroundTint 1
-int styleable ViewBackgroundHelper_backgroundTintMode 2
-int[] styleable ViewStubCompat { 0x010100d0, 0x010100f3, 0x010100f2 }
-int styleable ViewStubCompat_android_id 0
-int styleable ViewStubCompat_android_inflatedId 1
-int styleable ViewStubCompat_android_layout 2
-int[] styleable YearPicker { 0x7f0400c7, 0x7f0400cc, 0x7f0400d3, 0x7f0400d7, 0x7f0400d8, 0x7f0400d9, 0x7f0400dc, 0x7f0400de, 0x7f0400df, 0x7f0400e0, 0x7f0400e1, 0x7f0400e2, 0x7f0400e3 }
-int styleable YearPicker_dp_animDuration 0
-int styleable YearPicker_dp_fontFamily 1
-int styleable YearPicker_dp_inInterpolator 2
-int styleable YearPicker_dp_outInterpolator 3
-int styleable YearPicker_dp_selectionColor 4
-int styleable YearPicker_dp_textColor 5
-int styleable YearPicker_dp_textHighlightColor 6
-int styleable YearPicker_dp_textStyle 7
-int styleable YearPicker_dp_year 8
-int styleable YearPicker_dp_yearItemHeight 9
-int styleable YearPicker_dp_yearMax 10
-int styleable YearPicker_dp_yearMin 11
-int styleable YearPicker_dp_yearTextSize 12
-int xml nav_states 0x7f190001
+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
+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 arrowHeadLength
+attr arrowShaftLength
+attr autoCompleteTextViewStyle
+attr background
+attr backgroundSplit
+attr backgroundStacked
+attr backgroundTint
+attr backgroundTintMode
+attr barLength
+attr borderlessButtonStyle
+attr bsd_cancelable
+attr bsd_canceledOnTouchOutside
+attr bsd_dimAmount
+attr bsd_inDuration
+attr bsd_inInterpolator
+attr bsd_outDuration
+attr bsd_outInterpolator
+attr buttonBarButtonStyle
+attr buttonBarNegativeButtonStyle
+attr buttonBarNeutralButtonStyle
+attr buttonBarPositiveButtonStyle
+attr buttonBarStyle
+attr buttonPanelSideLayout
+attr buttonStyle
+attr buttonStyleSmall
+attr buttonTint
+attr buttonTintMode
+attr cardBackgroundColor
+attr cardCornerRadius
+attr cardElevation
+attr cardMaxElevation
+attr cardPreventCornerOverlap
+attr cardUseCompatPadding
+attr cbd_animDuration
+attr cbd_boxSize
+attr cbd_cornerRadius
+attr cbd_height
+attr cbd_strokeColor
+attr cbd_strokeSize
+attr cbd_tickColor
+attr cbd_width
+attr checkboxStyle
+attr checkedTextViewStyle
+attr closeIcon
+attr closeItemLayout
+attr collapseContentDescription
+attr collapseIcon
+attr color
+attr colorAccent
+attr colorButtonNormal
+attr colorControlActivated
+attr colorControlHighlight
+attr colorControlNormal
+attr colorPrimary
+attr colorPrimaryDark
+attr colorSwitchThumbNormal
+attr commitIcon
+attr contentInsetEnd
+attr contentInsetLeft
+attr contentInsetRight
+attr contentInsetStart
+attr contentPadding
+attr contentPaddingBottom
+attr contentPaddingLeft
+attr contentPaddingRight
+attr contentPaddingTop
+attr controlBackground
+attr cpd_inAnimDuration
+attr cpd_inStepColors
+attr cpd_inStepPercent
+attr cpd_initialAngle
+attr cpd_keepDuration
+attr cpd_maxSweepAngle
+attr cpd_minSweepAngle
+attr cpd_outAnimDuration
+attr cpd_padding
+attr cpd_reverse
+attr cpd_rotateDuration
+attr cpd_strokeColor
+attr cpd_strokeColors
+attr cpd_strokeSecondaryColor
+attr cpd_strokeSize
+attr cpd_transformDuration
+attr cpd_transformInterpolator
+attr customNavigationLayout
+attr defaultQueryHint
+attr di_actionBackground
+attr di_actionRipple
+attr di_actionTextAppearance
+attr di_actionTextColor
+attr di_backgroundColor
+attr di_cancelable
+attr di_canceledOnTouchOutside
+attr di_checkBoxStyle
+attr di_cornerRadius
+attr di_dimAmount
+attr di_dividerColor
+attr di_dividerHeight
+attr di_elevation
+attr di_inAnimation
+attr di_itemHeight
+attr di_itemTextAppearance
+attr di_layoutDirection
+attr di_maxElevation
+attr di_maxHeight
+attr di_maxWidth
+attr di_messageTextAppearance
+attr di_messageTextColor
+attr di_negativeActionBackground
+attr di_negativeActionRipple
+attr di_negativeActionTextAppearance
+attr di_negativeActionTextColor
+attr di_neutralActionBackground
+attr di_neutralActionRipple
+attr di_neutralActionTextAppearance
+attr di_neutralActionTextColor
+attr di_outAnimation
+attr di_positiveActionBackground
+attr di_positiveActionRipple
+attr di_positiveActionTextAppearance
+attr di_positiveActionTextColor
+attr di_radioButtonStyle
+attr di_titleTextAppearance
+attr di_titleTextColor
+attr dialogPreferredPadding
+attr dialogTheme
+attr displayOptions
+attr divider
+attr dividerHorizontal
+attr dividerPadding
+attr dividerVertical
+attr dp_animDuration
+attr dp_day
+attr dp_dayMax
+attr dp_dayMin
+attr dp_dayTextSize
+attr dp_fontFamily
+attr dp_headerPrimaryColor
+attr dp_headerPrimaryHeight
+attr dp_headerPrimaryTextSize
+attr dp_headerSecondaryColor
+attr dp_headerSecondaryHeight
+attr dp_headerSecondaryTextSize
+attr dp_inInterpolator
+attr dp_month
+attr dp_monthMax
+attr dp_monthMin
+attr dp_outInterpolator
+attr dp_selectionColor
+attr dp_textColor
+attr dp_textDisableColor
+attr dp_textHeaderColor
+attr dp_textHighlightColor
+attr dp_textLabelColor
+attr dp_textStyle
+attr dp_year
+attr dp_yearItemHeight
+attr dp_yearMax
+attr dp_yearMin
+attr dp_yearTextSize
+attr drawableSize
+attr drawerArrowStyle
+attr dropDownListViewStyle
+attr dropdownListPreferredItemHeight
+attr editTextBackground
+attr editTextColor
+attr editTextStyle
+attr elevation
+attr et_autoCompleteMode
+attr et_dividerAnimDuration
+attr et_dividerColor
+attr et_dividerCompoundPadding
+attr et_dividerErrorColor
+attr et_dividerHeight
+attr et_dividerPadding
+attr et_error
+attr et_helper
+attr et_inputId
+attr et_labelEllipsize
+attr et_labelEnable
+attr et_labelInAnim
+attr et_labelOutAnim
+attr et_labelPadding
+attr et_labelTextAppearance
+attr et_labelTextColor
+attr et_labelTextSize
+attr et_supportEllipsize
+attr et_supportLines
+attr et_supportMaxChars
+attr et_supportMaxLines
+attr et_supportMode
+attr et_supportPadding
+attr et_supportSingleLine
+attr et_supportTextAppearance
+attr et_supportTextColor
+attr et_supportTextErrorColor
+attr et_supportTextSize
+attr expandActivityOverflowButtonDrawable
+attr fab_animDuration
+attr fab_backgroundAnimDuration
+attr fab_backgroundColor
+attr fab_elevation
+attr fab_iconLineMorphing
+attr fab_iconSize
+attr fab_iconSrc
+attr fab_interpolator
+attr fab_radius
+attr gapBetweenBars
+attr goIcon
+attr height
+attr hideOnContentScroll
+attr hintText
+attr homeAsUpIndicator
+attr homeLayout
+attr icon
+attr iconifiedByDefault
+attr imageButtonStyle
+attr indeterminateProgressStyle
+attr initialActivityCount
+attr isLightTheme
+attr itemPadding
+attr layout
+attr layoutManager
+attr listChoiceBackgroundIndicator
+attr listDividerAlertDialog
+attr listItemLayout
+attr listLayout
+attr listPopupWindowStyle
+attr listPreferredItemHeight
+attr listPreferredItemHeightLarge
+attr listPreferredItemHeightSmall
+attr listPreferredItemPaddingLeft
+attr listPreferredItemPaddingRight
+attr lmd_animDuration
+attr lmd_clockwise
+attr lmd_curState
+attr lmd_interpolator
+attr lmd_layoutDirection
+attr lmd_padding
+attr lmd_paddingBottom
+attr lmd_paddingLeft
+attr lmd_paddingRight
+attr lmd_paddingTop
+attr lmd_state
+attr lmd_strokeCap
+attr lmd_strokeColor
+attr lmd_strokeJoin
+attr lmd_strokeSize
+attr logo
+attr logoDescription
+attr lpd_inAnimDuration
+attr lpd_keepDuration
+attr lpd_maxLineWidth
+attr lpd_minLineWidth
+attr lpd_outAnimDuration
+attr lpd_reverse
+attr lpd_strokeColor
+attr lpd_strokeColors
+attr lpd_strokeSecondaryColor
+attr lpd_strokeSize
+attr lpd_transformDuration
+attr lpd_transformInterpolator
+attr lpd_travelDuration
+attr lpd_verticalAlign
+attr maxButtonHeight
+attr measureWithLargestChild
+attr multiChoiceItemLayout
+attr navigationContentDescription
+attr navigationIcon
+attr navigationMode
+attr nd_icon
+attr nd_ripple
+attr overlapAnchor
+attr paddingEnd
+attr paddingStart
+attr panelBackground
+attr panelMenuListTheme
+attr panelMenuListWidth
+attr popupMenuStyle
+attr popupTheme
+attr popupWindowStyle
+attr preserveIconSpacing
+attr progressBarPadding
+attr progressBarStyle
+attr pv_autostart
+attr pv_circular
+attr pv_progress
+attr pv_progressMode
+attr pv_progressStyle
+attr pv_secondaryProgress
+attr queryBackground
+attr queryHint
+attr radioButtonStyle
+attr ratingBarStyle
+attr rbd_animDuration
+attr rbd_height
+attr rbd_innerRadius
+attr rbd_radius
+attr rbd_strokeColor
+attr rbd_strokeSize
+attr rbd_width
+attr rd_backgroundAnimDuration
+attr rd_backgroundColor
+attr rd_bottomLeftCornerRadius
+attr rd_bottomPadding
+attr rd_bottomRightCornerRadius
+attr rd_cornerRadius
+attr rd_delayClick
+attr rd_enable
+attr rd_inInterpolator
+attr rd_leftPadding
+attr rd_maskType
+attr rd_maxRippleRadius
+attr rd_outInterpolator
+attr rd_padding
+attr rd_rightPadding
+attr rd_rippleAnimDuration
+attr rd_rippleColor
+attr rd_rippleType
+attr rd_style
+attr rd_topLeftCornerRadius
+attr rd_topPadding
+attr rd_topRightCornerRadius
+attr reverseLayout
+attr sb_actionRipple
+attr sb_actionText
+attr sb_actionTextAppearance
+attr sb_actionTextColor
+attr sb_actionTextSize
+attr sb_backgroundColor
+attr sb_backgroundCornerRadius
+attr sb_duration
+attr sb_ellipsize
+attr sb_height
+attr sb_horizontalPadding
+attr sb_inAnimation
+attr sb_lines
+attr sb_marginBottom
+attr sb_marginStart
+attr sb_maxHeight
+attr sb_maxLines
+attr sb_maxWidth
+attr sb_minHeight
+attr sb_minWidth
+attr sb_outAnimation
+attr sb_removeOnDismiss
+attr sb_singleLine
+attr sb_text
+attr sb_textAppearance
+attr sb_textColor
+attr sb_textSize
+attr sb_verticalPadding
+attr sb_width
+attr searchHintIcon
+attr searchIcon
+attr searchViewStyle
+attr seekBarStyle
+attr selectableItemBackground
+attr selectableItemBackgroundBorderless
+attr showAsAction
+attr showDividers
+attr showText
+attr singleChoiceItemLayout
+attr sl_alwaysFillThumb
+attr sl_baselineOffset
+attr sl_discreteMode
+attr sl_fontFamily
+attr sl_interpolator
+attr sl_maxValue
+attr sl_minValue
+attr sl_primaryColor
+attr sl_secondaryColor
+attr sl_stepValue
+attr sl_textColor
+attr sl_textSize
+attr sl_textStyle
+attr sl_thumbBorderSize
+attr sl_thumbFocusRadius
+attr sl_thumbRadius
+attr sl_trackCap
+attr sl_trackSize
+attr sl_transformAnimDuration
+attr sl_travelAnimDuration
+attr sl_value
+attr spanCount
+attr spinBars
+attr spinnerDropDownItemStyle
+attr spinnerStyle
+attr splitTrack
+attr spn_arrowAnimClockwise
+attr spn_arrowAnimDuration
+attr spn_arrowColor
+attr spn_arrowInterpolator
+attr spn_arrowPadding
+attr spn_arrowSize
+attr spn_arrowSwitchMode
+attr spn_disableChildrenWhenDisabled
+attr spn_dividerAnimDuration
+attr spn_dividerColor
+attr spn_dividerHeight
+attr spn_dividerPadding
+attr spn_label
+attr spn_labelEllipsize
+attr spn_labelEnable
+attr spn_labelPadding
+attr spn_labelTextAppearance
+attr spn_labelTextColor
+attr spn_labelTextSize
+attr spn_popupItemAnimOffset
+attr spn_popupItemAnimation
+attr stackFromEnd
+attr state_above_anchor
+attr submitBackground
+attr subtitle
+attr subtitleTextAppearance
+attr subtitleTextColor
+attr subtitleTextStyle
+attr suggestionRowLayout
+attr sw_animDuration
+attr sw_interpolator
+attr sw_thumbColor
+attr sw_thumbElevation
+attr sw_thumbRadius
+attr sw_trackCap
+attr sw_trackColor
+attr sw_trackSize
+attr switchMinWidth
+attr switchPadding
+attr switchStyle
+attr switchTextAppearance
+attr textAllCaps
+attr textAppearanceLargePopupMenu
+attr textAppearanceListItem
+attr textAppearanceListItemSmall
+attr textAppearanceSearchResultSubtitle
+attr textAppearanceSearchResultTitle
+attr textAppearanceSmallPopupMenu
+attr textColorAlertDialogListItem
+attr textColorSearchUrl
+attr theme
+attr thickness
+attr thumbTextPadding
+attr title
+attr titleMarginBottom
+attr titleMarginEnd
+attr titleMarginStart
+attr titleMarginTop
+attr titleMargins
+attr titleTextAppearance
+attr titleTextColor
+attr titleTextStyle
+attr toolbarNavigationButtonStyle
+attr toolbarStyle
+attr tp_24Hour
+attr tp_am
+attr tp_animDuration
+attr tp_backgroundColor
+attr tp_fontFamily
+attr tp_headerHeight
+attr tp_hour
+attr tp_inInterpolator
+attr tp_leadingZero
+attr tp_minute
+attr tp_mode
+attr tp_outInterpolator
+attr tp_pm
+attr tp_selectionColor
+attr tp_selectionRadius
+attr tp_textColor
+attr tp_textHighlightColor
+attr tp_textSize
+attr tp_textStyle
+attr tp_textTimeColor
+attr tp_textTimeSize
+attr tp_tickSize
+attr tpi_centerCurrentTab
+attr tpi_indicatorAtTop
+attr tpi_indicatorColor
+attr tpi_indicatorHeight
+attr tpi_mode
+attr tpi_tabPadding
+attr tpi_tabRipple
+attr tpi_tabSingleLine
+attr track
+attr tv_fontFamily
+attr v_styleId
+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_action_bar_embed_tabs_pre_jb
+bool abc_action_bar_expanded_action_views_exclusive
+bool abc_allow_stacked_button_bar
+bool abc_config_actionMenuItemAllCaps
+bool abc_config_allowActionMenuItemTextWithIcon
+bool abc_config_closeDialogWhenTouchOutside
+bool abc_config_showMenuShortcutsWhenKeyboardPresent
+color ColorPrimary
+color ColorPrimaryDark
+color abc_background_cache_hint_selector_material_dark
+color abc_background_cache_hint_selector_material_light
+color abc_color_highlight_material
+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 accent_material_dark
+color accent_material_light
+color android_text_color
+color app_topbar_color
+color background_color
+color background_floating_material_dark
+color background_floating_material_light
+color background_material_dark
+color background_material_light
+color black
+color blue
+color bright_foreground_disabled_material_dark
+color bright_foreground_disabled_material_light
+color bright_foreground_inverse_material_dark
+color bright_foreground_inverse_material_light
+color bright_foreground_material_dark
+color bright_foreground_material_light
+color button_material_dark
+color button_material_light
+color cardview_dark_background
+color cardview_light_background
+color cardview_shadow_end_color
+color cardview_shadow_start_color
+color cyan
+color dim_foreground_disabled_material_dark
+color dim_foreground_disabled_material_light
+color dim_foreground_material_dark
+color dim_foreground_material_light
+color foreground_material_dark
+color foreground_material_light
+color gray
+color highlighted_text_material_dark
+color highlighted_text_material_light
+color hint_foreground_material_dark
+color hint_foreground_material_light
+color lightBlue
+color list_background
+color list_even
+color list_header
+color list_odd
+color list_selected
+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 primary
+color primary_dark
+color primary_dark_material_dark
+color primary_dark_material_light
+color primary_material_dark
+color primary_material_light
+color primary_pressed
+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 red
+color ripple
+color ripple_material_dark
+color ripple_material_light
+color secondary_text_default_material_dark
+color secondary_text_default_material_light
+color secondary_text_disabled_material_dark
+color secondary_text_disabled_material_light
+color switch_thumb_disabled_material_dark
+color switch_thumb_disabled_material_light
+color switch_thumb_material_dark
+color switch_thumb_material_light
+color switch_thumb_normal_material_dark
+color switch_thumb_normal_material_light
+color text_color
+color white
+dimen abc_action_bar_content_inset_material
+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_icon_vertical_padding_material
+dimen abc_action_bar_overflow_padding_end_material
+dimen abc_action_bar_overflow_padding_start_material
+dimen abc_action_bar_progress_bar_size
+dimen abc_action_bar_stacked_max_height
+dimen abc_action_bar_stacked_tab_max_width
+dimen abc_action_bar_subtitle_bottom_margin_material
+dimen abc_action_bar_subtitle_top_margin_material
+dimen abc_action_button_min_height_material
+dimen abc_action_button_min_width_material
+dimen abc_action_button_min_width_overflow_material
+dimen abc_alert_dialog_button_bar_height
+dimen abc_button_inset_horizontal_material
+dimen abc_button_inset_vertical_material
+dimen abc_button_padding_horizontal_material
+dimen abc_button_padding_vertical_material
+dimen abc_config_prefDialogWidth
+dimen abc_control_corner_material
+dimen abc_control_inset_material
+dimen abc_control_padding_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_vertical_material
+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_disabled_alpha_material_dark
+dimen abc_disabled_alpha_material_light
+dimen abc_dropdownitem_icon_width
+dimen abc_dropdownitem_text_padding_left
+dimen abc_dropdownitem_text_padding_right
+dimen abc_edit_text_inset_bottom_material
+dimen abc_edit_text_inset_horizontal_material
+dimen abc_edit_text_inset_top_material
+dimen abc_floating_window_z
+dimen abc_list_item_padding_horizontal_material
+dimen abc_panel_menu_list_width
+dimen abc_search_view_preferred_width
+dimen abc_search_view_text_min_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_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 activity_horizontal_margin
+dimen activity_vertical_margin
+dimen cardview_compat_inset_shadow
+dimen cardview_default_elevation
+dimen cardview_default_radius
+dimen disabled_alpha_material_dark
+dimen disabled_alpha_material_light
+dimen highlight_alpha_material_colored
+dimen highlight_alpha_material_dark
+dimen highlight_alpha_material_light
+dimen item_touch_helper_max_drag_scroll_per_frame
+dimen notification_large_icon_height
+dimen notification_large_icon_width
+dimen notification_subtext_size
+drawable abc_ab_share_pack_mtrl_alpha
+drawable abc_action_bar_item_background_material
+drawable abc_btn_borderless_material
+drawable abc_btn_check_material
+drawable abc_btn_check_to_on_mtrl_000
+drawable abc_btn_check_to_on_mtrl_015
+drawable abc_btn_colored_material
+drawable abc_btn_default_mtrl_shape
+drawable abc_btn_radio_material
+drawable abc_btn_radio_to_on_mtrl_000
+drawable abc_btn_radio_to_on_mtrl_015
+drawable abc_btn_rating_star_off_mtrl_alpha
+drawable abc_btn_rating_star_on_mtrl_alpha
+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_dark
+drawable abc_dialog_material_background_light
+drawable abc_edit_text_material
+drawable abc_ic_ab_back_mtrl_am_alpha
+drawable abc_ic_clear_mtrl_alpha
+drawable abc_ic_commit_search_api_mtrl_alpha
+drawable abc_ic_go_search_api_mtrl_alpha
+drawable abc_ic_menu_copy_mtrl_am_alpha
+drawable abc_ic_menu_cut_mtrl_alpha
+drawable abc_ic_menu_moreoverflow_mtrl_alpha
+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_mtrl_alpha
+drawable abc_ic_voice_search_api_mtrl_alpha
+drawable abc_item_background_holo_dark
+drawable abc_item_background_holo_light
+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_full_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_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_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 notification_template_icon_bg
+id action0
+id action_bar
+id action_bar_activity_content
+id action_bar_container
+id action_bar_root
+id action_bar_spinner
+id action_bar_subtitle
+id action_bar_title
+id action_context_bar
+id action_divider
+id action_menu_divider
+id action_menu_presenter
+id action_mode_bar
+id action_mode_bar_stub
+id action_mode_close_button
+id activity_chooser_view_content
+id afterRelease
+id alertCheckbox
+id alertSearchEditText
+id alertSearchListView
+id alertTextView
+id alertTitle
+id always
+id beginning
+id bevel
+id bold
+id bold_italic
+id bottom
+id buffer
+id butt
+id buttonPanel
+id cancel_action
+id center
+id charCounter
+id checkbox
+id chronometer
+id collapseActionView
+id contentPanel
+id custom
+id customPanel
+id decor_content_parent
+id default_activity_button
+id determinate
+id disableHome
+id edit_query
+id empty
+id end
+id end_padder
+id expand_activities_button
+id expanded_menu
+id fixed
+id helper
+id helperWithError
+id home
+id homeAsUp
+id hour
+id icon
+id ifRoom
+id image
+id indeterminate
+id info
+id italic
+id item_touch_helper_previous_elevation
+id line1
+id line3
+id listMode
+id listTextViewSpinner
+id list_item
+id locale
+id ltr
+id marquee
+id match_parent
+id match_view
+id media_actions
+id middle
+id minute
+id miter
+id multi
+id multiply
+id never
+id none
+id normal
+id oval
+id parentPanel
+id progress_circular
+id progress_horizontal
+id query
+id radio
+id rectangle
+id round
+id rtl
+id screen
+id scroll
+id scrollIndicatorDown
+id scrollIndicatorUp
+id scrollView
+id searchMultiSpinner
+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 showCustom
+id showHome
+id showTitle
+id simpleMultiSpinner
+id single
+id spacer
+id split_action_bar
+id square
+id src_atop
+id src_in
+id src_over
+id start
+id status_bar_latest_event_content
+id submit_area
+id tabMode
+id text
+id text2
+id textSpacerNoButtons
+id time
+id title
+id title_template
+id top
+id topPanel
+id touch
+id untilRelease
+id up
+id useLogo
+id wave
+id withText
+id wrap_content
+integer abc_config_activityDefaultDur
+integer abc_config_activityShortDur
+integer abc_max_action_buttons
+integer cancel_button_image_alpha
+integer status_bar_notification_info_maxnum
+layout abc_action_bar_title_item
+layout abc_action_bar_up_container
+layout abc_action_bar_view_list_nav_layout
+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_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_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 activity_main
+layout alert_dialog_listview_search
+layout item_listview_multiple
+layout item_listview_single
+layout notification_media_action
+layout notification_media_cancel_action
+layout notification_template_big_media
+layout notification_template_big_media_narrow
+layout notification_template_lines
+layout notification_template_media
+layout notification_template_part_chronometer
+layout notification_template_part_time
+layout select_dialog_item_material
+layout select_dialog_multichoice_material
+layout select_dialog_singlechoice_material
+layout support_simple_spinner_dropdown_item
+layout textview_for_spinner
+string abc_action_bar_home_description
+string abc_action_bar_home_description_format
+string abc_action_bar_home_subtitle_description_format
+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_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 status_bar_notification_info_overflow
+string type_to_search
+style AlertDialog_AppCompat
+style AlertDialog_AppCompat_Light
+style Animation_AppCompat_Dialog
+style Animation_AppCompat_DropDownUp
+style Base_AlertDialog_AppCompat
+style Base_AlertDialog_AppCompat_Light
+style Base_Animation_AppCompat_Dialog
+style Base_Animation_AppCompat_DropDownUp
+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_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_Inverse
+style Base_TextAppearance_AppCompat_Widget_DropDownItem
+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_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_V11_Theme_AppCompat_Dialog
+style Base_V11_Theme_AppCompat_Light_Dialog
+style Base_V12_Widget_AppCompat_AutoCompleteTextView
+style Base_V12_Widget_AppCompat_EditText
+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_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_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_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_SearchView
+style Base_Widget_AppCompat_SearchView_ActionBar
+style Base_Widget_AppCompat_SeekBar
+style Base_Widget_AppCompat_Spinner
+style Base_Widget_AppCompat_Spinner_Underlined
+style Base_Widget_AppCompat_TextView_SpinnerItem
+style Base_Widget_AppCompat_Toolbar
+style Base_Widget_AppCompat_Toolbar_Button_Navigation
+style CardView
+style CardView_Dark
+style CardView_Light
+style DialogNoAnimation
+style DialogWindowTitle
+style Material
+style MaterialSpinner
+style Material_App
+style Material_App_BottomSheetDialog
+style Material_App_Dialog
+style Material_App_Dialog_DatePicker
+style Material_App_Dialog_DatePicker_Light
+style Material_App_Dialog_Light
+style Material_App_Dialog_Simple
+style Material_App_Dialog_Simple_Light
+style Material_App_Dialog_TimePicker
+style Material_App_Dialog_TimePicker_Light
+style Material_Drawable
+style Material_Drawable_CheckBox
+style Material_Drawable_CircularProgress
+style Material_Drawable_CircularProgress_Determinate
+style Material_Drawable_LinearProgress
+style Material_Drawable_LinearProgress_Buffer
+style Material_Drawable_LinearProgress_Determinate
+style Material_Drawable_LinearProgress_Query
+style Material_Drawable_NavigationDrawer
+style Material_Drawable_NavigationDrawerIcon
+style Material_Drawable_NavigationDrawerIcon_Light
+style Material_Drawable_NavigationDrawer_Light
+style Material_Drawable_RadioButton
+style Material_Drawable_Ripple
+style Material_Drawable_Ripple_Touch
+style Material_Drawable_Ripple_Touch_Light
+style Material_Drawable_Ripple_Touch_MatchView
+style Material_Drawable_Ripple_Touch_MatchView_Light
+style Material_Drawable_Ripple_Wave
+style Material_Drawable_Ripple_Wave_Light
+style Material_TextAppearance
+style Material_TextAppearance_SimpleDialog
+style Material_TextAppearance_SimpleDialog_Light
+style Material_Widget
+style Material_Widget_DatePicker
+style Material_Widget_DatePicker_Light
+style Material_Widget_EditText
+style Material_Widget_EditText_Light
+style Material_Widget_FloatingActionButton
+style Material_Widget_FloatingActionButton_Light
+style Material_Widget_FloatingActionButton_Mini
+style Material_Widget_FloatingActionButton_Mini_Light
+style Material_Widget_ProgressView
+style Material_Widget_ProgressView_Circular
+style Material_Widget_ProgressView_Circular_Determinate
+style Material_Widget_ProgressView_Linear
+style Material_Widget_ProgressView_Linear_Buffer
+style Material_Widget_ProgressView_Linear_Determinate
+style Material_Widget_ProgressView_Linear_Query
+style Material_Widget_Slider
+style Material_Widget_Slider_Discrete
+style Material_Widget_SnackBar
+style Material_Widget_SnackBar_Mobile
+style Material_Widget_SnackBar_Mobile_MultiLine
+style Material_Widget_SnackBar_Tablet
+style Material_Widget_SnackBar_Tablet_MultiLine
+style Material_Widget_Spinner
+style Material_Widget_Spinner_Light
+style Material_Widget_Switch
+style Material_Widget_TabPageIndicator
+style Material_Widget_TabPageIndicator_Fixed
+style Material_Widget_TabPageIndicator_Fixed_Light
+style Material_Widget_TabPageIndicator_Light
+style Material_Widget_TimePicker
+style Material_Widget_TimePicker_Light
+style Material_Widget_YearPicker
+style Material_Widget_YearPicker_Light
+style Platform_AppCompat
+style Platform_AppCompat_Light
+style Platform_ThemeOverlay_AppCompat
+style Platform_ThemeOverlay_AppCompat_Dark
+style Platform_ThemeOverlay_AppCompat_Light
+style Platform_V11_AppCompat
+style Platform_V11_AppCompat_Light
+style Platform_V14_AppCompat
+style Platform_V14_AppCompat_Light
+style Platform_Widget_AppCompat_Spinner
+style RtlOverlay_DialogWindowTitle_AppCompat
+style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem
+style RtlOverlay_Widget_AppCompat_DialogTitle_Icon
+style RtlOverlay_Widget_AppCompat_PopupMenuItem
+style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup
+style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text
+style RtlOverlay_Widget_AppCompat_SearchView_MagIcon
+style RtlOverlay_Widget_AppCompat_Search_DropDown
+style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1
+style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2
+style RtlOverlay_Widget_AppCompat_Search_DropDown_Query
+style RtlOverlay_Widget_AppCompat_Search_DropDown_Text
+style RtlUnderlay_Widget_AppCompat_ActionButton
+style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow
+style TextAppearance_AppCompat
+style TextAppearance_AppCompat_Body1
+style TextAppearance_AppCompat_Body2
+style TextAppearance_AppCompat_Button
+style TextAppearance_AppCompat_Caption
+style TextAppearance_AppCompat_Display1
+style TextAppearance_AppCompat_Display2
+style TextAppearance_AppCompat_Display3
+style TextAppearance_AppCompat_Display4
+style TextAppearance_AppCompat_Headline
+style TextAppearance_AppCompat_Inverse
+style TextAppearance_AppCompat_Large
+style TextAppearance_AppCompat_Large_Inverse
+style TextAppearance_AppCompat_Light_SearchResult_Subtitle
+style TextAppearance_AppCompat_Light_SearchResult_Title
+style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large
+style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small
+style TextAppearance_AppCompat_Medium
+style TextAppearance_AppCompat_Medium_Inverse
+style TextAppearance_AppCompat_Menu
+style TextAppearance_AppCompat_SearchResult_Subtitle
+style TextAppearance_AppCompat_SearchResult_Title
+style TextAppearance_AppCompat_Small
+style TextAppearance_AppCompat_Small_Inverse
+style TextAppearance_AppCompat_Subhead
+style TextAppearance_AppCompat_Subhead_Inverse
+style TextAppearance_AppCompat_Title
+style TextAppearance_AppCompat_Title_Inverse
+style TextAppearance_AppCompat_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_Inverse
+style TextAppearance_AppCompat_Widget_DropDownItem
+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_StatusBar_EventContent
+style TextAppearance_StatusBar_EventContent_Info
+style TextAppearance_StatusBar_EventContent_Line2
+style TextAppearance_StatusBar_EventContent_Time
+style TextAppearance_StatusBar_EventContent_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_Light
+style Theme_AppCompat
+style Theme_AppCompat_CompactMenu
+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_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_SearchView
+style Widget_AppCompat_SearchView_ActionBar
+style Widget_AppCompat_SeekBar
+style Widget_AppCompat_Spinner
+style Widget_AppCompat_Spinner_DropDown
+style Widget_AppCompat_Spinner_DropDown_ActionBar
+style Widget_AppCompat_Spinner_Underlined
+style Widget_AppCompat_TextView_SpinnerItem
+style Widget_AppCompat_Toolbar
+style Widget_AppCompat_Toolbar_Button_Navigation
+style myDialog
+style myDialogTitle
+styleable ActionBar background backgroundSplit backgroundStacked contentInsetEnd contentInsetLeft contentInsetRight contentInsetStart 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 buttonPanelSideLayout listItemLayout listLayout multiChoiceItemLayout singleChoiceItemLayout
+styleable AppCompatTextView android_textAppearance textAllCaps
+styleable AutoCompleteTextView android_completionHint android_completionThreshold android_dropDownAnchor android_dropDownHeight android_dropDownHorizontalOffset android_dropDownVerticalOffset android_dropDownWidth android_popupBackground
+styleable BottomSheetDialog android_layout_height bsd_cancelable bsd_canceledOnTouchOutside bsd_dimAmount bsd_inDuration bsd_inInterpolator bsd_outDuration bsd_outInterpolator
+styleable ButtonBarLayout allowStacking
+styleable CardView cardBackgroundColor cardCornerRadius cardElevation cardMaxElevation cardPreventCornerOverlap cardUseCompatPadding contentPadding contentPaddingBottom contentPaddingLeft contentPaddingRight contentPaddingTop
+styleable CheckBoxDrawable cbd_animDuration cbd_boxSize cbd_cornerRadius cbd_height cbd_strokeColor cbd_strokeSize cbd_tickColor cbd_width
+styleable CircularProgressDrawable cpd_inAnimDuration cpd_inStepColors cpd_inStepPercent cpd_initialAngle cpd_keepDuration cpd_maxSweepAngle cpd_minSweepAngle cpd_outAnimDuration cpd_padding cpd_reverse cpd_rotateDuration cpd_strokeColor cpd_strokeColors cpd_strokeSecondaryColor cpd_strokeSize cpd_transformDuration cpd_transformInterpolator pv_progress pv_progressMode pv_secondaryProgress
+styleable CompoundButton android_button buttonTint buttonTintMode
+styleable DatePicker android_padding android_paddingBottom android_paddingLeft android_paddingRight android_paddingTop dp_animDuration dp_day dp_dayMax dp_dayMin dp_dayTextSize dp_fontFamily dp_inInterpolator dp_month dp_monthMax dp_monthMin dp_outInterpolator dp_selectionColor dp_textColor dp_textDisableColor dp_textHighlightColor dp_textLabelColor dp_textStyle dp_year dp_yearMax dp_yearMin
+styleable DatePickerDialog dp_headerPrimaryColor dp_headerPrimaryHeight dp_headerPrimaryTextSize dp_headerSecondaryColor dp_headerSecondaryHeight dp_headerSecondaryTextSize dp_textHeaderColor
+styleable Dialog android_layout_height android_layout_width di_actionBackground di_actionRipple di_actionTextAppearance di_actionTextColor di_backgroundColor di_cancelable di_canceledOnTouchOutside di_cornerRadius di_dimAmount di_dividerColor di_dividerHeight di_elevation di_inAnimation di_layoutDirection di_maxElevation di_maxHeight di_maxWidth di_negativeActionBackground di_negativeActionRipple di_negativeActionTextAppearance di_negativeActionTextColor di_neutralActionBackground di_neutralActionRipple di_neutralActionTextAppearance di_neutralActionTextColor di_outAnimation di_positiveActionBackground di_positiveActionRipple di_positiveActionTextAppearance di_positiveActionTextColor di_titleTextAppearance di_titleTextColor
+styleable DrawerArrowToggle arrowHeadLength arrowShaftLength barLength color drawableSize gapBetweenBars spinBars thickness
+styleable EditText et_autoCompleteMode et_dividerAnimDuration et_dividerColor et_dividerCompoundPadding et_dividerErrorColor et_dividerHeight et_dividerPadding et_error et_helper et_inputId et_labelEllipsize et_labelEnable et_labelInAnim et_labelOutAnim et_labelPadding et_labelTextAppearance et_labelTextColor et_labelTextSize et_supportEllipsize et_supportLines et_supportMaxChars et_supportMaxLines et_supportMode et_supportPadding et_supportSingleLine et_supportTextAppearance et_supportTextColor et_supportTextErrorColor et_supportTextSize
+styleable FloatingActionButton fab_animDuration fab_backgroundAnimDuration fab_backgroundColor fab_elevation fab_iconLineMorphing fab_iconSize fab_iconSrc fab_interpolator fab_radius
+styleable LineMorphingDrawable lmd_animDuration lmd_clockwise lmd_curState lmd_interpolator lmd_layoutDirection lmd_padding lmd_paddingBottom lmd_paddingLeft lmd_paddingRight lmd_paddingTop lmd_state lmd_strokeCap lmd_strokeColor lmd_strokeJoin lmd_strokeSize
+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 LinearProgressDrawable lpd_inAnimDuration lpd_keepDuration lpd_maxLineWidth lpd_minLineWidth lpd_outAnimDuration lpd_reverse lpd_strokeColor lpd_strokeColors lpd_strokeSecondaryColor lpd_strokeSize lpd_transformDuration lpd_transformInterpolator lpd_travelDuration lpd_verticalAlign pv_progress pv_progressMode pv_secondaryProgress
+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 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 showAsAction
+styleable MenuView android_headerBackground android_horizontalDivider android_itemBackground android_itemIconDisabledAlpha android_itemTextAppearance android_verticalDivider android_windowAnimationStyle preserveIconSpacing
+styleable MultiSpinnerSearch hintText
+styleable NavigationDrawerDrawable nd_icon nd_ripple
+styleable PopupWindow android_popupBackground overlapAnchor
+styleable PopupWindowBackgroundState state_above_anchor
+styleable ProgressView pv_autostart pv_circular pv_progress pv_progressMode pv_progressStyle pv_secondaryProgress
+styleable RadioButtonDrawable rbd_animDuration rbd_height rbd_innerRadius rbd_radius rbd_strokeColor rbd_strokeSize rbd_width
+styleable RecyclerView android_orientation layoutManager reverseLayout spanCount stackFromEnd
+styleable RippleDrawable rd_backgroundAnimDuration rd_backgroundColor rd_bottomLeftCornerRadius rd_bottomPadding rd_bottomRightCornerRadius rd_cornerRadius rd_delayClick rd_inInterpolator rd_leftPadding rd_maskType rd_maxRippleRadius rd_outInterpolator rd_padding rd_rightPadding rd_rippleAnimDuration rd_rippleColor rd_rippleType rd_topLeftCornerRadius rd_topPadding rd_topRightCornerRadius
+styleable RippleView rd_enable rd_style
+styleable SearchView android_focusable android_imeOptions android_inputType android_maxWidth closeIcon commitIcon defaultQueryHint goIcon iconifiedByDefault layout queryBackground queryHint searchHintIcon searchIcon submitBackground suggestionRowLayout voiceIcon
+styleable SimpleDialog di_checkBoxStyle di_itemHeight di_itemTextAppearance di_messageTextAppearance di_messageTextColor di_radioButtonStyle
+styleable Slider android_enabled android_gravity sl_alwaysFillThumb sl_baselineOffset sl_discreteMode sl_fontFamily sl_interpolator sl_maxValue sl_minValue sl_primaryColor sl_secondaryColor sl_stepValue sl_textColor sl_textSize sl_textStyle sl_thumbBorderSize sl_thumbFocusRadius sl_thumbRadius sl_trackCap sl_trackSize sl_transformAnimDuration sl_travelAnimDuration sl_value
+styleable SnackBar sb_actionRipple sb_actionText sb_actionTextAppearance sb_actionTextColor sb_actionTextSize sb_backgroundColor sb_backgroundCornerRadius sb_duration sb_ellipsize sb_height sb_horizontalPadding sb_inAnimation sb_lines sb_marginBottom sb_marginStart sb_maxHeight sb_maxLines sb_maxWidth sb_minHeight sb_minWidth sb_outAnimation sb_removeOnDismiss sb_singleLine sb_text sb_textAppearance sb_textColor sb_textSize sb_verticalPadding sb_width
+styleable Spinner android_dropDownWidth android_gravity android_minHeight android_minWidth android_popupBackground android_prompt popupTheme spn_arrowAnimClockwise spn_arrowAnimDuration spn_arrowColor spn_arrowInterpolator spn_arrowPadding spn_arrowSize spn_arrowSwitchMode spn_disableChildrenWhenDisabled spn_dividerAnimDuration spn_dividerColor spn_dividerHeight spn_dividerPadding spn_label spn_labelEllipsize spn_labelEnable spn_labelPadding spn_labelTextAppearance spn_labelTextColor spn_labelTextSize spn_popupItemAnimOffset spn_popupItemAnimation
+styleable Switch android_checked android_gravity sw_animDuration sw_interpolator sw_thumbColor sw_thumbElevation sw_thumbRadius sw_trackCap sw_trackColor sw_trackSize
+styleable SwitchCompat android_textOff android_textOn android_thumb showText splitTrack switchMinWidth switchPadding switchTextAppearance thumbTextPadding track
+styleable TabPageIndicator android_textAppearance tpi_centerCurrentTab tpi_indicatorAtTop tpi_indicatorColor tpi_indicatorHeight tpi_mode tpi_tabPadding tpi_tabRipple tpi_tabSingleLine
+styleable TextAppearance android_elegantTextHeight android_fontFamily android_fontFeatureSettings android_letterSpacing android_shadowColor android_shadowDx android_shadowDy android_shadowRadius android_textAllCaps android_textColor android_textColorHighlight android_textColorHint android_textColorLink android_textSize android_textStyle android_typeface textAllCaps tv_fontFamily
+styleable TextView android_cursorVisible android_drawableBottom android_drawableEnd android_drawableLeft android_drawablePadding android_drawableRight android_drawableStart android_drawableTop android_elegantTextHeight android_ems android_fontFamily android_fontFeatureSettings android_gravity android_height android_includeFontPadding android_letterSpacing android_lineSpacingExtra android_lineSpacingMultiplier android_lines android_maxEms android_maxHeight android_maxLength android_maxLines android_maxWidth android_minEms android_minHeight android_minLines android_minWidth android_scrollHorizontally android_shadowColor android_shadowDx android_shadowDy android_shadowRadius android_singleLine android_textAllCaps android_textColor android_textColorHighlight android_textColorHint android_textColorLink android_textScaleX android_textSize android_textStyle android_typeface android_width tv_fontFamily
+styleable TextViewAppearance android_textAppearance
+styleable ThemableView v_styleId
+styleable Theme 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 colorButtonNormal colorControlActivated colorControlHighlight colorControlNormal colorPrimary colorPrimaryDark colorSwitchThumbNormal controlBackground dialogPreferredPadding dialogTheme dividerHorizontal dividerVertical dropDownListViewStyle dropdownListPreferredItemHeight editTextBackground editTextColor editTextStyle homeAsUpIndicator imageButtonStyle listChoiceBackgroundIndicator listDividerAlertDialog listPopupWindowStyle listPreferredItemHeight listPreferredItemHeightLarge listPreferredItemHeightSmall listPreferredItemPaddingLeft listPreferredItemPaddingRight panelBackground panelMenuListTheme panelMenuListWidth popupMenuStyle popupWindowStyle radioButtonStyle ratingBarStyle searchViewStyle seekBarStyle selectableItemBackground selectableItemBackgroundBorderless spinnerDropDownItemStyle spinnerStyle switchStyle textAppearanceLargePopupMenu textAppearanceListItem textAppearanceListItemSmall textAppearanceSearchResultSubtitle textAppearanceSearchResultTitle textAppearanceSmallPopupMenu textColorAlertDialogListItem textColorSearchUrl toolbarNavigationButtonStyle toolbarStyle windowActionBar windowActionBarOverlay windowActionModeOverlay windowFixedHeightMajor windowFixedHeightMinor windowFixedWidthMajor windowFixedWidthMinor windowMinWidthMajor windowMinWidthMinor windowNoTitle
+styleable TimePicker tp_24Hour tp_animDuration tp_backgroundColor tp_fontFamily tp_hour tp_inInterpolator tp_minute tp_mode tp_outInterpolator tp_selectionColor tp_selectionRadius tp_textColor tp_textHighlightColor tp_textSize tp_textStyle tp_tickSize
+styleable TimePickerDialog tp_am tp_headerHeight tp_leadingZero tp_pm tp_textTimeColor tp_textTimeSize
+styleable Toolbar android_gravity android_minHeight collapseContentDescription collapseIcon contentInsetEnd contentInsetLeft contentInsetRight contentInsetStart logo logoDescription maxButtonHeight navigationContentDescription navigationIcon popupTheme subtitle subtitleTextAppearance subtitleTextColor title titleMarginBottom titleMarginEnd titleMarginStart titleMarginTop titleMargins titleTextAppearance titleTextColor
+styleable View android_background android_backgroundTint android_backgroundTintMode android_elevation android_fadeScrollbars android_fadingEdgeLength android_focusable android_layoutDirection android_minHeight android_minWidth android_padding android_paddingBottom android_paddingEnd android_paddingLeft android_paddingRight android_paddingStart android_paddingTop android_requiresFadingEdge android_scrollbarDefaultDelayBeforeFade android_scrollbarFadeDuration android_scrollbarSize android_scrollbarStyle android_soundEffectsEnabled android_src android_textAlignment android_textDirection android_theme android_visibility paddingEnd paddingStart theme
+styleable ViewBackgroundHelper android_background backgroundTint backgroundTintMode
+styleable ViewStubCompat android_id android_inflatedId android_layout
+styleable YearPicker dp_animDuration dp_fontFamily dp_inInterpolator dp_outInterpolator dp_selectionColor dp_textColor dp_textHighlightColor dp_textStyle dp_year dp_yearItemHeight dp_yearMax dp_yearMin dp_yearTextSize
+xml nav_states
diff --git a/library/build/intermediates/res/symbol-table-with-package/release/package-aware-r.txt b/library/build/intermediates/res/symbol-table-with-package/release/package-aware-r.txt
index 308c413..600eecd 100644
--- a/library/build/intermediates/res/symbol-table-with-package/release/package-aware-r.txt
+++ b/library/build/intermediates/res/symbol-table-with-package/release/package-aware-r.txt
@@ -1,3009 +1,1451 @@
com.androidbuts.multispinnerfilter
-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 design_bottom_sheet_slide_in 0x7f01000b
-int anim design_bottom_sheet_slide_out 0x7f01000c
-int anim design_snackbar_in 0x7f01000d
-int anim design_snackbar_out 0x7f01000e
-int anim tooltip_enter 0x7f01000f
-int anim tooltip_exit 0x7f010010
-int animator design_appbar_state_list_animator 0x7f020001
-int attr actionBarDivider 0x7f040001
-int attr actionBarItemBackground 0x7f040002
-int attr actionBarPopupTheme 0x7f040003
-int attr actionBarSize 0x7f040004
-int attr actionBarSplitStyle 0x7f040005
-int attr actionBarStyle 0x7f040006
-int attr actionBarTabBarStyle 0x7f040007
-int attr actionBarTabStyle 0x7f040008
-int attr actionBarTabTextStyle 0x7f040009
-int attr actionBarTheme 0x7f04000a
-int attr actionBarWidgetTheme 0x7f04000b
-int attr actionButtonStyle 0x7f04000c
-int attr actionDropDownStyle 0x7f04000d
-int attr actionLayout 0x7f04000e
-int attr actionMenuTextAppearance 0x7f04000f
-int attr actionMenuTextColor 0x7f040010
-int attr actionModeBackground 0x7f040011
-int attr actionModeCloseButtonStyle 0x7f040012
-int attr actionModeCloseDrawable 0x7f040013
-int attr actionModeCopyDrawable 0x7f040014
-int attr actionModeCutDrawable 0x7f040015
-int attr actionModeFindDrawable 0x7f040016
-int attr actionModePasteDrawable 0x7f040017
-int attr actionModePopupWindowStyle 0x7f040018
-int attr actionModeSelectAllDrawable 0x7f040019
-int attr actionModeShareDrawable 0x7f04001a
-int attr actionModeSplitBackground 0x7f04001b
-int attr actionModeStyle 0x7f04001c
-int attr actionModeWebSearchDrawable 0x7f04001d
-int attr actionOverflowButtonStyle 0x7f04001e
-int attr actionOverflowMenuStyle 0x7f04001f
-int attr actionProviderClass 0x7f040020
-int attr actionViewClass 0x7f040021
-int attr activityChooserViewStyle 0x7f040022
-int attr alertDialogButtonGroupStyle 0x7f040023
-int attr alertDialogCenterButtons 0x7f040024
-int attr alertDialogStyle 0x7f040025
-int attr alertDialogTheme 0x7f040026
-int attr allowStacking 0x7f040027
-int attr alpha 0x7f040028
-int attr alphabeticModifiers 0x7f040029
-int attr arrowHeadLength 0x7f04002a
-int attr arrowShaftLength 0x7f04002b
-int attr autoCompleteTextViewStyle 0x7f04002c
-int attr autoSizeMaxTextSize 0x7f04002d
-int attr autoSizeMinTextSize 0x7f04002e
-int attr autoSizePresetSizes 0x7f04002f
-int attr autoSizeStepGranularity 0x7f040030
-int attr autoSizeTextType 0x7f040031
-int attr background 0x7f040032
-int attr backgroundSplit 0x7f040033
-int attr backgroundStacked 0x7f040034
-int attr backgroundTint 0x7f040035
-int attr backgroundTintMode 0x7f040036
-int attr barLength 0x7f040037
-int attr behavior_autoHide 0x7f040038
-int attr behavior_hideable 0x7f040039
-int attr behavior_overlapTop 0x7f04003a
-int attr behavior_peekHeight 0x7f04003b
-int attr behavior_skipCollapsed 0x7f04003c
-int attr borderWidth 0x7f04003d
-int attr borderlessButtonStyle 0x7f04003e
-int attr bottomSheetDialogTheme 0x7f04003f
-int attr bottomSheetStyle 0x7f040040
-int attr bsd_cancelable 0x7f040041
-int attr bsd_canceledOnTouchOutside 0x7f040042
-int attr bsd_dimAmount 0x7f040043
-int attr bsd_inDuration 0x7f040044
-int attr bsd_inInterpolator 0x7f040045
-int attr bsd_outDuration 0x7f040046
-int attr bsd_outInterpolator 0x7f040047
-int attr buttonBarButtonStyle 0x7f040048
-int attr buttonBarNegativeButtonStyle 0x7f040049
-int attr buttonBarNeutralButtonStyle 0x7f04004a
-int attr buttonBarPositiveButtonStyle 0x7f04004b
-int attr buttonBarStyle 0x7f04004c
-int attr buttonGravity 0x7f04004d
-int attr buttonPanelSideLayout 0x7f04004e
-int attr buttonStyle 0x7f04004f
-int attr buttonStyleSmall 0x7f040050
-int attr buttonTint 0x7f040051
-int attr buttonTintMode 0x7f040052
-int attr cardBackgroundColor 0x7f040053
-int attr cardCornerRadius 0x7f040054
-int attr cardElevation 0x7f040055
-int attr cardMaxElevation 0x7f040056
-int attr cardPreventCornerOverlap 0x7f040057
-int attr cardUseCompatPadding 0x7f040058
-int attr cbd_animDuration 0x7f040059
-int attr cbd_boxSize 0x7f04005a
-int attr cbd_cornerRadius 0x7f04005b
-int attr cbd_height 0x7f04005c
-int attr cbd_strokeColor 0x7f04005d
-int attr cbd_strokeSize 0x7f04005e
-int attr cbd_tickColor 0x7f04005f
-int attr cbd_width 0x7f040060
-int attr checkboxStyle 0x7f040061
-int attr checkedTextViewStyle 0x7f040062
-int attr closeIcon 0x7f040063
-int attr closeItemLayout 0x7f040064
-int attr collapseContentDescription 0x7f040065
-int attr collapseIcon 0x7f040066
-int attr collapsedTitleGravity 0x7f040067
-int attr collapsedTitleTextAppearance 0x7f040068
-int attr color 0x7f040069
-int attr colorAccent 0x7f04006a
-int attr colorBackgroundFloating 0x7f04006b
-int attr colorButtonNormal 0x7f04006c
-int attr colorControlActivated 0x7f04006d
-int attr colorControlHighlight 0x7f04006e
-int attr colorControlNormal 0x7f04006f
-int attr colorError 0x7f040070
-int attr colorPrimary 0x7f040071
-int attr colorPrimaryDark 0x7f040072
-int attr colorSwitchThumbNormal 0x7f040073
-int attr commitIcon 0x7f040074
-int attr contentDescription 0x7f040075
-int attr contentInsetEnd 0x7f040076
-int attr contentInsetEndWithActions 0x7f040077
-int attr contentInsetLeft 0x7f040078
-int attr contentInsetRight 0x7f040079
-int attr contentInsetStart 0x7f04007a
-int attr contentInsetStartWithNavigation 0x7f04007b
-int attr contentPadding 0x7f04007c
-int attr contentPaddingBottom 0x7f04007d
-int attr contentPaddingLeft 0x7f04007e
-int attr contentPaddingRight 0x7f04007f
-int attr contentPaddingTop 0x7f040080
-int attr contentScrim 0x7f040081
-int attr controlBackground 0x7f040082
-int attr counterEnabled 0x7f040083
-int attr counterMaxLength 0x7f040084
-int attr counterOverflowTextAppearance 0x7f040085
-int attr counterTextAppearance 0x7f040086
-int attr cpd_inAnimDuration 0x7f040087
-int attr cpd_inStepColors 0x7f040088
-int attr cpd_inStepPercent 0x7f040089
-int attr cpd_initialAngle 0x7f04008a
-int attr cpd_keepDuration 0x7f04008b
-int attr cpd_maxSweepAngle 0x7f04008c
-int attr cpd_minSweepAngle 0x7f04008d
-int attr cpd_outAnimDuration 0x7f04008e
-int attr cpd_padding 0x7f04008f
-int attr cpd_reverse 0x7f040090
-int attr cpd_rotateDuration 0x7f040091
-int attr cpd_strokeColor 0x7f040092
-int attr cpd_strokeColors 0x7f040093
-int attr cpd_strokeSecondaryColor 0x7f040094
-int attr cpd_strokeSize 0x7f040095
-int attr cpd_transformDuration 0x7f040096
-int attr cpd_transformInterpolator 0x7f040097
-int attr customNavigationLayout 0x7f040098
-int attr defaultQueryHint 0x7f040099
-int attr di_actionBackground 0x7f04009a
-int attr di_actionRipple 0x7f04009b
-int attr di_actionTextAppearance 0x7f04009c
-int attr di_actionTextColor 0x7f04009d
-int attr di_backgroundColor 0x7f04009e
-int attr di_cancelable 0x7f04009f
-int attr di_canceledOnTouchOutside 0x7f0400a0
-int attr di_checkBoxStyle 0x7f0400a1
-int attr di_cornerRadius 0x7f0400a2
-int attr di_dimAmount 0x7f0400a3
-int attr di_dividerColor 0x7f0400a4
-int attr di_dividerHeight 0x7f0400a5
-int attr di_elevation 0x7f0400a6
-int attr di_inAnimation 0x7f0400a7
-int attr di_itemHeight 0x7f0400a8
-int attr di_itemTextAppearance 0x7f0400a9
-int attr di_layoutDirection 0x7f0400aa
-int attr di_maxElevation 0x7f0400ab
-int attr di_maxHeight 0x7f0400ac
-int attr di_maxWidth 0x7f0400ad
-int attr di_messageTextAppearance 0x7f0400ae
-int attr di_messageTextColor 0x7f0400af
-int attr di_negativeActionBackground 0x7f0400b0
-int attr di_negativeActionRipple 0x7f0400b1
-int attr di_negativeActionTextAppearance 0x7f0400b2
-int attr di_negativeActionTextColor 0x7f0400b3
-int attr di_neutralActionBackground 0x7f0400b4
-int attr di_neutralActionRipple 0x7f0400b5
-int attr di_neutralActionTextAppearance 0x7f0400b6
-int attr di_neutralActionTextColor 0x7f0400b7
-int attr di_outAnimation 0x7f0400b8
-int attr di_positiveActionBackground 0x7f0400b9
-int attr di_positiveActionRipple 0x7f0400ba
-int attr di_positiveActionTextAppearance 0x7f0400bb
-int attr di_positiveActionTextColor 0x7f0400bc
-int attr di_radioButtonStyle 0x7f0400bd
-int attr di_titleTextAppearance 0x7f0400be
-int attr di_titleTextColor 0x7f0400bf
-int attr dialogPreferredPadding 0x7f0400c0
-int attr dialogTheme 0x7f0400c1
-int attr displayOptions 0x7f0400c2
-int attr divider 0x7f0400c3
-int attr dividerHorizontal 0x7f0400c4
-int attr dividerPadding 0x7f0400c5
-int attr dividerVertical 0x7f0400c6
-int attr dp_animDuration 0x7f0400c7
-int attr dp_day 0x7f0400c8
-int attr dp_dayMax 0x7f0400c9
-int attr dp_dayMin 0x7f0400ca
-int attr dp_dayTextSize 0x7f0400cb
-int attr dp_fontFamily 0x7f0400cc
-int attr dp_headerPrimaryColor 0x7f0400cd
-int attr dp_headerPrimaryHeight 0x7f0400ce
-int attr dp_headerPrimaryTextSize 0x7f0400cf
-int attr dp_headerSecondaryColor 0x7f0400d0
-int attr dp_headerSecondaryHeight 0x7f0400d1
-int attr dp_headerSecondaryTextSize 0x7f0400d2
-int attr dp_inInterpolator 0x7f0400d3
-int attr dp_month 0x7f0400d4
-int attr dp_monthMax 0x7f0400d5
-int attr dp_monthMin 0x7f0400d6
-int attr dp_outInterpolator 0x7f0400d7
-int attr dp_selectionColor 0x7f0400d8
-int attr dp_textColor 0x7f0400d9
-int attr dp_textDisableColor 0x7f0400da
-int attr dp_textHeaderColor 0x7f0400db
-int attr dp_textHighlightColor 0x7f0400dc
-int attr dp_textLabelColor 0x7f0400dd
-int attr dp_textStyle 0x7f0400de
-int attr dp_year 0x7f0400df
-int attr dp_yearItemHeight 0x7f0400e0
-int attr dp_yearMax 0x7f0400e1
-int attr dp_yearMin 0x7f0400e2
-int attr dp_yearTextSize 0x7f0400e3
-int attr drawableSize 0x7f0400e4
-int attr drawerArrowStyle 0x7f0400e5
-int attr dropDownListViewStyle 0x7f0400e6
-int attr dropdownListPreferredItemHeight 0x7f0400e7
-int attr editTextBackground 0x7f0400e8
-int attr editTextColor 0x7f0400e9
-int attr editTextStyle 0x7f0400ea
-int attr elevation 0x7f0400eb
-int attr errorEnabled 0x7f0400ec
-int attr errorTextAppearance 0x7f0400ed
-int attr et_autoCompleteMode 0x7f0400ee
-int attr et_dividerAnimDuration 0x7f0400ef
-int attr et_dividerColor 0x7f0400f0
-int attr et_dividerCompoundPadding 0x7f0400f1
-int attr et_dividerErrorColor 0x7f0400f2
-int attr et_dividerHeight 0x7f0400f3
-int attr et_dividerPadding 0x7f0400f4
-int attr et_error 0x7f0400f5
-int attr et_helper 0x7f0400f6
-int attr et_inputId 0x7f0400f7
-int attr et_labelEllipsize 0x7f0400f8
-int attr et_labelEnable 0x7f0400f9
-int attr et_labelInAnim 0x7f0400fa
-int attr et_labelOutAnim 0x7f0400fb
-int attr et_labelPadding 0x7f0400fc
-int attr et_labelTextAppearance 0x7f0400fd
-int attr et_labelTextColor 0x7f0400fe
-int attr et_labelTextSize 0x7f0400ff
-int attr et_supportEllipsize 0x7f040100
-int attr et_supportLines 0x7f040101
-int attr et_supportMaxChars 0x7f040102
-int attr et_supportMaxLines 0x7f040103
-int attr et_supportMode 0x7f040104
-int attr et_supportPadding 0x7f040105
-int attr et_supportSingleLine 0x7f040106
-int attr et_supportTextAppearance 0x7f040107
-int attr et_supportTextColor 0x7f040108
-int attr et_supportTextErrorColor 0x7f040109
-int attr et_supportTextSize 0x7f04010a
-int attr expandActivityOverflowButtonDrawable 0x7f04010b
-int attr expanded 0x7f04010c
-int attr expandedTitleGravity 0x7f04010d
-int attr expandedTitleMargin 0x7f04010e
-int attr expandedTitleMarginBottom 0x7f04010f
-int attr expandedTitleMarginEnd 0x7f040110
-int attr expandedTitleMarginStart 0x7f040111
-int attr expandedTitleMarginTop 0x7f040112
-int attr expandedTitleTextAppearance 0x7f040113
-int attr fabSize 0x7f040114
-int attr fab_animDuration 0x7f040115
-int attr fab_backgroundAnimDuration 0x7f040116
-int attr fab_backgroundColor 0x7f040117
-int attr fab_elevation 0x7f040118
-int attr fab_iconLineMorphing 0x7f040119
-int attr fab_iconSize 0x7f04011a
-int attr fab_iconSrc 0x7f04011b
-int attr fab_interpolator 0x7f04011c
-int attr fab_radius 0x7f04011d
-int attr fastScrollEnabled 0x7f04011e
-int attr fastScrollHorizontalThumbDrawable 0x7f04011f
-int attr fastScrollHorizontalTrackDrawable 0x7f040120
-int attr fastScrollVerticalThumbDrawable 0x7f040121
-int attr fastScrollVerticalTrackDrawable 0x7f040122
-int attr font 0x7f040123
-int attr fontFamily 0x7f040124
-int attr fontProviderAuthority 0x7f040125
-int attr fontProviderCerts 0x7f040126
-int attr fontProviderFetchStrategy 0x7f040127
-int attr fontProviderFetchTimeout 0x7f040128
-int attr fontProviderPackage 0x7f040129
-int attr fontProviderQuery 0x7f04012a
-int attr fontStyle 0x7f04012b
-int attr fontWeight 0x7f04012c
-int attr foregroundInsidePadding 0x7f04012d
-int attr gapBetweenBars 0x7f04012e
-int attr goIcon 0x7f04012f
-int attr headerLayout 0x7f040130
-int attr height 0x7f040131
-int attr hideOnContentScroll 0x7f040132
-int attr hintAnimationEnabled 0x7f040133
-int attr hintEnabled 0x7f040134
-int attr hintText 0x7f040135
-int attr hintTextAppearance 0x7f040136
-int attr homeAsUpIndicator 0x7f040137
-int attr homeLayout 0x7f040138
-int attr icon 0x7f040139
-int attr iconTint 0x7f04013a
-int attr iconTintMode 0x7f04013b
-int attr iconifiedByDefault 0x7f04013c
-int attr imageButtonStyle 0x7f04013d
-int attr indeterminateProgressStyle 0x7f04013e
-int attr initialActivityCount 0x7f04013f
-int attr insetForeground 0x7f040140
-int attr isLightTheme 0x7f040141
-int attr itemBackground 0x7f040142
-int attr itemIconTint 0x7f040143
-int attr itemPadding 0x7f040144
-int attr itemTextAppearance 0x7f040145
-int attr itemTextColor 0x7f040146
-int attr keylines 0x7f040147
-int attr layout 0x7f040148
-int attr layoutManager 0x7f040149
-int attr layout_anchor 0x7f04014a
-int attr layout_anchorGravity 0x7f04014b
-int attr layout_behavior 0x7f04014c
-int attr layout_collapseMode 0x7f04014d
-int attr layout_collapseParallaxMultiplier 0x7f04014e
-int attr layout_dodgeInsetEdges 0x7f04014f
-int attr layout_insetEdge 0x7f040150
-int attr layout_keyline 0x7f040151
-int attr layout_scrollFlags 0x7f040152
-int attr layout_scrollInterpolator 0x7f040153
-int attr listChoiceBackgroundIndicator 0x7f040154
-int attr listDividerAlertDialog 0x7f040155
-int attr listItemLayout 0x7f040156
-int attr listLayout 0x7f040157
-int attr listMenuViewStyle 0x7f040158
-int attr listPopupWindowStyle 0x7f040159
-int attr listPreferredItemHeight 0x7f04015a
-int attr listPreferredItemHeightLarge 0x7f04015b
-int attr listPreferredItemHeightSmall 0x7f04015c
-int attr listPreferredItemPaddingLeft 0x7f04015d
-int attr listPreferredItemPaddingRight 0x7f04015e
-int attr lmd_animDuration 0x7f04015f
-int attr lmd_clockwise 0x7f040160
-int attr lmd_curState 0x7f040161
-int attr lmd_interpolator 0x7f040162
-int attr lmd_layoutDirection 0x7f040163
-int attr lmd_padding 0x7f040164
-int attr lmd_paddingBottom 0x7f040165
-int attr lmd_paddingLeft 0x7f040166
-int attr lmd_paddingRight 0x7f040167
-int attr lmd_paddingTop 0x7f040168
-int attr lmd_state 0x7f040169
-int attr lmd_strokeCap 0x7f04016a
-int attr lmd_strokeColor 0x7f04016b
-int attr lmd_strokeJoin 0x7f04016c
-int attr lmd_strokeSize 0x7f04016d
-int attr logo 0x7f04016e
-int attr logoDescription 0x7f04016f
-int attr lpd_inAnimDuration 0x7f040170
-int attr lpd_keepDuration 0x7f040171
-int attr lpd_maxLineWidth 0x7f040172
-int attr lpd_minLineWidth 0x7f040173
-int attr lpd_outAnimDuration 0x7f040174
-int attr lpd_reverse 0x7f040175
-int attr lpd_strokeColor 0x7f040176
-int attr lpd_strokeColors 0x7f040177
-int attr lpd_strokeSecondaryColor 0x7f040178
-int attr lpd_strokeSize 0x7f040179
-int attr lpd_transformDuration 0x7f04017a
-int attr lpd_transformInterpolator 0x7f04017b
-int attr lpd_travelDuration 0x7f04017c
-int attr lpd_verticalAlign 0x7f04017d
-int attr maxActionInlineWidth 0x7f04017e
-int attr maxButtonHeight 0x7f04017f
-int attr measureWithLargestChild 0x7f040180
-int attr menu 0x7f040181
-int attr multiChoiceItemLayout 0x7f040182
-int attr navigationContentDescription 0x7f040183
-int attr navigationIcon 0x7f040184
-int attr navigationMode 0x7f040185
-int attr nd_icon 0x7f040186
-int attr nd_ripple 0x7f040187
-int attr numericModifiers 0x7f040188
-int attr overlapAnchor 0x7f040189
-int attr paddingBottomNoButtons 0x7f04018a
-int attr paddingEnd 0x7f04018b
-int attr paddingStart 0x7f04018c
-int attr paddingTopNoTitle 0x7f04018d
-int attr panelBackground 0x7f04018e
-int attr panelMenuListTheme 0x7f04018f
-int attr panelMenuListWidth 0x7f040190
-int attr passwordToggleContentDescription 0x7f040191
-int attr passwordToggleDrawable 0x7f040192
-int attr passwordToggleEnabled 0x7f040193
-int attr passwordToggleTint 0x7f040194
-int attr passwordToggleTintMode 0x7f040195
-int attr popupMenuStyle 0x7f040196
-int attr popupTheme 0x7f040197
-int attr popupWindowStyle 0x7f040198
-int attr preserveIconSpacing 0x7f040199
-int attr pressedTranslationZ 0x7f04019a
-int attr progressBarPadding 0x7f04019b
-int attr progressBarStyle 0x7f04019c
-int attr pv_autostart 0x7f04019d
-int attr pv_circular 0x7f04019e
-int attr pv_progress 0x7f04019f
-int attr pv_progressMode 0x7f0401a0
-int attr pv_progressStyle 0x7f0401a1
-int attr pv_secondaryProgress 0x7f0401a2
-int attr queryBackground 0x7f0401a3
-int attr queryHint 0x7f0401a4
-int attr radioButtonStyle 0x7f0401a5
-int attr ratingBarStyle 0x7f0401a6
-int attr ratingBarStyleIndicator 0x7f0401a7
-int attr ratingBarStyleSmall 0x7f0401a8
-int attr rbd_animDuration 0x7f0401a9
-int attr rbd_height 0x7f0401aa
-int attr rbd_innerRadius 0x7f0401ab
-int attr rbd_radius 0x7f0401ac
-int attr rbd_strokeColor 0x7f0401ad
-int attr rbd_strokeSize 0x7f0401ae
-int attr rbd_width 0x7f0401af
-int attr rd_backgroundAnimDuration 0x7f0401b0
-int attr rd_backgroundColor 0x7f0401b1
-int attr rd_bottomLeftCornerRadius 0x7f0401b2
-int attr rd_bottomPadding 0x7f0401b3
-int attr rd_bottomRightCornerRadius 0x7f0401b4
-int attr rd_cornerRadius 0x7f0401b5
-int attr rd_delayClick 0x7f0401b6
-int attr rd_enable 0x7f0401b7
-int attr rd_inInterpolator 0x7f0401b8
-int attr rd_leftPadding 0x7f0401b9
-int attr rd_maskType 0x7f0401ba
-int attr rd_maxRippleRadius 0x7f0401bb
-int attr rd_outInterpolator 0x7f0401bc
-int attr rd_padding 0x7f0401bd
-int attr rd_rightPadding 0x7f0401be
-int attr rd_rippleAnimDuration 0x7f0401bf
-int attr rd_rippleColor 0x7f0401c0
-int attr rd_rippleType 0x7f0401c1
-int attr rd_style 0x7f0401c2
-int attr rd_topLeftCornerRadius 0x7f0401c3
-int attr rd_topPadding 0x7f0401c4
-int attr rd_topRightCornerRadius 0x7f0401c5
-int attr reverseLayout 0x7f0401c6
-int attr rippleColor 0x7f0401c7
-int attr sb_actionRipple 0x7f0401c8
-int attr sb_actionText 0x7f0401c9
-int attr sb_actionTextAppearance 0x7f0401ca
-int attr sb_actionTextColor 0x7f0401cb
-int attr sb_actionTextSize 0x7f0401cc
-int attr sb_backgroundColor 0x7f0401cd
-int attr sb_backgroundCornerRadius 0x7f0401ce
-int attr sb_duration 0x7f0401cf
-int attr sb_ellipsize 0x7f0401d0
-int attr sb_height 0x7f0401d1
-int attr sb_horizontalPadding 0x7f0401d2
-int attr sb_inAnimation 0x7f0401d3
-int attr sb_lines 0x7f0401d4
-int attr sb_marginBottom 0x7f0401d5
-int attr sb_marginStart 0x7f0401d6
-int attr sb_maxHeight 0x7f0401d7
-int attr sb_maxLines 0x7f0401d8
-int attr sb_maxWidth 0x7f0401d9
-int attr sb_minHeight 0x7f0401da
-int attr sb_minWidth 0x7f0401db
-int attr sb_outAnimation 0x7f0401dc
-int attr sb_removeOnDismiss 0x7f0401dd
-int attr sb_singleLine 0x7f0401de
-int attr sb_text 0x7f0401df
-int attr sb_textAppearance 0x7f0401e0
-int attr sb_textColor 0x7f0401e1
-int attr sb_textSize 0x7f0401e2
-int attr sb_verticalPadding 0x7f0401e3
-int attr sb_width 0x7f0401e4
-int attr scrimAnimationDuration 0x7f0401e5
-int attr scrimVisibleHeightTrigger 0x7f0401e6
-int attr searchHintIcon 0x7f0401e7
-int attr searchIcon 0x7f0401e8
-int attr searchViewStyle 0x7f0401e9
-int attr seekBarStyle 0x7f0401ea
-int attr selectableItemBackground 0x7f0401eb
-int attr selectableItemBackgroundBorderless 0x7f0401ec
-int attr showAsAction 0x7f0401ed
-int attr showDividers 0x7f0401ee
-int attr showText 0x7f0401ef
-int attr showTitle 0x7f0401f0
-int attr singleChoiceItemLayout 0x7f0401f1
-int attr sl_alwaysFillThumb 0x7f0401f2
-int attr sl_baselineOffset 0x7f0401f3
-int attr sl_discreteMode 0x7f0401f4
-int attr sl_fontFamily 0x7f0401f5
-int attr sl_interpolator 0x7f0401f6
-int attr sl_maxValue 0x7f0401f7
-int attr sl_minValue 0x7f0401f8
-int attr sl_primaryColor 0x7f0401f9
-int attr sl_secondaryColor 0x7f0401fa
-int attr sl_stepValue 0x7f0401fb
-int attr sl_textColor 0x7f0401fc
-int attr sl_textSize 0x7f0401fd
-int attr sl_textStyle 0x7f0401fe
-int attr sl_thumbBorderSize 0x7f0401ff
-int attr sl_thumbFocusRadius 0x7f040200
-int attr sl_thumbRadius 0x7f040201
-int attr sl_trackCap 0x7f040202
-int attr sl_trackSize 0x7f040203
-int attr sl_transformAnimDuration 0x7f040204
-int attr sl_travelAnimDuration 0x7f040205
-int attr sl_value 0x7f040206
-int attr spanCount 0x7f040207
-int attr spinBars 0x7f040208
-int attr spinnerDropDownItemStyle 0x7f040209
-int attr spinnerStyle 0x7f04020a
-int attr splitTrack 0x7f04020b
-int attr spn_arrowAnimClockwise 0x7f04020c
-int attr spn_arrowAnimDuration 0x7f04020d
-int attr spn_arrowColor 0x7f04020e
-int attr spn_arrowInterpolator 0x7f04020f
-int attr spn_arrowPadding 0x7f040210
-int attr spn_arrowSize 0x7f040211
-int attr spn_arrowSwitchMode 0x7f040212
-int attr spn_disableChildrenWhenDisabled 0x7f040213
-int attr spn_dividerAnimDuration 0x7f040214
-int attr spn_dividerColor 0x7f040215
-int attr spn_dividerHeight 0x7f040216
-int attr spn_dividerPadding 0x7f040217
-int attr spn_label 0x7f040218
-int attr spn_labelEllipsize 0x7f040219
-int attr spn_labelEnable 0x7f04021a
-int attr spn_labelPadding 0x7f04021b
-int attr spn_labelTextAppearance 0x7f04021c
-int attr spn_labelTextColor 0x7f04021d
-int attr spn_labelTextSize 0x7f04021e
-int attr spn_popupItemAnimOffset 0x7f04021f
-int attr spn_popupItemAnimation 0x7f040220
-int attr srcCompat 0x7f040221
-int attr stackFromEnd 0x7f040222
-int attr state_above_anchor 0x7f040223
-int attr state_collapsed 0x7f040224
-int attr state_collapsible 0x7f040225
-int attr statusBarBackground 0x7f040226
-int attr statusBarScrim 0x7f040227
-int attr subMenuArrow 0x7f040228
-int attr submitBackground 0x7f040229
-int attr subtitle 0x7f04022a
-int attr subtitleTextAppearance 0x7f04022b
-int attr subtitleTextColor 0x7f04022c
-int attr subtitleTextStyle 0x7f04022d
-int attr suggestionRowLayout 0x7f04022e
-int attr sw_animDuration 0x7f04022f
-int attr sw_interpolator 0x7f040230
-int attr sw_thumbColor 0x7f040231
-int attr sw_thumbElevation 0x7f040232
-int attr sw_thumbRadius 0x7f040233
-int attr sw_trackCap 0x7f040234
-int attr sw_trackColor 0x7f040235
-int attr sw_trackSize 0x7f040236
-int attr switchMinWidth 0x7f040237
-int attr switchPadding 0x7f040238
-int attr switchStyle 0x7f040239
-int attr switchTextAppearance 0x7f04023a
-int attr tabBackground 0x7f04023b
-int attr tabContentStart 0x7f04023c
-int attr tabGravity 0x7f04023d
-int attr tabIndicatorColor 0x7f04023e
-int attr tabIndicatorHeight 0x7f04023f
-int attr tabMaxWidth 0x7f040240
-int attr tabMinWidth 0x7f040241
-int attr tabMode 0x7f040242
-int attr tabPadding 0x7f040243
-int attr tabPaddingBottom 0x7f040244
-int attr tabPaddingEnd 0x7f040245
-int attr tabPaddingStart 0x7f040246
-int attr tabPaddingTop 0x7f040247
-int attr tabSelectedTextColor 0x7f040248
-int attr tabTextAppearance 0x7f040249
-int attr tabTextColor 0x7f04024a
-int attr textAllCaps 0x7f04024b
-int attr textAppearanceLargePopupMenu 0x7f04024c
-int attr textAppearanceListItem 0x7f04024d
-int attr textAppearanceListItemSecondary 0x7f04024e
-int attr textAppearanceListItemSmall 0x7f04024f
-int attr textAppearancePopupMenuHeader 0x7f040250
-int attr textAppearanceSearchResultSubtitle 0x7f040251
-int attr textAppearanceSearchResultTitle 0x7f040252
-int attr textAppearanceSmallPopupMenu 0x7f040253
-int attr textColorAlertDialogListItem 0x7f040254
-int attr textColorError 0x7f040255
-int attr textColorSearchUrl 0x7f040256
-int attr theme 0x7f040257
-int attr thickness 0x7f040258
-int attr thumbTextPadding 0x7f040259
-int attr thumbTint 0x7f04025a
-int attr thumbTintMode 0x7f04025b
-int attr tickMark 0x7f04025c
-int attr tickMarkTint 0x7f04025d
-int attr tickMarkTintMode 0x7f04025e
-int attr tint 0x7f04025f
-int attr tintMode 0x7f040260
-int attr title 0x7f040261
-int attr titleEnabled 0x7f040262
-int attr titleMargin 0x7f040263
-int attr titleMarginBottom 0x7f040264
-int attr titleMarginEnd 0x7f040265
-int attr titleMarginStart 0x7f040266
-int attr titleMarginTop 0x7f040267
-int attr titleMargins 0x7f040268
-int attr titleTextAppearance 0x7f040269
-int attr titleTextColor 0x7f04026a
-int attr titleTextStyle 0x7f04026b
-int attr toolbarId 0x7f04026c
-int attr toolbarNavigationButtonStyle 0x7f04026d
-int attr toolbarStyle 0x7f04026e
-int attr tooltipForegroundColor 0x7f04026f
-int attr tooltipFrameBackground 0x7f040270
-int attr tooltipText 0x7f040271
-int attr tp_24Hour 0x7f040272
-int attr tp_am 0x7f040273
-int attr tp_animDuration 0x7f040274
-int attr tp_backgroundColor 0x7f040275
-int attr tp_fontFamily 0x7f040276
-int attr tp_headerHeight 0x7f040277
-int attr tp_hour 0x7f040278
-int attr tp_inInterpolator 0x7f040279
-int attr tp_leadingZero 0x7f04027a
-int attr tp_minute 0x7f04027b
-int attr tp_mode 0x7f04027c
-int attr tp_outInterpolator 0x7f04027d
-int attr tp_pm 0x7f04027e
-int attr tp_selectionColor 0x7f04027f
-int attr tp_selectionRadius 0x7f040280
-int attr tp_textColor 0x7f040281
-int attr tp_textHighlightColor 0x7f040282
-int attr tp_textSize 0x7f040283
-int attr tp_textStyle 0x7f040284
-int attr tp_textTimeColor 0x7f040285
-int attr tp_textTimeSize 0x7f040286
-int attr tp_tickSize 0x7f040287
-int attr tpi_centerCurrentTab 0x7f040288
-int attr tpi_indicatorAtTop 0x7f040289
-int attr tpi_indicatorColor 0x7f04028a
-int attr tpi_indicatorHeight 0x7f04028b
-int attr tpi_mode 0x7f04028c
-int attr tpi_tabPadding 0x7f04028d
-int attr tpi_tabRipple 0x7f04028e
-int attr tpi_tabSingleLine 0x7f04028f
-int attr track 0x7f040290
-int attr trackTint 0x7f040291
-int attr trackTintMode 0x7f040292
-int attr tv_fontFamily 0x7f040293
-int attr useCompatPadding 0x7f040294
-int attr v_styleId 0x7f040295
-int attr voiceIcon 0x7f040296
-int attr windowActionBar 0x7f040297
-int attr windowActionBarOverlay 0x7f040298
-int attr windowActionModeOverlay 0x7f040299
-int attr windowFixedHeightMajor 0x7f04029a
-int attr windowFixedHeightMinor 0x7f04029b
-int attr windowFixedWidthMajor 0x7f04029c
-int attr windowFixedWidthMinor 0x7f04029d
-int attr windowMinWidthMajor 0x7f04029e
-int attr windowMinWidthMinor 0x7f04029f
-int attr windowNoTitle 0x7f0402a0
-int bool abc_action_bar_embed_tabs 0x7f050001
-int bool abc_action_bar_embed_tabs_pre_jb 0x7f050002
-int bool abc_action_bar_expanded_action_views_exclusive 0x7f050003
-int bool abc_allow_stacked_button_bar 0x7f050004
-int bool abc_config_actionMenuItemAllCaps 0x7f050005
-int bool abc_config_allowActionMenuItemTextWithIcon 0x7f050006
-int bool abc_config_closeDialogWhenTouchOutside 0x7f050007
-int bool abc_config_showMenuShortcutsWhenKeyboardPresent 0x7f050008
-int color ColorPrimary 0x7f060001
-int color ColorPrimaryDark 0x7f060002
-int color abc_background_cache_hint_selector_material_dark 0x7f060003
-int color abc_background_cache_hint_selector_material_light 0x7f060004
-int color abc_btn_colored_borderless_text_material 0x7f060005
-int color abc_btn_colored_text_material 0x7f060006
-int color abc_color_highlight_material 0x7f060007
-int color abc_hint_foreground_material_dark 0x7f060008
-int color abc_hint_foreground_material_light 0x7f060009
-int color abc_input_method_navigation_guard 0x7f06000a
-int color abc_primary_text_disable_only_material_dark 0x7f06000b
-int color abc_primary_text_disable_only_material_light 0x7f06000c
-int color abc_primary_text_material_dark 0x7f06000d
-int color abc_primary_text_material_light 0x7f06000e
-int color abc_search_url_text 0x7f06000f
-int color abc_search_url_text_normal 0x7f060010
-int color abc_search_url_text_pressed 0x7f060011
-int color abc_search_url_text_selected 0x7f060012
-int color abc_secondary_text_material_dark 0x7f060013
-int color abc_secondary_text_material_light 0x7f060014
-int color abc_tint_btn_checkable 0x7f060015
-int color abc_tint_default 0x7f060016
-int color abc_tint_edittext 0x7f060017
-int color abc_tint_seek_thumb 0x7f060018
-int color abc_tint_spinner 0x7f060019
-int color abc_tint_switch_track 0x7f06001a
-int color accent_material_dark 0x7f06001b
-int color accent_material_light 0x7f06001c
-int color android_text_color 0x7f06001d
-int color app_topbar_color 0x7f06001e
-int color background_color 0x7f06001f
-int color background_floating_material_dark 0x7f060020
-int color background_floating_material_light 0x7f060021
-int color background_material_dark 0x7f060022
-int color background_material_light 0x7f060023
-int color black 0x7f060024
-int color blue 0x7f060025
-int color bright_foreground_disabled_material_dark 0x7f060026
-int color bright_foreground_disabled_material_light 0x7f060027
-int color bright_foreground_inverse_material_dark 0x7f060028
-int color bright_foreground_inverse_material_light 0x7f060029
-int color bright_foreground_material_dark 0x7f06002a
-int color bright_foreground_material_light 0x7f06002b
-int color button_material_dark 0x7f06002c
-int color button_material_light 0x7f06002d
-int color cardview_dark_background 0x7f06002e
-int color cardview_light_background 0x7f06002f
-int color cardview_shadow_end_color 0x7f060030
-int color cardview_shadow_start_color 0x7f060031
-int color cyan 0x7f060032
-int color design_bottom_navigation_shadow_color 0x7f060033
-int color design_error 0x7f060034
-int color design_fab_shadow_end_color 0x7f060035
-int color design_fab_shadow_mid_color 0x7f060036
-int color design_fab_shadow_start_color 0x7f060037
-int color design_fab_stroke_end_inner_color 0x7f060038
-int color design_fab_stroke_end_outer_color 0x7f060039
-int color design_fab_stroke_top_inner_color 0x7f06003a
-int color design_fab_stroke_top_outer_color 0x7f06003b
-int color design_snackbar_background_color 0x7f06003c
-int color design_tint_password_toggle 0x7f06003d
-int color dim_foreground_disabled_material_dark 0x7f06003e
-int color dim_foreground_disabled_material_light 0x7f06003f
-int color dim_foreground_material_dark 0x7f060040
-int color dim_foreground_material_light 0x7f060041
-int color error_color_material 0x7f060042
-int color foreground_material_dark 0x7f060043
-int color foreground_material_light 0x7f060044
-int color gray 0x7f060045
-int color highlighted_text_material_dark 0x7f060046
-int color highlighted_text_material_light 0x7f060047
-int color hint_foreground_material_dark 0x7f060048
-int color hint_foreground_material_light 0x7f060049
-int color lightBlue 0x7f06004a
-int color list_background 0x7f06004b
-int color list_even 0x7f06004c
-int color list_header 0x7f06004d
-int color list_odd 0x7f06004e
-int color list_selected 0x7f06004f
-int color material_blue_grey_800 0x7f060050
-int color material_blue_grey_900 0x7f060051
-int color material_blue_grey_950 0x7f060052
-int color material_deep_teal_200 0x7f060053
-int color material_deep_teal_500 0x7f060054
-int color material_grey_100 0x7f060055
-int color material_grey_300 0x7f060056
-int color material_grey_50 0x7f060057
-int color material_grey_600 0x7f060058
-int color material_grey_800 0x7f060059
-int color material_grey_850 0x7f06005a
-int color material_grey_900 0x7f06005b
-int color notification_action_color_filter 0x7f06005c
-int color notification_icon_bg_color 0x7f06005d
-int color notification_material_background_media_default_color 0x7f06005e
-int color primary 0x7f06005f
-int color primary_dark 0x7f060060
-int color primary_dark_material_dark 0x7f060061
-int color primary_dark_material_light 0x7f060062
-int color primary_material_dark 0x7f060063
-int color primary_material_light 0x7f060064
-int color primary_pressed 0x7f060065
-int color primary_text_default_material_dark 0x7f060066
-int color primary_text_default_material_light 0x7f060067
-int color primary_text_disabled_material_dark 0x7f060068
-int color primary_text_disabled_material_light 0x7f060069
-int color red 0x7f06006a
-int color ripple 0x7f06006b
-int color ripple_material_dark 0x7f06006c
-int color ripple_material_light 0x7f06006d
-int color secondary_text_default_material_dark 0x7f06006e
-int color secondary_text_default_material_light 0x7f06006f
-int color secondary_text_disabled_material_dark 0x7f060070
-int color secondary_text_disabled_material_light 0x7f060071
-int color switch_thumb_disabled_material_dark 0x7f060072
-int color switch_thumb_disabled_material_light 0x7f060073
-int color switch_thumb_material_dark 0x7f060074
-int color switch_thumb_material_light 0x7f060075
-int color switch_thumb_normal_material_dark 0x7f060076
-int color switch_thumb_normal_material_light 0x7f060077
-int color text_color 0x7f060078
-int color tooltip_background_dark 0x7f060079
-int color tooltip_background_light 0x7f06007a
-int color white 0x7f06007b
-int dimen abc_action_bar_content_inset_material 0x7f080001
-int dimen abc_action_bar_content_inset_with_nav 0x7f080002
-int dimen abc_action_bar_default_height_material 0x7f080003
-int dimen abc_action_bar_default_padding_end_material 0x7f080004
-int dimen abc_action_bar_default_padding_start_material 0x7f080005
-int dimen abc_action_bar_elevation_material 0x7f080006
-int dimen abc_action_bar_icon_vertical_padding_material 0x7f080007
-int dimen abc_action_bar_overflow_padding_end_material 0x7f080008
-int dimen abc_action_bar_overflow_padding_start_material 0x7f080009
-int dimen abc_action_bar_progress_bar_size 0x7f08000a
-int dimen abc_action_bar_stacked_max_height 0x7f08000b
-int dimen abc_action_bar_stacked_tab_max_width 0x7f08000c
-int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f08000d
-int dimen abc_action_bar_subtitle_top_margin_material 0x7f08000e
-int dimen abc_action_button_min_height_material 0x7f08000f
-int dimen abc_action_button_min_width_material 0x7f080010
-int dimen abc_action_button_min_width_overflow_material 0x7f080011
-int dimen abc_alert_dialog_button_bar_height 0x7f080012
-int dimen abc_button_inset_horizontal_material 0x7f080013
-int dimen abc_button_inset_vertical_material 0x7f080014
-int dimen abc_button_padding_horizontal_material 0x7f080015
-int dimen abc_button_padding_vertical_material 0x7f080016
-int dimen abc_cascading_menus_min_smallest_width 0x7f080017
-int dimen abc_config_prefDialogWidth 0x7f080018
-int dimen abc_control_corner_material 0x7f080019
-int dimen abc_control_inset_material 0x7f08001a
-int dimen abc_control_padding_material 0x7f08001b
-int dimen abc_dialog_fixed_height_major 0x7f08001c
-int dimen abc_dialog_fixed_height_minor 0x7f08001d
-int dimen abc_dialog_fixed_width_major 0x7f08001e
-int dimen abc_dialog_fixed_width_minor 0x7f08001f
-int dimen abc_dialog_list_padding_bottom_no_buttons 0x7f080020
-int dimen abc_dialog_list_padding_top_no_title 0x7f080021
-int dimen abc_dialog_list_padding_vertical_material 0x7f080022
-int dimen abc_dialog_min_width_major 0x7f080023
-int dimen abc_dialog_min_width_minor 0x7f080024
-int dimen abc_dialog_padding_material 0x7f080025
-int dimen abc_dialog_padding_top_material 0x7f080026
-int dimen abc_dialog_title_divider_material 0x7f080027
-int dimen abc_disabled_alpha_material_dark 0x7f080028
-int dimen abc_disabled_alpha_material_light 0x7f080029
-int dimen abc_dropdownitem_icon_width 0x7f08002a
-int dimen abc_dropdownitem_text_padding_left 0x7f08002b
-int dimen abc_dropdownitem_text_padding_right 0x7f08002c
-int dimen abc_edit_text_inset_bottom_material 0x7f08002d
-int dimen abc_edit_text_inset_horizontal_material 0x7f08002e
-int dimen abc_edit_text_inset_top_material 0x7f08002f
-int dimen abc_floating_window_z 0x7f080030
-int dimen abc_list_item_padding_horizontal_material 0x7f080031
-int dimen abc_panel_menu_list_width 0x7f080032
-int dimen abc_progress_bar_height_material 0x7f080033
-int dimen abc_search_view_preferred_height 0x7f080034
-int dimen abc_search_view_preferred_width 0x7f080035
-int dimen abc_search_view_text_min_width 0x7f080036
-int dimen abc_seekbar_track_background_height_material 0x7f080037
-int dimen abc_seekbar_track_progress_height_material 0x7f080038
-int dimen abc_select_dialog_padding_start_material 0x7f080039
-int dimen abc_switch_padding 0x7f08003a
-int dimen abc_text_size_body_1_material 0x7f08003b
-int dimen abc_text_size_body_2_material 0x7f08003c
-int dimen abc_text_size_button_material 0x7f08003d
-int dimen abc_text_size_caption_material 0x7f08003e
-int dimen abc_text_size_display_1_material 0x7f08003f
-int dimen abc_text_size_display_2_material 0x7f080040
-int dimen abc_text_size_display_3_material 0x7f080041
-int dimen abc_text_size_display_4_material 0x7f080042
-int dimen abc_text_size_headline_material 0x7f080043
-int dimen abc_text_size_large_material 0x7f080044
-int dimen abc_text_size_medium_material 0x7f080045
-int dimen abc_text_size_menu_header_material 0x7f080046
-int dimen abc_text_size_menu_material 0x7f080047
-int dimen abc_text_size_small_material 0x7f080048
-int dimen abc_text_size_subhead_material 0x7f080049
-int dimen abc_text_size_subtitle_material_toolbar 0x7f08004a
-int dimen abc_text_size_title_material 0x7f08004b
-int dimen abc_text_size_title_material_toolbar 0x7f08004c
-int dimen activity_horizontal_margin 0x7f08004d
-int dimen activity_vertical_margin 0x7f08004e
-int dimen cardview_compat_inset_shadow 0x7f08004f
-int dimen cardview_default_elevation 0x7f080050
-int dimen cardview_default_radius 0x7f080051
-int dimen compat_button_inset_horizontal_material 0x7f080052
-int dimen compat_button_inset_vertical_material 0x7f080053
-int dimen compat_button_padding_horizontal_material 0x7f080054
-int dimen compat_button_padding_vertical_material 0x7f080055
-int dimen compat_control_corner_material 0x7f080056
-int dimen design_appbar_elevation 0x7f080057
-int dimen design_bottom_navigation_active_item_max_width 0x7f080058
-int dimen design_bottom_navigation_active_text_size 0x7f080059
-int dimen design_bottom_navigation_elevation 0x7f08005a
-int dimen design_bottom_navigation_height 0x7f08005b
-int dimen design_bottom_navigation_item_max_width 0x7f08005c
-int dimen design_bottom_navigation_item_min_width 0x7f08005d
-int dimen design_bottom_navigation_margin 0x7f08005e
-int dimen design_bottom_navigation_shadow_height 0x7f08005f
-int dimen design_bottom_navigation_text_size 0x7f080060
-int dimen design_bottom_sheet_modal_elevation 0x7f080061
-int dimen design_bottom_sheet_peek_height_min 0x7f080062
-int dimen design_fab_border_width 0x7f080063
-int dimen design_fab_elevation 0x7f080064
-int dimen design_fab_image_size 0x7f080065
-int dimen design_fab_size_mini 0x7f080066
-int dimen design_fab_size_normal 0x7f080067
-int dimen design_fab_translation_z_pressed 0x7f080068
-int dimen design_navigation_elevation 0x7f080069
-int dimen design_navigation_icon_padding 0x7f08006a
-int dimen design_navigation_icon_size 0x7f08006b
-int dimen design_navigation_max_width 0x7f08006c
-int dimen design_navigation_padding_bottom 0x7f08006d
-int dimen design_navigation_separator_vertical_padding 0x7f08006e
-int dimen design_snackbar_action_inline_max_width 0x7f08006f
-int dimen design_snackbar_background_corner_radius 0x7f080070
-int dimen design_snackbar_elevation 0x7f080071
-int dimen design_snackbar_extra_spacing_horizontal 0x7f080072
-int dimen design_snackbar_max_width 0x7f080073
-int dimen design_snackbar_min_width 0x7f080074
-int dimen design_snackbar_padding_horizontal 0x7f080075
-int dimen design_snackbar_padding_vertical 0x7f080076
-int dimen design_snackbar_padding_vertical_2lines 0x7f080077
-int dimen design_snackbar_text_size 0x7f080078
-int dimen design_tab_max_width 0x7f080079
-int dimen design_tab_scrollable_min_width 0x7f08007a
-int dimen design_tab_text_size 0x7f08007b
-int dimen design_tab_text_size_2line 0x7f08007c
-int dimen disabled_alpha_material_dark 0x7f08007d
-int dimen disabled_alpha_material_light 0x7f08007e
-int dimen fastscroll_default_thickness 0x7f08007f
-int dimen fastscroll_margin 0x7f080080
-int dimen fastscroll_minimum_range 0x7f080081
-int dimen highlight_alpha_material_colored 0x7f080082
-int dimen highlight_alpha_material_dark 0x7f080083
-int dimen highlight_alpha_material_light 0x7f080084
-int dimen hint_alpha_material_dark 0x7f080085
-int dimen hint_alpha_material_light 0x7f080086
-int dimen hint_pressed_alpha_material_dark 0x7f080087
-int dimen hint_pressed_alpha_material_light 0x7f080088
-int dimen item_touch_helper_max_drag_scroll_per_frame 0x7f080089
-int dimen item_touch_helper_swipe_escape_max_velocity 0x7f08008a
-int dimen item_touch_helper_swipe_escape_velocity 0x7f08008b
-int dimen notification_action_icon_size 0x7f08008c
-int dimen notification_action_text_size 0x7f08008d
-int dimen notification_big_circle_margin 0x7f08008e
-int dimen notification_content_margin_start 0x7f08008f
-int dimen notification_large_icon_height 0x7f080090
-int dimen notification_large_icon_width 0x7f080091
-int dimen notification_main_column_padding_top 0x7f080092
-int dimen notification_media_narrow_margin 0x7f080093
-int dimen notification_right_icon_size 0x7f080094
-int dimen notification_right_side_padding_top 0x7f080095
-int dimen notification_small_icon_background_padding 0x7f080096
-int dimen notification_small_icon_size_as_large 0x7f080097
-int dimen notification_subtext_size 0x7f080098
-int dimen notification_top_pad 0x7f080099
-int dimen notification_top_pad_large_text 0x7f08009a
-int dimen tooltip_corner_radius 0x7f08009b
-int dimen tooltip_horizontal_padding 0x7f08009c
-int dimen tooltip_margin 0x7f08009d
-int dimen tooltip_precise_anchor_extra_offset 0x7f08009e
-int dimen tooltip_precise_anchor_threshold 0x7f08009f
-int dimen tooltip_vertical_padding 0x7f0800a0
-int dimen tooltip_y_offset_non_touch 0x7f0800a1
-int dimen tooltip_y_offset_touch 0x7f0800a2
-int drawable abc_ab_share_pack_mtrl_alpha 0x7f090001
-int drawable abc_action_bar_item_background_material 0x7f090002
-int drawable abc_btn_borderless_material 0x7f090003
-int drawable abc_btn_check_material 0x7f090004
-int drawable abc_btn_check_to_on_mtrl_000 0x7f090005
-int drawable abc_btn_check_to_on_mtrl_015 0x7f090006
-int drawable abc_btn_colored_material 0x7f090007
-int drawable abc_btn_default_mtrl_shape 0x7f090008
-int drawable abc_btn_radio_material 0x7f090009
-int drawable abc_btn_radio_to_on_mtrl_000 0x7f09000a
-int drawable abc_btn_radio_to_on_mtrl_015 0x7f09000b
-int drawable abc_btn_rating_star_off_mtrl_alpha 0x7f09000c
-int drawable abc_btn_rating_star_on_mtrl_alpha 0x7f09000d
-int drawable abc_btn_switch_to_on_mtrl_00001 0x7f09000e
-int drawable abc_btn_switch_to_on_mtrl_00012 0x7f09000f
-int drawable abc_cab_background_internal_bg 0x7f090010
-int drawable abc_cab_background_top_material 0x7f090011
-int drawable abc_cab_background_top_mtrl_alpha 0x7f090012
-int drawable abc_control_background_material 0x7f090013
-int drawable abc_dialog_material_background 0x7f090014
-int drawable abc_dialog_material_background_dark 0x7f090015
-int drawable abc_dialog_material_background_light 0x7f090016
-int drawable abc_edit_text_material 0x7f090017
-int drawable abc_ic_ab_back_material 0x7f090018
-int drawable abc_ic_ab_back_mtrl_am_alpha 0x7f090019
-int drawable abc_ic_arrow_drop_right_black_24dp 0x7f09001a
-int drawable abc_ic_clear_material 0x7f09001b
-int drawable abc_ic_clear_mtrl_alpha 0x7f09001c
-int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f09001d
-int drawable abc_ic_go_search_api_material 0x7f09001e
-int drawable abc_ic_go_search_api_mtrl_alpha 0x7f09001f
-int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f090020
-int drawable abc_ic_menu_cut_mtrl_alpha 0x7f090021
-int drawable abc_ic_menu_moreoverflow_mtrl_alpha 0x7f090022
-int drawable abc_ic_menu_overflow_material 0x7f090023
-int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f090024
-int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f090025
-int drawable abc_ic_menu_share_mtrl_alpha 0x7f090026
-int drawable abc_ic_search_api_material 0x7f090027
-int drawable abc_ic_search_api_mtrl_alpha 0x7f090028
-int drawable abc_ic_star_black_16dp 0x7f090029
-int drawable abc_ic_star_black_36dp 0x7f09002a
-int drawable abc_ic_star_black_48dp 0x7f09002b
-int drawable abc_ic_star_half_black_16dp 0x7f09002c
-int drawable abc_ic_star_half_black_36dp 0x7f09002d
-int drawable abc_ic_star_half_black_48dp 0x7f09002e
-int drawable abc_ic_voice_search_api_material 0x7f09002f
-int drawable abc_ic_voice_search_api_mtrl_alpha 0x7f090030
-int drawable abc_item_background_holo_dark 0x7f090031
-int drawable abc_item_background_holo_light 0x7f090032
-int drawable abc_list_divider_mtrl_alpha 0x7f090033
-int drawable abc_list_focused_holo 0x7f090034
-int drawable abc_list_longpressed_holo 0x7f090035
-int drawable abc_list_pressed_holo_dark 0x7f090036
-int drawable abc_list_pressed_holo_light 0x7f090037
-int drawable abc_list_selector_background_transition_holo_dark 0x7f090038
-int drawable abc_list_selector_background_transition_holo_light 0x7f090039
-int drawable abc_list_selector_disabled_holo_dark 0x7f09003a
-int drawable abc_list_selector_disabled_holo_light 0x7f09003b
-int drawable abc_list_selector_holo_dark 0x7f09003c
-int drawable abc_list_selector_holo_light 0x7f09003d
-int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f09003e
-int drawable abc_popup_background_mtrl_mult 0x7f09003f
-int drawable abc_ratingbar_full_material 0x7f090040
-int drawable abc_ratingbar_indicator_material 0x7f090041
-int drawable abc_ratingbar_material 0x7f090042
-int drawable abc_ratingbar_small_material 0x7f090043
-int drawable abc_scrubber_control_off_mtrl_alpha 0x7f090044
-int drawable abc_scrubber_control_to_pressed_mtrl_000 0x7f090045
-int drawable abc_scrubber_control_to_pressed_mtrl_005 0x7f090046
-int drawable abc_scrubber_primary_mtrl_alpha 0x7f090047
-int drawable abc_scrubber_track_mtrl_alpha 0x7f090048
-int drawable abc_seekbar_thumb_material 0x7f090049
-int drawable abc_seekbar_tick_mark_material 0x7f09004a
-int drawable abc_seekbar_track_material 0x7f09004b
-int drawable abc_spinner_mtrl_am_alpha 0x7f09004c
-int drawable abc_spinner_textfield_background_material 0x7f09004d
-int drawable abc_switch_thumb_material 0x7f09004e
-int drawable abc_switch_track_mtrl_alpha 0x7f09004f
-int drawable abc_tab_indicator_material 0x7f090050
-int drawable abc_tab_indicator_mtrl_alpha 0x7f090051
-int drawable abc_text_cursor_material 0x7f090052
-int drawable abc_text_select_handle_left_mtrl_dark 0x7f090053
-int drawable abc_text_select_handle_left_mtrl_light 0x7f090054
-int drawable abc_text_select_handle_middle_mtrl_dark 0x7f090055
-int drawable abc_text_select_handle_middle_mtrl_light 0x7f090056
-int drawable abc_text_select_handle_right_mtrl_dark 0x7f090057
-int drawable abc_text_select_handle_right_mtrl_light 0x7f090058
-int drawable abc_textfield_activated_mtrl_alpha 0x7f090059
-int drawable abc_textfield_default_mtrl_alpha 0x7f09005a
-int drawable abc_textfield_search_activated_mtrl_alpha 0x7f09005b
-int drawable abc_textfield_search_default_mtrl_alpha 0x7f09005c
-int drawable abc_textfield_search_material 0x7f09005d
-int drawable abc_vector_test 0x7f09005e
-int drawable avd_hide_password 0x7f09005f
-int drawable avd_show_password 0x7f090060
-int drawable design_bottom_navigation_item_background 0x7f090061
-int drawable design_fab_background 0x7f090062
-int drawable design_ic_visibility 0x7f090063
-int drawable design_ic_visibility_off 0x7f090064
-int drawable design_password_eye 0x7f090065
-int drawable design_snackbar_background 0x7f090066
-int drawable navigation_empty_icon 0x7f090067
-int drawable notification_action_background 0x7f090068
-int drawable notification_bg 0x7f090069
-int drawable notification_bg_low 0x7f09006a
-int drawable notification_bg_low_normal 0x7f09006b
-int drawable notification_bg_low_pressed 0x7f09006c
-int drawable notification_bg_normal 0x7f09006d
-int drawable notification_bg_normal_pressed 0x7f09006e
-int drawable notification_icon_background 0x7f09006f
-int drawable notification_template_icon_bg 0x7f090070
-int drawable notification_template_icon_low_bg 0x7f090071
-int drawable notification_tile_bg 0x7f090072
-int drawable notify_panel_notification_icon_bg 0x7f090073
-int drawable tooltip_frame_dark 0x7f090074
-int drawable tooltip_frame_light 0x7f090075
-int id action0 0x7f0c0001
-int id action_bar 0x7f0c0002
-int id action_bar_activity_content 0x7f0c0003
-int id action_bar_container 0x7f0c0004
-int id action_bar_root 0x7f0c0005
-int id action_bar_spinner 0x7f0c0006
-int id action_bar_subtitle 0x7f0c0007
-int id action_bar_title 0x7f0c0008
-int id action_container 0x7f0c0009
-int id action_context_bar 0x7f0c000a
-int id action_divider 0x7f0c000b
-int id action_image 0x7f0c000c
-int id action_menu_divider 0x7f0c000d
-int id action_menu_presenter 0x7f0c000e
-int id action_mode_bar 0x7f0c000f
-int id action_mode_bar_stub 0x7f0c0010
-int id action_mode_close_button 0x7f0c0011
-int id action_text 0x7f0c0012
-int id actions 0x7f0c0013
-int id activity_chooser_view_content 0x7f0c0014
-int id add 0x7f0c0015
-int id afterRelease 0x7f0c0016
-int id alertCheckbox 0x7f0c0017
-int id alertSearchEditText 0x7f0c0018
-int id alertSearchListView 0x7f0c0019
-int id alertTextView 0x7f0c001a
-int id alertTitle 0x7f0c001b
-int id always 0x7f0c001c
-int id async 0x7f0c001d
-int id auto 0x7f0c001e
-int id beginning 0x7f0c001f
-int id bevel 0x7f0c0020
-int id blocking 0x7f0c0021
-int id bold 0x7f0c0022
-int id bold_italic 0x7f0c0023
-int id bottom 0x7f0c0024
-int id buffer 0x7f0c0025
-int id butt 0x7f0c0026
-int id buttonPanel 0x7f0c0027
-int id cancel_action 0x7f0c0028
-int id center 0x7f0c0029
-int id charCounter 0x7f0c002a
-int id checkbox 0x7f0c002b
-int id chronometer 0x7f0c002c
-int id collapseActionView 0x7f0c002d
-int id container 0x7f0c002e
-int id contentPanel 0x7f0c002f
-int id coordinator 0x7f0c0030
-int id custom 0x7f0c0031
-int id customPanel 0x7f0c0032
-int id decor_content_parent 0x7f0c0033
-int id default_activity_button 0x7f0c0034
-int id design_bottom_sheet 0x7f0c0035
-int id design_menu_item_action_area 0x7f0c0036
-int id design_menu_item_action_area_stub 0x7f0c0037
-int id design_menu_item_text 0x7f0c0038
-int id design_navigation_view 0x7f0c0039
-int id determinate 0x7f0c003a
-int id disableHome 0x7f0c003b
-int id edit_query 0x7f0c003c
-int id empty 0x7f0c003d
-int id end 0x7f0c003e
-int id end_padder 0x7f0c003f
-int id expand_activities_button 0x7f0c0040
-int id expanded_menu 0x7f0c0041
-int id fill 0x7f0c0042
-int id fixed 0x7f0c0043
-int id forever 0x7f0c0044
-int id ghost_view 0x7f0c0045
-int id helper 0x7f0c0046
-int id helperWithError 0x7f0c0047
-int id home 0x7f0c0048
-int id homeAsUp 0x7f0c0049
-int id hour 0x7f0c004a
-int id icon 0x7f0c004b
-int id icon_group 0x7f0c004c
-int id ifRoom 0x7f0c004d
-int id image 0x7f0c004e
-int id indeterminate 0x7f0c004f
-int id info 0x7f0c0050
-int id italic 0x7f0c0051
-int id item_touch_helper_previous_elevation 0x7f0c0052
-int id largeLabel 0x7f0c0053
-int id left 0x7f0c0054
-int id line1 0x7f0c0055
-int id line3 0x7f0c0056
-int id listMode 0x7f0c0057
-int id listTextViewSpinner 0x7f0c0058
-int id list_item 0x7f0c0059
-int id locale 0x7f0c005a
-int id ltr 0x7f0c005b
-int id marquee 0x7f0c005c
-int id masked 0x7f0c005d
-int id match_parent 0x7f0c005e
-int id match_view 0x7f0c005f
-int id media_actions 0x7f0c0060
-int id message 0x7f0c0061
-int id middle 0x7f0c0062
-int id mini 0x7f0c0063
-int id minute 0x7f0c0064
-int id miter 0x7f0c0065
-int id multi 0x7f0c0066
-int id multiply 0x7f0c0067
-int id navigation_header_container 0x7f0c0068
-int id never 0x7f0c0069
-int id none 0x7f0c006a
-int id normal 0x7f0c006b
-int id notification_background 0x7f0c006c
-int id notification_main_column 0x7f0c006d
-int id notification_main_column_container 0x7f0c006e
-int id oval 0x7f0c006f
-int id parallax 0x7f0c0070
-int id parentPanel 0x7f0c0071
-int id parent_matrix 0x7f0c0072
-int id pin 0x7f0c0073
-int id progress_circular 0x7f0c0074
-int id progress_horizontal 0x7f0c0075
-int id query 0x7f0c0076
-int id radio 0x7f0c0077
-int id rectangle 0x7f0c0078
-int id right 0x7f0c0079
-int id right_icon 0x7f0c007a
-int id right_side 0x7f0c007b
-int id round 0x7f0c007c
-int id rtl 0x7f0c007d
-int id save_image_matrix 0x7f0c007e
-int id save_non_transition_alpha 0x7f0c007f
-int id save_scale_type 0x7f0c0080
-int id screen 0x7f0c0081
-int id scroll 0x7f0c0082
-int id scrollIndicatorDown 0x7f0c0083
-int id scrollIndicatorUp 0x7f0c0084
-int id scrollView 0x7f0c0085
-int id scrollable 0x7f0c0086
-int id searchMultiSpinner 0x7f0c0087
-int id search_badge 0x7f0c0088
-int id search_bar 0x7f0c0089
-int id search_button 0x7f0c008a
-int id search_close_btn 0x7f0c008b
-int id search_edit_frame 0x7f0c008c
-int id search_go_btn 0x7f0c008d
-int id search_mag_icon 0x7f0c008e
-int id search_plate 0x7f0c008f
-int id search_src_text 0x7f0c0090
-int id search_voice_btn 0x7f0c0091
-int id select_dialog_listview 0x7f0c0092
-int id shortcut 0x7f0c0093
-int id showCustom 0x7f0c0094
-int id showHome 0x7f0c0095
-int id showTitle 0x7f0c0096
-int id simpleMultiSpinner 0x7f0c0097
-int id single 0x7f0c0098
-int id smallLabel 0x7f0c0099
-int id snackbar_action 0x7f0c009a
-int id snackbar_text 0x7f0c009b
-int id spacer 0x7f0c009c
-int id split_action_bar 0x7f0c009d
-int id square 0x7f0c009e
-int id src_atop 0x7f0c009f
-int id src_in 0x7f0c00a0
-int id src_over 0x7f0c00a1
-int id start 0x7f0c00a2
-int id status_bar_latest_event_content 0x7f0c00a3
-int id submenuarrow 0x7f0c00a4
-int id submit_area 0x7f0c00a5
-int id tabMode 0x7f0c00a6
-int id text 0x7f0c00a7
-int id text2 0x7f0c00a8
-int id textSpacerNoButtons 0x7f0c00a9
-int id textSpacerNoTitle 0x7f0c00aa
-int id text_input_password_toggle 0x7f0c00ab
-int id textinput_counter 0x7f0c00ac
-int id textinput_error 0x7f0c00ad
-int id time 0x7f0c00ae
-int id title 0x7f0c00af
-int id titleDividerNoCustom 0x7f0c00b0
-int id title_template 0x7f0c00b1
-int id top 0x7f0c00b2
-int id topPanel 0x7f0c00b3
-int id touch 0x7f0c00b4
-int id touch_outside 0x7f0c00b5
-int id transition_current_scene 0x7f0c00b6
-int id transition_layout_save 0x7f0c00b7
-int id transition_position 0x7f0c00b8
-int id transition_scene_layoutid_cache 0x7f0c00b9
-int id transition_transform 0x7f0c00ba
-int id uniform 0x7f0c00bb
-int id untilRelease 0x7f0c00bc
-int id up 0x7f0c00bd
-int id useLogo 0x7f0c00be
-int id view_offset_helper 0x7f0c00bf
-int id visible 0x7f0c00c0
-int id wave 0x7f0c00c1
-int id withText 0x7f0c00c2
-int id wrap_content 0x7f0c00c3
-int integer abc_config_activityDefaultDur 0x7f0d0001
-int integer abc_config_activityShortDur 0x7f0d0002
-int integer abc_max_action_buttons 0x7f0d0003
-int integer app_bar_elevation_anim_duration 0x7f0d0004
-int integer bottom_sheet_slide_duration 0x7f0d0005
-int integer cancel_button_image_alpha 0x7f0d0006
-int integer config_tooltipAnimTime 0x7f0d0007
-int integer design_snackbar_text_max_lines 0x7f0d0008
-int integer hide_password_duration 0x7f0d0009
-int integer show_password_duration 0x7f0d000a
-int integer status_bar_notification_info_maxnum 0x7f0d000b
-int layout abc_action_bar_title_item 0x7f0f0001
-int layout abc_action_bar_up_container 0x7f0f0002
-int layout abc_action_bar_view_list_nav_layout 0x7f0f0003
-int layout abc_action_menu_item_layout 0x7f0f0004
-int layout abc_action_menu_layout 0x7f0f0005
-int layout abc_action_mode_bar 0x7f0f0006
-int layout abc_action_mode_close_item_material 0x7f0f0007
-int layout abc_activity_chooser_view 0x7f0f0008
-int layout abc_activity_chooser_view_list_item 0x7f0f0009
-int layout abc_alert_dialog_button_bar_material 0x7f0f000a
-int layout abc_alert_dialog_material 0x7f0f000b
-int layout abc_alert_dialog_title_material 0x7f0f000c
-int layout abc_dialog_title_material 0x7f0f000d
-int layout abc_expanded_menu_layout 0x7f0f000e
-int layout abc_list_menu_item_checkbox 0x7f0f000f
-int layout abc_list_menu_item_icon 0x7f0f0010
-int layout abc_list_menu_item_layout 0x7f0f0011
-int layout abc_list_menu_item_radio 0x7f0f0012
-int layout abc_popup_menu_header_item_layout 0x7f0f0013
-int layout abc_popup_menu_item_layout 0x7f0f0014
-int layout abc_screen_content_include 0x7f0f0015
-int layout abc_screen_simple 0x7f0f0016
-int layout abc_screen_simple_overlay_action_mode 0x7f0f0017
-int layout abc_screen_toolbar 0x7f0f0018
-int layout abc_search_dropdown_item_icons_2line 0x7f0f0019
-int layout abc_search_view 0x7f0f001a
-int layout abc_select_dialog_material 0x7f0f001b
-int layout activity_main 0x7f0f001c
-int layout alert_dialog_listview_search 0x7f0f001d
-int layout design_bottom_navigation_item 0x7f0f001e
-int layout design_bottom_sheet_dialog 0x7f0f001f
-int layout design_layout_snackbar 0x7f0f0020
-int layout design_layout_snackbar_include 0x7f0f0021
-int layout design_layout_tab_icon 0x7f0f0022
-int layout design_layout_tab_text 0x7f0f0023
-int layout design_menu_item_action_area 0x7f0f0024
-int layout design_navigation_item 0x7f0f0025
-int layout design_navigation_item_header 0x7f0f0026
-int layout design_navigation_item_separator 0x7f0f0027
-int layout design_navigation_item_subheader 0x7f0f0028
-int layout design_navigation_menu 0x7f0f0029
-int layout design_navigation_menu_item 0x7f0f002a
-int layout design_text_input_password_icon 0x7f0f002b
-int layout item_listview_multiple 0x7f0f002c
-int layout item_listview_single 0x7f0f002d
-int layout notification_action 0x7f0f002e
-int layout notification_action_tombstone 0x7f0f002f
-int layout notification_media_action 0x7f0f0030
-int layout notification_media_cancel_action 0x7f0f0031
-int layout notification_template_big_media 0x7f0f0032
-int layout notification_template_big_media_custom 0x7f0f0033
-int layout notification_template_big_media_narrow 0x7f0f0034
-int layout notification_template_big_media_narrow_custom 0x7f0f0035
-int layout notification_template_custom_big 0x7f0f0036
-int layout notification_template_icon_group 0x7f0f0037
-int layout notification_template_lines 0x7f0f0038
-int layout notification_template_lines_media 0x7f0f0039
-int layout notification_template_media 0x7f0f003a
-int layout notification_template_media_custom 0x7f0f003b
-int layout notification_template_part_chronometer 0x7f0f003c
-int layout notification_template_part_time 0x7f0f003d
-int layout select_dialog_item_material 0x7f0f003e
-int layout select_dialog_multichoice_material 0x7f0f003f
-int layout select_dialog_singlechoice_material 0x7f0f0040
-int layout support_simple_spinner_dropdown_item 0x7f0f0041
-int layout textview_for_spinner 0x7f0f0042
-int layout tooltip 0x7f0f0043
-int string abc_action_bar_home_description 0x7f150001
-int string abc_action_bar_home_description_format 0x7f150002
-int string abc_action_bar_home_subtitle_description_format 0x7f150003
-int string abc_action_bar_up_description 0x7f150004
-int string abc_action_menu_overflow_description 0x7f150005
-int string abc_action_mode_done 0x7f150006
-int string abc_activity_chooser_view_see_all 0x7f150007
-int string abc_activitychooserview_choose_application 0x7f150008
-int string abc_capital_off 0x7f150009
-int string abc_capital_on 0x7f15000a
-int string abc_font_family_body_1_material 0x7f15000b
-int string abc_font_family_body_2_material 0x7f15000c
-int string abc_font_family_button_material 0x7f15000d
-int string abc_font_family_caption_material 0x7f15000e
-int string abc_font_family_display_1_material 0x7f15000f
-int string abc_font_family_display_2_material 0x7f150010
-int string abc_font_family_display_3_material 0x7f150011
-int string abc_font_family_display_4_material 0x7f150012
-int string abc_font_family_headline_material 0x7f150013
-int string abc_font_family_menu_material 0x7f150014
-int string abc_font_family_subhead_material 0x7f150015
-int string abc_font_family_title_material 0x7f150016
-int string abc_search_hint 0x7f150017
-int string abc_searchview_description_clear 0x7f150018
-int string abc_searchview_description_query 0x7f150019
-int string abc_searchview_description_search 0x7f15001a
-int string abc_searchview_description_submit 0x7f15001b
-int string abc_searchview_description_voice 0x7f15001c
-int string abc_shareactionprovider_share_with 0x7f15001d
-int string abc_shareactionprovider_share_with_application 0x7f15001e
-int string abc_toolbar_collapse_description 0x7f15001f
-int string appbar_scrolling_view_behavior 0x7f150020
-int string bottom_sheet_behavior 0x7f150021
-int string character_counter_pattern 0x7f150022
-int string password_toggle_content_description 0x7f150023
-int string path_password_eye 0x7f150024
-int string path_password_eye_mask_strike_through 0x7f150025
-int string path_password_eye_mask_visible 0x7f150026
-int string path_password_strike_through 0x7f150027
-int string search_menu_title 0x7f150028
-int string status_bar_notification_info_overflow 0x7f150029
-int string type_to_search 0x7f15002a
-int style AlertDialog_AppCompat 0x7f160001
-int style AlertDialog_AppCompat_Light 0x7f160002
-int style Animation_AppCompat_Dialog 0x7f160003
-int style Animation_AppCompat_DropDownUp 0x7f160004
-int style Animation_AppCompat_Tooltip 0x7f160005
-int style Animation_Design_BottomSheetDialog 0x7f160006
-int style Base_AlertDialog_AppCompat 0x7f160007
-int style Base_AlertDialog_AppCompat_Light 0x7f160008
-int style Base_Animation_AppCompat_Dialog 0x7f160009
-int style Base_Animation_AppCompat_DropDownUp 0x7f16000a
-int style Base_Animation_AppCompat_Tooltip 0x7f16000b
-int style Base_DialogWindowTitleBackground_AppCompat 0x7f16000c
-int style Base_DialogWindowTitle_AppCompat 0x7f16000d
-int style Base_TextAppearance_AppCompat 0x7f16000e
-int style Base_TextAppearance_AppCompat_Body1 0x7f16000f
-int style Base_TextAppearance_AppCompat_Body2 0x7f160010
-int style Base_TextAppearance_AppCompat_Button 0x7f160011
-int style Base_TextAppearance_AppCompat_Caption 0x7f160012
-int style Base_TextAppearance_AppCompat_Display1 0x7f160013
-int style Base_TextAppearance_AppCompat_Display2 0x7f160014
-int style Base_TextAppearance_AppCompat_Display3 0x7f160015
-int style Base_TextAppearance_AppCompat_Display4 0x7f160016
-int style Base_TextAppearance_AppCompat_Headline 0x7f160017
-int style Base_TextAppearance_AppCompat_Inverse 0x7f160018
-int style Base_TextAppearance_AppCompat_Large 0x7f160019
-int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f16001a
-int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f16001b
-int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f16001c
-int style Base_TextAppearance_AppCompat_Medium 0x7f16001d
-int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f16001e
-int style Base_TextAppearance_AppCompat_Menu 0x7f16001f
-int style Base_TextAppearance_AppCompat_SearchResult 0x7f160020
-int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f160021
-int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f160022
-int style Base_TextAppearance_AppCompat_Small 0x7f160023
-int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f160024
-int style Base_TextAppearance_AppCompat_Subhead 0x7f160025
-int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f160026
-int style Base_TextAppearance_AppCompat_Title 0x7f160027
-int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f160028
-int style Base_TextAppearance_AppCompat_Tooltip 0x7f160029
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f16002a
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f16002b
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f16002c
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f16002d
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f16002e
-int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f16002f
-int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f160030
-int style Base_TextAppearance_AppCompat_Widget_Button 0x7f160031
-int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f160032
-int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x7f160033
-int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f160034
-int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f160035
-int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f160036
-int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f160037
-int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f160038
-int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f160039
-int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f16003a
-int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f16003b
-int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f16003c
-int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f16003d
-int style Base_ThemeOverlay_AppCompat 0x7f16003e
-int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f16003f
-int style Base_ThemeOverlay_AppCompat_Dark 0x7f160040
-int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f160041
-int style Base_ThemeOverlay_AppCompat_Dialog 0x7f160042
-int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x7f160043
-int style Base_ThemeOverlay_AppCompat_Light 0x7f160044
-int style Base_Theme_AppCompat 0x7f160045
-int style Base_Theme_AppCompat_CompactMenu 0x7f160046
-int style Base_Theme_AppCompat_Dialog 0x7f160047
-int style Base_Theme_AppCompat_DialogWhenLarge 0x7f160048
-int style Base_Theme_AppCompat_Dialog_Alert 0x7f160049
-int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f16004a
-int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f16004b
-int style Base_Theme_AppCompat_Light 0x7f16004c
-int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f16004d
-int style Base_Theme_AppCompat_Light_Dialog 0x7f16004e
-int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f16004f
-int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f160050
-int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f160051
-int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f160052
-int style Base_V11_ThemeOverlay_AppCompat_Dialog 0x7f160053
-int style Base_V11_Theme_AppCompat_Dialog 0x7f160054
-int style Base_V11_Theme_AppCompat_Light_Dialog 0x7f160055
-int style Base_V12_Widget_AppCompat_AutoCompleteTextView 0x7f160056
-int style Base_V12_Widget_AppCompat_EditText 0x7f160057
-int style Base_V14_Widget_Design_AppBarLayout 0x7f160058
-int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x7f160059
-int style Base_V21_Theme_AppCompat 0x7f16005a
-int style Base_V21_Theme_AppCompat_Dialog 0x7f16005b
-int style Base_V21_Theme_AppCompat_Light 0x7f16005c
-int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f16005d
-int style Base_V21_Widget_Design_AppBarLayout 0x7f16005e
-int style Base_V22_Theme_AppCompat 0x7f16005f
-int style Base_V22_Theme_AppCompat_Light 0x7f160060
-int style Base_V23_Theme_AppCompat 0x7f160061
-int style Base_V23_Theme_AppCompat_Light 0x7f160062
-int style Base_V26_Theme_AppCompat 0x7f160063
-int style Base_V26_Theme_AppCompat_Light 0x7f160064
-int style Base_V26_Widget_AppCompat_Toolbar 0x7f160065
-int style Base_V26_Widget_Design_AppBarLayout 0x7f160066
-int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x7f160067
-int style Base_V7_Theme_AppCompat 0x7f160068
-int style Base_V7_Theme_AppCompat_Dialog 0x7f160069
-int style Base_V7_Theme_AppCompat_Light 0x7f16006a
-int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f16006b
-int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f16006c
-int style Base_V7_Widget_AppCompat_EditText 0x7f16006d
-int style Base_V7_Widget_AppCompat_Toolbar 0x7f16006e
-int style Base_Widget_AppCompat_ActionBar 0x7f16006f
-int style Base_Widget_AppCompat_ActionBar_Solid 0x7f160070
-int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f160071
-int style Base_Widget_AppCompat_ActionBar_TabText 0x7f160072
-int style Base_Widget_AppCompat_ActionBar_TabView 0x7f160073
-int style Base_Widget_AppCompat_ActionButton 0x7f160074
-int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f160075
-int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f160076
-int style Base_Widget_AppCompat_ActionMode 0x7f160077
-int style Base_Widget_AppCompat_ActivityChooserView 0x7f160078
-int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f160079
-int style Base_Widget_AppCompat_Button 0x7f16007a
-int style Base_Widget_AppCompat_ButtonBar 0x7f16007b
-int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f16007c
-int style Base_Widget_AppCompat_Button_Borderless 0x7f16007d
-int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f16007e
-int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f16007f
-int style Base_Widget_AppCompat_Button_Colored 0x7f160080
-int style Base_Widget_AppCompat_Button_Small 0x7f160081
-int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f160082
-int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f160083
-int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f160084
-int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f160085
-int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f160086
-int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f160087
-int style Base_Widget_AppCompat_EditText 0x7f160088
-int style Base_Widget_AppCompat_ImageButton 0x7f160089
-int style Base_Widget_AppCompat_Light_ActionBar 0x7f16008a
-int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f16008b
-int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f16008c
-int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f16008d
-int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f16008e
-int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f16008f
-int style Base_Widget_AppCompat_Light_PopupMenu 0x7f160090
-int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f160091
-int style Base_Widget_AppCompat_ListMenuView 0x7f160092
-int style Base_Widget_AppCompat_ListPopupWindow 0x7f160093
-int style Base_Widget_AppCompat_ListView 0x7f160094
-int style Base_Widget_AppCompat_ListView_DropDown 0x7f160095
-int style Base_Widget_AppCompat_ListView_Menu 0x7f160096
-int style Base_Widget_AppCompat_PopupMenu 0x7f160097
-int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f160098
-int style Base_Widget_AppCompat_PopupWindow 0x7f160099
-int style Base_Widget_AppCompat_ProgressBar 0x7f16009a
-int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f16009b
-int style Base_Widget_AppCompat_RatingBar 0x7f16009c
-int style Base_Widget_AppCompat_RatingBar_Indicator 0x7f16009d
-int style Base_Widget_AppCompat_RatingBar_Small 0x7f16009e
-int style Base_Widget_AppCompat_SearchView 0x7f16009f
-int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f1600a0
-int style Base_Widget_AppCompat_SeekBar 0x7f1600a1
-int style Base_Widget_AppCompat_SeekBar_Discrete 0x7f1600a2
-int style Base_Widget_AppCompat_Spinner 0x7f1600a3
-int style Base_Widget_AppCompat_Spinner_Underlined 0x7f1600a4
-int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f1600a5
-int style Base_Widget_AppCompat_Toolbar 0x7f1600a6
-int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f1600a7
-int style Base_Widget_Design_AppBarLayout 0x7f1600a8
-int style Base_Widget_Design_TabLayout 0x7f1600a9
-int style CardView 0x7f1600aa
-int style CardView_Dark 0x7f1600ab
-int style CardView_Light 0x7f1600ac
-int style DialogNoAnimation 0x7f1600ad
-int style DialogWindowTitle 0x7f1600ae
-int style Material 0x7f1600af
-int style MaterialSpinner 0x7f1600b0
-int style Material_App 0x7f1600b1
-int style Material_App_BottomSheetDialog 0x7f1600b2
-int style Material_App_Dialog 0x7f1600b3
-int style Material_App_Dialog_DatePicker 0x7f1600b4
-int style Material_App_Dialog_DatePicker_Light 0x7f1600b5
-int style Material_App_Dialog_Light 0x7f1600b6
-int style Material_App_Dialog_Simple 0x7f1600b7
-int style Material_App_Dialog_Simple_Light 0x7f1600b8
-int style Material_App_Dialog_TimePicker 0x7f1600b9
-int style Material_App_Dialog_TimePicker_Light 0x7f1600ba
-int style Material_Drawable 0x7f1600bb
-int style Material_Drawable_CheckBox 0x7f1600bc
-int style Material_Drawable_CircularProgress 0x7f1600bd
-int style Material_Drawable_CircularProgress_Determinate 0x7f1600be
-int style Material_Drawable_LinearProgress 0x7f1600bf
-int style Material_Drawable_LinearProgress_Buffer 0x7f1600c0
-int style Material_Drawable_LinearProgress_Determinate 0x7f1600c1
-int style Material_Drawable_LinearProgress_Query 0x7f1600c2
-int style Material_Drawable_NavigationDrawer 0x7f1600c3
-int style Material_Drawable_NavigationDrawerIcon 0x7f1600c4
-int style Material_Drawable_NavigationDrawerIcon_Light 0x7f1600c5
-int style Material_Drawable_NavigationDrawer_Light 0x7f1600c6
-int style Material_Drawable_RadioButton 0x7f1600c7
-int style Material_Drawable_Ripple 0x7f1600c8
-int style Material_Drawable_Ripple_Touch 0x7f1600c9
-int style Material_Drawable_Ripple_Touch_Light 0x7f1600ca
-int style Material_Drawable_Ripple_Touch_MatchView 0x7f1600cb
-int style Material_Drawable_Ripple_Touch_MatchView_Light 0x7f1600cc
-int style Material_Drawable_Ripple_Wave 0x7f1600cd
-int style Material_Drawable_Ripple_Wave_Light 0x7f1600ce
-int style Material_TextAppearance 0x7f1600cf
-int style Material_TextAppearance_SimpleDialog 0x7f1600d0
-int style Material_TextAppearance_SimpleDialog_Light 0x7f1600d1
-int style Material_Widget 0x7f1600d2
-int style Material_Widget_DatePicker 0x7f1600d3
-int style Material_Widget_DatePicker_Light 0x7f1600d4
-int style Material_Widget_EditText 0x7f1600d5
-int style Material_Widget_EditText_Light 0x7f1600d6
-int style Material_Widget_FloatingActionButton 0x7f1600d7
-int style Material_Widget_FloatingActionButton_Light 0x7f1600d8
-int style Material_Widget_FloatingActionButton_Mini 0x7f1600d9
-int style Material_Widget_FloatingActionButton_Mini_Light 0x7f1600da
-int style Material_Widget_ProgressView 0x7f1600db
-int style Material_Widget_ProgressView_Circular 0x7f1600dc
-int style Material_Widget_ProgressView_Circular_Determinate 0x7f1600dd
-int style Material_Widget_ProgressView_Linear 0x7f1600de
-int style Material_Widget_ProgressView_Linear_Buffer 0x7f1600df
-int style Material_Widget_ProgressView_Linear_Determinate 0x7f1600e0
-int style Material_Widget_ProgressView_Linear_Query 0x7f1600e1
-int style Material_Widget_Slider 0x7f1600e2
-int style Material_Widget_Slider_Discrete 0x7f1600e3
-int style Material_Widget_SnackBar 0x7f1600e4
-int style Material_Widget_SnackBar_Mobile 0x7f1600e5
-int style Material_Widget_SnackBar_Mobile_MultiLine 0x7f1600e6
-int style Material_Widget_SnackBar_Tablet 0x7f1600e7
-int style Material_Widget_SnackBar_Tablet_MultiLine 0x7f1600e8
-int style Material_Widget_Spinner 0x7f1600e9
-int style Material_Widget_Spinner_Light 0x7f1600ea
-int style Material_Widget_Switch 0x7f1600eb
-int style Material_Widget_TabPageIndicator 0x7f1600ec
-int style Material_Widget_TabPageIndicator_Fixed 0x7f1600ed
-int style Material_Widget_TabPageIndicator_Fixed_Light 0x7f1600ee
-int style Material_Widget_TabPageIndicator_Light 0x7f1600ef
-int style Material_Widget_TimePicker 0x7f1600f0
-int style Material_Widget_TimePicker_Light 0x7f1600f1
-int style Material_Widget_YearPicker 0x7f1600f2
-int style Material_Widget_YearPicker_Light 0x7f1600f3
-int style Platform_AppCompat 0x7f1600f4
-int style Platform_AppCompat_Light 0x7f1600f5
-int style Platform_ThemeOverlay_AppCompat 0x7f1600f6
-int style Platform_ThemeOverlay_AppCompat_Dark 0x7f1600f7
-int style Platform_ThemeOverlay_AppCompat_Light 0x7f1600f8
-int style Platform_V11_AppCompat 0x7f1600f9
-int style Platform_V11_AppCompat_Light 0x7f1600fa
-int style Platform_V14_AppCompat 0x7f1600fb
-int style Platform_V14_AppCompat_Light 0x7f1600fc
-int style Platform_V21_AppCompat 0x7f1600fd
-int style Platform_V21_AppCompat_Light 0x7f1600fe
-int style Platform_V25_AppCompat 0x7f1600ff
-int style Platform_V25_AppCompat_Light 0x7f160100
-int style Platform_Widget_AppCompat_Spinner 0x7f160101
-int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f160102
-int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f160103
-int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f160104
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f160105
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f160106
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f160107
-int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f160108
-int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f160109
-int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f16010a
-int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f16010b
-int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f16010c
-int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f16010d
-int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f16010e
-int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f16010f
-int style TextAppearance_AppCompat 0x7f160110
-int style TextAppearance_AppCompat_Body1 0x7f160111
-int style TextAppearance_AppCompat_Body2 0x7f160112
-int style TextAppearance_AppCompat_Button 0x7f160113
-int style TextAppearance_AppCompat_Caption 0x7f160114
-int style TextAppearance_AppCompat_Display1 0x7f160115
-int style TextAppearance_AppCompat_Display2 0x7f160116
-int style TextAppearance_AppCompat_Display3 0x7f160117
-int style TextAppearance_AppCompat_Display4 0x7f160118
-int style TextAppearance_AppCompat_Headline 0x7f160119
-int style TextAppearance_AppCompat_Inverse 0x7f16011a
-int style TextAppearance_AppCompat_Large 0x7f16011b
-int style TextAppearance_AppCompat_Large_Inverse 0x7f16011c
-int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f16011d
-int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f16011e
-int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f16011f
-int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f160120
-int style TextAppearance_AppCompat_Medium 0x7f160121
-int style TextAppearance_AppCompat_Medium_Inverse 0x7f160122
-int style TextAppearance_AppCompat_Menu 0x7f160123
-int style TextAppearance_AppCompat_Notification 0x7f160124
-int style TextAppearance_AppCompat_Notification_Info 0x7f160125
-int style TextAppearance_AppCompat_Notification_Info_Media 0x7f160126
-int style TextAppearance_AppCompat_Notification_Line2 0x7f160127
-int style TextAppearance_AppCompat_Notification_Line2_Media 0x7f160128
-int style TextAppearance_AppCompat_Notification_Media 0x7f160129
-int style TextAppearance_AppCompat_Notification_Time 0x7f16012a
-int style TextAppearance_AppCompat_Notification_Time_Media 0x7f16012b
-int style TextAppearance_AppCompat_Notification_Title 0x7f16012c
-int style TextAppearance_AppCompat_Notification_Title_Media 0x7f16012d
-int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f16012e
-int style TextAppearance_AppCompat_SearchResult_Title 0x7f16012f
-int style TextAppearance_AppCompat_Small 0x7f160130
-int style TextAppearance_AppCompat_Small_Inverse 0x7f160131
-int style TextAppearance_AppCompat_Subhead 0x7f160132
-int style TextAppearance_AppCompat_Subhead_Inverse 0x7f160133
-int style TextAppearance_AppCompat_Title 0x7f160134
-int style TextAppearance_AppCompat_Title_Inverse 0x7f160135
-int style TextAppearance_AppCompat_Tooltip 0x7f160136
-int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f160137
-int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f160138
-int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f160139
-int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f16013a
-int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f16013b
-int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f16013c
-int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f16013d
-int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f16013e
-int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f16013f
-int style TextAppearance_AppCompat_Widget_Button 0x7f160140
-int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f160141
-int style TextAppearance_AppCompat_Widget_Button_Colored 0x7f160142
-int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f160143
-int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f160144
-int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f160145
-int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f160146
-int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f160147
-int style TextAppearance_AppCompat_Widget_Switch 0x7f160148
-int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f160149
-int style TextAppearance_Compat_Notification 0x7f16014a
-int style TextAppearance_Compat_Notification_Info 0x7f16014b
-int style TextAppearance_Compat_Notification_Info_Media 0x7f16014c
-int style TextAppearance_Compat_Notification_Line2 0x7f16014d
-int style TextAppearance_Compat_Notification_Line2_Media 0x7f16014e
-int style TextAppearance_Compat_Notification_Media 0x7f16014f
-int style TextAppearance_Compat_Notification_Time 0x7f160150
-int style TextAppearance_Compat_Notification_Time_Media 0x7f160151
-int style TextAppearance_Compat_Notification_Title 0x7f160152
-int style TextAppearance_Compat_Notification_Title_Media 0x7f160153
-int style TextAppearance_Design_CollapsingToolbar_Expanded 0x7f160154
-int style TextAppearance_Design_Counter 0x7f160155
-int style TextAppearance_Design_Counter_Overflow 0x7f160156
-int style TextAppearance_Design_Error 0x7f160157
-int style TextAppearance_Design_Hint 0x7f160158
-int style TextAppearance_Design_Snackbar_Message 0x7f160159
-int style TextAppearance_Design_Tab 0x7f16015a
-int style TextAppearance_StatusBar_EventContent 0x7f16015b
-int style TextAppearance_StatusBar_EventContent_Info 0x7f16015c
-int style TextAppearance_StatusBar_EventContent_Line2 0x7f16015d
-int style TextAppearance_StatusBar_EventContent_Time 0x7f16015e
-int style TextAppearance_StatusBar_EventContent_Title 0x7f16015f
-int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f160160
-int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f160161
-int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f160162
-int style ThemeOverlay_AppCompat 0x7f160163
-int style ThemeOverlay_AppCompat_ActionBar 0x7f160164
-int style ThemeOverlay_AppCompat_Dark 0x7f160165
-int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f160166
-int style ThemeOverlay_AppCompat_Dialog 0x7f160167
-int style ThemeOverlay_AppCompat_Dialog_Alert 0x7f160168
-int style ThemeOverlay_AppCompat_Light 0x7f160169
-int style Theme_AppCompat 0x7f16016a
-int style Theme_AppCompat_CompactMenu 0x7f16016b
-int style Theme_AppCompat_DayNight 0x7f16016c
-int style Theme_AppCompat_DayNight_DarkActionBar 0x7f16016d
-int style Theme_AppCompat_DayNight_Dialog 0x7f16016e
-int style Theme_AppCompat_DayNight_DialogWhenLarge 0x7f16016f
-int style Theme_AppCompat_DayNight_Dialog_Alert 0x7f160170
-int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x7f160171
-int style Theme_AppCompat_DayNight_NoActionBar 0x7f160172
-int style Theme_AppCompat_Dialog 0x7f160173
-int style Theme_AppCompat_DialogWhenLarge 0x7f160174
-int style Theme_AppCompat_Dialog_Alert 0x7f160175
-int style Theme_AppCompat_Dialog_MinWidth 0x7f160176
-int style Theme_AppCompat_Light 0x7f160177
-int style Theme_AppCompat_Light_DarkActionBar 0x7f160178
-int style Theme_AppCompat_Light_Dialog 0x7f160179
-int style Theme_AppCompat_Light_DialogWhenLarge 0x7f16017a
-int style Theme_AppCompat_Light_Dialog_Alert 0x7f16017b
-int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f16017c
-int style Theme_AppCompat_Light_NoActionBar 0x7f16017d
-int style Theme_AppCompat_NoActionBar 0x7f16017e
-int style Theme_Design 0x7f16017f
-int style Theme_Design_BottomSheetDialog 0x7f160180
-int style Theme_Design_Light 0x7f160181
-int style Theme_Design_Light_BottomSheetDialog 0x7f160182
-int style Theme_Design_Light_NoActionBar 0x7f160183
-int style Theme_Design_NoActionBar 0x7f160184
-int style Widget_AppCompat_ActionBar 0x7f160185
-int style Widget_AppCompat_ActionBar_Solid 0x7f160186
-int style Widget_AppCompat_ActionBar_TabBar 0x7f160187
-int style Widget_AppCompat_ActionBar_TabText 0x7f160188
-int style Widget_AppCompat_ActionBar_TabView 0x7f160189
-int style Widget_AppCompat_ActionButton 0x7f16018a
-int style Widget_AppCompat_ActionButton_CloseMode 0x7f16018b
-int style Widget_AppCompat_ActionButton_Overflow 0x7f16018c
-int style Widget_AppCompat_ActionMode 0x7f16018d
-int style Widget_AppCompat_ActivityChooserView 0x7f16018e
-int style Widget_AppCompat_AutoCompleteTextView 0x7f16018f
-int style Widget_AppCompat_Button 0x7f160190
-int style Widget_AppCompat_ButtonBar 0x7f160191
-int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f160192
-int style Widget_AppCompat_Button_Borderless 0x7f160193
-int style Widget_AppCompat_Button_Borderless_Colored 0x7f160194
-int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f160195
-int style Widget_AppCompat_Button_Colored 0x7f160196
-int style Widget_AppCompat_Button_Small 0x7f160197
-int style Widget_AppCompat_CompoundButton_CheckBox 0x7f160198
-int style Widget_AppCompat_CompoundButton_RadioButton 0x7f160199
-int style Widget_AppCompat_CompoundButton_Switch 0x7f16019a
-int style Widget_AppCompat_DrawerArrowToggle 0x7f16019b
-int style Widget_AppCompat_DropDownItem_Spinner 0x7f16019c
-int style Widget_AppCompat_EditText 0x7f16019d
-int style Widget_AppCompat_ImageButton 0x7f16019e
-int style Widget_AppCompat_Light_ActionBar 0x7f16019f
-int style Widget_AppCompat_Light_ActionBar_Solid 0x7f1601a0
-int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f1601a1
-int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f1601a2
-int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f1601a3
-int style Widget_AppCompat_Light_ActionBar_TabText 0x7f1601a4
-int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f1601a5
-int style Widget_AppCompat_Light_ActionBar_TabView 0x7f1601a6
-int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f1601a7
-int style Widget_AppCompat_Light_ActionButton 0x7f1601a8
-int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f1601a9
-int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f1601aa
-int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f1601ab
-int style Widget_AppCompat_Light_ActivityChooserView 0x7f1601ac
-int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f1601ad
-int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f1601ae
-int style Widget_AppCompat_Light_ListPopupWindow 0x7f1601af
-int style Widget_AppCompat_Light_ListView_DropDown 0x7f1601b0
-int style Widget_AppCompat_Light_PopupMenu 0x7f1601b1
-int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f1601b2
-int style Widget_AppCompat_Light_SearchView 0x7f1601b3
-int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f1601b4
-int style Widget_AppCompat_ListMenuView 0x7f1601b5
-int style Widget_AppCompat_ListPopupWindow 0x7f1601b6
-int style Widget_AppCompat_ListView 0x7f1601b7
-int style Widget_AppCompat_ListView_DropDown 0x7f1601b8
-int style Widget_AppCompat_ListView_Menu 0x7f1601b9
-int style Widget_AppCompat_PopupMenu 0x7f1601ba
-int style Widget_AppCompat_PopupMenu_Overflow 0x7f1601bb
-int style Widget_AppCompat_PopupWindow 0x7f1601bc
-int style Widget_AppCompat_ProgressBar 0x7f1601bd
-int style Widget_AppCompat_ProgressBar_Horizontal 0x7f1601be
-int style Widget_AppCompat_RatingBar 0x7f1601bf
-int style Widget_AppCompat_RatingBar_Indicator 0x7f1601c0
-int style Widget_AppCompat_RatingBar_Small 0x7f1601c1
-int style Widget_AppCompat_SearchView 0x7f1601c2
-int style Widget_AppCompat_SearchView_ActionBar 0x7f1601c3
-int style Widget_AppCompat_SeekBar 0x7f1601c4
-int style Widget_AppCompat_SeekBar_Discrete 0x7f1601c5
-int style Widget_AppCompat_Spinner 0x7f1601c6
-int style Widget_AppCompat_Spinner_DropDown 0x7f1601c7
-int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f1601c8
-int style Widget_AppCompat_Spinner_Underlined 0x7f1601c9
-int style Widget_AppCompat_TextView_SpinnerItem 0x7f1601ca
-int style Widget_AppCompat_Toolbar 0x7f1601cb
-int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f1601cc
-int style Widget_Compat_NotificationActionContainer 0x7f1601cd
-int style Widget_Compat_NotificationActionText 0x7f1601ce
-int style Widget_Design_AppBarLayout 0x7f1601cf
-int style Widget_Design_BottomNavigationView 0x7f1601d0
-int style Widget_Design_BottomSheet_Modal 0x7f1601d1
-int style Widget_Design_CollapsingToolbar 0x7f1601d2
-int style Widget_Design_CoordinatorLayout 0x7f1601d3
-int style Widget_Design_FloatingActionButton 0x7f1601d4
-int style Widget_Design_NavigationView 0x7f1601d5
-int style Widget_Design_ScrimInsetsFrameLayout 0x7f1601d6
-int style Widget_Design_Snackbar 0x7f1601d7
-int style Widget_Design_TabLayout 0x7f1601d8
-int style Widget_Design_TextInputLayout 0x7f1601d9
-int style myDialog 0x7f1601da
-int style myDialogTitle 0x7f1601db
-int[] styleable ActionBar { 0x7f040032, 0x7f040033, 0x7f040034, 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b, 0x7f040098, 0x7f0400c2, 0x7f0400c3, 0x7f0400eb, 0x7f040131, 0x7f040132, 0x7f040137, 0x7f040138, 0x7f040139, 0x7f04013e, 0x7f040144, 0x7f04016e, 0x7f040185, 0x7f040197, 0x7f04019b, 0x7f04019c, 0x7f04022a, 0x7f04022d, 0x7f040261, 0x7f04026b }
-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 { 0x010100b3 }
-int styleable ActionBarLayout_android_layout_gravity 0
-int[] styleable ActionMenuItemView { 0x0101013f }
-int styleable ActionMenuItemView_android_minWidth 0
-int[] styleable ActionMode { 0x7f040032, 0x7f040033, 0x7f040064, 0x7f040131, 0x7f04022d, 0x7f04026b }
-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 { 0x7f04010b, 0x7f04013f }
-int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0
-int styleable ActivityChooserView_initialActivityCount 1
-int[] styleable AlertDialog { 0x010100f2, 0x7f04004e, 0x7f040156, 0x7f040157, 0x7f040182, 0x7f0401f0, 0x7f0401f1 }
-int styleable AlertDialog_android_layout 0
-int styleable AlertDialog_buttonPanelSideLayout 1
-int styleable AlertDialog_listItemLayout 2
-int styleable AlertDialog_listLayout 3
-int styleable AlertDialog_multiChoiceItemLayout 4
-int styleable AlertDialog_showTitle 5
-int styleable AlertDialog_singleChoiceItemLayout 6
-int[] styleable AppBarLayout { 0x010100d4, 0x01010540, 0x0101048f, 0x7f0400eb, 0x7f04010c }
-int styleable AppBarLayout_android_background 0
-int styleable AppBarLayout_android_keyboardNavigationCluster 1
-int styleable AppBarLayout_android_touchscreenBlocksFocus 2
-int styleable AppBarLayout_elevation 3
-int styleable AppBarLayout_expanded 4
-int[] styleable AppBarLayoutStates { 0x7f040224, 0x7f040225 }
-int styleable AppBarLayoutStates_state_collapsed 0
-int styleable AppBarLayoutStates_state_collapsible 1
-int[] styleable AppBarLayout_Layout { 0x7f040152, 0x7f040153 }
-int styleable AppBarLayout_Layout_layout_scrollFlags 0
-int styleable AppBarLayout_Layout_layout_scrollInterpolator 1
-int[] styleable AppCompatImageView { 0x01010119, 0x7f040221, 0x7f04025f, 0x7f040260 }
-int styleable AppCompatImageView_android_src 0
-int styleable AppCompatImageView_srcCompat 1
-int styleable AppCompatImageView_tint 2
-int styleable AppCompatImageView_tintMode 3
-int[] styleable AppCompatSeekBar { 0x01010142, 0x7f04025c, 0x7f04025d, 0x7f04025e }
-int styleable AppCompatSeekBar_android_thumb 0
-int styleable AppCompatSeekBar_tickMark 1
-int styleable AppCompatSeekBar_tickMarkTint 2
-int styleable AppCompatSeekBar_tickMarkTintMode 3
-int[] styleable AppCompatTextHelper { 0x0101016e, 0x01010393, 0x0101016f, 0x01010170, 0x01010392, 0x0101016d, 0x01010034 }
-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 { 0x01010034, 0x7f04002d, 0x7f04002e, 0x7f04002f, 0x7f040030, 0x7f040031, 0x7f040124, 0x7f04024b }
-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_fontFamily 6
-int styleable AppCompatTextView_textAllCaps 7
-int[] styleable AppCompatTheme { 0x7f040001, 0x7f040002, 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f04000d, 0x7f04000f, 0x7f040010, 0x7f040011, 0x7f040012, 0x7f040013, 0x7f040014, 0x7f040015, 0x7f040016, 0x7f040017, 0x7f040018, 0x7f040019, 0x7f04001a, 0x7f04001b, 0x7f04001c, 0x7f04001d, 0x7f04001e, 0x7f04001f, 0x7f040022, 0x7f040023, 0x7f040024, 0x7f040025, 0x7f040026, 0x010100ae, 0x01010057, 0x7f04002c, 0x7f04003e, 0x7f040048, 0x7f040049, 0x7f04004a, 0x7f04004b, 0x7f04004c, 0x7f04004f, 0x7f040050, 0x7f040061, 0x7f040062, 0x7f04006a, 0x7f04006b, 0x7f04006c, 0x7f04006d, 0x7f04006e, 0x7f04006f, 0x7f040070, 0x7f040071, 0x7f040072, 0x7f040073, 0x7f040082, 0x7f0400c0, 0x7f0400c1, 0x7f0400c4, 0x7f0400c6, 0x7f0400e6, 0x7f0400e7, 0x7f0400e8, 0x7f0400e9, 0x7f0400ea, 0x7f040137, 0x7f04013d, 0x7f040154, 0x7f040155, 0x7f040158, 0x7f040159, 0x7f04015a, 0x7f04015b, 0x7f04015c, 0x7f04015d, 0x7f04015e, 0x7f04018e, 0x7f04018f, 0x7f040190, 0x7f040196, 0x7f040198, 0x7f0401a5, 0x7f0401a6, 0x7f0401a7, 0x7f0401a8, 0x7f0401e9, 0x7f0401ea, 0x7f0401eb, 0x7f0401ec, 0x7f040209, 0x7f04020a, 0x7f040239, 0x7f04024c, 0x7f04024d, 0x7f04024e, 0x7f04024f, 0x7f040250, 0x7f040251, 0x7f040252, 0x7f040253, 0x7f040254, 0x7f040256, 0x7f04026d, 0x7f04026e, 0x7f04026f, 0x7f040270, 0x7f040297, 0x7f040298, 0x7f040299, 0x7f04029a, 0x7f04029b, 0x7f04029c, 0x7f04029d, 0x7f04029e, 0x7f04029f, 0x7f0402a0 }
-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_dialogPreferredPadding 59
-int styleable AppCompatTheme_dialogTheme 60
-int styleable AppCompatTheme_dividerHorizontal 61
-int styleable AppCompatTheme_dividerVertical 62
-int styleable AppCompatTheme_dropDownListViewStyle 63
-int styleable AppCompatTheme_dropdownListPreferredItemHeight 64
-int styleable AppCompatTheme_editTextBackground 65
-int styleable AppCompatTheme_editTextColor 66
-int styleable AppCompatTheme_editTextStyle 67
-int styleable AppCompatTheme_homeAsUpIndicator 68
-int styleable AppCompatTheme_imageButtonStyle 69
-int styleable AppCompatTheme_listChoiceBackgroundIndicator 70
-int styleable AppCompatTheme_listDividerAlertDialog 71
-int styleable AppCompatTheme_listMenuViewStyle 72
-int styleable AppCompatTheme_listPopupWindowStyle 73
-int styleable AppCompatTheme_listPreferredItemHeight 74
-int styleable AppCompatTheme_listPreferredItemHeightLarge 75
-int styleable AppCompatTheme_listPreferredItemHeightSmall 76
-int styleable AppCompatTheme_listPreferredItemPaddingLeft 77
-int styleable AppCompatTheme_listPreferredItemPaddingRight 78
-int styleable AppCompatTheme_panelBackground 79
-int styleable AppCompatTheme_panelMenuListTheme 80
-int styleable AppCompatTheme_panelMenuListWidth 81
-int styleable AppCompatTheme_popupMenuStyle 82
-int styleable AppCompatTheme_popupWindowStyle 83
-int styleable AppCompatTheme_radioButtonStyle 84
-int styleable AppCompatTheme_ratingBarStyle 85
-int styleable AppCompatTheme_ratingBarStyleIndicator 86
-int styleable AppCompatTheme_ratingBarStyleSmall 87
-int styleable AppCompatTheme_searchViewStyle 88
-int styleable AppCompatTheme_seekBarStyle 89
-int styleable AppCompatTheme_selectableItemBackground 90
-int styleable AppCompatTheme_selectableItemBackgroundBorderless 91
-int styleable AppCompatTheme_spinnerDropDownItemStyle 92
-int styleable AppCompatTheme_spinnerStyle 93
-int styleable AppCompatTheme_switchStyle 94
-int styleable AppCompatTheme_textAppearanceLargePopupMenu 95
-int styleable AppCompatTheme_textAppearanceListItem 96
-int styleable AppCompatTheme_textAppearanceListItemSecondary 97
-int styleable AppCompatTheme_textAppearanceListItemSmall 98
-int styleable AppCompatTheme_textAppearancePopupMenuHeader 99
-int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 100
-int styleable AppCompatTheme_textAppearanceSearchResultTitle 101
-int styleable AppCompatTheme_textAppearanceSmallPopupMenu 102
-int styleable AppCompatTheme_textColorAlertDialogListItem 103
-int styleable AppCompatTheme_textColorSearchUrl 104
-int styleable AppCompatTheme_toolbarNavigationButtonStyle 105
-int styleable AppCompatTheme_toolbarStyle 106
-int styleable AppCompatTheme_tooltipForegroundColor 107
-int styleable AppCompatTheme_tooltipFrameBackground 108
-int styleable AppCompatTheme_windowActionBar 109
-int styleable AppCompatTheme_windowActionBarOverlay 110
-int styleable AppCompatTheme_windowActionModeOverlay 111
-int styleable AppCompatTheme_windowFixedHeightMajor 112
-int styleable AppCompatTheme_windowFixedHeightMinor 113
-int styleable AppCompatTheme_windowFixedWidthMajor 114
-int styleable AppCompatTheme_windowFixedWidthMinor 115
-int styleable AppCompatTheme_windowMinWidthMajor 116
-int styleable AppCompatTheme_windowMinWidthMinor 117
-int styleable AppCompatTheme_windowNoTitle 118
-int[] styleable AutoCompleteTextView { 0x01010172, 0x01010174, 0x01010263, 0x01010283, 0x010102ac, 0x010102ad, 0x01010262, 0x01010176 }
-int styleable AutoCompleteTextView_android_completionHint 0
-int styleable AutoCompleteTextView_android_completionThreshold 1
-int styleable AutoCompleteTextView_android_dropDownAnchor 2
-int styleable AutoCompleteTextView_android_dropDownHeight 3
-int styleable AutoCompleteTextView_android_dropDownHorizontalOffset 4
-int styleable AutoCompleteTextView_android_dropDownVerticalOffset 5
-int styleable AutoCompleteTextView_android_dropDownWidth 6
-int styleable AutoCompleteTextView_android_popupBackground 7
-int[] styleable BottomNavigationView { 0x7f0400eb, 0x7f040142, 0x7f040143, 0x7f040146, 0x7f040181 }
-int styleable BottomNavigationView_elevation 0
-int styleable BottomNavigationView_itemBackground 1
-int styleable BottomNavigationView_itemIconTint 2
-int styleable BottomNavigationView_itemTextColor 3
-int styleable BottomNavigationView_menu 4
-int[] styleable BottomSheetBehavior_Layout { 0x7f040039, 0x7f04003b, 0x7f04003c }
-int styleable BottomSheetBehavior_Layout_behavior_hideable 0
-int styleable BottomSheetBehavior_Layout_behavior_peekHeight 1
-int styleable BottomSheetBehavior_Layout_behavior_skipCollapsed 2
-int[] styleable BottomSheetDialog { 0x010100f5, 0x7f040041, 0x7f040042, 0x7f040043, 0x7f040044, 0x7f040045, 0x7f040046, 0x7f040047 }
-int styleable BottomSheetDialog_android_layout_height 0
-int styleable BottomSheetDialog_bsd_cancelable 1
-int styleable BottomSheetDialog_bsd_canceledOnTouchOutside 2
-int styleable BottomSheetDialog_bsd_dimAmount 3
-int styleable BottomSheetDialog_bsd_inDuration 4
-int styleable BottomSheetDialog_bsd_inInterpolator 5
-int styleable BottomSheetDialog_bsd_outDuration 6
-int styleable BottomSheetDialog_bsd_outInterpolator 7
-int[] styleable ButtonBarLayout { 0x7f040027 }
-int styleable ButtonBarLayout_allowStacking 0
-int[] styleable CardView { 0x7f040053, 0x7f040054, 0x7f040055, 0x7f040056, 0x7f040057, 0x7f040058, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f04007f, 0x7f040080 }
-int styleable CardView_cardBackgroundColor 0
-int styleable CardView_cardCornerRadius 1
-int styleable CardView_cardElevation 2
-int styleable CardView_cardMaxElevation 3
-int styleable CardView_cardPreventCornerOverlap 4
-int styleable CardView_cardUseCompatPadding 5
-int styleable CardView_contentPadding 6
-int styleable CardView_contentPaddingBottom 7
-int styleable CardView_contentPaddingLeft 8
-int styleable CardView_contentPaddingRight 9
-int styleable CardView_contentPaddingTop 10
-int[] styleable CheckBoxDrawable { 0x7f040059, 0x7f04005a, 0x7f04005b, 0x7f04005c, 0x7f04005d, 0x7f04005e, 0x7f04005f, 0x7f040060 }
-int styleable CheckBoxDrawable_cbd_animDuration 0
-int styleable CheckBoxDrawable_cbd_boxSize 1
-int styleable CheckBoxDrawable_cbd_cornerRadius 2
-int styleable CheckBoxDrawable_cbd_height 3
-int styleable CheckBoxDrawable_cbd_strokeColor 4
-int styleable CheckBoxDrawable_cbd_strokeSize 5
-int styleable CheckBoxDrawable_cbd_tickColor 6
-int styleable CheckBoxDrawable_cbd_width 7
-int[] styleable CircularProgressDrawable { 0x7f040087, 0x7f040088, 0x7f040089, 0x7f04008a, 0x7f04008b, 0x7f04008c, 0x7f04008d, 0x7f04008e, 0x7f04008f, 0x7f040090, 0x7f040091, 0x7f040092, 0x7f040093, 0x7f040094, 0x7f040095, 0x7f040096, 0x7f040097, 0x7f04019f, 0x7f0401a0, 0x7f0401a2 }
-int styleable CircularProgressDrawable_cpd_inAnimDuration 0
-int styleable CircularProgressDrawable_cpd_inStepColors 1
-int styleable CircularProgressDrawable_cpd_inStepPercent 2
-int styleable CircularProgressDrawable_cpd_initialAngle 3
-int styleable CircularProgressDrawable_cpd_keepDuration 4
-int styleable CircularProgressDrawable_cpd_maxSweepAngle 5
-int styleable CircularProgressDrawable_cpd_minSweepAngle 6
-int styleable CircularProgressDrawable_cpd_outAnimDuration 7
-int styleable CircularProgressDrawable_cpd_padding 8
-int styleable CircularProgressDrawable_cpd_reverse 9
-int styleable CircularProgressDrawable_cpd_rotateDuration 10
-int styleable CircularProgressDrawable_cpd_strokeColor 11
-int styleable CircularProgressDrawable_cpd_strokeColors 12
-int styleable CircularProgressDrawable_cpd_strokeSecondaryColor 13
-int styleable CircularProgressDrawable_cpd_strokeSize 14
-int styleable CircularProgressDrawable_cpd_transformDuration 15
-int styleable CircularProgressDrawable_cpd_transformInterpolator 16
-int styleable CircularProgressDrawable_pv_progress 17
-int styleable CircularProgressDrawable_pv_progressMode 18
-int styleable CircularProgressDrawable_pv_secondaryProgress 19
-int[] styleable CollapsingToolbarLayout { 0x7f040067, 0x7f040068, 0x7f040081, 0x7f04010d, 0x7f04010e, 0x7f04010f, 0x7f040110, 0x7f040111, 0x7f040112, 0x7f040113, 0x7f0401e5, 0x7f0401e6, 0x7f040227, 0x7f040261, 0x7f040262, 0x7f04026c }
-int styleable CollapsingToolbarLayout_collapsedTitleGravity 0
-int styleable CollapsingToolbarLayout_collapsedTitleTextAppearance 1
-int styleable CollapsingToolbarLayout_contentScrim 2
-int styleable CollapsingToolbarLayout_expandedTitleGravity 3
-int styleable CollapsingToolbarLayout_expandedTitleMargin 4
-int styleable CollapsingToolbarLayout_expandedTitleMarginBottom 5
-int styleable CollapsingToolbarLayout_expandedTitleMarginEnd 6
-int styleable CollapsingToolbarLayout_expandedTitleMarginStart 7
-int styleable CollapsingToolbarLayout_expandedTitleMarginTop 8
-int styleable CollapsingToolbarLayout_expandedTitleTextAppearance 9
-int styleable CollapsingToolbarLayout_scrimAnimationDuration 10
-int styleable CollapsingToolbarLayout_scrimVisibleHeightTrigger 11
-int styleable CollapsingToolbarLayout_statusBarScrim 12
-int styleable CollapsingToolbarLayout_title 13
-int styleable CollapsingToolbarLayout_titleEnabled 14
-int styleable CollapsingToolbarLayout_toolbarId 15
-int[] styleable CollapsingToolbarLayout_Layout { 0x7f04014d, 0x7f04014e }
-int styleable CollapsingToolbarLayout_Layout_layout_collapseMode 0
-int styleable CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier 1
-int[] styleable ColorStateListItem { 0x7f040028, 0x0101031f, 0x010101a5 }
-int styleable ColorStateListItem_alpha 0
-int styleable ColorStateListItem_android_alpha 1
-int styleable ColorStateListItem_android_color 2
-int[] styleable CompoundButton { 0x01010107, 0x7f040051, 0x7f040052 }
-int styleable CompoundButton_android_button 0
-int styleable CompoundButton_buttonTint 1
-int styleable CompoundButton_buttonTintMode 2
-int[] styleable CoordinatorLayout { 0x7f040147, 0x7f040226 }
-int styleable CoordinatorLayout_keylines 0
-int styleable CoordinatorLayout_statusBarBackground 1
-int[] styleable CoordinatorLayout_Layout { 0x010100b3, 0x7f04014a, 0x7f04014b, 0x7f04014c, 0x7f04014f, 0x7f040150, 0x7f040151 }
-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 DatePicker { 0x010100d5, 0x010100d9, 0x010100d6, 0x010100d8, 0x010100d7, 0x7f0400c7, 0x7f0400c8, 0x7f0400c9, 0x7f0400ca, 0x7f0400cb, 0x7f0400cc, 0x7f0400d3, 0x7f0400d4, 0x7f0400d5, 0x7f0400d6, 0x7f0400d7, 0x7f0400d8, 0x7f0400d9, 0x7f0400da, 0x7f0400dc, 0x7f0400dd, 0x7f0400de, 0x7f0400df, 0x7f0400e1, 0x7f0400e2 }
-int styleable DatePicker_android_padding 0
-int styleable DatePicker_android_paddingBottom 1
-int styleable DatePicker_android_paddingLeft 2
-int styleable DatePicker_android_paddingRight 3
-int styleable DatePicker_android_paddingTop 4
-int styleable DatePicker_dp_animDuration 5
-int styleable DatePicker_dp_day 6
-int styleable DatePicker_dp_dayMax 7
-int styleable DatePicker_dp_dayMin 8
-int styleable DatePicker_dp_dayTextSize 9
-int styleable DatePicker_dp_fontFamily 10
-int styleable DatePicker_dp_inInterpolator 11
-int styleable DatePicker_dp_month 12
-int styleable DatePicker_dp_monthMax 13
-int styleable DatePicker_dp_monthMin 14
-int styleable DatePicker_dp_outInterpolator 15
-int styleable DatePicker_dp_selectionColor 16
-int styleable DatePicker_dp_textColor 17
-int styleable DatePicker_dp_textDisableColor 18
-int styleable DatePicker_dp_textHighlightColor 19
-int styleable DatePicker_dp_textLabelColor 20
-int styleable DatePicker_dp_textStyle 21
-int styleable DatePicker_dp_year 22
-int styleable DatePicker_dp_yearMax 23
-int styleable DatePicker_dp_yearMin 24
-int[] styleable DatePickerDialog { 0x7f0400cd, 0x7f0400ce, 0x7f0400cf, 0x7f0400d0, 0x7f0400d1, 0x7f0400d2, 0x7f0400db }
-int styleable DatePickerDialog_dp_headerPrimaryColor 0
-int styleable DatePickerDialog_dp_headerPrimaryHeight 1
-int styleable DatePickerDialog_dp_headerPrimaryTextSize 2
-int styleable DatePickerDialog_dp_headerSecondaryColor 3
-int styleable DatePickerDialog_dp_headerSecondaryHeight 4
-int styleable DatePickerDialog_dp_headerSecondaryTextSize 5
-int styleable DatePickerDialog_dp_textHeaderColor 6
-int[] styleable DesignTheme { 0x7f04003f, 0x7f040040, 0x7f040255 }
-int styleable DesignTheme_bottomSheetDialogTheme 0
-int styleable DesignTheme_bottomSheetStyle 1
-int styleable DesignTheme_textColorError 2
-int[] styleable Dialog { 0x010100f5, 0x010100f4, 0x7f04009a, 0x7f04009b, 0x7f04009c, 0x7f04009d, 0x7f04009e, 0x7f04009f, 0x7f0400a0, 0x7f0400a2, 0x7f0400a3, 0x7f0400a4, 0x7f0400a5, 0x7f0400a6, 0x7f0400a7, 0x7f0400aa, 0x7f0400ab, 0x7f0400ac, 0x7f0400ad, 0x7f0400b0, 0x7f0400b1, 0x7f0400b2, 0x7f0400b3, 0x7f0400b4, 0x7f0400b5, 0x7f0400b6, 0x7f0400b7, 0x7f0400b8, 0x7f0400b9, 0x7f0400ba, 0x7f0400bb, 0x7f0400bc, 0x7f0400be, 0x7f0400bf }
-int styleable Dialog_android_layout_height 0
-int styleable Dialog_android_layout_width 1
-int styleable Dialog_di_actionBackground 2
-int styleable Dialog_di_actionRipple 3
-int styleable Dialog_di_actionTextAppearance 4
-int styleable Dialog_di_actionTextColor 5
-int styleable Dialog_di_backgroundColor 6
-int styleable Dialog_di_cancelable 7
-int styleable Dialog_di_canceledOnTouchOutside 8
-int styleable Dialog_di_cornerRadius 9
-int styleable Dialog_di_dimAmount 10
-int styleable Dialog_di_dividerColor 11
-int styleable Dialog_di_dividerHeight 12
-int styleable Dialog_di_elevation 13
-int styleable Dialog_di_inAnimation 14
-int styleable Dialog_di_layoutDirection 15
-int styleable Dialog_di_maxElevation 16
-int styleable Dialog_di_maxHeight 17
-int styleable Dialog_di_maxWidth 18
-int styleable Dialog_di_negativeActionBackground 19
-int styleable Dialog_di_negativeActionRipple 20
-int styleable Dialog_di_negativeActionTextAppearance 21
-int styleable Dialog_di_negativeActionTextColor 22
-int styleable Dialog_di_neutralActionBackground 23
-int styleable Dialog_di_neutralActionRipple 24
-int styleable Dialog_di_neutralActionTextAppearance 25
-int styleable Dialog_di_neutralActionTextColor 26
-int styleable Dialog_di_outAnimation 27
-int styleable Dialog_di_positiveActionBackground 28
-int styleable Dialog_di_positiveActionRipple 29
-int styleable Dialog_di_positiveActionTextAppearance 30
-int styleable Dialog_di_positiveActionTextColor 31
-int styleable Dialog_di_titleTextAppearance 32
-int styleable Dialog_di_titleTextColor 33
-int[] styleable DrawerArrowToggle { 0x7f04002a, 0x7f04002b, 0x7f040037, 0x7f040069, 0x7f0400e4, 0x7f04012e, 0x7f040208, 0x7f040258 }
-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 EditText { 0x7f0400ee, 0x7f0400ef, 0x7f0400f0, 0x7f0400f1, 0x7f0400f2, 0x7f0400f3, 0x7f0400f4, 0x7f0400f5, 0x7f0400f6, 0x7f0400f7, 0x7f0400f8, 0x7f0400f9, 0x7f0400fa, 0x7f0400fb, 0x7f0400fc, 0x7f0400fd, 0x7f0400fe, 0x7f0400ff, 0x7f040100, 0x7f040101, 0x7f040102, 0x7f040103, 0x7f040104, 0x7f040105, 0x7f040106, 0x7f040107, 0x7f040108, 0x7f040109, 0x7f04010a }
-int styleable EditText_et_autoCompleteMode 0
-int styleable EditText_et_dividerAnimDuration 1
-int styleable EditText_et_dividerColor 2
-int styleable EditText_et_dividerCompoundPadding 3
-int styleable EditText_et_dividerErrorColor 4
-int styleable EditText_et_dividerHeight 5
-int styleable EditText_et_dividerPadding 6
-int styleable EditText_et_error 7
-int styleable EditText_et_helper 8
-int styleable EditText_et_inputId 9
-int styleable EditText_et_labelEllipsize 10
-int styleable EditText_et_labelEnable 11
-int styleable EditText_et_labelInAnim 12
-int styleable EditText_et_labelOutAnim 13
-int styleable EditText_et_labelPadding 14
-int styleable EditText_et_labelTextAppearance 15
-int styleable EditText_et_labelTextColor 16
-int styleable EditText_et_labelTextSize 17
-int styleable EditText_et_supportEllipsize 18
-int styleable EditText_et_supportLines 19
-int styleable EditText_et_supportMaxChars 20
-int styleable EditText_et_supportMaxLines 21
-int styleable EditText_et_supportMode 22
-int styleable EditText_et_supportPadding 23
-int styleable EditText_et_supportSingleLine 24
-int styleable EditText_et_supportTextAppearance 25
-int styleable EditText_et_supportTextColor 26
-int styleable EditText_et_supportTextErrorColor 27
-int styleable EditText_et_supportTextSize 28
-int[] styleable FloatingActionButton { 0x7f040035, 0x7f040036, 0x7f04003d, 0x7f0400eb, 0x7f040114, 0x7f040115, 0x7f040116, 0x7f040117, 0x7f040118, 0x7f040119, 0x7f04011a, 0x7f04011b, 0x7f04011c, 0x7f04011d, 0x7f04019a, 0x7f0401c7, 0x7f040294 }
-int styleable FloatingActionButton_backgroundTint 0
-int styleable FloatingActionButton_backgroundTintMode 1
-int styleable FloatingActionButton_borderWidth 2
-int styleable FloatingActionButton_elevation 3
-int styleable FloatingActionButton_fabSize 4
-int styleable FloatingActionButton_fab_animDuration 5
-int styleable FloatingActionButton_fab_backgroundAnimDuration 6
-int styleable FloatingActionButton_fab_backgroundColor 7
-int styleable FloatingActionButton_fab_elevation 8
-int styleable FloatingActionButton_fab_iconLineMorphing 9
-int styleable FloatingActionButton_fab_iconSize 10
-int styleable FloatingActionButton_fab_iconSrc 11
-int styleable FloatingActionButton_fab_interpolator 12
-int styleable FloatingActionButton_fab_radius 13
-int styleable FloatingActionButton_pressedTranslationZ 14
-int styleable FloatingActionButton_rippleColor 15
-int styleable FloatingActionButton_useCompatPadding 16
-int[] styleable FloatingActionButton_Behavior_Layout { 0x7f040038 }
-int styleable FloatingActionButton_Behavior_Layout_behavior_autoHide 0
-int[] styleable FontFamily { 0x7f040125, 0x7f040126, 0x7f040127, 0x7f040128, 0x7f040129, 0x7f04012a }
-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 { 0x7f040123, 0x7f04012b, 0x7f04012c }
-int styleable FontFamilyFont_font 0
-int styleable FontFamilyFont_fontStyle 1
-int styleable FontFamilyFont_fontWeight 2
-int[] styleable ForegroundLinearLayout { 0x01010109, 0x01010200, 0x7f04012d }
-int styleable ForegroundLinearLayout_android_foreground 0
-int styleable ForegroundLinearLayout_android_foregroundGravity 1
-int styleable ForegroundLinearLayout_foregroundInsidePadding 2
-int[] styleable LineMorphingDrawable { 0x7f04015f, 0x7f040160, 0x7f040161, 0x7f040162, 0x7f040163, 0x7f040164, 0x7f040165, 0x7f040166, 0x7f040167, 0x7f040168, 0x7f040169, 0x7f04016a, 0x7f04016b, 0x7f04016c, 0x7f04016d }
-int styleable LineMorphingDrawable_lmd_animDuration 0
-int styleable LineMorphingDrawable_lmd_clockwise 1
-int styleable LineMorphingDrawable_lmd_curState 2
-int styleable LineMorphingDrawable_lmd_interpolator 3
-int styleable LineMorphingDrawable_lmd_layoutDirection 4
-int styleable LineMorphingDrawable_lmd_padding 5
-int styleable LineMorphingDrawable_lmd_paddingBottom 6
-int styleable LineMorphingDrawable_lmd_paddingLeft 7
-int styleable LineMorphingDrawable_lmd_paddingRight 8
-int styleable LineMorphingDrawable_lmd_paddingTop 9
-int styleable LineMorphingDrawable_lmd_state 10
-int styleable LineMorphingDrawable_lmd_strokeCap 11
-int styleable LineMorphingDrawable_lmd_strokeColor 12
-int styleable LineMorphingDrawable_lmd_strokeJoin 13
-int styleable LineMorphingDrawable_lmd_strokeSize 14
-int[] styleable LinearLayoutCompat { 0x01010126, 0x01010127, 0x010100af, 0x010100c4, 0x01010128, 0x7f0400c3, 0x7f0400c5, 0x7f040180, 0x7f0401ee }
-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 { 0x010100b3, 0x010100f5, 0x01010181, 0x010100f4 }
-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 LinearProgressDrawable { 0x7f040170, 0x7f040171, 0x7f040172, 0x7f040173, 0x7f040174, 0x7f040175, 0x7f040176, 0x7f040177, 0x7f040178, 0x7f040179, 0x7f04017a, 0x7f04017b, 0x7f04017c, 0x7f04017d, 0x7f04019f, 0x7f0401a0, 0x7f0401a2 }
-int styleable LinearProgressDrawable_lpd_inAnimDuration 0
-int styleable LinearProgressDrawable_lpd_keepDuration 1
-int styleable LinearProgressDrawable_lpd_maxLineWidth 2
-int styleable LinearProgressDrawable_lpd_minLineWidth 3
-int styleable LinearProgressDrawable_lpd_outAnimDuration 4
-int styleable LinearProgressDrawable_lpd_reverse 5
-int styleable LinearProgressDrawable_lpd_strokeColor 6
-int styleable LinearProgressDrawable_lpd_strokeColors 7
-int styleable LinearProgressDrawable_lpd_strokeSecondaryColor 8
-int styleable LinearProgressDrawable_lpd_strokeSize 9
-int styleable LinearProgressDrawable_lpd_transformDuration 10
-int styleable LinearProgressDrawable_lpd_transformInterpolator 11
-int styleable LinearProgressDrawable_lpd_travelDuration 12
-int styleable LinearProgressDrawable_lpd_verticalAlign 13
-int styleable LinearProgressDrawable_pv_progress 14
-int styleable LinearProgressDrawable_pv_progressMode 15
-int styleable LinearProgressDrawable_pv_secondaryProgress 16
-int[] styleable ListPopupWindow { 0x010102ac, 0x010102ad }
-int styleable ListPopupWindow_android_dropDownHorizontalOffset 0
-int styleable ListPopupWindow_android_dropDownVerticalOffset 1
-int[] styleable MenuGroup { 0x010101e0, 0x0101000e, 0x010100d0, 0x010101de, 0x010101df, 0x01010194 }
-int styleable MenuGroup_android_checkableBehavior 0
-int styleable MenuGroup_android_enabled 1
-int styleable MenuGroup_android_id 2
-int styleable MenuGroup_android_menuCategory 3
-int styleable MenuGroup_android_orderInCategory 4
-int styleable MenuGroup_android_visible 5
-int[] styleable MenuItem { 0x7f04000e, 0x7f040020, 0x7f040021, 0x7f040029, 0x010101e3, 0x010101e5, 0x01010106, 0x0101000e, 0x01010002, 0x010100d0, 0x010101de, 0x010101e4, 0x0101026f, 0x010101df, 0x010101e1, 0x010101e2, 0x01010194, 0x7f040075, 0x7f04013a, 0x7f04013b, 0x7f040188, 0x7f0401ed, 0x7f040271 }
-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 { 0x0101012f, 0x0101012d, 0x01010130, 0x01010131, 0x0101012c, 0x0101012e, 0x010100ae, 0x7f040199, 0x7f040228 }
-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 MultiSpinnerSearch { 0x7f040135 }
-int styleable MultiSpinnerSearch_hintText 0
-int[] styleable NavigationDrawerDrawable { 0x7f040186, 0x7f040187 }
-int styleable NavigationDrawerDrawable_nd_icon 0
-int styleable NavigationDrawerDrawable_nd_ripple 1
-int[] styleable NavigationView { 0x010100d4, 0x010100dd, 0x0101011f, 0x7f0400eb, 0x7f040130, 0x7f040142, 0x7f040143, 0x7f040145, 0x7f040146, 0x7f040181 }
-int styleable NavigationView_android_background 0
-int styleable NavigationView_android_fitsSystemWindows 1
-int styleable NavigationView_android_maxWidth 2
-int styleable NavigationView_elevation 3
-int styleable NavigationView_headerLayout 4
-int styleable NavigationView_itemBackground 5
-int styleable NavigationView_itemIconTint 6
-int styleable NavigationView_itemTextAppearance 7
-int styleable NavigationView_itemTextColor 8
-int styleable NavigationView_menu 9
-int[] styleable PopupWindow { 0x010102c9, 0x01010176, 0x7f040189 }
-int styleable PopupWindow_android_popupAnimationStyle 0
-int styleable PopupWindow_android_popupBackground 1
-int styleable PopupWindow_overlapAnchor 2
-int[] styleable PopupWindowBackgroundState { 0x7f040223 }
-int styleable PopupWindowBackgroundState_state_above_anchor 0
-int[] styleable ProgressView { 0x7f04019d, 0x7f04019e, 0x7f04019f, 0x7f0401a0, 0x7f0401a1, 0x7f0401a2 }
-int styleable ProgressView_pv_autostart 0
-int styleable ProgressView_pv_circular 1
-int styleable ProgressView_pv_progress 2
-int styleable ProgressView_pv_progressMode 3
-int styleable ProgressView_pv_progressStyle 4
-int styleable ProgressView_pv_secondaryProgress 5
-int[] styleable RadioButtonDrawable { 0x7f0401a9, 0x7f0401aa, 0x7f0401ab, 0x7f0401ac, 0x7f0401ad, 0x7f0401ae, 0x7f0401af }
-int styleable RadioButtonDrawable_rbd_animDuration 0
-int styleable RadioButtonDrawable_rbd_height 1
-int styleable RadioButtonDrawable_rbd_innerRadius 2
-int styleable RadioButtonDrawable_rbd_radius 3
-int styleable RadioButtonDrawable_rbd_strokeColor 4
-int styleable RadioButtonDrawable_rbd_strokeSize 5
-int styleable RadioButtonDrawable_rbd_width 6
-int[] styleable RecycleListView { 0x7f04018a, 0x7f04018d }
-int styleable RecycleListView_paddingBottomNoButtons 0
-int styleable RecycleListView_paddingTopNoTitle 1
-int[] styleable RecyclerView { 0x010100f1, 0x010100c4, 0x7f04011e, 0x7f04011f, 0x7f040120, 0x7f040121, 0x7f040122, 0x7f040149, 0x7f0401c6, 0x7f040207, 0x7f040222 }
-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 RippleDrawable { 0x7f0401b0, 0x7f0401b1, 0x7f0401b2, 0x7f0401b3, 0x7f0401b4, 0x7f0401b5, 0x7f0401b6, 0x7f0401b8, 0x7f0401b9, 0x7f0401ba, 0x7f0401bb, 0x7f0401bc, 0x7f0401bd, 0x7f0401be, 0x7f0401bf, 0x7f0401c0, 0x7f0401c1, 0x7f0401c3, 0x7f0401c4, 0x7f0401c5 }
-int styleable RippleDrawable_rd_backgroundAnimDuration 0
-int styleable RippleDrawable_rd_backgroundColor 1
-int styleable RippleDrawable_rd_bottomLeftCornerRadius 2
-int styleable RippleDrawable_rd_bottomPadding 3
-int styleable RippleDrawable_rd_bottomRightCornerRadius 4
-int styleable RippleDrawable_rd_cornerRadius 5
-int styleable RippleDrawable_rd_delayClick 6
-int styleable RippleDrawable_rd_inInterpolator 7
-int styleable RippleDrawable_rd_leftPadding 8
-int styleable RippleDrawable_rd_maskType 9
-int styleable RippleDrawable_rd_maxRippleRadius 10
-int styleable RippleDrawable_rd_outInterpolator 11
-int styleable RippleDrawable_rd_padding 12
-int styleable RippleDrawable_rd_rightPadding 13
-int styleable RippleDrawable_rd_rippleAnimDuration 14
-int styleable RippleDrawable_rd_rippleColor 15
-int styleable RippleDrawable_rd_rippleType 16
-int styleable RippleDrawable_rd_topLeftCornerRadius 17
-int styleable RippleDrawable_rd_topPadding 18
-int styleable RippleDrawable_rd_topRightCornerRadius 19
-int[] styleable RippleView { 0x7f0401b7, 0x7f0401c2 }
-int styleable RippleView_rd_enable 0
-int styleable RippleView_rd_style 1
-int[] styleable ScrimInsetsFrameLayout { 0x7f040140 }
-int styleable ScrimInsetsFrameLayout_insetForeground 0
-int[] styleable ScrollingViewBehavior_Layout { 0x7f04003a }
-int styleable ScrollingViewBehavior_Layout_behavior_overlapTop 0
-int[] styleable SearchView { 0x010100da, 0x01010264, 0x01010220, 0x0101011f, 0x7f040063, 0x7f040074, 0x7f040099, 0x7f04012f, 0x7f04013c, 0x7f040148, 0x7f0401a3, 0x7f0401a4, 0x7f0401e7, 0x7f0401e8, 0x7f040229, 0x7f04022e, 0x7f040296 }
-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 SimpleDialog { 0x7f0400a1, 0x7f0400a8, 0x7f0400a9, 0x7f0400ae, 0x7f0400af, 0x7f0400bd }
-int styleable SimpleDialog_di_checkBoxStyle 0
-int styleable SimpleDialog_di_itemHeight 1
-int styleable SimpleDialog_di_itemTextAppearance 2
-int styleable SimpleDialog_di_messageTextAppearance 3
-int styleable SimpleDialog_di_messageTextColor 4
-int styleable SimpleDialog_di_radioButtonStyle 5
-int[] styleable Slider { 0x0101000e, 0x010100af, 0x7f0401f2, 0x7f0401f3, 0x7f0401f4, 0x7f0401f5, 0x7f0401f6, 0x7f0401f7, 0x7f0401f8, 0x7f0401f9, 0x7f0401fa, 0x7f0401fb, 0x7f0401fc, 0x7f0401fd, 0x7f0401fe, 0x7f0401ff, 0x7f040200, 0x7f040201, 0x7f040202, 0x7f040203, 0x7f040204, 0x7f040205, 0x7f040206 }
-int styleable Slider_android_enabled 0
-int styleable Slider_android_gravity 1
-int styleable Slider_sl_alwaysFillThumb 2
-int styleable Slider_sl_baselineOffset 3
-int styleable Slider_sl_discreteMode 4
-int styleable Slider_sl_fontFamily 5
-int styleable Slider_sl_interpolator 6
-int styleable Slider_sl_maxValue 7
-int styleable Slider_sl_minValue 8
-int styleable Slider_sl_primaryColor 9
-int styleable Slider_sl_secondaryColor 10
-int styleable Slider_sl_stepValue 11
-int styleable Slider_sl_textColor 12
-int styleable Slider_sl_textSize 13
-int styleable Slider_sl_textStyle 14
-int styleable Slider_sl_thumbBorderSize 15
-int styleable Slider_sl_thumbFocusRadius 16
-int styleable Slider_sl_thumbRadius 17
-int styleable Slider_sl_trackCap 18
-int styleable Slider_sl_trackSize 19
-int styleable Slider_sl_transformAnimDuration 20
-int styleable Slider_sl_travelAnimDuration 21
-int styleable Slider_sl_value 22
-int[] styleable SnackBar { 0x7f0401c8, 0x7f0401c9, 0x7f0401ca, 0x7f0401cb, 0x7f0401cc, 0x7f0401cd, 0x7f0401ce, 0x7f0401cf, 0x7f0401d0, 0x7f0401d1, 0x7f0401d2, 0x7f0401d3, 0x7f0401d4, 0x7f0401d5, 0x7f0401d6, 0x7f0401d7, 0x7f0401d8, 0x7f0401d9, 0x7f0401da, 0x7f0401db, 0x7f0401dc, 0x7f0401dd, 0x7f0401de, 0x7f0401df, 0x7f0401e0, 0x7f0401e1, 0x7f0401e2, 0x7f0401e3, 0x7f0401e4 }
-int styleable SnackBar_sb_actionRipple 0
-int styleable SnackBar_sb_actionText 1
-int styleable SnackBar_sb_actionTextAppearance 2
-int styleable SnackBar_sb_actionTextColor 3
-int styleable SnackBar_sb_actionTextSize 4
-int styleable SnackBar_sb_backgroundColor 5
-int styleable SnackBar_sb_backgroundCornerRadius 6
-int styleable SnackBar_sb_duration 7
-int styleable SnackBar_sb_ellipsize 8
-int styleable SnackBar_sb_height 9
-int styleable SnackBar_sb_horizontalPadding 10
-int styleable SnackBar_sb_inAnimation 11
-int styleable SnackBar_sb_lines 12
-int styleable SnackBar_sb_marginBottom 13
-int styleable SnackBar_sb_marginStart 14
-int styleable SnackBar_sb_maxHeight 15
-int styleable SnackBar_sb_maxLines 16
-int styleable SnackBar_sb_maxWidth 17
-int styleable SnackBar_sb_minHeight 18
-int styleable SnackBar_sb_minWidth 19
-int styleable SnackBar_sb_outAnimation 20
-int styleable SnackBar_sb_removeOnDismiss 21
-int styleable SnackBar_sb_singleLine 22
-int styleable SnackBar_sb_text 23
-int styleable SnackBar_sb_textAppearance 24
-int styleable SnackBar_sb_textColor 25
-int styleable SnackBar_sb_textSize 26
-int styleable SnackBar_sb_verticalPadding 27
-int styleable SnackBar_sb_width 28
-int[] styleable SnackbarLayout { 0x0101011f, 0x7f0400eb, 0x7f04017e }
-int styleable SnackbarLayout_android_maxWidth 0
-int styleable SnackbarLayout_elevation 1
-int styleable SnackbarLayout_maxActionInlineWidth 2
-int[] styleable Spinner { 0x01010262, 0x010100b2, 0x010100af, 0x01010140, 0x0101013f, 0x01010176, 0x0101017b, 0x7f040197, 0x7f04020c, 0x7f04020d, 0x7f04020e, 0x7f04020f, 0x7f040210, 0x7f040211, 0x7f040212, 0x7f040213, 0x7f040214, 0x7f040215, 0x7f040216, 0x7f040217, 0x7f040218, 0x7f040219, 0x7f04021a, 0x7f04021b, 0x7f04021c, 0x7f04021d, 0x7f04021e, 0x7f04021f, 0x7f040220 }
-int styleable Spinner_android_dropDownWidth 0
-int styleable Spinner_android_entries 1
-int styleable Spinner_android_gravity 2
-int styleable Spinner_android_minHeight 3
-int styleable Spinner_android_minWidth 4
-int styleable Spinner_android_popupBackground 5
-int styleable Spinner_android_prompt 6
-int styleable Spinner_popupTheme 7
-int styleable Spinner_spn_arrowAnimClockwise 8
-int styleable Spinner_spn_arrowAnimDuration 9
-int styleable Spinner_spn_arrowColor 10
-int styleable Spinner_spn_arrowInterpolator 11
-int styleable Spinner_spn_arrowPadding 12
-int styleable Spinner_spn_arrowSize 13
-int styleable Spinner_spn_arrowSwitchMode 14
-int styleable Spinner_spn_disableChildrenWhenDisabled 15
-int styleable Spinner_spn_dividerAnimDuration 16
-int styleable Spinner_spn_dividerColor 17
-int styleable Spinner_spn_dividerHeight 18
-int styleable Spinner_spn_dividerPadding 19
-int styleable Spinner_spn_label 20
-int styleable Spinner_spn_labelEllipsize 21
-int styleable Spinner_spn_labelEnable 22
-int styleable Spinner_spn_labelPadding 23
-int styleable Spinner_spn_labelTextAppearance 24
-int styleable Spinner_spn_labelTextColor 25
-int styleable Spinner_spn_labelTextSize 26
-int styleable Spinner_spn_popupItemAnimOffset 27
-int styleable Spinner_spn_popupItemAnimation 28
-int[] styleable Switch { 0x01010106, 0x010100af, 0x7f04022f, 0x7f040230, 0x7f040231, 0x7f040232, 0x7f040233, 0x7f040234, 0x7f040235, 0x7f040236 }
-int styleable Switch_android_checked 0
-int styleable Switch_android_gravity 1
-int styleable Switch_sw_animDuration 2
-int styleable Switch_sw_interpolator 3
-int styleable Switch_sw_thumbColor 4
-int styleable Switch_sw_thumbElevation 5
-int styleable Switch_sw_thumbRadius 6
-int styleable Switch_sw_trackCap 7
-int styleable Switch_sw_trackColor 8
-int styleable Switch_sw_trackSize 9
-int[] styleable SwitchCompat { 0x01010125, 0x01010124, 0x01010142, 0x7f0401ef, 0x7f04020b, 0x7f040237, 0x7f040238, 0x7f04023a, 0x7f040259, 0x7f04025a, 0x7f04025b, 0x7f040290, 0x7f040291, 0x7f040292 }
-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 TabItem { 0x01010002, 0x010100f2, 0x0101014f }
-int styleable TabItem_android_icon 0
-int styleable TabItem_android_layout 1
-int styleable TabItem_android_text 2
-int[] styleable TabLayout { 0x7f04023b, 0x7f04023c, 0x7f04023d, 0x7f04023e, 0x7f04023f, 0x7f040240, 0x7f040241, 0x7f040242, 0x7f040243, 0x7f040244, 0x7f040245, 0x7f040246, 0x7f040247, 0x7f040248, 0x7f040249, 0x7f04024a }
-int styleable TabLayout_tabBackground 0
-int styleable TabLayout_tabContentStart 1
-int styleable TabLayout_tabGravity 2
-int styleable TabLayout_tabIndicatorColor 3
-int styleable TabLayout_tabIndicatorHeight 4
-int styleable TabLayout_tabMaxWidth 5
-int styleable TabLayout_tabMinWidth 6
-int styleable TabLayout_tabMode 7
-int styleable TabLayout_tabPadding 8
-int styleable TabLayout_tabPaddingBottom 9
-int styleable TabLayout_tabPaddingEnd 10
-int styleable TabLayout_tabPaddingStart 11
-int styleable TabLayout_tabPaddingTop 12
-int styleable TabLayout_tabSelectedTextColor 13
-int styleable TabLayout_tabTextAppearance 14
-int styleable TabLayout_tabTextColor 15
-int[] styleable TabPageIndicator { 0x01010034, 0x7f040288, 0x7f040289, 0x7f04028a, 0x7f04028b, 0x7f04028c, 0x7f04028d, 0x7f04028e, 0x7f04028f }
-int styleable TabPageIndicator_android_textAppearance 0
-int styleable TabPageIndicator_tpi_centerCurrentTab 1
-int styleable TabPageIndicator_tpi_indicatorAtTop 2
-int styleable TabPageIndicator_tpi_indicatorColor 3
-int styleable TabPageIndicator_tpi_indicatorHeight 4
-int styleable TabPageIndicator_tpi_mode 5
-int styleable TabPageIndicator_tpi_tabPadding 6
-int styleable TabPageIndicator_tpi_tabRipple 7
-int styleable TabPageIndicator_tpi_tabSingleLine 8
-int[] styleable TextAppearance { 0x0101045d, 0x010103ac, 0x010104b7, 0x010104b6, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x0101038c, 0x01010098, 0x01010099, 0x0101009a, 0x0101009b, 0x01010095, 0x01010097, 0x01010096, 0x7f040124, 0x7f04024b, 0x7f040293 }
-int styleable TextAppearance_android_elegantTextHeight 0
-int styleable TextAppearance_android_fontFamily 1
-int styleable TextAppearance_android_fontFeatureSettings 2
-int styleable TextAppearance_android_letterSpacing 3
-int styleable TextAppearance_android_shadowColor 4
-int styleable TextAppearance_android_shadowDx 5
-int styleable TextAppearance_android_shadowDy 6
-int styleable TextAppearance_android_shadowRadius 7
-int styleable TextAppearance_android_textAllCaps 8
-int styleable TextAppearance_android_textColor 9
-int styleable TextAppearance_android_textColorHighlight 10
-int styleable TextAppearance_android_textColorHint 11
-int styleable TextAppearance_android_textColorLink 12
-int styleable TextAppearance_android_textSize 13
-int styleable TextAppearance_android_textStyle 14
-int styleable TextAppearance_android_typeface 15
-int styleable TextAppearance_fontFamily 16
-int styleable TextAppearance_textAllCaps 17
-int styleable TextAppearance_tv_fontFamily 18
-int[] styleable TextInputLayout { 0x01010150, 0x0101009a, 0x7f040083, 0x7f040084, 0x7f040085, 0x7f040086, 0x7f0400ec, 0x7f0400ed, 0x7f040133, 0x7f040134, 0x7f040136, 0x7f040191, 0x7f040192, 0x7f040193, 0x7f040194, 0x7f040195 }
-int styleable TextInputLayout_android_hint 0
-int styleable TextInputLayout_android_textColorHint 1
-int styleable TextInputLayout_counterEnabled 2
-int styleable TextInputLayout_counterMaxLength 3
-int styleable TextInputLayout_counterOverflowTextAppearance 4
-int styleable TextInputLayout_counterTextAppearance 5
-int styleable TextInputLayout_errorEnabled 6
-int styleable TextInputLayout_errorTextAppearance 7
-int styleable TextInputLayout_hintAnimationEnabled 8
-int styleable TextInputLayout_hintEnabled 9
-int styleable TextInputLayout_hintTextAppearance 10
-int styleable TextInputLayout_passwordToggleContentDescription 11
-int styleable TextInputLayout_passwordToggleDrawable 12
-int styleable TextInputLayout_passwordToggleEnabled 13
-int styleable TextInputLayout_passwordToggleTint 14
-int styleable TextInputLayout_passwordToggleTintMode 15
-int[] styleable TextView { 0x01010152, 0x0101016e, 0x01010393, 0x0101016f, 0x01010171, 0x01010170, 0x01010392, 0x0101016d, 0x0101045d, 0x01010158, 0x010103ac, 0x010104b7, 0x010100af, 0x01010155, 0x0101015f, 0x010104b6, 0x01010217, 0x01010218, 0x01010154, 0x01010157, 0x01010120, 0x01010160, 0x01010153, 0x0101011f, 0x0101015a, 0x01010140, 0x01010156, 0x0101013f, 0x0101015b, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x0101015d, 0x0101038c, 0x01010098, 0x01010099, 0x0101009a, 0x0101009b, 0x01010151, 0x01010095, 0x01010097, 0x01010096, 0x01010159, 0x7f040293 }
-int styleable TextView_android_cursorVisible 0
-int styleable TextView_android_drawableBottom 1
-int styleable TextView_android_drawableEnd 2
-int styleable TextView_android_drawableLeft 3
-int styleable TextView_android_drawablePadding 4
-int styleable TextView_android_drawableRight 5
-int styleable TextView_android_drawableStart 6
-int styleable TextView_android_drawableTop 7
-int styleable TextView_android_elegantTextHeight 8
-int styleable TextView_android_ems 9
-int styleable TextView_android_fontFamily 10
-int styleable TextView_android_fontFeatureSettings 11
-int styleable TextView_android_gravity 12
-int styleable TextView_android_height 13
-int styleable TextView_android_includeFontPadding 14
-int styleable TextView_android_letterSpacing 15
-int styleable TextView_android_lineSpacingExtra 16
-int styleable TextView_android_lineSpacingMultiplier 17
-int styleable TextView_android_lines 18
-int styleable TextView_android_maxEms 19
-int styleable TextView_android_maxHeight 20
-int styleable TextView_android_maxLength 21
-int styleable TextView_android_maxLines 22
-int styleable TextView_android_maxWidth 23
-int styleable TextView_android_minEms 24
-int styleable TextView_android_minHeight 25
-int styleable TextView_android_minLines 26
-int styleable TextView_android_minWidth 27
-int styleable TextView_android_scrollHorizontally 28
-int styleable TextView_android_shadowColor 29
-int styleable TextView_android_shadowDx 30
-int styleable TextView_android_shadowDy 31
-int styleable TextView_android_shadowRadius 32
-int styleable TextView_android_singleLine 33
-int styleable TextView_android_textAllCaps 34
-int styleable TextView_android_textColor 35
-int styleable TextView_android_textColorHighlight 36
-int styleable TextView_android_textColorHint 37
-int styleable TextView_android_textColorLink 38
-int styleable TextView_android_textScaleX 39
-int styleable TextView_android_textSize 40
-int styleable TextView_android_textStyle 41
-int styleable TextView_android_typeface 42
-int styleable TextView_android_width 43
-int styleable TextView_tv_fontFamily 44
-int[] styleable TextViewAppearance { 0x01010034 }
-int styleable TextViewAppearance_android_textAppearance 0
-int[] styleable ThemableView { 0x7f040295 }
-int styleable ThemableView_v_styleId 0
-int[] styleable Theme { 0x7f040001, 0x7f040002, 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f04000d, 0x7f04000f, 0x7f040010, 0x7f040011, 0x7f040012, 0x7f040013, 0x7f040014, 0x7f040015, 0x7f040016, 0x7f040017, 0x7f040018, 0x7f040019, 0x7f04001a, 0x7f04001b, 0x7f04001c, 0x7f04001d, 0x7f04001e, 0x7f04001f, 0x7f040022, 0x7f040023, 0x7f040024, 0x7f040025, 0x7f040026, 0x010100ae, 0x01010057, 0x7f04002c, 0x7f04003e, 0x7f040048, 0x7f040049, 0x7f04004a, 0x7f04004b, 0x7f04004c, 0x7f04004f, 0x7f040050, 0x7f040061, 0x7f040062, 0x7f04006a, 0x7f04006c, 0x7f04006d, 0x7f04006e, 0x7f04006f, 0x7f040071, 0x7f040072, 0x7f040073, 0x7f040082, 0x7f0400c0, 0x7f0400c1, 0x7f0400c4, 0x7f0400c6, 0x7f0400e6, 0x7f0400e7, 0x7f0400e8, 0x7f0400e9, 0x7f0400ea, 0x7f040137, 0x7f04013d, 0x7f040154, 0x7f040155, 0x7f040159, 0x7f04015a, 0x7f04015b, 0x7f04015c, 0x7f04015d, 0x7f04015e, 0x7f04018e, 0x7f04018f, 0x7f040190, 0x7f040196, 0x7f040198, 0x7f0401a5, 0x7f0401a6, 0x7f0401e9, 0x7f0401ea, 0x7f0401eb, 0x7f0401ec, 0x7f040209, 0x7f04020a, 0x7f040239, 0x7f04024c, 0x7f04024d, 0x7f04024f, 0x7f040251, 0x7f040252, 0x7f040253, 0x7f040254, 0x7f040256, 0x7f04026d, 0x7f04026e, 0x7f040297, 0x7f040298, 0x7f040299, 0x7f04029a, 0x7f04029b, 0x7f04029c, 0x7f04029d, 0x7f04029e, 0x7f04029f, 0x7f0402a0 }
-int styleable Theme_actionBarDivider 0
-int styleable Theme_actionBarItemBackground 1
-int styleable Theme_actionBarPopupTheme 2
-int styleable Theme_actionBarSize 3
-int styleable Theme_actionBarSplitStyle 4
-int styleable Theme_actionBarStyle 5
-int styleable Theme_actionBarTabBarStyle 6
-int styleable Theme_actionBarTabStyle 7
-int styleable Theme_actionBarTabTextStyle 8
-int styleable Theme_actionBarTheme 9
-int styleable Theme_actionBarWidgetTheme 10
-int styleable Theme_actionButtonStyle 11
-int styleable Theme_actionDropDownStyle 12
-int styleable Theme_actionMenuTextAppearance 13
-int styleable Theme_actionMenuTextColor 14
-int styleable Theme_actionModeBackground 15
-int styleable Theme_actionModeCloseButtonStyle 16
-int styleable Theme_actionModeCloseDrawable 17
-int styleable Theme_actionModeCopyDrawable 18
-int styleable Theme_actionModeCutDrawable 19
-int styleable Theme_actionModeFindDrawable 20
-int styleable Theme_actionModePasteDrawable 21
-int styleable Theme_actionModePopupWindowStyle 22
-int styleable Theme_actionModeSelectAllDrawable 23
-int styleable Theme_actionModeShareDrawable 24
-int styleable Theme_actionModeSplitBackground 25
-int styleable Theme_actionModeStyle 26
-int styleable Theme_actionModeWebSearchDrawable 27
-int styleable Theme_actionOverflowButtonStyle 28
-int styleable Theme_actionOverflowMenuStyle 29
-int styleable Theme_activityChooserViewStyle 30
-int styleable Theme_alertDialogButtonGroupStyle 31
-int styleable Theme_alertDialogCenterButtons 32
-int styleable Theme_alertDialogStyle 33
-int styleable Theme_alertDialogTheme 34
-int styleable Theme_android_windowAnimationStyle 35
-int styleable Theme_android_windowIsFloating 36
-int styleable Theme_autoCompleteTextViewStyle 37
-int styleable Theme_borderlessButtonStyle 38
-int styleable Theme_buttonBarButtonStyle 39
-int styleable Theme_buttonBarNegativeButtonStyle 40
-int styleable Theme_buttonBarNeutralButtonStyle 41
-int styleable Theme_buttonBarPositiveButtonStyle 42
-int styleable Theme_buttonBarStyle 43
-int styleable Theme_buttonStyle 44
-int styleable Theme_buttonStyleSmall 45
-int styleable Theme_checkboxStyle 46
-int styleable Theme_checkedTextViewStyle 47
-int styleable Theme_colorAccent 48
-int styleable Theme_colorButtonNormal 49
-int styleable Theme_colorControlActivated 50
-int styleable Theme_colorControlHighlight 51
-int styleable Theme_colorControlNormal 52
-int styleable Theme_colorPrimary 53
-int styleable Theme_colorPrimaryDark 54
-int styleable Theme_colorSwitchThumbNormal 55
-int styleable Theme_controlBackground 56
-int styleable Theme_dialogPreferredPadding 57
-int styleable Theme_dialogTheme 58
-int styleable Theme_dividerHorizontal 59
-int styleable Theme_dividerVertical 60
-int styleable Theme_dropDownListViewStyle 61
-int styleable Theme_dropdownListPreferredItemHeight 62
-int styleable Theme_editTextBackground 63
-int styleable Theme_editTextColor 64
-int styleable Theme_editTextStyle 65
-int styleable Theme_homeAsUpIndicator 66
-int styleable Theme_imageButtonStyle 67
-int styleable Theme_listChoiceBackgroundIndicator 68
-int styleable Theme_listDividerAlertDialog 69
-int styleable Theme_listPopupWindowStyle 70
-int styleable Theme_listPreferredItemHeight 71
-int styleable Theme_listPreferredItemHeightLarge 72
-int styleable Theme_listPreferredItemHeightSmall 73
-int styleable Theme_listPreferredItemPaddingLeft 74
-int styleable Theme_listPreferredItemPaddingRight 75
-int styleable Theme_panelBackground 76
-int styleable Theme_panelMenuListTheme 77
-int styleable Theme_panelMenuListWidth 78
-int styleable Theme_popupMenuStyle 79
-int styleable Theme_popupWindowStyle 80
-int styleable Theme_radioButtonStyle 81
-int styleable Theme_ratingBarStyle 82
-int styleable Theme_searchViewStyle 83
-int styleable Theme_seekBarStyle 84
-int styleable Theme_selectableItemBackground 85
-int styleable Theme_selectableItemBackgroundBorderless 86
-int styleable Theme_spinnerDropDownItemStyle 87
-int styleable Theme_spinnerStyle 88
-int styleable Theme_switchStyle 89
-int styleable Theme_textAppearanceLargePopupMenu 90
-int styleable Theme_textAppearanceListItem 91
-int styleable Theme_textAppearanceListItemSmall 92
-int styleable Theme_textAppearanceSearchResultSubtitle 93
-int styleable Theme_textAppearanceSearchResultTitle 94
-int styleable Theme_textAppearanceSmallPopupMenu 95
-int styleable Theme_textColorAlertDialogListItem 96
-int styleable Theme_textColorSearchUrl 97
-int styleable Theme_toolbarNavigationButtonStyle 98
-int styleable Theme_toolbarStyle 99
-int styleable Theme_windowActionBar 100
-int styleable Theme_windowActionBarOverlay 101
-int styleable Theme_windowActionModeOverlay 102
-int styleable Theme_windowFixedHeightMajor 103
-int styleable Theme_windowFixedHeightMinor 104
-int styleable Theme_windowFixedWidthMajor 105
-int styleable Theme_windowFixedWidthMinor 106
-int styleable Theme_windowMinWidthMajor 107
-int styleable Theme_windowMinWidthMinor 108
-int styleable Theme_windowNoTitle 109
-int[] styleable TimePicker { 0x7f040272, 0x7f040274, 0x7f040275, 0x7f040276, 0x7f040278, 0x7f040279, 0x7f04027b, 0x7f04027c, 0x7f04027d, 0x7f04027f, 0x7f040280, 0x7f040281, 0x7f040282, 0x7f040283, 0x7f040284, 0x7f040287 }
-int styleable TimePicker_tp_24Hour 0
-int styleable TimePicker_tp_animDuration 1
-int styleable TimePicker_tp_backgroundColor 2
-int styleable TimePicker_tp_fontFamily 3
-int styleable TimePicker_tp_hour 4
-int styleable TimePicker_tp_inInterpolator 5
-int styleable TimePicker_tp_minute 6
-int styleable TimePicker_tp_mode 7
-int styleable TimePicker_tp_outInterpolator 8
-int styleable TimePicker_tp_selectionColor 9
-int styleable TimePicker_tp_selectionRadius 10
-int styleable TimePicker_tp_textColor 11
-int styleable TimePicker_tp_textHighlightColor 12
-int styleable TimePicker_tp_textSize 13
-int styleable TimePicker_tp_textStyle 14
-int styleable TimePicker_tp_tickSize 15
-int[] styleable TimePickerDialog { 0x7f040273, 0x7f040277, 0x7f04027a, 0x7f04027e, 0x7f040285, 0x7f040286 }
-int styleable TimePickerDialog_tp_am 0
-int styleable TimePickerDialog_tp_headerHeight 1
-int styleable TimePickerDialog_tp_leadingZero 2
-int styleable TimePickerDialog_tp_pm 3
-int styleable TimePickerDialog_tp_textTimeColor 4
-int styleable TimePickerDialog_tp_textTimeSize 5
-int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f04004d, 0x7f040065, 0x7f040066, 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b, 0x7f04016e, 0x7f04016f, 0x7f04017f, 0x7f040183, 0x7f040184, 0x7f040197, 0x7f04022a, 0x7f04022b, 0x7f04022c, 0x7f040261, 0x7f040263, 0x7f040264, 0x7f040265, 0x7f040266, 0x7f040267, 0x7f040268, 0x7f040269, 0x7f04026a }
-int styleable Toolbar_android_gravity 0
-int styleable Toolbar_android_minHeight 1
-int styleable Toolbar_buttonGravity 2
-int styleable Toolbar_collapseContentDescription 3
-int styleable Toolbar_collapseIcon 4
-int styleable Toolbar_contentInsetEnd 5
-int styleable Toolbar_contentInsetEndWithActions 6
-int styleable Toolbar_contentInsetLeft 7
-int styleable Toolbar_contentInsetRight 8
-int styleable Toolbar_contentInsetStart 9
-int styleable Toolbar_contentInsetStartWithNavigation 10
-int styleable Toolbar_logo 11
-int styleable Toolbar_logoDescription 12
-int styleable Toolbar_maxButtonHeight 13
-int styleable Toolbar_navigationContentDescription 14
-int styleable Toolbar_navigationIcon 15
-int styleable Toolbar_popupTheme 16
-int styleable Toolbar_subtitle 17
-int styleable Toolbar_subtitleTextAppearance 18
-int styleable Toolbar_subtitleTextColor 19
-int styleable Toolbar_title 20
-int styleable Toolbar_titleMargin 21
-int styleable Toolbar_titleMarginBottom 22
-int styleable Toolbar_titleMarginEnd 23
-int styleable Toolbar_titleMarginStart 24
-int styleable Toolbar_titleMarginTop 25
-int styleable Toolbar_titleMargins 26
-int styleable Toolbar_titleTextAppearance 27
-int styleable Toolbar_titleTextColor 28
-int[] styleable View { 0x010100d4, 0x0101046b, 0x0101046c, 0x01010440, 0x010102aa, 0x010100e0, 0x010100da, 0x010103b2, 0x01010140, 0x0101013f, 0x010100d5, 0x010100d9, 0x010103b4, 0x010100d6, 0x010100d8, 0x010103b3, 0x010100d7, 0x010103a5, 0x010102a9, 0x010102a8, 0x01010063, 0x0101007f, 0x01010215, 0x01010119, 0x010103b1, 0x010103b0, 0x01010000, 0x010100dc, 0x7f04018b, 0x7f04018c, 0x7f040257 }
-int styleable View_android_background 0
-int styleable View_android_backgroundTint 1
-int styleable View_android_backgroundTintMode 2
-int styleable View_android_elevation 3
-int styleable View_android_fadeScrollbars 4
-int styleable View_android_fadingEdgeLength 5
-int styleable View_android_focusable 6
-int styleable View_android_layoutDirection 7
-int styleable View_android_minHeight 8
-int styleable View_android_minWidth 9
-int styleable View_android_padding 10
-int styleable View_android_paddingBottom 11
-int styleable View_android_paddingEnd 12
-int styleable View_android_paddingLeft 13
-int styleable View_android_paddingRight 14
-int styleable View_android_paddingStart 15
-int styleable View_android_paddingTop 16
-int styleable View_android_requiresFadingEdge 17
-int styleable View_android_scrollbarDefaultDelayBeforeFade 18
-int styleable View_android_scrollbarFadeDuration 19
-int styleable View_android_scrollbarSize 20
-int styleable View_android_scrollbarStyle 21
-int styleable View_android_soundEffectsEnabled 22
-int styleable View_android_src 23
-int styleable View_android_textAlignment 24
-int styleable View_android_textDirection 25
-int styleable View_android_theme 26
-int styleable View_android_visibility 27
-int styleable View_paddingEnd 28
-int styleable View_paddingStart 29
-int styleable View_theme 30
-int[] styleable ViewBackgroundHelper { 0x010100d4, 0x7f040035, 0x7f040036 }
-int styleable ViewBackgroundHelper_android_background 0
-int styleable ViewBackgroundHelper_backgroundTint 1
-int styleable ViewBackgroundHelper_backgroundTintMode 2
-int[] styleable ViewStubCompat { 0x010100d0, 0x010100f3, 0x010100f2 }
-int styleable ViewStubCompat_android_id 0
-int styleable ViewStubCompat_android_inflatedId 1
-int styleable ViewStubCompat_android_layout 2
-int[] styleable YearPicker { 0x7f0400c7, 0x7f0400cc, 0x7f0400d3, 0x7f0400d7, 0x7f0400d8, 0x7f0400d9, 0x7f0400dc, 0x7f0400de, 0x7f0400df, 0x7f0400e0, 0x7f0400e1, 0x7f0400e2, 0x7f0400e3 }
-int styleable YearPicker_dp_animDuration 0
-int styleable YearPicker_dp_fontFamily 1
-int styleable YearPicker_dp_inInterpolator 2
-int styleable YearPicker_dp_outInterpolator 3
-int styleable YearPicker_dp_selectionColor 4
-int styleable YearPicker_dp_textColor 5
-int styleable YearPicker_dp_textHighlightColor 6
-int styleable YearPicker_dp_textStyle 7
-int styleable YearPicker_dp_year 8
-int styleable YearPicker_dp_yearItemHeight 9
-int styleable YearPicker_dp_yearMax 10
-int styleable YearPicker_dp_yearMin 11
-int styleable YearPicker_dp_yearTextSize 12
-int xml nav_states 0x7f190001
+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
+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 arrowHeadLength
+attr arrowShaftLength
+attr autoCompleteTextViewStyle
+attr background
+attr backgroundSplit
+attr backgroundStacked
+attr backgroundTint
+attr backgroundTintMode
+attr barLength
+attr borderlessButtonStyle
+attr bsd_cancelable
+attr bsd_canceledOnTouchOutside
+attr bsd_dimAmount
+attr bsd_inDuration
+attr bsd_inInterpolator
+attr bsd_outDuration
+attr bsd_outInterpolator
+attr buttonBarButtonStyle
+attr buttonBarNegativeButtonStyle
+attr buttonBarNeutralButtonStyle
+attr buttonBarPositiveButtonStyle
+attr buttonBarStyle
+attr buttonPanelSideLayout
+attr buttonStyle
+attr buttonStyleSmall
+attr buttonTint
+attr buttonTintMode
+attr cardBackgroundColor
+attr cardCornerRadius
+attr cardElevation
+attr cardMaxElevation
+attr cardPreventCornerOverlap
+attr cardUseCompatPadding
+attr cbd_animDuration
+attr cbd_boxSize
+attr cbd_cornerRadius
+attr cbd_height
+attr cbd_strokeColor
+attr cbd_strokeSize
+attr cbd_tickColor
+attr cbd_width
+attr checkboxStyle
+attr checkedTextViewStyle
+attr closeIcon
+attr closeItemLayout
+attr collapseContentDescription
+attr collapseIcon
+attr color
+attr colorAccent
+attr colorButtonNormal
+attr colorControlActivated
+attr colorControlHighlight
+attr colorControlNormal
+attr colorPrimary
+attr colorPrimaryDark
+attr colorSwitchThumbNormal
+attr commitIcon
+attr contentInsetEnd
+attr contentInsetLeft
+attr contentInsetRight
+attr contentInsetStart
+attr contentPadding
+attr contentPaddingBottom
+attr contentPaddingLeft
+attr contentPaddingRight
+attr contentPaddingTop
+attr controlBackground
+attr cpd_inAnimDuration
+attr cpd_inStepColors
+attr cpd_inStepPercent
+attr cpd_initialAngle
+attr cpd_keepDuration
+attr cpd_maxSweepAngle
+attr cpd_minSweepAngle
+attr cpd_outAnimDuration
+attr cpd_padding
+attr cpd_reverse
+attr cpd_rotateDuration
+attr cpd_strokeColor
+attr cpd_strokeColors
+attr cpd_strokeSecondaryColor
+attr cpd_strokeSize
+attr cpd_transformDuration
+attr cpd_transformInterpolator
+attr customNavigationLayout
+attr defaultQueryHint
+attr di_actionBackground
+attr di_actionRipple
+attr di_actionTextAppearance
+attr di_actionTextColor
+attr di_backgroundColor
+attr di_cancelable
+attr di_canceledOnTouchOutside
+attr di_checkBoxStyle
+attr di_cornerRadius
+attr di_dimAmount
+attr di_dividerColor
+attr di_dividerHeight
+attr di_elevation
+attr di_inAnimation
+attr di_itemHeight
+attr di_itemTextAppearance
+attr di_layoutDirection
+attr di_maxElevation
+attr di_maxHeight
+attr di_maxWidth
+attr di_messageTextAppearance
+attr di_messageTextColor
+attr di_negativeActionBackground
+attr di_negativeActionRipple
+attr di_negativeActionTextAppearance
+attr di_negativeActionTextColor
+attr di_neutralActionBackground
+attr di_neutralActionRipple
+attr di_neutralActionTextAppearance
+attr di_neutralActionTextColor
+attr di_outAnimation
+attr di_positiveActionBackground
+attr di_positiveActionRipple
+attr di_positiveActionTextAppearance
+attr di_positiveActionTextColor
+attr di_radioButtonStyle
+attr di_titleTextAppearance
+attr di_titleTextColor
+attr dialogPreferredPadding
+attr dialogTheme
+attr displayOptions
+attr divider
+attr dividerHorizontal
+attr dividerPadding
+attr dividerVertical
+attr dp_animDuration
+attr dp_day
+attr dp_dayMax
+attr dp_dayMin
+attr dp_dayTextSize
+attr dp_fontFamily
+attr dp_headerPrimaryColor
+attr dp_headerPrimaryHeight
+attr dp_headerPrimaryTextSize
+attr dp_headerSecondaryColor
+attr dp_headerSecondaryHeight
+attr dp_headerSecondaryTextSize
+attr dp_inInterpolator
+attr dp_month
+attr dp_monthMax
+attr dp_monthMin
+attr dp_outInterpolator
+attr dp_selectionColor
+attr dp_textColor
+attr dp_textDisableColor
+attr dp_textHeaderColor
+attr dp_textHighlightColor
+attr dp_textLabelColor
+attr dp_textStyle
+attr dp_year
+attr dp_yearItemHeight
+attr dp_yearMax
+attr dp_yearMin
+attr dp_yearTextSize
+attr drawableSize
+attr drawerArrowStyle
+attr dropDownListViewStyle
+attr dropdownListPreferredItemHeight
+attr editTextBackground
+attr editTextColor
+attr editTextStyle
+attr elevation
+attr et_autoCompleteMode
+attr et_dividerAnimDuration
+attr et_dividerColor
+attr et_dividerCompoundPadding
+attr et_dividerErrorColor
+attr et_dividerHeight
+attr et_dividerPadding
+attr et_error
+attr et_helper
+attr et_inputId
+attr et_labelEllipsize
+attr et_labelEnable
+attr et_labelInAnim
+attr et_labelOutAnim
+attr et_labelPadding
+attr et_labelTextAppearance
+attr et_labelTextColor
+attr et_labelTextSize
+attr et_supportEllipsize
+attr et_supportLines
+attr et_supportMaxChars
+attr et_supportMaxLines
+attr et_supportMode
+attr et_supportPadding
+attr et_supportSingleLine
+attr et_supportTextAppearance
+attr et_supportTextColor
+attr et_supportTextErrorColor
+attr et_supportTextSize
+attr expandActivityOverflowButtonDrawable
+attr fab_animDuration
+attr fab_backgroundAnimDuration
+attr fab_backgroundColor
+attr fab_elevation
+attr fab_iconLineMorphing
+attr fab_iconSize
+attr fab_iconSrc
+attr fab_interpolator
+attr fab_radius
+attr gapBetweenBars
+attr goIcon
+attr height
+attr hideOnContentScroll
+attr hintText
+attr homeAsUpIndicator
+attr homeLayout
+attr icon
+attr iconifiedByDefault
+attr imageButtonStyle
+attr indeterminateProgressStyle
+attr initialActivityCount
+attr isLightTheme
+attr itemPadding
+attr layout
+attr layoutManager
+attr listChoiceBackgroundIndicator
+attr listDividerAlertDialog
+attr listItemLayout
+attr listLayout
+attr listPopupWindowStyle
+attr listPreferredItemHeight
+attr listPreferredItemHeightLarge
+attr listPreferredItemHeightSmall
+attr listPreferredItemPaddingLeft
+attr listPreferredItemPaddingRight
+attr lmd_animDuration
+attr lmd_clockwise
+attr lmd_curState
+attr lmd_interpolator
+attr lmd_layoutDirection
+attr lmd_padding
+attr lmd_paddingBottom
+attr lmd_paddingLeft
+attr lmd_paddingRight
+attr lmd_paddingTop
+attr lmd_state
+attr lmd_strokeCap
+attr lmd_strokeColor
+attr lmd_strokeJoin
+attr lmd_strokeSize
+attr logo
+attr logoDescription
+attr lpd_inAnimDuration
+attr lpd_keepDuration
+attr lpd_maxLineWidth
+attr lpd_minLineWidth
+attr lpd_outAnimDuration
+attr lpd_reverse
+attr lpd_strokeColor
+attr lpd_strokeColors
+attr lpd_strokeSecondaryColor
+attr lpd_strokeSize
+attr lpd_transformDuration
+attr lpd_transformInterpolator
+attr lpd_travelDuration
+attr lpd_verticalAlign
+attr maxButtonHeight
+attr measureWithLargestChild
+attr multiChoiceItemLayout
+attr navigationContentDescription
+attr navigationIcon
+attr navigationMode
+attr nd_icon
+attr nd_ripple
+attr overlapAnchor
+attr paddingEnd
+attr paddingStart
+attr panelBackground
+attr panelMenuListTheme
+attr panelMenuListWidth
+attr popupMenuStyle
+attr popupTheme
+attr popupWindowStyle
+attr preserveIconSpacing
+attr progressBarPadding
+attr progressBarStyle
+attr pv_autostart
+attr pv_circular
+attr pv_progress
+attr pv_progressMode
+attr pv_progressStyle
+attr pv_secondaryProgress
+attr queryBackground
+attr queryHint
+attr radioButtonStyle
+attr ratingBarStyle
+attr rbd_animDuration
+attr rbd_height
+attr rbd_innerRadius
+attr rbd_radius
+attr rbd_strokeColor
+attr rbd_strokeSize
+attr rbd_width
+attr rd_backgroundAnimDuration
+attr rd_backgroundColor
+attr rd_bottomLeftCornerRadius
+attr rd_bottomPadding
+attr rd_bottomRightCornerRadius
+attr rd_cornerRadius
+attr rd_delayClick
+attr rd_enable
+attr rd_inInterpolator
+attr rd_leftPadding
+attr rd_maskType
+attr rd_maxRippleRadius
+attr rd_outInterpolator
+attr rd_padding
+attr rd_rightPadding
+attr rd_rippleAnimDuration
+attr rd_rippleColor
+attr rd_rippleType
+attr rd_style
+attr rd_topLeftCornerRadius
+attr rd_topPadding
+attr rd_topRightCornerRadius
+attr reverseLayout
+attr sb_actionRipple
+attr sb_actionText
+attr sb_actionTextAppearance
+attr sb_actionTextColor
+attr sb_actionTextSize
+attr sb_backgroundColor
+attr sb_backgroundCornerRadius
+attr sb_duration
+attr sb_ellipsize
+attr sb_height
+attr sb_horizontalPadding
+attr sb_inAnimation
+attr sb_lines
+attr sb_marginBottom
+attr sb_marginStart
+attr sb_maxHeight
+attr sb_maxLines
+attr sb_maxWidth
+attr sb_minHeight
+attr sb_minWidth
+attr sb_outAnimation
+attr sb_removeOnDismiss
+attr sb_singleLine
+attr sb_text
+attr sb_textAppearance
+attr sb_textColor
+attr sb_textSize
+attr sb_verticalPadding
+attr sb_width
+attr searchHintIcon
+attr searchIcon
+attr searchViewStyle
+attr seekBarStyle
+attr selectableItemBackground
+attr selectableItemBackgroundBorderless
+attr showAsAction
+attr showDividers
+attr showText
+attr singleChoiceItemLayout
+attr sl_alwaysFillThumb
+attr sl_baselineOffset
+attr sl_discreteMode
+attr sl_fontFamily
+attr sl_interpolator
+attr sl_maxValue
+attr sl_minValue
+attr sl_primaryColor
+attr sl_secondaryColor
+attr sl_stepValue
+attr sl_textColor
+attr sl_textSize
+attr sl_textStyle
+attr sl_thumbBorderSize
+attr sl_thumbFocusRadius
+attr sl_thumbRadius
+attr sl_trackCap
+attr sl_trackSize
+attr sl_transformAnimDuration
+attr sl_travelAnimDuration
+attr sl_value
+attr spanCount
+attr spinBars
+attr spinnerDropDownItemStyle
+attr spinnerStyle
+attr splitTrack
+attr spn_arrowAnimClockwise
+attr spn_arrowAnimDuration
+attr spn_arrowColor
+attr spn_arrowInterpolator
+attr spn_arrowPadding
+attr spn_arrowSize
+attr spn_arrowSwitchMode
+attr spn_disableChildrenWhenDisabled
+attr spn_dividerAnimDuration
+attr spn_dividerColor
+attr spn_dividerHeight
+attr spn_dividerPadding
+attr spn_label
+attr spn_labelEllipsize
+attr spn_labelEnable
+attr spn_labelPadding
+attr spn_labelTextAppearance
+attr spn_labelTextColor
+attr spn_labelTextSize
+attr spn_popupItemAnimOffset
+attr spn_popupItemAnimation
+attr stackFromEnd
+attr state_above_anchor
+attr submitBackground
+attr subtitle
+attr subtitleTextAppearance
+attr subtitleTextColor
+attr subtitleTextStyle
+attr suggestionRowLayout
+attr sw_animDuration
+attr sw_interpolator
+attr sw_thumbColor
+attr sw_thumbElevation
+attr sw_thumbRadius
+attr sw_trackCap
+attr sw_trackColor
+attr sw_trackSize
+attr switchMinWidth
+attr switchPadding
+attr switchStyle
+attr switchTextAppearance
+attr textAllCaps
+attr textAppearanceLargePopupMenu
+attr textAppearanceListItem
+attr textAppearanceListItemSmall
+attr textAppearanceSearchResultSubtitle
+attr textAppearanceSearchResultTitle
+attr textAppearanceSmallPopupMenu
+attr textColorAlertDialogListItem
+attr textColorSearchUrl
+attr theme
+attr thickness
+attr thumbTextPadding
+attr title
+attr titleMarginBottom
+attr titleMarginEnd
+attr titleMarginStart
+attr titleMarginTop
+attr titleMargins
+attr titleTextAppearance
+attr titleTextColor
+attr titleTextStyle
+attr toolbarNavigationButtonStyle
+attr toolbarStyle
+attr tp_24Hour
+attr tp_am
+attr tp_animDuration
+attr tp_backgroundColor
+attr tp_fontFamily
+attr tp_headerHeight
+attr tp_hour
+attr tp_inInterpolator
+attr tp_leadingZero
+attr tp_minute
+attr tp_mode
+attr tp_outInterpolator
+attr tp_pm
+attr tp_selectionColor
+attr tp_selectionRadius
+attr tp_textColor
+attr tp_textHighlightColor
+attr tp_textSize
+attr tp_textStyle
+attr tp_textTimeColor
+attr tp_textTimeSize
+attr tp_tickSize
+attr tpi_centerCurrentTab
+attr tpi_indicatorAtTop
+attr tpi_indicatorColor
+attr tpi_indicatorHeight
+attr tpi_mode
+attr tpi_tabPadding
+attr tpi_tabRipple
+attr tpi_tabSingleLine
+attr track
+attr tv_fontFamily
+attr v_styleId
+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_action_bar_embed_tabs_pre_jb
+bool abc_action_bar_expanded_action_views_exclusive
+bool abc_allow_stacked_button_bar
+bool abc_config_actionMenuItemAllCaps
+bool abc_config_allowActionMenuItemTextWithIcon
+bool abc_config_closeDialogWhenTouchOutside
+bool abc_config_showMenuShortcutsWhenKeyboardPresent
+color ColorPrimary
+color ColorPrimaryDark
+color abc_background_cache_hint_selector_material_dark
+color abc_background_cache_hint_selector_material_light
+color abc_color_highlight_material
+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 accent_material_dark
+color accent_material_light
+color android_text_color
+color app_topbar_color
+color background_color
+color background_floating_material_dark
+color background_floating_material_light
+color background_material_dark
+color background_material_light
+color black
+color blue
+color bright_foreground_disabled_material_dark
+color bright_foreground_disabled_material_light
+color bright_foreground_inverse_material_dark
+color bright_foreground_inverse_material_light
+color bright_foreground_material_dark
+color bright_foreground_material_light
+color button_material_dark
+color button_material_light
+color cardview_dark_background
+color cardview_light_background
+color cardview_shadow_end_color
+color cardview_shadow_start_color
+color cyan
+color dim_foreground_disabled_material_dark
+color dim_foreground_disabled_material_light
+color dim_foreground_material_dark
+color dim_foreground_material_light
+color foreground_material_dark
+color foreground_material_light
+color gray
+color highlighted_text_material_dark
+color highlighted_text_material_light
+color hint_foreground_material_dark
+color hint_foreground_material_light
+color lightBlue
+color list_background
+color list_even
+color list_header
+color list_odd
+color list_selected
+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 primary
+color primary_dark
+color primary_dark_material_dark
+color primary_dark_material_light
+color primary_material_dark
+color primary_material_light
+color primary_pressed
+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 red
+color ripple
+color ripple_material_dark
+color ripple_material_light
+color secondary_text_default_material_dark
+color secondary_text_default_material_light
+color secondary_text_disabled_material_dark
+color secondary_text_disabled_material_light
+color switch_thumb_disabled_material_dark
+color switch_thumb_disabled_material_light
+color switch_thumb_material_dark
+color switch_thumb_material_light
+color switch_thumb_normal_material_dark
+color switch_thumb_normal_material_light
+color text_color
+color white
+dimen abc_action_bar_content_inset_material
+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_icon_vertical_padding_material
+dimen abc_action_bar_overflow_padding_end_material
+dimen abc_action_bar_overflow_padding_start_material
+dimen abc_action_bar_progress_bar_size
+dimen abc_action_bar_stacked_max_height
+dimen abc_action_bar_stacked_tab_max_width
+dimen abc_action_bar_subtitle_bottom_margin_material
+dimen abc_action_bar_subtitle_top_margin_material
+dimen abc_action_button_min_height_material
+dimen abc_action_button_min_width_material
+dimen abc_action_button_min_width_overflow_material
+dimen abc_alert_dialog_button_bar_height
+dimen abc_button_inset_horizontal_material
+dimen abc_button_inset_vertical_material
+dimen abc_button_padding_horizontal_material
+dimen abc_button_padding_vertical_material
+dimen abc_config_prefDialogWidth
+dimen abc_control_corner_material
+dimen abc_control_inset_material
+dimen abc_control_padding_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_vertical_material
+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_disabled_alpha_material_dark
+dimen abc_disabled_alpha_material_light
+dimen abc_dropdownitem_icon_width
+dimen abc_dropdownitem_text_padding_left
+dimen abc_dropdownitem_text_padding_right
+dimen abc_edit_text_inset_bottom_material
+dimen abc_edit_text_inset_horizontal_material
+dimen abc_edit_text_inset_top_material
+dimen abc_floating_window_z
+dimen abc_list_item_padding_horizontal_material
+dimen abc_panel_menu_list_width
+dimen abc_search_view_preferred_width
+dimen abc_search_view_text_min_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_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 activity_horizontal_margin
+dimen activity_vertical_margin
+dimen cardview_compat_inset_shadow
+dimen cardview_default_elevation
+dimen cardview_default_radius
+dimen disabled_alpha_material_dark
+dimen disabled_alpha_material_light
+dimen highlight_alpha_material_colored
+dimen highlight_alpha_material_dark
+dimen highlight_alpha_material_light
+dimen item_touch_helper_max_drag_scroll_per_frame
+dimen notification_large_icon_height
+dimen notification_large_icon_width
+dimen notification_subtext_size
+drawable abc_ab_share_pack_mtrl_alpha
+drawable abc_action_bar_item_background_material
+drawable abc_btn_borderless_material
+drawable abc_btn_check_material
+drawable abc_btn_check_to_on_mtrl_000
+drawable abc_btn_check_to_on_mtrl_015
+drawable abc_btn_colored_material
+drawable abc_btn_default_mtrl_shape
+drawable abc_btn_radio_material
+drawable abc_btn_radio_to_on_mtrl_000
+drawable abc_btn_radio_to_on_mtrl_015
+drawable abc_btn_rating_star_off_mtrl_alpha
+drawable abc_btn_rating_star_on_mtrl_alpha
+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_dark
+drawable abc_dialog_material_background_light
+drawable abc_edit_text_material
+drawable abc_ic_ab_back_mtrl_am_alpha
+drawable abc_ic_clear_mtrl_alpha
+drawable abc_ic_commit_search_api_mtrl_alpha
+drawable abc_ic_go_search_api_mtrl_alpha
+drawable abc_ic_menu_copy_mtrl_am_alpha
+drawable abc_ic_menu_cut_mtrl_alpha
+drawable abc_ic_menu_moreoverflow_mtrl_alpha
+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_mtrl_alpha
+drawable abc_ic_voice_search_api_mtrl_alpha
+drawable abc_item_background_holo_dark
+drawable abc_item_background_holo_light
+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_full_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_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_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 notification_template_icon_bg
+id action0
+id action_bar
+id action_bar_activity_content
+id action_bar_container
+id action_bar_root
+id action_bar_spinner
+id action_bar_subtitle
+id action_bar_title
+id action_context_bar
+id action_divider
+id action_menu_divider
+id action_menu_presenter
+id action_mode_bar
+id action_mode_bar_stub
+id action_mode_close_button
+id activity_chooser_view_content
+id afterRelease
+id alertCheckbox
+id alertSearchEditText
+id alertSearchListView
+id alertTextView
+id alertTitle
+id always
+id beginning
+id bevel
+id bold
+id bold_italic
+id bottom
+id buffer
+id butt
+id buttonPanel
+id cancel_action
+id center
+id charCounter
+id checkbox
+id chronometer
+id collapseActionView
+id contentPanel
+id custom
+id customPanel
+id decor_content_parent
+id default_activity_button
+id determinate
+id disableHome
+id edit_query
+id empty
+id end
+id end_padder
+id expand_activities_button
+id expanded_menu
+id fixed
+id helper
+id helperWithError
+id home
+id homeAsUp
+id hour
+id icon
+id ifRoom
+id image
+id indeterminate
+id info
+id italic
+id item_touch_helper_previous_elevation
+id line1
+id line3
+id listMode
+id listTextViewSpinner
+id list_item
+id locale
+id ltr
+id marquee
+id match_parent
+id match_view
+id media_actions
+id middle
+id minute
+id miter
+id multi
+id multiply
+id never
+id none
+id normal
+id oval
+id parentPanel
+id progress_circular
+id progress_horizontal
+id query
+id radio
+id rectangle
+id round
+id rtl
+id screen
+id scroll
+id scrollIndicatorDown
+id scrollIndicatorUp
+id scrollView
+id searchMultiSpinner
+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 showCustom
+id showHome
+id showTitle
+id simpleMultiSpinner
+id single
+id spacer
+id split_action_bar
+id square
+id src_atop
+id src_in
+id src_over
+id start
+id status_bar_latest_event_content
+id submit_area
+id tabMode
+id text
+id text2
+id textSpacerNoButtons
+id time
+id title
+id title_template
+id top
+id topPanel
+id touch
+id untilRelease
+id up
+id useLogo
+id wave
+id withText
+id wrap_content
+integer abc_config_activityDefaultDur
+integer abc_config_activityShortDur
+integer abc_max_action_buttons
+integer cancel_button_image_alpha
+integer status_bar_notification_info_maxnum
+layout abc_action_bar_title_item
+layout abc_action_bar_up_container
+layout abc_action_bar_view_list_nav_layout
+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_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_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 activity_main
+layout alert_dialog_listview_search
+layout item_listview_multiple
+layout item_listview_single
+layout notification_media_action
+layout notification_media_cancel_action
+layout notification_template_big_media
+layout notification_template_big_media_narrow
+layout notification_template_lines
+layout notification_template_media
+layout notification_template_part_chronometer
+layout notification_template_part_time
+layout select_dialog_item_material
+layout select_dialog_multichoice_material
+layout select_dialog_singlechoice_material
+layout support_simple_spinner_dropdown_item
+layout textview_for_spinner
+string abc_action_bar_home_description
+string abc_action_bar_home_description_format
+string abc_action_bar_home_subtitle_description_format
+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_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 status_bar_notification_info_overflow
+string type_to_search
+style AlertDialog_AppCompat
+style AlertDialog_AppCompat_Light
+style Animation_AppCompat_Dialog
+style Animation_AppCompat_DropDownUp
+style Base_AlertDialog_AppCompat
+style Base_AlertDialog_AppCompat_Light
+style Base_Animation_AppCompat_Dialog
+style Base_Animation_AppCompat_DropDownUp
+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_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_Inverse
+style Base_TextAppearance_AppCompat_Widget_DropDownItem
+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_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_V11_Theme_AppCompat_Dialog
+style Base_V11_Theme_AppCompat_Light_Dialog
+style Base_V12_Widget_AppCompat_AutoCompleteTextView
+style Base_V12_Widget_AppCompat_EditText
+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_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_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_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_SearchView
+style Base_Widget_AppCompat_SearchView_ActionBar
+style Base_Widget_AppCompat_SeekBar
+style Base_Widget_AppCompat_Spinner
+style Base_Widget_AppCompat_Spinner_Underlined
+style Base_Widget_AppCompat_TextView_SpinnerItem
+style Base_Widget_AppCompat_Toolbar
+style Base_Widget_AppCompat_Toolbar_Button_Navigation
+style CardView
+style CardView_Dark
+style CardView_Light
+style DialogNoAnimation
+style DialogWindowTitle
+style Material
+style MaterialSpinner
+style Material_App
+style Material_App_BottomSheetDialog
+style Material_App_Dialog
+style Material_App_Dialog_DatePicker
+style Material_App_Dialog_DatePicker_Light
+style Material_App_Dialog_Light
+style Material_App_Dialog_Simple
+style Material_App_Dialog_Simple_Light
+style Material_App_Dialog_TimePicker
+style Material_App_Dialog_TimePicker_Light
+style Material_Drawable
+style Material_Drawable_CheckBox
+style Material_Drawable_CircularProgress
+style Material_Drawable_CircularProgress_Determinate
+style Material_Drawable_LinearProgress
+style Material_Drawable_LinearProgress_Buffer
+style Material_Drawable_LinearProgress_Determinate
+style Material_Drawable_LinearProgress_Query
+style Material_Drawable_NavigationDrawer
+style Material_Drawable_NavigationDrawerIcon
+style Material_Drawable_NavigationDrawerIcon_Light
+style Material_Drawable_NavigationDrawer_Light
+style Material_Drawable_RadioButton
+style Material_Drawable_Ripple
+style Material_Drawable_Ripple_Touch
+style Material_Drawable_Ripple_Touch_Light
+style Material_Drawable_Ripple_Touch_MatchView
+style Material_Drawable_Ripple_Touch_MatchView_Light
+style Material_Drawable_Ripple_Wave
+style Material_Drawable_Ripple_Wave_Light
+style Material_TextAppearance
+style Material_TextAppearance_SimpleDialog
+style Material_TextAppearance_SimpleDialog_Light
+style Material_Widget
+style Material_Widget_DatePicker
+style Material_Widget_DatePicker_Light
+style Material_Widget_EditText
+style Material_Widget_EditText_Light
+style Material_Widget_FloatingActionButton
+style Material_Widget_FloatingActionButton_Light
+style Material_Widget_FloatingActionButton_Mini
+style Material_Widget_FloatingActionButton_Mini_Light
+style Material_Widget_ProgressView
+style Material_Widget_ProgressView_Circular
+style Material_Widget_ProgressView_Circular_Determinate
+style Material_Widget_ProgressView_Linear
+style Material_Widget_ProgressView_Linear_Buffer
+style Material_Widget_ProgressView_Linear_Determinate
+style Material_Widget_ProgressView_Linear_Query
+style Material_Widget_Slider
+style Material_Widget_Slider_Discrete
+style Material_Widget_SnackBar
+style Material_Widget_SnackBar_Mobile
+style Material_Widget_SnackBar_Mobile_MultiLine
+style Material_Widget_SnackBar_Tablet
+style Material_Widget_SnackBar_Tablet_MultiLine
+style Material_Widget_Spinner
+style Material_Widget_Spinner_Light
+style Material_Widget_Switch
+style Material_Widget_TabPageIndicator
+style Material_Widget_TabPageIndicator_Fixed
+style Material_Widget_TabPageIndicator_Fixed_Light
+style Material_Widget_TabPageIndicator_Light
+style Material_Widget_TimePicker
+style Material_Widget_TimePicker_Light
+style Material_Widget_YearPicker
+style Material_Widget_YearPicker_Light
+style Platform_AppCompat
+style Platform_AppCompat_Light
+style Platform_ThemeOverlay_AppCompat
+style Platform_ThemeOverlay_AppCompat_Dark
+style Platform_ThemeOverlay_AppCompat_Light
+style Platform_V11_AppCompat
+style Platform_V11_AppCompat_Light
+style Platform_V14_AppCompat
+style Platform_V14_AppCompat_Light
+style Platform_Widget_AppCompat_Spinner
+style RtlOverlay_DialogWindowTitle_AppCompat
+style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem
+style RtlOverlay_Widget_AppCompat_DialogTitle_Icon
+style RtlOverlay_Widget_AppCompat_PopupMenuItem
+style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup
+style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text
+style RtlOverlay_Widget_AppCompat_SearchView_MagIcon
+style RtlOverlay_Widget_AppCompat_Search_DropDown
+style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1
+style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2
+style RtlOverlay_Widget_AppCompat_Search_DropDown_Query
+style RtlOverlay_Widget_AppCompat_Search_DropDown_Text
+style RtlUnderlay_Widget_AppCompat_ActionButton
+style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow
+style TextAppearance_AppCompat
+style TextAppearance_AppCompat_Body1
+style TextAppearance_AppCompat_Body2
+style TextAppearance_AppCompat_Button
+style TextAppearance_AppCompat_Caption
+style TextAppearance_AppCompat_Display1
+style TextAppearance_AppCompat_Display2
+style TextAppearance_AppCompat_Display3
+style TextAppearance_AppCompat_Display4
+style TextAppearance_AppCompat_Headline
+style TextAppearance_AppCompat_Inverse
+style TextAppearance_AppCompat_Large
+style TextAppearance_AppCompat_Large_Inverse
+style TextAppearance_AppCompat_Light_SearchResult_Subtitle
+style TextAppearance_AppCompat_Light_SearchResult_Title
+style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large
+style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small
+style TextAppearance_AppCompat_Medium
+style TextAppearance_AppCompat_Medium_Inverse
+style TextAppearance_AppCompat_Menu
+style TextAppearance_AppCompat_SearchResult_Subtitle
+style TextAppearance_AppCompat_SearchResult_Title
+style TextAppearance_AppCompat_Small
+style TextAppearance_AppCompat_Small_Inverse
+style TextAppearance_AppCompat_Subhead
+style TextAppearance_AppCompat_Subhead_Inverse
+style TextAppearance_AppCompat_Title
+style TextAppearance_AppCompat_Title_Inverse
+style TextAppearance_AppCompat_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_Inverse
+style TextAppearance_AppCompat_Widget_DropDownItem
+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_StatusBar_EventContent
+style TextAppearance_StatusBar_EventContent_Info
+style TextAppearance_StatusBar_EventContent_Line2
+style TextAppearance_StatusBar_EventContent_Time
+style TextAppearance_StatusBar_EventContent_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_Light
+style Theme_AppCompat
+style Theme_AppCompat_CompactMenu
+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_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_SearchView
+style Widget_AppCompat_SearchView_ActionBar
+style Widget_AppCompat_SeekBar
+style Widget_AppCompat_Spinner
+style Widget_AppCompat_Spinner_DropDown
+style Widget_AppCompat_Spinner_DropDown_ActionBar
+style Widget_AppCompat_Spinner_Underlined
+style Widget_AppCompat_TextView_SpinnerItem
+style Widget_AppCompat_Toolbar
+style Widget_AppCompat_Toolbar_Button_Navigation
+style myDialog
+style myDialogTitle
+styleable ActionBar background backgroundSplit backgroundStacked contentInsetEnd contentInsetLeft contentInsetRight contentInsetStart 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 buttonPanelSideLayout listItemLayout listLayout multiChoiceItemLayout singleChoiceItemLayout
+styleable AppCompatTextView android_textAppearance textAllCaps
+styleable AutoCompleteTextView android_completionHint android_completionThreshold android_dropDownAnchor android_dropDownHeight android_dropDownHorizontalOffset android_dropDownVerticalOffset android_dropDownWidth android_popupBackground
+styleable BottomSheetDialog android_layout_height bsd_cancelable bsd_canceledOnTouchOutside bsd_dimAmount bsd_inDuration bsd_inInterpolator bsd_outDuration bsd_outInterpolator
+styleable ButtonBarLayout allowStacking
+styleable CardView cardBackgroundColor cardCornerRadius cardElevation cardMaxElevation cardPreventCornerOverlap cardUseCompatPadding contentPadding contentPaddingBottom contentPaddingLeft contentPaddingRight contentPaddingTop
+styleable CheckBoxDrawable cbd_animDuration cbd_boxSize cbd_cornerRadius cbd_height cbd_strokeColor cbd_strokeSize cbd_tickColor cbd_width
+styleable CircularProgressDrawable cpd_inAnimDuration cpd_inStepColors cpd_inStepPercent cpd_initialAngle cpd_keepDuration cpd_maxSweepAngle cpd_minSweepAngle cpd_outAnimDuration cpd_padding cpd_reverse cpd_rotateDuration cpd_strokeColor cpd_strokeColors cpd_strokeSecondaryColor cpd_strokeSize cpd_transformDuration cpd_transformInterpolator pv_progress pv_progressMode pv_secondaryProgress
+styleable CompoundButton android_button buttonTint buttonTintMode
+styleable DatePicker android_padding android_paddingBottom android_paddingLeft android_paddingRight android_paddingTop dp_animDuration dp_day dp_dayMax dp_dayMin dp_dayTextSize dp_fontFamily dp_inInterpolator dp_month dp_monthMax dp_monthMin dp_outInterpolator dp_selectionColor dp_textColor dp_textDisableColor dp_textHighlightColor dp_textLabelColor dp_textStyle dp_year dp_yearMax dp_yearMin
+styleable DatePickerDialog dp_headerPrimaryColor dp_headerPrimaryHeight dp_headerPrimaryTextSize dp_headerSecondaryColor dp_headerSecondaryHeight dp_headerSecondaryTextSize dp_textHeaderColor
+styleable Dialog android_layout_height android_layout_width di_actionBackground di_actionRipple di_actionTextAppearance di_actionTextColor di_backgroundColor di_cancelable di_canceledOnTouchOutside di_cornerRadius di_dimAmount di_dividerColor di_dividerHeight di_elevation di_inAnimation di_layoutDirection di_maxElevation di_maxHeight di_maxWidth di_negativeActionBackground di_negativeActionRipple di_negativeActionTextAppearance di_negativeActionTextColor di_neutralActionBackground di_neutralActionRipple di_neutralActionTextAppearance di_neutralActionTextColor di_outAnimation di_positiveActionBackground di_positiveActionRipple di_positiveActionTextAppearance di_positiveActionTextColor di_titleTextAppearance di_titleTextColor
+styleable DrawerArrowToggle arrowHeadLength arrowShaftLength barLength color drawableSize gapBetweenBars spinBars thickness
+styleable EditText et_autoCompleteMode et_dividerAnimDuration et_dividerColor et_dividerCompoundPadding et_dividerErrorColor et_dividerHeight et_dividerPadding et_error et_helper et_inputId et_labelEllipsize et_labelEnable et_labelInAnim et_labelOutAnim et_labelPadding et_labelTextAppearance et_labelTextColor et_labelTextSize et_supportEllipsize et_supportLines et_supportMaxChars et_supportMaxLines et_supportMode et_supportPadding et_supportSingleLine et_supportTextAppearance et_supportTextColor et_supportTextErrorColor et_supportTextSize
+styleable FloatingActionButton fab_animDuration fab_backgroundAnimDuration fab_backgroundColor fab_elevation fab_iconLineMorphing fab_iconSize fab_iconSrc fab_interpolator fab_radius
+styleable LineMorphingDrawable lmd_animDuration lmd_clockwise lmd_curState lmd_interpolator lmd_layoutDirection lmd_padding lmd_paddingBottom lmd_paddingLeft lmd_paddingRight lmd_paddingTop lmd_state lmd_strokeCap lmd_strokeColor lmd_strokeJoin lmd_strokeSize
+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 LinearProgressDrawable lpd_inAnimDuration lpd_keepDuration lpd_maxLineWidth lpd_minLineWidth lpd_outAnimDuration lpd_reverse lpd_strokeColor lpd_strokeColors lpd_strokeSecondaryColor lpd_strokeSize lpd_transformDuration lpd_transformInterpolator lpd_travelDuration lpd_verticalAlign pv_progress pv_progressMode pv_secondaryProgress
+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 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 showAsAction
+styleable MenuView android_headerBackground android_horizontalDivider android_itemBackground android_itemIconDisabledAlpha android_itemTextAppearance android_verticalDivider android_windowAnimationStyle preserveIconSpacing
+styleable MultiSpinnerSearch hintText
+styleable NavigationDrawerDrawable nd_icon nd_ripple
+styleable PopupWindow android_popupBackground overlapAnchor
+styleable PopupWindowBackgroundState state_above_anchor
+styleable ProgressView pv_autostart pv_circular pv_progress pv_progressMode pv_progressStyle pv_secondaryProgress
+styleable RadioButtonDrawable rbd_animDuration rbd_height rbd_innerRadius rbd_radius rbd_strokeColor rbd_strokeSize rbd_width
+styleable RecyclerView android_orientation layoutManager reverseLayout spanCount stackFromEnd
+styleable RippleDrawable rd_backgroundAnimDuration rd_backgroundColor rd_bottomLeftCornerRadius rd_bottomPadding rd_bottomRightCornerRadius rd_cornerRadius rd_delayClick rd_inInterpolator rd_leftPadding rd_maskType rd_maxRippleRadius rd_outInterpolator rd_padding rd_rightPadding rd_rippleAnimDuration rd_rippleColor rd_rippleType rd_topLeftCornerRadius rd_topPadding rd_topRightCornerRadius
+styleable RippleView rd_enable rd_style
+styleable SearchView android_focusable android_imeOptions android_inputType android_maxWidth closeIcon commitIcon defaultQueryHint goIcon iconifiedByDefault layout queryBackground queryHint searchHintIcon searchIcon submitBackground suggestionRowLayout voiceIcon
+styleable SimpleDialog di_checkBoxStyle di_itemHeight di_itemTextAppearance di_messageTextAppearance di_messageTextColor di_radioButtonStyle
+styleable Slider android_enabled android_gravity sl_alwaysFillThumb sl_baselineOffset sl_discreteMode sl_fontFamily sl_interpolator sl_maxValue sl_minValue sl_primaryColor sl_secondaryColor sl_stepValue sl_textColor sl_textSize sl_textStyle sl_thumbBorderSize sl_thumbFocusRadius sl_thumbRadius sl_trackCap sl_trackSize sl_transformAnimDuration sl_travelAnimDuration sl_value
+styleable SnackBar sb_actionRipple sb_actionText sb_actionTextAppearance sb_actionTextColor sb_actionTextSize sb_backgroundColor sb_backgroundCornerRadius sb_duration sb_ellipsize sb_height sb_horizontalPadding sb_inAnimation sb_lines sb_marginBottom sb_marginStart sb_maxHeight sb_maxLines sb_maxWidth sb_minHeight sb_minWidth sb_outAnimation sb_removeOnDismiss sb_singleLine sb_text sb_textAppearance sb_textColor sb_textSize sb_verticalPadding sb_width
+styleable Spinner android_dropDownWidth android_gravity android_minHeight android_minWidth android_popupBackground android_prompt popupTheme spn_arrowAnimClockwise spn_arrowAnimDuration spn_arrowColor spn_arrowInterpolator spn_arrowPadding spn_arrowSize spn_arrowSwitchMode spn_disableChildrenWhenDisabled spn_dividerAnimDuration spn_dividerColor spn_dividerHeight spn_dividerPadding spn_label spn_labelEllipsize spn_labelEnable spn_labelPadding spn_labelTextAppearance spn_labelTextColor spn_labelTextSize spn_popupItemAnimOffset spn_popupItemAnimation
+styleable Switch android_checked android_gravity sw_animDuration sw_interpolator sw_thumbColor sw_thumbElevation sw_thumbRadius sw_trackCap sw_trackColor sw_trackSize
+styleable SwitchCompat android_textOff android_textOn android_thumb showText splitTrack switchMinWidth switchPadding switchTextAppearance thumbTextPadding track
+styleable TabPageIndicator android_textAppearance tpi_centerCurrentTab tpi_indicatorAtTop tpi_indicatorColor tpi_indicatorHeight tpi_mode tpi_tabPadding tpi_tabRipple tpi_tabSingleLine
+styleable TextAppearance android_elegantTextHeight android_fontFamily android_fontFeatureSettings android_letterSpacing android_shadowColor android_shadowDx android_shadowDy android_shadowRadius android_textAllCaps android_textColor android_textColorHighlight android_textColorHint android_textColorLink android_textSize android_textStyle android_typeface textAllCaps tv_fontFamily
+styleable TextView android_cursorVisible android_drawableBottom android_drawableEnd android_drawableLeft android_drawablePadding android_drawableRight android_drawableStart android_drawableTop android_elegantTextHeight android_ems android_fontFamily android_fontFeatureSettings android_gravity android_height android_includeFontPadding android_letterSpacing android_lineSpacingExtra android_lineSpacingMultiplier android_lines android_maxEms android_maxHeight android_maxLength android_maxLines android_maxWidth android_minEms android_minHeight android_minLines android_minWidth android_scrollHorizontally android_shadowColor android_shadowDx android_shadowDy android_shadowRadius android_singleLine android_textAllCaps android_textColor android_textColorHighlight android_textColorHint android_textColorLink android_textScaleX android_textSize android_textStyle android_typeface android_width tv_fontFamily
+styleable TextViewAppearance android_textAppearance
+styleable ThemableView v_styleId
+styleable Theme 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 colorButtonNormal colorControlActivated colorControlHighlight colorControlNormal colorPrimary colorPrimaryDark colorSwitchThumbNormal controlBackground dialogPreferredPadding dialogTheme dividerHorizontal dividerVertical dropDownListViewStyle dropdownListPreferredItemHeight editTextBackground editTextColor editTextStyle homeAsUpIndicator imageButtonStyle listChoiceBackgroundIndicator listDividerAlertDialog listPopupWindowStyle listPreferredItemHeight listPreferredItemHeightLarge listPreferredItemHeightSmall listPreferredItemPaddingLeft listPreferredItemPaddingRight panelBackground panelMenuListTheme panelMenuListWidth popupMenuStyle popupWindowStyle radioButtonStyle ratingBarStyle searchViewStyle seekBarStyle selectableItemBackground selectableItemBackgroundBorderless spinnerDropDownItemStyle spinnerStyle switchStyle textAppearanceLargePopupMenu textAppearanceListItem textAppearanceListItemSmall textAppearanceSearchResultSubtitle textAppearanceSearchResultTitle textAppearanceSmallPopupMenu textColorAlertDialogListItem textColorSearchUrl toolbarNavigationButtonStyle toolbarStyle windowActionBar windowActionBarOverlay windowActionModeOverlay windowFixedHeightMajor windowFixedHeightMinor windowFixedWidthMajor windowFixedWidthMinor windowMinWidthMajor windowMinWidthMinor windowNoTitle
+styleable TimePicker tp_24Hour tp_animDuration tp_backgroundColor tp_fontFamily tp_hour tp_inInterpolator tp_minute tp_mode tp_outInterpolator tp_selectionColor tp_selectionRadius tp_textColor tp_textHighlightColor tp_textSize tp_textStyle tp_tickSize
+styleable TimePickerDialog tp_am tp_headerHeight tp_leadingZero tp_pm tp_textTimeColor tp_textTimeSize
+styleable Toolbar android_gravity android_minHeight collapseContentDescription collapseIcon contentInsetEnd contentInsetLeft contentInsetRight contentInsetStart logo logoDescription maxButtonHeight navigationContentDescription navigationIcon popupTheme subtitle subtitleTextAppearance subtitleTextColor title titleMarginBottom titleMarginEnd titleMarginStart titleMarginTop titleMargins titleTextAppearance titleTextColor
+styleable View android_background android_backgroundTint android_backgroundTintMode android_elevation android_fadeScrollbars android_fadingEdgeLength android_focusable android_layoutDirection android_minHeight android_minWidth android_padding android_paddingBottom android_paddingEnd android_paddingLeft android_paddingRight android_paddingStart android_paddingTop android_requiresFadingEdge android_scrollbarDefaultDelayBeforeFade android_scrollbarFadeDuration android_scrollbarSize android_scrollbarStyle android_soundEffectsEnabled android_src android_textAlignment android_textDirection android_theme android_visibility paddingEnd paddingStart theme
+styleable ViewBackgroundHelper android_background backgroundTint backgroundTintMode
+styleable ViewStubCompat android_id android_inflatedId android_layout
+styleable YearPicker dp_animDuration dp_fontFamily dp_inInterpolator dp_outInterpolator dp_selectionColor dp_textColor dp_textHighlightColor dp_textStyle dp_year dp_yearItemHeight dp_yearMax dp_yearMin dp_yearTextSize
+xml nav_states
diff --git a/library/build/intermediates/symbols/debug/R.txt b/library/build/intermediates/symbols/debug/R.txt
index 238f4f1..c143f75 100644
--- a/library/build/intermediates/symbols/debug/R.txt
+++ b/library/build/intermediates/symbols/debug/R.txt
@@ -8,13 +8,6 @@ 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 design_bottom_sheet_slide_in 0x7f01000b
-int anim design_bottom_sheet_slide_out 0x7f01000c
-int anim design_snackbar_in 0x7f01000d
-int anim design_snackbar_out 0x7f01000e
-int anim tooltip_enter 0x7f01000f
-int anim tooltip_exit 0x7f010010
-int animator design_appbar_state_list_animator 0x7f020001
int attr actionBarDivider 0x7f040001
int attr actionBarItemBackground 0x7f040002
int attr actionBarPopupTheme 0x7f040003
@@ -54,639 +47,503 @@ int attr alertDialogCenterButtons 0x7f040024
int attr alertDialogStyle 0x7f040025
int attr alertDialogTheme 0x7f040026
int attr allowStacking 0x7f040027
-int attr alpha 0x7f040028
-int attr alphabeticModifiers 0x7f040029
-int attr arrowHeadLength 0x7f04002a
-int attr arrowShaftLength 0x7f04002b
-int attr autoCompleteTextViewStyle 0x7f04002c
-int attr autoSizeMaxTextSize 0x7f04002d
-int attr autoSizeMinTextSize 0x7f04002e
-int attr autoSizePresetSizes 0x7f04002f
-int attr autoSizeStepGranularity 0x7f040030
-int attr autoSizeTextType 0x7f040031
-int attr background 0x7f040032
-int attr backgroundSplit 0x7f040033
-int attr backgroundStacked 0x7f040034
-int attr backgroundTint 0x7f040035
-int attr backgroundTintMode 0x7f040036
-int attr barLength 0x7f040037
-int attr behavior_autoHide 0x7f040038
-int attr behavior_hideable 0x7f040039
-int attr behavior_overlapTop 0x7f04003a
-int attr behavior_peekHeight 0x7f04003b
-int attr behavior_skipCollapsed 0x7f04003c
-int attr borderWidth 0x7f04003d
-int attr borderlessButtonStyle 0x7f04003e
-int attr bottomSheetDialogTheme 0x7f04003f
-int attr bottomSheetStyle 0x7f040040
-int attr bsd_cancelable 0x7f040041
-int attr bsd_canceledOnTouchOutside 0x7f040042
-int attr bsd_dimAmount 0x7f040043
-int attr bsd_inDuration 0x7f040044
-int attr bsd_inInterpolator 0x7f040045
-int attr bsd_outDuration 0x7f040046
-int attr bsd_outInterpolator 0x7f040047
-int attr buttonBarButtonStyle 0x7f040048
-int attr buttonBarNegativeButtonStyle 0x7f040049
-int attr buttonBarNeutralButtonStyle 0x7f04004a
-int attr buttonBarPositiveButtonStyle 0x7f04004b
-int attr buttonBarStyle 0x7f04004c
-int attr buttonGravity 0x7f04004d
-int attr buttonPanelSideLayout 0x7f04004e
-int attr buttonStyle 0x7f04004f
-int attr buttonStyleSmall 0x7f040050
-int attr buttonTint 0x7f040051
-int attr buttonTintMode 0x7f040052
-int attr cardBackgroundColor 0x7f040053
-int attr cardCornerRadius 0x7f040054
-int attr cardElevation 0x7f040055
-int attr cardMaxElevation 0x7f040056
-int attr cardPreventCornerOverlap 0x7f040057
-int attr cardUseCompatPadding 0x7f040058
-int attr cbd_animDuration 0x7f040059
-int attr cbd_boxSize 0x7f04005a
-int attr cbd_cornerRadius 0x7f04005b
-int attr cbd_height 0x7f04005c
-int attr cbd_strokeColor 0x7f04005d
-int attr cbd_strokeSize 0x7f04005e
-int attr cbd_tickColor 0x7f04005f
-int attr cbd_width 0x7f040060
-int attr checkboxStyle 0x7f040061
-int attr checkedTextViewStyle 0x7f040062
-int attr closeIcon 0x7f040063
-int attr closeItemLayout 0x7f040064
-int attr collapseContentDescription 0x7f040065
-int attr collapseIcon 0x7f040066
-int attr collapsedTitleGravity 0x7f040067
-int attr collapsedTitleTextAppearance 0x7f040068
-int attr color 0x7f040069
-int attr colorAccent 0x7f04006a
-int attr colorBackgroundFloating 0x7f04006b
-int attr colorButtonNormal 0x7f04006c
-int attr colorControlActivated 0x7f04006d
-int attr colorControlHighlight 0x7f04006e
-int attr colorControlNormal 0x7f04006f
-int attr colorError 0x7f040070
-int attr colorPrimary 0x7f040071
-int attr colorPrimaryDark 0x7f040072
-int attr colorSwitchThumbNormal 0x7f040073
-int attr commitIcon 0x7f040074
-int attr contentDescription 0x7f040075
-int attr contentInsetEnd 0x7f040076
-int attr contentInsetEndWithActions 0x7f040077
-int attr contentInsetLeft 0x7f040078
-int attr contentInsetRight 0x7f040079
-int attr contentInsetStart 0x7f04007a
-int attr contentInsetStartWithNavigation 0x7f04007b
-int attr contentPadding 0x7f04007c
-int attr contentPaddingBottom 0x7f04007d
-int attr contentPaddingLeft 0x7f04007e
-int attr contentPaddingRight 0x7f04007f
-int attr contentPaddingTop 0x7f040080
-int attr contentScrim 0x7f040081
-int attr controlBackground 0x7f040082
-int attr counterEnabled 0x7f040083
-int attr counterMaxLength 0x7f040084
-int attr counterOverflowTextAppearance 0x7f040085
-int attr counterTextAppearance 0x7f040086
-int attr cpd_inAnimDuration 0x7f040087
-int attr cpd_inStepColors 0x7f040088
-int attr cpd_inStepPercent 0x7f040089
-int attr cpd_initialAngle 0x7f04008a
-int attr cpd_keepDuration 0x7f04008b
-int attr cpd_maxSweepAngle 0x7f04008c
-int attr cpd_minSweepAngle 0x7f04008d
-int attr cpd_outAnimDuration 0x7f04008e
-int attr cpd_padding 0x7f04008f
-int attr cpd_reverse 0x7f040090
-int attr cpd_rotateDuration 0x7f040091
-int attr cpd_strokeColor 0x7f040092
-int attr cpd_strokeColors 0x7f040093
-int attr cpd_strokeSecondaryColor 0x7f040094
-int attr cpd_strokeSize 0x7f040095
-int attr cpd_transformDuration 0x7f040096
-int attr cpd_transformInterpolator 0x7f040097
-int attr customNavigationLayout 0x7f040098
-int attr defaultQueryHint 0x7f040099
-int attr di_actionBackground 0x7f04009a
-int attr di_actionRipple 0x7f04009b
-int attr di_actionTextAppearance 0x7f04009c
-int attr di_actionTextColor 0x7f04009d
-int attr di_backgroundColor 0x7f04009e
-int attr di_cancelable 0x7f04009f
-int attr di_canceledOnTouchOutside 0x7f0400a0
-int attr di_checkBoxStyle 0x7f0400a1
-int attr di_cornerRadius 0x7f0400a2
-int attr di_dimAmount 0x7f0400a3
-int attr di_dividerColor 0x7f0400a4
-int attr di_dividerHeight 0x7f0400a5
-int attr di_elevation 0x7f0400a6
-int attr di_inAnimation 0x7f0400a7
-int attr di_itemHeight 0x7f0400a8
-int attr di_itemTextAppearance 0x7f0400a9
-int attr di_layoutDirection 0x7f0400aa
-int attr di_maxElevation 0x7f0400ab
-int attr di_maxHeight 0x7f0400ac
-int attr di_maxWidth 0x7f0400ad
-int attr di_messageTextAppearance 0x7f0400ae
-int attr di_messageTextColor 0x7f0400af
-int attr di_negativeActionBackground 0x7f0400b0
-int attr di_negativeActionRipple 0x7f0400b1
-int attr di_negativeActionTextAppearance 0x7f0400b2
-int attr di_negativeActionTextColor 0x7f0400b3
-int attr di_neutralActionBackground 0x7f0400b4
-int attr di_neutralActionRipple 0x7f0400b5
-int attr di_neutralActionTextAppearance 0x7f0400b6
-int attr di_neutralActionTextColor 0x7f0400b7
-int attr di_outAnimation 0x7f0400b8
-int attr di_positiveActionBackground 0x7f0400b9
-int attr di_positiveActionRipple 0x7f0400ba
-int attr di_positiveActionTextAppearance 0x7f0400bb
-int attr di_positiveActionTextColor 0x7f0400bc
-int attr di_radioButtonStyle 0x7f0400bd
-int attr di_titleTextAppearance 0x7f0400be
-int attr di_titleTextColor 0x7f0400bf
-int attr dialogPreferredPadding 0x7f0400c0
-int attr dialogTheme 0x7f0400c1
-int attr displayOptions 0x7f0400c2
-int attr divider 0x7f0400c3
-int attr dividerHorizontal 0x7f0400c4
-int attr dividerPadding 0x7f0400c5
-int attr dividerVertical 0x7f0400c6
-int attr dp_animDuration 0x7f0400c7
-int attr dp_day 0x7f0400c8
-int attr dp_dayMax 0x7f0400c9
-int attr dp_dayMin 0x7f0400ca
-int attr dp_dayTextSize 0x7f0400cb
-int attr dp_fontFamily 0x7f0400cc
-int attr dp_headerPrimaryColor 0x7f0400cd
-int attr dp_headerPrimaryHeight 0x7f0400ce
-int attr dp_headerPrimaryTextSize 0x7f0400cf
-int attr dp_headerSecondaryColor 0x7f0400d0
-int attr dp_headerSecondaryHeight 0x7f0400d1
-int attr dp_headerSecondaryTextSize 0x7f0400d2
-int attr dp_inInterpolator 0x7f0400d3
-int attr dp_month 0x7f0400d4
-int attr dp_monthMax 0x7f0400d5
-int attr dp_monthMin 0x7f0400d6
-int attr dp_outInterpolator 0x7f0400d7
-int attr dp_selectionColor 0x7f0400d8
-int attr dp_textColor 0x7f0400d9
-int attr dp_textDisableColor 0x7f0400da
-int attr dp_textHeaderColor 0x7f0400db
-int attr dp_textHighlightColor 0x7f0400dc
-int attr dp_textLabelColor 0x7f0400dd
-int attr dp_textStyle 0x7f0400de
-int attr dp_year 0x7f0400df
-int attr dp_yearItemHeight 0x7f0400e0
-int attr dp_yearMax 0x7f0400e1
-int attr dp_yearMin 0x7f0400e2
-int attr dp_yearTextSize 0x7f0400e3
-int attr drawableSize 0x7f0400e4
-int attr drawerArrowStyle 0x7f0400e5
-int attr dropDownListViewStyle 0x7f0400e6
-int attr dropdownListPreferredItemHeight 0x7f0400e7
-int attr editTextBackground 0x7f0400e8
-int attr editTextColor 0x7f0400e9
-int attr editTextStyle 0x7f0400ea
-int attr elevation 0x7f0400eb
-int attr errorEnabled 0x7f0400ec
-int attr errorTextAppearance 0x7f0400ed
-int attr et_autoCompleteMode 0x7f0400ee
-int attr et_dividerAnimDuration 0x7f0400ef
-int attr et_dividerColor 0x7f0400f0
-int attr et_dividerCompoundPadding 0x7f0400f1
-int attr et_dividerErrorColor 0x7f0400f2
-int attr et_dividerHeight 0x7f0400f3
-int attr et_dividerPadding 0x7f0400f4
-int attr et_error 0x7f0400f5
-int attr et_helper 0x7f0400f6
-int attr et_inputId 0x7f0400f7
-int attr et_labelEllipsize 0x7f0400f8
-int attr et_labelEnable 0x7f0400f9
-int attr et_labelInAnim 0x7f0400fa
-int attr et_labelOutAnim 0x7f0400fb
-int attr et_labelPadding 0x7f0400fc
-int attr et_labelTextAppearance 0x7f0400fd
-int attr et_labelTextColor 0x7f0400fe
-int attr et_labelTextSize 0x7f0400ff
-int attr et_supportEllipsize 0x7f040100
-int attr et_supportLines 0x7f040101
-int attr et_supportMaxChars 0x7f040102
-int attr et_supportMaxLines 0x7f040103
-int attr et_supportMode 0x7f040104
-int attr et_supportPadding 0x7f040105
-int attr et_supportSingleLine 0x7f040106
-int attr et_supportTextAppearance 0x7f040107
-int attr et_supportTextColor 0x7f040108
-int attr et_supportTextErrorColor 0x7f040109
-int attr et_supportTextSize 0x7f04010a
-int attr expandActivityOverflowButtonDrawable 0x7f04010b
-int attr expanded 0x7f04010c
-int attr expandedTitleGravity 0x7f04010d
-int attr expandedTitleMargin 0x7f04010e
-int attr expandedTitleMarginBottom 0x7f04010f
-int attr expandedTitleMarginEnd 0x7f040110
-int attr expandedTitleMarginStart 0x7f040111
-int attr expandedTitleMarginTop 0x7f040112
-int attr expandedTitleTextAppearance 0x7f040113
-int attr fabSize 0x7f040114
-int attr fab_animDuration 0x7f040115
-int attr fab_backgroundAnimDuration 0x7f040116
-int attr fab_backgroundColor 0x7f040117
-int attr fab_elevation 0x7f040118
-int attr fab_iconLineMorphing 0x7f040119
-int attr fab_iconSize 0x7f04011a
-int attr fab_iconSrc 0x7f04011b
-int attr fab_interpolator 0x7f04011c
-int attr fab_radius 0x7f04011d
-int attr fastScrollEnabled 0x7f04011e
-int attr fastScrollHorizontalThumbDrawable 0x7f04011f
-int attr fastScrollHorizontalTrackDrawable 0x7f040120
-int attr fastScrollVerticalThumbDrawable 0x7f040121
-int attr fastScrollVerticalTrackDrawable 0x7f040122
-int attr font 0x7f040123
-int attr fontFamily 0x7f040124
-int attr fontProviderAuthority 0x7f040125
-int attr fontProviderCerts 0x7f040126
-int attr fontProviderFetchStrategy 0x7f040127
-int attr fontProviderFetchTimeout 0x7f040128
-int attr fontProviderPackage 0x7f040129
-int attr fontProviderQuery 0x7f04012a
-int attr fontStyle 0x7f04012b
-int attr fontWeight 0x7f04012c
-int attr foregroundInsidePadding 0x7f04012d
-int attr gapBetweenBars 0x7f04012e
-int attr goIcon 0x7f04012f
-int attr headerLayout 0x7f040130
-int attr height 0x7f040131
-int attr hideOnContentScroll 0x7f040132
-int attr hintAnimationEnabled 0x7f040133
-int attr hintEnabled 0x7f040134
-int attr hintText 0x7f040135
-int attr hintTextAppearance 0x7f040136
-int attr homeAsUpIndicator 0x7f040137
-int attr homeLayout 0x7f040138
-int attr icon 0x7f040139
-int attr iconTint 0x7f04013a
-int attr iconTintMode 0x7f04013b
-int attr iconifiedByDefault 0x7f04013c
-int attr imageButtonStyle 0x7f04013d
-int attr indeterminateProgressStyle 0x7f04013e
-int attr initialActivityCount 0x7f04013f
-int attr insetForeground 0x7f040140
-int attr isLightTheme 0x7f040141
-int attr itemBackground 0x7f040142
-int attr itemIconTint 0x7f040143
-int attr itemPadding 0x7f040144
-int attr itemTextAppearance 0x7f040145
-int attr itemTextColor 0x7f040146
-int attr keylines 0x7f040147
-int attr layout 0x7f040148
-int attr layoutManager 0x7f040149
-int attr layout_anchor 0x7f04014a
-int attr layout_anchorGravity 0x7f04014b
-int attr layout_behavior 0x7f04014c
-int attr layout_collapseMode 0x7f04014d
-int attr layout_collapseParallaxMultiplier 0x7f04014e
-int attr layout_dodgeInsetEdges 0x7f04014f
-int attr layout_insetEdge 0x7f040150
-int attr layout_keyline 0x7f040151
-int attr layout_scrollFlags 0x7f040152
-int attr layout_scrollInterpolator 0x7f040153
-int attr listChoiceBackgroundIndicator 0x7f040154
-int attr listDividerAlertDialog 0x7f040155
-int attr listItemLayout 0x7f040156
-int attr listLayout 0x7f040157
-int attr listMenuViewStyle 0x7f040158
-int attr listPopupWindowStyle 0x7f040159
-int attr listPreferredItemHeight 0x7f04015a
-int attr listPreferredItemHeightLarge 0x7f04015b
-int attr listPreferredItemHeightSmall 0x7f04015c
-int attr listPreferredItemPaddingLeft 0x7f04015d
-int attr listPreferredItemPaddingRight 0x7f04015e
-int attr lmd_animDuration 0x7f04015f
-int attr lmd_clockwise 0x7f040160
-int attr lmd_curState 0x7f040161
-int attr lmd_interpolator 0x7f040162
-int attr lmd_layoutDirection 0x7f040163
-int attr lmd_padding 0x7f040164
-int attr lmd_paddingBottom 0x7f040165
-int attr lmd_paddingLeft 0x7f040166
-int attr lmd_paddingRight 0x7f040167
-int attr lmd_paddingTop 0x7f040168
-int attr lmd_state 0x7f040169
-int attr lmd_strokeCap 0x7f04016a
-int attr lmd_strokeColor 0x7f04016b
-int attr lmd_strokeJoin 0x7f04016c
-int attr lmd_strokeSize 0x7f04016d
-int attr logo 0x7f04016e
-int attr logoDescription 0x7f04016f
-int attr lpd_inAnimDuration 0x7f040170
-int attr lpd_keepDuration 0x7f040171
-int attr lpd_maxLineWidth 0x7f040172
-int attr lpd_minLineWidth 0x7f040173
-int attr lpd_outAnimDuration 0x7f040174
-int attr lpd_reverse 0x7f040175
-int attr lpd_strokeColor 0x7f040176
-int attr lpd_strokeColors 0x7f040177
-int attr lpd_strokeSecondaryColor 0x7f040178
-int attr lpd_strokeSize 0x7f040179
-int attr lpd_transformDuration 0x7f04017a
-int attr lpd_transformInterpolator 0x7f04017b
-int attr lpd_travelDuration 0x7f04017c
-int attr lpd_verticalAlign 0x7f04017d
-int attr maxActionInlineWidth 0x7f04017e
-int attr maxButtonHeight 0x7f04017f
-int attr measureWithLargestChild 0x7f040180
-int attr menu 0x7f040181
-int attr multiChoiceItemLayout 0x7f040182
-int attr navigationContentDescription 0x7f040183
-int attr navigationIcon 0x7f040184
-int attr navigationMode 0x7f040185
-int attr nd_icon 0x7f040186
-int attr nd_ripple 0x7f040187
-int attr numericModifiers 0x7f040188
-int attr overlapAnchor 0x7f040189
-int attr paddingBottomNoButtons 0x7f04018a
-int attr paddingEnd 0x7f04018b
-int attr paddingStart 0x7f04018c
-int attr paddingTopNoTitle 0x7f04018d
-int attr panelBackground 0x7f04018e
-int attr panelMenuListTheme 0x7f04018f
-int attr panelMenuListWidth 0x7f040190
-int attr passwordToggleContentDescription 0x7f040191
-int attr passwordToggleDrawable 0x7f040192
-int attr passwordToggleEnabled 0x7f040193
-int attr passwordToggleTint 0x7f040194
-int attr passwordToggleTintMode 0x7f040195
-int attr popupMenuStyle 0x7f040196
-int attr popupTheme 0x7f040197
-int attr popupWindowStyle 0x7f040198
-int attr preserveIconSpacing 0x7f040199
-int attr pressedTranslationZ 0x7f04019a
-int attr progressBarPadding 0x7f04019b
-int attr progressBarStyle 0x7f04019c
-int attr pv_autostart 0x7f04019d
-int attr pv_circular 0x7f04019e
-int attr pv_progress 0x7f04019f
-int attr pv_progressMode 0x7f0401a0
-int attr pv_progressStyle 0x7f0401a1
-int attr pv_secondaryProgress 0x7f0401a2
-int attr queryBackground 0x7f0401a3
-int attr queryHint 0x7f0401a4
-int attr radioButtonStyle 0x7f0401a5
-int attr ratingBarStyle 0x7f0401a6
-int attr ratingBarStyleIndicator 0x7f0401a7
-int attr ratingBarStyleSmall 0x7f0401a8
-int attr rbd_animDuration 0x7f0401a9
-int attr rbd_height 0x7f0401aa
-int attr rbd_innerRadius 0x7f0401ab
-int attr rbd_radius 0x7f0401ac
-int attr rbd_strokeColor 0x7f0401ad
-int attr rbd_strokeSize 0x7f0401ae
-int attr rbd_width 0x7f0401af
-int attr rd_backgroundAnimDuration 0x7f0401b0
-int attr rd_backgroundColor 0x7f0401b1
-int attr rd_bottomLeftCornerRadius 0x7f0401b2
-int attr rd_bottomPadding 0x7f0401b3
-int attr rd_bottomRightCornerRadius 0x7f0401b4
-int attr rd_cornerRadius 0x7f0401b5
-int attr rd_delayClick 0x7f0401b6
-int attr rd_enable 0x7f0401b7
-int attr rd_inInterpolator 0x7f0401b8
-int attr rd_leftPadding 0x7f0401b9
-int attr rd_maskType 0x7f0401ba
-int attr rd_maxRippleRadius 0x7f0401bb
-int attr rd_outInterpolator 0x7f0401bc
-int attr rd_padding 0x7f0401bd
-int attr rd_rightPadding 0x7f0401be
-int attr rd_rippleAnimDuration 0x7f0401bf
-int attr rd_rippleColor 0x7f0401c0
-int attr rd_rippleType 0x7f0401c1
-int attr rd_style 0x7f0401c2
-int attr rd_topLeftCornerRadius 0x7f0401c3
-int attr rd_topPadding 0x7f0401c4
-int attr rd_topRightCornerRadius 0x7f0401c5
-int attr reverseLayout 0x7f0401c6
-int attr rippleColor 0x7f0401c7
-int attr sb_actionRipple 0x7f0401c8
-int attr sb_actionText 0x7f0401c9
-int attr sb_actionTextAppearance 0x7f0401ca
-int attr sb_actionTextColor 0x7f0401cb
-int attr sb_actionTextSize 0x7f0401cc
-int attr sb_backgroundColor 0x7f0401cd
-int attr sb_backgroundCornerRadius 0x7f0401ce
-int attr sb_duration 0x7f0401cf
-int attr sb_ellipsize 0x7f0401d0
-int attr sb_height 0x7f0401d1
-int attr sb_horizontalPadding 0x7f0401d2
-int attr sb_inAnimation 0x7f0401d3
-int attr sb_lines 0x7f0401d4
-int attr sb_marginBottom 0x7f0401d5
-int attr sb_marginStart 0x7f0401d6
-int attr sb_maxHeight 0x7f0401d7
-int attr sb_maxLines 0x7f0401d8
-int attr sb_maxWidth 0x7f0401d9
-int attr sb_minHeight 0x7f0401da
-int attr sb_minWidth 0x7f0401db
-int attr sb_outAnimation 0x7f0401dc
-int attr sb_removeOnDismiss 0x7f0401dd
-int attr sb_singleLine 0x7f0401de
-int attr sb_text 0x7f0401df
-int attr sb_textAppearance 0x7f0401e0
-int attr sb_textColor 0x7f0401e1
-int attr sb_textSize 0x7f0401e2
-int attr sb_verticalPadding 0x7f0401e3
-int attr sb_width 0x7f0401e4
-int attr scrimAnimationDuration 0x7f0401e5
-int attr scrimVisibleHeightTrigger 0x7f0401e6
-int attr searchHintIcon 0x7f0401e7
-int attr searchIcon 0x7f0401e8
-int attr searchViewStyle 0x7f0401e9
-int attr seekBarStyle 0x7f0401ea
-int attr selectableItemBackground 0x7f0401eb
-int attr selectableItemBackgroundBorderless 0x7f0401ec
-int attr showAsAction 0x7f0401ed
-int attr showDividers 0x7f0401ee
-int attr showText 0x7f0401ef
-int attr showTitle 0x7f0401f0
-int attr singleChoiceItemLayout 0x7f0401f1
-int attr sl_alwaysFillThumb 0x7f0401f2
-int attr sl_baselineOffset 0x7f0401f3
-int attr sl_discreteMode 0x7f0401f4
-int attr sl_fontFamily 0x7f0401f5
-int attr sl_interpolator 0x7f0401f6
-int attr sl_maxValue 0x7f0401f7
-int attr sl_minValue 0x7f0401f8
-int attr sl_primaryColor 0x7f0401f9
-int attr sl_secondaryColor 0x7f0401fa
-int attr sl_stepValue 0x7f0401fb
-int attr sl_textColor 0x7f0401fc
-int attr sl_textSize 0x7f0401fd
-int attr sl_textStyle 0x7f0401fe
-int attr sl_thumbBorderSize 0x7f0401ff
-int attr sl_thumbFocusRadius 0x7f040200
-int attr sl_thumbRadius 0x7f040201
-int attr sl_trackCap 0x7f040202
-int attr sl_trackSize 0x7f040203
-int attr sl_transformAnimDuration 0x7f040204
-int attr sl_travelAnimDuration 0x7f040205
-int attr sl_value 0x7f040206
-int attr spanCount 0x7f040207
-int attr spinBars 0x7f040208
-int attr spinnerDropDownItemStyle 0x7f040209
-int attr spinnerStyle 0x7f04020a
-int attr splitTrack 0x7f04020b
-int attr spn_arrowAnimClockwise 0x7f04020c
-int attr spn_arrowAnimDuration 0x7f04020d
-int attr spn_arrowColor 0x7f04020e
-int attr spn_arrowInterpolator 0x7f04020f
-int attr spn_arrowPadding 0x7f040210
-int attr spn_arrowSize 0x7f040211
-int attr spn_arrowSwitchMode 0x7f040212
-int attr spn_disableChildrenWhenDisabled 0x7f040213
-int attr spn_dividerAnimDuration 0x7f040214
-int attr spn_dividerColor 0x7f040215
-int attr spn_dividerHeight 0x7f040216
-int attr spn_dividerPadding 0x7f040217
-int attr spn_label 0x7f040218
-int attr spn_labelEllipsize 0x7f040219
-int attr spn_labelEnable 0x7f04021a
-int attr spn_labelPadding 0x7f04021b
-int attr spn_labelTextAppearance 0x7f04021c
-int attr spn_labelTextColor 0x7f04021d
-int attr spn_labelTextSize 0x7f04021e
-int attr spn_popupItemAnimOffset 0x7f04021f
-int attr spn_popupItemAnimation 0x7f040220
-int attr srcCompat 0x7f040221
-int attr stackFromEnd 0x7f040222
-int attr state_above_anchor 0x7f040223
-int attr state_collapsed 0x7f040224
-int attr state_collapsible 0x7f040225
-int attr statusBarBackground 0x7f040226
-int attr statusBarScrim 0x7f040227
-int attr subMenuArrow 0x7f040228
-int attr submitBackground 0x7f040229
-int attr subtitle 0x7f04022a
-int attr subtitleTextAppearance 0x7f04022b
-int attr subtitleTextColor 0x7f04022c
-int attr subtitleTextStyle 0x7f04022d
-int attr suggestionRowLayout 0x7f04022e
-int attr sw_animDuration 0x7f04022f
-int attr sw_interpolator 0x7f040230
-int attr sw_thumbColor 0x7f040231
-int attr sw_thumbElevation 0x7f040232
-int attr sw_thumbRadius 0x7f040233
-int attr sw_trackCap 0x7f040234
-int attr sw_trackColor 0x7f040235
-int attr sw_trackSize 0x7f040236
-int attr switchMinWidth 0x7f040237
-int attr switchPadding 0x7f040238
-int attr switchStyle 0x7f040239
-int attr switchTextAppearance 0x7f04023a
-int attr tabBackground 0x7f04023b
-int attr tabContentStart 0x7f04023c
-int attr tabGravity 0x7f04023d
-int attr tabIndicatorColor 0x7f04023e
-int attr tabIndicatorHeight 0x7f04023f
-int attr tabMaxWidth 0x7f040240
-int attr tabMinWidth 0x7f040241
-int attr tabMode 0x7f040242
-int attr tabPadding 0x7f040243
-int attr tabPaddingBottom 0x7f040244
-int attr tabPaddingEnd 0x7f040245
-int attr tabPaddingStart 0x7f040246
-int attr tabPaddingTop 0x7f040247
-int attr tabSelectedTextColor 0x7f040248
-int attr tabTextAppearance 0x7f040249
-int attr tabTextColor 0x7f04024a
-int attr textAllCaps 0x7f04024b
-int attr textAppearanceLargePopupMenu 0x7f04024c
-int attr textAppearanceListItem 0x7f04024d
-int attr textAppearanceListItemSecondary 0x7f04024e
-int attr textAppearanceListItemSmall 0x7f04024f
-int attr textAppearancePopupMenuHeader 0x7f040250
-int attr textAppearanceSearchResultSubtitle 0x7f040251
-int attr textAppearanceSearchResultTitle 0x7f040252
-int attr textAppearanceSmallPopupMenu 0x7f040253
-int attr textColorAlertDialogListItem 0x7f040254
-int attr textColorError 0x7f040255
-int attr textColorSearchUrl 0x7f040256
-int attr theme 0x7f040257
-int attr thickness 0x7f040258
-int attr thumbTextPadding 0x7f040259
-int attr thumbTint 0x7f04025a
-int attr thumbTintMode 0x7f04025b
-int attr tickMark 0x7f04025c
-int attr tickMarkTint 0x7f04025d
-int attr tickMarkTintMode 0x7f04025e
-int attr tint 0x7f04025f
-int attr tintMode 0x7f040260
-int attr title 0x7f040261
-int attr titleEnabled 0x7f040262
-int attr titleMargin 0x7f040263
-int attr titleMarginBottom 0x7f040264
-int attr titleMarginEnd 0x7f040265
-int attr titleMarginStart 0x7f040266
-int attr titleMarginTop 0x7f040267
-int attr titleMargins 0x7f040268
-int attr titleTextAppearance 0x7f040269
-int attr titleTextColor 0x7f04026a
-int attr titleTextStyle 0x7f04026b
-int attr toolbarId 0x7f04026c
-int attr toolbarNavigationButtonStyle 0x7f04026d
-int attr toolbarStyle 0x7f04026e
-int attr tooltipForegroundColor 0x7f04026f
-int attr tooltipFrameBackground 0x7f040270
-int attr tooltipText 0x7f040271
-int attr tp_24Hour 0x7f040272
-int attr tp_am 0x7f040273
-int attr tp_animDuration 0x7f040274
-int attr tp_backgroundColor 0x7f040275
-int attr tp_fontFamily 0x7f040276
-int attr tp_headerHeight 0x7f040277
-int attr tp_hour 0x7f040278
-int attr tp_inInterpolator 0x7f040279
-int attr tp_leadingZero 0x7f04027a
-int attr tp_minute 0x7f04027b
-int attr tp_mode 0x7f04027c
-int attr tp_outInterpolator 0x7f04027d
-int attr tp_pm 0x7f04027e
-int attr tp_selectionColor 0x7f04027f
-int attr tp_selectionRadius 0x7f040280
-int attr tp_textColor 0x7f040281
-int attr tp_textHighlightColor 0x7f040282
-int attr tp_textSize 0x7f040283
-int attr tp_textStyle 0x7f040284
-int attr tp_textTimeColor 0x7f040285
-int attr tp_textTimeSize 0x7f040286
-int attr tp_tickSize 0x7f040287
-int attr tpi_centerCurrentTab 0x7f040288
-int attr tpi_indicatorAtTop 0x7f040289
-int attr tpi_indicatorColor 0x7f04028a
-int attr tpi_indicatorHeight 0x7f04028b
-int attr tpi_mode 0x7f04028c
-int attr tpi_tabPadding 0x7f04028d
-int attr tpi_tabRipple 0x7f04028e
-int attr tpi_tabSingleLine 0x7f04028f
-int attr track 0x7f040290
-int attr trackTint 0x7f040291
-int attr trackTintMode 0x7f040292
-int attr tv_fontFamily 0x7f040293
-int attr useCompatPadding 0x7f040294
-int attr v_styleId 0x7f040295
-int attr voiceIcon 0x7f040296
-int attr windowActionBar 0x7f040297
-int attr windowActionBarOverlay 0x7f040298
-int attr windowActionModeOverlay 0x7f040299
-int attr windowFixedHeightMajor 0x7f04029a
-int attr windowFixedHeightMinor 0x7f04029b
-int attr windowFixedWidthMajor 0x7f04029c
-int attr windowFixedWidthMinor 0x7f04029d
-int attr windowMinWidthMajor 0x7f04029e
-int attr windowMinWidthMinor 0x7f04029f
-int attr windowNoTitle 0x7f0402a0
+int attr arrowHeadLength 0x7f040028
+int attr arrowShaftLength 0x7f040029
+int attr autoCompleteTextViewStyle 0x7f04002a
+int attr background 0x7f04002b
+int attr backgroundSplit 0x7f04002c
+int attr backgroundStacked 0x7f04002d
+int attr backgroundTint 0x7f04002e
+int attr backgroundTintMode 0x7f04002f
+int attr barLength 0x7f040030
+int attr borderlessButtonStyle 0x7f040031
+int attr bsd_cancelable 0x7f040032
+int attr bsd_canceledOnTouchOutside 0x7f040033
+int attr bsd_dimAmount 0x7f040034
+int attr bsd_inDuration 0x7f040035
+int attr bsd_inInterpolator 0x7f040036
+int attr bsd_outDuration 0x7f040037
+int attr bsd_outInterpolator 0x7f040038
+int attr buttonBarButtonStyle 0x7f040039
+int attr buttonBarNegativeButtonStyle 0x7f04003a
+int attr buttonBarNeutralButtonStyle 0x7f04003b
+int attr buttonBarPositiveButtonStyle 0x7f04003c
+int attr buttonBarStyle 0x7f04003d
+int attr buttonPanelSideLayout 0x7f04003e
+int attr buttonStyle 0x7f04003f
+int attr buttonStyleSmall 0x7f040040
+int attr buttonTint 0x7f040041
+int attr buttonTintMode 0x7f040042
+int attr cardBackgroundColor 0x7f040043
+int attr cardCornerRadius 0x7f040044
+int attr cardElevation 0x7f040045
+int attr cardMaxElevation 0x7f040046
+int attr cardPreventCornerOverlap 0x7f040047
+int attr cardUseCompatPadding 0x7f040048
+int attr cbd_animDuration 0x7f040049
+int attr cbd_boxSize 0x7f04004a
+int attr cbd_cornerRadius 0x7f04004b
+int attr cbd_height 0x7f04004c
+int attr cbd_strokeColor 0x7f04004d
+int attr cbd_strokeSize 0x7f04004e
+int attr cbd_tickColor 0x7f04004f
+int attr cbd_width 0x7f040050
+int attr checkboxStyle 0x7f040051
+int attr checkedTextViewStyle 0x7f040052
+int attr closeIcon 0x7f040053
+int attr closeItemLayout 0x7f040054
+int attr collapseContentDescription 0x7f040055
+int attr collapseIcon 0x7f040056
+int attr color 0x7f040057
+int attr colorAccent 0x7f040058
+int attr colorButtonNormal 0x7f040059
+int attr colorControlActivated 0x7f04005a
+int attr colorControlHighlight 0x7f04005b
+int attr colorControlNormal 0x7f04005c
+int attr colorPrimary 0x7f04005d
+int attr colorPrimaryDark 0x7f04005e
+int attr colorSwitchThumbNormal 0x7f04005f
+int attr commitIcon 0x7f040060
+int attr contentInsetEnd 0x7f040061
+int attr contentInsetLeft 0x7f040062
+int attr contentInsetRight 0x7f040063
+int attr contentInsetStart 0x7f040064
+int attr contentPadding 0x7f040065
+int attr contentPaddingBottom 0x7f040066
+int attr contentPaddingLeft 0x7f040067
+int attr contentPaddingRight 0x7f040068
+int attr contentPaddingTop 0x7f040069
+int attr controlBackground 0x7f04006a
+int attr cpd_inAnimDuration 0x7f04006b
+int attr cpd_inStepColors 0x7f04006c
+int attr cpd_inStepPercent 0x7f04006d
+int attr cpd_initialAngle 0x7f04006e
+int attr cpd_keepDuration 0x7f04006f
+int attr cpd_maxSweepAngle 0x7f040070
+int attr cpd_minSweepAngle 0x7f040071
+int attr cpd_outAnimDuration 0x7f040072
+int attr cpd_padding 0x7f040073
+int attr cpd_reverse 0x7f040074
+int attr cpd_rotateDuration 0x7f040075
+int attr cpd_strokeColor 0x7f040076
+int attr cpd_strokeColors 0x7f040077
+int attr cpd_strokeSecondaryColor 0x7f040078
+int attr cpd_strokeSize 0x7f040079
+int attr cpd_transformDuration 0x7f04007a
+int attr cpd_transformInterpolator 0x7f04007b
+int attr customNavigationLayout 0x7f04007c
+int attr defaultQueryHint 0x7f04007d
+int attr di_actionBackground 0x7f04007e
+int attr di_actionRipple 0x7f04007f
+int attr di_actionTextAppearance 0x7f040080
+int attr di_actionTextColor 0x7f040081
+int attr di_backgroundColor 0x7f040082
+int attr di_cancelable 0x7f040083
+int attr di_canceledOnTouchOutside 0x7f040084
+int attr di_checkBoxStyle 0x7f040085
+int attr di_cornerRadius 0x7f040086
+int attr di_dimAmount 0x7f040087
+int attr di_dividerColor 0x7f040088
+int attr di_dividerHeight 0x7f040089
+int attr di_elevation 0x7f04008a
+int attr di_inAnimation 0x7f04008b
+int attr di_itemHeight 0x7f04008c
+int attr di_itemTextAppearance 0x7f04008d
+int attr di_layoutDirection 0x7f04008e
+int attr di_maxElevation 0x7f04008f
+int attr di_maxHeight 0x7f040090
+int attr di_maxWidth 0x7f040091
+int attr di_messageTextAppearance 0x7f040092
+int attr di_messageTextColor 0x7f040093
+int attr di_negativeActionBackground 0x7f040094
+int attr di_negativeActionRipple 0x7f040095
+int attr di_negativeActionTextAppearance 0x7f040096
+int attr di_negativeActionTextColor 0x7f040097
+int attr di_neutralActionBackground 0x7f040098
+int attr di_neutralActionRipple 0x7f040099
+int attr di_neutralActionTextAppearance 0x7f04009a
+int attr di_neutralActionTextColor 0x7f04009b
+int attr di_outAnimation 0x7f04009c
+int attr di_positiveActionBackground 0x7f04009d
+int attr di_positiveActionRipple 0x7f04009e
+int attr di_positiveActionTextAppearance 0x7f04009f
+int attr di_positiveActionTextColor 0x7f0400a0
+int attr di_radioButtonStyle 0x7f0400a1
+int attr di_titleTextAppearance 0x7f0400a2
+int attr di_titleTextColor 0x7f0400a3
+int attr dialogPreferredPadding 0x7f0400a4
+int attr dialogTheme 0x7f0400a5
+int attr displayOptions 0x7f0400a6
+int attr divider 0x7f0400a7
+int attr dividerHorizontal 0x7f0400a8
+int attr dividerPadding 0x7f0400a9
+int attr dividerVertical 0x7f0400aa
+int attr dp_animDuration 0x7f0400ab
+int attr dp_day 0x7f0400ac
+int attr dp_dayMax 0x7f0400ad
+int attr dp_dayMin 0x7f0400ae
+int attr dp_dayTextSize 0x7f0400af
+int attr dp_fontFamily 0x7f0400b0
+int attr dp_headerPrimaryColor 0x7f0400b1
+int attr dp_headerPrimaryHeight 0x7f0400b2
+int attr dp_headerPrimaryTextSize 0x7f0400b3
+int attr dp_headerSecondaryColor 0x7f0400b4
+int attr dp_headerSecondaryHeight 0x7f0400b5
+int attr dp_headerSecondaryTextSize 0x7f0400b6
+int attr dp_inInterpolator 0x7f0400b7
+int attr dp_month 0x7f0400b8
+int attr dp_monthMax 0x7f0400b9
+int attr dp_monthMin 0x7f0400ba
+int attr dp_outInterpolator 0x7f0400bb
+int attr dp_selectionColor 0x7f0400bc
+int attr dp_textColor 0x7f0400bd
+int attr dp_textDisableColor 0x7f0400be
+int attr dp_textHeaderColor 0x7f0400bf
+int attr dp_textHighlightColor 0x7f0400c0
+int attr dp_textLabelColor 0x7f0400c1
+int attr dp_textStyle 0x7f0400c2
+int attr dp_year 0x7f0400c3
+int attr dp_yearItemHeight 0x7f0400c4
+int attr dp_yearMax 0x7f0400c5
+int attr dp_yearMin 0x7f0400c6
+int attr dp_yearTextSize 0x7f0400c7
+int attr drawableSize 0x7f0400c8
+int attr drawerArrowStyle 0x7f0400c9
+int attr dropDownListViewStyle 0x7f0400ca
+int attr dropdownListPreferredItemHeight 0x7f0400cb
+int attr editTextBackground 0x7f0400cc
+int attr editTextColor 0x7f0400cd
+int attr editTextStyle 0x7f0400ce
+int attr elevation 0x7f0400cf
+int attr et_autoCompleteMode 0x7f0400d0
+int attr et_dividerAnimDuration 0x7f0400d1
+int attr et_dividerColor 0x7f0400d2
+int attr et_dividerCompoundPadding 0x7f0400d3
+int attr et_dividerErrorColor 0x7f0400d4
+int attr et_dividerHeight 0x7f0400d5
+int attr et_dividerPadding 0x7f0400d6
+int attr et_error 0x7f0400d7
+int attr et_helper 0x7f0400d8
+int attr et_inputId 0x7f0400d9
+int attr et_labelEllipsize 0x7f0400da
+int attr et_labelEnable 0x7f0400db
+int attr et_labelInAnim 0x7f0400dc
+int attr et_labelOutAnim 0x7f0400dd
+int attr et_labelPadding 0x7f0400de
+int attr et_labelTextAppearance 0x7f0400df
+int attr et_labelTextColor 0x7f0400e0
+int attr et_labelTextSize 0x7f0400e1
+int attr et_supportEllipsize 0x7f0400e2
+int attr et_supportLines 0x7f0400e3
+int attr et_supportMaxChars 0x7f0400e4
+int attr et_supportMaxLines 0x7f0400e5
+int attr et_supportMode 0x7f0400e6
+int attr et_supportPadding 0x7f0400e7
+int attr et_supportSingleLine 0x7f0400e8
+int attr et_supportTextAppearance 0x7f0400e9
+int attr et_supportTextColor 0x7f0400ea
+int attr et_supportTextErrorColor 0x7f0400eb
+int attr et_supportTextSize 0x7f0400ec
+int attr expandActivityOverflowButtonDrawable 0x7f0400ed
+int attr fab_animDuration 0x7f0400ee
+int attr fab_backgroundAnimDuration 0x7f0400ef
+int attr fab_backgroundColor 0x7f0400f0
+int attr fab_elevation 0x7f0400f1
+int attr fab_iconLineMorphing 0x7f0400f2
+int attr fab_iconSize 0x7f0400f3
+int attr fab_iconSrc 0x7f0400f4
+int attr fab_interpolator 0x7f0400f5
+int attr fab_radius 0x7f0400f6
+int attr gapBetweenBars 0x7f0400f7
+int attr goIcon 0x7f0400f8
+int attr height 0x7f0400f9
+int attr hideOnContentScroll 0x7f0400fa
+int attr hintText 0x7f0400fb
+int attr homeAsUpIndicator 0x7f0400fc
+int attr homeLayout 0x7f0400fd
+int attr icon 0x7f0400fe
+int attr iconifiedByDefault 0x7f0400ff
+int attr imageButtonStyle 0x7f040100
+int attr indeterminateProgressStyle 0x7f040101
+int attr initialActivityCount 0x7f040102
+int attr isLightTheme 0x7f040103
+int attr itemPadding 0x7f040104
+int attr layout 0x7f040105
+int attr layoutManager 0x7f040106
+int attr listChoiceBackgroundIndicator 0x7f040107
+int attr listDividerAlertDialog 0x7f040108
+int attr listItemLayout 0x7f040109
+int attr listLayout 0x7f04010a
+int attr listPopupWindowStyle 0x7f04010b
+int attr listPreferredItemHeight 0x7f04010c
+int attr listPreferredItemHeightLarge 0x7f04010d
+int attr listPreferredItemHeightSmall 0x7f04010e
+int attr listPreferredItemPaddingLeft 0x7f04010f
+int attr listPreferredItemPaddingRight 0x7f040110
+int attr lmd_animDuration 0x7f040111
+int attr lmd_clockwise 0x7f040112
+int attr lmd_curState 0x7f040113
+int attr lmd_interpolator 0x7f040114
+int attr lmd_layoutDirection 0x7f040115
+int attr lmd_padding 0x7f040116
+int attr lmd_paddingBottom 0x7f040117
+int attr lmd_paddingLeft 0x7f040118
+int attr lmd_paddingRight 0x7f040119
+int attr lmd_paddingTop 0x7f04011a
+int attr lmd_state 0x7f04011b
+int attr lmd_strokeCap 0x7f04011c
+int attr lmd_strokeColor 0x7f04011d
+int attr lmd_strokeJoin 0x7f04011e
+int attr lmd_strokeSize 0x7f04011f
+int attr logo 0x7f040120
+int attr logoDescription 0x7f040121
+int attr lpd_inAnimDuration 0x7f040122
+int attr lpd_keepDuration 0x7f040123
+int attr lpd_maxLineWidth 0x7f040124
+int attr lpd_minLineWidth 0x7f040125
+int attr lpd_outAnimDuration 0x7f040126
+int attr lpd_reverse 0x7f040127
+int attr lpd_strokeColor 0x7f040128
+int attr lpd_strokeColors 0x7f040129
+int attr lpd_strokeSecondaryColor 0x7f04012a
+int attr lpd_strokeSize 0x7f04012b
+int attr lpd_transformDuration 0x7f04012c
+int attr lpd_transformInterpolator 0x7f04012d
+int attr lpd_travelDuration 0x7f04012e
+int attr lpd_verticalAlign 0x7f04012f
+int attr maxButtonHeight 0x7f040130
+int attr measureWithLargestChild 0x7f040131
+int attr multiChoiceItemLayout 0x7f040132
+int attr navigationContentDescription 0x7f040133
+int attr navigationIcon 0x7f040134
+int attr navigationMode 0x7f040135
+int attr nd_icon 0x7f040136
+int attr nd_ripple 0x7f040137
+int attr overlapAnchor 0x7f040138
+int attr paddingEnd 0x7f040139
+int attr paddingStart 0x7f04013a
+int attr panelBackground 0x7f04013b
+int attr panelMenuListTheme 0x7f04013c
+int attr panelMenuListWidth 0x7f04013d
+int attr popupMenuStyle 0x7f04013e
+int attr popupTheme 0x7f04013f
+int attr popupWindowStyle 0x7f040140
+int attr preserveIconSpacing 0x7f040141
+int attr progressBarPadding 0x7f040142
+int attr progressBarStyle 0x7f040143
+int attr pv_autostart 0x7f040144
+int attr pv_circular 0x7f040145
+int attr pv_progress 0x7f040146
+int attr pv_progressMode 0x7f040147
+int attr pv_progressStyle 0x7f040148
+int attr pv_secondaryProgress 0x7f040149
+int attr queryBackground 0x7f04014a
+int attr queryHint 0x7f04014b
+int attr radioButtonStyle 0x7f04014c
+int attr ratingBarStyle 0x7f04014d
+int attr rbd_animDuration 0x7f04014e
+int attr rbd_height 0x7f04014f
+int attr rbd_innerRadius 0x7f040150
+int attr rbd_radius 0x7f040151
+int attr rbd_strokeColor 0x7f040152
+int attr rbd_strokeSize 0x7f040153
+int attr rbd_width 0x7f040154
+int attr rd_backgroundAnimDuration 0x7f040155
+int attr rd_backgroundColor 0x7f040156
+int attr rd_bottomLeftCornerRadius 0x7f040157
+int attr rd_bottomPadding 0x7f040158
+int attr rd_bottomRightCornerRadius 0x7f040159
+int attr rd_cornerRadius 0x7f04015a
+int attr rd_delayClick 0x7f04015b
+int attr rd_enable 0x7f04015c
+int attr rd_inInterpolator 0x7f04015d
+int attr rd_leftPadding 0x7f04015e
+int attr rd_maskType 0x7f04015f
+int attr rd_maxRippleRadius 0x7f040160
+int attr rd_outInterpolator 0x7f040161
+int attr rd_padding 0x7f040162
+int attr rd_rightPadding 0x7f040163
+int attr rd_rippleAnimDuration 0x7f040164
+int attr rd_rippleColor 0x7f040165
+int attr rd_rippleType 0x7f040166
+int attr rd_style 0x7f040167
+int attr rd_topLeftCornerRadius 0x7f040168
+int attr rd_topPadding 0x7f040169
+int attr rd_topRightCornerRadius 0x7f04016a
+int attr reverseLayout 0x7f04016b
+int attr sb_actionRipple 0x7f04016c
+int attr sb_actionText 0x7f04016d
+int attr sb_actionTextAppearance 0x7f04016e
+int attr sb_actionTextColor 0x7f04016f
+int attr sb_actionTextSize 0x7f040170
+int attr sb_backgroundColor 0x7f040171
+int attr sb_backgroundCornerRadius 0x7f040172
+int attr sb_duration 0x7f040173
+int attr sb_ellipsize 0x7f040174
+int attr sb_height 0x7f040175
+int attr sb_horizontalPadding 0x7f040176
+int attr sb_inAnimation 0x7f040177
+int attr sb_lines 0x7f040178
+int attr sb_marginBottom 0x7f040179
+int attr sb_marginStart 0x7f04017a
+int attr sb_maxHeight 0x7f04017b
+int attr sb_maxLines 0x7f04017c
+int attr sb_maxWidth 0x7f04017d
+int attr sb_minHeight 0x7f04017e
+int attr sb_minWidth 0x7f04017f
+int attr sb_outAnimation 0x7f040180
+int attr sb_removeOnDismiss 0x7f040181
+int attr sb_singleLine 0x7f040182
+int attr sb_text 0x7f040183
+int attr sb_textAppearance 0x7f040184
+int attr sb_textColor 0x7f040185
+int attr sb_textSize 0x7f040186
+int attr sb_verticalPadding 0x7f040187
+int attr sb_width 0x7f040188
+int attr searchHintIcon 0x7f040189
+int attr searchIcon 0x7f04018a
+int attr searchViewStyle 0x7f04018b
+int attr seekBarStyle 0x7f04018c
+int attr selectableItemBackground 0x7f04018d
+int attr selectableItemBackgroundBorderless 0x7f04018e
+int attr showAsAction 0x7f04018f
+int attr showDividers 0x7f040190
+int attr showText 0x7f040191
+int attr singleChoiceItemLayout 0x7f040192
+int attr sl_alwaysFillThumb 0x7f040193
+int attr sl_baselineOffset 0x7f040194
+int attr sl_discreteMode 0x7f040195
+int attr sl_fontFamily 0x7f040196
+int attr sl_interpolator 0x7f040197
+int attr sl_maxValue 0x7f040198
+int attr sl_minValue 0x7f040199
+int attr sl_primaryColor 0x7f04019a
+int attr sl_secondaryColor 0x7f04019b
+int attr sl_stepValue 0x7f04019c
+int attr sl_textColor 0x7f04019d
+int attr sl_textSize 0x7f04019e
+int attr sl_textStyle 0x7f04019f
+int attr sl_thumbBorderSize 0x7f0401a0
+int attr sl_thumbFocusRadius 0x7f0401a1
+int attr sl_thumbRadius 0x7f0401a2
+int attr sl_trackCap 0x7f0401a3
+int attr sl_trackSize 0x7f0401a4
+int attr sl_transformAnimDuration 0x7f0401a5
+int attr sl_travelAnimDuration 0x7f0401a6
+int attr sl_value 0x7f0401a7
+int attr spanCount 0x7f0401a8
+int attr spinBars 0x7f0401a9
+int attr spinnerDropDownItemStyle 0x7f0401aa
+int attr spinnerStyle 0x7f0401ab
+int attr splitTrack 0x7f0401ac
+int attr spn_arrowAnimClockwise 0x7f0401ad
+int attr spn_arrowAnimDuration 0x7f0401ae
+int attr spn_arrowColor 0x7f0401af
+int attr spn_arrowInterpolator 0x7f0401b0
+int attr spn_arrowPadding 0x7f0401b1
+int attr spn_arrowSize 0x7f0401b2
+int attr spn_arrowSwitchMode 0x7f0401b3
+int attr spn_disableChildrenWhenDisabled 0x7f0401b4
+int attr spn_dividerAnimDuration 0x7f0401b5
+int attr spn_dividerColor 0x7f0401b6
+int attr spn_dividerHeight 0x7f0401b7
+int attr spn_dividerPadding 0x7f0401b8
+int attr spn_label 0x7f0401b9
+int attr spn_labelEllipsize 0x7f0401ba
+int attr spn_labelEnable 0x7f0401bb
+int attr spn_labelPadding 0x7f0401bc
+int attr spn_labelTextAppearance 0x7f0401bd
+int attr spn_labelTextColor 0x7f0401be
+int attr spn_labelTextSize 0x7f0401bf
+int attr spn_popupItemAnimOffset 0x7f0401c0
+int attr spn_popupItemAnimation 0x7f0401c1
+int attr stackFromEnd 0x7f0401c2
+int attr state_above_anchor 0x7f0401c3
+int attr submitBackground 0x7f0401c4
+int attr subtitle 0x7f0401c5
+int attr subtitleTextAppearance 0x7f0401c6
+int attr subtitleTextColor 0x7f0401c7
+int attr subtitleTextStyle 0x7f0401c8
+int attr suggestionRowLayout 0x7f0401c9
+int attr sw_animDuration 0x7f0401ca
+int attr sw_interpolator 0x7f0401cb
+int attr sw_thumbColor 0x7f0401cc
+int attr sw_thumbElevation 0x7f0401cd
+int attr sw_thumbRadius 0x7f0401ce
+int attr sw_trackCap 0x7f0401cf
+int attr sw_trackColor 0x7f0401d0
+int attr sw_trackSize 0x7f0401d1
+int attr switchMinWidth 0x7f0401d2
+int attr switchPadding 0x7f0401d3
+int attr switchStyle 0x7f0401d4
+int attr switchTextAppearance 0x7f0401d5
+int attr textAllCaps 0x7f0401d6
+int attr textAppearanceLargePopupMenu 0x7f0401d7
+int attr textAppearanceListItem 0x7f0401d8
+int attr textAppearanceListItemSmall 0x7f0401d9
+int attr textAppearanceSearchResultSubtitle 0x7f0401da
+int attr textAppearanceSearchResultTitle 0x7f0401db
+int attr textAppearanceSmallPopupMenu 0x7f0401dc
+int attr textColorAlertDialogListItem 0x7f0401dd
+int attr textColorSearchUrl 0x7f0401de
+int attr theme 0x7f0401df
+int attr thickness 0x7f0401e0
+int attr thumbTextPadding 0x7f0401e1
+int attr title 0x7f0401e2
+int attr titleMarginBottom 0x7f0401e3
+int attr titleMarginEnd 0x7f0401e4
+int attr titleMarginStart 0x7f0401e5
+int attr titleMarginTop 0x7f0401e6
+int attr titleMargins 0x7f0401e7
+int attr titleTextAppearance 0x7f0401e8
+int attr titleTextColor 0x7f0401e9
+int attr titleTextStyle 0x7f0401ea
+int attr toolbarNavigationButtonStyle 0x7f0401eb
+int attr toolbarStyle 0x7f0401ec
+int attr tp_24Hour 0x7f0401ed
+int attr tp_am 0x7f0401ee
+int attr tp_animDuration 0x7f0401ef
+int attr tp_backgroundColor 0x7f0401f0
+int attr tp_fontFamily 0x7f0401f1
+int attr tp_headerHeight 0x7f0401f2
+int attr tp_hour 0x7f0401f3
+int attr tp_inInterpolator 0x7f0401f4
+int attr tp_leadingZero 0x7f0401f5
+int attr tp_minute 0x7f0401f6
+int attr tp_mode 0x7f0401f7
+int attr tp_outInterpolator 0x7f0401f8
+int attr tp_pm 0x7f0401f9
+int attr tp_selectionColor 0x7f0401fa
+int attr tp_selectionRadius 0x7f0401fb
+int attr tp_textColor 0x7f0401fc
+int attr tp_textHighlightColor 0x7f0401fd
+int attr tp_textSize 0x7f0401fe
+int attr tp_textStyle 0x7f0401ff
+int attr tp_textTimeColor 0x7f040200
+int attr tp_textTimeSize 0x7f040201
+int attr tp_tickSize 0x7f040202
+int attr tpi_centerCurrentTab 0x7f040203
+int attr tpi_indicatorAtTop 0x7f040204
+int attr tpi_indicatorColor 0x7f040205
+int attr tpi_indicatorHeight 0x7f040206
+int attr tpi_mode 0x7f040207
+int attr tpi_tabPadding 0x7f040208
+int attr tpi_tabRipple 0x7f040209
+int attr tpi_tabSingleLine 0x7f04020a
+int attr track 0x7f04020b
+int attr tv_fontFamily 0x7f04020c
+int attr v_styleId 0x7f04020d
+int attr voiceIcon 0x7f04020e
+int attr windowActionBar 0x7f04020f
+int attr windowActionBarOverlay 0x7f040210
+int attr windowActionModeOverlay 0x7f040211
+int attr windowFixedHeightMajor 0x7f040212
+int attr windowFixedHeightMinor 0x7f040213
+int attr windowFixedWidthMajor 0x7f040214
+int attr windowFixedWidthMinor 0x7f040215
+int attr windowMinWidthMajor 0x7f040216
+int attr windowMinWidthMinor 0x7f040217
+int attr windowNoTitle 0x7f040218
int bool abc_action_bar_embed_tabs 0x7f050001
int bool abc_action_bar_embed_tabs_pre_jb 0x7f050002
int bool abc_action_bar_expanded_action_views_exclusive 0x7f050003
@@ -699,1406 +556,893 @@ int color ColorPrimary 0x7f060001
int color ColorPrimaryDark 0x7f060002
int color abc_background_cache_hint_selector_material_dark 0x7f060003
int color abc_background_cache_hint_selector_material_light 0x7f060004
-int color abc_btn_colored_borderless_text_material 0x7f060005
-int color abc_btn_colored_text_material 0x7f060006
-int color abc_color_highlight_material 0x7f060007
-int color abc_hint_foreground_material_dark 0x7f060008
-int color abc_hint_foreground_material_light 0x7f060009
-int color abc_input_method_navigation_guard 0x7f06000a
-int color abc_primary_text_disable_only_material_dark 0x7f06000b
-int color abc_primary_text_disable_only_material_light 0x7f06000c
-int color abc_primary_text_material_dark 0x7f06000d
-int color abc_primary_text_material_light 0x7f06000e
-int color abc_search_url_text 0x7f06000f
-int color abc_search_url_text_normal 0x7f060010
-int color abc_search_url_text_pressed 0x7f060011
-int color abc_search_url_text_selected 0x7f060012
-int color abc_secondary_text_material_dark 0x7f060013
-int color abc_secondary_text_material_light 0x7f060014
-int color abc_tint_btn_checkable 0x7f060015
-int color abc_tint_default 0x7f060016
-int color abc_tint_edittext 0x7f060017
-int color abc_tint_seek_thumb 0x7f060018
-int color abc_tint_spinner 0x7f060019
-int color abc_tint_switch_track 0x7f06001a
-int color accent_material_dark 0x7f06001b
-int color accent_material_light 0x7f06001c
-int color android_text_color 0x7f06001d
-int color app_topbar_color 0x7f06001e
-int color background_color 0x7f06001f
-int color background_floating_material_dark 0x7f060020
-int color background_floating_material_light 0x7f060021
-int color background_material_dark 0x7f060022
-int color background_material_light 0x7f060023
-int color black 0x7f060024
-int color blue 0x7f060025
-int color bright_foreground_disabled_material_dark 0x7f060026
-int color bright_foreground_disabled_material_light 0x7f060027
-int color bright_foreground_inverse_material_dark 0x7f060028
-int color bright_foreground_inverse_material_light 0x7f060029
-int color bright_foreground_material_dark 0x7f06002a
-int color bright_foreground_material_light 0x7f06002b
-int color button_material_dark 0x7f06002c
-int color button_material_light 0x7f06002d
-int color cardview_dark_background 0x7f06002e
-int color cardview_light_background 0x7f06002f
-int color cardview_shadow_end_color 0x7f060030
-int color cardview_shadow_start_color 0x7f060031
-int color cyan 0x7f060032
-int color design_bottom_navigation_shadow_color 0x7f060033
-int color design_error 0x7f060034
-int color design_fab_shadow_end_color 0x7f060035
-int color design_fab_shadow_mid_color 0x7f060036
-int color design_fab_shadow_start_color 0x7f060037
-int color design_fab_stroke_end_inner_color 0x7f060038
-int color design_fab_stroke_end_outer_color 0x7f060039
-int color design_fab_stroke_top_inner_color 0x7f06003a
-int color design_fab_stroke_top_outer_color 0x7f06003b
-int color design_snackbar_background_color 0x7f06003c
-int color design_tint_password_toggle 0x7f06003d
-int color dim_foreground_disabled_material_dark 0x7f06003e
-int color dim_foreground_disabled_material_light 0x7f06003f
-int color dim_foreground_material_dark 0x7f060040
-int color dim_foreground_material_light 0x7f060041
-int color error_color_material 0x7f060042
-int color foreground_material_dark 0x7f060043
-int color foreground_material_light 0x7f060044
-int color gray 0x7f060045
-int color highlighted_text_material_dark 0x7f060046
-int color highlighted_text_material_light 0x7f060047
-int color hint_foreground_material_dark 0x7f060048
-int color hint_foreground_material_light 0x7f060049
-int color lightBlue 0x7f06004a
-int color list_background 0x7f06004b
-int color list_even 0x7f06004c
-int color list_header 0x7f06004d
-int color list_odd 0x7f06004e
-int color list_selected 0x7f06004f
-int color material_blue_grey_800 0x7f060050
-int color material_blue_grey_900 0x7f060051
-int color material_blue_grey_950 0x7f060052
-int color material_deep_teal_200 0x7f060053
-int color material_deep_teal_500 0x7f060054
-int color material_grey_100 0x7f060055
-int color material_grey_300 0x7f060056
-int color material_grey_50 0x7f060057
-int color material_grey_600 0x7f060058
-int color material_grey_800 0x7f060059
-int color material_grey_850 0x7f06005a
-int color material_grey_900 0x7f06005b
-int color notification_action_color_filter 0x7f06005c
-int color notification_icon_bg_color 0x7f06005d
-int color notification_material_background_media_default_color 0x7f06005e
-int color primary 0x7f06005f
-int color primary_dark 0x7f060060
-int color primary_dark_material_dark 0x7f060061
-int color primary_dark_material_light 0x7f060062
-int color primary_material_dark 0x7f060063
-int color primary_material_light 0x7f060064
-int color primary_pressed 0x7f060065
-int color primary_text_default_material_dark 0x7f060066
-int color primary_text_default_material_light 0x7f060067
-int color primary_text_disabled_material_dark 0x7f060068
-int color primary_text_disabled_material_light 0x7f060069
-int color red 0x7f06006a
-int color ripple 0x7f06006b
-int color ripple_material_dark 0x7f06006c
-int color ripple_material_light 0x7f06006d
-int color secondary_text_default_material_dark 0x7f06006e
-int color secondary_text_default_material_light 0x7f06006f
-int color secondary_text_disabled_material_dark 0x7f060070
-int color secondary_text_disabled_material_light 0x7f060071
-int color switch_thumb_disabled_material_dark 0x7f060072
-int color switch_thumb_disabled_material_light 0x7f060073
-int color switch_thumb_material_dark 0x7f060074
-int color switch_thumb_material_light 0x7f060075
-int color switch_thumb_normal_material_dark 0x7f060076
-int color switch_thumb_normal_material_light 0x7f060077
-int color text_color 0x7f060078
-int color tooltip_background_dark 0x7f060079
-int color tooltip_background_light 0x7f06007a
-int color white 0x7f06007b
-int dimen abc_action_bar_content_inset_material 0x7f080001
-int dimen abc_action_bar_content_inset_with_nav 0x7f080002
-int dimen abc_action_bar_default_height_material 0x7f080003
-int dimen abc_action_bar_default_padding_end_material 0x7f080004
-int dimen abc_action_bar_default_padding_start_material 0x7f080005
-int dimen abc_action_bar_elevation_material 0x7f080006
-int dimen abc_action_bar_icon_vertical_padding_material 0x7f080007
-int dimen abc_action_bar_overflow_padding_end_material 0x7f080008
-int dimen abc_action_bar_overflow_padding_start_material 0x7f080009
-int dimen abc_action_bar_progress_bar_size 0x7f08000a
-int dimen abc_action_bar_stacked_max_height 0x7f08000b
-int dimen abc_action_bar_stacked_tab_max_width 0x7f08000c
-int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f08000d
-int dimen abc_action_bar_subtitle_top_margin_material 0x7f08000e
-int dimen abc_action_button_min_height_material 0x7f08000f
-int dimen abc_action_button_min_width_material 0x7f080010
-int dimen abc_action_button_min_width_overflow_material 0x7f080011
-int dimen abc_alert_dialog_button_bar_height 0x7f080012
-int dimen abc_button_inset_horizontal_material 0x7f080013
-int dimen abc_button_inset_vertical_material 0x7f080014
-int dimen abc_button_padding_horizontal_material 0x7f080015
-int dimen abc_button_padding_vertical_material 0x7f080016
-int dimen abc_cascading_menus_min_smallest_width 0x7f080017
-int dimen abc_config_prefDialogWidth 0x7f080018
-int dimen abc_control_corner_material 0x7f080019
-int dimen abc_control_inset_material 0x7f08001a
-int dimen abc_control_padding_material 0x7f08001b
-int dimen abc_dialog_fixed_height_major 0x7f08001c
-int dimen abc_dialog_fixed_height_minor 0x7f08001d
-int dimen abc_dialog_fixed_width_major 0x7f08001e
-int dimen abc_dialog_fixed_width_minor 0x7f08001f
-int dimen abc_dialog_list_padding_bottom_no_buttons 0x7f080020
-int dimen abc_dialog_list_padding_top_no_title 0x7f080021
-int dimen abc_dialog_list_padding_vertical_material 0x7f080022
-int dimen abc_dialog_min_width_major 0x7f080023
-int dimen abc_dialog_min_width_minor 0x7f080024
-int dimen abc_dialog_padding_material 0x7f080025
-int dimen abc_dialog_padding_top_material 0x7f080026
-int dimen abc_dialog_title_divider_material 0x7f080027
-int dimen abc_disabled_alpha_material_dark 0x7f080028
-int dimen abc_disabled_alpha_material_light 0x7f080029
-int dimen abc_dropdownitem_icon_width 0x7f08002a
-int dimen abc_dropdownitem_text_padding_left 0x7f08002b
-int dimen abc_dropdownitem_text_padding_right 0x7f08002c
-int dimen abc_edit_text_inset_bottom_material 0x7f08002d
-int dimen abc_edit_text_inset_horizontal_material 0x7f08002e
-int dimen abc_edit_text_inset_top_material 0x7f08002f
-int dimen abc_floating_window_z 0x7f080030
-int dimen abc_list_item_padding_horizontal_material 0x7f080031
-int dimen abc_panel_menu_list_width 0x7f080032
-int dimen abc_progress_bar_height_material 0x7f080033
-int dimen abc_search_view_preferred_height 0x7f080034
-int dimen abc_search_view_preferred_width 0x7f080035
-int dimen abc_search_view_text_min_width 0x7f080036
-int dimen abc_seekbar_track_background_height_material 0x7f080037
-int dimen abc_seekbar_track_progress_height_material 0x7f080038
-int dimen abc_select_dialog_padding_start_material 0x7f080039
-int dimen abc_switch_padding 0x7f08003a
-int dimen abc_text_size_body_1_material 0x7f08003b
-int dimen abc_text_size_body_2_material 0x7f08003c
-int dimen abc_text_size_button_material 0x7f08003d
-int dimen abc_text_size_caption_material 0x7f08003e
-int dimen abc_text_size_display_1_material 0x7f08003f
-int dimen abc_text_size_display_2_material 0x7f080040
-int dimen abc_text_size_display_3_material 0x7f080041
-int dimen abc_text_size_display_4_material 0x7f080042
-int dimen abc_text_size_headline_material 0x7f080043
-int dimen abc_text_size_large_material 0x7f080044
-int dimen abc_text_size_medium_material 0x7f080045
-int dimen abc_text_size_menu_header_material 0x7f080046
-int dimen abc_text_size_menu_material 0x7f080047
-int dimen abc_text_size_small_material 0x7f080048
-int dimen abc_text_size_subhead_material 0x7f080049
-int dimen abc_text_size_subtitle_material_toolbar 0x7f08004a
-int dimen abc_text_size_title_material 0x7f08004b
-int dimen abc_text_size_title_material_toolbar 0x7f08004c
-int dimen activity_horizontal_margin 0x7f08004d
-int dimen activity_vertical_margin 0x7f08004e
-int dimen cardview_compat_inset_shadow 0x7f08004f
-int dimen cardview_default_elevation 0x7f080050
-int dimen cardview_default_radius 0x7f080051
-int dimen compat_button_inset_horizontal_material 0x7f080052
-int dimen compat_button_inset_vertical_material 0x7f080053
-int dimen compat_button_padding_horizontal_material 0x7f080054
-int dimen compat_button_padding_vertical_material 0x7f080055
-int dimen compat_control_corner_material 0x7f080056
-int dimen design_appbar_elevation 0x7f080057
-int dimen design_bottom_navigation_active_item_max_width 0x7f080058
-int dimen design_bottom_navigation_active_text_size 0x7f080059
-int dimen design_bottom_navigation_elevation 0x7f08005a
-int dimen design_bottom_navigation_height 0x7f08005b
-int dimen design_bottom_navigation_item_max_width 0x7f08005c
-int dimen design_bottom_navigation_item_min_width 0x7f08005d
-int dimen design_bottom_navigation_margin 0x7f08005e
-int dimen design_bottom_navigation_shadow_height 0x7f08005f
-int dimen design_bottom_navigation_text_size 0x7f080060
-int dimen design_bottom_sheet_modal_elevation 0x7f080061
-int dimen design_bottom_sheet_peek_height_min 0x7f080062
-int dimen design_fab_border_width 0x7f080063
-int dimen design_fab_elevation 0x7f080064
-int dimen design_fab_image_size 0x7f080065
-int dimen design_fab_size_mini 0x7f080066
-int dimen design_fab_size_normal 0x7f080067
-int dimen design_fab_translation_z_pressed 0x7f080068
-int dimen design_navigation_elevation 0x7f080069
-int dimen design_navigation_icon_padding 0x7f08006a
-int dimen design_navigation_icon_size 0x7f08006b
-int dimen design_navigation_max_width 0x7f08006c
-int dimen design_navigation_padding_bottom 0x7f08006d
-int dimen design_navigation_separator_vertical_padding 0x7f08006e
-int dimen design_snackbar_action_inline_max_width 0x7f08006f
-int dimen design_snackbar_background_corner_radius 0x7f080070
-int dimen design_snackbar_elevation 0x7f080071
-int dimen design_snackbar_extra_spacing_horizontal 0x7f080072
-int dimen design_snackbar_max_width 0x7f080073
-int dimen design_snackbar_min_width 0x7f080074
-int dimen design_snackbar_padding_horizontal 0x7f080075
-int dimen design_snackbar_padding_vertical 0x7f080076
-int dimen design_snackbar_padding_vertical_2lines 0x7f080077
-int dimen design_snackbar_text_size 0x7f080078
-int dimen design_tab_max_width 0x7f080079
-int dimen design_tab_scrollable_min_width 0x7f08007a
-int dimen design_tab_text_size 0x7f08007b
-int dimen design_tab_text_size_2line 0x7f08007c
-int dimen disabled_alpha_material_dark 0x7f08007d
-int dimen disabled_alpha_material_light 0x7f08007e
-int dimen fastscroll_default_thickness 0x7f08007f
-int dimen fastscroll_margin 0x7f080080
-int dimen fastscroll_minimum_range 0x7f080081
-int dimen highlight_alpha_material_colored 0x7f080082
-int dimen highlight_alpha_material_dark 0x7f080083
-int dimen highlight_alpha_material_light 0x7f080084
-int dimen hint_alpha_material_dark 0x7f080085
-int dimen hint_alpha_material_light 0x7f080086
-int dimen hint_pressed_alpha_material_dark 0x7f080087
-int dimen hint_pressed_alpha_material_light 0x7f080088
-int dimen item_touch_helper_max_drag_scroll_per_frame 0x7f080089
-int dimen item_touch_helper_swipe_escape_max_velocity 0x7f08008a
-int dimen item_touch_helper_swipe_escape_velocity 0x7f08008b
-int dimen notification_action_icon_size 0x7f08008c
-int dimen notification_action_text_size 0x7f08008d
-int dimen notification_big_circle_margin 0x7f08008e
-int dimen notification_content_margin_start 0x7f08008f
-int dimen notification_large_icon_height 0x7f080090
-int dimen notification_large_icon_width 0x7f080091
-int dimen notification_main_column_padding_top 0x7f080092
-int dimen notification_media_narrow_margin 0x7f080093
-int dimen notification_right_icon_size 0x7f080094
-int dimen notification_right_side_padding_top 0x7f080095
-int dimen notification_small_icon_background_padding 0x7f080096
-int dimen notification_small_icon_size_as_large 0x7f080097
-int dimen notification_subtext_size 0x7f080098
-int dimen notification_top_pad 0x7f080099
-int dimen notification_top_pad_large_text 0x7f08009a
-int dimen tooltip_corner_radius 0x7f08009b
-int dimen tooltip_horizontal_padding 0x7f08009c
-int dimen tooltip_margin 0x7f08009d
-int dimen tooltip_precise_anchor_extra_offset 0x7f08009e
-int dimen tooltip_precise_anchor_threshold 0x7f08009f
-int dimen tooltip_vertical_padding 0x7f0800a0
-int dimen tooltip_y_offset_non_touch 0x7f0800a1
-int dimen tooltip_y_offset_touch 0x7f0800a2
-int drawable abc_ab_share_pack_mtrl_alpha 0x7f090001
-int drawable abc_action_bar_item_background_material 0x7f090002
-int drawable abc_btn_borderless_material 0x7f090003
-int drawable abc_btn_check_material 0x7f090004
-int drawable abc_btn_check_to_on_mtrl_000 0x7f090005
-int drawable abc_btn_check_to_on_mtrl_015 0x7f090006
-int drawable abc_btn_colored_material 0x7f090007
-int drawable abc_btn_default_mtrl_shape 0x7f090008
-int drawable abc_btn_radio_material 0x7f090009
-int drawable abc_btn_radio_to_on_mtrl_000 0x7f09000a
-int drawable abc_btn_radio_to_on_mtrl_015 0x7f09000b
-int drawable abc_btn_rating_star_off_mtrl_alpha 0x7f09000c
-int drawable abc_btn_rating_star_on_mtrl_alpha 0x7f09000d
-int drawable abc_btn_switch_to_on_mtrl_00001 0x7f09000e
-int drawable abc_btn_switch_to_on_mtrl_00012 0x7f09000f
-int drawable abc_cab_background_internal_bg 0x7f090010
-int drawable abc_cab_background_top_material 0x7f090011
-int drawable abc_cab_background_top_mtrl_alpha 0x7f090012
-int drawable abc_control_background_material 0x7f090013
-int drawable abc_dialog_material_background 0x7f090014
-int drawable abc_dialog_material_background_dark 0x7f090015
-int drawable abc_dialog_material_background_light 0x7f090016
-int drawable abc_edit_text_material 0x7f090017
-int drawable abc_ic_ab_back_material 0x7f090018
-int drawable abc_ic_ab_back_mtrl_am_alpha 0x7f090019
-int drawable abc_ic_arrow_drop_right_black_24dp 0x7f09001a
-int drawable abc_ic_clear_material 0x7f09001b
-int drawable abc_ic_clear_mtrl_alpha 0x7f09001c
-int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f09001d
-int drawable abc_ic_go_search_api_material 0x7f09001e
-int drawable abc_ic_go_search_api_mtrl_alpha 0x7f09001f
-int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f090020
-int drawable abc_ic_menu_cut_mtrl_alpha 0x7f090021
-int drawable abc_ic_menu_moreoverflow_mtrl_alpha 0x7f090022
-int drawable abc_ic_menu_overflow_material 0x7f090023
-int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f090024
-int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f090025
-int drawable abc_ic_menu_share_mtrl_alpha 0x7f090026
-int drawable abc_ic_search_api_material 0x7f090027
-int drawable abc_ic_search_api_mtrl_alpha 0x7f090028
-int drawable abc_ic_star_black_16dp 0x7f090029
-int drawable abc_ic_star_black_36dp 0x7f09002a
-int drawable abc_ic_star_black_48dp 0x7f09002b
-int drawable abc_ic_star_half_black_16dp 0x7f09002c
-int drawable abc_ic_star_half_black_36dp 0x7f09002d
-int drawable abc_ic_star_half_black_48dp 0x7f09002e
-int drawable abc_ic_voice_search_api_material 0x7f09002f
-int drawable abc_ic_voice_search_api_mtrl_alpha 0x7f090030
-int drawable abc_item_background_holo_dark 0x7f090031
-int drawable abc_item_background_holo_light 0x7f090032
-int drawable abc_list_divider_mtrl_alpha 0x7f090033
-int drawable abc_list_focused_holo 0x7f090034
-int drawable abc_list_longpressed_holo 0x7f090035
-int drawable abc_list_pressed_holo_dark 0x7f090036
-int drawable abc_list_pressed_holo_light 0x7f090037
-int drawable abc_list_selector_background_transition_holo_dark 0x7f090038
-int drawable abc_list_selector_background_transition_holo_light 0x7f090039
-int drawable abc_list_selector_disabled_holo_dark 0x7f09003a
-int drawable abc_list_selector_disabled_holo_light 0x7f09003b
-int drawable abc_list_selector_holo_dark 0x7f09003c
-int drawable abc_list_selector_holo_light 0x7f09003d
-int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f09003e
-int drawable abc_popup_background_mtrl_mult 0x7f09003f
-int drawable abc_ratingbar_full_material 0x7f090040
-int drawable abc_ratingbar_indicator_material 0x7f090041
-int drawable abc_ratingbar_material 0x7f090042
-int drawable abc_ratingbar_small_material 0x7f090043
-int drawable abc_scrubber_control_off_mtrl_alpha 0x7f090044
-int drawable abc_scrubber_control_to_pressed_mtrl_000 0x7f090045
-int drawable abc_scrubber_control_to_pressed_mtrl_005 0x7f090046
-int drawable abc_scrubber_primary_mtrl_alpha 0x7f090047
-int drawable abc_scrubber_track_mtrl_alpha 0x7f090048
-int drawable abc_seekbar_thumb_material 0x7f090049
-int drawable abc_seekbar_tick_mark_material 0x7f09004a
-int drawable abc_seekbar_track_material 0x7f09004b
-int drawable abc_spinner_mtrl_am_alpha 0x7f09004c
-int drawable abc_spinner_textfield_background_material 0x7f09004d
-int drawable abc_switch_thumb_material 0x7f09004e
-int drawable abc_switch_track_mtrl_alpha 0x7f09004f
-int drawable abc_tab_indicator_material 0x7f090050
-int drawable abc_tab_indicator_mtrl_alpha 0x7f090051
-int drawable abc_text_cursor_material 0x7f090052
-int drawable abc_text_select_handle_left_mtrl_dark 0x7f090053
-int drawable abc_text_select_handle_left_mtrl_light 0x7f090054
-int drawable abc_text_select_handle_middle_mtrl_dark 0x7f090055
-int drawable abc_text_select_handle_middle_mtrl_light 0x7f090056
-int drawable abc_text_select_handle_right_mtrl_dark 0x7f090057
-int drawable abc_text_select_handle_right_mtrl_light 0x7f090058
-int drawable abc_textfield_activated_mtrl_alpha 0x7f090059
-int drawable abc_textfield_default_mtrl_alpha 0x7f09005a
-int drawable abc_textfield_search_activated_mtrl_alpha 0x7f09005b
-int drawable abc_textfield_search_default_mtrl_alpha 0x7f09005c
-int drawable abc_textfield_search_material 0x7f09005d
-int drawable abc_vector_test 0x7f09005e
-int drawable avd_hide_password 0x7f09005f
-int drawable avd_show_password 0x7f090060
-int drawable design_bottom_navigation_item_background 0x7f090061
-int drawable design_fab_background 0x7f090062
-int drawable design_ic_visibility 0x7f090063
-int drawable design_ic_visibility_off 0x7f090064
-int drawable design_password_eye 0x7f090065
-int drawable design_snackbar_background 0x7f090066
-int drawable navigation_empty_icon 0x7f090067
-int drawable notification_action_background 0x7f090068
-int drawable notification_bg 0x7f090069
-int drawable notification_bg_low 0x7f09006a
-int drawable notification_bg_low_normal 0x7f09006b
-int drawable notification_bg_low_pressed 0x7f09006c
-int drawable notification_bg_normal 0x7f09006d
-int drawable notification_bg_normal_pressed 0x7f09006e
-int drawable notification_icon_background 0x7f09006f
-int drawable notification_template_icon_bg 0x7f090070
-int drawable notification_template_icon_low_bg 0x7f090071
-int drawable notification_tile_bg 0x7f090072
-int drawable notify_panel_notification_icon_bg 0x7f090073
-int drawable tooltip_frame_dark 0x7f090074
-int drawable tooltip_frame_light 0x7f090075
-int id action0 0x7f0c0001
-int id action_bar 0x7f0c0002
-int id action_bar_activity_content 0x7f0c0003
-int id action_bar_container 0x7f0c0004
-int id action_bar_root 0x7f0c0005
-int id action_bar_spinner 0x7f0c0006
-int id action_bar_subtitle 0x7f0c0007
-int id action_bar_title 0x7f0c0008
-int id action_container 0x7f0c0009
-int id action_context_bar 0x7f0c000a
-int id action_divider 0x7f0c000b
-int id action_image 0x7f0c000c
-int id action_menu_divider 0x7f0c000d
-int id action_menu_presenter 0x7f0c000e
-int id action_mode_bar 0x7f0c000f
-int id action_mode_bar_stub 0x7f0c0010
-int id action_mode_close_button 0x7f0c0011
-int id action_text 0x7f0c0012
-int id actions 0x7f0c0013
-int id activity_chooser_view_content 0x7f0c0014
-int id add 0x7f0c0015
-int id afterRelease 0x7f0c0016
-int id alertCheckbox 0x7f0c0017
-int id alertSearchEditText 0x7f0c0018
-int id alertSearchListView 0x7f0c0019
-int id alertTextView 0x7f0c001a
-int id alertTitle 0x7f0c001b
-int id always 0x7f0c001c
-int id async 0x7f0c001d
-int id auto 0x7f0c001e
-int id beginning 0x7f0c001f
-int id bevel 0x7f0c0020
-int id blocking 0x7f0c0021
-int id bold 0x7f0c0022
-int id bold_italic 0x7f0c0023
-int id bottom 0x7f0c0024
-int id buffer 0x7f0c0025
-int id butt 0x7f0c0026
-int id buttonPanel 0x7f0c0027
-int id cancel_action 0x7f0c0028
-int id center 0x7f0c0029
-int id charCounter 0x7f0c002a
-int id checkbox 0x7f0c002b
-int id chronometer 0x7f0c002c
-int id collapseActionView 0x7f0c002d
-int id container 0x7f0c002e
-int id contentPanel 0x7f0c002f
-int id coordinator 0x7f0c0030
-int id custom 0x7f0c0031
-int id customPanel 0x7f0c0032
-int id decor_content_parent 0x7f0c0033
-int id default_activity_button 0x7f0c0034
-int id design_bottom_sheet 0x7f0c0035
-int id design_menu_item_action_area 0x7f0c0036
-int id design_menu_item_action_area_stub 0x7f0c0037
-int id design_menu_item_text 0x7f0c0038
-int id design_navigation_view 0x7f0c0039
-int id determinate 0x7f0c003a
-int id disableHome 0x7f0c003b
-int id edit_query 0x7f0c003c
-int id empty 0x7f0c003d
-int id end 0x7f0c003e
-int id end_padder 0x7f0c003f
-int id expand_activities_button 0x7f0c0040
-int id expanded_menu 0x7f0c0041
-int id fill 0x7f0c0042
-int id fixed 0x7f0c0043
-int id forever 0x7f0c0044
-int id ghost_view 0x7f0c0045
-int id helper 0x7f0c0046
-int id helperWithError 0x7f0c0047
-int id home 0x7f0c0048
-int id homeAsUp 0x7f0c0049
-int id hour 0x7f0c004a
-int id icon 0x7f0c004b
-int id icon_group 0x7f0c004c
-int id ifRoom 0x7f0c004d
-int id image 0x7f0c004e
-int id indeterminate 0x7f0c004f
-int id info 0x7f0c0050
-int id italic 0x7f0c0051
-int id item_touch_helper_previous_elevation 0x7f0c0052
-int id largeLabel 0x7f0c0053
-int id left 0x7f0c0054
-int id line1 0x7f0c0055
-int id line3 0x7f0c0056
-int id listMode 0x7f0c0057
-int id listTextViewSpinner 0x7f0c0058
-int id list_item 0x7f0c0059
-int id locale 0x7f0c005a
-int id ltr 0x7f0c005b
-int id marquee 0x7f0c005c
-int id masked 0x7f0c005d
-int id match_parent 0x7f0c005e
-int id match_view 0x7f0c005f
-int id media_actions 0x7f0c0060
-int id message 0x7f0c0061
-int id middle 0x7f0c0062
-int id mini 0x7f0c0063
-int id minute 0x7f0c0064
-int id miter 0x7f0c0065
-int id multi 0x7f0c0066
-int id multiply 0x7f0c0067
-int id navigation_header_container 0x7f0c0068
-int id never 0x7f0c0069
-int id none 0x7f0c006a
-int id normal 0x7f0c006b
-int id notification_background 0x7f0c006c
-int id notification_main_column 0x7f0c006d
-int id notification_main_column_container 0x7f0c006e
-int id oval 0x7f0c006f
-int id parallax 0x7f0c0070
-int id parentPanel 0x7f0c0071
-int id parent_matrix 0x7f0c0072
-int id pin 0x7f0c0073
-int id progress_circular 0x7f0c0074
-int id progress_horizontal 0x7f0c0075
-int id query 0x7f0c0076
-int id radio 0x7f0c0077
-int id rectangle 0x7f0c0078
-int id right 0x7f0c0079
-int id right_icon 0x7f0c007a
-int id right_side 0x7f0c007b
-int id round 0x7f0c007c
-int id rtl 0x7f0c007d
-int id save_image_matrix 0x7f0c007e
-int id save_non_transition_alpha 0x7f0c007f
-int id save_scale_type 0x7f0c0080
-int id screen 0x7f0c0081
-int id scroll 0x7f0c0082
-int id scrollIndicatorDown 0x7f0c0083
-int id scrollIndicatorUp 0x7f0c0084
-int id scrollView 0x7f0c0085
-int id scrollable 0x7f0c0086
-int id searchMultiSpinner 0x7f0c0087
-int id search_badge 0x7f0c0088
-int id search_bar 0x7f0c0089
-int id search_button 0x7f0c008a
-int id search_close_btn 0x7f0c008b
-int id search_edit_frame 0x7f0c008c
-int id search_go_btn 0x7f0c008d
-int id search_mag_icon 0x7f0c008e
-int id search_plate 0x7f0c008f
-int id search_src_text 0x7f0c0090
-int id search_voice_btn 0x7f0c0091
-int id select_dialog_listview 0x7f0c0092
-int id shortcut 0x7f0c0093
-int id showCustom 0x7f0c0094
-int id showHome 0x7f0c0095
-int id showTitle 0x7f0c0096
-int id simpleMultiSpinner 0x7f0c0097
-int id single 0x7f0c0098
-int id smallLabel 0x7f0c0099
-int id snackbar_action 0x7f0c009a
-int id snackbar_text 0x7f0c009b
-int id spacer 0x7f0c009c
-int id split_action_bar 0x7f0c009d
-int id square 0x7f0c009e
-int id src_atop 0x7f0c009f
-int id src_in 0x7f0c00a0
-int id src_over 0x7f0c00a1
-int id start 0x7f0c00a2
-int id status_bar_latest_event_content 0x7f0c00a3
-int id submenuarrow 0x7f0c00a4
-int id submit_area 0x7f0c00a5
-int id tabMode 0x7f0c00a6
-int id text 0x7f0c00a7
-int id text2 0x7f0c00a8
-int id textSpacerNoButtons 0x7f0c00a9
-int id textSpacerNoTitle 0x7f0c00aa
-int id text_input_password_toggle 0x7f0c00ab
-int id textinput_counter 0x7f0c00ac
-int id textinput_error 0x7f0c00ad
-int id time 0x7f0c00ae
-int id title 0x7f0c00af
-int id titleDividerNoCustom 0x7f0c00b0
-int id title_template 0x7f0c00b1
-int id top 0x7f0c00b2
-int id topPanel 0x7f0c00b3
-int id touch 0x7f0c00b4
-int id touch_outside 0x7f0c00b5
-int id transition_current_scene 0x7f0c00b6
-int id transition_layout_save 0x7f0c00b7
-int id transition_position 0x7f0c00b8
-int id transition_scene_layoutid_cache 0x7f0c00b9
-int id transition_transform 0x7f0c00ba
-int id uniform 0x7f0c00bb
-int id untilRelease 0x7f0c00bc
-int id up 0x7f0c00bd
-int id useLogo 0x7f0c00be
-int id view_offset_helper 0x7f0c00bf
-int id visible 0x7f0c00c0
-int id wave 0x7f0c00c1
-int id withText 0x7f0c00c2
-int id wrap_content 0x7f0c00c3
-int integer abc_config_activityDefaultDur 0x7f0d0001
-int integer abc_config_activityShortDur 0x7f0d0002
-int integer abc_max_action_buttons 0x7f0d0003
-int integer app_bar_elevation_anim_duration 0x7f0d0004
-int integer bottom_sheet_slide_duration 0x7f0d0005
-int integer cancel_button_image_alpha 0x7f0d0006
-int integer config_tooltipAnimTime 0x7f0d0007
-int integer design_snackbar_text_max_lines 0x7f0d0008
-int integer hide_password_duration 0x7f0d0009
-int integer show_password_duration 0x7f0d000a
-int integer status_bar_notification_info_maxnum 0x7f0d000b
-int layout abc_action_bar_title_item 0x7f0f0001
-int layout abc_action_bar_up_container 0x7f0f0002
-int layout abc_action_bar_view_list_nav_layout 0x7f0f0003
-int layout abc_action_menu_item_layout 0x7f0f0004
-int layout abc_action_menu_layout 0x7f0f0005
-int layout abc_action_mode_bar 0x7f0f0006
-int layout abc_action_mode_close_item_material 0x7f0f0007
-int layout abc_activity_chooser_view 0x7f0f0008
-int layout abc_activity_chooser_view_list_item 0x7f0f0009
-int layout abc_alert_dialog_button_bar_material 0x7f0f000a
-int layout abc_alert_dialog_material 0x7f0f000b
-int layout abc_alert_dialog_title_material 0x7f0f000c
-int layout abc_dialog_title_material 0x7f0f000d
-int layout abc_expanded_menu_layout 0x7f0f000e
-int layout abc_list_menu_item_checkbox 0x7f0f000f
-int layout abc_list_menu_item_icon 0x7f0f0010
-int layout abc_list_menu_item_layout 0x7f0f0011
-int layout abc_list_menu_item_radio 0x7f0f0012
-int layout abc_popup_menu_header_item_layout 0x7f0f0013
-int layout abc_popup_menu_item_layout 0x7f0f0014
-int layout abc_screen_content_include 0x7f0f0015
-int layout abc_screen_simple 0x7f0f0016
-int layout abc_screen_simple_overlay_action_mode 0x7f0f0017
-int layout abc_screen_toolbar 0x7f0f0018
-int layout abc_search_dropdown_item_icons_2line 0x7f0f0019
-int layout abc_search_view 0x7f0f001a
-int layout abc_select_dialog_material 0x7f0f001b
-int layout activity_main 0x7f0f001c
-int layout alert_dialog_listview_search 0x7f0f001d
-int layout design_bottom_navigation_item 0x7f0f001e
-int layout design_bottom_sheet_dialog 0x7f0f001f
-int layout design_layout_snackbar 0x7f0f0020
-int layout design_layout_snackbar_include 0x7f0f0021
-int layout design_layout_tab_icon 0x7f0f0022
-int layout design_layout_tab_text 0x7f0f0023
-int layout design_menu_item_action_area 0x7f0f0024
-int layout design_navigation_item 0x7f0f0025
-int layout design_navigation_item_header 0x7f0f0026
-int layout design_navigation_item_separator 0x7f0f0027
-int layout design_navigation_item_subheader 0x7f0f0028
-int layout design_navigation_menu 0x7f0f0029
-int layout design_navigation_menu_item 0x7f0f002a
-int layout design_text_input_password_icon 0x7f0f002b
-int layout item_listview_multiple 0x7f0f002c
-int layout item_listview_single 0x7f0f002d
-int layout notification_action 0x7f0f002e
-int layout notification_action_tombstone 0x7f0f002f
-int layout notification_media_action 0x7f0f0030
-int layout notification_media_cancel_action 0x7f0f0031
-int layout notification_template_big_media 0x7f0f0032
-int layout notification_template_big_media_custom 0x7f0f0033
-int layout notification_template_big_media_narrow 0x7f0f0034
-int layout notification_template_big_media_narrow_custom 0x7f0f0035
-int layout notification_template_custom_big 0x7f0f0036
-int layout notification_template_icon_group 0x7f0f0037
-int layout notification_template_lines 0x7f0f0038
-int layout notification_template_lines_media 0x7f0f0039
-int layout notification_template_media 0x7f0f003a
-int layout notification_template_media_custom 0x7f0f003b
-int layout notification_template_part_chronometer 0x7f0f003c
-int layout notification_template_part_time 0x7f0f003d
-int layout select_dialog_item_material 0x7f0f003e
-int layout select_dialog_multichoice_material 0x7f0f003f
-int layout select_dialog_singlechoice_material 0x7f0f0040
-int layout support_simple_spinner_dropdown_item 0x7f0f0041
-int layout textview_for_spinner 0x7f0f0042
-int layout tooltip 0x7f0f0043
-int string abc_action_bar_home_description 0x7f150001
-int string abc_action_bar_home_description_format 0x7f150002
-int string abc_action_bar_home_subtitle_description_format 0x7f150003
-int string abc_action_bar_up_description 0x7f150004
-int string abc_action_menu_overflow_description 0x7f150005
-int string abc_action_mode_done 0x7f150006
-int string abc_activity_chooser_view_see_all 0x7f150007
-int string abc_activitychooserview_choose_application 0x7f150008
-int string abc_capital_off 0x7f150009
-int string abc_capital_on 0x7f15000a
-int string abc_font_family_body_1_material 0x7f15000b
-int string abc_font_family_body_2_material 0x7f15000c
-int string abc_font_family_button_material 0x7f15000d
-int string abc_font_family_caption_material 0x7f15000e
-int string abc_font_family_display_1_material 0x7f15000f
-int string abc_font_family_display_2_material 0x7f150010
-int string abc_font_family_display_3_material 0x7f150011
-int string abc_font_family_display_4_material 0x7f150012
-int string abc_font_family_headline_material 0x7f150013
-int string abc_font_family_menu_material 0x7f150014
-int string abc_font_family_subhead_material 0x7f150015
-int string abc_font_family_title_material 0x7f150016
-int string abc_search_hint 0x7f150017
-int string abc_searchview_description_clear 0x7f150018
-int string abc_searchview_description_query 0x7f150019
-int string abc_searchview_description_search 0x7f15001a
-int string abc_searchview_description_submit 0x7f15001b
-int string abc_searchview_description_voice 0x7f15001c
-int string abc_shareactionprovider_share_with 0x7f15001d
-int string abc_shareactionprovider_share_with_application 0x7f15001e
-int string abc_toolbar_collapse_description 0x7f15001f
-int string appbar_scrolling_view_behavior 0x7f150020
-int string bottom_sheet_behavior 0x7f150021
-int string character_counter_pattern 0x7f150022
-int string password_toggle_content_description 0x7f150023
-int string path_password_eye 0x7f150024
-int string path_password_eye_mask_strike_through 0x7f150025
-int string path_password_eye_mask_visible 0x7f150026
-int string path_password_strike_through 0x7f150027
-int string search_menu_title 0x7f150028
-int string status_bar_notification_info_overflow 0x7f150029
-int string type_to_search 0x7f15002a
-int style AlertDialog_AppCompat 0x7f160001
-int style AlertDialog_AppCompat_Light 0x7f160002
-int style Animation_AppCompat_Dialog 0x7f160003
-int style Animation_AppCompat_DropDownUp 0x7f160004
-int style Animation_AppCompat_Tooltip 0x7f160005
-int style Animation_Design_BottomSheetDialog 0x7f160006
-int style Base_AlertDialog_AppCompat 0x7f160007
-int style Base_AlertDialog_AppCompat_Light 0x7f160008
-int style Base_Animation_AppCompat_Dialog 0x7f160009
-int style Base_Animation_AppCompat_DropDownUp 0x7f16000a
-int style Base_Animation_AppCompat_Tooltip 0x7f16000b
-int style Base_DialogWindowTitleBackground_AppCompat 0x7f16000c
-int style Base_DialogWindowTitle_AppCompat 0x7f16000d
-int style Base_TextAppearance_AppCompat 0x7f16000e
-int style Base_TextAppearance_AppCompat_Body1 0x7f16000f
-int style Base_TextAppearance_AppCompat_Body2 0x7f160010
-int style Base_TextAppearance_AppCompat_Button 0x7f160011
-int style Base_TextAppearance_AppCompat_Caption 0x7f160012
-int style Base_TextAppearance_AppCompat_Display1 0x7f160013
-int style Base_TextAppearance_AppCompat_Display2 0x7f160014
-int style Base_TextAppearance_AppCompat_Display3 0x7f160015
-int style Base_TextAppearance_AppCompat_Display4 0x7f160016
-int style Base_TextAppearance_AppCompat_Headline 0x7f160017
-int style Base_TextAppearance_AppCompat_Inverse 0x7f160018
-int style Base_TextAppearance_AppCompat_Large 0x7f160019
-int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f16001a
-int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f16001b
-int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f16001c
-int style Base_TextAppearance_AppCompat_Medium 0x7f16001d
-int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f16001e
-int style Base_TextAppearance_AppCompat_Menu 0x7f16001f
-int style Base_TextAppearance_AppCompat_SearchResult 0x7f160020
-int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f160021
-int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f160022
-int style Base_TextAppearance_AppCompat_Small 0x7f160023
-int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f160024
-int style Base_TextAppearance_AppCompat_Subhead 0x7f160025
-int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f160026
-int style Base_TextAppearance_AppCompat_Title 0x7f160027
-int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f160028
-int style Base_TextAppearance_AppCompat_Tooltip 0x7f160029
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f16002a
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f16002b
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f16002c
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f16002d
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f16002e
-int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f16002f
-int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f160030
-int style Base_TextAppearance_AppCompat_Widget_Button 0x7f160031
-int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f160032
-int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x7f160033
-int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f160034
-int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f160035
-int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f160036
-int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f160037
-int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f160038
-int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f160039
-int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f16003a
-int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f16003b
-int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f16003c
-int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f16003d
-int style Base_ThemeOverlay_AppCompat 0x7f16003e
-int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f16003f
-int style Base_ThemeOverlay_AppCompat_Dark 0x7f160040
-int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f160041
-int style Base_ThemeOverlay_AppCompat_Dialog 0x7f160042
-int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x7f160043
-int style Base_ThemeOverlay_AppCompat_Light 0x7f160044
-int style Base_Theme_AppCompat 0x7f160045
-int style Base_Theme_AppCompat_CompactMenu 0x7f160046
-int style Base_Theme_AppCompat_Dialog 0x7f160047
-int style Base_Theme_AppCompat_DialogWhenLarge 0x7f160048
-int style Base_Theme_AppCompat_Dialog_Alert 0x7f160049
-int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f16004a
-int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f16004b
-int style Base_Theme_AppCompat_Light 0x7f16004c
-int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f16004d
-int style Base_Theme_AppCompat_Light_Dialog 0x7f16004e
-int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f16004f
-int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f160050
-int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f160051
-int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f160052
-int style Base_V11_ThemeOverlay_AppCompat_Dialog 0x7f160053
-int style Base_V11_Theme_AppCompat_Dialog 0x7f160054
-int style Base_V11_Theme_AppCompat_Light_Dialog 0x7f160055
-int style Base_V12_Widget_AppCompat_AutoCompleteTextView 0x7f160056
-int style Base_V12_Widget_AppCompat_EditText 0x7f160057
-int style Base_V14_Widget_Design_AppBarLayout 0x7f160058
-int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x7f160059
-int style Base_V21_Theme_AppCompat 0x7f16005a
-int style Base_V21_Theme_AppCompat_Dialog 0x7f16005b
-int style Base_V21_Theme_AppCompat_Light 0x7f16005c
-int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f16005d
-int style Base_V21_Widget_Design_AppBarLayout 0x7f16005e
-int style Base_V22_Theme_AppCompat 0x7f16005f
-int style Base_V22_Theme_AppCompat_Light 0x7f160060
-int style Base_V23_Theme_AppCompat 0x7f160061
-int style Base_V23_Theme_AppCompat_Light 0x7f160062
-int style Base_V26_Theme_AppCompat 0x7f160063
-int style Base_V26_Theme_AppCompat_Light 0x7f160064
-int style Base_V26_Widget_AppCompat_Toolbar 0x7f160065
-int style Base_V26_Widget_Design_AppBarLayout 0x7f160066
-int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x7f160067
-int style Base_V7_Theme_AppCompat 0x7f160068
-int style Base_V7_Theme_AppCompat_Dialog 0x7f160069
-int style Base_V7_Theme_AppCompat_Light 0x7f16006a
-int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f16006b
-int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f16006c
-int style Base_V7_Widget_AppCompat_EditText 0x7f16006d
-int style Base_V7_Widget_AppCompat_Toolbar 0x7f16006e
-int style Base_Widget_AppCompat_ActionBar 0x7f16006f
-int style Base_Widget_AppCompat_ActionBar_Solid 0x7f160070
-int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f160071
-int style Base_Widget_AppCompat_ActionBar_TabText 0x7f160072
-int style Base_Widget_AppCompat_ActionBar_TabView 0x7f160073
-int style Base_Widget_AppCompat_ActionButton 0x7f160074
-int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f160075
-int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f160076
-int style Base_Widget_AppCompat_ActionMode 0x7f160077
-int style Base_Widget_AppCompat_ActivityChooserView 0x7f160078
-int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f160079
-int style Base_Widget_AppCompat_Button 0x7f16007a
-int style Base_Widget_AppCompat_ButtonBar 0x7f16007b
-int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f16007c
-int style Base_Widget_AppCompat_Button_Borderless 0x7f16007d
-int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f16007e
-int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f16007f
-int style Base_Widget_AppCompat_Button_Colored 0x7f160080
-int style Base_Widget_AppCompat_Button_Small 0x7f160081
-int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f160082
-int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f160083
-int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f160084
-int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f160085
-int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f160086
-int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f160087
-int style Base_Widget_AppCompat_EditText 0x7f160088
-int style Base_Widget_AppCompat_ImageButton 0x7f160089
-int style Base_Widget_AppCompat_Light_ActionBar 0x7f16008a
-int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f16008b
-int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f16008c
-int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f16008d
-int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f16008e
-int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f16008f
-int style Base_Widget_AppCompat_Light_PopupMenu 0x7f160090
-int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f160091
-int style Base_Widget_AppCompat_ListMenuView 0x7f160092
-int style Base_Widget_AppCompat_ListPopupWindow 0x7f160093
-int style Base_Widget_AppCompat_ListView 0x7f160094
-int style Base_Widget_AppCompat_ListView_DropDown 0x7f160095
-int style Base_Widget_AppCompat_ListView_Menu 0x7f160096
-int style Base_Widget_AppCompat_PopupMenu 0x7f160097
-int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f160098
-int style Base_Widget_AppCompat_PopupWindow 0x7f160099
-int style Base_Widget_AppCompat_ProgressBar 0x7f16009a
-int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f16009b
-int style Base_Widget_AppCompat_RatingBar 0x7f16009c
-int style Base_Widget_AppCompat_RatingBar_Indicator 0x7f16009d
-int style Base_Widget_AppCompat_RatingBar_Small 0x7f16009e
-int style Base_Widget_AppCompat_SearchView 0x7f16009f
-int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f1600a0
-int style Base_Widget_AppCompat_SeekBar 0x7f1600a1
-int style Base_Widget_AppCompat_SeekBar_Discrete 0x7f1600a2
-int style Base_Widget_AppCompat_Spinner 0x7f1600a3
-int style Base_Widget_AppCompat_Spinner_Underlined 0x7f1600a4
-int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f1600a5
-int style Base_Widget_AppCompat_Toolbar 0x7f1600a6
-int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f1600a7
-int style Base_Widget_Design_AppBarLayout 0x7f1600a8
-int style Base_Widget_Design_TabLayout 0x7f1600a9
-int style CardView 0x7f1600aa
-int style CardView_Dark 0x7f1600ab
-int style CardView_Light 0x7f1600ac
-int style DialogNoAnimation 0x7f1600ad
-int style DialogWindowTitle 0x7f1600ae
-int style Material 0x7f1600af
-int style MaterialSpinner 0x7f1600b0
-int style Material_App 0x7f1600b1
-int style Material_App_BottomSheetDialog 0x7f1600b2
-int style Material_App_Dialog 0x7f1600b3
-int style Material_App_Dialog_DatePicker 0x7f1600b4
-int style Material_App_Dialog_DatePicker_Light 0x7f1600b5
-int style Material_App_Dialog_Light 0x7f1600b6
-int style Material_App_Dialog_Simple 0x7f1600b7
-int style Material_App_Dialog_Simple_Light 0x7f1600b8
-int style Material_App_Dialog_TimePicker 0x7f1600b9
-int style Material_App_Dialog_TimePicker_Light 0x7f1600ba
-int style Material_Drawable 0x7f1600bb
-int style Material_Drawable_CheckBox 0x7f1600bc
-int style Material_Drawable_CircularProgress 0x7f1600bd
-int style Material_Drawable_CircularProgress_Determinate 0x7f1600be
-int style Material_Drawable_LinearProgress 0x7f1600bf
-int style Material_Drawable_LinearProgress_Buffer 0x7f1600c0
-int style Material_Drawable_LinearProgress_Determinate 0x7f1600c1
-int style Material_Drawable_LinearProgress_Query 0x7f1600c2
-int style Material_Drawable_NavigationDrawer 0x7f1600c3
-int style Material_Drawable_NavigationDrawerIcon 0x7f1600c4
-int style Material_Drawable_NavigationDrawerIcon_Light 0x7f1600c5
-int style Material_Drawable_NavigationDrawer_Light 0x7f1600c6
-int style Material_Drawable_RadioButton 0x7f1600c7
-int style Material_Drawable_Ripple 0x7f1600c8
-int style Material_Drawable_Ripple_Touch 0x7f1600c9
-int style Material_Drawable_Ripple_Touch_Light 0x7f1600ca
-int style Material_Drawable_Ripple_Touch_MatchView 0x7f1600cb
-int style Material_Drawable_Ripple_Touch_MatchView_Light 0x7f1600cc
-int style Material_Drawable_Ripple_Wave 0x7f1600cd
-int style Material_Drawable_Ripple_Wave_Light 0x7f1600ce
-int style Material_TextAppearance 0x7f1600cf
-int style Material_TextAppearance_SimpleDialog 0x7f1600d0
-int style Material_TextAppearance_SimpleDialog_Light 0x7f1600d1
-int style Material_Widget 0x7f1600d2
-int style Material_Widget_DatePicker 0x7f1600d3
-int style Material_Widget_DatePicker_Light 0x7f1600d4
-int style Material_Widget_EditText 0x7f1600d5
-int style Material_Widget_EditText_Light 0x7f1600d6
-int style Material_Widget_FloatingActionButton 0x7f1600d7
-int style Material_Widget_FloatingActionButton_Light 0x7f1600d8
-int style Material_Widget_FloatingActionButton_Mini 0x7f1600d9
-int style Material_Widget_FloatingActionButton_Mini_Light 0x7f1600da
-int style Material_Widget_ProgressView 0x7f1600db
-int style Material_Widget_ProgressView_Circular 0x7f1600dc
-int style Material_Widget_ProgressView_Circular_Determinate 0x7f1600dd
-int style Material_Widget_ProgressView_Linear 0x7f1600de
-int style Material_Widget_ProgressView_Linear_Buffer 0x7f1600df
-int style Material_Widget_ProgressView_Linear_Determinate 0x7f1600e0
-int style Material_Widget_ProgressView_Linear_Query 0x7f1600e1
-int style Material_Widget_Slider 0x7f1600e2
-int style Material_Widget_Slider_Discrete 0x7f1600e3
-int style Material_Widget_SnackBar 0x7f1600e4
-int style Material_Widget_SnackBar_Mobile 0x7f1600e5
-int style Material_Widget_SnackBar_Mobile_MultiLine 0x7f1600e6
-int style Material_Widget_SnackBar_Tablet 0x7f1600e7
-int style Material_Widget_SnackBar_Tablet_MultiLine 0x7f1600e8
-int style Material_Widget_Spinner 0x7f1600e9
-int style Material_Widget_Spinner_Light 0x7f1600ea
-int style Material_Widget_Switch 0x7f1600eb
-int style Material_Widget_TabPageIndicator 0x7f1600ec
-int style Material_Widget_TabPageIndicator_Fixed 0x7f1600ed
-int style Material_Widget_TabPageIndicator_Fixed_Light 0x7f1600ee
-int style Material_Widget_TabPageIndicator_Light 0x7f1600ef
-int style Material_Widget_TimePicker 0x7f1600f0
-int style Material_Widget_TimePicker_Light 0x7f1600f1
-int style Material_Widget_YearPicker 0x7f1600f2
-int style Material_Widget_YearPicker_Light 0x7f1600f3
-int style Platform_AppCompat 0x7f1600f4
-int style Platform_AppCompat_Light 0x7f1600f5
-int style Platform_ThemeOverlay_AppCompat 0x7f1600f6
-int style Platform_ThemeOverlay_AppCompat_Dark 0x7f1600f7
-int style Platform_ThemeOverlay_AppCompat_Light 0x7f1600f8
-int style Platform_V11_AppCompat 0x7f1600f9
-int style Platform_V11_AppCompat_Light 0x7f1600fa
-int style Platform_V14_AppCompat 0x7f1600fb
-int style Platform_V14_AppCompat_Light 0x7f1600fc
-int style Platform_V21_AppCompat 0x7f1600fd
-int style Platform_V21_AppCompat_Light 0x7f1600fe
-int style Platform_V25_AppCompat 0x7f1600ff
-int style Platform_V25_AppCompat_Light 0x7f160100
-int style Platform_Widget_AppCompat_Spinner 0x7f160101
-int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f160102
-int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f160103
-int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f160104
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f160105
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f160106
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f160107
-int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f160108
-int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f160109
-int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f16010a
-int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f16010b
-int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f16010c
-int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f16010d
-int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f16010e
-int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f16010f
-int style TextAppearance_AppCompat 0x7f160110
-int style TextAppearance_AppCompat_Body1 0x7f160111
-int style TextAppearance_AppCompat_Body2 0x7f160112
-int style TextAppearance_AppCompat_Button 0x7f160113
-int style TextAppearance_AppCompat_Caption 0x7f160114
-int style TextAppearance_AppCompat_Display1 0x7f160115
-int style TextAppearance_AppCompat_Display2 0x7f160116
-int style TextAppearance_AppCompat_Display3 0x7f160117
-int style TextAppearance_AppCompat_Display4 0x7f160118
-int style TextAppearance_AppCompat_Headline 0x7f160119
-int style TextAppearance_AppCompat_Inverse 0x7f16011a
-int style TextAppearance_AppCompat_Large 0x7f16011b
-int style TextAppearance_AppCompat_Large_Inverse 0x7f16011c
-int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f16011d
-int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f16011e
-int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f16011f
-int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f160120
-int style TextAppearance_AppCompat_Medium 0x7f160121
-int style TextAppearance_AppCompat_Medium_Inverse 0x7f160122
-int style TextAppearance_AppCompat_Menu 0x7f160123
-int style TextAppearance_AppCompat_Notification 0x7f160124
-int style TextAppearance_AppCompat_Notification_Info 0x7f160125
-int style TextAppearance_AppCompat_Notification_Info_Media 0x7f160126
-int style TextAppearance_AppCompat_Notification_Line2 0x7f160127
-int style TextAppearance_AppCompat_Notification_Line2_Media 0x7f160128
-int style TextAppearance_AppCompat_Notification_Media 0x7f160129
-int style TextAppearance_AppCompat_Notification_Time 0x7f16012a
-int style TextAppearance_AppCompat_Notification_Time_Media 0x7f16012b
-int style TextAppearance_AppCompat_Notification_Title 0x7f16012c
-int style TextAppearance_AppCompat_Notification_Title_Media 0x7f16012d
-int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f16012e
-int style TextAppearance_AppCompat_SearchResult_Title 0x7f16012f
-int style TextAppearance_AppCompat_Small 0x7f160130
-int style TextAppearance_AppCompat_Small_Inverse 0x7f160131
-int style TextAppearance_AppCompat_Subhead 0x7f160132
-int style TextAppearance_AppCompat_Subhead_Inverse 0x7f160133
-int style TextAppearance_AppCompat_Title 0x7f160134
-int style TextAppearance_AppCompat_Title_Inverse 0x7f160135
-int style TextAppearance_AppCompat_Tooltip 0x7f160136
-int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f160137
-int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f160138
-int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f160139
-int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f16013a
-int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f16013b
-int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f16013c
-int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f16013d
-int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f16013e
-int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f16013f
-int style TextAppearance_AppCompat_Widget_Button 0x7f160140
-int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f160141
-int style TextAppearance_AppCompat_Widget_Button_Colored 0x7f160142
-int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f160143
-int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f160144
-int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f160145
-int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f160146
-int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f160147
-int style TextAppearance_AppCompat_Widget_Switch 0x7f160148
-int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f160149
-int style TextAppearance_Compat_Notification 0x7f16014a
-int style TextAppearance_Compat_Notification_Info 0x7f16014b
-int style TextAppearance_Compat_Notification_Info_Media 0x7f16014c
-int style TextAppearance_Compat_Notification_Line2 0x7f16014d
-int style TextAppearance_Compat_Notification_Line2_Media 0x7f16014e
-int style TextAppearance_Compat_Notification_Media 0x7f16014f
-int style TextAppearance_Compat_Notification_Time 0x7f160150
-int style TextAppearance_Compat_Notification_Time_Media 0x7f160151
-int style TextAppearance_Compat_Notification_Title 0x7f160152
-int style TextAppearance_Compat_Notification_Title_Media 0x7f160153
-int style TextAppearance_Design_CollapsingToolbar_Expanded 0x7f160154
-int style TextAppearance_Design_Counter 0x7f160155
-int style TextAppearance_Design_Counter_Overflow 0x7f160156
-int style TextAppearance_Design_Error 0x7f160157
-int style TextAppearance_Design_Hint 0x7f160158
-int style TextAppearance_Design_Snackbar_Message 0x7f160159
-int style TextAppearance_Design_Tab 0x7f16015a
-int style TextAppearance_StatusBar_EventContent 0x7f16015b
-int style TextAppearance_StatusBar_EventContent_Info 0x7f16015c
-int style TextAppearance_StatusBar_EventContent_Line2 0x7f16015d
-int style TextAppearance_StatusBar_EventContent_Time 0x7f16015e
-int style TextAppearance_StatusBar_EventContent_Title 0x7f16015f
-int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f160160
-int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f160161
-int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f160162
-int style ThemeOverlay_AppCompat 0x7f160163
-int style ThemeOverlay_AppCompat_ActionBar 0x7f160164
-int style ThemeOverlay_AppCompat_Dark 0x7f160165
-int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f160166
-int style ThemeOverlay_AppCompat_Dialog 0x7f160167
-int style ThemeOverlay_AppCompat_Dialog_Alert 0x7f160168
-int style ThemeOverlay_AppCompat_Light 0x7f160169
-int style Theme_AppCompat 0x7f16016a
-int style Theme_AppCompat_CompactMenu 0x7f16016b
-int style Theme_AppCompat_DayNight 0x7f16016c
-int style Theme_AppCompat_DayNight_DarkActionBar 0x7f16016d
-int style Theme_AppCompat_DayNight_Dialog 0x7f16016e
-int style Theme_AppCompat_DayNight_DialogWhenLarge 0x7f16016f
-int style Theme_AppCompat_DayNight_Dialog_Alert 0x7f160170
-int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x7f160171
-int style Theme_AppCompat_DayNight_NoActionBar 0x7f160172
-int style Theme_AppCompat_Dialog 0x7f160173
-int style Theme_AppCompat_DialogWhenLarge 0x7f160174
-int style Theme_AppCompat_Dialog_Alert 0x7f160175
-int style Theme_AppCompat_Dialog_MinWidth 0x7f160176
-int style Theme_AppCompat_Light 0x7f160177
-int style Theme_AppCompat_Light_DarkActionBar 0x7f160178
-int style Theme_AppCompat_Light_Dialog 0x7f160179
-int style Theme_AppCompat_Light_DialogWhenLarge 0x7f16017a
-int style Theme_AppCompat_Light_Dialog_Alert 0x7f16017b
-int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f16017c
-int style Theme_AppCompat_Light_NoActionBar 0x7f16017d
-int style Theme_AppCompat_NoActionBar 0x7f16017e
-int style Theme_Design 0x7f16017f
-int style Theme_Design_BottomSheetDialog 0x7f160180
-int style Theme_Design_Light 0x7f160181
-int style Theme_Design_Light_BottomSheetDialog 0x7f160182
-int style Theme_Design_Light_NoActionBar 0x7f160183
-int style Theme_Design_NoActionBar 0x7f160184
-int style Widget_AppCompat_ActionBar 0x7f160185
-int style Widget_AppCompat_ActionBar_Solid 0x7f160186
-int style Widget_AppCompat_ActionBar_TabBar 0x7f160187
-int style Widget_AppCompat_ActionBar_TabText 0x7f160188
-int style Widget_AppCompat_ActionBar_TabView 0x7f160189
-int style Widget_AppCompat_ActionButton 0x7f16018a
-int style Widget_AppCompat_ActionButton_CloseMode 0x7f16018b
-int style Widget_AppCompat_ActionButton_Overflow 0x7f16018c
-int style Widget_AppCompat_ActionMode 0x7f16018d
-int style Widget_AppCompat_ActivityChooserView 0x7f16018e
-int style Widget_AppCompat_AutoCompleteTextView 0x7f16018f
-int style Widget_AppCompat_Button 0x7f160190
-int style Widget_AppCompat_ButtonBar 0x7f160191
-int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f160192
-int style Widget_AppCompat_Button_Borderless 0x7f160193
-int style Widget_AppCompat_Button_Borderless_Colored 0x7f160194
-int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f160195
-int style Widget_AppCompat_Button_Colored 0x7f160196
-int style Widget_AppCompat_Button_Small 0x7f160197
-int style Widget_AppCompat_CompoundButton_CheckBox 0x7f160198
-int style Widget_AppCompat_CompoundButton_RadioButton 0x7f160199
-int style Widget_AppCompat_CompoundButton_Switch 0x7f16019a
-int style Widget_AppCompat_DrawerArrowToggle 0x7f16019b
-int style Widget_AppCompat_DropDownItem_Spinner 0x7f16019c
-int style Widget_AppCompat_EditText 0x7f16019d
-int style Widget_AppCompat_ImageButton 0x7f16019e
-int style Widget_AppCompat_Light_ActionBar 0x7f16019f
-int style Widget_AppCompat_Light_ActionBar_Solid 0x7f1601a0
-int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f1601a1
-int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f1601a2
-int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f1601a3
-int style Widget_AppCompat_Light_ActionBar_TabText 0x7f1601a4
-int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f1601a5
-int style Widget_AppCompat_Light_ActionBar_TabView 0x7f1601a6
-int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f1601a7
-int style Widget_AppCompat_Light_ActionButton 0x7f1601a8
-int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f1601a9
-int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f1601aa
-int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f1601ab
-int style Widget_AppCompat_Light_ActivityChooserView 0x7f1601ac
-int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f1601ad
-int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f1601ae
-int style Widget_AppCompat_Light_ListPopupWindow 0x7f1601af
-int style Widget_AppCompat_Light_ListView_DropDown 0x7f1601b0
-int style Widget_AppCompat_Light_PopupMenu 0x7f1601b1
-int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f1601b2
-int style Widget_AppCompat_Light_SearchView 0x7f1601b3
-int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f1601b4
-int style Widget_AppCompat_ListMenuView 0x7f1601b5
-int style Widget_AppCompat_ListPopupWindow 0x7f1601b6
-int style Widget_AppCompat_ListView 0x7f1601b7
-int style Widget_AppCompat_ListView_DropDown 0x7f1601b8
-int style Widget_AppCompat_ListView_Menu 0x7f1601b9
-int style Widget_AppCompat_PopupMenu 0x7f1601ba
-int style Widget_AppCompat_PopupMenu_Overflow 0x7f1601bb
-int style Widget_AppCompat_PopupWindow 0x7f1601bc
-int style Widget_AppCompat_ProgressBar 0x7f1601bd
-int style Widget_AppCompat_ProgressBar_Horizontal 0x7f1601be
-int style Widget_AppCompat_RatingBar 0x7f1601bf
-int style Widget_AppCompat_RatingBar_Indicator 0x7f1601c0
-int style Widget_AppCompat_RatingBar_Small 0x7f1601c1
-int style Widget_AppCompat_SearchView 0x7f1601c2
-int style Widget_AppCompat_SearchView_ActionBar 0x7f1601c3
-int style Widget_AppCompat_SeekBar 0x7f1601c4
-int style Widget_AppCompat_SeekBar_Discrete 0x7f1601c5
-int style Widget_AppCompat_Spinner 0x7f1601c6
-int style Widget_AppCompat_Spinner_DropDown 0x7f1601c7
-int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f1601c8
-int style Widget_AppCompat_Spinner_Underlined 0x7f1601c9
-int style Widget_AppCompat_TextView_SpinnerItem 0x7f1601ca
-int style Widget_AppCompat_Toolbar 0x7f1601cb
-int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f1601cc
-int style Widget_Compat_NotificationActionContainer 0x7f1601cd
-int style Widget_Compat_NotificationActionText 0x7f1601ce
-int style Widget_Design_AppBarLayout 0x7f1601cf
-int style Widget_Design_BottomNavigationView 0x7f1601d0
-int style Widget_Design_BottomSheet_Modal 0x7f1601d1
-int style Widget_Design_CollapsingToolbar 0x7f1601d2
-int style Widget_Design_CoordinatorLayout 0x7f1601d3
-int style Widget_Design_FloatingActionButton 0x7f1601d4
-int style Widget_Design_NavigationView 0x7f1601d5
-int style Widget_Design_ScrimInsetsFrameLayout 0x7f1601d6
-int style Widget_Design_Snackbar 0x7f1601d7
-int style Widget_Design_TabLayout 0x7f1601d8
-int style Widget_Design_TextInputLayout 0x7f1601d9
-int style myDialog 0x7f1601da
-int style myDialogTitle 0x7f1601db
-int[] styleable ActionBar { 0x7f040032, 0x7f040033, 0x7f040034, 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b, 0x7f040098, 0x7f0400c2, 0x7f0400c3, 0x7f0400eb, 0x7f040131, 0x7f040132, 0x7f040137, 0x7f040138, 0x7f040139, 0x7f04013e, 0x7f040144, 0x7f04016e, 0x7f040185, 0x7f040197, 0x7f04019b, 0x7f04019c, 0x7f04022a, 0x7f04022d, 0x7f040261, 0x7f04026b }
+int color abc_color_highlight_material 0x7f060005
+int color abc_input_method_navigation_guard 0x7f060006
+int color abc_primary_text_disable_only_material_dark 0x7f060007
+int color abc_primary_text_disable_only_material_light 0x7f060008
+int color abc_primary_text_material_dark 0x7f060009
+int color abc_primary_text_material_light 0x7f06000a
+int color abc_search_url_text 0x7f06000b
+int color abc_search_url_text_normal 0x7f06000c
+int color abc_search_url_text_pressed 0x7f06000d
+int color abc_search_url_text_selected 0x7f06000e
+int color abc_secondary_text_material_dark 0x7f06000f
+int color abc_secondary_text_material_light 0x7f060010
+int color accent_material_dark 0x7f060011
+int color accent_material_light 0x7f060012
+int color android_text_color 0x7f060013
+int color app_topbar_color 0x7f060014
+int color background_color 0x7f060015
+int color background_floating_material_dark 0x7f060016
+int color background_floating_material_light 0x7f060017
+int color background_material_dark 0x7f060018
+int color background_material_light 0x7f060019
+int color black 0x7f06001a
+int color blue 0x7f06001b
+int color bright_foreground_disabled_material_dark 0x7f06001c
+int color bright_foreground_disabled_material_light 0x7f06001d
+int color bright_foreground_inverse_material_dark 0x7f06001e
+int color bright_foreground_inverse_material_light 0x7f06001f
+int color bright_foreground_material_dark 0x7f060020
+int color bright_foreground_material_light 0x7f060021
+int color button_material_dark 0x7f060022
+int color button_material_light 0x7f060023
+int color cardview_dark_background 0x7f060024
+int color cardview_light_background 0x7f060025
+int color cardview_shadow_end_color 0x7f060026
+int color cardview_shadow_start_color 0x7f060027
+int color cyan 0x7f060028
+int color dim_foreground_disabled_material_dark 0x7f060029
+int color dim_foreground_disabled_material_light 0x7f06002a
+int color dim_foreground_material_dark 0x7f06002b
+int color dim_foreground_material_light 0x7f06002c
+int color foreground_material_dark 0x7f06002d
+int color foreground_material_light 0x7f06002e
+int color gray 0x7f06002f
+int color highlighted_text_material_dark 0x7f060030
+int color highlighted_text_material_light 0x7f060031
+int color hint_foreground_material_dark 0x7f060032
+int color hint_foreground_material_light 0x7f060033
+int color lightBlue 0x7f060034
+int color list_background 0x7f060035
+int color list_even 0x7f060036
+int color list_header 0x7f060037
+int color list_odd 0x7f060038
+int color list_selected 0x7f060039
+int color material_blue_grey_800 0x7f06003a
+int color material_blue_grey_900 0x7f06003b
+int color material_blue_grey_950 0x7f06003c
+int color material_deep_teal_200 0x7f06003d
+int color material_deep_teal_500 0x7f06003e
+int color material_grey_100 0x7f06003f
+int color material_grey_300 0x7f060040
+int color material_grey_50 0x7f060041
+int color material_grey_600 0x7f060042
+int color material_grey_800 0x7f060043
+int color material_grey_850 0x7f060044
+int color material_grey_900 0x7f060045
+int color primary 0x7f060046
+int color primary_dark 0x7f060047
+int color primary_dark_material_dark 0x7f060048
+int color primary_dark_material_light 0x7f060049
+int color primary_material_dark 0x7f06004a
+int color primary_material_light 0x7f06004b
+int color primary_pressed 0x7f06004c
+int color primary_text_default_material_dark 0x7f06004d
+int color primary_text_default_material_light 0x7f06004e
+int color primary_text_disabled_material_dark 0x7f06004f
+int color primary_text_disabled_material_light 0x7f060050
+int color red 0x7f060051
+int color ripple 0x7f060052
+int color ripple_material_dark 0x7f060053
+int color ripple_material_light 0x7f060054
+int color secondary_text_default_material_dark 0x7f060055
+int color secondary_text_default_material_light 0x7f060056
+int color secondary_text_disabled_material_dark 0x7f060057
+int color secondary_text_disabled_material_light 0x7f060058
+int color switch_thumb_disabled_material_dark 0x7f060059
+int color switch_thumb_disabled_material_light 0x7f06005a
+int color switch_thumb_material_dark 0x7f06005b
+int color switch_thumb_material_light 0x7f06005c
+int color switch_thumb_normal_material_dark 0x7f06005d
+int color switch_thumb_normal_material_light 0x7f06005e
+int color text_color 0x7f06005f
+int color white 0x7f060060
+int dimen abc_action_bar_content_inset_material 0x7f070001
+int dimen abc_action_bar_default_height_material 0x7f070002
+int dimen abc_action_bar_default_padding_end_material 0x7f070003
+int dimen abc_action_bar_default_padding_start_material 0x7f070004
+int dimen abc_action_bar_icon_vertical_padding_material 0x7f070005
+int dimen abc_action_bar_overflow_padding_end_material 0x7f070006
+int dimen abc_action_bar_overflow_padding_start_material 0x7f070007
+int dimen abc_action_bar_progress_bar_size 0x7f070008
+int dimen abc_action_bar_stacked_max_height 0x7f070009
+int dimen abc_action_bar_stacked_tab_max_width 0x7f07000a
+int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f07000b
+int dimen abc_action_bar_subtitle_top_margin_material 0x7f07000c
+int dimen abc_action_button_min_height_material 0x7f07000d
+int dimen abc_action_button_min_width_material 0x7f07000e
+int dimen abc_action_button_min_width_overflow_material 0x7f07000f
+int dimen abc_alert_dialog_button_bar_height 0x7f070010
+int dimen abc_button_inset_horizontal_material 0x7f070011
+int dimen abc_button_inset_vertical_material 0x7f070012
+int dimen abc_button_padding_horizontal_material 0x7f070013
+int dimen abc_button_padding_vertical_material 0x7f070014
+int dimen abc_config_prefDialogWidth 0x7f070015
+int dimen abc_control_corner_material 0x7f070016
+int dimen abc_control_inset_material 0x7f070017
+int dimen abc_control_padding_material 0x7f070018
+int dimen abc_dialog_fixed_height_major 0x7f070019
+int dimen abc_dialog_fixed_height_minor 0x7f07001a
+int dimen abc_dialog_fixed_width_major 0x7f07001b
+int dimen abc_dialog_fixed_width_minor 0x7f07001c
+int dimen abc_dialog_list_padding_vertical_material 0x7f07001d
+int dimen abc_dialog_min_width_major 0x7f07001e
+int dimen abc_dialog_min_width_minor 0x7f07001f
+int dimen abc_dialog_padding_material 0x7f070020
+int dimen abc_dialog_padding_top_material 0x7f070021
+int dimen abc_disabled_alpha_material_dark 0x7f070022
+int dimen abc_disabled_alpha_material_light 0x7f070023
+int dimen abc_dropdownitem_icon_width 0x7f070024
+int dimen abc_dropdownitem_text_padding_left 0x7f070025
+int dimen abc_dropdownitem_text_padding_right 0x7f070026
+int dimen abc_edit_text_inset_bottom_material 0x7f070027
+int dimen abc_edit_text_inset_horizontal_material 0x7f070028
+int dimen abc_edit_text_inset_top_material 0x7f070029
+int dimen abc_floating_window_z 0x7f07002a
+int dimen abc_list_item_padding_horizontal_material 0x7f07002b
+int dimen abc_panel_menu_list_width 0x7f07002c
+int dimen abc_search_view_preferred_width 0x7f07002d
+int dimen abc_search_view_text_min_width 0x7f07002e
+int dimen abc_seekbar_track_background_height_material 0x7f07002f
+int dimen abc_seekbar_track_progress_height_material 0x7f070030
+int dimen abc_select_dialog_padding_start_material 0x7f070031
+int dimen abc_switch_padding 0x7f070032
+int dimen abc_text_size_body_1_material 0x7f070033
+int dimen abc_text_size_body_2_material 0x7f070034
+int dimen abc_text_size_button_material 0x7f070035
+int dimen abc_text_size_caption_material 0x7f070036
+int dimen abc_text_size_display_1_material 0x7f070037
+int dimen abc_text_size_display_2_material 0x7f070038
+int dimen abc_text_size_display_3_material 0x7f070039
+int dimen abc_text_size_display_4_material 0x7f07003a
+int dimen abc_text_size_headline_material 0x7f07003b
+int dimen abc_text_size_large_material 0x7f07003c
+int dimen abc_text_size_medium_material 0x7f07003d
+int dimen abc_text_size_menu_material 0x7f07003e
+int dimen abc_text_size_small_material 0x7f07003f
+int dimen abc_text_size_subhead_material 0x7f070040
+int dimen abc_text_size_subtitle_material_toolbar 0x7f070041
+int dimen abc_text_size_title_material 0x7f070042
+int dimen abc_text_size_title_material_toolbar 0x7f070043
+int dimen activity_horizontal_margin 0x7f070044
+int dimen activity_vertical_margin 0x7f070045
+int dimen cardview_compat_inset_shadow 0x7f070046
+int dimen cardview_default_elevation 0x7f070047
+int dimen cardview_default_radius 0x7f070048
+int dimen disabled_alpha_material_dark 0x7f070049
+int dimen disabled_alpha_material_light 0x7f07004a
+int dimen highlight_alpha_material_colored 0x7f07004b
+int dimen highlight_alpha_material_dark 0x7f07004c
+int dimen highlight_alpha_material_light 0x7f07004d
+int dimen item_touch_helper_max_drag_scroll_per_frame 0x7f07004e
+int dimen notification_large_icon_height 0x7f07004f
+int dimen notification_large_icon_width 0x7f070050
+int dimen notification_subtext_size 0x7f070051
+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_to_on_mtrl_000 0x7f080005
+int drawable abc_btn_check_to_on_mtrl_015 0x7f080006
+int drawable abc_btn_colored_material 0x7f080007
+int drawable abc_btn_default_mtrl_shape 0x7f080008
+int drawable abc_btn_radio_material 0x7f080009
+int drawable abc_btn_radio_to_on_mtrl_000 0x7f08000a
+int drawable abc_btn_radio_to_on_mtrl_015 0x7f08000b
+int drawable abc_btn_rating_star_off_mtrl_alpha 0x7f08000c
+int drawable abc_btn_rating_star_on_mtrl_alpha 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_dark 0x7f080014
+int drawable abc_dialog_material_background_light 0x7f080015
+int drawable abc_edit_text_material 0x7f080016
+int drawable abc_ic_ab_back_mtrl_am_alpha 0x7f080017
+int drawable abc_ic_clear_mtrl_alpha 0x7f080018
+int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f080019
+int drawable abc_ic_go_search_api_mtrl_alpha 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_moreoverflow_mtrl_alpha 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_mtrl_alpha 0x7f080021
+int drawable abc_ic_voice_search_api_mtrl_alpha 0x7f080022
+int drawable abc_item_background_holo_dark 0x7f080023
+int drawable abc_item_background_holo_light 0x7f080024
+int drawable abc_list_divider_mtrl_alpha 0x7f080025
+int drawable abc_list_focused_holo 0x7f080026
+int drawable abc_list_longpressed_holo 0x7f080027
+int drawable abc_list_pressed_holo_dark 0x7f080028
+int drawable abc_list_pressed_holo_light 0x7f080029
+int drawable abc_list_selector_background_transition_holo_dark 0x7f08002a
+int drawable abc_list_selector_background_transition_holo_light 0x7f08002b
+int drawable abc_list_selector_disabled_holo_dark 0x7f08002c
+int drawable abc_list_selector_disabled_holo_light 0x7f08002d
+int drawable abc_list_selector_holo_dark 0x7f08002e
+int drawable abc_list_selector_holo_light 0x7f08002f
+int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f080030
+int drawable abc_popup_background_mtrl_mult 0x7f080031
+int drawable abc_ratingbar_full_material 0x7f080032
+int drawable abc_scrubber_control_off_mtrl_alpha 0x7f080033
+int drawable abc_scrubber_control_to_pressed_mtrl_000 0x7f080034
+int drawable abc_scrubber_control_to_pressed_mtrl_005 0x7f080035
+int drawable abc_scrubber_primary_mtrl_alpha 0x7f080036
+int drawable abc_scrubber_track_mtrl_alpha 0x7f080037
+int drawable abc_seekbar_thumb_material 0x7f080038
+int drawable abc_seekbar_track_material 0x7f080039
+int drawable abc_spinner_mtrl_am_alpha 0x7f08003a
+int drawable abc_spinner_textfield_background_material 0x7f08003b
+int drawable abc_switch_thumb_material 0x7f08003c
+int drawable abc_switch_track_mtrl_alpha 0x7f08003d
+int drawable abc_tab_indicator_material 0x7f08003e
+int drawable abc_tab_indicator_mtrl_alpha 0x7f08003f
+int drawable abc_text_cursor_material 0x7f080040
+int drawable abc_textfield_activated_mtrl_alpha 0x7f080041
+int drawable abc_textfield_default_mtrl_alpha 0x7f080042
+int drawable abc_textfield_search_activated_mtrl_alpha 0x7f080043
+int drawable abc_textfield_search_default_mtrl_alpha 0x7f080044
+int drawable abc_textfield_search_material 0x7f080045
+int drawable notification_template_icon_bg 0x7f080046
+int id action0 0x7f0b0001
+int id action_bar 0x7f0b0002
+int id action_bar_activity_content 0x7f0b0003
+int id action_bar_container 0x7f0b0004
+int id action_bar_root 0x7f0b0005
+int id action_bar_spinner 0x7f0b0006
+int id action_bar_subtitle 0x7f0b0007
+int id action_bar_title 0x7f0b0008
+int id action_context_bar 0x7f0b0009
+int id action_divider 0x7f0b000a
+int id action_menu_divider 0x7f0b000b
+int id action_menu_presenter 0x7f0b000c
+int id action_mode_bar 0x7f0b000d
+int id action_mode_bar_stub 0x7f0b000e
+int id action_mode_close_button 0x7f0b000f
+int id activity_chooser_view_content 0x7f0b0010
+int id afterRelease 0x7f0b0011
+int id alertCheckbox 0x7f0b0012
+int id alertSearchEditText 0x7f0b0013
+int id alertSearchListView 0x7f0b0014
+int id alertTextView 0x7f0b0015
+int id alertTitle 0x7f0b0016
+int id always 0x7f0b0017
+int id beginning 0x7f0b0018
+int id bevel 0x7f0b0019
+int id bold 0x7f0b001a
+int id bold_italic 0x7f0b001b
+int id bottom 0x7f0b001c
+int id buffer 0x7f0b001d
+int id butt 0x7f0b001e
+int id buttonPanel 0x7f0b001f
+int id cancel_action 0x7f0b0020
+int id center 0x7f0b0021
+int id charCounter 0x7f0b0022
+int id checkbox 0x7f0b0023
+int id chronometer 0x7f0b0024
+int id collapseActionView 0x7f0b0025
+int id contentPanel 0x7f0b0026
+int id custom 0x7f0b0027
+int id customPanel 0x7f0b0028
+int id decor_content_parent 0x7f0b0029
+int id default_activity_button 0x7f0b002a
+int id determinate 0x7f0b002b
+int id disableHome 0x7f0b002c
+int id edit_query 0x7f0b002d
+int id empty 0x7f0b002e
+int id end 0x7f0b002f
+int id end_padder 0x7f0b0030
+int id expand_activities_button 0x7f0b0031
+int id expanded_menu 0x7f0b0032
+int id fixed 0x7f0b0033
+int id helper 0x7f0b0034
+int id helperWithError 0x7f0b0035
+int id home 0x7f0b0036
+int id homeAsUp 0x7f0b0037
+int id hour 0x7f0b0038
+int id icon 0x7f0b0039
+int id ifRoom 0x7f0b003a
+int id image 0x7f0b003b
+int id indeterminate 0x7f0b003c
+int id info 0x7f0b003d
+int id italic 0x7f0b003e
+int id item_touch_helper_previous_elevation 0x7f0b003f
+int id line1 0x7f0b0040
+int id line3 0x7f0b0041
+int id listMode 0x7f0b0042
+int id listTextViewSpinner 0x7f0b0043
+int id list_item 0x7f0b0044
+int id locale 0x7f0b0045
+int id ltr 0x7f0b0046
+int id marquee 0x7f0b0047
+int id match_parent 0x7f0b0048
+int id match_view 0x7f0b0049
+int id media_actions 0x7f0b004a
+int id middle 0x7f0b004b
+int id minute 0x7f0b004c
+int id miter 0x7f0b004d
+int id multi 0x7f0b004e
+int id multiply 0x7f0b004f
+int id never 0x7f0b0050
+int id none 0x7f0b0051
+int id normal 0x7f0b0052
+int id oval 0x7f0b0053
+int id parentPanel 0x7f0b0054
+int id progress_circular 0x7f0b0055
+int id progress_horizontal 0x7f0b0056
+int id query 0x7f0b0057
+int id radio 0x7f0b0058
+int id rectangle 0x7f0b0059
+int id round 0x7f0b005a
+int id rtl 0x7f0b005b
+int id screen 0x7f0b005c
+int id scroll 0x7f0b005d
+int id scrollIndicatorDown 0x7f0b005e
+int id scrollIndicatorUp 0x7f0b005f
+int id scrollView 0x7f0b0060
+int id searchMultiSpinner 0x7f0b0061
+int id search_badge 0x7f0b0062
+int id search_bar 0x7f0b0063
+int id search_button 0x7f0b0064
+int id search_close_btn 0x7f0b0065
+int id search_edit_frame 0x7f0b0066
+int id search_go_btn 0x7f0b0067
+int id search_mag_icon 0x7f0b0068
+int id search_plate 0x7f0b0069
+int id search_src_text 0x7f0b006a
+int id search_voice_btn 0x7f0b006b
+int id select_dialog_listview 0x7f0b006c
+int id shortcut 0x7f0b006d
+int id showCustom 0x7f0b006e
+int id showHome 0x7f0b006f
+int id showTitle 0x7f0b0070
+int id simpleMultiSpinner 0x7f0b0071
+int id single 0x7f0b0072
+int id spacer 0x7f0b0073
+int id split_action_bar 0x7f0b0074
+int id square 0x7f0b0075
+int id src_atop 0x7f0b0076
+int id src_in 0x7f0b0077
+int id src_over 0x7f0b0078
+int id start 0x7f0b0079
+int id status_bar_latest_event_content 0x7f0b007a
+int id submit_area 0x7f0b007b
+int id tabMode 0x7f0b007c
+int id text 0x7f0b007d
+int id text2 0x7f0b007e
+int id textSpacerNoButtons 0x7f0b007f
+int id time 0x7f0b0080
+int id title 0x7f0b0081
+int id title_template 0x7f0b0082
+int id top 0x7f0b0083
+int id topPanel 0x7f0b0084
+int id touch 0x7f0b0085
+int id untilRelease 0x7f0b0086
+int id up 0x7f0b0087
+int id useLogo 0x7f0b0088
+int id wave 0x7f0b0089
+int id withText 0x7f0b008a
+int id wrap_content 0x7f0b008b
+int integer abc_config_activityDefaultDur 0x7f0c0001
+int integer abc_config_activityShortDur 0x7f0c0002
+int integer abc_max_action_buttons 0x7f0c0003
+int integer cancel_button_image_alpha 0x7f0c0004
+int integer status_bar_notification_info_maxnum 0x7f0c0005
+int layout abc_action_bar_title_item 0x7f0e0001
+int layout abc_action_bar_up_container 0x7f0e0002
+int layout abc_action_bar_view_list_nav_layout 0x7f0e0003
+int layout abc_action_menu_item_layout 0x7f0e0004
+int layout abc_action_menu_layout 0x7f0e0005
+int layout abc_action_mode_bar 0x7f0e0006
+int layout abc_action_mode_close_item_material 0x7f0e0007
+int layout abc_activity_chooser_view 0x7f0e0008
+int layout abc_activity_chooser_view_list_item 0x7f0e0009
+int layout abc_alert_dialog_button_bar_material 0x7f0e000a
+int layout abc_alert_dialog_material 0x7f0e000b
+int layout abc_dialog_title_material 0x7f0e000c
+int layout abc_expanded_menu_layout 0x7f0e000d
+int layout abc_list_menu_item_checkbox 0x7f0e000e
+int layout abc_list_menu_item_icon 0x7f0e000f
+int layout abc_list_menu_item_layout 0x7f0e0010
+int layout abc_list_menu_item_radio 0x7f0e0011
+int layout abc_popup_menu_item_layout 0x7f0e0012
+int layout abc_screen_content_include 0x7f0e0013
+int layout abc_screen_simple 0x7f0e0014
+int layout abc_screen_simple_overlay_action_mode 0x7f0e0015
+int layout abc_screen_toolbar 0x7f0e0016
+int layout abc_search_dropdown_item_icons_2line 0x7f0e0017
+int layout abc_search_view 0x7f0e0018
+int layout abc_select_dialog_material 0x7f0e0019
+int layout activity_main 0x7f0e001a
+int layout alert_dialog_listview_search 0x7f0e001b
+int layout item_listview_multiple 0x7f0e001c
+int layout item_listview_single 0x7f0e001d
+int layout notification_media_action 0x7f0e001e
+int layout notification_media_cancel_action 0x7f0e001f
+int layout notification_template_big_media 0x7f0e0020
+int layout notification_template_big_media_narrow 0x7f0e0021
+int layout notification_template_lines 0x7f0e0022
+int layout notification_template_media 0x7f0e0023
+int layout notification_template_part_chronometer 0x7f0e0024
+int layout notification_template_part_time 0x7f0e0025
+int layout select_dialog_item_material 0x7f0e0026
+int layout select_dialog_multichoice_material 0x7f0e0027
+int layout select_dialog_singlechoice_material 0x7f0e0028
+int layout support_simple_spinner_dropdown_item 0x7f0e0029
+int layout textview_for_spinner 0x7f0e002a
+int string abc_action_bar_home_description 0x7f140001
+int string abc_action_bar_home_description_format 0x7f140002
+int string abc_action_bar_home_subtitle_description_format 0x7f140003
+int string abc_action_bar_up_description 0x7f140004
+int string abc_action_menu_overflow_description 0x7f140005
+int string abc_action_mode_done 0x7f140006
+int string abc_activity_chooser_view_see_all 0x7f140007
+int string abc_activitychooserview_choose_application 0x7f140008
+int string abc_capital_off 0x7f140009
+int string abc_capital_on 0x7f14000a
+int string abc_search_hint 0x7f14000b
+int string abc_searchview_description_clear 0x7f14000c
+int string abc_searchview_description_query 0x7f14000d
+int string abc_searchview_description_search 0x7f14000e
+int string abc_searchview_description_submit 0x7f14000f
+int string abc_searchview_description_voice 0x7f140010
+int string abc_shareactionprovider_share_with 0x7f140011
+int string abc_shareactionprovider_share_with_application 0x7f140012
+int string abc_toolbar_collapse_description 0x7f140013
+int string status_bar_notification_info_overflow 0x7f140014
+int string type_to_search 0x7f140015
+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 Base_AlertDialog_AppCompat 0x7f150005
+int style Base_AlertDialog_AppCompat_Light 0x7f150006
+int style Base_Animation_AppCompat_Dialog 0x7f150007
+int style Base_Animation_AppCompat_DropDownUp 0x7f150008
+int style Base_DialogWindowTitleBackground_AppCompat 0x7f150009
+int style Base_DialogWindowTitle_AppCompat 0x7f15000a
+int style Base_TextAppearance_AppCompat 0x7f15000b
+int style Base_TextAppearance_AppCompat_Body1 0x7f15000c
+int style Base_TextAppearance_AppCompat_Body2 0x7f15000d
+int style Base_TextAppearance_AppCompat_Button 0x7f15000e
+int style Base_TextAppearance_AppCompat_Caption 0x7f15000f
+int style Base_TextAppearance_AppCompat_Display1 0x7f150010
+int style Base_TextAppearance_AppCompat_Display2 0x7f150011
+int style Base_TextAppearance_AppCompat_Display3 0x7f150012
+int style Base_TextAppearance_AppCompat_Display4 0x7f150013
+int style Base_TextAppearance_AppCompat_Headline 0x7f150014
+int style Base_TextAppearance_AppCompat_Inverse 0x7f150015
+int style Base_TextAppearance_AppCompat_Large 0x7f150016
+int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f150017
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f150018
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f150019
+int style Base_TextAppearance_AppCompat_Medium 0x7f15001a
+int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f15001b
+int style Base_TextAppearance_AppCompat_Menu 0x7f15001c
+int style Base_TextAppearance_AppCompat_SearchResult 0x7f15001d
+int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f15001e
+int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f15001f
+int style Base_TextAppearance_AppCompat_Small 0x7f150020
+int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f150021
+int style Base_TextAppearance_AppCompat_Subhead 0x7f150022
+int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f150023
+int style Base_TextAppearance_AppCompat_Title 0x7f150024
+int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f150025
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f150026
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f150027
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f150028
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f150029
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f15002a
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f15002b
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f15002c
+int style Base_TextAppearance_AppCompat_Widget_Button 0x7f15002d
+int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f15002e
+int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f15002f
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f150030
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f150031
+int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f150032
+int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f150033
+int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f150034
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f150035
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f150036
+int style Base_ThemeOverlay_AppCompat 0x7f150037
+int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f150038
+int style Base_ThemeOverlay_AppCompat_Dark 0x7f150039
+int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f15003a
+int style Base_ThemeOverlay_AppCompat_Light 0x7f15003b
+int style Base_Theme_AppCompat 0x7f15003c
+int style Base_Theme_AppCompat_CompactMenu 0x7f15003d
+int style Base_Theme_AppCompat_Dialog 0x7f15003e
+int style Base_Theme_AppCompat_DialogWhenLarge 0x7f15003f
+int style Base_Theme_AppCompat_Dialog_Alert 0x7f150040
+int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f150041
+int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f150042
+int style Base_Theme_AppCompat_Light 0x7f150043
+int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f150044
+int style Base_Theme_AppCompat_Light_Dialog 0x7f150045
+int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f150046
+int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f150047
+int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f150048
+int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f150049
+int style Base_V11_Theme_AppCompat_Dialog 0x7f15004a
+int style Base_V11_Theme_AppCompat_Light_Dialog 0x7f15004b
+int style Base_V12_Widget_AppCompat_AutoCompleteTextView 0x7f15004c
+int style Base_V12_Widget_AppCompat_EditText 0x7f15004d
+int style Base_V21_Theme_AppCompat 0x7f15004e
+int style Base_V21_Theme_AppCompat_Dialog 0x7f15004f
+int style Base_V21_Theme_AppCompat_Light 0x7f150050
+int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f150051
+int style Base_V22_Theme_AppCompat 0x7f150052
+int style Base_V22_Theme_AppCompat_Light 0x7f150053
+int style Base_V23_Theme_AppCompat 0x7f150054
+int style Base_V23_Theme_AppCompat_Light 0x7f150055
+int style Base_V7_Theme_AppCompat 0x7f150056
+int style Base_V7_Theme_AppCompat_Dialog 0x7f150057
+int style Base_V7_Theme_AppCompat_Light 0x7f150058
+int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f150059
+int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f15005a
+int style Base_V7_Widget_AppCompat_EditText 0x7f15005b
+int style Base_Widget_AppCompat_ActionBar 0x7f15005c
+int style Base_Widget_AppCompat_ActionBar_Solid 0x7f15005d
+int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f15005e
+int style Base_Widget_AppCompat_ActionBar_TabText 0x7f15005f
+int style Base_Widget_AppCompat_ActionBar_TabView 0x7f150060
+int style Base_Widget_AppCompat_ActionButton 0x7f150061
+int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f150062
+int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f150063
+int style Base_Widget_AppCompat_ActionMode 0x7f150064
+int style Base_Widget_AppCompat_ActivityChooserView 0x7f150065
+int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f150066
+int style Base_Widget_AppCompat_Button 0x7f150067
+int style Base_Widget_AppCompat_ButtonBar 0x7f150068
+int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f150069
+int style Base_Widget_AppCompat_Button_Borderless 0x7f15006a
+int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f15006b
+int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f15006c
+int style Base_Widget_AppCompat_Button_Colored 0x7f15006d
+int style Base_Widget_AppCompat_Button_Small 0x7f15006e
+int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f15006f
+int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f150070
+int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f150071
+int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f150072
+int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f150073
+int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f150074
+int style Base_Widget_AppCompat_EditText 0x7f150075
+int style Base_Widget_AppCompat_ImageButton 0x7f150076
+int style Base_Widget_AppCompat_Light_ActionBar 0x7f150077
+int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f150078
+int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f150079
+int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f15007a
+int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f15007b
+int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f15007c
+int style Base_Widget_AppCompat_Light_PopupMenu 0x7f15007d
+int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f15007e
+int style Base_Widget_AppCompat_ListPopupWindow 0x7f15007f
+int style Base_Widget_AppCompat_ListView 0x7f150080
+int style Base_Widget_AppCompat_ListView_DropDown 0x7f150081
+int style Base_Widget_AppCompat_ListView_Menu 0x7f150082
+int style Base_Widget_AppCompat_PopupMenu 0x7f150083
+int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f150084
+int style Base_Widget_AppCompat_PopupWindow 0x7f150085
+int style Base_Widget_AppCompat_ProgressBar 0x7f150086
+int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f150087
+int style Base_Widget_AppCompat_RatingBar 0x7f150088
+int style Base_Widget_AppCompat_SearchView 0x7f150089
+int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f15008a
+int style Base_Widget_AppCompat_SeekBar 0x7f15008b
+int style Base_Widget_AppCompat_Spinner 0x7f15008c
+int style Base_Widget_AppCompat_Spinner_Underlined 0x7f15008d
+int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f15008e
+int style Base_Widget_AppCompat_Toolbar 0x7f15008f
+int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f150090
+int style CardView 0x7f150091
+int style CardView_Dark 0x7f150092
+int style CardView_Light 0x7f150093
+int style DialogNoAnimation 0x7f150094
+int style DialogWindowTitle 0x7f150095
+int style Material 0x7f150096
+int style MaterialSpinner 0x7f150097
+int style Material_App 0x7f150098
+int style Material_App_BottomSheetDialog 0x7f150099
+int style Material_App_Dialog 0x7f15009a
+int style Material_App_Dialog_DatePicker 0x7f15009b
+int style Material_App_Dialog_DatePicker_Light 0x7f15009c
+int style Material_App_Dialog_Light 0x7f15009d
+int style Material_App_Dialog_Simple 0x7f15009e
+int style Material_App_Dialog_Simple_Light 0x7f15009f
+int style Material_App_Dialog_TimePicker 0x7f1500a0
+int style Material_App_Dialog_TimePicker_Light 0x7f1500a1
+int style Material_Drawable 0x7f1500a2
+int style Material_Drawable_CheckBox 0x7f1500a3
+int style Material_Drawable_CircularProgress 0x7f1500a4
+int style Material_Drawable_CircularProgress_Determinate 0x7f1500a5
+int style Material_Drawable_LinearProgress 0x7f1500a6
+int style Material_Drawable_LinearProgress_Buffer 0x7f1500a7
+int style Material_Drawable_LinearProgress_Determinate 0x7f1500a8
+int style Material_Drawable_LinearProgress_Query 0x7f1500a9
+int style Material_Drawable_NavigationDrawer 0x7f1500aa
+int style Material_Drawable_NavigationDrawerIcon 0x7f1500ab
+int style Material_Drawable_NavigationDrawerIcon_Light 0x7f1500ac
+int style Material_Drawable_NavigationDrawer_Light 0x7f1500ad
+int style Material_Drawable_RadioButton 0x7f1500ae
+int style Material_Drawable_Ripple 0x7f1500af
+int style Material_Drawable_Ripple_Touch 0x7f1500b0
+int style Material_Drawable_Ripple_Touch_Light 0x7f1500b1
+int style Material_Drawable_Ripple_Touch_MatchView 0x7f1500b2
+int style Material_Drawable_Ripple_Touch_MatchView_Light 0x7f1500b3
+int style Material_Drawable_Ripple_Wave 0x7f1500b4
+int style Material_Drawable_Ripple_Wave_Light 0x7f1500b5
+int style Material_TextAppearance 0x7f1500b6
+int style Material_TextAppearance_SimpleDialog 0x7f1500b7
+int style Material_TextAppearance_SimpleDialog_Light 0x7f1500b8
+int style Material_Widget 0x7f1500b9
+int style Material_Widget_DatePicker 0x7f1500ba
+int style Material_Widget_DatePicker_Light 0x7f1500bb
+int style Material_Widget_EditText 0x7f1500bc
+int style Material_Widget_EditText_Light 0x7f1500bd
+int style Material_Widget_FloatingActionButton 0x7f1500be
+int style Material_Widget_FloatingActionButton_Light 0x7f1500bf
+int style Material_Widget_FloatingActionButton_Mini 0x7f1500c0
+int style Material_Widget_FloatingActionButton_Mini_Light 0x7f1500c1
+int style Material_Widget_ProgressView 0x7f1500c2
+int style Material_Widget_ProgressView_Circular 0x7f1500c3
+int style Material_Widget_ProgressView_Circular_Determinate 0x7f1500c4
+int style Material_Widget_ProgressView_Linear 0x7f1500c5
+int style Material_Widget_ProgressView_Linear_Buffer 0x7f1500c6
+int style Material_Widget_ProgressView_Linear_Determinate 0x7f1500c7
+int style Material_Widget_ProgressView_Linear_Query 0x7f1500c8
+int style Material_Widget_Slider 0x7f1500c9
+int style Material_Widget_Slider_Discrete 0x7f1500ca
+int style Material_Widget_SnackBar 0x7f1500cb
+int style Material_Widget_SnackBar_Mobile 0x7f1500cc
+int style Material_Widget_SnackBar_Mobile_MultiLine 0x7f1500cd
+int style Material_Widget_SnackBar_Tablet 0x7f1500ce
+int style Material_Widget_SnackBar_Tablet_MultiLine 0x7f1500cf
+int style Material_Widget_Spinner 0x7f1500d0
+int style Material_Widget_Spinner_Light 0x7f1500d1
+int style Material_Widget_Switch 0x7f1500d2
+int style Material_Widget_TabPageIndicator 0x7f1500d3
+int style Material_Widget_TabPageIndicator_Fixed 0x7f1500d4
+int style Material_Widget_TabPageIndicator_Fixed_Light 0x7f1500d5
+int style Material_Widget_TabPageIndicator_Light 0x7f1500d6
+int style Material_Widget_TimePicker 0x7f1500d7
+int style Material_Widget_TimePicker_Light 0x7f1500d8
+int style Material_Widget_YearPicker 0x7f1500d9
+int style Material_Widget_YearPicker_Light 0x7f1500da
+int style Platform_AppCompat 0x7f1500db
+int style Platform_AppCompat_Light 0x7f1500dc
+int style Platform_ThemeOverlay_AppCompat 0x7f1500dd
+int style Platform_ThemeOverlay_AppCompat_Dark 0x7f1500de
+int style Platform_ThemeOverlay_AppCompat_Light 0x7f1500df
+int style Platform_V11_AppCompat 0x7f1500e0
+int style Platform_V11_AppCompat_Light 0x7f1500e1
+int style Platform_V14_AppCompat 0x7f1500e2
+int style Platform_V14_AppCompat_Light 0x7f1500e3
+int style Platform_Widget_AppCompat_Spinner 0x7f1500e4
+int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f1500e5
+int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f1500e6
+int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f1500e7
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f1500e8
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f1500e9
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f1500ea
+int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f1500eb
+int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f1500ec
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f1500ed
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f1500ee
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f1500ef
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f1500f0
+int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f1500f1
+int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f1500f2
+int style TextAppearance_AppCompat 0x7f1500f3
+int style TextAppearance_AppCompat_Body1 0x7f1500f4
+int style TextAppearance_AppCompat_Body2 0x7f1500f5
+int style TextAppearance_AppCompat_Button 0x7f1500f6
+int style TextAppearance_AppCompat_Caption 0x7f1500f7
+int style TextAppearance_AppCompat_Display1 0x7f1500f8
+int style TextAppearance_AppCompat_Display2 0x7f1500f9
+int style TextAppearance_AppCompat_Display3 0x7f1500fa
+int style TextAppearance_AppCompat_Display4 0x7f1500fb
+int style TextAppearance_AppCompat_Headline 0x7f1500fc
+int style TextAppearance_AppCompat_Inverse 0x7f1500fd
+int style TextAppearance_AppCompat_Large 0x7f1500fe
+int style TextAppearance_AppCompat_Large_Inverse 0x7f1500ff
+int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f150100
+int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f150101
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f150102
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f150103
+int style TextAppearance_AppCompat_Medium 0x7f150104
+int style TextAppearance_AppCompat_Medium_Inverse 0x7f150105
+int style TextAppearance_AppCompat_Menu 0x7f150106
+int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f150107
+int style TextAppearance_AppCompat_SearchResult_Title 0x7f150108
+int style TextAppearance_AppCompat_Small 0x7f150109
+int style TextAppearance_AppCompat_Small_Inverse 0x7f15010a
+int style TextAppearance_AppCompat_Subhead 0x7f15010b
+int style TextAppearance_AppCompat_Subhead_Inverse 0x7f15010c
+int style TextAppearance_AppCompat_Title 0x7f15010d
+int style TextAppearance_AppCompat_Title_Inverse 0x7f15010e
+int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f15010f
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f150110
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f150111
+int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f150112
+int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f150113
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f150114
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f150115
+int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f150116
+int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f150117
+int style TextAppearance_AppCompat_Widget_Button 0x7f150118
+int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f150119
+int style TextAppearance_AppCompat_Widget_DropDownItem 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_StatusBar_EventContent 0x7f15011f
+int style TextAppearance_StatusBar_EventContent_Info 0x7f150120
+int style TextAppearance_StatusBar_EventContent_Line2 0x7f150121
+int style TextAppearance_StatusBar_EventContent_Time 0x7f150122
+int style TextAppearance_StatusBar_EventContent_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_Light 0x7f15012b
+int style Theme_AppCompat 0x7f15012c
+int style Theme_AppCompat_CompactMenu 0x7f15012d
+int style Theme_AppCompat_Dialog 0x7f15012e
+int style Theme_AppCompat_DialogWhenLarge 0x7f15012f
+int style Theme_AppCompat_Dialog_Alert 0x7f150130
+int style Theme_AppCompat_Dialog_MinWidth 0x7f150131
+int style Theme_AppCompat_Light 0x7f150132
+int style Theme_AppCompat_Light_DarkActionBar 0x7f150133
+int style Theme_AppCompat_Light_Dialog 0x7f150134
+int style Theme_AppCompat_Light_DialogWhenLarge 0x7f150135
+int style Theme_AppCompat_Light_Dialog_Alert 0x7f150136
+int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f150137
+int style Theme_AppCompat_Light_NoActionBar 0x7f150138
+int style Theme_AppCompat_NoActionBar 0x7f150139
+int style Widget_AppCompat_ActionBar 0x7f15013a
+int style Widget_AppCompat_ActionBar_Solid 0x7f15013b
+int style Widget_AppCompat_ActionBar_TabBar 0x7f15013c
+int style Widget_AppCompat_ActionBar_TabText 0x7f15013d
+int style Widget_AppCompat_ActionBar_TabView 0x7f15013e
+int style Widget_AppCompat_ActionButton 0x7f15013f
+int style Widget_AppCompat_ActionButton_CloseMode 0x7f150140
+int style Widget_AppCompat_ActionButton_Overflow 0x7f150141
+int style Widget_AppCompat_ActionMode 0x7f150142
+int style Widget_AppCompat_ActivityChooserView 0x7f150143
+int style Widget_AppCompat_AutoCompleteTextView 0x7f150144
+int style Widget_AppCompat_Button 0x7f150145
+int style Widget_AppCompat_ButtonBar 0x7f150146
+int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f150147
+int style Widget_AppCompat_Button_Borderless 0x7f150148
+int style Widget_AppCompat_Button_Borderless_Colored 0x7f150149
+int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f15014a
+int style Widget_AppCompat_Button_Colored 0x7f15014b
+int style Widget_AppCompat_Button_Small 0x7f15014c
+int style Widget_AppCompat_CompoundButton_CheckBox 0x7f15014d
+int style Widget_AppCompat_CompoundButton_RadioButton 0x7f15014e
+int style Widget_AppCompat_CompoundButton_Switch 0x7f15014f
+int style Widget_AppCompat_DrawerArrowToggle 0x7f150150
+int style Widget_AppCompat_DropDownItem_Spinner 0x7f150151
+int style Widget_AppCompat_EditText 0x7f150152
+int style Widget_AppCompat_ImageButton 0x7f150153
+int style Widget_AppCompat_Light_ActionBar 0x7f150154
+int style Widget_AppCompat_Light_ActionBar_Solid 0x7f150155
+int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f150156
+int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f150157
+int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f150158
+int style Widget_AppCompat_Light_ActionBar_TabText 0x7f150159
+int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f15015a
+int style Widget_AppCompat_Light_ActionBar_TabView 0x7f15015b
+int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f15015c
+int style Widget_AppCompat_Light_ActionButton 0x7f15015d
+int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f15015e
+int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f15015f
+int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f150160
+int style Widget_AppCompat_Light_ActivityChooserView 0x7f150161
+int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f150162
+int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f150163
+int style Widget_AppCompat_Light_ListPopupWindow 0x7f150164
+int style Widget_AppCompat_Light_ListView_DropDown 0x7f150165
+int style Widget_AppCompat_Light_PopupMenu 0x7f150166
+int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f150167
+int style Widget_AppCompat_Light_SearchView 0x7f150168
+int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f150169
+int style Widget_AppCompat_ListPopupWindow 0x7f15016a
+int style Widget_AppCompat_ListView 0x7f15016b
+int style Widget_AppCompat_ListView_DropDown 0x7f15016c
+int style Widget_AppCompat_ListView_Menu 0x7f15016d
+int style Widget_AppCompat_PopupMenu 0x7f15016e
+int style Widget_AppCompat_PopupMenu_Overflow 0x7f15016f
+int style Widget_AppCompat_PopupWindow 0x7f150170
+int style Widget_AppCompat_ProgressBar 0x7f150171
+int style Widget_AppCompat_ProgressBar_Horizontal 0x7f150172
+int style Widget_AppCompat_RatingBar 0x7f150173
+int style Widget_AppCompat_SearchView 0x7f150174
+int style Widget_AppCompat_SearchView_ActionBar 0x7f150175
+int style Widget_AppCompat_SeekBar 0x7f150176
+int style Widget_AppCompat_Spinner 0x7f150177
+int style Widget_AppCompat_Spinner_DropDown 0x7f150178
+int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f150179
+int style Widget_AppCompat_Spinner_Underlined 0x7f15017a
+int style Widget_AppCompat_TextView_SpinnerItem 0x7f15017b
+int style Widget_AppCompat_Toolbar 0x7f15017c
+int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f15017d
+int style myDialog 0x7f15017e
+int style myDialogTitle 0x7f15017f
+int[] styleable ActionBar { 0x7f04002b, 0x7f04002c, 0x7f04002d, 0x7f040061, 0x7f040062, 0x7f040063, 0x7f040064, 0x7f04007c, 0x7f0400a6, 0x7f0400a7, 0x7f0400cf, 0x7f0400f9, 0x7f0400fa, 0x7f0400fc, 0x7f0400fd, 0x7f0400fe, 0x7f040101, 0x7f040104, 0x7f040120, 0x7f040135, 0x7f04013f, 0x7f040142, 0x7f040143, 0x7f0401c5, 0x7f0401c8, 0x7f0401e2, 0x7f0401ea }
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 { 0x010100b3 }
+int styleable ActionBar_contentInsetLeft 4
+int styleable ActionBar_contentInsetRight 5
+int styleable ActionBar_contentInsetStart 6
+int styleable ActionBar_customNavigationLayout 7
+int styleable ActionBar_displayOptions 8
+int styleable ActionBar_divider 9
+int styleable ActionBar_elevation 10
+int styleable ActionBar_height 11
+int styleable ActionBar_hideOnContentScroll 12
+int styleable ActionBar_homeAsUpIndicator 13
+int styleable ActionBar_homeLayout 14
+int styleable ActionBar_icon 15
+int styleable ActionBar_indeterminateProgressStyle 16
+int styleable ActionBar_itemPadding 17
+int styleable ActionBar_logo 18
+int styleable ActionBar_navigationMode 19
+int styleable ActionBar_popupTheme 20
+int styleable ActionBar_progressBarPadding 21
+int styleable ActionBar_progressBarStyle 22
+int styleable ActionBar_subtitle 23
+int styleable ActionBar_subtitleTextStyle 24
+int styleable ActionBar_title 25
+int styleable ActionBar_titleTextStyle 26
+int[] styleable ActionBarLayout { 0x10100b3 }
int styleable ActionBarLayout_android_layout_gravity 0
-int[] styleable ActionMenuItemView { 0x0101013f }
+int[] styleable ActionMenuItemView { 0x101013f }
int styleable ActionMenuItemView_android_minWidth 0
-int[] styleable ActionMode { 0x7f040032, 0x7f040033, 0x7f040064, 0x7f040131, 0x7f04022d, 0x7f04026b }
+int[] styleable ActionMenuView { }
+int[] styleable ActionMode { 0x7f04002b, 0x7f04002c, 0x7f040054, 0x7f0400f9, 0x7f0401c8, 0x7f0401ea }
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 { 0x7f04010b, 0x7f04013f }
+int[] styleable ActivityChooserView { 0x7f0400ed, 0x7f040102 }
int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0
int styleable ActivityChooserView_initialActivityCount 1
-int[] styleable AlertDialog { 0x010100f2, 0x7f04004e, 0x7f040156, 0x7f040157, 0x7f040182, 0x7f0401f0, 0x7f0401f1 }
+int[] styleable AlertDialog { 0x10100f2, 0x7f04003e, 0x7f040109, 0x7f04010a, 0x7f040132, 0x7f040192 }
int styleable AlertDialog_android_layout 0
int styleable AlertDialog_buttonPanelSideLayout 1
int styleable AlertDialog_listItemLayout 2
int styleable AlertDialog_listLayout 3
int styleable AlertDialog_multiChoiceItemLayout 4
-int styleable AlertDialog_showTitle 5
-int styleable AlertDialog_singleChoiceItemLayout 6
-int[] styleable AppBarLayout { 0x010100d4, 0x01010540, 0x0101048f, 0x7f0400eb, 0x7f04010c }
-int styleable AppBarLayout_android_background 0
-int styleable AppBarLayout_android_keyboardNavigationCluster 1
-int styleable AppBarLayout_android_touchscreenBlocksFocus 2
-int styleable AppBarLayout_elevation 3
-int styleable AppBarLayout_expanded 4
-int[] styleable AppBarLayoutStates { 0x7f040224, 0x7f040225 }
-int styleable AppBarLayoutStates_state_collapsed 0
-int styleable AppBarLayoutStates_state_collapsible 1
-int[] styleable AppBarLayout_Layout { 0x7f040152, 0x7f040153 }
-int styleable AppBarLayout_Layout_layout_scrollFlags 0
-int styleable AppBarLayout_Layout_layout_scrollInterpolator 1
-int[] styleable AppCompatImageView { 0x01010119, 0x7f040221, 0x7f04025f, 0x7f040260 }
-int styleable AppCompatImageView_android_src 0
-int styleable AppCompatImageView_srcCompat 1
-int styleable AppCompatImageView_tint 2
-int styleable AppCompatImageView_tintMode 3
-int[] styleable AppCompatSeekBar { 0x01010142, 0x7f04025c, 0x7f04025d, 0x7f04025e }
-int styleable AppCompatSeekBar_android_thumb 0
-int styleable AppCompatSeekBar_tickMark 1
-int styleable AppCompatSeekBar_tickMarkTint 2
-int styleable AppCompatSeekBar_tickMarkTintMode 3
-int[] styleable AppCompatTextHelper { 0x0101016e, 0x01010393, 0x0101016f, 0x01010170, 0x01010392, 0x0101016d, 0x01010034 }
-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 { 0x01010034, 0x7f04002d, 0x7f04002e, 0x7f04002f, 0x7f040030, 0x7f040031, 0x7f040124, 0x7f04024b }
+int styleable AlertDialog_singleChoiceItemLayout 5
+int[] styleable AppCompatTextView { 0x1010034, 0x7f0401d6 }
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_fontFamily 6
-int styleable AppCompatTextView_textAllCaps 7
-int[] styleable AppCompatTheme { 0x7f040001, 0x7f040002, 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f04000d, 0x7f04000f, 0x7f040010, 0x7f040011, 0x7f040012, 0x7f040013, 0x7f040014, 0x7f040015, 0x7f040016, 0x7f040017, 0x7f040018, 0x7f040019, 0x7f04001a, 0x7f04001b, 0x7f04001c, 0x7f04001d, 0x7f04001e, 0x7f04001f, 0x7f040022, 0x7f040023, 0x7f040024, 0x7f040025, 0x7f040026, 0x010100ae, 0x01010057, 0x7f04002c, 0x7f04003e, 0x7f040048, 0x7f040049, 0x7f04004a, 0x7f04004b, 0x7f04004c, 0x7f04004f, 0x7f040050, 0x7f040061, 0x7f040062, 0x7f04006a, 0x7f04006b, 0x7f04006c, 0x7f04006d, 0x7f04006e, 0x7f04006f, 0x7f040070, 0x7f040071, 0x7f040072, 0x7f040073, 0x7f040082, 0x7f0400c0, 0x7f0400c1, 0x7f0400c4, 0x7f0400c6, 0x7f0400e6, 0x7f0400e7, 0x7f0400e8, 0x7f0400e9, 0x7f0400ea, 0x7f040137, 0x7f04013d, 0x7f040154, 0x7f040155, 0x7f040158, 0x7f040159, 0x7f04015a, 0x7f04015b, 0x7f04015c, 0x7f04015d, 0x7f04015e, 0x7f04018e, 0x7f04018f, 0x7f040190, 0x7f040196, 0x7f040198, 0x7f0401a5, 0x7f0401a6, 0x7f0401a7, 0x7f0401a8, 0x7f0401e9, 0x7f0401ea, 0x7f0401eb, 0x7f0401ec, 0x7f040209, 0x7f04020a, 0x7f040239, 0x7f04024c, 0x7f04024d, 0x7f04024e, 0x7f04024f, 0x7f040250, 0x7f040251, 0x7f040252, 0x7f040253, 0x7f040254, 0x7f040256, 0x7f04026d, 0x7f04026e, 0x7f04026f, 0x7f040270, 0x7f040297, 0x7f040298, 0x7f040299, 0x7f04029a, 0x7f04029b, 0x7f04029c, 0x7f04029d, 0x7f04029e, 0x7f04029f, 0x7f0402a0 }
-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_dialogPreferredPadding 59
-int styleable AppCompatTheme_dialogTheme 60
-int styleable AppCompatTheme_dividerHorizontal 61
-int styleable AppCompatTheme_dividerVertical 62
-int styleable AppCompatTheme_dropDownListViewStyle 63
-int styleable AppCompatTheme_dropdownListPreferredItemHeight 64
-int styleable AppCompatTheme_editTextBackground 65
-int styleable AppCompatTheme_editTextColor 66
-int styleable AppCompatTheme_editTextStyle 67
-int styleable AppCompatTheme_homeAsUpIndicator 68
-int styleable AppCompatTheme_imageButtonStyle 69
-int styleable AppCompatTheme_listChoiceBackgroundIndicator 70
-int styleable AppCompatTheme_listDividerAlertDialog 71
-int styleable AppCompatTheme_listMenuViewStyle 72
-int styleable AppCompatTheme_listPopupWindowStyle 73
-int styleable AppCompatTheme_listPreferredItemHeight 74
-int styleable AppCompatTheme_listPreferredItemHeightLarge 75
-int styleable AppCompatTheme_listPreferredItemHeightSmall 76
-int styleable AppCompatTheme_listPreferredItemPaddingLeft 77
-int styleable AppCompatTheme_listPreferredItemPaddingRight 78
-int styleable AppCompatTheme_panelBackground 79
-int styleable AppCompatTheme_panelMenuListTheme 80
-int styleable AppCompatTheme_panelMenuListWidth 81
-int styleable AppCompatTheme_popupMenuStyle 82
-int styleable AppCompatTheme_popupWindowStyle 83
-int styleable AppCompatTheme_radioButtonStyle 84
-int styleable AppCompatTheme_ratingBarStyle 85
-int styleable AppCompatTheme_ratingBarStyleIndicator 86
-int styleable AppCompatTheme_ratingBarStyleSmall 87
-int styleable AppCompatTheme_searchViewStyle 88
-int styleable AppCompatTheme_seekBarStyle 89
-int styleable AppCompatTheme_selectableItemBackground 90
-int styleable AppCompatTheme_selectableItemBackgroundBorderless 91
-int styleable AppCompatTheme_spinnerDropDownItemStyle 92
-int styleable AppCompatTheme_spinnerStyle 93
-int styleable AppCompatTheme_switchStyle 94
-int styleable AppCompatTheme_textAppearanceLargePopupMenu 95
-int styleable AppCompatTheme_textAppearanceListItem 96
-int styleable AppCompatTheme_textAppearanceListItemSecondary 97
-int styleable AppCompatTheme_textAppearanceListItemSmall 98
-int styleable AppCompatTheme_textAppearancePopupMenuHeader 99
-int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 100
-int styleable AppCompatTheme_textAppearanceSearchResultTitle 101
-int styleable AppCompatTheme_textAppearanceSmallPopupMenu 102
-int styleable AppCompatTheme_textColorAlertDialogListItem 103
-int styleable AppCompatTheme_textColorSearchUrl 104
-int styleable AppCompatTheme_toolbarNavigationButtonStyle 105
-int styleable AppCompatTheme_toolbarStyle 106
-int styleable AppCompatTheme_tooltipForegroundColor 107
-int styleable AppCompatTheme_tooltipFrameBackground 108
-int styleable AppCompatTheme_windowActionBar 109
-int styleable AppCompatTheme_windowActionBarOverlay 110
-int styleable AppCompatTheme_windowActionModeOverlay 111
-int styleable AppCompatTheme_windowFixedHeightMajor 112
-int styleable AppCompatTheme_windowFixedHeightMinor 113
-int styleable AppCompatTheme_windowFixedWidthMajor 114
-int styleable AppCompatTheme_windowFixedWidthMinor 115
-int styleable AppCompatTheme_windowMinWidthMajor 116
-int styleable AppCompatTheme_windowMinWidthMinor 117
-int styleable AppCompatTheme_windowNoTitle 118
-int[] styleable AutoCompleteTextView { 0x01010172, 0x01010174, 0x01010263, 0x01010283, 0x010102ac, 0x010102ad, 0x01010262, 0x01010176 }
+int styleable AppCompatTextView_textAllCaps 1
+int[] styleable AutoCompleteTextView { 0x1010172, 0x1010174, 0x1010263, 0x1010283, 0x10102ac, 0x10102ad, 0x1010262, 0x1010176 }
int styleable AutoCompleteTextView_android_completionHint 0
int styleable AutoCompleteTextView_android_completionThreshold 1
int styleable AutoCompleteTextView_android_dropDownAnchor 2
@@ -2107,17 +1451,7 @@ int styleable AutoCompleteTextView_android_dropDownHorizontalOffset 4
int styleable AutoCompleteTextView_android_dropDownVerticalOffset 5
int styleable AutoCompleteTextView_android_dropDownWidth 6
int styleable AutoCompleteTextView_android_popupBackground 7
-int[] styleable BottomNavigationView { 0x7f0400eb, 0x7f040142, 0x7f040143, 0x7f040146, 0x7f040181 }
-int styleable BottomNavigationView_elevation 0
-int styleable BottomNavigationView_itemBackground 1
-int styleable BottomNavigationView_itemIconTint 2
-int styleable BottomNavigationView_itemTextColor 3
-int styleable BottomNavigationView_menu 4
-int[] styleable BottomSheetBehavior_Layout { 0x7f040039, 0x7f04003b, 0x7f04003c }
-int styleable BottomSheetBehavior_Layout_behavior_hideable 0
-int styleable BottomSheetBehavior_Layout_behavior_peekHeight 1
-int styleable BottomSheetBehavior_Layout_behavior_skipCollapsed 2
-int[] styleable BottomSheetDialog { 0x010100f5, 0x7f040041, 0x7f040042, 0x7f040043, 0x7f040044, 0x7f040045, 0x7f040046, 0x7f040047 }
+int[] styleable BottomSheetDialog { 0x10100f5, 0x7f040032, 0x7f040033, 0x7f040034, 0x7f040035, 0x7f040036, 0x7f040037, 0x7f040038 }
int styleable BottomSheetDialog_android_layout_height 0
int styleable BottomSheetDialog_bsd_cancelable 1
int styleable BottomSheetDialog_bsd_canceledOnTouchOutside 2
@@ -2128,7 +1462,7 @@ int styleable BottomSheetDialog_bsd_outDuration 6
int styleable BottomSheetDialog_bsd_outInterpolator 7
int[] styleable ButtonBarLayout { 0x7f040027 }
int styleable ButtonBarLayout_allowStacking 0
-int[] styleable CardView { 0x7f040053, 0x7f040054, 0x7f040055, 0x7f040056, 0x7f040057, 0x7f040058, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f04007f, 0x7f040080 }
+int[] styleable CardView { 0x7f040043, 0x7f040044, 0x7f040045, 0x7f040046, 0x7f040047, 0x7f040048, 0x7f040065, 0x7f040066, 0x7f040067, 0x7f040068, 0x7f040069 }
int styleable CardView_cardBackgroundColor 0
int styleable CardView_cardCornerRadius 1
int styleable CardView_cardElevation 2
@@ -2140,7 +1474,7 @@ int styleable CardView_contentPaddingBottom 7
int styleable CardView_contentPaddingLeft 8
int styleable CardView_contentPaddingRight 9
int styleable CardView_contentPaddingTop 10
-int[] styleable CheckBoxDrawable { 0x7f040059, 0x7f04005a, 0x7f04005b, 0x7f04005c, 0x7f04005d, 0x7f04005e, 0x7f04005f, 0x7f040060 }
+int[] styleable CheckBoxDrawable { 0x7f040049, 0x7f04004a, 0x7f04004b, 0x7f04004c, 0x7f04004d, 0x7f04004e, 0x7f04004f, 0x7f040050 }
int styleable CheckBoxDrawable_cbd_animDuration 0
int styleable CheckBoxDrawable_cbd_boxSize 1
int styleable CheckBoxDrawable_cbd_cornerRadius 2
@@ -2149,7 +1483,7 @@ int styleable CheckBoxDrawable_cbd_strokeColor 4
int styleable CheckBoxDrawable_cbd_strokeSize 5
int styleable CheckBoxDrawable_cbd_tickColor 6
int styleable CheckBoxDrawable_cbd_width 7
-int[] styleable CircularProgressDrawable { 0x7f040087, 0x7f040088, 0x7f040089, 0x7f04008a, 0x7f04008b, 0x7f04008c, 0x7f04008d, 0x7f04008e, 0x7f04008f, 0x7f040090, 0x7f040091, 0x7f040092, 0x7f040093, 0x7f040094, 0x7f040095, 0x7f040096, 0x7f040097, 0x7f04019f, 0x7f0401a0, 0x7f0401a2 }
+int[] styleable CircularProgressDrawable { 0x7f04006b, 0x7f04006c, 0x7f04006d, 0x7f04006e, 0x7f04006f, 0x7f040070, 0x7f040071, 0x7f040072, 0x7f040073, 0x7f040074, 0x7f040075, 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b, 0x7f040146, 0x7f040147, 0x7f040149 }
int styleable CircularProgressDrawable_cpd_inAnimDuration 0
int styleable CircularProgressDrawable_cpd_inStepColors 1
int styleable CircularProgressDrawable_cpd_inStepPercent 2
@@ -2170,46 +1504,11 @@ int styleable CircularProgressDrawable_cpd_transformInterpolator 16
int styleable CircularProgressDrawable_pv_progress 17
int styleable CircularProgressDrawable_pv_progressMode 18
int styleable CircularProgressDrawable_pv_secondaryProgress 19
-int[] styleable CollapsingToolbarLayout { 0x7f040067, 0x7f040068, 0x7f040081, 0x7f04010d, 0x7f04010e, 0x7f04010f, 0x7f040110, 0x7f040111, 0x7f040112, 0x7f040113, 0x7f0401e5, 0x7f0401e6, 0x7f040227, 0x7f040261, 0x7f040262, 0x7f04026c }
-int styleable CollapsingToolbarLayout_collapsedTitleGravity 0
-int styleable CollapsingToolbarLayout_collapsedTitleTextAppearance 1
-int styleable CollapsingToolbarLayout_contentScrim 2
-int styleable CollapsingToolbarLayout_expandedTitleGravity 3
-int styleable CollapsingToolbarLayout_expandedTitleMargin 4
-int styleable CollapsingToolbarLayout_expandedTitleMarginBottom 5
-int styleable CollapsingToolbarLayout_expandedTitleMarginEnd 6
-int styleable CollapsingToolbarLayout_expandedTitleMarginStart 7
-int styleable CollapsingToolbarLayout_expandedTitleMarginTop 8
-int styleable CollapsingToolbarLayout_expandedTitleTextAppearance 9
-int styleable CollapsingToolbarLayout_scrimAnimationDuration 10
-int styleable CollapsingToolbarLayout_scrimVisibleHeightTrigger 11
-int styleable CollapsingToolbarLayout_statusBarScrim 12
-int styleable CollapsingToolbarLayout_title 13
-int styleable CollapsingToolbarLayout_titleEnabled 14
-int styleable CollapsingToolbarLayout_toolbarId 15
-int[] styleable CollapsingToolbarLayout_Layout { 0x7f04014d, 0x7f04014e }
-int styleable CollapsingToolbarLayout_Layout_layout_collapseMode 0
-int styleable CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier 1
-int[] styleable ColorStateListItem { 0x7f040028, 0x0101031f, 0x010101a5 }
-int styleable ColorStateListItem_alpha 0
-int styleable ColorStateListItem_android_alpha 1
-int styleable ColorStateListItem_android_color 2
-int[] styleable CompoundButton { 0x01010107, 0x7f040051, 0x7f040052 }
+int[] styleable CompoundButton { 0x1010107, 0x7f040041, 0x7f040042 }
int styleable CompoundButton_android_button 0
int styleable CompoundButton_buttonTint 1
int styleable CompoundButton_buttonTintMode 2
-int[] styleable CoordinatorLayout { 0x7f040147, 0x7f040226 }
-int styleable CoordinatorLayout_keylines 0
-int styleable CoordinatorLayout_statusBarBackground 1
-int[] styleable CoordinatorLayout_Layout { 0x010100b3, 0x7f04014a, 0x7f04014b, 0x7f04014c, 0x7f04014f, 0x7f040150, 0x7f040151 }
-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 DatePicker { 0x010100d5, 0x010100d9, 0x010100d6, 0x010100d8, 0x010100d7, 0x7f0400c7, 0x7f0400c8, 0x7f0400c9, 0x7f0400ca, 0x7f0400cb, 0x7f0400cc, 0x7f0400d3, 0x7f0400d4, 0x7f0400d5, 0x7f0400d6, 0x7f0400d7, 0x7f0400d8, 0x7f0400d9, 0x7f0400da, 0x7f0400dc, 0x7f0400dd, 0x7f0400de, 0x7f0400df, 0x7f0400e1, 0x7f0400e2 }
+int[] styleable DatePicker { 0x10100d5, 0x10100d9, 0x10100d6, 0x10100d8, 0x10100d7, 0x7f0400ab, 0x7f0400ac, 0x7f0400ad, 0x7f0400ae, 0x7f0400af, 0x7f0400b0, 0x7f0400b7, 0x7f0400b8, 0x7f0400b9, 0x7f0400ba, 0x7f0400bb, 0x7f0400bc, 0x7f0400bd, 0x7f0400be, 0x7f0400c0, 0x7f0400c1, 0x7f0400c2, 0x7f0400c3, 0x7f0400c5, 0x7f0400c6 }
int styleable DatePicker_android_padding 0
int styleable DatePicker_android_paddingBottom 1
int styleable DatePicker_android_paddingLeft 2
@@ -2235,7 +1534,7 @@ int styleable DatePicker_dp_textStyle 21
int styleable DatePicker_dp_year 22
int styleable DatePicker_dp_yearMax 23
int styleable DatePicker_dp_yearMin 24
-int[] styleable DatePickerDialog { 0x7f0400cd, 0x7f0400ce, 0x7f0400cf, 0x7f0400d0, 0x7f0400d1, 0x7f0400d2, 0x7f0400db }
+int[] styleable DatePickerDialog { 0x7f0400b1, 0x7f0400b2, 0x7f0400b3, 0x7f0400b4, 0x7f0400b5, 0x7f0400b6, 0x7f0400bf }
int styleable DatePickerDialog_dp_headerPrimaryColor 0
int styleable DatePickerDialog_dp_headerPrimaryHeight 1
int styleable DatePickerDialog_dp_headerPrimaryTextSize 2
@@ -2243,11 +1542,7 @@ int styleable DatePickerDialog_dp_headerSecondaryColor 3
int styleable DatePickerDialog_dp_headerSecondaryHeight 4
int styleable DatePickerDialog_dp_headerSecondaryTextSize 5
int styleable DatePickerDialog_dp_textHeaderColor 6
-int[] styleable DesignTheme { 0x7f04003f, 0x7f040040, 0x7f040255 }
-int styleable DesignTheme_bottomSheetDialogTheme 0
-int styleable DesignTheme_bottomSheetStyle 1
-int styleable DesignTheme_textColorError 2
-int[] styleable Dialog { 0x010100f5, 0x010100f4, 0x7f04009a, 0x7f04009b, 0x7f04009c, 0x7f04009d, 0x7f04009e, 0x7f04009f, 0x7f0400a0, 0x7f0400a2, 0x7f0400a3, 0x7f0400a4, 0x7f0400a5, 0x7f0400a6, 0x7f0400a7, 0x7f0400aa, 0x7f0400ab, 0x7f0400ac, 0x7f0400ad, 0x7f0400b0, 0x7f0400b1, 0x7f0400b2, 0x7f0400b3, 0x7f0400b4, 0x7f0400b5, 0x7f0400b6, 0x7f0400b7, 0x7f0400b8, 0x7f0400b9, 0x7f0400ba, 0x7f0400bb, 0x7f0400bc, 0x7f0400be, 0x7f0400bf }
+int[] styleable Dialog { 0x10100f5, 0x10100f4, 0x7f04007e, 0x7f04007f, 0x7f040080, 0x7f040081, 0x7f040082, 0x7f040083, 0x7f040084, 0x7f040086, 0x7f040087, 0x7f040088, 0x7f040089, 0x7f04008a, 0x7f04008b, 0x7f04008e, 0x7f04008f, 0x7f040090, 0x7f040091, 0x7f040094, 0x7f040095, 0x7f040096, 0x7f040097, 0x7f040098, 0x7f040099, 0x7f04009a, 0x7f04009b, 0x7f04009c, 0x7f04009d, 0x7f04009e, 0x7f04009f, 0x7f0400a0, 0x7f0400a2, 0x7f0400a3 }
int styleable Dialog_android_layout_height 0
int styleable Dialog_android_layout_width 1
int styleable Dialog_di_actionBackground 2
@@ -2282,7 +1577,7 @@ int styleable Dialog_di_positiveActionTextAppearance 30
int styleable Dialog_di_positiveActionTextColor 31
int styleable Dialog_di_titleTextAppearance 32
int styleable Dialog_di_titleTextColor 33
-int[] styleable DrawerArrowToggle { 0x7f04002a, 0x7f04002b, 0x7f040037, 0x7f040069, 0x7f0400e4, 0x7f04012e, 0x7f040208, 0x7f040258 }
+int[] styleable DrawerArrowToggle { 0x7f040028, 0x7f040029, 0x7f040030, 0x7f040057, 0x7f0400c8, 0x7f0400f7, 0x7f0401a9, 0x7f0401e0 }
int styleable DrawerArrowToggle_arrowHeadLength 0
int styleable DrawerArrowToggle_arrowShaftLength 1
int styleable DrawerArrowToggle_barLength 2
@@ -2291,7 +1586,7 @@ int styleable DrawerArrowToggle_drawableSize 4
int styleable DrawerArrowToggle_gapBetweenBars 5
int styleable DrawerArrowToggle_spinBars 6
int styleable DrawerArrowToggle_thickness 7
-int[] styleable EditText { 0x7f0400ee, 0x7f0400ef, 0x7f0400f0, 0x7f0400f1, 0x7f0400f2, 0x7f0400f3, 0x7f0400f4, 0x7f0400f5, 0x7f0400f6, 0x7f0400f7, 0x7f0400f8, 0x7f0400f9, 0x7f0400fa, 0x7f0400fb, 0x7f0400fc, 0x7f0400fd, 0x7f0400fe, 0x7f0400ff, 0x7f040100, 0x7f040101, 0x7f040102, 0x7f040103, 0x7f040104, 0x7f040105, 0x7f040106, 0x7f040107, 0x7f040108, 0x7f040109, 0x7f04010a }
+int[] styleable EditText { 0x7f0400d0, 0x7f0400d1, 0x7f0400d2, 0x7f0400d3, 0x7f0400d4, 0x7f0400d5, 0x7f0400d6, 0x7f0400d7, 0x7f0400d8, 0x7f0400d9, 0x7f0400da, 0x7f0400db, 0x7f0400dc, 0x7f0400dd, 0x7f0400de, 0x7f0400df, 0x7f0400e0, 0x7f0400e1, 0x7f0400e2, 0x7f0400e3, 0x7f0400e4, 0x7f0400e5, 0x7f0400e6, 0x7f0400e7, 0x7f0400e8, 0x7f0400e9, 0x7f0400ea, 0x7f0400eb, 0x7f0400ec }
int styleable EditText_et_autoCompleteMode 0
int styleable EditText_et_dividerAnimDuration 1
int styleable EditText_et_dividerColor 2
@@ -2321,42 +1616,17 @@ int styleable EditText_et_supportTextAppearance 25
int styleable EditText_et_supportTextColor 26
int styleable EditText_et_supportTextErrorColor 27
int styleable EditText_et_supportTextSize 28
-int[] styleable FloatingActionButton { 0x7f040035, 0x7f040036, 0x7f04003d, 0x7f0400eb, 0x7f040114, 0x7f040115, 0x7f040116, 0x7f040117, 0x7f040118, 0x7f040119, 0x7f04011a, 0x7f04011b, 0x7f04011c, 0x7f04011d, 0x7f04019a, 0x7f0401c7, 0x7f040294 }
-int styleable FloatingActionButton_backgroundTint 0
-int styleable FloatingActionButton_backgroundTintMode 1
-int styleable FloatingActionButton_borderWidth 2
-int styleable FloatingActionButton_elevation 3
-int styleable FloatingActionButton_fabSize 4
-int styleable FloatingActionButton_fab_animDuration 5
-int styleable FloatingActionButton_fab_backgroundAnimDuration 6
-int styleable FloatingActionButton_fab_backgroundColor 7
-int styleable FloatingActionButton_fab_elevation 8
-int styleable FloatingActionButton_fab_iconLineMorphing 9
-int styleable FloatingActionButton_fab_iconSize 10
-int styleable FloatingActionButton_fab_iconSrc 11
-int styleable FloatingActionButton_fab_interpolator 12
-int styleable FloatingActionButton_fab_radius 13
-int styleable FloatingActionButton_pressedTranslationZ 14
-int styleable FloatingActionButton_rippleColor 15
-int styleable FloatingActionButton_useCompatPadding 16
-int[] styleable FloatingActionButton_Behavior_Layout { 0x7f040038 }
-int styleable FloatingActionButton_Behavior_Layout_behavior_autoHide 0
-int[] styleable FontFamily { 0x7f040125, 0x7f040126, 0x7f040127, 0x7f040128, 0x7f040129, 0x7f04012a }
-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 { 0x7f040123, 0x7f04012b, 0x7f04012c }
-int styleable FontFamilyFont_font 0
-int styleable FontFamilyFont_fontStyle 1
-int styleable FontFamilyFont_fontWeight 2
-int[] styleable ForegroundLinearLayout { 0x01010109, 0x01010200, 0x7f04012d }
-int styleable ForegroundLinearLayout_android_foreground 0
-int styleable ForegroundLinearLayout_android_foregroundGravity 1
-int styleable ForegroundLinearLayout_foregroundInsidePadding 2
-int[] styleable LineMorphingDrawable { 0x7f04015f, 0x7f040160, 0x7f040161, 0x7f040162, 0x7f040163, 0x7f040164, 0x7f040165, 0x7f040166, 0x7f040167, 0x7f040168, 0x7f040169, 0x7f04016a, 0x7f04016b, 0x7f04016c, 0x7f04016d }
+int[] styleable FloatingActionButton { 0x7f0400ee, 0x7f0400ef, 0x7f0400f0, 0x7f0400f1, 0x7f0400f2, 0x7f0400f3, 0x7f0400f4, 0x7f0400f5, 0x7f0400f6 }
+int styleable FloatingActionButton_fab_animDuration 0
+int styleable FloatingActionButton_fab_backgroundAnimDuration 1
+int styleable FloatingActionButton_fab_backgroundColor 2
+int styleable FloatingActionButton_fab_elevation 3
+int styleable FloatingActionButton_fab_iconLineMorphing 4
+int styleable FloatingActionButton_fab_iconSize 5
+int styleable FloatingActionButton_fab_iconSrc 6
+int styleable FloatingActionButton_fab_interpolator 7
+int styleable FloatingActionButton_fab_radius 8
+int[] styleable LineMorphingDrawable { 0x7f040111, 0x7f040112, 0x7f040113, 0x7f040114, 0x7f040115, 0x7f040116, 0x7f040117, 0x7f040118, 0x7f040119, 0x7f04011a, 0x7f04011b, 0x7f04011c, 0x7f04011d, 0x7f04011e, 0x7f04011f }
int styleable LineMorphingDrawable_lmd_animDuration 0
int styleable LineMorphingDrawable_lmd_clockwise 1
int styleable LineMorphingDrawable_lmd_curState 2
@@ -2372,7 +1642,7 @@ int styleable LineMorphingDrawable_lmd_strokeCap 11
int styleable LineMorphingDrawable_lmd_strokeColor 12
int styleable LineMorphingDrawable_lmd_strokeJoin 13
int styleable LineMorphingDrawable_lmd_strokeSize 14
-int[] styleable LinearLayoutCompat { 0x01010126, 0x01010127, 0x010100af, 0x010100c4, 0x01010128, 0x7f0400c3, 0x7f0400c5, 0x7f040180, 0x7f0401ee }
+int[] styleable LinearLayoutCompat { 0x1010126, 0x1010127, 0x10100af, 0x10100c4, 0x1010128, 0x7f0400a7, 0x7f0400a9, 0x7f040131, 0x7f040190 }
int styleable LinearLayoutCompat_android_baselineAligned 0
int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 1
int styleable LinearLayoutCompat_android_gravity 2
@@ -2382,12 +1652,12 @@ int styleable LinearLayoutCompat_divider 5
int styleable LinearLayoutCompat_dividerPadding 6
int styleable LinearLayoutCompat_measureWithLargestChild 7
int styleable LinearLayoutCompat_showDividers 8
-int[] styleable LinearLayoutCompat_Layout { 0x010100b3, 0x010100f5, 0x01010181, 0x010100f4 }
+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 LinearProgressDrawable { 0x7f040170, 0x7f040171, 0x7f040172, 0x7f040173, 0x7f040174, 0x7f040175, 0x7f040176, 0x7f040177, 0x7f040178, 0x7f040179, 0x7f04017a, 0x7f04017b, 0x7f04017c, 0x7f04017d, 0x7f04019f, 0x7f0401a0, 0x7f0401a2 }
+int[] styleable LinearProgressDrawable { 0x7f040122, 0x7f040123, 0x7f040124, 0x7f040125, 0x7f040126, 0x7f040127, 0x7f040128, 0x7f040129, 0x7f04012a, 0x7f04012b, 0x7f04012c, 0x7f04012d, 0x7f04012e, 0x7f04012f, 0x7f040146, 0x7f040147, 0x7f040149 }
int styleable LinearProgressDrawable_lpd_inAnimDuration 0
int styleable LinearProgressDrawable_lpd_keepDuration 1
int styleable LinearProgressDrawable_lpd_maxLineWidth 2
@@ -2405,41 +1675,35 @@ int styleable LinearProgressDrawable_lpd_verticalAlign 13
int styleable LinearProgressDrawable_pv_progress 14
int styleable LinearProgressDrawable_pv_progressMode 15
int styleable LinearProgressDrawable_pv_secondaryProgress 16
-int[] styleable ListPopupWindow { 0x010102ac, 0x010102ad }
+int[] styleable ListPopupWindow { 0x10102ac, 0x10102ad }
int styleable ListPopupWindow_android_dropDownHorizontalOffset 0
int styleable ListPopupWindow_android_dropDownVerticalOffset 1
-int[] styleable MenuGroup { 0x010101e0, 0x0101000e, 0x010100d0, 0x010101de, 0x010101df, 0x01010194 }
+int[] styleable MenuGroup { 0x10101e0, 0x101000e, 0x10100d0, 0x10101de, 0x10101df, 0x1010194 }
int styleable MenuGroup_android_checkableBehavior 0
int styleable MenuGroup_android_enabled 1
int styleable MenuGroup_android_id 2
int styleable MenuGroup_android_menuCategory 3
int styleable MenuGroup_android_orderInCategory 4
int styleable MenuGroup_android_visible 5
-int[] styleable MenuItem { 0x7f04000e, 0x7f040020, 0x7f040021, 0x7f040029, 0x010101e3, 0x010101e5, 0x01010106, 0x0101000e, 0x01010002, 0x010100d0, 0x010101de, 0x010101e4, 0x0101026f, 0x010101df, 0x010101e1, 0x010101e2, 0x01010194, 0x7f040075, 0x7f04013a, 0x7f04013b, 0x7f040188, 0x7f0401ed, 0x7f040271 }
+int[] styleable MenuItem { 0x7f04000e, 0x7f040020, 0x7f040021, 0x10101e3, 0x10101e5, 0x1010106, 0x101000e, 0x1010002, 0x10100d0, 0x10101de, 0x10101e4, 0x101026f, 0x10101df, 0x10101e1, 0x10101e2, 0x1010194, 0x7f04018f }
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 { 0x0101012f, 0x0101012d, 0x01010130, 0x01010131, 0x0101012c, 0x0101012e, 0x010100ae, 0x7f040199, 0x7f040228 }
+int styleable MenuItem_android_alphabeticShortcut 3
+int styleable MenuItem_android_checkable 4
+int styleable MenuItem_android_checked 5
+int styleable MenuItem_android_enabled 6
+int styleable MenuItem_android_icon 7
+int styleable MenuItem_android_id 8
+int styleable MenuItem_android_menuCategory 9
+int styleable MenuItem_android_numericShortcut 10
+int styleable MenuItem_android_onClick 11
+int styleable MenuItem_android_orderInCategory 12
+int styleable MenuItem_android_title 13
+int styleable MenuItem_android_titleCondensed 14
+int styleable MenuItem_android_visible 15
+int styleable MenuItem_showAsAction 16
+int[] styleable MenuView { 0x101012f, 0x101012d, 0x1010130, 0x1010131, 0x101012c, 0x101012e, 0x10100ae, 0x7f040141 }
int styleable MenuView_android_headerBackground 0
int styleable MenuView_android_horizontalDivider 1
int styleable MenuView_android_itemBackground 2
@@ -2448,37 +1712,24 @@ 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 MultiSpinnerSearch { 0x7f040135 }
+int[] styleable MultiSpinnerSearch { 0x7f0400fb }
int styleable MultiSpinnerSearch_hintText 0
-int[] styleable NavigationDrawerDrawable { 0x7f040186, 0x7f040187 }
+int[] styleable NavigationDrawerDrawable { 0x7f040136, 0x7f040137 }
int styleable NavigationDrawerDrawable_nd_icon 0
int styleable NavigationDrawerDrawable_nd_ripple 1
-int[] styleable NavigationView { 0x010100d4, 0x010100dd, 0x0101011f, 0x7f0400eb, 0x7f040130, 0x7f040142, 0x7f040143, 0x7f040145, 0x7f040146, 0x7f040181 }
-int styleable NavigationView_android_background 0
-int styleable NavigationView_android_fitsSystemWindows 1
-int styleable NavigationView_android_maxWidth 2
-int styleable NavigationView_elevation 3
-int styleable NavigationView_headerLayout 4
-int styleable NavigationView_itemBackground 5
-int styleable NavigationView_itemIconTint 6
-int styleable NavigationView_itemTextAppearance 7
-int styleable NavigationView_itemTextColor 8
-int styleable NavigationView_menu 9
-int[] styleable PopupWindow { 0x010102c9, 0x01010176, 0x7f040189 }
-int styleable PopupWindow_android_popupAnimationStyle 0
-int styleable PopupWindow_android_popupBackground 1
-int styleable PopupWindow_overlapAnchor 2
-int[] styleable PopupWindowBackgroundState { 0x7f040223 }
+int[] styleable PopupWindow { 0x1010176, 0x7f040138 }
+int styleable PopupWindow_android_popupBackground 0
+int styleable PopupWindow_overlapAnchor 1
+int[] styleable PopupWindowBackgroundState { 0x7f0401c3 }
int styleable PopupWindowBackgroundState_state_above_anchor 0
-int[] styleable ProgressView { 0x7f04019d, 0x7f04019e, 0x7f04019f, 0x7f0401a0, 0x7f0401a1, 0x7f0401a2 }
+int[] styleable ProgressView { 0x7f040144, 0x7f040145, 0x7f040146, 0x7f040147, 0x7f040148, 0x7f040149 }
int styleable ProgressView_pv_autostart 0
int styleable ProgressView_pv_circular 1
int styleable ProgressView_pv_progress 2
int styleable ProgressView_pv_progressMode 3
int styleable ProgressView_pv_progressStyle 4
int styleable ProgressView_pv_secondaryProgress 5
-int[] styleable RadioButtonDrawable { 0x7f0401a9, 0x7f0401aa, 0x7f0401ab, 0x7f0401ac, 0x7f0401ad, 0x7f0401ae, 0x7f0401af }
+int[] styleable RadioButtonDrawable { 0x7f04014e, 0x7f04014f, 0x7f040150, 0x7f040151, 0x7f040152, 0x7f040153, 0x7f040154 }
int styleable RadioButtonDrawable_rbd_animDuration 0
int styleable RadioButtonDrawable_rbd_height 1
int styleable RadioButtonDrawable_rbd_innerRadius 2
@@ -2486,22 +1737,13 @@ int styleable RadioButtonDrawable_rbd_radius 3
int styleable RadioButtonDrawable_rbd_strokeColor 4
int styleable RadioButtonDrawable_rbd_strokeSize 5
int styleable RadioButtonDrawable_rbd_width 6
-int[] styleable RecycleListView { 0x7f04018a, 0x7f04018d }
-int styleable RecycleListView_paddingBottomNoButtons 0
-int styleable RecycleListView_paddingTopNoTitle 1
-int[] styleable RecyclerView { 0x010100f1, 0x010100c4, 0x7f04011e, 0x7f04011f, 0x7f040120, 0x7f040121, 0x7f040122, 0x7f040149, 0x7f0401c6, 0x7f040207, 0x7f040222 }
-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 RippleDrawable { 0x7f0401b0, 0x7f0401b1, 0x7f0401b2, 0x7f0401b3, 0x7f0401b4, 0x7f0401b5, 0x7f0401b6, 0x7f0401b8, 0x7f0401b9, 0x7f0401ba, 0x7f0401bb, 0x7f0401bc, 0x7f0401bd, 0x7f0401be, 0x7f0401bf, 0x7f0401c0, 0x7f0401c1, 0x7f0401c3, 0x7f0401c4, 0x7f0401c5 }
+int[] styleable RecyclerView { 0x10100c4, 0x7f040106, 0x7f04016b, 0x7f0401a8, 0x7f0401c2 }
+int styleable RecyclerView_android_orientation 0
+int styleable RecyclerView_layoutManager 1
+int styleable RecyclerView_reverseLayout 2
+int styleable RecyclerView_spanCount 3
+int styleable RecyclerView_stackFromEnd 4
+int[] styleable RippleDrawable { 0x7f040155, 0x7f040156, 0x7f040157, 0x7f040158, 0x7f040159, 0x7f04015a, 0x7f04015b, 0x7f04015d, 0x7f04015e, 0x7f04015f, 0x7f040160, 0x7f040161, 0x7f040162, 0x7f040163, 0x7f040164, 0x7f040165, 0x7f040166, 0x7f040168, 0x7f040169, 0x7f04016a }
int styleable RippleDrawable_rd_backgroundAnimDuration 0
int styleable RippleDrawable_rd_backgroundColor 1
int styleable RippleDrawable_rd_bottomLeftCornerRadius 2
@@ -2522,14 +1764,10 @@ int styleable RippleDrawable_rd_rippleType 16
int styleable RippleDrawable_rd_topLeftCornerRadius 17
int styleable RippleDrawable_rd_topPadding 18
int styleable RippleDrawable_rd_topRightCornerRadius 19
-int[] styleable RippleView { 0x7f0401b7, 0x7f0401c2 }
+int[] styleable RippleView { 0x7f04015c, 0x7f040167 }
int styleable RippleView_rd_enable 0
int styleable RippleView_rd_style 1
-int[] styleable ScrimInsetsFrameLayout { 0x7f040140 }
-int styleable ScrimInsetsFrameLayout_insetForeground 0
-int[] styleable ScrollingViewBehavior_Layout { 0x7f04003a }
-int styleable ScrollingViewBehavior_Layout_behavior_overlapTop 0
-int[] styleable SearchView { 0x010100da, 0x01010264, 0x01010220, 0x0101011f, 0x7f040063, 0x7f040074, 0x7f040099, 0x7f04012f, 0x7f04013c, 0x7f040148, 0x7f0401a3, 0x7f0401a4, 0x7f0401e7, 0x7f0401e8, 0x7f040229, 0x7f04022e, 0x7f040296 }
+int[] styleable SearchView { 0x10100da, 0x1010264, 0x1010220, 0x101011f, 0x7f040053, 0x7f040060, 0x7f04007d, 0x7f0400f8, 0x7f0400ff, 0x7f040105, 0x7f04014a, 0x7f04014b, 0x7f040189, 0x7f04018a, 0x7f0401c4, 0x7f0401c9, 0x7f04020e }
int styleable SearchView_android_focusable 0
int styleable SearchView_android_imeOptions 1
int styleable SearchView_android_inputType 2
@@ -2547,14 +1785,14 @@ int styleable SearchView_searchIcon 13
int styleable SearchView_submitBackground 14
int styleable SearchView_suggestionRowLayout 15
int styleable SearchView_voiceIcon 16
-int[] styleable SimpleDialog { 0x7f0400a1, 0x7f0400a8, 0x7f0400a9, 0x7f0400ae, 0x7f0400af, 0x7f0400bd }
+int[] styleable SimpleDialog { 0x7f040085, 0x7f04008c, 0x7f04008d, 0x7f040092, 0x7f040093, 0x7f0400a1 }
int styleable SimpleDialog_di_checkBoxStyle 0
int styleable SimpleDialog_di_itemHeight 1
int styleable SimpleDialog_di_itemTextAppearance 2
int styleable SimpleDialog_di_messageTextAppearance 3
int styleable SimpleDialog_di_messageTextColor 4
int styleable SimpleDialog_di_radioButtonStyle 5
-int[] styleable Slider { 0x0101000e, 0x010100af, 0x7f0401f2, 0x7f0401f3, 0x7f0401f4, 0x7f0401f5, 0x7f0401f6, 0x7f0401f7, 0x7f0401f8, 0x7f0401f9, 0x7f0401fa, 0x7f0401fb, 0x7f0401fc, 0x7f0401fd, 0x7f0401fe, 0x7f0401ff, 0x7f040200, 0x7f040201, 0x7f040202, 0x7f040203, 0x7f040204, 0x7f040205, 0x7f040206 }
+int[] styleable Slider { 0x101000e, 0x10100af, 0x7f040193, 0x7f040194, 0x7f040195, 0x7f040196, 0x7f040197, 0x7f040198, 0x7f040199, 0x7f04019a, 0x7f04019b, 0x7f04019c, 0x7f04019d, 0x7f04019e, 0x7f04019f, 0x7f0401a0, 0x7f0401a1, 0x7f0401a2, 0x7f0401a3, 0x7f0401a4, 0x7f0401a5, 0x7f0401a6, 0x7f0401a7 }
int styleable Slider_android_enabled 0
int styleable Slider_android_gravity 1
int styleable Slider_sl_alwaysFillThumb 2
@@ -2578,7 +1816,7 @@ int styleable Slider_sl_trackSize 19
int styleable Slider_sl_transformAnimDuration 20
int styleable Slider_sl_travelAnimDuration 21
int styleable Slider_sl_value 22
-int[] styleable SnackBar { 0x7f0401c8, 0x7f0401c9, 0x7f0401ca, 0x7f0401cb, 0x7f0401cc, 0x7f0401cd, 0x7f0401ce, 0x7f0401cf, 0x7f0401d0, 0x7f0401d1, 0x7f0401d2, 0x7f0401d3, 0x7f0401d4, 0x7f0401d5, 0x7f0401d6, 0x7f0401d7, 0x7f0401d8, 0x7f0401d9, 0x7f0401da, 0x7f0401db, 0x7f0401dc, 0x7f0401dd, 0x7f0401de, 0x7f0401df, 0x7f0401e0, 0x7f0401e1, 0x7f0401e2, 0x7f0401e3, 0x7f0401e4 }
+int[] styleable SnackBar { 0x7f04016c, 0x7f04016d, 0x7f04016e, 0x7f04016f, 0x7f040170, 0x7f040171, 0x7f040172, 0x7f040173, 0x7f040174, 0x7f040175, 0x7f040176, 0x7f040177, 0x7f040178, 0x7f040179, 0x7f04017a, 0x7f04017b, 0x7f04017c, 0x7f04017d, 0x7f04017e, 0x7f04017f, 0x7f040180, 0x7f040181, 0x7f040182, 0x7f040183, 0x7f040184, 0x7f040185, 0x7f040186, 0x7f040187, 0x7f040188 }
int styleable SnackBar_sb_actionRipple 0
int styleable SnackBar_sb_actionText 1
int styleable SnackBar_sb_actionTextAppearance 2
@@ -2608,41 +1846,36 @@ int styleable SnackBar_sb_textColor 25
int styleable SnackBar_sb_textSize 26
int styleable SnackBar_sb_verticalPadding 27
int styleable SnackBar_sb_width 28
-int[] styleable SnackbarLayout { 0x0101011f, 0x7f0400eb, 0x7f04017e }
-int styleable SnackbarLayout_android_maxWidth 0
-int styleable SnackbarLayout_elevation 1
-int styleable SnackbarLayout_maxActionInlineWidth 2
-int[] styleable Spinner { 0x01010262, 0x010100b2, 0x010100af, 0x01010140, 0x0101013f, 0x01010176, 0x0101017b, 0x7f040197, 0x7f04020c, 0x7f04020d, 0x7f04020e, 0x7f04020f, 0x7f040210, 0x7f040211, 0x7f040212, 0x7f040213, 0x7f040214, 0x7f040215, 0x7f040216, 0x7f040217, 0x7f040218, 0x7f040219, 0x7f04021a, 0x7f04021b, 0x7f04021c, 0x7f04021d, 0x7f04021e, 0x7f04021f, 0x7f040220 }
+int[] styleable Spinner { 0x1010262, 0x10100af, 0x1010140, 0x101013f, 0x1010176, 0x101017b, 0x7f04013f, 0x7f0401ad, 0x7f0401ae, 0x7f0401af, 0x7f0401b0, 0x7f0401b1, 0x7f0401b2, 0x7f0401b3, 0x7f0401b4, 0x7f0401b5, 0x7f0401b6, 0x7f0401b7, 0x7f0401b8, 0x7f0401b9, 0x7f0401ba, 0x7f0401bb, 0x7f0401bc, 0x7f0401bd, 0x7f0401be, 0x7f0401bf, 0x7f0401c0, 0x7f0401c1 }
int styleable Spinner_android_dropDownWidth 0
-int styleable Spinner_android_entries 1
-int styleable Spinner_android_gravity 2
-int styleable Spinner_android_minHeight 3
-int styleable Spinner_android_minWidth 4
-int styleable Spinner_android_popupBackground 5
-int styleable Spinner_android_prompt 6
-int styleable Spinner_popupTheme 7
-int styleable Spinner_spn_arrowAnimClockwise 8
-int styleable Spinner_spn_arrowAnimDuration 9
-int styleable Spinner_spn_arrowColor 10
-int styleable Spinner_spn_arrowInterpolator 11
-int styleable Spinner_spn_arrowPadding 12
-int styleable Spinner_spn_arrowSize 13
-int styleable Spinner_spn_arrowSwitchMode 14
-int styleable Spinner_spn_disableChildrenWhenDisabled 15
-int styleable Spinner_spn_dividerAnimDuration 16
-int styleable Spinner_spn_dividerColor 17
-int styleable Spinner_spn_dividerHeight 18
-int styleable Spinner_spn_dividerPadding 19
-int styleable Spinner_spn_label 20
-int styleable Spinner_spn_labelEllipsize 21
-int styleable Spinner_spn_labelEnable 22
-int styleable Spinner_spn_labelPadding 23
-int styleable Spinner_spn_labelTextAppearance 24
-int styleable Spinner_spn_labelTextColor 25
-int styleable Spinner_spn_labelTextSize 26
-int styleable Spinner_spn_popupItemAnimOffset 27
-int styleable Spinner_spn_popupItemAnimation 28
-int[] styleable Switch { 0x01010106, 0x010100af, 0x7f04022f, 0x7f040230, 0x7f040231, 0x7f040232, 0x7f040233, 0x7f040234, 0x7f040235, 0x7f040236 }
+int styleable Spinner_android_gravity 1
+int styleable Spinner_android_minHeight 2
+int styleable Spinner_android_minWidth 3
+int styleable Spinner_android_popupBackground 4
+int styleable Spinner_android_prompt 5
+int styleable Spinner_popupTheme 6
+int styleable Spinner_spn_arrowAnimClockwise 7
+int styleable Spinner_spn_arrowAnimDuration 8
+int styleable Spinner_spn_arrowColor 9
+int styleable Spinner_spn_arrowInterpolator 10
+int styleable Spinner_spn_arrowPadding 11
+int styleable Spinner_spn_arrowSize 12
+int styleable Spinner_spn_arrowSwitchMode 13
+int styleable Spinner_spn_disableChildrenWhenDisabled 14
+int styleable Spinner_spn_dividerAnimDuration 15
+int styleable Spinner_spn_dividerColor 16
+int styleable Spinner_spn_dividerHeight 17
+int styleable Spinner_spn_dividerPadding 18
+int styleable Spinner_spn_label 19
+int styleable Spinner_spn_labelEllipsize 20
+int styleable Spinner_spn_labelEnable 21
+int styleable Spinner_spn_labelPadding 22
+int styleable Spinner_spn_labelTextAppearance 23
+int styleable Spinner_spn_labelTextColor 24
+int styleable Spinner_spn_labelTextSize 25
+int styleable Spinner_spn_popupItemAnimOffset 26
+int styleable Spinner_spn_popupItemAnimation 27
+int[] styleable Switch { 0x1010106, 0x10100af, 0x7f0401ca, 0x7f0401cb, 0x7f0401cc, 0x7f0401cd, 0x7f0401ce, 0x7f0401cf, 0x7f0401d0, 0x7f0401d1 }
int styleable Switch_android_checked 0
int styleable Switch_android_gravity 1
int styleable Switch_sw_animDuration 2
@@ -2653,7 +1886,7 @@ int styleable Switch_sw_thumbRadius 6
int styleable Switch_sw_trackCap 7
int styleable Switch_sw_trackColor 8
int styleable Switch_sw_trackSize 9
-int[] styleable SwitchCompat { 0x01010125, 0x01010124, 0x01010142, 0x7f0401ef, 0x7f04020b, 0x7f040237, 0x7f040238, 0x7f04023a, 0x7f040259, 0x7f04025a, 0x7f04025b, 0x7f040290, 0x7f040291, 0x7f040292 }
+int[] styleable SwitchCompat { 0x1010125, 0x1010124, 0x1010142, 0x7f040191, 0x7f0401ac, 0x7f0401d2, 0x7f0401d3, 0x7f0401d5, 0x7f0401e1, 0x7f04020b }
int styleable SwitchCompat_android_textOff 0
int styleable SwitchCompat_android_textOn 1
int styleable SwitchCompat_android_thumb 2
@@ -2663,33 +1896,8 @@ 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 TabItem { 0x01010002, 0x010100f2, 0x0101014f }
-int styleable TabItem_android_icon 0
-int styleable TabItem_android_layout 1
-int styleable TabItem_android_text 2
-int[] styleable TabLayout { 0x7f04023b, 0x7f04023c, 0x7f04023d, 0x7f04023e, 0x7f04023f, 0x7f040240, 0x7f040241, 0x7f040242, 0x7f040243, 0x7f040244, 0x7f040245, 0x7f040246, 0x7f040247, 0x7f040248, 0x7f040249, 0x7f04024a }
-int styleable TabLayout_tabBackground 0
-int styleable TabLayout_tabContentStart 1
-int styleable TabLayout_tabGravity 2
-int styleable TabLayout_tabIndicatorColor 3
-int styleable TabLayout_tabIndicatorHeight 4
-int styleable TabLayout_tabMaxWidth 5
-int styleable TabLayout_tabMinWidth 6
-int styleable TabLayout_tabMode 7
-int styleable TabLayout_tabPadding 8
-int styleable TabLayout_tabPaddingBottom 9
-int styleable TabLayout_tabPaddingEnd 10
-int styleable TabLayout_tabPaddingStart 11
-int styleable TabLayout_tabPaddingTop 12
-int styleable TabLayout_tabSelectedTextColor 13
-int styleable TabLayout_tabTextAppearance 14
-int styleable TabLayout_tabTextColor 15
-int[] styleable TabPageIndicator { 0x01010034, 0x7f040288, 0x7f040289, 0x7f04028a, 0x7f04028b, 0x7f04028c, 0x7f04028d, 0x7f04028e, 0x7f04028f }
+int styleable SwitchCompat_track 9
+int[] styleable TabPageIndicator { 0x1010034, 0x7f040203, 0x7f040204, 0x7f040205, 0x7f040206, 0x7f040207, 0x7f040208, 0x7f040209, 0x7f04020a }
int styleable TabPageIndicator_android_textAppearance 0
int styleable TabPageIndicator_tpi_centerCurrentTab 1
int styleable TabPageIndicator_tpi_indicatorAtTop 2
@@ -2699,7 +1907,7 @@ int styleable TabPageIndicator_tpi_mode 5
int styleable TabPageIndicator_tpi_tabPadding 6
int styleable TabPageIndicator_tpi_tabRipple 7
int styleable TabPageIndicator_tpi_tabSingleLine 8
-int[] styleable TextAppearance { 0x0101045d, 0x010103ac, 0x010104b7, 0x010104b6, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x0101038c, 0x01010098, 0x01010099, 0x0101009a, 0x0101009b, 0x01010095, 0x01010097, 0x01010096, 0x7f040124, 0x7f04024b, 0x7f040293 }
+int[] styleable TextAppearance { 0x101045d, 0x10103ac, 0x10104b7, 0x10104b6, 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x101038c, 0x1010098, 0x1010099, 0x101009a, 0x101009b, 0x1010095, 0x1010097, 0x1010096, 0x7f0401d6, 0x7f04020c }
int styleable TextAppearance_android_elegantTextHeight 0
int styleable TextAppearance_android_fontFamily 1
int styleable TextAppearance_android_fontFeatureSettings 2
@@ -2716,27 +1924,9 @@ int styleable TextAppearance_android_textColorLink 12
int styleable TextAppearance_android_textSize 13
int styleable TextAppearance_android_textStyle 14
int styleable TextAppearance_android_typeface 15
-int styleable TextAppearance_fontFamily 16
-int styleable TextAppearance_textAllCaps 17
-int styleable TextAppearance_tv_fontFamily 18
-int[] styleable TextInputLayout { 0x01010150, 0x0101009a, 0x7f040083, 0x7f040084, 0x7f040085, 0x7f040086, 0x7f0400ec, 0x7f0400ed, 0x7f040133, 0x7f040134, 0x7f040136, 0x7f040191, 0x7f040192, 0x7f040193, 0x7f040194, 0x7f040195 }
-int styleable TextInputLayout_android_hint 0
-int styleable TextInputLayout_android_textColorHint 1
-int styleable TextInputLayout_counterEnabled 2
-int styleable TextInputLayout_counterMaxLength 3
-int styleable TextInputLayout_counterOverflowTextAppearance 4
-int styleable TextInputLayout_counterTextAppearance 5
-int styleable TextInputLayout_errorEnabled 6
-int styleable TextInputLayout_errorTextAppearance 7
-int styleable TextInputLayout_hintAnimationEnabled 8
-int styleable TextInputLayout_hintEnabled 9
-int styleable TextInputLayout_hintTextAppearance 10
-int styleable TextInputLayout_passwordToggleContentDescription 11
-int styleable TextInputLayout_passwordToggleDrawable 12
-int styleable TextInputLayout_passwordToggleEnabled 13
-int styleable TextInputLayout_passwordToggleTint 14
-int styleable TextInputLayout_passwordToggleTintMode 15
-int[] styleable TextView { 0x01010152, 0x0101016e, 0x01010393, 0x0101016f, 0x01010171, 0x01010170, 0x01010392, 0x0101016d, 0x0101045d, 0x01010158, 0x010103ac, 0x010104b7, 0x010100af, 0x01010155, 0x0101015f, 0x010104b6, 0x01010217, 0x01010218, 0x01010154, 0x01010157, 0x01010120, 0x01010160, 0x01010153, 0x0101011f, 0x0101015a, 0x01010140, 0x01010156, 0x0101013f, 0x0101015b, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x0101015d, 0x0101038c, 0x01010098, 0x01010099, 0x0101009a, 0x0101009b, 0x01010151, 0x01010095, 0x01010097, 0x01010096, 0x01010159, 0x7f040293 }
+int styleable TextAppearance_textAllCaps 16
+int styleable TextAppearance_tv_fontFamily 17
+int[] styleable TextView { 0x1010152, 0x101016e, 0x1010393, 0x101016f, 0x1010171, 0x1010170, 0x1010392, 0x101016d, 0x101045d, 0x1010158, 0x10103ac, 0x10104b7, 0x10100af, 0x1010155, 0x101015f, 0x10104b6, 0x1010217, 0x1010218, 0x1010154, 0x1010157, 0x1010120, 0x1010160, 0x1010153, 0x101011f, 0x101015a, 0x1010140, 0x1010156, 0x101013f, 0x101015b, 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x101015d, 0x101038c, 0x1010098, 0x1010099, 0x101009a, 0x101009b, 0x1010151, 0x1010095, 0x1010097, 0x1010096, 0x1010159, 0x7f04020c }
int styleable TextView_android_cursorVisible 0
int styleable TextView_android_drawableBottom 1
int styleable TextView_android_drawableEnd 2
@@ -2782,11 +1972,11 @@ int styleable TextView_android_textStyle 41
int styleable TextView_android_typeface 42
int styleable TextView_android_width 43
int styleable TextView_tv_fontFamily 44
-int[] styleable TextViewAppearance { 0x01010034 }
+int[] styleable TextViewAppearance { 0x1010034 }
int styleable TextViewAppearance_android_textAppearance 0
-int[] styleable ThemableView { 0x7f040295 }
+int[] styleable ThemableView { 0x7f04020d }
int styleable ThemableView_v_styleId 0
-int[] styleable Theme { 0x7f040001, 0x7f040002, 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f04000d, 0x7f04000f, 0x7f040010, 0x7f040011, 0x7f040012, 0x7f040013, 0x7f040014, 0x7f040015, 0x7f040016, 0x7f040017, 0x7f040018, 0x7f040019, 0x7f04001a, 0x7f04001b, 0x7f04001c, 0x7f04001d, 0x7f04001e, 0x7f04001f, 0x7f040022, 0x7f040023, 0x7f040024, 0x7f040025, 0x7f040026, 0x010100ae, 0x01010057, 0x7f04002c, 0x7f04003e, 0x7f040048, 0x7f040049, 0x7f04004a, 0x7f04004b, 0x7f04004c, 0x7f04004f, 0x7f040050, 0x7f040061, 0x7f040062, 0x7f04006a, 0x7f04006c, 0x7f04006d, 0x7f04006e, 0x7f04006f, 0x7f040071, 0x7f040072, 0x7f040073, 0x7f040082, 0x7f0400c0, 0x7f0400c1, 0x7f0400c4, 0x7f0400c6, 0x7f0400e6, 0x7f0400e7, 0x7f0400e8, 0x7f0400e9, 0x7f0400ea, 0x7f040137, 0x7f04013d, 0x7f040154, 0x7f040155, 0x7f040159, 0x7f04015a, 0x7f04015b, 0x7f04015c, 0x7f04015d, 0x7f04015e, 0x7f04018e, 0x7f04018f, 0x7f040190, 0x7f040196, 0x7f040198, 0x7f0401a5, 0x7f0401a6, 0x7f0401e9, 0x7f0401ea, 0x7f0401eb, 0x7f0401ec, 0x7f040209, 0x7f04020a, 0x7f040239, 0x7f04024c, 0x7f04024d, 0x7f04024f, 0x7f040251, 0x7f040252, 0x7f040253, 0x7f040254, 0x7f040256, 0x7f04026d, 0x7f04026e, 0x7f040297, 0x7f040298, 0x7f040299, 0x7f04029a, 0x7f04029b, 0x7f04029c, 0x7f04029d, 0x7f04029e, 0x7f04029f, 0x7f0402a0 }
+int[] styleable Theme { 0x7f040001, 0x7f040002, 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f04000d, 0x7f04000f, 0x7f040010, 0x7f040011, 0x7f040012, 0x7f040013, 0x7f040014, 0x7f040015, 0x7f040016, 0x7f040017, 0x7f040018, 0x7f040019, 0x7f04001a, 0x7f04001b, 0x7f04001c, 0x7f04001d, 0x7f04001e, 0x7f04001f, 0x7f040022, 0x7f040023, 0x7f040024, 0x7f040025, 0x7f040026, 0x10100ae, 0x1010057, 0x7f04002a, 0x7f040031, 0x7f040039, 0x7f04003a, 0x7f04003b, 0x7f04003c, 0x7f04003d, 0x7f04003f, 0x7f040040, 0x7f040051, 0x7f040052, 0x7f040058, 0x7f040059, 0x7f04005a, 0x7f04005b, 0x7f04005c, 0x7f04005d, 0x7f04005e, 0x7f04005f, 0x7f04006a, 0x7f0400a4, 0x7f0400a5, 0x7f0400a8, 0x7f0400aa, 0x7f0400ca, 0x7f0400cb, 0x7f0400cc, 0x7f0400cd, 0x7f0400ce, 0x7f0400fc, 0x7f040100, 0x7f040107, 0x7f040108, 0x7f04010b, 0x7f04010c, 0x7f04010d, 0x7f04010e, 0x7f04010f, 0x7f040110, 0x7f04013b, 0x7f04013c, 0x7f04013d, 0x7f04013e, 0x7f040140, 0x7f04014c, 0x7f04014d, 0x7f04018b, 0x7f04018c, 0x7f04018d, 0x7f04018e, 0x7f0401aa, 0x7f0401ab, 0x7f0401d4, 0x7f0401d7, 0x7f0401d8, 0x7f0401d9, 0x7f0401da, 0x7f0401db, 0x7f0401dc, 0x7f0401dd, 0x7f0401de, 0x7f0401eb, 0x7f0401ec, 0x7f04020f, 0x7f040210, 0x7f040211, 0x7f040212, 0x7f040213, 0x7f040214, 0x7f040215, 0x7f040216, 0x7f040217, 0x7f040218 }
int styleable Theme_actionBarDivider 0
int styleable Theme_actionBarItemBackground 1
int styleable Theme_actionBarPopupTheme 2
@@ -2897,7 +2087,7 @@ int styleable Theme_windowFixedWidthMinor 106
int styleable Theme_windowMinWidthMajor 107
int styleable Theme_windowMinWidthMinor 108
int styleable Theme_windowNoTitle 109
-int[] styleable TimePicker { 0x7f040272, 0x7f040274, 0x7f040275, 0x7f040276, 0x7f040278, 0x7f040279, 0x7f04027b, 0x7f04027c, 0x7f04027d, 0x7f04027f, 0x7f040280, 0x7f040281, 0x7f040282, 0x7f040283, 0x7f040284, 0x7f040287 }
+int[] styleable TimePicker { 0x7f0401ed, 0x7f0401ef, 0x7f0401f0, 0x7f0401f1, 0x7f0401f3, 0x7f0401f4, 0x7f0401f6, 0x7f0401f7, 0x7f0401f8, 0x7f0401fa, 0x7f0401fb, 0x7f0401fc, 0x7f0401fd, 0x7f0401fe, 0x7f0401ff, 0x7f040202 }
int styleable TimePicker_tp_24Hour 0
int styleable TimePicker_tp_animDuration 1
int styleable TimePicker_tp_backgroundColor 2
@@ -2914,44 +2104,40 @@ int styleable TimePicker_tp_textHighlightColor 12
int styleable TimePicker_tp_textSize 13
int styleable TimePicker_tp_textStyle 14
int styleable TimePicker_tp_tickSize 15
-int[] styleable TimePickerDialog { 0x7f040273, 0x7f040277, 0x7f04027a, 0x7f04027e, 0x7f040285, 0x7f040286 }
+int[] styleable TimePickerDialog { 0x7f0401ee, 0x7f0401f2, 0x7f0401f5, 0x7f0401f9, 0x7f040200, 0x7f040201 }
int styleable TimePickerDialog_tp_am 0
int styleable TimePickerDialog_tp_headerHeight 1
int styleable TimePickerDialog_tp_leadingZero 2
int styleable TimePickerDialog_tp_pm 3
int styleable TimePickerDialog_tp_textTimeColor 4
int styleable TimePickerDialog_tp_textTimeSize 5
-int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f04004d, 0x7f040065, 0x7f040066, 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b, 0x7f04016e, 0x7f04016f, 0x7f04017f, 0x7f040183, 0x7f040184, 0x7f040197, 0x7f04022a, 0x7f04022b, 0x7f04022c, 0x7f040261, 0x7f040263, 0x7f040264, 0x7f040265, 0x7f040266, 0x7f040267, 0x7f040268, 0x7f040269, 0x7f04026a }
+int[] styleable Toolbar { 0x10100af, 0x1010140, 0x7f040055, 0x7f040056, 0x7f040061, 0x7f040062, 0x7f040063, 0x7f040064, 0x7f040120, 0x7f040121, 0x7f040130, 0x7f040133, 0x7f040134, 0x7f04013f, 0x7f0401c5, 0x7f0401c6, 0x7f0401c7, 0x7f0401e2, 0x7f0401e3, 0x7f0401e4, 0x7f0401e5, 0x7f0401e6, 0x7f0401e7, 0x7f0401e8, 0x7f0401e9 }
int styleable Toolbar_android_gravity 0
int styleable Toolbar_android_minHeight 1
-int styleable Toolbar_buttonGravity 2
-int styleable Toolbar_collapseContentDescription 3
-int styleable Toolbar_collapseIcon 4
-int styleable Toolbar_contentInsetEnd 5
-int styleable Toolbar_contentInsetEndWithActions 6
-int styleable Toolbar_contentInsetLeft 7
-int styleable Toolbar_contentInsetRight 8
-int styleable Toolbar_contentInsetStart 9
-int styleable Toolbar_contentInsetStartWithNavigation 10
-int styleable Toolbar_logo 11
-int styleable Toolbar_logoDescription 12
-int styleable Toolbar_maxButtonHeight 13
-int styleable Toolbar_navigationContentDescription 14
-int styleable Toolbar_navigationIcon 15
-int styleable Toolbar_popupTheme 16
-int styleable Toolbar_subtitle 17
-int styleable Toolbar_subtitleTextAppearance 18
-int styleable Toolbar_subtitleTextColor 19
-int styleable Toolbar_title 20
-int styleable Toolbar_titleMargin 21
-int styleable Toolbar_titleMarginBottom 22
-int styleable Toolbar_titleMarginEnd 23
-int styleable Toolbar_titleMarginStart 24
-int styleable Toolbar_titleMarginTop 25
-int styleable Toolbar_titleMargins 26
-int styleable Toolbar_titleTextAppearance 27
-int styleable Toolbar_titleTextColor 28
-int[] styleable View { 0x010100d4, 0x0101046b, 0x0101046c, 0x01010440, 0x010102aa, 0x010100e0, 0x010100da, 0x010103b2, 0x01010140, 0x0101013f, 0x010100d5, 0x010100d9, 0x010103b4, 0x010100d6, 0x010100d8, 0x010103b3, 0x010100d7, 0x010103a5, 0x010102a9, 0x010102a8, 0x01010063, 0x0101007f, 0x01010215, 0x01010119, 0x010103b1, 0x010103b0, 0x01010000, 0x010100dc, 0x7f04018b, 0x7f04018c, 0x7f040257 }
+int styleable Toolbar_collapseContentDescription 2
+int styleable Toolbar_collapseIcon 3
+int styleable Toolbar_contentInsetEnd 4
+int styleable Toolbar_contentInsetLeft 5
+int styleable Toolbar_contentInsetRight 6
+int styleable Toolbar_contentInsetStart 7
+int styleable Toolbar_logo 8
+int styleable Toolbar_logoDescription 9
+int styleable Toolbar_maxButtonHeight 10
+int styleable Toolbar_navigationContentDescription 11
+int styleable Toolbar_navigationIcon 12
+int styleable Toolbar_popupTheme 13
+int styleable Toolbar_subtitle 14
+int styleable Toolbar_subtitleTextAppearance 15
+int styleable Toolbar_subtitleTextColor 16
+int styleable Toolbar_title 17
+int styleable Toolbar_titleMarginBottom 18
+int styleable Toolbar_titleMarginEnd 19
+int styleable Toolbar_titleMarginStart 20
+int styleable Toolbar_titleMarginTop 21
+int styleable Toolbar_titleMargins 22
+int styleable Toolbar_titleTextAppearance 23
+int styleable Toolbar_titleTextColor 24
+int[] styleable View { 0x10100d4, 0x101046b, 0x101046c, 0x1010440, 0x10102aa, 0x10100e0, 0x10100da, 0x10103b2, 0x1010140, 0x101013f, 0x10100d5, 0x10100d9, 0x10103b4, 0x10100d6, 0x10100d8, 0x10103b3, 0x10100d7, 0x10103a5, 0x10102a9, 0x10102a8, 0x1010063, 0x101007f, 0x1010215, 0x1010119, 0x10103b1, 0x10103b0, 0x1010000, 0x10100dc, 0x7f040139, 0x7f04013a, 0x7f0401df }
int styleable View_android_background 0
int styleable View_android_backgroundTint 1
int styleable View_android_backgroundTintMode 2
@@ -2983,15 +2169,15 @@ int styleable View_android_visibility 27
int styleable View_paddingEnd 28
int styleable View_paddingStart 29
int styleable View_theme 30
-int[] styleable ViewBackgroundHelper { 0x010100d4, 0x7f040035, 0x7f040036 }
+int[] styleable ViewBackgroundHelper { 0x10100d4, 0x7f04002e, 0x7f04002f }
int styleable ViewBackgroundHelper_android_background 0
int styleable ViewBackgroundHelper_backgroundTint 1
int styleable ViewBackgroundHelper_backgroundTintMode 2
-int[] styleable ViewStubCompat { 0x010100d0, 0x010100f3, 0x010100f2 }
+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[] styleable YearPicker { 0x7f0400c7, 0x7f0400cc, 0x7f0400d3, 0x7f0400d7, 0x7f0400d8, 0x7f0400d9, 0x7f0400dc, 0x7f0400de, 0x7f0400df, 0x7f0400e0, 0x7f0400e1, 0x7f0400e2, 0x7f0400e3 }
+int[] styleable YearPicker { 0x7f0400ab, 0x7f0400b0, 0x7f0400b7, 0x7f0400bb, 0x7f0400bc, 0x7f0400bd, 0x7f0400c0, 0x7f0400c2, 0x7f0400c3, 0x7f0400c4, 0x7f0400c5, 0x7f0400c6, 0x7f0400c7 }
int styleable YearPicker_dp_animDuration 0
int styleable YearPicker_dp_fontFamily 1
int styleable YearPicker_dp_inInterpolator 2
@@ -3005,4 +2191,4 @@ int styleable YearPicker_dp_yearItemHeight 9
int styleable YearPicker_dp_yearMax 10
int styleable YearPicker_dp_yearMin 11
int styleable YearPicker_dp_yearTextSize 12
-int xml nav_states 0x7f190001
+int xml nav_states 0x7f180001
diff --git a/library/build/intermediates/symbols/release/R.txt b/library/build/intermediates/symbols/release/R.txt
index 238f4f1..c143f75 100644
--- a/library/build/intermediates/symbols/release/R.txt
+++ b/library/build/intermediates/symbols/release/R.txt
@@ -8,13 +8,6 @@ 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 design_bottom_sheet_slide_in 0x7f01000b
-int anim design_bottom_sheet_slide_out 0x7f01000c
-int anim design_snackbar_in 0x7f01000d
-int anim design_snackbar_out 0x7f01000e
-int anim tooltip_enter 0x7f01000f
-int anim tooltip_exit 0x7f010010
-int animator design_appbar_state_list_animator 0x7f020001
int attr actionBarDivider 0x7f040001
int attr actionBarItemBackground 0x7f040002
int attr actionBarPopupTheme 0x7f040003
@@ -54,639 +47,503 @@ int attr alertDialogCenterButtons 0x7f040024
int attr alertDialogStyle 0x7f040025
int attr alertDialogTheme 0x7f040026
int attr allowStacking 0x7f040027
-int attr alpha 0x7f040028
-int attr alphabeticModifiers 0x7f040029
-int attr arrowHeadLength 0x7f04002a
-int attr arrowShaftLength 0x7f04002b
-int attr autoCompleteTextViewStyle 0x7f04002c
-int attr autoSizeMaxTextSize 0x7f04002d
-int attr autoSizeMinTextSize 0x7f04002e
-int attr autoSizePresetSizes 0x7f04002f
-int attr autoSizeStepGranularity 0x7f040030
-int attr autoSizeTextType 0x7f040031
-int attr background 0x7f040032
-int attr backgroundSplit 0x7f040033
-int attr backgroundStacked 0x7f040034
-int attr backgroundTint 0x7f040035
-int attr backgroundTintMode 0x7f040036
-int attr barLength 0x7f040037
-int attr behavior_autoHide 0x7f040038
-int attr behavior_hideable 0x7f040039
-int attr behavior_overlapTop 0x7f04003a
-int attr behavior_peekHeight 0x7f04003b
-int attr behavior_skipCollapsed 0x7f04003c
-int attr borderWidth 0x7f04003d
-int attr borderlessButtonStyle 0x7f04003e
-int attr bottomSheetDialogTheme 0x7f04003f
-int attr bottomSheetStyle 0x7f040040
-int attr bsd_cancelable 0x7f040041
-int attr bsd_canceledOnTouchOutside 0x7f040042
-int attr bsd_dimAmount 0x7f040043
-int attr bsd_inDuration 0x7f040044
-int attr bsd_inInterpolator 0x7f040045
-int attr bsd_outDuration 0x7f040046
-int attr bsd_outInterpolator 0x7f040047
-int attr buttonBarButtonStyle 0x7f040048
-int attr buttonBarNegativeButtonStyle 0x7f040049
-int attr buttonBarNeutralButtonStyle 0x7f04004a
-int attr buttonBarPositiveButtonStyle 0x7f04004b
-int attr buttonBarStyle 0x7f04004c
-int attr buttonGravity 0x7f04004d
-int attr buttonPanelSideLayout 0x7f04004e
-int attr buttonStyle 0x7f04004f
-int attr buttonStyleSmall 0x7f040050
-int attr buttonTint 0x7f040051
-int attr buttonTintMode 0x7f040052
-int attr cardBackgroundColor 0x7f040053
-int attr cardCornerRadius 0x7f040054
-int attr cardElevation 0x7f040055
-int attr cardMaxElevation 0x7f040056
-int attr cardPreventCornerOverlap 0x7f040057
-int attr cardUseCompatPadding 0x7f040058
-int attr cbd_animDuration 0x7f040059
-int attr cbd_boxSize 0x7f04005a
-int attr cbd_cornerRadius 0x7f04005b
-int attr cbd_height 0x7f04005c
-int attr cbd_strokeColor 0x7f04005d
-int attr cbd_strokeSize 0x7f04005e
-int attr cbd_tickColor 0x7f04005f
-int attr cbd_width 0x7f040060
-int attr checkboxStyle 0x7f040061
-int attr checkedTextViewStyle 0x7f040062
-int attr closeIcon 0x7f040063
-int attr closeItemLayout 0x7f040064
-int attr collapseContentDescription 0x7f040065
-int attr collapseIcon 0x7f040066
-int attr collapsedTitleGravity 0x7f040067
-int attr collapsedTitleTextAppearance 0x7f040068
-int attr color 0x7f040069
-int attr colorAccent 0x7f04006a
-int attr colorBackgroundFloating 0x7f04006b
-int attr colorButtonNormal 0x7f04006c
-int attr colorControlActivated 0x7f04006d
-int attr colorControlHighlight 0x7f04006e
-int attr colorControlNormal 0x7f04006f
-int attr colorError 0x7f040070
-int attr colorPrimary 0x7f040071
-int attr colorPrimaryDark 0x7f040072
-int attr colorSwitchThumbNormal 0x7f040073
-int attr commitIcon 0x7f040074
-int attr contentDescription 0x7f040075
-int attr contentInsetEnd 0x7f040076
-int attr contentInsetEndWithActions 0x7f040077
-int attr contentInsetLeft 0x7f040078
-int attr contentInsetRight 0x7f040079
-int attr contentInsetStart 0x7f04007a
-int attr contentInsetStartWithNavigation 0x7f04007b
-int attr contentPadding 0x7f04007c
-int attr contentPaddingBottom 0x7f04007d
-int attr contentPaddingLeft 0x7f04007e
-int attr contentPaddingRight 0x7f04007f
-int attr contentPaddingTop 0x7f040080
-int attr contentScrim 0x7f040081
-int attr controlBackground 0x7f040082
-int attr counterEnabled 0x7f040083
-int attr counterMaxLength 0x7f040084
-int attr counterOverflowTextAppearance 0x7f040085
-int attr counterTextAppearance 0x7f040086
-int attr cpd_inAnimDuration 0x7f040087
-int attr cpd_inStepColors 0x7f040088
-int attr cpd_inStepPercent 0x7f040089
-int attr cpd_initialAngle 0x7f04008a
-int attr cpd_keepDuration 0x7f04008b
-int attr cpd_maxSweepAngle 0x7f04008c
-int attr cpd_minSweepAngle 0x7f04008d
-int attr cpd_outAnimDuration 0x7f04008e
-int attr cpd_padding 0x7f04008f
-int attr cpd_reverse 0x7f040090
-int attr cpd_rotateDuration 0x7f040091
-int attr cpd_strokeColor 0x7f040092
-int attr cpd_strokeColors 0x7f040093
-int attr cpd_strokeSecondaryColor 0x7f040094
-int attr cpd_strokeSize 0x7f040095
-int attr cpd_transformDuration 0x7f040096
-int attr cpd_transformInterpolator 0x7f040097
-int attr customNavigationLayout 0x7f040098
-int attr defaultQueryHint 0x7f040099
-int attr di_actionBackground 0x7f04009a
-int attr di_actionRipple 0x7f04009b
-int attr di_actionTextAppearance 0x7f04009c
-int attr di_actionTextColor 0x7f04009d
-int attr di_backgroundColor 0x7f04009e
-int attr di_cancelable 0x7f04009f
-int attr di_canceledOnTouchOutside 0x7f0400a0
-int attr di_checkBoxStyle 0x7f0400a1
-int attr di_cornerRadius 0x7f0400a2
-int attr di_dimAmount 0x7f0400a3
-int attr di_dividerColor 0x7f0400a4
-int attr di_dividerHeight 0x7f0400a5
-int attr di_elevation 0x7f0400a6
-int attr di_inAnimation 0x7f0400a7
-int attr di_itemHeight 0x7f0400a8
-int attr di_itemTextAppearance 0x7f0400a9
-int attr di_layoutDirection 0x7f0400aa
-int attr di_maxElevation 0x7f0400ab
-int attr di_maxHeight 0x7f0400ac
-int attr di_maxWidth 0x7f0400ad
-int attr di_messageTextAppearance 0x7f0400ae
-int attr di_messageTextColor 0x7f0400af
-int attr di_negativeActionBackground 0x7f0400b0
-int attr di_negativeActionRipple 0x7f0400b1
-int attr di_negativeActionTextAppearance 0x7f0400b2
-int attr di_negativeActionTextColor 0x7f0400b3
-int attr di_neutralActionBackground 0x7f0400b4
-int attr di_neutralActionRipple 0x7f0400b5
-int attr di_neutralActionTextAppearance 0x7f0400b6
-int attr di_neutralActionTextColor 0x7f0400b7
-int attr di_outAnimation 0x7f0400b8
-int attr di_positiveActionBackground 0x7f0400b9
-int attr di_positiveActionRipple 0x7f0400ba
-int attr di_positiveActionTextAppearance 0x7f0400bb
-int attr di_positiveActionTextColor 0x7f0400bc
-int attr di_radioButtonStyle 0x7f0400bd
-int attr di_titleTextAppearance 0x7f0400be
-int attr di_titleTextColor 0x7f0400bf
-int attr dialogPreferredPadding 0x7f0400c0
-int attr dialogTheme 0x7f0400c1
-int attr displayOptions 0x7f0400c2
-int attr divider 0x7f0400c3
-int attr dividerHorizontal 0x7f0400c4
-int attr dividerPadding 0x7f0400c5
-int attr dividerVertical 0x7f0400c6
-int attr dp_animDuration 0x7f0400c7
-int attr dp_day 0x7f0400c8
-int attr dp_dayMax 0x7f0400c9
-int attr dp_dayMin 0x7f0400ca
-int attr dp_dayTextSize 0x7f0400cb
-int attr dp_fontFamily 0x7f0400cc
-int attr dp_headerPrimaryColor 0x7f0400cd
-int attr dp_headerPrimaryHeight 0x7f0400ce
-int attr dp_headerPrimaryTextSize 0x7f0400cf
-int attr dp_headerSecondaryColor 0x7f0400d0
-int attr dp_headerSecondaryHeight 0x7f0400d1
-int attr dp_headerSecondaryTextSize 0x7f0400d2
-int attr dp_inInterpolator 0x7f0400d3
-int attr dp_month 0x7f0400d4
-int attr dp_monthMax 0x7f0400d5
-int attr dp_monthMin 0x7f0400d6
-int attr dp_outInterpolator 0x7f0400d7
-int attr dp_selectionColor 0x7f0400d8
-int attr dp_textColor 0x7f0400d9
-int attr dp_textDisableColor 0x7f0400da
-int attr dp_textHeaderColor 0x7f0400db
-int attr dp_textHighlightColor 0x7f0400dc
-int attr dp_textLabelColor 0x7f0400dd
-int attr dp_textStyle 0x7f0400de
-int attr dp_year 0x7f0400df
-int attr dp_yearItemHeight 0x7f0400e0
-int attr dp_yearMax 0x7f0400e1
-int attr dp_yearMin 0x7f0400e2
-int attr dp_yearTextSize 0x7f0400e3
-int attr drawableSize 0x7f0400e4
-int attr drawerArrowStyle 0x7f0400e5
-int attr dropDownListViewStyle 0x7f0400e6
-int attr dropdownListPreferredItemHeight 0x7f0400e7
-int attr editTextBackground 0x7f0400e8
-int attr editTextColor 0x7f0400e9
-int attr editTextStyle 0x7f0400ea
-int attr elevation 0x7f0400eb
-int attr errorEnabled 0x7f0400ec
-int attr errorTextAppearance 0x7f0400ed
-int attr et_autoCompleteMode 0x7f0400ee
-int attr et_dividerAnimDuration 0x7f0400ef
-int attr et_dividerColor 0x7f0400f0
-int attr et_dividerCompoundPadding 0x7f0400f1
-int attr et_dividerErrorColor 0x7f0400f2
-int attr et_dividerHeight 0x7f0400f3
-int attr et_dividerPadding 0x7f0400f4
-int attr et_error 0x7f0400f5
-int attr et_helper 0x7f0400f6
-int attr et_inputId 0x7f0400f7
-int attr et_labelEllipsize 0x7f0400f8
-int attr et_labelEnable 0x7f0400f9
-int attr et_labelInAnim 0x7f0400fa
-int attr et_labelOutAnim 0x7f0400fb
-int attr et_labelPadding 0x7f0400fc
-int attr et_labelTextAppearance 0x7f0400fd
-int attr et_labelTextColor 0x7f0400fe
-int attr et_labelTextSize 0x7f0400ff
-int attr et_supportEllipsize 0x7f040100
-int attr et_supportLines 0x7f040101
-int attr et_supportMaxChars 0x7f040102
-int attr et_supportMaxLines 0x7f040103
-int attr et_supportMode 0x7f040104
-int attr et_supportPadding 0x7f040105
-int attr et_supportSingleLine 0x7f040106
-int attr et_supportTextAppearance 0x7f040107
-int attr et_supportTextColor 0x7f040108
-int attr et_supportTextErrorColor 0x7f040109
-int attr et_supportTextSize 0x7f04010a
-int attr expandActivityOverflowButtonDrawable 0x7f04010b
-int attr expanded 0x7f04010c
-int attr expandedTitleGravity 0x7f04010d
-int attr expandedTitleMargin 0x7f04010e
-int attr expandedTitleMarginBottom 0x7f04010f
-int attr expandedTitleMarginEnd 0x7f040110
-int attr expandedTitleMarginStart 0x7f040111
-int attr expandedTitleMarginTop 0x7f040112
-int attr expandedTitleTextAppearance 0x7f040113
-int attr fabSize 0x7f040114
-int attr fab_animDuration 0x7f040115
-int attr fab_backgroundAnimDuration 0x7f040116
-int attr fab_backgroundColor 0x7f040117
-int attr fab_elevation 0x7f040118
-int attr fab_iconLineMorphing 0x7f040119
-int attr fab_iconSize 0x7f04011a
-int attr fab_iconSrc 0x7f04011b
-int attr fab_interpolator 0x7f04011c
-int attr fab_radius 0x7f04011d
-int attr fastScrollEnabled 0x7f04011e
-int attr fastScrollHorizontalThumbDrawable 0x7f04011f
-int attr fastScrollHorizontalTrackDrawable 0x7f040120
-int attr fastScrollVerticalThumbDrawable 0x7f040121
-int attr fastScrollVerticalTrackDrawable 0x7f040122
-int attr font 0x7f040123
-int attr fontFamily 0x7f040124
-int attr fontProviderAuthority 0x7f040125
-int attr fontProviderCerts 0x7f040126
-int attr fontProviderFetchStrategy 0x7f040127
-int attr fontProviderFetchTimeout 0x7f040128
-int attr fontProviderPackage 0x7f040129
-int attr fontProviderQuery 0x7f04012a
-int attr fontStyle 0x7f04012b
-int attr fontWeight 0x7f04012c
-int attr foregroundInsidePadding 0x7f04012d
-int attr gapBetweenBars 0x7f04012e
-int attr goIcon 0x7f04012f
-int attr headerLayout 0x7f040130
-int attr height 0x7f040131
-int attr hideOnContentScroll 0x7f040132
-int attr hintAnimationEnabled 0x7f040133
-int attr hintEnabled 0x7f040134
-int attr hintText 0x7f040135
-int attr hintTextAppearance 0x7f040136
-int attr homeAsUpIndicator 0x7f040137
-int attr homeLayout 0x7f040138
-int attr icon 0x7f040139
-int attr iconTint 0x7f04013a
-int attr iconTintMode 0x7f04013b
-int attr iconifiedByDefault 0x7f04013c
-int attr imageButtonStyle 0x7f04013d
-int attr indeterminateProgressStyle 0x7f04013e
-int attr initialActivityCount 0x7f04013f
-int attr insetForeground 0x7f040140
-int attr isLightTheme 0x7f040141
-int attr itemBackground 0x7f040142
-int attr itemIconTint 0x7f040143
-int attr itemPadding 0x7f040144
-int attr itemTextAppearance 0x7f040145
-int attr itemTextColor 0x7f040146
-int attr keylines 0x7f040147
-int attr layout 0x7f040148
-int attr layoutManager 0x7f040149
-int attr layout_anchor 0x7f04014a
-int attr layout_anchorGravity 0x7f04014b
-int attr layout_behavior 0x7f04014c
-int attr layout_collapseMode 0x7f04014d
-int attr layout_collapseParallaxMultiplier 0x7f04014e
-int attr layout_dodgeInsetEdges 0x7f04014f
-int attr layout_insetEdge 0x7f040150
-int attr layout_keyline 0x7f040151
-int attr layout_scrollFlags 0x7f040152
-int attr layout_scrollInterpolator 0x7f040153
-int attr listChoiceBackgroundIndicator 0x7f040154
-int attr listDividerAlertDialog 0x7f040155
-int attr listItemLayout 0x7f040156
-int attr listLayout 0x7f040157
-int attr listMenuViewStyle 0x7f040158
-int attr listPopupWindowStyle 0x7f040159
-int attr listPreferredItemHeight 0x7f04015a
-int attr listPreferredItemHeightLarge 0x7f04015b
-int attr listPreferredItemHeightSmall 0x7f04015c
-int attr listPreferredItemPaddingLeft 0x7f04015d
-int attr listPreferredItemPaddingRight 0x7f04015e
-int attr lmd_animDuration 0x7f04015f
-int attr lmd_clockwise 0x7f040160
-int attr lmd_curState 0x7f040161
-int attr lmd_interpolator 0x7f040162
-int attr lmd_layoutDirection 0x7f040163
-int attr lmd_padding 0x7f040164
-int attr lmd_paddingBottom 0x7f040165
-int attr lmd_paddingLeft 0x7f040166
-int attr lmd_paddingRight 0x7f040167
-int attr lmd_paddingTop 0x7f040168
-int attr lmd_state 0x7f040169
-int attr lmd_strokeCap 0x7f04016a
-int attr lmd_strokeColor 0x7f04016b
-int attr lmd_strokeJoin 0x7f04016c
-int attr lmd_strokeSize 0x7f04016d
-int attr logo 0x7f04016e
-int attr logoDescription 0x7f04016f
-int attr lpd_inAnimDuration 0x7f040170
-int attr lpd_keepDuration 0x7f040171
-int attr lpd_maxLineWidth 0x7f040172
-int attr lpd_minLineWidth 0x7f040173
-int attr lpd_outAnimDuration 0x7f040174
-int attr lpd_reverse 0x7f040175
-int attr lpd_strokeColor 0x7f040176
-int attr lpd_strokeColors 0x7f040177
-int attr lpd_strokeSecondaryColor 0x7f040178
-int attr lpd_strokeSize 0x7f040179
-int attr lpd_transformDuration 0x7f04017a
-int attr lpd_transformInterpolator 0x7f04017b
-int attr lpd_travelDuration 0x7f04017c
-int attr lpd_verticalAlign 0x7f04017d
-int attr maxActionInlineWidth 0x7f04017e
-int attr maxButtonHeight 0x7f04017f
-int attr measureWithLargestChild 0x7f040180
-int attr menu 0x7f040181
-int attr multiChoiceItemLayout 0x7f040182
-int attr navigationContentDescription 0x7f040183
-int attr navigationIcon 0x7f040184
-int attr navigationMode 0x7f040185
-int attr nd_icon 0x7f040186
-int attr nd_ripple 0x7f040187
-int attr numericModifiers 0x7f040188
-int attr overlapAnchor 0x7f040189
-int attr paddingBottomNoButtons 0x7f04018a
-int attr paddingEnd 0x7f04018b
-int attr paddingStart 0x7f04018c
-int attr paddingTopNoTitle 0x7f04018d
-int attr panelBackground 0x7f04018e
-int attr panelMenuListTheme 0x7f04018f
-int attr panelMenuListWidth 0x7f040190
-int attr passwordToggleContentDescription 0x7f040191
-int attr passwordToggleDrawable 0x7f040192
-int attr passwordToggleEnabled 0x7f040193
-int attr passwordToggleTint 0x7f040194
-int attr passwordToggleTintMode 0x7f040195
-int attr popupMenuStyle 0x7f040196
-int attr popupTheme 0x7f040197
-int attr popupWindowStyle 0x7f040198
-int attr preserveIconSpacing 0x7f040199
-int attr pressedTranslationZ 0x7f04019a
-int attr progressBarPadding 0x7f04019b
-int attr progressBarStyle 0x7f04019c
-int attr pv_autostart 0x7f04019d
-int attr pv_circular 0x7f04019e
-int attr pv_progress 0x7f04019f
-int attr pv_progressMode 0x7f0401a0
-int attr pv_progressStyle 0x7f0401a1
-int attr pv_secondaryProgress 0x7f0401a2
-int attr queryBackground 0x7f0401a3
-int attr queryHint 0x7f0401a4
-int attr radioButtonStyle 0x7f0401a5
-int attr ratingBarStyle 0x7f0401a6
-int attr ratingBarStyleIndicator 0x7f0401a7
-int attr ratingBarStyleSmall 0x7f0401a8
-int attr rbd_animDuration 0x7f0401a9
-int attr rbd_height 0x7f0401aa
-int attr rbd_innerRadius 0x7f0401ab
-int attr rbd_radius 0x7f0401ac
-int attr rbd_strokeColor 0x7f0401ad
-int attr rbd_strokeSize 0x7f0401ae
-int attr rbd_width 0x7f0401af
-int attr rd_backgroundAnimDuration 0x7f0401b0
-int attr rd_backgroundColor 0x7f0401b1
-int attr rd_bottomLeftCornerRadius 0x7f0401b2
-int attr rd_bottomPadding 0x7f0401b3
-int attr rd_bottomRightCornerRadius 0x7f0401b4
-int attr rd_cornerRadius 0x7f0401b5
-int attr rd_delayClick 0x7f0401b6
-int attr rd_enable 0x7f0401b7
-int attr rd_inInterpolator 0x7f0401b8
-int attr rd_leftPadding 0x7f0401b9
-int attr rd_maskType 0x7f0401ba
-int attr rd_maxRippleRadius 0x7f0401bb
-int attr rd_outInterpolator 0x7f0401bc
-int attr rd_padding 0x7f0401bd
-int attr rd_rightPadding 0x7f0401be
-int attr rd_rippleAnimDuration 0x7f0401bf
-int attr rd_rippleColor 0x7f0401c0
-int attr rd_rippleType 0x7f0401c1
-int attr rd_style 0x7f0401c2
-int attr rd_topLeftCornerRadius 0x7f0401c3
-int attr rd_topPadding 0x7f0401c4
-int attr rd_topRightCornerRadius 0x7f0401c5
-int attr reverseLayout 0x7f0401c6
-int attr rippleColor 0x7f0401c7
-int attr sb_actionRipple 0x7f0401c8
-int attr sb_actionText 0x7f0401c9
-int attr sb_actionTextAppearance 0x7f0401ca
-int attr sb_actionTextColor 0x7f0401cb
-int attr sb_actionTextSize 0x7f0401cc
-int attr sb_backgroundColor 0x7f0401cd
-int attr sb_backgroundCornerRadius 0x7f0401ce
-int attr sb_duration 0x7f0401cf
-int attr sb_ellipsize 0x7f0401d0
-int attr sb_height 0x7f0401d1
-int attr sb_horizontalPadding 0x7f0401d2
-int attr sb_inAnimation 0x7f0401d3
-int attr sb_lines 0x7f0401d4
-int attr sb_marginBottom 0x7f0401d5
-int attr sb_marginStart 0x7f0401d6
-int attr sb_maxHeight 0x7f0401d7
-int attr sb_maxLines 0x7f0401d8
-int attr sb_maxWidth 0x7f0401d9
-int attr sb_minHeight 0x7f0401da
-int attr sb_minWidth 0x7f0401db
-int attr sb_outAnimation 0x7f0401dc
-int attr sb_removeOnDismiss 0x7f0401dd
-int attr sb_singleLine 0x7f0401de
-int attr sb_text 0x7f0401df
-int attr sb_textAppearance 0x7f0401e0
-int attr sb_textColor 0x7f0401e1
-int attr sb_textSize 0x7f0401e2
-int attr sb_verticalPadding 0x7f0401e3
-int attr sb_width 0x7f0401e4
-int attr scrimAnimationDuration 0x7f0401e5
-int attr scrimVisibleHeightTrigger 0x7f0401e6
-int attr searchHintIcon 0x7f0401e7
-int attr searchIcon 0x7f0401e8
-int attr searchViewStyle 0x7f0401e9
-int attr seekBarStyle 0x7f0401ea
-int attr selectableItemBackground 0x7f0401eb
-int attr selectableItemBackgroundBorderless 0x7f0401ec
-int attr showAsAction 0x7f0401ed
-int attr showDividers 0x7f0401ee
-int attr showText 0x7f0401ef
-int attr showTitle 0x7f0401f0
-int attr singleChoiceItemLayout 0x7f0401f1
-int attr sl_alwaysFillThumb 0x7f0401f2
-int attr sl_baselineOffset 0x7f0401f3
-int attr sl_discreteMode 0x7f0401f4
-int attr sl_fontFamily 0x7f0401f5
-int attr sl_interpolator 0x7f0401f6
-int attr sl_maxValue 0x7f0401f7
-int attr sl_minValue 0x7f0401f8
-int attr sl_primaryColor 0x7f0401f9
-int attr sl_secondaryColor 0x7f0401fa
-int attr sl_stepValue 0x7f0401fb
-int attr sl_textColor 0x7f0401fc
-int attr sl_textSize 0x7f0401fd
-int attr sl_textStyle 0x7f0401fe
-int attr sl_thumbBorderSize 0x7f0401ff
-int attr sl_thumbFocusRadius 0x7f040200
-int attr sl_thumbRadius 0x7f040201
-int attr sl_trackCap 0x7f040202
-int attr sl_trackSize 0x7f040203
-int attr sl_transformAnimDuration 0x7f040204
-int attr sl_travelAnimDuration 0x7f040205
-int attr sl_value 0x7f040206
-int attr spanCount 0x7f040207
-int attr spinBars 0x7f040208
-int attr spinnerDropDownItemStyle 0x7f040209
-int attr spinnerStyle 0x7f04020a
-int attr splitTrack 0x7f04020b
-int attr spn_arrowAnimClockwise 0x7f04020c
-int attr spn_arrowAnimDuration 0x7f04020d
-int attr spn_arrowColor 0x7f04020e
-int attr spn_arrowInterpolator 0x7f04020f
-int attr spn_arrowPadding 0x7f040210
-int attr spn_arrowSize 0x7f040211
-int attr spn_arrowSwitchMode 0x7f040212
-int attr spn_disableChildrenWhenDisabled 0x7f040213
-int attr spn_dividerAnimDuration 0x7f040214
-int attr spn_dividerColor 0x7f040215
-int attr spn_dividerHeight 0x7f040216
-int attr spn_dividerPadding 0x7f040217
-int attr spn_label 0x7f040218
-int attr spn_labelEllipsize 0x7f040219
-int attr spn_labelEnable 0x7f04021a
-int attr spn_labelPadding 0x7f04021b
-int attr spn_labelTextAppearance 0x7f04021c
-int attr spn_labelTextColor 0x7f04021d
-int attr spn_labelTextSize 0x7f04021e
-int attr spn_popupItemAnimOffset 0x7f04021f
-int attr spn_popupItemAnimation 0x7f040220
-int attr srcCompat 0x7f040221
-int attr stackFromEnd 0x7f040222
-int attr state_above_anchor 0x7f040223
-int attr state_collapsed 0x7f040224
-int attr state_collapsible 0x7f040225
-int attr statusBarBackground 0x7f040226
-int attr statusBarScrim 0x7f040227
-int attr subMenuArrow 0x7f040228
-int attr submitBackground 0x7f040229
-int attr subtitle 0x7f04022a
-int attr subtitleTextAppearance 0x7f04022b
-int attr subtitleTextColor 0x7f04022c
-int attr subtitleTextStyle 0x7f04022d
-int attr suggestionRowLayout 0x7f04022e
-int attr sw_animDuration 0x7f04022f
-int attr sw_interpolator 0x7f040230
-int attr sw_thumbColor 0x7f040231
-int attr sw_thumbElevation 0x7f040232
-int attr sw_thumbRadius 0x7f040233
-int attr sw_trackCap 0x7f040234
-int attr sw_trackColor 0x7f040235
-int attr sw_trackSize 0x7f040236
-int attr switchMinWidth 0x7f040237
-int attr switchPadding 0x7f040238
-int attr switchStyle 0x7f040239
-int attr switchTextAppearance 0x7f04023a
-int attr tabBackground 0x7f04023b
-int attr tabContentStart 0x7f04023c
-int attr tabGravity 0x7f04023d
-int attr tabIndicatorColor 0x7f04023e
-int attr tabIndicatorHeight 0x7f04023f
-int attr tabMaxWidth 0x7f040240
-int attr tabMinWidth 0x7f040241
-int attr tabMode 0x7f040242
-int attr tabPadding 0x7f040243
-int attr tabPaddingBottom 0x7f040244
-int attr tabPaddingEnd 0x7f040245
-int attr tabPaddingStart 0x7f040246
-int attr tabPaddingTop 0x7f040247
-int attr tabSelectedTextColor 0x7f040248
-int attr tabTextAppearance 0x7f040249
-int attr tabTextColor 0x7f04024a
-int attr textAllCaps 0x7f04024b
-int attr textAppearanceLargePopupMenu 0x7f04024c
-int attr textAppearanceListItem 0x7f04024d
-int attr textAppearanceListItemSecondary 0x7f04024e
-int attr textAppearanceListItemSmall 0x7f04024f
-int attr textAppearancePopupMenuHeader 0x7f040250
-int attr textAppearanceSearchResultSubtitle 0x7f040251
-int attr textAppearanceSearchResultTitle 0x7f040252
-int attr textAppearanceSmallPopupMenu 0x7f040253
-int attr textColorAlertDialogListItem 0x7f040254
-int attr textColorError 0x7f040255
-int attr textColorSearchUrl 0x7f040256
-int attr theme 0x7f040257
-int attr thickness 0x7f040258
-int attr thumbTextPadding 0x7f040259
-int attr thumbTint 0x7f04025a
-int attr thumbTintMode 0x7f04025b
-int attr tickMark 0x7f04025c
-int attr tickMarkTint 0x7f04025d
-int attr tickMarkTintMode 0x7f04025e
-int attr tint 0x7f04025f
-int attr tintMode 0x7f040260
-int attr title 0x7f040261
-int attr titleEnabled 0x7f040262
-int attr titleMargin 0x7f040263
-int attr titleMarginBottom 0x7f040264
-int attr titleMarginEnd 0x7f040265
-int attr titleMarginStart 0x7f040266
-int attr titleMarginTop 0x7f040267
-int attr titleMargins 0x7f040268
-int attr titleTextAppearance 0x7f040269
-int attr titleTextColor 0x7f04026a
-int attr titleTextStyle 0x7f04026b
-int attr toolbarId 0x7f04026c
-int attr toolbarNavigationButtonStyle 0x7f04026d
-int attr toolbarStyle 0x7f04026e
-int attr tooltipForegroundColor 0x7f04026f
-int attr tooltipFrameBackground 0x7f040270
-int attr tooltipText 0x7f040271
-int attr tp_24Hour 0x7f040272
-int attr tp_am 0x7f040273
-int attr tp_animDuration 0x7f040274
-int attr tp_backgroundColor 0x7f040275
-int attr tp_fontFamily 0x7f040276
-int attr tp_headerHeight 0x7f040277
-int attr tp_hour 0x7f040278
-int attr tp_inInterpolator 0x7f040279
-int attr tp_leadingZero 0x7f04027a
-int attr tp_minute 0x7f04027b
-int attr tp_mode 0x7f04027c
-int attr tp_outInterpolator 0x7f04027d
-int attr tp_pm 0x7f04027e
-int attr tp_selectionColor 0x7f04027f
-int attr tp_selectionRadius 0x7f040280
-int attr tp_textColor 0x7f040281
-int attr tp_textHighlightColor 0x7f040282
-int attr tp_textSize 0x7f040283
-int attr tp_textStyle 0x7f040284
-int attr tp_textTimeColor 0x7f040285
-int attr tp_textTimeSize 0x7f040286
-int attr tp_tickSize 0x7f040287
-int attr tpi_centerCurrentTab 0x7f040288
-int attr tpi_indicatorAtTop 0x7f040289
-int attr tpi_indicatorColor 0x7f04028a
-int attr tpi_indicatorHeight 0x7f04028b
-int attr tpi_mode 0x7f04028c
-int attr tpi_tabPadding 0x7f04028d
-int attr tpi_tabRipple 0x7f04028e
-int attr tpi_tabSingleLine 0x7f04028f
-int attr track 0x7f040290
-int attr trackTint 0x7f040291
-int attr trackTintMode 0x7f040292
-int attr tv_fontFamily 0x7f040293
-int attr useCompatPadding 0x7f040294
-int attr v_styleId 0x7f040295
-int attr voiceIcon 0x7f040296
-int attr windowActionBar 0x7f040297
-int attr windowActionBarOverlay 0x7f040298
-int attr windowActionModeOverlay 0x7f040299
-int attr windowFixedHeightMajor 0x7f04029a
-int attr windowFixedHeightMinor 0x7f04029b
-int attr windowFixedWidthMajor 0x7f04029c
-int attr windowFixedWidthMinor 0x7f04029d
-int attr windowMinWidthMajor 0x7f04029e
-int attr windowMinWidthMinor 0x7f04029f
-int attr windowNoTitle 0x7f0402a0
+int attr arrowHeadLength 0x7f040028
+int attr arrowShaftLength 0x7f040029
+int attr autoCompleteTextViewStyle 0x7f04002a
+int attr background 0x7f04002b
+int attr backgroundSplit 0x7f04002c
+int attr backgroundStacked 0x7f04002d
+int attr backgroundTint 0x7f04002e
+int attr backgroundTintMode 0x7f04002f
+int attr barLength 0x7f040030
+int attr borderlessButtonStyle 0x7f040031
+int attr bsd_cancelable 0x7f040032
+int attr bsd_canceledOnTouchOutside 0x7f040033
+int attr bsd_dimAmount 0x7f040034
+int attr bsd_inDuration 0x7f040035
+int attr bsd_inInterpolator 0x7f040036
+int attr bsd_outDuration 0x7f040037
+int attr bsd_outInterpolator 0x7f040038
+int attr buttonBarButtonStyle 0x7f040039
+int attr buttonBarNegativeButtonStyle 0x7f04003a
+int attr buttonBarNeutralButtonStyle 0x7f04003b
+int attr buttonBarPositiveButtonStyle 0x7f04003c
+int attr buttonBarStyle 0x7f04003d
+int attr buttonPanelSideLayout 0x7f04003e
+int attr buttonStyle 0x7f04003f
+int attr buttonStyleSmall 0x7f040040
+int attr buttonTint 0x7f040041
+int attr buttonTintMode 0x7f040042
+int attr cardBackgroundColor 0x7f040043
+int attr cardCornerRadius 0x7f040044
+int attr cardElevation 0x7f040045
+int attr cardMaxElevation 0x7f040046
+int attr cardPreventCornerOverlap 0x7f040047
+int attr cardUseCompatPadding 0x7f040048
+int attr cbd_animDuration 0x7f040049
+int attr cbd_boxSize 0x7f04004a
+int attr cbd_cornerRadius 0x7f04004b
+int attr cbd_height 0x7f04004c
+int attr cbd_strokeColor 0x7f04004d
+int attr cbd_strokeSize 0x7f04004e
+int attr cbd_tickColor 0x7f04004f
+int attr cbd_width 0x7f040050
+int attr checkboxStyle 0x7f040051
+int attr checkedTextViewStyle 0x7f040052
+int attr closeIcon 0x7f040053
+int attr closeItemLayout 0x7f040054
+int attr collapseContentDescription 0x7f040055
+int attr collapseIcon 0x7f040056
+int attr color 0x7f040057
+int attr colorAccent 0x7f040058
+int attr colorButtonNormal 0x7f040059
+int attr colorControlActivated 0x7f04005a
+int attr colorControlHighlight 0x7f04005b
+int attr colorControlNormal 0x7f04005c
+int attr colorPrimary 0x7f04005d
+int attr colorPrimaryDark 0x7f04005e
+int attr colorSwitchThumbNormal 0x7f04005f
+int attr commitIcon 0x7f040060
+int attr contentInsetEnd 0x7f040061
+int attr contentInsetLeft 0x7f040062
+int attr contentInsetRight 0x7f040063
+int attr contentInsetStart 0x7f040064
+int attr contentPadding 0x7f040065
+int attr contentPaddingBottom 0x7f040066
+int attr contentPaddingLeft 0x7f040067
+int attr contentPaddingRight 0x7f040068
+int attr contentPaddingTop 0x7f040069
+int attr controlBackground 0x7f04006a
+int attr cpd_inAnimDuration 0x7f04006b
+int attr cpd_inStepColors 0x7f04006c
+int attr cpd_inStepPercent 0x7f04006d
+int attr cpd_initialAngle 0x7f04006e
+int attr cpd_keepDuration 0x7f04006f
+int attr cpd_maxSweepAngle 0x7f040070
+int attr cpd_minSweepAngle 0x7f040071
+int attr cpd_outAnimDuration 0x7f040072
+int attr cpd_padding 0x7f040073
+int attr cpd_reverse 0x7f040074
+int attr cpd_rotateDuration 0x7f040075
+int attr cpd_strokeColor 0x7f040076
+int attr cpd_strokeColors 0x7f040077
+int attr cpd_strokeSecondaryColor 0x7f040078
+int attr cpd_strokeSize 0x7f040079
+int attr cpd_transformDuration 0x7f04007a
+int attr cpd_transformInterpolator 0x7f04007b
+int attr customNavigationLayout 0x7f04007c
+int attr defaultQueryHint 0x7f04007d
+int attr di_actionBackground 0x7f04007e
+int attr di_actionRipple 0x7f04007f
+int attr di_actionTextAppearance 0x7f040080
+int attr di_actionTextColor 0x7f040081
+int attr di_backgroundColor 0x7f040082
+int attr di_cancelable 0x7f040083
+int attr di_canceledOnTouchOutside 0x7f040084
+int attr di_checkBoxStyle 0x7f040085
+int attr di_cornerRadius 0x7f040086
+int attr di_dimAmount 0x7f040087
+int attr di_dividerColor 0x7f040088
+int attr di_dividerHeight 0x7f040089
+int attr di_elevation 0x7f04008a
+int attr di_inAnimation 0x7f04008b
+int attr di_itemHeight 0x7f04008c
+int attr di_itemTextAppearance 0x7f04008d
+int attr di_layoutDirection 0x7f04008e
+int attr di_maxElevation 0x7f04008f
+int attr di_maxHeight 0x7f040090
+int attr di_maxWidth 0x7f040091
+int attr di_messageTextAppearance 0x7f040092
+int attr di_messageTextColor 0x7f040093
+int attr di_negativeActionBackground 0x7f040094
+int attr di_negativeActionRipple 0x7f040095
+int attr di_negativeActionTextAppearance 0x7f040096
+int attr di_negativeActionTextColor 0x7f040097
+int attr di_neutralActionBackground 0x7f040098
+int attr di_neutralActionRipple 0x7f040099
+int attr di_neutralActionTextAppearance 0x7f04009a
+int attr di_neutralActionTextColor 0x7f04009b
+int attr di_outAnimation 0x7f04009c
+int attr di_positiveActionBackground 0x7f04009d
+int attr di_positiveActionRipple 0x7f04009e
+int attr di_positiveActionTextAppearance 0x7f04009f
+int attr di_positiveActionTextColor 0x7f0400a0
+int attr di_radioButtonStyle 0x7f0400a1
+int attr di_titleTextAppearance 0x7f0400a2
+int attr di_titleTextColor 0x7f0400a3
+int attr dialogPreferredPadding 0x7f0400a4
+int attr dialogTheme 0x7f0400a5
+int attr displayOptions 0x7f0400a6
+int attr divider 0x7f0400a7
+int attr dividerHorizontal 0x7f0400a8
+int attr dividerPadding 0x7f0400a9
+int attr dividerVertical 0x7f0400aa
+int attr dp_animDuration 0x7f0400ab
+int attr dp_day 0x7f0400ac
+int attr dp_dayMax 0x7f0400ad
+int attr dp_dayMin 0x7f0400ae
+int attr dp_dayTextSize 0x7f0400af
+int attr dp_fontFamily 0x7f0400b0
+int attr dp_headerPrimaryColor 0x7f0400b1
+int attr dp_headerPrimaryHeight 0x7f0400b2
+int attr dp_headerPrimaryTextSize 0x7f0400b3
+int attr dp_headerSecondaryColor 0x7f0400b4
+int attr dp_headerSecondaryHeight 0x7f0400b5
+int attr dp_headerSecondaryTextSize 0x7f0400b6
+int attr dp_inInterpolator 0x7f0400b7
+int attr dp_month 0x7f0400b8
+int attr dp_monthMax 0x7f0400b9
+int attr dp_monthMin 0x7f0400ba
+int attr dp_outInterpolator 0x7f0400bb
+int attr dp_selectionColor 0x7f0400bc
+int attr dp_textColor 0x7f0400bd
+int attr dp_textDisableColor 0x7f0400be
+int attr dp_textHeaderColor 0x7f0400bf
+int attr dp_textHighlightColor 0x7f0400c0
+int attr dp_textLabelColor 0x7f0400c1
+int attr dp_textStyle 0x7f0400c2
+int attr dp_year 0x7f0400c3
+int attr dp_yearItemHeight 0x7f0400c4
+int attr dp_yearMax 0x7f0400c5
+int attr dp_yearMin 0x7f0400c6
+int attr dp_yearTextSize 0x7f0400c7
+int attr drawableSize 0x7f0400c8
+int attr drawerArrowStyle 0x7f0400c9
+int attr dropDownListViewStyle 0x7f0400ca
+int attr dropdownListPreferredItemHeight 0x7f0400cb
+int attr editTextBackground 0x7f0400cc
+int attr editTextColor 0x7f0400cd
+int attr editTextStyle 0x7f0400ce
+int attr elevation 0x7f0400cf
+int attr et_autoCompleteMode 0x7f0400d0
+int attr et_dividerAnimDuration 0x7f0400d1
+int attr et_dividerColor 0x7f0400d2
+int attr et_dividerCompoundPadding 0x7f0400d3
+int attr et_dividerErrorColor 0x7f0400d4
+int attr et_dividerHeight 0x7f0400d5
+int attr et_dividerPadding 0x7f0400d6
+int attr et_error 0x7f0400d7
+int attr et_helper 0x7f0400d8
+int attr et_inputId 0x7f0400d9
+int attr et_labelEllipsize 0x7f0400da
+int attr et_labelEnable 0x7f0400db
+int attr et_labelInAnim 0x7f0400dc
+int attr et_labelOutAnim 0x7f0400dd
+int attr et_labelPadding 0x7f0400de
+int attr et_labelTextAppearance 0x7f0400df
+int attr et_labelTextColor 0x7f0400e0
+int attr et_labelTextSize 0x7f0400e1
+int attr et_supportEllipsize 0x7f0400e2
+int attr et_supportLines 0x7f0400e3
+int attr et_supportMaxChars 0x7f0400e4
+int attr et_supportMaxLines 0x7f0400e5
+int attr et_supportMode 0x7f0400e6
+int attr et_supportPadding 0x7f0400e7
+int attr et_supportSingleLine 0x7f0400e8
+int attr et_supportTextAppearance 0x7f0400e9
+int attr et_supportTextColor 0x7f0400ea
+int attr et_supportTextErrorColor 0x7f0400eb
+int attr et_supportTextSize 0x7f0400ec
+int attr expandActivityOverflowButtonDrawable 0x7f0400ed
+int attr fab_animDuration 0x7f0400ee
+int attr fab_backgroundAnimDuration 0x7f0400ef
+int attr fab_backgroundColor 0x7f0400f0
+int attr fab_elevation 0x7f0400f1
+int attr fab_iconLineMorphing 0x7f0400f2
+int attr fab_iconSize 0x7f0400f3
+int attr fab_iconSrc 0x7f0400f4
+int attr fab_interpolator 0x7f0400f5
+int attr fab_radius 0x7f0400f6
+int attr gapBetweenBars 0x7f0400f7
+int attr goIcon 0x7f0400f8
+int attr height 0x7f0400f9
+int attr hideOnContentScroll 0x7f0400fa
+int attr hintText 0x7f0400fb
+int attr homeAsUpIndicator 0x7f0400fc
+int attr homeLayout 0x7f0400fd
+int attr icon 0x7f0400fe
+int attr iconifiedByDefault 0x7f0400ff
+int attr imageButtonStyle 0x7f040100
+int attr indeterminateProgressStyle 0x7f040101
+int attr initialActivityCount 0x7f040102
+int attr isLightTheme 0x7f040103
+int attr itemPadding 0x7f040104
+int attr layout 0x7f040105
+int attr layoutManager 0x7f040106
+int attr listChoiceBackgroundIndicator 0x7f040107
+int attr listDividerAlertDialog 0x7f040108
+int attr listItemLayout 0x7f040109
+int attr listLayout 0x7f04010a
+int attr listPopupWindowStyle 0x7f04010b
+int attr listPreferredItemHeight 0x7f04010c
+int attr listPreferredItemHeightLarge 0x7f04010d
+int attr listPreferredItemHeightSmall 0x7f04010e
+int attr listPreferredItemPaddingLeft 0x7f04010f
+int attr listPreferredItemPaddingRight 0x7f040110
+int attr lmd_animDuration 0x7f040111
+int attr lmd_clockwise 0x7f040112
+int attr lmd_curState 0x7f040113
+int attr lmd_interpolator 0x7f040114
+int attr lmd_layoutDirection 0x7f040115
+int attr lmd_padding 0x7f040116
+int attr lmd_paddingBottom 0x7f040117
+int attr lmd_paddingLeft 0x7f040118
+int attr lmd_paddingRight 0x7f040119
+int attr lmd_paddingTop 0x7f04011a
+int attr lmd_state 0x7f04011b
+int attr lmd_strokeCap 0x7f04011c
+int attr lmd_strokeColor 0x7f04011d
+int attr lmd_strokeJoin 0x7f04011e
+int attr lmd_strokeSize 0x7f04011f
+int attr logo 0x7f040120
+int attr logoDescription 0x7f040121
+int attr lpd_inAnimDuration 0x7f040122
+int attr lpd_keepDuration 0x7f040123
+int attr lpd_maxLineWidth 0x7f040124
+int attr lpd_minLineWidth 0x7f040125
+int attr lpd_outAnimDuration 0x7f040126
+int attr lpd_reverse 0x7f040127
+int attr lpd_strokeColor 0x7f040128
+int attr lpd_strokeColors 0x7f040129
+int attr lpd_strokeSecondaryColor 0x7f04012a
+int attr lpd_strokeSize 0x7f04012b
+int attr lpd_transformDuration 0x7f04012c
+int attr lpd_transformInterpolator 0x7f04012d
+int attr lpd_travelDuration 0x7f04012e
+int attr lpd_verticalAlign 0x7f04012f
+int attr maxButtonHeight 0x7f040130
+int attr measureWithLargestChild 0x7f040131
+int attr multiChoiceItemLayout 0x7f040132
+int attr navigationContentDescription 0x7f040133
+int attr navigationIcon 0x7f040134
+int attr navigationMode 0x7f040135
+int attr nd_icon 0x7f040136
+int attr nd_ripple 0x7f040137
+int attr overlapAnchor 0x7f040138
+int attr paddingEnd 0x7f040139
+int attr paddingStart 0x7f04013a
+int attr panelBackground 0x7f04013b
+int attr panelMenuListTheme 0x7f04013c
+int attr panelMenuListWidth 0x7f04013d
+int attr popupMenuStyle 0x7f04013e
+int attr popupTheme 0x7f04013f
+int attr popupWindowStyle 0x7f040140
+int attr preserveIconSpacing 0x7f040141
+int attr progressBarPadding 0x7f040142
+int attr progressBarStyle 0x7f040143
+int attr pv_autostart 0x7f040144
+int attr pv_circular 0x7f040145
+int attr pv_progress 0x7f040146
+int attr pv_progressMode 0x7f040147
+int attr pv_progressStyle 0x7f040148
+int attr pv_secondaryProgress 0x7f040149
+int attr queryBackground 0x7f04014a
+int attr queryHint 0x7f04014b
+int attr radioButtonStyle 0x7f04014c
+int attr ratingBarStyle 0x7f04014d
+int attr rbd_animDuration 0x7f04014e
+int attr rbd_height 0x7f04014f
+int attr rbd_innerRadius 0x7f040150
+int attr rbd_radius 0x7f040151
+int attr rbd_strokeColor 0x7f040152
+int attr rbd_strokeSize 0x7f040153
+int attr rbd_width 0x7f040154
+int attr rd_backgroundAnimDuration 0x7f040155
+int attr rd_backgroundColor 0x7f040156
+int attr rd_bottomLeftCornerRadius 0x7f040157
+int attr rd_bottomPadding 0x7f040158
+int attr rd_bottomRightCornerRadius 0x7f040159
+int attr rd_cornerRadius 0x7f04015a
+int attr rd_delayClick 0x7f04015b
+int attr rd_enable 0x7f04015c
+int attr rd_inInterpolator 0x7f04015d
+int attr rd_leftPadding 0x7f04015e
+int attr rd_maskType 0x7f04015f
+int attr rd_maxRippleRadius 0x7f040160
+int attr rd_outInterpolator 0x7f040161
+int attr rd_padding 0x7f040162
+int attr rd_rightPadding 0x7f040163
+int attr rd_rippleAnimDuration 0x7f040164
+int attr rd_rippleColor 0x7f040165
+int attr rd_rippleType 0x7f040166
+int attr rd_style 0x7f040167
+int attr rd_topLeftCornerRadius 0x7f040168
+int attr rd_topPadding 0x7f040169
+int attr rd_topRightCornerRadius 0x7f04016a
+int attr reverseLayout 0x7f04016b
+int attr sb_actionRipple 0x7f04016c
+int attr sb_actionText 0x7f04016d
+int attr sb_actionTextAppearance 0x7f04016e
+int attr sb_actionTextColor 0x7f04016f
+int attr sb_actionTextSize 0x7f040170
+int attr sb_backgroundColor 0x7f040171
+int attr sb_backgroundCornerRadius 0x7f040172
+int attr sb_duration 0x7f040173
+int attr sb_ellipsize 0x7f040174
+int attr sb_height 0x7f040175
+int attr sb_horizontalPadding 0x7f040176
+int attr sb_inAnimation 0x7f040177
+int attr sb_lines 0x7f040178
+int attr sb_marginBottom 0x7f040179
+int attr sb_marginStart 0x7f04017a
+int attr sb_maxHeight 0x7f04017b
+int attr sb_maxLines 0x7f04017c
+int attr sb_maxWidth 0x7f04017d
+int attr sb_minHeight 0x7f04017e
+int attr sb_minWidth 0x7f04017f
+int attr sb_outAnimation 0x7f040180
+int attr sb_removeOnDismiss 0x7f040181
+int attr sb_singleLine 0x7f040182
+int attr sb_text 0x7f040183
+int attr sb_textAppearance 0x7f040184
+int attr sb_textColor 0x7f040185
+int attr sb_textSize 0x7f040186
+int attr sb_verticalPadding 0x7f040187
+int attr sb_width 0x7f040188
+int attr searchHintIcon 0x7f040189
+int attr searchIcon 0x7f04018a
+int attr searchViewStyle 0x7f04018b
+int attr seekBarStyle 0x7f04018c
+int attr selectableItemBackground 0x7f04018d
+int attr selectableItemBackgroundBorderless 0x7f04018e
+int attr showAsAction 0x7f04018f
+int attr showDividers 0x7f040190
+int attr showText 0x7f040191
+int attr singleChoiceItemLayout 0x7f040192
+int attr sl_alwaysFillThumb 0x7f040193
+int attr sl_baselineOffset 0x7f040194
+int attr sl_discreteMode 0x7f040195
+int attr sl_fontFamily 0x7f040196
+int attr sl_interpolator 0x7f040197
+int attr sl_maxValue 0x7f040198
+int attr sl_minValue 0x7f040199
+int attr sl_primaryColor 0x7f04019a
+int attr sl_secondaryColor 0x7f04019b
+int attr sl_stepValue 0x7f04019c
+int attr sl_textColor 0x7f04019d
+int attr sl_textSize 0x7f04019e
+int attr sl_textStyle 0x7f04019f
+int attr sl_thumbBorderSize 0x7f0401a0
+int attr sl_thumbFocusRadius 0x7f0401a1
+int attr sl_thumbRadius 0x7f0401a2
+int attr sl_trackCap 0x7f0401a3
+int attr sl_trackSize 0x7f0401a4
+int attr sl_transformAnimDuration 0x7f0401a5
+int attr sl_travelAnimDuration 0x7f0401a6
+int attr sl_value 0x7f0401a7
+int attr spanCount 0x7f0401a8
+int attr spinBars 0x7f0401a9
+int attr spinnerDropDownItemStyle 0x7f0401aa
+int attr spinnerStyle 0x7f0401ab
+int attr splitTrack 0x7f0401ac
+int attr spn_arrowAnimClockwise 0x7f0401ad
+int attr spn_arrowAnimDuration 0x7f0401ae
+int attr spn_arrowColor 0x7f0401af
+int attr spn_arrowInterpolator 0x7f0401b0
+int attr spn_arrowPadding 0x7f0401b1
+int attr spn_arrowSize 0x7f0401b2
+int attr spn_arrowSwitchMode 0x7f0401b3
+int attr spn_disableChildrenWhenDisabled 0x7f0401b4
+int attr spn_dividerAnimDuration 0x7f0401b5
+int attr spn_dividerColor 0x7f0401b6
+int attr spn_dividerHeight 0x7f0401b7
+int attr spn_dividerPadding 0x7f0401b8
+int attr spn_label 0x7f0401b9
+int attr spn_labelEllipsize 0x7f0401ba
+int attr spn_labelEnable 0x7f0401bb
+int attr spn_labelPadding 0x7f0401bc
+int attr spn_labelTextAppearance 0x7f0401bd
+int attr spn_labelTextColor 0x7f0401be
+int attr spn_labelTextSize 0x7f0401bf
+int attr spn_popupItemAnimOffset 0x7f0401c0
+int attr spn_popupItemAnimation 0x7f0401c1
+int attr stackFromEnd 0x7f0401c2
+int attr state_above_anchor 0x7f0401c3
+int attr submitBackground 0x7f0401c4
+int attr subtitle 0x7f0401c5
+int attr subtitleTextAppearance 0x7f0401c6
+int attr subtitleTextColor 0x7f0401c7
+int attr subtitleTextStyle 0x7f0401c8
+int attr suggestionRowLayout 0x7f0401c9
+int attr sw_animDuration 0x7f0401ca
+int attr sw_interpolator 0x7f0401cb
+int attr sw_thumbColor 0x7f0401cc
+int attr sw_thumbElevation 0x7f0401cd
+int attr sw_thumbRadius 0x7f0401ce
+int attr sw_trackCap 0x7f0401cf
+int attr sw_trackColor 0x7f0401d0
+int attr sw_trackSize 0x7f0401d1
+int attr switchMinWidth 0x7f0401d2
+int attr switchPadding 0x7f0401d3
+int attr switchStyle 0x7f0401d4
+int attr switchTextAppearance 0x7f0401d5
+int attr textAllCaps 0x7f0401d6
+int attr textAppearanceLargePopupMenu 0x7f0401d7
+int attr textAppearanceListItem 0x7f0401d8
+int attr textAppearanceListItemSmall 0x7f0401d9
+int attr textAppearanceSearchResultSubtitle 0x7f0401da
+int attr textAppearanceSearchResultTitle 0x7f0401db
+int attr textAppearanceSmallPopupMenu 0x7f0401dc
+int attr textColorAlertDialogListItem 0x7f0401dd
+int attr textColorSearchUrl 0x7f0401de
+int attr theme 0x7f0401df
+int attr thickness 0x7f0401e0
+int attr thumbTextPadding 0x7f0401e1
+int attr title 0x7f0401e2
+int attr titleMarginBottom 0x7f0401e3
+int attr titleMarginEnd 0x7f0401e4
+int attr titleMarginStart 0x7f0401e5
+int attr titleMarginTop 0x7f0401e6
+int attr titleMargins 0x7f0401e7
+int attr titleTextAppearance 0x7f0401e8
+int attr titleTextColor 0x7f0401e9
+int attr titleTextStyle 0x7f0401ea
+int attr toolbarNavigationButtonStyle 0x7f0401eb
+int attr toolbarStyle 0x7f0401ec
+int attr tp_24Hour 0x7f0401ed
+int attr tp_am 0x7f0401ee
+int attr tp_animDuration 0x7f0401ef
+int attr tp_backgroundColor 0x7f0401f0
+int attr tp_fontFamily 0x7f0401f1
+int attr tp_headerHeight 0x7f0401f2
+int attr tp_hour 0x7f0401f3
+int attr tp_inInterpolator 0x7f0401f4
+int attr tp_leadingZero 0x7f0401f5
+int attr tp_minute 0x7f0401f6
+int attr tp_mode 0x7f0401f7
+int attr tp_outInterpolator 0x7f0401f8
+int attr tp_pm 0x7f0401f9
+int attr tp_selectionColor 0x7f0401fa
+int attr tp_selectionRadius 0x7f0401fb
+int attr tp_textColor 0x7f0401fc
+int attr tp_textHighlightColor 0x7f0401fd
+int attr tp_textSize 0x7f0401fe
+int attr tp_textStyle 0x7f0401ff
+int attr tp_textTimeColor 0x7f040200
+int attr tp_textTimeSize 0x7f040201
+int attr tp_tickSize 0x7f040202
+int attr tpi_centerCurrentTab 0x7f040203
+int attr tpi_indicatorAtTop 0x7f040204
+int attr tpi_indicatorColor 0x7f040205
+int attr tpi_indicatorHeight 0x7f040206
+int attr tpi_mode 0x7f040207
+int attr tpi_tabPadding 0x7f040208
+int attr tpi_tabRipple 0x7f040209
+int attr tpi_tabSingleLine 0x7f04020a
+int attr track 0x7f04020b
+int attr tv_fontFamily 0x7f04020c
+int attr v_styleId 0x7f04020d
+int attr voiceIcon 0x7f04020e
+int attr windowActionBar 0x7f04020f
+int attr windowActionBarOverlay 0x7f040210
+int attr windowActionModeOverlay 0x7f040211
+int attr windowFixedHeightMajor 0x7f040212
+int attr windowFixedHeightMinor 0x7f040213
+int attr windowFixedWidthMajor 0x7f040214
+int attr windowFixedWidthMinor 0x7f040215
+int attr windowMinWidthMajor 0x7f040216
+int attr windowMinWidthMinor 0x7f040217
+int attr windowNoTitle 0x7f040218
int bool abc_action_bar_embed_tabs 0x7f050001
int bool abc_action_bar_embed_tabs_pre_jb 0x7f050002
int bool abc_action_bar_expanded_action_views_exclusive 0x7f050003
@@ -699,1406 +556,893 @@ int color ColorPrimary 0x7f060001
int color ColorPrimaryDark 0x7f060002
int color abc_background_cache_hint_selector_material_dark 0x7f060003
int color abc_background_cache_hint_selector_material_light 0x7f060004
-int color abc_btn_colored_borderless_text_material 0x7f060005
-int color abc_btn_colored_text_material 0x7f060006
-int color abc_color_highlight_material 0x7f060007
-int color abc_hint_foreground_material_dark 0x7f060008
-int color abc_hint_foreground_material_light 0x7f060009
-int color abc_input_method_navigation_guard 0x7f06000a
-int color abc_primary_text_disable_only_material_dark 0x7f06000b
-int color abc_primary_text_disable_only_material_light 0x7f06000c
-int color abc_primary_text_material_dark 0x7f06000d
-int color abc_primary_text_material_light 0x7f06000e
-int color abc_search_url_text 0x7f06000f
-int color abc_search_url_text_normal 0x7f060010
-int color abc_search_url_text_pressed 0x7f060011
-int color abc_search_url_text_selected 0x7f060012
-int color abc_secondary_text_material_dark 0x7f060013
-int color abc_secondary_text_material_light 0x7f060014
-int color abc_tint_btn_checkable 0x7f060015
-int color abc_tint_default 0x7f060016
-int color abc_tint_edittext 0x7f060017
-int color abc_tint_seek_thumb 0x7f060018
-int color abc_tint_spinner 0x7f060019
-int color abc_tint_switch_track 0x7f06001a
-int color accent_material_dark 0x7f06001b
-int color accent_material_light 0x7f06001c
-int color android_text_color 0x7f06001d
-int color app_topbar_color 0x7f06001e
-int color background_color 0x7f06001f
-int color background_floating_material_dark 0x7f060020
-int color background_floating_material_light 0x7f060021
-int color background_material_dark 0x7f060022
-int color background_material_light 0x7f060023
-int color black 0x7f060024
-int color blue 0x7f060025
-int color bright_foreground_disabled_material_dark 0x7f060026
-int color bright_foreground_disabled_material_light 0x7f060027
-int color bright_foreground_inverse_material_dark 0x7f060028
-int color bright_foreground_inverse_material_light 0x7f060029
-int color bright_foreground_material_dark 0x7f06002a
-int color bright_foreground_material_light 0x7f06002b
-int color button_material_dark 0x7f06002c
-int color button_material_light 0x7f06002d
-int color cardview_dark_background 0x7f06002e
-int color cardview_light_background 0x7f06002f
-int color cardview_shadow_end_color 0x7f060030
-int color cardview_shadow_start_color 0x7f060031
-int color cyan 0x7f060032
-int color design_bottom_navigation_shadow_color 0x7f060033
-int color design_error 0x7f060034
-int color design_fab_shadow_end_color 0x7f060035
-int color design_fab_shadow_mid_color 0x7f060036
-int color design_fab_shadow_start_color 0x7f060037
-int color design_fab_stroke_end_inner_color 0x7f060038
-int color design_fab_stroke_end_outer_color 0x7f060039
-int color design_fab_stroke_top_inner_color 0x7f06003a
-int color design_fab_stroke_top_outer_color 0x7f06003b
-int color design_snackbar_background_color 0x7f06003c
-int color design_tint_password_toggle 0x7f06003d
-int color dim_foreground_disabled_material_dark 0x7f06003e
-int color dim_foreground_disabled_material_light 0x7f06003f
-int color dim_foreground_material_dark 0x7f060040
-int color dim_foreground_material_light 0x7f060041
-int color error_color_material 0x7f060042
-int color foreground_material_dark 0x7f060043
-int color foreground_material_light 0x7f060044
-int color gray 0x7f060045
-int color highlighted_text_material_dark 0x7f060046
-int color highlighted_text_material_light 0x7f060047
-int color hint_foreground_material_dark 0x7f060048
-int color hint_foreground_material_light 0x7f060049
-int color lightBlue 0x7f06004a
-int color list_background 0x7f06004b
-int color list_even 0x7f06004c
-int color list_header 0x7f06004d
-int color list_odd 0x7f06004e
-int color list_selected 0x7f06004f
-int color material_blue_grey_800 0x7f060050
-int color material_blue_grey_900 0x7f060051
-int color material_blue_grey_950 0x7f060052
-int color material_deep_teal_200 0x7f060053
-int color material_deep_teal_500 0x7f060054
-int color material_grey_100 0x7f060055
-int color material_grey_300 0x7f060056
-int color material_grey_50 0x7f060057
-int color material_grey_600 0x7f060058
-int color material_grey_800 0x7f060059
-int color material_grey_850 0x7f06005a
-int color material_grey_900 0x7f06005b
-int color notification_action_color_filter 0x7f06005c
-int color notification_icon_bg_color 0x7f06005d
-int color notification_material_background_media_default_color 0x7f06005e
-int color primary 0x7f06005f
-int color primary_dark 0x7f060060
-int color primary_dark_material_dark 0x7f060061
-int color primary_dark_material_light 0x7f060062
-int color primary_material_dark 0x7f060063
-int color primary_material_light 0x7f060064
-int color primary_pressed 0x7f060065
-int color primary_text_default_material_dark 0x7f060066
-int color primary_text_default_material_light 0x7f060067
-int color primary_text_disabled_material_dark 0x7f060068
-int color primary_text_disabled_material_light 0x7f060069
-int color red 0x7f06006a
-int color ripple 0x7f06006b
-int color ripple_material_dark 0x7f06006c
-int color ripple_material_light 0x7f06006d
-int color secondary_text_default_material_dark 0x7f06006e
-int color secondary_text_default_material_light 0x7f06006f
-int color secondary_text_disabled_material_dark 0x7f060070
-int color secondary_text_disabled_material_light 0x7f060071
-int color switch_thumb_disabled_material_dark 0x7f060072
-int color switch_thumb_disabled_material_light 0x7f060073
-int color switch_thumb_material_dark 0x7f060074
-int color switch_thumb_material_light 0x7f060075
-int color switch_thumb_normal_material_dark 0x7f060076
-int color switch_thumb_normal_material_light 0x7f060077
-int color text_color 0x7f060078
-int color tooltip_background_dark 0x7f060079
-int color tooltip_background_light 0x7f06007a
-int color white 0x7f06007b
-int dimen abc_action_bar_content_inset_material 0x7f080001
-int dimen abc_action_bar_content_inset_with_nav 0x7f080002
-int dimen abc_action_bar_default_height_material 0x7f080003
-int dimen abc_action_bar_default_padding_end_material 0x7f080004
-int dimen abc_action_bar_default_padding_start_material 0x7f080005
-int dimen abc_action_bar_elevation_material 0x7f080006
-int dimen abc_action_bar_icon_vertical_padding_material 0x7f080007
-int dimen abc_action_bar_overflow_padding_end_material 0x7f080008
-int dimen abc_action_bar_overflow_padding_start_material 0x7f080009
-int dimen abc_action_bar_progress_bar_size 0x7f08000a
-int dimen abc_action_bar_stacked_max_height 0x7f08000b
-int dimen abc_action_bar_stacked_tab_max_width 0x7f08000c
-int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f08000d
-int dimen abc_action_bar_subtitle_top_margin_material 0x7f08000e
-int dimen abc_action_button_min_height_material 0x7f08000f
-int dimen abc_action_button_min_width_material 0x7f080010
-int dimen abc_action_button_min_width_overflow_material 0x7f080011
-int dimen abc_alert_dialog_button_bar_height 0x7f080012
-int dimen abc_button_inset_horizontal_material 0x7f080013
-int dimen abc_button_inset_vertical_material 0x7f080014
-int dimen abc_button_padding_horizontal_material 0x7f080015
-int dimen abc_button_padding_vertical_material 0x7f080016
-int dimen abc_cascading_menus_min_smallest_width 0x7f080017
-int dimen abc_config_prefDialogWidth 0x7f080018
-int dimen abc_control_corner_material 0x7f080019
-int dimen abc_control_inset_material 0x7f08001a
-int dimen abc_control_padding_material 0x7f08001b
-int dimen abc_dialog_fixed_height_major 0x7f08001c
-int dimen abc_dialog_fixed_height_minor 0x7f08001d
-int dimen abc_dialog_fixed_width_major 0x7f08001e
-int dimen abc_dialog_fixed_width_minor 0x7f08001f
-int dimen abc_dialog_list_padding_bottom_no_buttons 0x7f080020
-int dimen abc_dialog_list_padding_top_no_title 0x7f080021
-int dimen abc_dialog_list_padding_vertical_material 0x7f080022
-int dimen abc_dialog_min_width_major 0x7f080023
-int dimen abc_dialog_min_width_minor 0x7f080024
-int dimen abc_dialog_padding_material 0x7f080025
-int dimen abc_dialog_padding_top_material 0x7f080026
-int dimen abc_dialog_title_divider_material 0x7f080027
-int dimen abc_disabled_alpha_material_dark 0x7f080028
-int dimen abc_disabled_alpha_material_light 0x7f080029
-int dimen abc_dropdownitem_icon_width 0x7f08002a
-int dimen abc_dropdownitem_text_padding_left 0x7f08002b
-int dimen abc_dropdownitem_text_padding_right 0x7f08002c
-int dimen abc_edit_text_inset_bottom_material 0x7f08002d
-int dimen abc_edit_text_inset_horizontal_material 0x7f08002e
-int dimen abc_edit_text_inset_top_material 0x7f08002f
-int dimen abc_floating_window_z 0x7f080030
-int dimen abc_list_item_padding_horizontal_material 0x7f080031
-int dimen abc_panel_menu_list_width 0x7f080032
-int dimen abc_progress_bar_height_material 0x7f080033
-int dimen abc_search_view_preferred_height 0x7f080034
-int dimen abc_search_view_preferred_width 0x7f080035
-int dimen abc_search_view_text_min_width 0x7f080036
-int dimen abc_seekbar_track_background_height_material 0x7f080037
-int dimen abc_seekbar_track_progress_height_material 0x7f080038
-int dimen abc_select_dialog_padding_start_material 0x7f080039
-int dimen abc_switch_padding 0x7f08003a
-int dimen abc_text_size_body_1_material 0x7f08003b
-int dimen abc_text_size_body_2_material 0x7f08003c
-int dimen abc_text_size_button_material 0x7f08003d
-int dimen abc_text_size_caption_material 0x7f08003e
-int dimen abc_text_size_display_1_material 0x7f08003f
-int dimen abc_text_size_display_2_material 0x7f080040
-int dimen abc_text_size_display_3_material 0x7f080041
-int dimen abc_text_size_display_4_material 0x7f080042
-int dimen abc_text_size_headline_material 0x7f080043
-int dimen abc_text_size_large_material 0x7f080044
-int dimen abc_text_size_medium_material 0x7f080045
-int dimen abc_text_size_menu_header_material 0x7f080046
-int dimen abc_text_size_menu_material 0x7f080047
-int dimen abc_text_size_small_material 0x7f080048
-int dimen abc_text_size_subhead_material 0x7f080049
-int dimen abc_text_size_subtitle_material_toolbar 0x7f08004a
-int dimen abc_text_size_title_material 0x7f08004b
-int dimen abc_text_size_title_material_toolbar 0x7f08004c
-int dimen activity_horizontal_margin 0x7f08004d
-int dimen activity_vertical_margin 0x7f08004e
-int dimen cardview_compat_inset_shadow 0x7f08004f
-int dimen cardview_default_elevation 0x7f080050
-int dimen cardview_default_radius 0x7f080051
-int dimen compat_button_inset_horizontal_material 0x7f080052
-int dimen compat_button_inset_vertical_material 0x7f080053
-int dimen compat_button_padding_horizontal_material 0x7f080054
-int dimen compat_button_padding_vertical_material 0x7f080055
-int dimen compat_control_corner_material 0x7f080056
-int dimen design_appbar_elevation 0x7f080057
-int dimen design_bottom_navigation_active_item_max_width 0x7f080058
-int dimen design_bottom_navigation_active_text_size 0x7f080059
-int dimen design_bottom_navigation_elevation 0x7f08005a
-int dimen design_bottom_navigation_height 0x7f08005b
-int dimen design_bottom_navigation_item_max_width 0x7f08005c
-int dimen design_bottom_navigation_item_min_width 0x7f08005d
-int dimen design_bottom_navigation_margin 0x7f08005e
-int dimen design_bottom_navigation_shadow_height 0x7f08005f
-int dimen design_bottom_navigation_text_size 0x7f080060
-int dimen design_bottom_sheet_modal_elevation 0x7f080061
-int dimen design_bottom_sheet_peek_height_min 0x7f080062
-int dimen design_fab_border_width 0x7f080063
-int dimen design_fab_elevation 0x7f080064
-int dimen design_fab_image_size 0x7f080065
-int dimen design_fab_size_mini 0x7f080066
-int dimen design_fab_size_normal 0x7f080067
-int dimen design_fab_translation_z_pressed 0x7f080068
-int dimen design_navigation_elevation 0x7f080069
-int dimen design_navigation_icon_padding 0x7f08006a
-int dimen design_navigation_icon_size 0x7f08006b
-int dimen design_navigation_max_width 0x7f08006c
-int dimen design_navigation_padding_bottom 0x7f08006d
-int dimen design_navigation_separator_vertical_padding 0x7f08006e
-int dimen design_snackbar_action_inline_max_width 0x7f08006f
-int dimen design_snackbar_background_corner_radius 0x7f080070
-int dimen design_snackbar_elevation 0x7f080071
-int dimen design_snackbar_extra_spacing_horizontal 0x7f080072
-int dimen design_snackbar_max_width 0x7f080073
-int dimen design_snackbar_min_width 0x7f080074
-int dimen design_snackbar_padding_horizontal 0x7f080075
-int dimen design_snackbar_padding_vertical 0x7f080076
-int dimen design_snackbar_padding_vertical_2lines 0x7f080077
-int dimen design_snackbar_text_size 0x7f080078
-int dimen design_tab_max_width 0x7f080079
-int dimen design_tab_scrollable_min_width 0x7f08007a
-int dimen design_tab_text_size 0x7f08007b
-int dimen design_tab_text_size_2line 0x7f08007c
-int dimen disabled_alpha_material_dark 0x7f08007d
-int dimen disabled_alpha_material_light 0x7f08007e
-int dimen fastscroll_default_thickness 0x7f08007f
-int dimen fastscroll_margin 0x7f080080
-int dimen fastscroll_minimum_range 0x7f080081
-int dimen highlight_alpha_material_colored 0x7f080082
-int dimen highlight_alpha_material_dark 0x7f080083
-int dimen highlight_alpha_material_light 0x7f080084
-int dimen hint_alpha_material_dark 0x7f080085
-int dimen hint_alpha_material_light 0x7f080086
-int dimen hint_pressed_alpha_material_dark 0x7f080087
-int dimen hint_pressed_alpha_material_light 0x7f080088
-int dimen item_touch_helper_max_drag_scroll_per_frame 0x7f080089
-int dimen item_touch_helper_swipe_escape_max_velocity 0x7f08008a
-int dimen item_touch_helper_swipe_escape_velocity 0x7f08008b
-int dimen notification_action_icon_size 0x7f08008c
-int dimen notification_action_text_size 0x7f08008d
-int dimen notification_big_circle_margin 0x7f08008e
-int dimen notification_content_margin_start 0x7f08008f
-int dimen notification_large_icon_height 0x7f080090
-int dimen notification_large_icon_width 0x7f080091
-int dimen notification_main_column_padding_top 0x7f080092
-int dimen notification_media_narrow_margin 0x7f080093
-int dimen notification_right_icon_size 0x7f080094
-int dimen notification_right_side_padding_top 0x7f080095
-int dimen notification_small_icon_background_padding 0x7f080096
-int dimen notification_small_icon_size_as_large 0x7f080097
-int dimen notification_subtext_size 0x7f080098
-int dimen notification_top_pad 0x7f080099
-int dimen notification_top_pad_large_text 0x7f08009a
-int dimen tooltip_corner_radius 0x7f08009b
-int dimen tooltip_horizontal_padding 0x7f08009c
-int dimen tooltip_margin 0x7f08009d
-int dimen tooltip_precise_anchor_extra_offset 0x7f08009e
-int dimen tooltip_precise_anchor_threshold 0x7f08009f
-int dimen tooltip_vertical_padding 0x7f0800a0
-int dimen tooltip_y_offset_non_touch 0x7f0800a1
-int dimen tooltip_y_offset_touch 0x7f0800a2
-int drawable abc_ab_share_pack_mtrl_alpha 0x7f090001
-int drawable abc_action_bar_item_background_material 0x7f090002
-int drawable abc_btn_borderless_material 0x7f090003
-int drawable abc_btn_check_material 0x7f090004
-int drawable abc_btn_check_to_on_mtrl_000 0x7f090005
-int drawable abc_btn_check_to_on_mtrl_015 0x7f090006
-int drawable abc_btn_colored_material 0x7f090007
-int drawable abc_btn_default_mtrl_shape 0x7f090008
-int drawable abc_btn_radio_material 0x7f090009
-int drawable abc_btn_radio_to_on_mtrl_000 0x7f09000a
-int drawable abc_btn_radio_to_on_mtrl_015 0x7f09000b
-int drawable abc_btn_rating_star_off_mtrl_alpha 0x7f09000c
-int drawable abc_btn_rating_star_on_mtrl_alpha 0x7f09000d
-int drawable abc_btn_switch_to_on_mtrl_00001 0x7f09000e
-int drawable abc_btn_switch_to_on_mtrl_00012 0x7f09000f
-int drawable abc_cab_background_internal_bg 0x7f090010
-int drawable abc_cab_background_top_material 0x7f090011
-int drawable abc_cab_background_top_mtrl_alpha 0x7f090012
-int drawable abc_control_background_material 0x7f090013
-int drawable abc_dialog_material_background 0x7f090014
-int drawable abc_dialog_material_background_dark 0x7f090015
-int drawable abc_dialog_material_background_light 0x7f090016
-int drawable abc_edit_text_material 0x7f090017
-int drawable abc_ic_ab_back_material 0x7f090018
-int drawable abc_ic_ab_back_mtrl_am_alpha 0x7f090019
-int drawable abc_ic_arrow_drop_right_black_24dp 0x7f09001a
-int drawable abc_ic_clear_material 0x7f09001b
-int drawable abc_ic_clear_mtrl_alpha 0x7f09001c
-int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f09001d
-int drawable abc_ic_go_search_api_material 0x7f09001e
-int drawable abc_ic_go_search_api_mtrl_alpha 0x7f09001f
-int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f090020
-int drawable abc_ic_menu_cut_mtrl_alpha 0x7f090021
-int drawable abc_ic_menu_moreoverflow_mtrl_alpha 0x7f090022
-int drawable abc_ic_menu_overflow_material 0x7f090023
-int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f090024
-int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f090025
-int drawable abc_ic_menu_share_mtrl_alpha 0x7f090026
-int drawable abc_ic_search_api_material 0x7f090027
-int drawable abc_ic_search_api_mtrl_alpha 0x7f090028
-int drawable abc_ic_star_black_16dp 0x7f090029
-int drawable abc_ic_star_black_36dp 0x7f09002a
-int drawable abc_ic_star_black_48dp 0x7f09002b
-int drawable abc_ic_star_half_black_16dp 0x7f09002c
-int drawable abc_ic_star_half_black_36dp 0x7f09002d
-int drawable abc_ic_star_half_black_48dp 0x7f09002e
-int drawable abc_ic_voice_search_api_material 0x7f09002f
-int drawable abc_ic_voice_search_api_mtrl_alpha 0x7f090030
-int drawable abc_item_background_holo_dark 0x7f090031
-int drawable abc_item_background_holo_light 0x7f090032
-int drawable abc_list_divider_mtrl_alpha 0x7f090033
-int drawable abc_list_focused_holo 0x7f090034
-int drawable abc_list_longpressed_holo 0x7f090035
-int drawable abc_list_pressed_holo_dark 0x7f090036
-int drawable abc_list_pressed_holo_light 0x7f090037
-int drawable abc_list_selector_background_transition_holo_dark 0x7f090038
-int drawable abc_list_selector_background_transition_holo_light 0x7f090039
-int drawable abc_list_selector_disabled_holo_dark 0x7f09003a
-int drawable abc_list_selector_disabled_holo_light 0x7f09003b
-int drawable abc_list_selector_holo_dark 0x7f09003c
-int drawable abc_list_selector_holo_light 0x7f09003d
-int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f09003e
-int drawable abc_popup_background_mtrl_mult 0x7f09003f
-int drawable abc_ratingbar_full_material 0x7f090040
-int drawable abc_ratingbar_indicator_material 0x7f090041
-int drawable abc_ratingbar_material 0x7f090042
-int drawable abc_ratingbar_small_material 0x7f090043
-int drawable abc_scrubber_control_off_mtrl_alpha 0x7f090044
-int drawable abc_scrubber_control_to_pressed_mtrl_000 0x7f090045
-int drawable abc_scrubber_control_to_pressed_mtrl_005 0x7f090046
-int drawable abc_scrubber_primary_mtrl_alpha 0x7f090047
-int drawable abc_scrubber_track_mtrl_alpha 0x7f090048
-int drawable abc_seekbar_thumb_material 0x7f090049
-int drawable abc_seekbar_tick_mark_material 0x7f09004a
-int drawable abc_seekbar_track_material 0x7f09004b
-int drawable abc_spinner_mtrl_am_alpha 0x7f09004c
-int drawable abc_spinner_textfield_background_material 0x7f09004d
-int drawable abc_switch_thumb_material 0x7f09004e
-int drawable abc_switch_track_mtrl_alpha 0x7f09004f
-int drawable abc_tab_indicator_material 0x7f090050
-int drawable abc_tab_indicator_mtrl_alpha 0x7f090051
-int drawable abc_text_cursor_material 0x7f090052
-int drawable abc_text_select_handle_left_mtrl_dark 0x7f090053
-int drawable abc_text_select_handle_left_mtrl_light 0x7f090054
-int drawable abc_text_select_handle_middle_mtrl_dark 0x7f090055
-int drawable abc_text_select_handle_middle_mtrl_light 0x7f090056
-int drawable abc_text_select_handle_right_mtrl_dark 0x7f090057
-int drawable abc_text_select_handle_right_mtrl_light 0x7f090058
-int drawable abc_textfield_activated_mtrl_alpha 0x7f090059
-int drawable abc_textfield_default_mtrl_alpha 0x7f09005a
-int drawable abc_textfield_search_activated_mtrl_alpha 0x7f09005b
-int drawable abc_textfield_search_default_mtrl_alpha 0x7f09005c
-int drawable abc_textfield_search_material 0x7f09005d
-int drawable abc_vector_test 0x7f09005e
-int drawable avd_hide_password 0x7f09005f
-int drawable avd_show_password 0x7f090060
-int drawable design_bottom_navigation_item_background 0x7f090061
-int drawable design_fab_background 0x7f090062
-int drawable design_ic_visibility 0x7f090063
-int drawable design_ic_visibility_off 0x7f090064
-int drawable design_password_eye 0x7f090065
-int drawable design_snackbar_background 0x7f090066
-int drawable navigation_empty_icon 0x7f090067
-int drawable notification_action_background 0x7f090068
-int drawable notification_bg 0x7f090069
-int drawable notification_bg_low 0x7f09006a
-int drawable notification_bg_low_normal 0x7f09006b
-int drawable notification_bg_low_pressed 0x7f09006c
-int drawable notification_bg_normal 0x7f09006d
-int drawable notification_bg_normal_pressed 0x7f09006e
-int drawable notification_icon_background 0x7f09006f
-int drawable notification_template_icon_bg 0x7f090070
-int drawable notification_template_icon_low_bg 0x7f090071
-int drawable notification_tile_bg 0x7f090072
-int drawable notify_panel_notification_icon_bg 0x7f090073
-int drawable tooltip_frame_dark 0x7f090074
-int drawable tooltip_frame_light 0x7f090075
-int id action0 0x7f0c0001
-int id action_bar 0x7f0c0002
-int id action_bar_activity_content 0x7f0c0003
-int id action_bar_container 0x7f0c0004
-int id action_bar_root 0x7f0c0005
-int id action_bar_spinner 0x7f0c0006
-int id action_bar_subtitle 0x7f0c0007
-int id action_bar_title 0x7f0c0008
-int id action_container 0x7f0c0009
-int id action_context_bar 0x7f0c000a
-int id action_divider 0x7f0c000b
-int id action_image 0x7f0c000c
-int id action_menu_divider 0x7f0c000d
-int id action_menu_presenter 0x7f0c000e
-int id action_mode_bar 0x7f0c000f
-int id action_mode_bar_stub 0x7f0c0010
-int id action_mode_close_button 0x7f0c0011
-int id action_text 0x7f0c0012
-int id actions 0x7f0c0013
-int id activity_chooser_view_content 0x7f0c0014
-int id add 0x7f0c0015
-int id afterRelease 0x7f0c0016
-int id alertCheckbox 0x7f0c0017
-int id alertSearchEditText 0x7f0c0018
-int id alertSearchListView 0x7f0c0019
-int id alertTextView 0x7f0c001a
-int id alertTitle 0x7f0c001b
-int id always 0x7f0c001c
-int id async 0x7f0c001d
-int id auto 0x7f0c001e
-int id beginning 0x7f0c001f
-int id bevel 0x7f0c0020
-int id blocking 0x7f0c0021
-int id bold 0x7f0c0022
-int id bold_italic 0x7f0c0023
-int id bottom 0x7f0c0024
-int id buffer 0x7f0c0025
-int id butt 0x7f0c0026
-int id buttonPanel 0x7f0c0027
-int id cancel_action 0x7f0c0028
-int id center 0x7f0c0029
-int id charCounter 0x7f0c002a
-int id checkbox 0x7f0c002b
-int id chronometer 0x7f0c002c
-int id collapseActionView 0x7f0c002d
-int id container 0x7f0c002e
-int id contentPanel 0x7f0c002f
-int id coordinator 0x7f0c0030
-int id custom 0x7f0c0031
-int id customPanel 0x7f0c0032
-int id decor_content_parent 0x7f0c0033
-int id default_activity_button 0x7f0c0034
-int id design_bottom_sheet 0x7f0c0035
-int id design_menu_item_action_area 0x7f0c0036
-int id design_menu_item_action_area_stub 0x7f0c0037
-int id design_menu_item_text 0x7f0c0038
-int id design_navigation_view 0x7f0c0039
-int id determinate 0x7f0c003a
-int id disableHome 0x7f0c003b
-int id edit_query 0x7f0c003c
-int id empty 0x7f0c003d
-int id end 0x7f0c003e
-int id end_padder 0x7f0c003f
-int id expand_activities_button 0x7f0c0040
-int id expanded_menu 0x7f0c0041
-int id fill 0x7f0c0042
-int id fixed 0x7f0c0043
-int id forever 0x7f0c0044
-int id ghost_view 0x7f0c0045
-int id helper 0x7f0c0046
-int id helperWithError 0x7f0c0047
-int id home 0x7f0c0048
-int id homeAsUp 0x7f0c0049
-int id hour 0x7f0c004a
-int id icon 0x7f0c004b
-int id icon_group 0x7f0c004c
-int id ifRoom 0x7f0c004d
-int id image 0x7f0c004e
-int id indeterminate 0x7f0c004f
-int id info 0x7f0c0050
-int id italic 0x7f0c0051
-int id item_touch_helper_previous_elevation 0x7f0c0052
-int id largeLabel 0x7f0c0053
-int id left 0x7f0c0054
-int id line1 0x7f0c0055
-int id line3 0x7f0c0056
-int id listMode 0x7f0c0057
-int id listTextViewSpinner 0x7f0c0058
-int id list_item 0x7f0c0059
-int id locale 0x7f0c005a
-int id ltr 0x7f0c005b
-int id marquee 0x7f0c005c
-int id masked 0x7f0c005d
-int id match_parent 0x7f0c005e
-int id match_view 0x7f0c005f
-int id media_actions 0x7f0c0060
-int id message 0x7f0c0061
-int id middle 0x7f0c0062
-int id mini 0x7f0c0063
-int id minute 0x7f0c0064
-int id miter 0x7f0c0065
-int id multi 0x7f0c0066
-int id multiply 0x7f0c0067
-int id navigation_header_container 0x7f0c0068
-int id never 0x7f0c0069
-int id none 0x7f0c006a
-int id normal 0x7f0c006b
-int id notification_background 0x7f0c006c
-int id notification_main_column 0x7f0c006d
-int id notification_main_column_container 0x7f0c006e
-int id oval 0x7f0c006f
-int id parallax 0x7f0c0070
-int id parentPanel 0x7f0c0071
-int id parent_matrix 0x7f0c0072
-int id pin 0x7f0c0073
-int id progress_circular 0x7f0c0074
-int id progress_horizontal 0x7f0c0075
-int id query 0x7f0c0076
-int id radio 0x7f0c0077
-int id rectangle 0x7f0c0078
-int id right 0x7f0c0079
-int id right_icon 0x7f0c007a
-int id right_side 0x7f0c007b
-int id round 0x7f0c007c
-int id rtl 0x7f0c007d
-int id save_image_matrix 0x7f0c007e
-int id save_non_transition_alpha 0x7f0c007f
-int id save_scale_type 0x7f0c0080
-int id screen 0x7f0c0081
-int id scroll 0x7f0c0082
-int id scrollIndicatorDown 0x7f0c0083
-int id scrollIndicatorUp 0x7f0c0084
-int id scrollView 0x7f0c0085
-int id scrollable 0x7f0c0086
-int id searchMultiSpinner 0x7f0c0087
-int id search_badge 0x7f0c0088
-int id search_bar 0x7f0c0089
-int id search_button 0x7f0c008a
-int id search_close_btn 0x7f0c008b
-int id search_edit_frame 0x7f0c008c
-int id search_go_btn 0x7f0c008d
-int id search_mag_icon 0x7f0c008e
-int id search_plate 0x7f0c008f
-int id search_src_text 0x7f0c0090
-int id search_voice_btn 0x7f0c0091
-int id select_dialog_listview 0x7f0c0092
-int id shortcut 0x7f0c0093
-int id showCustom 0x7f0c0094
-int id showHome 0x7f0c0095
-int id showTitle 0x7f0c0096
-int id simpleMultiSpinner 0x7f0c0097
-int id single 0x7f0c0098
-int id smallLabel 0x7f0c0099
-int id snackbar_action 0x7f0c009a
-int id snackbar_text 0x7f0c009b
-int id spacer 0x7f0c009c
-int id split_action_bar 0x7f0c009d
-int id square 0x7f0c009e
-int id src_atop 0x7f0c009f
-int id src_in 0x7f0c00a0
-int id src_over 0x7f0c00a1
-int id start 0x7f0c00a2
-int id status_bar_latest_event_content 0x7f0c00a3
-int id submenuarrow 0x7f0c00a4
-int id submit_area 0x7f0c00a5
-int id tabMode 0x7f0c00a6
-int id text 0x7f0c00a7
-int id text2 0x7f0c00a8
-int id textSpacerNoButtons 0x7f0c00a9
-int id textSpacerNoTitle 0x7f0c00aa
-int id text_input_password_toggle 0x7f0c00ab
-int id textinput_counter 0x7f0c00ac
-int id textinput_error 0x7f0c00ad
-int id time 0x7f0c00ae
-int id title 0x7f0c00af
-int id titleDividerNoCustom 0x7f0c00b0
-int id title_template 0x7f0c00b1
-int id top 0x7f0c00b2
-int id topPanel 0x7f0c00b3
-int id touch 0x7f0c00b4
-int id touch_outside 0x7f0c00b5
-int id transition_current_scene 0x7f0c00b6
-int id transition_layout_save 0x7f0c00b7
-int id transition_position 0x7f0c00b8
-int id transition_scene_layoutid_cache 0x7f0c00b9
-int id transition_transform 0x7f0c00ba
-int id uniform 0x7f0c00bb
-int id untilRelease 0x7f0c00bc
-int id up 0x7f0c00bd
-int id useLogo 0x7f0c00be
-int id view_offset_helper 0x7f0c00bf
-int id visible 0x7f0c00c0
-int id wave 0x7f0c00c1
-int id withText 0x7f0c00c2
-int id wrap_content 0x7f0c00c3
-int integer abc_config_activityDefaultDur 0x7f0d0001
-int integer abc_config_activityShortDur 0x7f0d0002
-int integer abc_max_action_buttons 0x7f0d0003
-int integer app_bar_elevation_anim_duration 0x7f0d0004
-int integer bottom_sheet_slide_duration 0x7f0d0005
-int integer cancel_button_image_alpha 0x7f0d0006
-int integer config_tooltipAnimTime 0x7f0d0007
-int integer design_snackbar_text_max_lines 0x7f0d0008
-int integer hide_password_duration 0x7f0d0009
-int integer show_password_duration 0x7f0d000a
-int integer status_bar_notification_info_maxnum 0x7f0d000b
-int layout abc_action_bar_title_item 0x7f0f0001
-int layout abc_action_bar_up_container 0x7f0f0002
-int layout abc_action_bar_view_list_nav_layout 0x7f0f0003
-int layout abc_action_menu_item_layout 0x7f0f0004
-int layout abc_action_menu_layout 0x7f0f0005
-int layout abc_action_mode_bar 0x7f0f0006
-int layout abc_action_mode_close_item_material 0x7f0f0007
-int layout abc_activity_chooser_view 0x7f0f0008
-int layout abc_activity_chooser_view_list_item 0x7f0f0009
-int layout abc_alert_dialog_button_bar_material 0x7f0f000a
-int layout abc_alert_dialog_material 0x7f0f000b
-int layout abc_alert_dialog_title_material 0x7f0f000c
-int layout abc_dialog_title_material 0x7f0f000d
-int layout abc_expanded_menu_layout 0x7f0f000e
-int layout abc_list_menu_item_checkbox 0x7f0f000f
-int layout abc_list_menu_item_icon 0x7f0f0010
-int layout abc_list_menu_item_layout 0x7f0f0011
-int layout abc_list_menu_item_radio 0x7f0f0012
-int layout abc_popup_menu_header_item_layout 0x7f0f0013
-int layout abc_popup_menu_item_layout 0x7f0f0014
-int layout abc_screen_content_include 0x7f0f0015
-int layout abc_screen_simple 0x7f0f0016
-int layout abc_screen_simple_overlay_action_mode 0x7f0f0017
-int layout abc_screen_toolbar 0x7f0f0018
-int layout abc_search_dropdown_item_icons_2line 0x7f0f0019
-int layout abc_search_view 0x7f0f001a
-int layout abc_select_dialog_material 0x7f0f001b
-int layout activity_main 0x7f0f001c
-int layout alert_dialog_listview_search 0x7f0f001d
-int layout design_bottom_navigation_item 0x7f0f001e
-int layout design_bottom_sheet_dialog 0x7f0f001f
-int layout design_layout_snackbar 0x7f0f0020
-int layout design_layout_snackbar_include 0x7f0f0021
-int layout design_layout_tab_icon 0x7f0f0022
-int layout design_layout_tab_text 0x7f0f0023
-int layout design_menu_item_action_area 0x7f0f0024
-int layout design_navigation_item 0x7f0f0025
-int layout design_navigation_item_header 0x7f0f0026
-int layout design_navigation_item_separator 0x7f0f0027
-int layout design_navigation_item_subheader 0x7f0f0028
-int layout design_navigation_menu 0x7f0f0029
-int layout design_navigation_menu_item 0x7f0f002a
-int layout design_text_input_password_icon 0x7f0f002b
-int layout item_listview_multiple 0x7f0f002c
-int layout item_listview_single 0x7f0f002d
-int layout notification_action 0x7f0f002e
-int layout notification_action_tombstone 0x7f0f002f
-int layout notification_media_action 0x7f0f0030
-int layout notification_media_cancel_action 0x7f0f0031
-int layout notification_template_big_media 0x7f0f0032
-int layout notification_template_big_media_custom 0x7f0f0033
-int layout notification_template_big_media_narrow 0x7f0f0034
-int layout notification_template_big_media_narrow_custom 0x7f0f0035
-int layout notification_template_custom_big 0x7f0f0036
-int layout notification_template_icon_group 0x7f0f0037
-int layout notification_template_lines 0x7f0f0038
-int layout notification_template_lines_media 0x7f0f0039
-int layout notification_template_media 0x7f0f003a
-int layout notification_template_media_custom 0x7f0f003b
-int layout notification_template_part_chronometer 0x7f0f003c
-int layout notification_template_part_time 0x7f0f003d
-int layout select_dialog_item_material 0x7f0f003e
-int layout select_dialog_multichoice_material 0x7f0f003f
-int layout select_dialog_singlechoice_material 0x7f0f0040
-int layout support_simple_spinner_dropdown_item 0x7f0f0041
-int layout textview_for_spinner 0x7f0f0042
-int layout tooltip 0x7f0f0043
-int string abc_action_bar_home_description 0x7f150001
-int string abc_action_bar_home_description_format 0x7f150002
-int string abc_action_bar_home_subtitle_description_format 0x7f150003
-int string abc_action_bar_up_description 0x7f150004
-int string abc_action_menu_overflow_description 0x7f150005
-int string abc_action_mode_done 0x7f150006
-int string abc_activity_chooser_view_see_all 0x7f150007
-int string abc_activitychooserview_choose_application 0x7f150008
-int string abc_capital_off 0x7f150009
-int string abc_capital_on 0x7f15000a
-int string abc_font_family_body_1_material 0x7f15000b
-int string abc_font_family_body_2_material 0x7f15000c
-int string abc_font_family_button_material 0x7f15000d
-int string abc_font_family_caption_material 0x7f15000e
-int string abc_font_family_display_1_material 0x7f15000f
-int string abc_font_family_display_2_material 0x7f150010
-int string abc_font_family_display_3_material 0x7f150011
-int string abc_font_family_display_4_material 0x7f150012
-int string abc_font_family_headline_material 0x7f150013
-int string abc_font_family_menu_material 0x7f150014
-int string abc_font_family_subhead_material 0x7f150015
-int string abc_font_family_title_material 0x7f150016
-int string abc_search_hint 0x7f150017
-int string abc_searchview_description_clear 0x7f150018
-int string abc_searchview_description_query 0x7f150019
-int string abc_searchview_description_search 0x7f15001a
-int string abc_searchview_description_submit 0x7f15001b
-int string abc_searchview_description_voice 0x7f15001c
-int string abc_shareactionprovider_share_with 0x7f15001d
-int string abc_shareactionprovider_share_with_application 0x7f15001e
-int string abc_toolbar_collapse_description 0x7f15001f
-int string appbar_scrolling_view_behavior 0x7f150020
-int string bottom_sheet_behavior 0x7f150021
-int string character_counter_pattern 0x7f150022
-int string password_toggle_content_description 0x7f150023
-int string path_password_eye 0x7f150024
-int string path_password_eye_mask_strike_through 0x7f150025
-int string path_password_eye_mask_visible 0x7f150026
-int string path_password_strike_through 0x7f150027
-int string search_menu_title 0x7f150028
-int string status_bar_notification_info_overflow 0x7f150029
-int string type_to_search 0x7f15002a
-int style AlertDialog_AppCompat 0x7f160001
-int style AlertDialog_AppCompat_Light 0x7f160002
-int style Animation_AppCompat_Dialog 0x7f160003
-int style Animation_AppCompat_DropDownUp 0x7f160004
-int style Animation_AppCompat_Tooltip 0x7f160005
-int style Animation_Design_BottomSheetDialog 0x7f160006
-int style Base_AlertDialog_AppCompat 0x7f160007
-int style Base_AlertDialog_AppCompat_Light 0x7f160008
-int style Base_Animation_AppCompat_Dialog 0x7f160009
-int style Base_Animation_AppCompat_DropDownUp 0x7f16000a
-int style Base_Animation_AppCompat_Tooltip 0x7f16000b
-int style Base_DialogWindowTitleBackground_AppCompat 0x7f16000c
-int style Base_DialogWindowTitle_AppCompat 0x7f16000d
-int style Base_TextAppearance_AppCompat 0x7f16000e
-int style Base_TextAppearance_AppCompat_Body1 0x7f16000f
-int style Base_TextAppearance_AppCompat_Body2 0x7f160010
-int style Base_TextAppearance_AppCompat_Button 0x7f160011
-int style Base_TextAppearance_AppCompat_Caption 0x7f160012
-int style Base_TextAppearance_AppCompat_Display1 0x7f160013
-int style Base_TextAppearance_AppCompat_Display2 0x7f160014
-int style Base_TextAppearance_AppCompat_Display3 0x7f160015
-int style Base_TextAppearance_AppCompat_Display4 0x7f160016
-int style Base_TextAppearance_AppCompat_Headline 0x7f160017
-int style Base_TextAppearance_AppCompat_Inverse 0x7f160018
-int style Base_TextAppearance_AppCompat_Large 0x7f160019
-int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f16001a
-int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f16001b
-int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f16001c
-int style Base_TextAppearance_AppCompat_Medium 0x7f16001d
-int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f16001e
-int style Base_TextAppearance_AppCompat_Menu 0x7f16001f
-int style Base_TextAppearance_AppCompat_SearchResult 0x7f160020
-int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f160021
-int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f160022
-int style Base_TextAppearance_AppCompat_Small 0x7f160023
-int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f160024
-int style Base_TextAppearance_AppCompat_Subhead 0x7f160025
-int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f160026
-int style Base_TextAppearance_AppCompat_Title 0x7f160027
-int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f160028
-int style Base_TextAppearance_AppCompat_Tooltip 0x7f160029
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f16002a
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f16002b
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f16002c
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f16002d
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f16002e
-int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f16002f
-int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f160030
-int style Base_TextAppearance_AppCompat_Widget_Button 0x7f160031
-int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f160032
-int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x7f160033
-int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f160034
-int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f160035
-int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f160036
-int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f160037
-int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f160038
-int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f160039
-int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f16003a
-int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f16003b
-int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f16003c
-int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f16003d
-int style Base_ThemeOverlay_AppCompat 0x7f16003e
-int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f16003f
-int style Base_ThemeOverlay_AppCompat_Dark 0x7f160040
-int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f160041
-int style Base_ThemeOverlay_AppCompat_Dialog 0x7f160042
-int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x7f160043
-int style Base_ThemeOverlay_AppCompat_Light 0x7f160044
-int style Base_Theme_AppCompat 0x7f160045
-int style Base_Theme_AppCompat_CompactMenu 0x7f160046
-int style Base_Theme_AppCompat_Dialog 0x7f160047
-int style Base_Theme_AppCompat_DialogWhenLarge 0x7f160048
-int style Base_Theme_AppCompat_Dialog_Alert 0x7f160049
-int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f16004a
-int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f16004b
-int style Base_Theme_AppCompat_Light 0x7f16004c
-int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f16004d
-int style Base_Theme_AppCompat_Light_Dialog 0x7f16004e
-int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f16004f
-int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f160050
-int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f160051
-int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f160052
-int style Base_V11_ThemeOverlay_AppCompat_Dialog 0x7f160053
-int style Base_V11_Theme_AppCompat_Dialog 0x7f160054
-int style Base_V11_Theme_AppCompat_Light_Dialog 0x7f160055
-int style Base_V12_Widget_AppCompat_AutoCompleteTextView 0x7f160056
-int style Base_V12_Widget_AppCompat_EditText 0x7f160057
-int style Base_V14_Widget_Design_AppBarLayout 0x7f160058
-int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x7f160059
-int style Base_V21_Theme_AppCompat 0x7f16005a
-int style Base_V21_Theme_AppCompat_Dialog 0x7f16005b
-int style Base_V21_Theme_AppCompat_Light 0x7f16005c
-int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f16005d
-int style Base_V21_Widget_Design_AppBarLayout 0x7f16005e
-int style Base_V22_Theme_AppCompat 0x7f16005f
-int style Base_V22_Theme_AppCompat_Light 0x7f160060
-int style Base_V23_Theme_AppCompat 0x7f160061
-int style Base_V23_Theme_AppCompat_Light 0x7f160062
-int style Base_V26_Theme_AppCompat 0x7f160063
-int style Base_V26_Theme_AppCompat_Light 0x7f160064
-int style Base_V26_Widget_AppCompat_Toolbar 0x7f160065
-int style Base_V26_Widget_Design_AppBarLayout 0x7f160066
-int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x7f160067
-int style Base_V7_Theme_AppCompat 0x7f160068
-int style Base_V7_Theme_AppCompat_Dialog 0x7f160069
-int style Base_V7_Theme_AppCompat_Light 0x7f16006a
-int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f16006b
-int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f16006c
-int style Base_V7_Widget_AppCompat_EditText 0x7f16006d
-int style Base_V7_Widget_AppCompat_Toolbar 0x7f16006e
-int style Base_Widget_AppCompat_ActionBar 0x7f16006f
-int style Base_Widget_AppCompat_ActionBar_Solid 0x7f160070
-int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f160071
-int style Base_Widget_AppCompat_ActionBar_TabText 0x7f160072
-int style Base_Widget_AppCompat_ActionBar_TabView 0x7f160073
-int style Base_Widget_AppCompat_ActionButton 0x7f160074
-int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f160075
-int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f160076
-int style Base_Widget_AppCompat_ActionMode 0x7f160077
-int style Base_Widget_AppCompat_ActivityChooserView 0x7f160078
-int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f160079
-int style Base_Widget_AppCompat_Button 0x7f16007a
-int style Base_Widget_AppCompat_ButtonBar 0x7f16007b
-int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f16007c
-int style Base_Widget_AppCompat_Button_Borderless 0x7f16007d
-int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f16007e
-int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f16007f
-int style Base_Widget_AppCompat_Button_Colored 0x7f160080
-int style Base_Widget_AppCompat_Button_Small 0x7f160081
-int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f160082
-int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f160083
-int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f160084
-int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f160085
-int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f160086
-int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f160087
-int style Base_Widget_AppCompat_EditText 0x7f160088
-int style Base_Widget_AppCompat_ImageButton 0x7f160089
-int style Base_Widget_AppCompat_Light_ActionBar 0x7f16008a
-int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f16008b
-int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f16008c
-int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f16008d
-int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f16008e
-int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f16008f
-int style Base_Widget_AppCompat_Light_PopupMenu 0x7f160090
-int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f160091
-int style Base_Widget_AppCompat_ListMenuView 0x7f160092
-int style Base_Widget_AppCompat_ListPopupWindow 0x7f160093
-int style Base_Widget_AppCompat_ListView 0x7f160094
-int style Base_Widget_AppCompat_ListView_DropDown 0x7f160095
-int style Base_Widget_AppCompat_ListView_Menu 0x7f160096
-int style Base_Widget_AppCompat_PopupMenu 0x7f160097
-int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f160098
-int style Base_Widget_AppCompat_PopupWindow 0x7f160099
-int style Base_Widget_AppCompat_ProgressBar 0x7f16009a
-int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f16009b
-int style Base_Widget_AppCompat_RatingBar 0x7f16009c
-int style Base_Widget_AppCompat_RatingBar_Indicator 0x7f16009d
-int style Base_Widget_AppCompat_RatingBar_Small 0x7f16009e
-int style Base_Widget_AppCompat_SearchView 0x7f16009f
-int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f1600a0
-int style Base_Widget_AppCompat_SeekBar 0x7f1600a1
-int style Base_Widget_AppCompat_SeekBar_Discrete 0x7f1600a2
-int style Base_Widget_AppCompat_Spinner 0x7f1600a3
-int style Base_Widget_AppCompat_Spinner_Underlined 0x7f1600a4
-int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f1600a5
-int style Base_Widget_AppCompat_Toolbar 0x7f1600a6
-int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f1600a7
-int style Base_Widget_Design_AppBarLayout 0x7f1600a8
-int style Base_Widget_Design_TabLayout 0x7f1600a9
-int style CardView 0x7f1600aa
-int style CardView_Dark 0x7f1600ab
-int style CardView_Light 0x7f1600ac
-int style DialogNoAnimation 0x7f1600ad
-int style DialogWindowTitle 0x7f1600ae
-int style Material 0x7f1600af
-int style MaterialSpinner 0x7f1600b0
-int style Material_App 0x7f1600b1
-int style Material_App_BottomSheetDialog 0x7f1600b2
-int style Material_App_Dialog 0x7f1600b3
-int style Material_App_Dialog_DatePicker 0x7f1600b4
-int style Material_App_Dialog_DatePicker_Light 0x7f1600b5
-int style Material_App_Dialog_Light 0x7f1600b6
-int style Material_App_Dialog_Simple 0x7f1600b7
-int style Material_App_Dialog_Simple_Light 0x7f1600b8
-int style Material_App_Dialog_TimePicker 0x7f1600b9
-int style Material_App_Dialog_TimePicker_Light 0x7f1600ba
-int style Material_Drawable 0x7f1600bb
-int style Material_Drawable_CheckBox 0x7f1600bc
-int style Material_Drawable_CircularProgress 0x7f1600bd
-int style Material_Drawable_CircularProgress_Determinate 0x7f1600be
-int style Material_Drawable_LinearProgress 0x7f1600bf
-int style Material_Drawable_LinearProgress_Buffer 0x7f1600c0
-int style Material_Drawable_LinearProgress_Determinate 0x7f1600c1
-int style Material_Drawable_LinearProgress_Query 0x7f1600c2
-int style Material_Drawable_NavigationDrawer 0x7f1600c3
-int style Material_Drawable_NavigationDrawerIcon 0x7f1600c4
-int style Material_Drawable_NavigationDrawerIcon_Light 0x7f1600c5
-int style Material_Drawable_NavigationDrawer_Light 0x7f1600c6
-int style Material_Drawable_RadioButton 0x7f1600c7
-int style Material_Drawable_Ripple 0x7f1600c8
-int style Material_Drawable_Ripple_Touch 0x7f1600c9
-int style Material_Drawable_Ripple_Touch_Light 0x7f1600ca
-int style Material_Drawable_Ripple_Touch_MatchView 0x7f1600cb
-int style Material_Drawable_Ripple_Touch_MatchView_Light 0x7f1600cc
-int style Material_Drawable_Ripple_Wave 0x7f1600cd
-int style Material_Drawable_Ripple_Wave_Light 0x7f1600ce
-int style Material_TextAppearance 0x7f1600cf
-int style Material_TextAppearance_SimpleDialog 0x7f1600d0
-int style Material_TextAppearance_SimpleDialog_Light 0x7f1600d1
-int style Material_Widget 0x7f1600d2
-int style Material_Widget_DatePicker 0x7f1600d3
-int style Material_Widget_DatePicker_Light 0x7f1600d4
-int style Material_Widget_EditText 0x7f1600d5
-int style Material_Widget_EditText_Light 0x7f1600d6
-int style Material_Widget_FloatingActionButton 0x7f1600d7
-int style Material_Widget_FloatingActionButton_Light 0x7f1600d8
-int style Material_Widget_FloatingActionButton_Mini 0x7f1600d9
-int style Material_Widget_FloatingActionButton_Mini_Light 0x7f1600da
-int style Material_Widget_ProgressView 0x7f1600db
-int style Material_Widget_ProgressView_Circular 0x7f1600dc
-int style Material_Widget_ProgressView_Circular_Determinate 0x7f1600dd
-int style Material_Widget_ProgressView_Linear 0x7f1600de
-int style Material_Widget_ProgressView_Linear_Buffer 0x7f1600df
-int style Material_Widget_ProgressView_Linear_Determinate 0x7f1600e0
-int style Material_Widget_ProgressView_Linear_Query 0x7f1600e1
-int style Material_Widget_Slider 0x7f1600e2
-int style Material_Widget_Slider_Discrete 0x7f1600e3
-int style Material_Widget_SnackBar 0x7f1600e4
-int style Material_Widget_SnackBar_Mobile 0x7f1600e5
-int style Material_Widget_SnackBar_Mobile_MultiLine 0x7f1600e6
-int style Material_Widget_SnackBar_Tablet 0x7f1600e7
-int style Material_Widget_SnackBar_Tablet_MultiLine 0x7f1600e8
-int style Material_Widget_Spinner 0x7f1600e9
-int style Material_Widget_Spinner_Light 0x7f1600ea
-int style Material_Widget_Switch 0x7f1600eb
-int style Material_Widget_TabPageIndicator 0x7f1600ec
-int style Material_Widget_TabPageIndicator_Fixed 0x7f1600ed
-int style Material_Widget_TabPageIndicator_Fixed_Light 0x7f1600ee
-int style Material_Widget_TabPageIndicator_Light 0x7f1600ef
-int style Material_Widget_TimePicker 0x7f1600f0
-int style Material_Widget_TimePicker_Light 0x7f1600f1
-int style Material_Widget_YearPicker 0x7f1600f2
-int style Material_Widget_YearPicker_Light 0x7f1600f3
-int style Platform_AppCompat 0x7f1600f4
-int style Platform_AppCompat_Light 0x7f1600f5
-int style Platform_ThemeOverlay_AppCompat 0x7f1600f6
-int style Platform_ThemeOverlay_AppCompat_Dark 0x7f1600f7
-int style Platform_ThemeOverlay_AppCompat_Light 0x7f1600f8
-int style Platform_V11_AppCompat 0x7f1600f9
-int style Platform_V11_AppCompat_Light 0x7f1600fa
-int style Platform_V14_AppCompat 0x7f1600fb
-int style Platform_V14_AppCompat_Light 0x7f1600fc
-int style Platform_V21_AppCompat 0x7f1600fd
-int style Platform_V21_AppCompat_Light 0x7f1600fe
-int style Platform_V25_AppCompat 0x7f1600ff
-int style Platform_V25_AppCompat_Light 0x7f160100
-int style Platform_Widget_AppCompat_Spinner 0x7f160101
-int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f160102
-int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f160103
-int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f160104
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f160105
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f160106
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f160107
-int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f160108
-int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f160109
-int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f16010a
-int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f16010b
-int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f16010c
-int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f16010d
-int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f16010e
-int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f16010f
-int style TextAppearance_AppCompat 0x7f160110
-int style TextAppearance_AppCompat_Body1 0x7f160111
-int style TextAppearance_AppCompat_Body2 0x7f160112
-int style TextAppearance_AppCompat_Button 0x7f160113
-int style TextAppearance_AppCompat_Caption 0x7f160114
-int style TextAppearance_AppCompat_Display1 0x7f160115
-int style TextAppearance_AppCompat_Display2 0x7f160116
-int style TextAppearance_AppCompat_Display3 0x7f160117
-int style TextAppearance_AppCompat_Display4 0x7f160118
-int style TextAppearance_AppCompat_Headline 0x7f160119
-int style TextAppearance_AppCompat_Inverse 0x7f16011a
-int style TextAppearance_AppCompat_Large 0x7f16011b
-int style TextAppearance_AppCompat_Large_Inverse 0x7f16011c
-int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f16011d
-int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f16011e
-int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f16011f
-int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f160120
-int style TextAppearance_AppCompat_Medium 0x7f160121
-int style TextAppearance_AppCompat_Medium_Inverse 0x7f160122
-int style TextAppearance_AppCompat_Menu 0x7f160123
-int style TextAppearance_AppCompat_Notification 0x7f160124
-int style TextAppearance_AppCompat_Notification_Info 0x7f160125
-int style TextAppearance_AppCompat_Notification_Info_Media 0x7f160126
-int style TextAppearance_AppCompat_Notification_Line2 0x7f160127
-int style TextAppearance_AppCompat_Notification_Line2_Media 0x7f160128
-int style TextAppearance_AppCompat_Notification_Media 0x7f160129
-int style TextAppearance_AppCompat_Notification_Time 0x7f16012a
-int style TextAppearance_AppCompat_Notification_Time_Media 0x7f16012b
-int style TextAppearance_AppCompat_Notification_Title 0x7f16012c
-int style TextAppearance_AppCompat_Notification_Title_Media 0x7f16012d
-int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f16012e
-int style TextAppearance_AppCompat_SearchResult_Title 0x7f16012f
-int style TextAppearance_AppCompat_Small 0x7f160130
-int style TextAppearance_AppCompat_Small_Inverse 0x7f160131
-int style TextAppearance_AppCompat_Subhead 0x7f160132
-int style TextAppearance_AppCompat_Subhead_Inverse 0x7f160133
-int style TextAppearance_AppCompat_Title 0x7f160134
-int style TextAppearance_AppCompat_Title_Inverse 0x7f160135
-int style TextAppearance_AppCompat_Tooltip 0x7f160136
-int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f160137
-int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f160138
-int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f160139
-int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f16013a
-int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f16013b
-int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f16013c
-int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f16013d
-int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f16013e
-int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f16013f
-int style TextAppearance_AppCompat_Widget_Button 0x7f160140
-int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f160141
-int style TextAppearance_AppCompat_Widget_Button_Colored 0x7f160142
-int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f160143
-int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f160144
-int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f160145
-int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f160146
-int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f160147
-int style TextAppearance_AppCompat_Widget_Switch 0x7f160148
-int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f160149
-int style TextAppearance_Compat_Notification 0x7f16014a
-int style TextAppearance_Compat_Notification_Info 0x7f16014b
-int style TextAppearance_Compat_Notification_Info_Media 0x7f16014c
-int style TextAppearance_Compat_Notification_Line2 0x7f16014d
-int style TextAppearance_Compat_Notification_Line2_Media 0x7f16014e
-int style TextAppearance_Compat_Notification_Media 0x7f16014f
-int style TextAppearance_Compat_Notification_Time 0x7f160150
-int style TextAppearance_Compat_Notification_Time_Media 0x7f160151
-int style TextAppearance_Compat_Notification_Title 0x7f160152
-int style TextAppearance_Compat_Notification_Title_Media 0x7f160153
-int style TextAppearance_Design_CollapsingToolbar_Expanded 0x7f160154
-int style TextAppearance_Design_Counter 0x7f160155
-int style TextAppearance_Design_Counter_Overflow 0x7f160156
-int style TextAppearance_Design_Error 0x7f160157
-int style TextAppearance_Design_Hint 0x7f160158
-int style TextAppearance_Design_Snackbar_Message 0x7f160159
-int style TextAppearance_Design_Tab 0x7f16015a
-int style TextAppearance_StatusBar_EventContent 0x7f16015b
-int style TextAppearance_StatusBar_EventContent_Info 0x7f16015c
-int style TextAppearance_StatusBar_EventContent_Line2 0x7f16015d
-int style TextAppearance_StatusBar_EventContent_Time 0x7f16015e
-int style TextAppearance_StatusBar_EventContent_Title 0x7f16015f
-int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f160160
-int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f160161
-int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f160162
-int style ThemeOverlay_AppCompat 0x7f160163
-int style ThemeOverlay_AppCompat_ActionBar 0x7f160164
-int style ThemeOverlay_AppCompat_Dark 0x7f160165
-int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f160166
-int style ThemeOverlay_AppCompat_Dialog 0x7f160167
-int style ThemeOverlay_AppCompat_Dialog_Alert 0x7f160168
-int style ThemeOverlay_AppCompat_Light 0x7f160169
-int style Theme_AppCompat 0x7f16016a
-int style Theme_AppCompat_CompactMenu 0x7f16016b
-int style Theme_AppCompat_DayNight 0x7f16016c
-int style Theme_AppCompat_DayNight_DarkActionBar 0x7f16016d
-int style Theme_AppCompat_DayNight_Dialog 0x7f16016e
-int style Theme_AppCompat_DayNight_DialogWhenLarge 0x7f16016f
-int style Theme_AppCompat_DayNight_Dialog_Alert 0x7f160170
-int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x7f160171
-int style Theme_AppCompat_DayNight_NoActionBar 0x7f160172
-int style Theme_AppCompat_Dialog 0x7f160173
-int style Theme_AppCompat_DialogWhenLarge 0x7f160174
-int style Theme_AppCompat_Dialog_Alert 0x7f160175
-int style Theme_AppCompat_Dialog_MinWidth 0x7f160176
-int style Theme_AppCompat_Light 0x7f160177
-int style Theme_AppCompat_Light_DarkActionBar 0x7f160178
-int style Theme_AppCompat_Light_Dialog 0x7f160179
-int style Theme_AppCompat_Light_DialogWhenLarge 0x7f16017a
-int style Theme_AppCompat_Light_Dialog_Alert 0x7f16017b
-int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f16017c
-int style Theme_AppCompat_Light_NoActionBar 0x7f16017d
-int style Theme_AppCompat_NoActionBar 0x7f16017e
-int style Theme_Design 0x7f16017f
-int style Theme_Design_BottomSheetDialog 0x7f160180
-int style Theme_Design_Light 0x7f160181
-int style Theme_Design_Light_BottomSheetDialog 0x7f160182
-int style Theme_Design_Light_NoActionBar 0x7f160183
-int style Theme_Design_NoActionBar 0x7f160184
-int style Widget_AppCompat_ActionBar 0x7f160185
-int style Widget_AppCompat_ActionBar_Solid 0x7f160186
-int style Widget_AppCompat_ActionBar_TabBar 0x7f160187
-int style Widget_AppCompat_ActionBar_TabText 0x7f160188
-int style Widget_AppCompat_ActionBar_TabView 0x7f160189
-int style Widget_AppCompat_ActionButton 0x7f16018a
-int style Widget_AppCompat_ActionButton_CloseMode 0x7f16018b
-int style Widget_AppCompat_ActionButton_Overflow 0x7f16018c
-int style Widget_AppCompat_ActionMode 0x7f16018d
-int style Widget_AppCompat_ActivityChooserView 0x7f16018e
-int style Widget_AppCompat_AutoCompleteTextView 0x7f16018f
-int style Widget_AppCompat_Button 0x7f160190
-int style Widget_AppCompat_ButtonBar 0x7f160191
-int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f160192
-int style Widget_AppCompat_Button_Borderless 0x7f160193
-int style Widget_AppCompat_Button_Borderless_Colored 0x7f160194
-int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f160195
-int style Widget_AppCompat_Button_Colored 0x7f160196
-int style Widget_AppCompat_Button_Small 0x7f160197
-int style Widget_AppCompat_CompoundButton_CheckBox 0x7f160198
-int style Widget_AppCompat_CompoundButton_RadioButton 0x7f160199
-int style Widget_AppCompat_CompoundButton_Switch 0x7f16019a
-int style Widget_AppCompat_DrawerArrowToggle 0x7f16019b
-int style Widget_AppCompat_DropDownItem_Spinner 0x7f16019c
-int style Widget_AppCompat_EditText 0x7f16019d
-int style Widget_AppCompat_ImageButton 0x7f16019e
-int style Widget_AppCompat_Light_ActionBar 0x7f16019f
-int style Widget_AppCompat_Light_ActionBar_Solid 0x7f1601a0
-int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f1601a1
-int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f1601a2
-int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f1601a3
-int style Widget_AppCompat_Light_ActionBar_TabText 0x7f1601a4
-int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f1601a5
-int style Widget_AppCompat_Light_ActionBar_TabView 0x7f1601a6
-int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f1601a7
-int style Widget_AppCompat_Light_ActionButton 0x7f1601a8
-int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f1601a9
-int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f1601aa
-int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f1601ab
-int style Widget_AppCompat_Light_ActivityChooserView 0x7f1601ac
-int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f1601ad
-int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f1601ae
-int style Widget_AppCompat_Light_ListPopupWindow 0x7f1601af
-int style Widget_AppCompat_Light_ListView_DropDown 0x7f1601b0
-int style Widget_AppCompat_Light_PopupMenu 0x7f1601b1
-int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f1601b2
-int style Widget_AppCompat_Light_SearchView 0x7f1601b3
-int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f1601b4
-int style Widget_AppCompat_ListMenuView 0x7f1601b5
-int style Widget_AppCompat_ListPopupWindow 0x7f1601b6
-int style Widget_AppCompat_ListView 0x7f1601b7
-int style Widget_AppCompat_ListView_DropDown 0x7f1601b8
-int style Widget_AppCompat_ListView_Menu 0x7f1601b9
-int style Widget_AppCompat_PopupMenu 0x7f1601ba
-int style Widget_AppCompat_PopupMenu_Overflow 0x7f1601bb
-int style Widget_AppCompat_PopupWindow 0x7f1601bc
-int style Widget_AppCompat_ProgressBar 0x7f1601bd
-int style Widget_AppCompat_ProgressBar_Horizontal 0x7f1601be
-int style Widget_AppCompat_RatingBar 0x7f1601bf
-int style Widget_AppCompat_RatingBar_Indicator 0x7f1601c0
-int style Widget_AppCompat_RatingBar_Small 0x7f1601c1
-int style Widget_AppCompat_SearchView 0x7f1601c2
-int style Widget_AppCompat_SearchView_ActionBar 0x7f1601c3
-int style Widget_AppCompat_SeekBar 0x7f1601c4
-int style Widget_AppCompat_SeekBar_Discrete 0x7f1601c5
-int style Widget_AppCompat_Spinner 0x7f1601c6
-int style Widget_AppCompat_Spinner_DropDown 0x7f1601c7
-int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f1601c8
-int style Widget_AppCompat_Spinner_Underlined 0x7f1601c9
-int style Widget_AppCompat_TextView_SpinnerItem 0x7f1601ca
-int style Widget_AppCompat_Toolbar 0x7f1601cb
-int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f1601cc
-int style Widget_Compat_NotificationActionContainer 0x7f1601cd
-int style Widget_Compat_NotificationActionText 0x7f1601ce
-int style Widget_Design_AppBarLayout 0x7f1601cf
-int style Widget_Design_BottomNavigationView 0x7f1601d0
-int style Widget_Design_BottomSheet_Modal 0x7f1601d1
-int style Widget_Design_CollapsingToolbar 0x7f1601d2
-int style Widget_Design_CoordinatorLayout 0x7f1601d3
-int style Widget_Design_FloatingActionButton 0x7f1601d4
-int style Widget_Design_NavigationView 0x7f1601d5
-int style Widget_Design_ScrimInsetsFrameLayout 0x7f1601d6
-int style Widget_Design_Snackbar 0x7f1601d7
-int style Widget_Design_TabLayout 0x7f1601d8
-int style Widget_Design_TextInputLayout 0x7f1601d9
-int style myDialog 0x7f1601da
-int style myDialogTitle 0x7f1601db
-int[] styleable ActionBar { 0x7f040032, 0x7f040033, 0x7f040034, 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b, 0x7f040098, 0x7f0400c2, 0x7f0400c3, 0x7f0400eb, 0x7f040131, 0x7f040132, 0x7f040137, 0x7f040138, 0x7f040139, 0x7f04013e, 0x7f040144, 0x7f04016e, 0x7f040185, 0x7f040197, 0x7f04019b, 0x7f04019c, 0x7f04022a, 0x7f04022d, 0x7f040261, 0x7f04026b }
+int color abc_color_highlight_material 0x7f060005
+int color abc_input_method_navigation_guard 0x7f060006
+int color abc_primary_text_disable_only_material_dark 0x7f060007
+int color abc_primary_text_disable_only_material_light 0x7f060008
+int color abc_primary_text_material_dark 0x7f060009
+int color abc_primary_text_material_light 0x7f06000a
+int color abc_search_url_text 0x7f06000b
+int color abc_search_url_text_normal 0x7f06000c
+int color abc_search_url_text_pressed 0x7f06000d
+int color abc_search_url_text_selected 0x7f06000e
+int color abc_secondary_text_material_dark 0x7f06000f
+int color abc_secondary_text_material_light 0x7f060010
+int color accent_material_dark 0x7f060011
+int color accent_material_light 0x7f060012
+int color android_text_color 0x7f060013
+int color app_topbar_color 0x7f060014
+int color background_color 0x7f060015
+int color background_floating_material_dark 0x7f060016
+int color background_floating_material_light 0x7f060017
+int color background_material_dark 0x7f060018
+int color background_material_light 0x7f060019
+int color black 0x7f06001a
+int color blue 0x7f06001b
+int color bright_foreground_disabled_material_dark 0x7f06001c
+int color bright_foreground_disabled_material_light 0x7f06001d
+int color bright_foreground_inverse_material_dark 0x7f06001e
+int color bright_foreground_inverse_material_light 0x7f06001f
+int color bright_foreground_material_dark 0x7f060020
+int color bright_foreground_material_light 0x7f060021
+int color button_material_dark 0x7f060022
+int color button_material_light 0x7f060023
+int color cardview_dark_background 0x7f060024
+int color cardview_light_background 0x7f060025
+int color cardview_shadow_end_color 0x7f060026
+int color cardview_shadow_start_color 0x7f060027
+int color cyan 0x7f060028
+int color dim_foreground_disabled_material_dark 0x7f060029
+int color dim_foreground_disabled_material_light 0x7f06002a
+int color dim_foreground_material_dark 0x7f06002b
+int color dim_foreground_material_light 0x7f06002c
+int color foreground_material_dark 0x7f06002d
+int color foreground_material_light 0x7f06002e
+int color gray 0x7f06002f
+int color highlighted_text_material_dark 0x7f060030
+int color highlighted_text_material_light 0x7f060031
+int color hint_foreground_material_dark 0x7f060032
+int color hint_foreground_material_light 0x7f060033
+int color lightBlue 0x7f060034
+int color list_background 0x7f060035
+int color list_even 0x7f060036
+int color list_header 0x7f060037
+int color list_odd 0x7f060038
+int color list_selected 0x7f060039
+int color material_blue_grey_800 0x7f06003a
+int color material_blue_grey_900 0x7f06003b
+int color material_blue_grey_950 0x7f06003c
+int color material_deep_teal_200 0x7f06003d
+int color material_deep_teal_500 0x7f06003e
+int color material_grey_100 0x7f06003f
+int color material_grey_300 0x7f060040
+int color material_grey_50 0x7f060041
+int color material_grey_600 0x7f060042
+int color material_grey_800 0x7f060043
+int color material_grey_850 0x7f060044
+int color material_grey_900 0x7f060045
+int color primary 0x7f060046
+int color primary_dark 0x7f060047
+int color primary_dark_material_dark 0x7f060048
+int color primary_dark_material_light 0x7f060049
+int color primary_material_dark 0x7f06004a
+int color primary_material_light 0x7f06004b
+int color primary_pressed 0x7f06004c
+int color primary_text_default_material_dark 0x7f06004d
+int color primary_text_default_material_light 0x7f06004e
+int color primary_text_disabled_material_dark 0x7f06004f
+int color primary_text_disabled_material_light 0x7f060050
+int color red 0x7f060051
+int color ripple 0x7f060052
+int color ripple_material_dark 0x7f060053
+int color ripple_material_light 0x7f060054
+int color secondary_text_default_material_dark 0x7f060055
+int color secondary_text_default_material_light 0x7f060056
+int color secondary_text_disabled_material_dark 0x7f060057
+int color secondary_text_disabled_material_light 0x7f060058
+int color switch_thumb_disabled_material_dark 0x7f060059
+int color switch_thumb_disabled_material_light 0x7f06005a
+int color switch_thumb_material_dark 0x7f06005b
+int color switch_thumb_material_light 0x7f06005c
+int color switch_thumb_normal_material_dark 0x7f06005d
+int color switch_thumb_normal_material_light 0x7f06005e
+int color text_color 0x7f06005f
+int color white 0x7f060060
+int dimen abc_action_bar_content_inset_material 0x7f070001
+int dimen abc_action_bar_default_height_material 0x7f070002
+int dimen abc_action_bar_default_padding_end_material 0x7f070003
+int dimen abc_action_bar_default_padding_start_material 0x7f070004
+int dimen abc_action_bar_icon_vertical_padding_material 0x7f070005
+int dimen abc_action_bar_overflow_padding_end_material 0x7f070006
+int dimen abc_action_bar_overflow_padding_start_material 0x7f070007
+int dimen abc_action_bar_progress_bar_size 0x7f070008
+int dimen abc_action_bar_stacked_max_height 0x7f070009
+int dimen abc_action_bar_stacked_tab_max_width 0x7f07000a
+int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f07000b
+int dimen abc_action_bar_subtitle_top_margin_material 0x7f07000c
+int dimen abc_action_button_min_height_material 0x7f07000d
+int dimen abc_action_button_min_width_material 0x7f07000e
+int dimen abc_action_button_min_width_overflow_material 0x7f07000f
+int dimen abc_alert_dialog_button_bar_height 0x7f070010
+int dimen abc_button_inset_horizontal_material 0x7f070011
+int dimen abc_button_inset_vertical_material 0x7f070012
+int dimen abc_button_padding_horizontal_material 0x7f070013
+int dimen abc_button_padding_vertical_material 0x7f070014
+int dimen abc_config_prefDialogWidth 0x7f070015
+int dimen abc_control_corner_material 0x7f070016
+int dimen abc_control_inset_material 0x7f070017
+int dimen abc_control_padding_material 0x7f070018
+int dimen abc_dialog_fixed_height_major 0x7f070019
+int dimen abc_dialog_fixed_height_minor 0x7f07001a
+int dimen abc_dialog_fixed_width_major 0x7f07001b
+int dimen abc_dialog_fixed_width_minor 0x7f07001c
+int dimen abc_dialog_list_padding_vertical_material 0x7f07001d
+int dimen abc_dialog_min_width_major 0x7f07001e
+int dimen abc_dialog_min_width_minor 0x7f07001f
+int dimen abc_dialog_padding_material 0x7f070020
+int dimen abc_dialog_padding_top_material 0x7f070021
+int dimen abc_disabled_alpha_material_dark 0x7f070022
+int dimen abc_disabled_alpha_material_light 0x7f070023
+int dimen abc_dropdownitem_icon_width 0x7f070024
+int dimen abc_dropdownitem_text_padding_left 0x7f070025
+int dimen abc_dropdownitem_text_padding_right 0x7f070026
+int dimen abc_edit_text_inset_bottom_material 0x7f070027
+int dimen abc_edit_text_inset_horizontal_material 0x7f070028
+int dimen abc_edit_text_inset_top_material 0x7f070029
+int dimen abc_floating_window_z 0x7f07002a
+int dimen abc_list_item_padding_horizontal_material 0x7f07002b
+int dimen abc_panel_menu_list_width 0x7f07002c
+int dimen abc_search_view_preferred_width 0x7f07002d
+int dimen abc_search_view_text_min_width 0x7f07002e
+int dimen abc_seekbar_track_background_height_material 0x7f07002f
+int dimen abc_seekbar_track_progress_height_material 0x7f070030
+int dimen abc_select_dialog_padding_start_material 0x7f070031
+int dimen abc_switch_padding 0x7f070032
+int dimen abc_text_size_body_1_material 0x7f070033
+int dimen abc_text_size_body_2_material 0x7f070034
+int dimen abc_text_size_button_material 0x7f070035
+int dimen abc_text_size_caption_material 0x7f070036
+int dimen abc_text_size_display_1_material 0x7f070037
+int dimen abc_text_size_display_2_material 0x7f070038
+int dimen abc_text_size_display_3_material 0x7f070039
+int dimen abc_text_size_display_4_material 0x7f07003a
+int dimen abc_text_size_headline_material 0x7f07003b
+int dimen abc_text_size_large_material 0x7f07003c
+int dimen abc_text_size_medium_material 0x7f07003d
+int dimen abc_text_size_menu_material 0x7f07003e
+int dimen abc_text_size_small_material 0x7f07003f
+int dimen abc_text_size_subhead_material 0x7f070040
+int dimen abc_text_size_subtitle_material_toolbar 0x7f070041
+int dimen abc_text_size_title_material 0x7f070042
+int dimen abc_text_size_title_material_toolbar 0x7f070043
+int dimen activity_horizontal_margin 0x7f070044
+int dimen activity_vertical_margin 0x7f070045
+int dimen cardview_compat_inset_shadow 0x7f070046
+int dimen cardview_default_elevation 0x7f070047
+int dimen cardview_default_radius 0x7f070048
+int dimen disabled_alpha_material_dark 0x7f070049
+int dimen disabled_alpha_material_light 0x7f07004a
+int dimen highlight_alpha_material_colored 0x7f07004b
+int dimen highlight_alpha_material_dark 0x7f07004c
+int dimen highlight_alpha_material_light 0x7f07004d
+int dimen item_touch_helper_max_drag_scroll_per_frame 0x7f07004e
+int dimen notification_large_icon_height 0x7f07004f
+int dimen notification_large_icon_width 0x7f070050
+int dimen notification_subtext_size 0x7f070051
+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_to_on_mtrl_000 0x7f080005
+int drawable abc_btn_check_to_on_mtrl_015 0x7f080006
+int drawable abc_btn_colored_material 0x7f080007
+int drawable abc_btn_default_mtrl_shape 0x7f080008
+int drawable abc_btn_radio_material 0x7f080009
+int drawable abc_btn_radio_to_on_mtrl_000 0x7f08000a
+int drawable abc_btn_radio_to_on_mtrl_015 0x7f08000b
+int drawable abc_btn_rating_star_off_mtrl_alpha 0x7f08000c
+int drawable abc_btn_rating_star_on_mtrl_alpha 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_dark 0x7f080014
+int drawable abc_dialog_material_background_light 0x7f080015
+int drawable abc_edit_text_material 0x7f080016
+int drawable abc_ic_ab_back_mtrl_am_alpha 0x7f080017
+int drawable abc_ic_clear_mtrl_alpha 0x7f080018
+int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f080019
+int drawable abc_ic_go_search_api_mtrl_alpha 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_moreoverflow_mtrl_alpha 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_mtrl_alpha 0x7f080021
+int drawable abc_ic_voice_search_api_mtrl_alpha 0x7f080022
+int drawable abc_item_background_holo_dark 0x7f080023
+int drawable abc_item_background_holo_light 0x7f080024
+int drawable abc_list_divider_mtrl_alpha 0x7f080025
+int drawable abc_list_focused_holo 0x7f080026
+int drawable abc_list_longpressed_holo 0x7f080027
+int drawable abc_list_pressed_holo_dark 0x7f080028
+int drawable abc_list_pressed_holo_light 0x7f080029
+int drawable abc_list_selector_background_transition_holo_dark 0x7f08002a
+int drawable abc_list_selector_background_transition_holo_light 0x7f08002b
+int drawable abc_list_selector_disabled_holo_dark 0x7f08002c
+int drawable abc_list_selector_disabled_holo_light 0x7f08002d
+int drawable abc_list_selector_holo_dark 0x7f08002e
+int drawable abc_list_selector_holo_light 0x7f08002f
+int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f080030
+int drawable abc_popup_background_mtrl_mult 0x7f080031
+int drawable abc_ratingbar_full_material 0x7f080032
+int drawable abc_scrubber_control_off_mtrl_alpha 0x7f080033
+int drawable abc_scrubber_control_to_pressed_mtrl_000 0x7f080034
+int drawable abc_scrubber_control_to_pressed_mtrl_005 0x7f080035
+int drawable abc_scrubber_primary_mtrl_alpha 0x7f080036
+int drawable abc_scrubber_track_mtrl_alpha 0x7f080037
+int drawable abc_seekbar_thumb_material 0x7f080038
+int drawable abc_seekbar_track_material 0x7f080039
+int drawable abc_spinner_mtrl_am_alpha 0x7f08003a
+int drawable abc_spinner_textfield_background_material 0x7f08003b
+int drawable abc_switch_thumb_material 0x7f08003c
+int drawable abc_switch_track_mtrl_alpha 0x7f08003d
+int drawable abc_tab_indicator_material 0x7f08003e
+int drawable abc_tab_indicator_mtrl_alpha 0x7f08003f
+int drawable abc_text_cursor_material 0x7f080040
+int drawable abc_textfield_activated_mtrl_alpha 0x7f080041
+int drawable abc_textfield_default_mtrl_alpha 0x7f080042
+int drawable abc_textfield_search_activated_mtrl_alpha 0x7f080043
+int drawable abc_textfield_search_default_mtrl_alpha 0x7f080044
+int drawable abc_textfield_search_material 0x7f080045
+int drawable notification_template_icon_bg 0x7f080046
+int id action0 0x7f0b0001
+int id action_bar 0x7f0b0002
+int id action_bar_activity_content 0x7f0b0003
+int id action_bar_container 0x7f0b0004
+int id action_bar_root 0x7f0b0005
+int id action_bar_spinner 0x7f0b0006
+int id action_bar_subtitle 0x7f0b0007
+int id action_bar_title 0x7f0b0008
+int id action_context_bar 0x7f0b0009
+int id action_divider 0x7f0b000a
+int id action_menu_divider 0x7f0b000b
+int id action_menu_presenter 0x7f0b000c
+int id action_mode_bar 0x7f0b000d
+int id action_mode_bar_stub 0x7f0b000e
+int id action_mode_close_button 0x7f0b000f
+int id activity_chooser_view_content 0x7f0b0010
+int id afterRelease 0x7f0b0011
+int id alertCheckbox 0x7f0b0012
+int id alertSearchEditText 0x7f0b0013
+int id alertSearchListView 0x7f0b0014
+int id alertTextView 0x7f0b0015
+int id alertTitle 0x7f0b0016
+int id always 0x7f0b0017
+int id beginning 0x7f0b0018
+int id bevel 0x7f0b0019
+int id bold 0x7f0b001a
+int id bold_italic 0x7f0b001b
+int id bottom 0x7f0b001c
+int id buffer 0x7f0b001d
+int id butt 0x7f0b001e
+int id buttonPanel 0x7f0b001f
+int id cancel_action 0x7f0b0020
+int id center 0x7f0b0021
+int id charCounter 0x7f0b0022
+int id checkbox 0x7f0b0023
+int id chronometer 0x7f0b0024
+int id collapseActionView 0x7f0b0025
+int id contentPanel 0x7f0b0026
+int id custom 0x7f0b0027
+int id customPanel 0x7f0b0028
+int id decor_content_parent 0x7f0b0029
+int id default_activity_button 0x7f0b002a
+int id determinate 0x7f0b002b
+int id disableHome 0x7f0b002c
+int id edit_query 0x7f0b002d
+int id empty 0x7f0b002e
+int id end 0x7f0b002f
+int id end_padder 0x7f0b0030
+int id expand_activities_button 0x7f0b0031
+int id expanded_menu 0x7f0b0032
+int id fixed 0x7f0b0033
+int id helper 0x7f0b0034
+int id helperWithError 0x7f0b0035
+int id home 0x7f0b0036
+int id homeAsUp 0x7f0b0037
+int id hour 0x7f0b0038
+int id icon 0x7f0b0039
+int id ifRoom 0x7f0b003a
+int id image 0x7f0b003b
+int id indeterminate 0x7f0b003c
+int id info 0x7f0b003d
+int id italic 0x7f0b003e
+int id item_touch_helper_previous_elevation 0x7f0b003f
+int id line1 0x7f0b0040
+int id line3 0x7f0b0041
+int id listMode 0x7f0b0042
+int id listTextViewSpinner 0x7f0b0043
+int id list_item 0x7f0b0044
+int id locale 0x7f0b0045
+int id ltr 0x7f0b0046
+int id marquee 0x7f0b0047
+int id match_parent 0x7f0b0048
+int id match_view 0x7f0b0049
+int id media_actions 0x7f0b004a
+int id middle 0x7f0b004b
+int id minute 0x7f0b004c
+int id miter 0x7f0b004d
+int id multi 0x7f0b004e
+int id multiply 0x7f0b004f
+int id never 0x7f0b0050
+int id none 0x7f0b0051
+int id normal 0x7f0b0052
+int id oval 0x7f0b0053
+int id parentPanel 0x7f0b0054
+int id progress_circular 0x7f0b0055
+int id progress_horizontal 0x7f0b0056
+int id query 0x7f0b0057
+int id radio 0x7f0b0058
+int id rectangle 0x7f0b0059
+int id round 0x7f0b005a
+int id rtl 0x7f0b005b
+int id screen 0x7f0b005c
+int id scroll 0x7f0b005d
+int id scrollIndicatorDown 0x7f0b005e
+int id scrollIndicatorUp 0x7f0b005f
+int id scrollView 0x7f0b0060
+int id searchMultiSpinner 0x7f0b0061
+int id search_badge 0x7f0b0062
+int id search_bar 0x7f0b0063
+int id search_button 0x7f0b0064
+int id search_close_btn 0x7f0b0065
+int id search_edit_frame 0x7f0b0066
+int id search_go_btn 0x7f0b0067
+int id search_mag_icon 0x7f0b0068
+int id search_plate 0x7f0b0069
+int id search_src_text 0x7f0b006a
+int id search_voice_btn 0x7f0b006b
+int id select_dialog_listview 0x7f0b006c
+int id shortcut 0x7f0b006d
+int id showCustom 0x7f0b006e
+int id showHome 0x7f0b006f
+int id showTitle 0x7f0b0070
+int id simpleMultiSpinner 0x7f0b0071
+int id single 0x7f0b0072
+int id spacer 0x7f0b0073
+int id split_action_bar 0x7f0b0074
+int id square 0x7f0b0075
+int id src_atop 0x7f0b0076
+int id src_in 0x7f0b0077
+int id src_over 0x7f0b0078
+int id start 0x7f0b0079
+int id status_bar_latest_event_content 0x7f0b007a
+int id submit_area 0x7f0b007b
+int id tabMode 0x7f0b007c
+int id text 0x7f0b007d
+int id text2 0x7f0b007e
+int id textSpacerNoButtons 0x7f0b007f
+int id time 0x7f0b0080
+int id title 0x7f0b0081
+int id title_template 0x7f0b0082
+int id top 0x7f0b0083
+int id topPanel 0x7f0b0084
+int id touch 0x7f0b0085
+int id untilRelease 0x7f0b0086
+int id up 0x7f0b0087
+int id useLogo 0x7f0b0088
+int id wave 0x7f0b0089
+int id withText 0x7f0b008a
+int id wrap_content 0x7f0b008b
+int integer abc_config_activityDefaultDur 0x7f0c0001
+int integer abc_config_activityShortDur 0x7f0c0002
+int integer abc_max_action_buttons 0x7f0c0003
+int integer cancel_button_image_alpha 0x7f0c0004
+int integer status_bar_notification_info_maxnum 0x7f0c0005
+int layout abc_action_bar_title_item 0x7f0e0001
+int layout abc_action_bar_up_container 0x7f0e0002
+int layout abc_action_bar_view_list_nav_layout 0x7f0e0003
+int layout abc_action_menu_item_layout 0x7f0e0004
+int layout abc_action_menu_layout 0x7f0e0005
+int layout abc_action_mode_bar 0x7f0e0006
+int layout abc_action_mode_close_item_material 0x7f0e0007
+int layout abc_activity_chooser_view 0x7f0e0008
+int layout abc_activity_chooser_view_list_item 0x7f0e0009
+int layout abc_alert_dialog_button_bar_material 0x7f0e000a
+int layout abc_alert_dialog_material 0x7f0e000b
+int layout abc_dialog_title_material 0x7f0e000c
+int layout abc_expanded_menu_layout 0x7f0e000d
+int layout abc_list_menu_item_checkbox 0x7f0e000e
+int layout abc_list_menu_item_icon 0x7f0e000f
+int layout abc_list_menu_item_layout 0x7f0e0010
+int layout abc_list_menu_item_radio 0x7f0e0011
+int layout abc_popup_menu_item_layout 0x7f0e0012
+int layout abc_screen_content_include 0x7f0e0013
+int layout abc_screen_simple 0x7f0e0014
+int layout abc_screen_simple_overlay_action_mode 0x7f0e0015
+int layout abc_screen_toolbar 0x7f0e0016
+int layout abc_search_dropdown_item_icons_2line 0x7f0e0017
+int layout abc_search_view 0x7f0e0018
+int layout abc_select_dialog_material 0x7f0e0019
+int layout activity_main 0x7f0e001a
+int layout alert_dialog_listview_search 0x7f0e001b
+int layout item_listview_multiple 0x7f0e001c
+int layout item_listview_single 0x7f0e001d
+int layout notification_media_action 0x7f0e001e
+int layout notification_media_cancel_action 0x7f0e001f
+int layout notification_template_big_media 0x7f0e0020
+int layout notification_template_big_media_narrow 0x7f0e0021
+int layout notification_template_lines 0x7f0e0022
+int layout notification_template_media 0x7f0e0023
+int layout notification_template_part_chronometer 0x7f0e0024
+int layout notification_template_part_time 0x7f0e0025
+int layout select_dialog_item_material 0x7f0e0026
+int layout select_dialog_multichoice_material 0x7f0e0027
+int layout select_dialog_singlechoice_material 0x7f0e0028
+int layout support_simple_spinner_dropdown_item 0x7f0e0029
+int layout textview_for_spinner 0x7f0e002a
+int string abc_action_bar_home_description 0x7f140001
+int string abc_action_bar_home_description_format 0x7f140002
+int string abc_action_bar_home_subtitle_description_format 0x7f140003
+int string abc_action_bar_up_description 0x7f140004
+int string abc_action_menu_overflow_description 0x7f140005
+int string abc_action_mode_done 0x7f140006
+int string abc_activity_chooser_view_see_all 0x7f140007
+int string abc_activitychooserview_choose_application 0x7f140008
+int string abc_capital_off 0x7f140009
+int string abc_capital_on 0x7f14000a
+int string abc_search_hint 0x7f14000b
+int string abc_searchview_description_clear 0x7f14000c
+int string abc_searchview_description_query 0x7f14000d
+int string abc_searchview_description_search 0x7f14000e
+int string abc_searchview_description_submit 0x7f14000f
+int string abc_searchview_description_voice 0x7f140010
+int string abc_shareactionprovider_share_with 0x7f140011
+int string abc_shareactionprovider_share_with_application 0x7f140012
+int string abc_toolbar_collapse_description 0x7f140013
+int string status_bar_notification_info_overflow 0x7f140014
+int string type_to_search 0x7f140015
+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 Base_AlertDialog_AppCompat 0x7f150005
+int style Base_AlertDialog_AppCompat_Light 0x7f150006
+int style Base_Animation_AppCompat_Dialog 0x7f150007
+int style Base_Animation_AppCompat_DropDownUp 0x7f150008
+int style Base_DialogWindowTitleBackground_AppCompat 0x7f150009
+int style Base_DialogWindowTitle_AppCompat 0x7f15000a
+int style Base_TextAppearance_AppCompat 0x7f15000b
+int style Base_TextAppearance_AppCompat_Body1 0x7f15000c
+int style Base_TextAppearance_AppCompat_Body2 0x7f15000d
+int style Base_TextAppearance_AppCompat_Button 0x7f15000e
+int style Base_TextAppearance_AppCompat_Caption 0x7f15000f
+int style Base_TextAppearance_AppCompat_Display1 0x7f150010
+int style Base_TextAppearance_AppCompat_Display2 0x7f150011
+int style Base_TextAppearance_AppCompat_Display3 0x7f150012
+int style Base_TextAppearance_AppCompat_Display4 0x7f150013
+int style Base_TextAppearance_AppCompat_Headline 0x7f150014
+int style Base_TextAppearance_AppCompat_Inverse 0x7f150015
+int style Base_TextAppearance_AppCompat_Large 0x7f150016
+int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f150017
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f150018
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f150019
+int style Base_TextAppearance_AppCompat_Medium 0x7f15001a
+int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f15001b
+int style Base_TextAppearance_AppCompat_Menu 0x7f15001c
+int style Base_TextAppearance_AppCompat_SearchResult 0x7f15001d
+int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f15001e
+int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f15001f
+int style Base_TextAppearance_AppCompat_Small 0x7f150020
+int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f150021
+int style Base_TextAppearance_AppCompat_Subhead 0x7f150022
+int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f150023
+int style Base_TextAppearance_AppCompat_Title 0x7f150024
+int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f150025
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f150026
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f150027
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f150028
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f150029
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f15002a
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f15002b
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f15002c
+int style Base_TextAppearance_AppCompat_Widget_Button 0x7f15002d
+int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f15002e
+int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f15002f
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f150030
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f150031
+int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f150032
+int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f150033
+int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f150034
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f150035
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f150036
+int style Base_ThemeOverlay_AppCompat 0x7f150037
+int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f150038
+int style Base_ThemeOverlay_AppCompat_Dark 0x7f150039
+int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f15003a
+int style Base_ThemeOverlay_AppCompat_Light 0x7f15003b
+int style Base_Theme_AppCompat 0x7f15003c
+int style Base_Theme_AppCompat_CompactMenu 0x7f15003d
+int style Base_Theme_AppCompat_Dialog 0x7f15003e
+int style Base_Theme_AppCompat_DialogWhenLarge 0x7f15003f
+int style Base_Theme_AppCompat_Dialog_Alert 0x7f150040
+int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f150041
+int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f150042
+int style Base_Theme_AppCompat_Light 0x7f150043
+int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f150044
+int style Base_Theme_AppCompat_Light_Dialog 0x7f150045
+int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f150046
+int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f150047
+int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f150048
+int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f150049
+int style Base_V11_Theme_AppCompat_Dialog 0x7f15004a
+int style Base_V11_Theme_AppCompat_Light_Dialog 0x7f15004b
+int style Base_V12_Widget_AppCompat_AutoCompleteTextView 0x7f15004c
+int style Base_V12_Widget_AppCompat_EditText 0x7f15004d
+int style Base_V21_Theme_AppCompat 0x7f15004e
+int style Base_V21_Theme_AppCompat_Dialog 0x7f15004f
+int style Base_V21_Theme_AppCompat_Light 0x7f150050
+int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f150051
+int style Base_V22_Theme_AppCompat 0x7f150052
+int style Base_V22_Theme_AppCompat_Light 0x7f150053
+int style Base_V23_Theme_AppCompat 0x7f150054
+int style Base_V23_Theme_AppCompat_Light 0x7f150055
+int style Base_V7_Theme_AppCompat 0x7f150056
+int style Base_V7_Theme_AppCompat_Dialog 0x7f150057
+int style Base_V7_Theme_AppCompat_Light 0x7f150058
+int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f150059
+int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f15005a
+int style Base_V7_Widget_AppCompat_EditText 0x7f15005b
+int style Base_Widget_AppCompat_ActionBar 0x7f15005c
+int style Base_Widget_AppCompat_ActionBar_Solid 0x7f15005d
+int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f15005e
+int style Base_Widget_AppCompat_ActionBar_TabText 0x7f15005f
+int style Base_Widget_AppCompat_ActionBar_TabView 0x7f150060
+int style Base_Widget_AppCompat_ActionButton 0x7f150061
+int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f150062
+int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f150063
+int style Base_Widget_AppCompat_ActionMode 0x7f150064
+int style Base_Widget_AppCompat_ActivityChooserView 0x7f150065
+int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f150066
+int style Base_Widget_AppCompat_Button 0x7f150067
+int style Base_Widget_AppCompat_ButtonBar 0x7f150068
+int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f150069
+int style Base_Widget_AppCompat_Button_Borderless 0x7f15006a
+int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f15006b
+int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f15006c
+int style Base_Widget_AppCompat_Button_Colored 0x7f15006d
+int style Base_Widget_AppCompat_Button_Small 0x7f15006e
+int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f15006f
+int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f150070
+int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f150071
+int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f150072
+int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f150073
+int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f150074
+int style Base_Widget_AppCompat_EditText 0x7f150075
+int style Base_Widget_AppCompat_ImageButton 0x7f150076
+int style Base_Widget_AppCompat_Light_ActionBar 0x7f150077
+int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f150078
+int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f150079
+int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f15007a
+int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f15007b
+int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f15007c
+int style Base_Widget_AppCompat_Light_PopupMenu 0x7f15007d
+int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f15007e
+int style Base_Widget_AppCompat_ListPopupWindow 0x7f15007f
+int style Base_Widget_AppCompat_ListView 0x7f150080
+int style Base_Widget_AppCompat_ListView_DropDown 0x7f150081
+int style Base_Widget_AppCompat_ListView_Menu 0x7f150082
+int style Base_Widget_AppCompat_PopupMenu 0x7f150083
+int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f150084
+int style Base_Widget_AppCompat_PopupWindow 0x7f150085
+int style Base_Widget_AppCompat_ProgressBar 0x7f150086
+int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f150087
+int style Base_Widget_AppCompat_RatingBar 0x7f150088
+int style Base_Widget_AppCompat_SearchView 0x7f150089
+int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f15008a
+int style Base_Widget_AppCompat_SeekBar 0x7f15008b
+int style Base_Widget_AppCompat_Spinner 0x7f15008c
+int style Base_Widget_AppCompat_Spinner_Underlined 0x7f15008d
+int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f15008e
+int style Base_Widget_AppCompat_Toolbar 0x7f15008f
+int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f150090
+int style CardView 0x7f150091
+int style CardView_Dark 0x7f150092
+int style CardView_Light 0x7f150093
+int style DialogNoAnimation 0x7f150094
+int style DialogWindowTitle 0x7f150095
+int style Material 0x7f150096
+int style MaterialSpinner 0x7f150097
+int style Material_App 0x7f150098
+int style Material_App_BottomSheetDialog 0x7f150099
+int style Material_App_Dialog 0x7f15009a
+int style Material_App_Dialog_DatePicker 0x7f15009b
+int style Material_App_Dialog_DatePicker_Light 0x7f15009c
+int style Material_App_Dialog_Light 0x7f15009d
+int style Material_App_Dialog_Simple 0x7f15009e
+int style Material_App_Dialog_Simple_Light 0x7f15009f
+int style Material_App_Dialog_TimePicker 0x7f1500a0
+int style Material_App_Dialog_TimePicker_Light 0x7f1500a1
+int style Material_Drawable 0x7f1500a2
+int style Material_Drawable_CheckBox 0x7f1500a3
+int style Material_Drawable_CircularProgress 0x7f1500a4
+int style Material_Drawable_CircularProgress_Determinate 0x7f1500a5
+int style Material_Drawable_LinearProgress 0x7f1500a6
+int style Material_Drawable_LinearProgress_Buffer 0x7f1500a7
+int style Material_Drawable_LinearProgress_Determinate 0x7f1500a8
+int style Material_Drawable_LinearProgress_Query 0x7f1500a9
+int style Material_Drawable_NavigationDrawer 0x7f1500aa
+int style Material_Drawable_NavigationDrawerIcon 0x7f1500ab
+int style Material_Drawable_NavigationDrawerIcon_Light 0x7f1500ac
+int style Material_Drawable_NavigationDrawer_Light 0x7f1500ad
+int style Material_Drawable_RadioButton 0x7f1500ae
+int style Material_Drawable_Ripple 0x7f1500af
+int style Material_Drawable_Ripple_Touch 0x7f1500b0
+int style Material_Drawable_Ripple_Touch_Light 0x7f1500b1
+int style Material_Drawable_Ripple_Touch_MatchView 0x7f1500b2
+int style Material_Drawable_Ripple_Touch_MatchView_Light 0x7f1500b3
+int style Material_Drawable_Ripple_Wave 0x7f1500b4
+int style Material_Drawable_Ripple_Wave_Light 0x7f1500b5
+int style Material_TextAppearance 0x7f1500b6
+int style Material_TextAppearance_SimpleDialog 0x7f1500b7
+int style Material_TextAppearance_SimpleDialog_Light 0x7f1500b8
+int style Material_Widget 0x7f1500b9
+int style Material_Widget_DatePicker 0x7f1500ba
+int style Material_Widget_DatePicker_Light 0x7f1500bb
+int style Material_Widget_EditText 0x7f1500bc
+int style Material_Widget_EditText_Light 0x7f1500bd
+int style Material_Widget_FloatingActionButton 0x7f1500be
+int style Material_Widget_FloatingActionButton_Light 0x7f1500bf
+int style Material_Widget_FloatingActionButton_Mini 0x7f1500c0
+int style Material_Widget_FloatingActionButton_Mini_Light 0x7f1500c1
+int style Material_Widget_ProgressView 0x7f1500c2
+int style Material_Widget_ProgressView_Circular 0x7f1500c3
+int style Material_Widget_ProgressView_Circular_Determinate 0x7f1500c4
+int style Material_Widget_ProgressView_Linear 0x7f1500c5
+int style Material_Widget_ProgressView_Linear_Buffer 0x7f1500c6
+int style Material_Widget_ProgressView_Linear_Determinate 0x7f1500c7
+int style Material_Widget_ProgressView_Linear_Query 0x7f1500c8
+int style Material_Widget_Slider 0x7f1500c9
+int style Material_Widget_Slider_Discrete 0x7f1500ca
+int style Material_Widget_SnackBar 0x7f1500cb
+int style Material_Widget_SnackBar_Mobile 0x7f1500cc
+int style Material_Widget_SnackBar_Mobile_MultiLine 0x7f1500cd
+int style Material_Widget_SnackBar_Tablet 0x7f1500ce
+int style Material_Widget_SnackBar_Tablet_MultiLine 0x7f1500cf
+int style Material_Widget_Spinner 0x7f1500d0
+int style Material_Widget_Spinner_Light 0x7f1500d1
+int style Material_Widget_Switch 0x7f1500d2
+int style Material_Widget_TabPageIndicator 0x7f1500d3
+int style Material_Widget_TabPageIndicator_Fixed 0x7f1500d4
+int style Material_Widget_TabPageIndicator_Fixed_Light 0x7f1500d5
+int style Material_Widget_TabPageIndicator_Light 0x7f1500d6
+int style Material_Widget_TimePicker 0x7f1500d7
+int style Material_Widget_TimePicker_Light 0x7f1500d8
+int style Material_Widget_YearPicker 0x7f1500d9
+int style Material_Widget_YearPicker_Light 0x7f1500da
+int style Platform_AppCompat 0x7f1500db
+int style Platform_AppCompat_Light 0x7f1500dc
+int style Platform_ThemeOverlay_AppCompat 0x7f1500dd
+int style Platform_ThemeOverlay_AppCompat_Dark 0x7f1500de
+int style Platform_ThemeOverlay_AppCompat_Light 0x7f1500df
+int style Platform_V11_AppCompat 0x7f1500e0
+int style Platform_V11_AppCompat_Light 0x7f1500e1
+int style Platform_V14_AppCompat 0x7f1500e2
+int style Platform_V14_AppCompat_Light 0x7f1500e3
+int style Platform_Widget_AppCompat_Spinner 0x7f1500e4
+int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f1500e5
+int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f1500e6
+int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f1500e7
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f1500e8
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f1500e9
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f1500ea
+int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f1500eb
+int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f1500ec
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f1500ed
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f1500ee
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f1500ef
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f1500f0
+int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f1500f1
+int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f1500f2
+int style TextAppearance_AppCompat 0x7f1500f3
+int style TextAppearance_AppCompat_Body1 0x7f1500f4
+int style TextAppearance_AppCompat_Body2 0x7f1500f5
+int style TextAppearance_AppCompat_Button 0x7f1500f6
+int style TextAppearance_AppCompat_Caption 0x7f1500f7
+int style TextAppearance_AppCompat_Display1 0x7f1500f8
+int style TextAppearance_AppCompat_Display2 0x7f1500f9
+int style TextAppearance_AppCompat_Display3 0x7f1500fa
+int style TextAppearance_AppCompat_Display4 0x7f1500fb
+int style TextAppearance_AppCompat_Headline 0x7f1500fc
+int style TextAppearance_AppCompat_Inverse 0x7f1500fd
+int style TextAppearance_AppCompat_Large 0x7f1500fe
+int style TextAppearance_AppCompat_Large_Inverse 0x7f1500ff
+int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f150100
+int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f150101
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f150102
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f150103
+int style TextAppearance_AppCompat_Medium 0x7f150104
+int style TextAppearance_AppCompat_Medium_Inverse 0x7f150105
+int style TextAppearance_AppCompat_Menu 0x7f150106
+int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f150107
+int style TextAppearance_AppCompat_SearchResult_Title 0x7f150108
+int style TextAppearance_AppCompat_Small 0x7f150109
+int style TextAppearance_AppCompat_Small_Inverse 0x7f15010a
+int style TextAppearance_AppCompat_Subhead 0x7f15010b
+int style TextAppearance_AppCompat_Subhead_Inverse 0x7f15010c
+int style TextAppearance_AppCompat_Title 0x7f15010d
+int style TextAppearance_AppCompat_Title_Inverse 0x7f15010e
+int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f15010f
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f150110
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f150111
+int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f150112
+int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f150113
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f150114
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f150115
+int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f150116
+int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f150117
+int style TextAppearance_AppCompat_Widget_Button 0x7f150118
+int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f150119
+int style TextAppearance_AppCompat_Widget_DropDownItem 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_StatusBar_EventContent 0x7f15011f
+int style TextAppearance_StatusBar_EventContent_Info 0x7f150120
+int style TextAppearance_StatusBar_EventContent_Line2 0x7f150121
+int style TextAppearance_StatusBar_EventContent_Time 0x7f150122
+int style TextAppearance_StatusBar_EventContent_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_Light 0x7f15012b
+int style Theme_AppCompat 0x7f15012c
+int style Theme_AppCompat_CompactMenu 0x7f15012d
+int style Theme_AppCompat_Dialog 0x7f15012e
+int style Theme_AppCompat_DialogWhenLarge 0x7f15012f
+int style Theme_AppCompat_Dialog_Alert 0x7f150130
+int style Theme_AppCompat_Dialog_MinWidth 0x7f150131
+int style Theme_AppCompat_Light 0x7f150132
+int style Theme_AppCompat_Light_DarkActionBar 0x7f150133
+int style Theme_AppCompat_Light_Dialog 0x7f150134
+int style Theme_AppCompat_Light_DialogWhenLarge 0x7f150135
+int style Theme_AppCompat_Light_Dialog_Alert 0x7f150136
+int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f150137
+int style Theme_AppCompat_Light_NoActionBar 0x7f150138
+int style Theme_AppCompat_NoActionBar 0x7f150139
+int style Widget_AppCompat_ActionBar 0x7f15013a
+int style Widget_AppCompat_ActionBar_Solid 0x7f15013b
+int style Widget_AppCompat_ActionBar_TabBar 0x7f15013c
+int style Widget_AppCompat_ActionBar_TabText 0x7f15013d
+int style Widget_AppCompat_ActionBar_TabView 0x7f15013e
+int style Widget_AppCompat_ActionButton 0x7f15013f
+int style Widget_AppCompat_ActionButton_CloseMode 0x7f150140
+int style Widget_AppCompat_ActionButton_Overflow 0x7f150141
+int style Widget_AppCompat_ActionMode 0x7f150142
+int style Widget_AppCompat_ActivityChooserView 0x7f150143
+int style Widget_AppCompat_AutoCompleteTextView 0x7f150144
+int style Widget_AppCompat_Button 0x7f150145
+int style Widget_AppCompat_ButtonBar 0x7f150146
+int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f150147
+int style Widget_AppCompat_Button_Borderless 0x7f150148
+int style Widget_AppCompat_Button_Borderless_Colored 0x7f150149
+int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f15014a
+int style Widget_AppCompat_Button_Colored 0x7f15014b
+int style Widget_AppCompat_Button_Small 0x7f15014c
+int style Widget_AppCompat_CompoundButton_CheckBox 0x7f15014d
+int style Widget_AppCompat_CompoundButton_RadioButton 0x7f15014e
+int style Widget_AppCompat_CompoundButton_Switch 0x7f15014f
+int style Widget_AppCompat_DrawerArrowToggle 0x7f150150
+int style Widget_AppCompat_DropDownItem_Spinner 0x7f150151
+int style Widget_AppCompat_EditText 0x7f150152
+int style Widget_AppCompat_ImageButton 0x7f150153
+int style Widget_AppCompat_Light_ActionBar 0x7f150154
+int style Widget_AppCompat_Light_ActionBar_Solid 0x7f150155
+int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f150156
+int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f150157
+int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f150158
+int style Widget_AppCompat_Light_ActionBar_TabText 0x7f150159
+int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f15015a
+int style Widget_AppCompat_Light_ActionBar_TabView 0x7f15015b
+int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f15015c
+int style Widget_AppCompat_Light_ActionButton 0x7f15015d
+int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f15015e
+int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f15015f
+int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f150160
+int style Widget_AppCompat_Light_ActivityChooserView 0x7f150161
+int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f150162
+int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f150163
+int style Widget_AppCompat_Light_ListPopupWindow 0x7f150164
+int style Widget_AppCompat_Light_ListView_DropDown 0x7f150165
+int style Widget_AppCompat_Light_PopupMenu 0x7f150166
+int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f150167
+int style Widget_AppCompat_Light_SearchView 0x7f150168
+int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f150169
+int style Widget_AppCompat_ListPopupWindow 0x7f15016a
+int style Widget_AppCompat_ListView 0x7f15016b
+int style Widget_AppCompat_ListView_DropDown 0x7f15016c
+int style Widget_AppCompat_ListView_Menu 0x7f15016d
+int style Widget_AppCompat_PopupMenu 0x7f15016e
+int style Widget_AppCompat_PopupMenu_Overflow 0x7f15016f
+int style Widget_AppCompat_PopupWindow 0x7f150170
+int style Widget_AppCompat_ProgressBar 0x7f150171
+int style Widget_AppCompat_ProgressBar_Horizontal 0x7f150172
+int style Widget_AppCompat_RatingBar 0x7f150173
+int style Widget_AppCompat_SearchView 0x7f150174
+int style Widget_AppCompat_SearchView_ActionBar 0x7f150175
+int style Widget_AppCompat_SeekBar 0x7f150176
+int style Widget_AppCompat_Spinner 0x7f150177
+int style Widget_AppCompat_Spinner_DropDown 0x7f150178
+int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f150179
+int style Widget_AppCompat_Spinner_Underlined 0x7f15017a
+int style Widget_AppCompat_TextView_SpinnerItem 0x7f15017b
+int style Widget_AppCompat_Toolbar 0x7f15017c
+int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f15017d
+int style myDialog 0x7f15017e
+int style myDialogTitle 0x7f15017f
+int[] styleable ActionBar { 0x7f04002b, 0x7f04002c, 0x7f04002d, 0x7f040061, 0x7f040062, 0x7f040063, 0x7f040064, 0x7f04007c, 0x7f0400a6, 0x7f0400a7, 0x7f0400cf, 0x7f0400f9, 0x7f0400fa, 0x7f0400fc, 0x7f0400fd, 0x7f0400fe, 0x7f040101, 0x7f040104, 0x7f040120, 0x7f040135, 0x7f04013f, 0x7f040142, 0x7f040143, 0x7f0401c5, 0x7f0401c8, 0x7f0401e2, 0x7f0401ea }
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 { 0x010100b3 }
+int styleable ActionBar_contentInsetLeft 4
+int styleable ActionBar_contentInsetRight 5
+int styleable ActionBar_contentInsetStart 6
+int styleable ActionBar_customNavigationLayout 7
+int styleable ActionBar_displayOptions 8
+int styleable ActionBar_divider 9
+int styleable ActionBar_elevation 10
+int styleable ActionBar_height 11
+int styleable ActionBar_hideOnContentScroll 12
+int styleable ActionBar_homeAsUpIndicator 13
+int styleable ActionBar_homeLayout 14
+int styleable ActionBar_icon 15
+int styleable ActionBar_indeterminateProgressStyle 16
+int styleable ActionBar_itemPadding 17
+int styleable ActionBar_logo 18
+int styleable ActionBar_navigationMode 19
+int styleable ActionBar_popupTheme 20
+int styleable ActionBar_progressBarPadding 21
+int styleable ActionBar_progressBarStyle 22
+int styleable ActionBar_subtitle 23
+int styleable ActionBar_subtitleTextStyle 24
+int styleable ActionBar_title 25
+int styleable ActionBar_titleTextStyle 26
+int[] styleable ActionBarLayout { 0x10100b3 }
int styleable ActionBarLayout_android_layout_gravity 0
-int[] styleable ActionMenuItemView { 0x0101013f }
+int[] styleable ActionMenuItemView { 0x101013f }
int styleable ActionMenuItemView_android_minWidth 0
-int[] styleable ActionMode { 0x7f040032, 0x7f040033, 0x7f040064, 0x7f040131, 0x7f04022d, 0x7f04026b }
+int[] styleable ActionMenuView { }
+int[] styleable ActionMode { 0x7f04002b, 0x7f04002c, 0x7f040054, 0x7f0400f9, 0x7f0401c8, 0x7f0401ea }
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 { 0x7f04010b, 0x7f04013f }
+int[] styleable ActivityChooserView { 0x7f0400ed, 0x7f040102 }
int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0
int styleable ActivityChooserView_initialActivityCount 1
-int[] styleable AlertDialog { 0x010100f2, 0x7f04004e, 0x7f040156, 0x7f040157, 0x7f040182, 0x7f0401f0, 0x7f0401f1 }
+int[] styleable AlertDialog { 0x10100f2, 0x7f04003e, 0x7f040109, 0x7f04010a, 0x7f040132, 0x7f040192 }
int styleable AlertDialog_android_layout 0
int styleable AlertDialog_buttonPanelSideLayout 1
int styleable AlertDialog_listItemLayout 2
int styleable AlertDialog_listLayout 3
int styleable AlertDialog_multiChoiceItemLayout 4
-int styleable AlertDialog_showTitle 5
-int styleable AlertDialog_singleChoiceItemLayout 6
-int[] styleable AppBarLayout { 0x010100d4, 0x01010540, 0x0101048f, 0x7f0400eb, 0x7f04010c }
-int styleable AppBarLayout_android_background 0
-int styleable AppBarLayout_android_keyboardNavigationCluster 1
-int styleable AppBarLayout_android_touchscreenBlocksFocus 2
-int styleable AppBarLayout_elevation 3
-int styleable AppBarLayout_expanded 4
-int[] styleable AppBarLayoutStates { 0x7f040224, 0x7f040225 }
-int styleable AppBarLayoutStates_state_collapsed 0
-int styleable AppBarLayoutStates_state_collapsible 1
-int[] styleable AppBarLayout_Layout { 0x7f040152, 0x7f040153 }
-int styleable AppBarLayout_Layout_layout_scrollFlags 0
-int styleable AppBarLayout_Layout_layout_scrollInterpolator 1
-int[] styleable AppCompatImageView { 0x01010119, 0x7f040221, 0x7f04025f, 0x7f040260 }
-int styleable AppCompatImageView_android_src 0
-int styleable AppCompatImageView_srcCompat 1
-int styleable AppCompatImageView_tint 2
-int styleable AppCompatImageView_tintMode 3
-int[] styleable AppCompatSeekBar { 0x01010142, 0x7f04025c, 0x7f04025d, 0x7f04025e }
-int styleable AppCompatSeekBar_android_thumb 0
-int styleable AppCompatSeekBar_tickMark 1
-int styleable AppCompatSeekBar_tickMarkTint 2
-int styleable AppCompatSeekBar_tickMarkTintMode 3
-int[] styleable AppCompatTextHelper { 0x0101016e, 0x01010393, 0x0101016f, 0x01010170, 0x01010392, 0x0101016d, 0x01010034 }
-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 { 0x01010034, 0x7f04002d, 0x7f04002e, 0x7f04002f, 0x7f040030, 0x7f040031, 0x7f040124, 0x7f04024b }
+int styleable AlertDialog_singleChoiceItemLayout 5
+int[] styleable AppCompatTextView { 0x1010034, 0x7f0401d6 }
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_fontFamily 6
-int styleable AppCompatTextView_textAllCaps 7
-int[] styleable AppCompatTheme { 0x7f040001, 0x7f040002, 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f04000d, 0x7f04000f, 0x7f040010, 0x7f040011, 0x7f040012, 0x7f040013, 0x7f040014, 0x7f040015, 0x7f040016, 0x7f040017, 0x7f040018, 0x7f040019, 0x7f04001a, 0x7f04001b, 0x7f04001c, 0x7f04001d, 0x7f04001e, 0x7f04001f, 0x7f040022, 0x7f040023, 0x7f040024, 0x7f040025, 0x7f040026, 0x010100ae, 0x01010057, 0x7f04002c, 0x7f04003e, 0x7f040048, 0x7f040049, 0x7f04004a, 0x7f04004b, 0x7f04004c, 0x7f04004f, 0x7f040050, 0x7f040061, 0x7f040062, 0x7f04006a, 0x7f04006b, 0x7f04006c, 0x7f04006d, 0x7f04006e, 0x7f04006f, 0x7f040070, 0x7f040071, 0x7f040072, 0x7f040073, 0x7f040082, 0x7f0400c0, 0x7f0400c1, 0x7f0400c4, 0x7f0400c6, 0x7f0400e6, 0x7f0400e7, 0x7f0400e8, 0x7f0400e9, 0x7f0400ea, 0x7f040137, 0x7f04013d, 0x7f040154, 0x7f040155, 0x7f040158, 0x7f040159, 0x7f04015a, 0x7f04015b, 0x7f04015c, 0x7f04015d, 0x7f04015e, 0x7f04018e, 0x7f04018f, 0x7f040190, 0x7f040196, 0x7f040198, 0x7f0401a5, 0x7f0401a6, 0x7f0401a7, 0x7f0401a8, 0x7f0401e9, 0x7f0401ea, 0x7f0401eb, 0x7f0401ec, 0x7f040209, 0x7f04020a, 0x7f040239, 0x7f04024c, 0x7f04024d, 0x7f04024e, 0x7f04024f, 0x7f040250, 0x7f040251, 0x7f040252, 0x7f040253, 0x7f040254, 0x7f040256, 0x7f04026d, 0x7f04026e, 0x7f04026f, 0x7f040270, 0x7f040297, 0x7f040298, 0x7f040299, 0x7f04029a, 0x7f04029b, 0x7f04029c, 0x7f04029d, 0x7f04029e, 0x7f04029f, 0x7f0402a0 }
-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_dialogPreferredPadding 59
-int styleable AppCompatTheme_dialogTheme 60
-int styleable AppCompatTheme_dividerHorizontal 61
-int styleable AppCompatTheme_dividerVertical 62
-int styleable AppCompatTheme_dropDownListViewStyle 63
-int styleable AppCompatTheme_dropdownListPreferredItemHeight 64
-int styleable AppCompatTheme_editTextBackground 65
-int styleable AppCompatTheme_editTextColor 66
-int styleable AppCompatTheme_editTextStyle 67
-int styleable AppCompatTheme_homeAsUpIndicator 68
-int styleable AppCompatTheme_imageButtonStyle 69
-int styleable AppCompatTheme_listChoiceBackgroundIndicator 70
-int styleable AppCompatTheme_listDividerAlertDialog 71
-int styleable AppCompatTheme_listMenuViewStyle 72
-int styleable AppCompatTheme_listPopupWindowStyle 73
-int styleable AppCompatTheme_listPreferredItemHeight 74
-int styleable AppCompatTheme_listPreferredItemHeightLarge 75
-int styleable AppCompatTheme_listPreferredItemHeightSmall 76
-int styleable AppCompatTheme_listPreferredItemPaddingLeft 77
-int styleable AppCompatTheme_listPreferredItemPaddingRight 78
-int styleable AppCompatTheme_panelBackground 79
-int styleable AppCompatTheme_panelMenuListTheme 80
-int styleable AppCompatTheme_panelMenuListWidth 81
-int styleable AppCompatTheme_popupMenuStyle 82
-int styleable AppCompatTheme_popupWindowStyle 83
-int styleable AppCompatTheme_radioButtonStyle 84
-int styleable AppCompatTheme_ratingBarStyle 85
-int styleable AppCompatTheme_ratingBarStyleIndicator 86
-int styleable AppCompatTheme_ratingBarStyleSmall 87
-int styleable AppCompatTheme_searchViewStyle 88
-int styleable AppCompatTheme_seekBarStyle 89
-int styleable AppCompatTheme_selectableItemBackground 90
-int styleable AppCompatTheme_selectableItemBackgroundBorderless 91
-int styleable AppCompatTheme_spinnerDropDownItemStyle 92
-int styleable AppCompatTheme_spinnerStyle 93
-int styleable AppCompatTheme_switchStyle 94
-int styleable AppCompatTheme_textAppearanceLargePopupMenu 95
-int styleable AppCompatTheme_textAppearanceListItem 96
-int styleable AppCompatTheme_textAppearanceListItemSecondary 97
-int styleable AppCompatTheme_textAppearanceListItemSmall 98
-int styleable AppCompatTheme_textAppearancePopupMenuHeader 99
-int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 100
-int styleable AppCompatTheme_textAppearanceSearchResultTitle 101
-int styleable AppCompatTheme_textAppearanceSmallPopupMenu 102
-int styleable AppCompatTheme_textColorAlertDialogListItem 103
-int styleable AppCompatTheme_textColorSearchUrl 104
-int styleable AppCompatTheme_toolbarNavigationButtonStyle 105
-int styleable AppCompatTheme_toolbarStyle 106
-int styleable AppCompatTheme_tooltipForegroundColor 107
-int styleable AppCompatTheme_tooltipFrameBackground 108
-int styleable AppCompatTheme_windowActionBar 109
-int styleable AppCompatTheme_windowActionBarOverlay 110
-int styleable AppCompatTheme_windowActionModeOverlay 111
-int styleable AppCompatTheme_windowFixedHeightMajor 112
-int styleable AppCompatTheme_windowFixedHeightMinor 113
-int styleable AppCompatTheme_windowFixedWidthMajor 114
-int styleable AppCompatTheme_windowFixedWidthMinor 115
-int styleable AppCompatTheme_windowMinWidthMajor 116
-int styleable AppCompatTheme_windowMinWidthMinor 117
-int styleable AppCompatTheme_windowNoTitle 118
-int[] styleable AutoCompleteTextView { 0x01010172, 0x01010174, 0x01010263, 0x01010283, 0x010102ac, 0x010102ad, 0x01010262, 0x01010176 }
+int styleable AppCompatTextView_textAllCaps 1
+int[] styleable AutoCompleteTextView { 0x1010172, 0x1010174, 0x1010263, 0x1010283, 0x10102ac, 0x10102ad, 0x1010262, 0x1010176 }
int styleable AutoCompleteTextView_android_completionHint 0
int styleable AutoCompleteTextView_android_completionThreshold 1
int styleable AutoCompleteTextView_android_dropDownAnchor 2
@@ -2107,17 +1451,7 @@ int styleable AutoCompleteTextView_android_dropDownHorizontalOffset 4
int styleable AutoCompleteTextView_android_dropDownVerticalOffset 5
int styleable AutoCompleteTextView_android_dropDownWidth 6
int styleable AutoCompleteTextView_android_popupBackground 7
-int[] styleable BottomNavigationView { 0x7f0400eb, 0x7f040142, 0x7f040143, 0x7f040146, 0x7f040181 }
-int styleable BottomNavigationView_elevation 0
-int styleable BottomNavigationView_itemBackground 1
-int styleable BottomNavigationView_itemIconTint 2
-int styleable BottomNavigationView_itemTextColor 3
-int styleable BottomNavigationView_menu 4
-int[] styleable BottomSheetBehavior_Layout { 0x7f040039, 0x7f04003b, 0x7f04003c }
-int styleable BottomSheetBehavior_Layout_behavior_hideable 0
-int styleable BottomSheetBehavior_Layout_behavior_peekHeight 1
-int styleable BottomSheetBehavior_Layout_behavior_skipCollapsed 2
-int[] styleable BottomSheetDialog { 0x010100f5, 0x7f040041, 0x7f040042, 0x7f040043, 0x7f040044, 0x7f040045, 0x7f040046, 0x7f040047 }
+int[] styleable BottomSheetDialog { 0x10100f5, 0x7f040032, 0x7f040033, 0x7f040034, 0x7f040035, 0x7f040036, 0x7f040037, 0x7f040038 }
int styleable BottomSheetDialog_android_layout_height 0
int styleable BottomSheetDialog_bsd_cancelable 1
int styleable BottomSheetDialog_bsd_canceledOnTouchOutside 2
@@ -2128,7 +1462,7 @@ int styleable BottomSheetDialog_bsd_outDuration 6
int styleable BottomSheetDialog_bsd_outInterpolator 7
int[] styleable ButtonBarLayout { 0x7f040027 }
int styleable ButtonBarLayout_allowStacking 0
-int[] styleable CardView { 0x7f040053, 0x7f040054, 0x7f040055, 0x7f040056, 0x7f040057, 0x7f040058, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f04007f, 0x7f040080 }
+int[] styleable CardView { 0x7f040043, 0x7f040044, 0x7f040045, 0x7f040046, 0x7f040047, 0x7f040048, 0x7f040065, 0x7f040066, 0x7f040067, 0x7f040068, 0x7f040069 }
int styleable CardView_cardBackgroundColor 0
int styleable CardView_cardCornerRadius 1
int styleable CardView_cardElevation 2
@@ -2140,7 +1474,7 @@ int styleable CardView_contentPaddingBottom 7
int styleable CardView_contentPaddingLeft 8
int styleable CardView_contentPaddingRight 9
int styleable CardView_contentPaddingTop 10
-int[] styleable CheckBoxDrawable { 0x7f040059, 0x7f04005a, 0x7f04005b, 0x7f04005c, 0x7f04005d, 0x7f04005e, 0x7f04005f, 0x7f040060 }
+int[] styleable CheckBoxDrawable { 0x7f040049, 0x7f04004a, 0x7f04004b, 0x7f04004c, 0x7f04004d, 0x7f04004e, 0x7f04004f, 0x7f040050 }
int styleable CheckBoxDrawable_cbd_animDuration 0
int styleable CheckBoxDrawable_cbd_boxSize 1
int styleable CheckBoxDrawable_cbd_cornerRadius 2
@@ -2149,7 +1483,7 @@ int styleable CheckBoxDrawable_cbd_strokeColor 4
int styleable CheckBoxDrawable_cbd_strokeSize 5
int styleable CheckBoxDrawable_cbd_tickColor 6
int styleable CheckBoxDrawable_cbd_width 7
-int[] styleable CircularProgressDrawable { 0x7f040087, 0x7f040088, 0x7f040089, 0x7f04008a, 0x7f04008b, 0x7f04008c, 0x7f04008d, 0x7f04008e, 0x7f04008f, 0x7f040090, 0x7f040091, 0x7f040092, 0x7f040093, 0x7f040094, 0x7f040095, 0x7f040096, 0x7f040097, 0x7f04019f, 0x7f0401a0, 0x7f0401a2 }
+int[] styleable CircularProgressDrawable { 0x7f04006b, 0x7f04006c, 0x7f04006d, 0x7f04006e, 0x7f04006f, 0x7f040070, 0x7f040071, 0x7f040072, 0x7f040073, 0x7f040074, 0x7f040075, 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b, 0x7f040146, 0x7f040147, 0x7f040149 }
int styleable CircularProgressDrawable_cpd_inAnimDuration 0
int styleable CircularProgressDrawable_cpd_inStepColors 1
int styleable CircularProgressDrawable_cpd_inStepPercent 2
@@ -2170,46 +1504,11 @@ int styleable CircularProgressDrawable_cpd_transformInterpolator 16
int styleable CircularProgressDrawable_pv_progress 17
int styleable CircularProgressDrawable_pv_progressMode 18
int styleable CircularProgressDrawable_pv_secondaryProgress 19
-int[] styleable CollapsingToolbarLayout { 0x7f040067, 0x7f040068, 0x7f040081, 0x7f04010d, 0x7f04010e, 0x7f04010f, 0x7f040110, 0x7f040111, 0x7f040112, 0x7f040113, 0x7f0401e5, 0x7f0401e6, 0x7f040227, 0x7f040261, 0x7f040262, 0x7f04026c }
-int styleable CollapsingToolbarLayout_collapsedTitleGravity 0
-int styleable CollapsingToolbarLayout_collapsedTitleTextAppearance 1
-int styleable CollapsingToolbarLayout_contentScrim 2
-int styleable CollapsingToolbarLayout_expandedTitleGravity 3
-int styleable CollapsingToolbarLayout_expandedTitleMargin 4
-int styleable CollapsingToolbarLayout_expandedTitleMarginBottom 5
-int styleable CollapsingToolbarLayout_expandedTitleMarginEnd 6
-int styleable CollapsingToolbarLayout_expandedTitleMarginStart 7
-int styleable CollapsingToolbarLayout_expandedTitleMarginTop 8
-int styleable CollapsingToolbarLayout_expandedTitleTextAppearance 9
-int styleable CollapsingToolbarLayout_scrimAnimationDuration 10
-int styleable CollapsingToolbarLayout_scrimVisibleHeightTrigger 11
-int styleable CollapsingToolbarLayout_statusBarScrim 12
-int styleable CollapsingToolbarLayout_title 13
-int styleable CollapsingToolbarLayout_titleEnabled 14
-int styleable CollapsingToolbarLayout_toolbarId 15
-int[] styleable CollapsingToolbarLayout_Layout { 0x7f04014d, 0x7f04014e }
-int styleable CollapsingToolbarLayout_Layout_layout_collapseMode 0
-int styleable CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier 1
-int[] styleable ColorStateListItem { 0x7f040028, 0x0101031f, 0x010101a5 }
-int styleable ColorStateListItem_alpha 0
-int styleable ColorStateListItem_android_alpha 1
-int styleable ColorStateListItem_android_color 2
-int[] styleable CompoundButton { 0x01010107, 0x7f040051, 0x7f040052 }
+int[] styleable CompoundButton { 0x1010107, 0x7f040041, 0x7f040042 }
int styleable CompoundButton_android_button 0
int styleable CompoundButton_buttonTint 1
int styleable CompoundButton_buttonTintMode 2
-int[] styleable CoordinatorLayout { 0x7f040147, 0x7f040226 }
-int styleable CoordinatorLayout_keylines 0
-int styleable CoordinatorLayout_statusBarBackground 1
-int[] styleable CoordinatorLayout_Layout { 0x010100b3, 0x7f04014a, 0x7f04014b, 0x7f04014c, 0x7f04014f, 0x7f040150, 0x7f040151 }
-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 DatePicker { 0x010100d5, 0x010100d9, 0x010100d6, 0x010100d8, 0x010100d7, 0x7f0400c7, 0x7f0400c8, 0x7f0400c9, 0x7f0400ca, 0x7f0400cb, 0x7f0400cc, 0x7f0400d3, 0x7f0400d4, 0x7f0400d5, 0x7f0400d6, 0x7f0400d7, 0x7f0400d8, 0x7f0400d9, 0x7f0400da, 0x7f0400dc, 0x7f0400dd, 0x7f0400de, 0x7f0400df, 0x7f0400e1, 0x7f0400e2 }
+int[] styleable DatePicker { 0x10100d5, 0x10100d9, 0x10100d6, 0x10100d8, 0x10100d7, 0x7f0400ab, 0x7f0400ac, 0x7f0400ad, 0x7f0400ae, 0x7f0400af, 0x7f0400b0, 0x7f0400b7, 0x7f0400b8, 0x7f0400b9, 0x7f0400ba, 0x7f0400bb, 0x7f0400bc, 0x7f0400bd, 0x7f0400be, 0x7f0400c0, 0x7f0400c1, 0x7f0400c2, 0x7f0400c3, 0x7f0400c5, 0x7f0400c6 }
int styleable DatePicker_android_padding 0
int styleable DatePicker_android_paddingBottom 1
int styleable DatePicker_android_paddingLeft 2
@@ -2235,7 +1534,7 @@ int styleable DatePicker_dp_textStyle 21
int styleable DatePicker_dp_year 22
int styleable DatePicker_dp_yearMax 23
int styleable DatePicker_dp_yearMin 24
-int[] styleable DatePickerDialog { 0x7f0400cd, 0x7f0400ce, 0x7f0400cf, 0x7f0400d0, 0x7f0400d1, 0x7f0400d2, 0x7f0400db }
+int[] styleable DatePickerDialog { 0x7f0400b1, 0x7f0400b2, 0x7f0400b3, 0x7f0400b4, 0x7f0400b5, 0x7f0400b6, 0x7f0400bf }
int styleable DatePickerDialog_dp_headerPrimaryColor 0
int styleable DatePickerDialog_dp_headerPrimaryHeight 1
int styleable DatePickerDialog_dp_headerPrimaryTextSize 2
@@ -2243,11 +1542,7 @@ int styleable DatePickerDialog_dp_headerSecondaryColor 3
int styleable DatePickerDialog_dp_headerSecondaryHeight 4
int styleable DatePickerDialog_dp_headerSecondaryTextSize 5
int styleable DatePickerDialog_dp_textHeaderColor 6
-int[] styleable DesignTheme { 0x7f04003f, 0x7f040040, 0x7f040255 }
-int styleable DesignTheme_bottomSheetDialogTheme 0
-int styleable DesignTheme_bottomSheetStyle 1
-int styleable DesignTheme_textColorError 2
-int[] styleable Dialog { 0x010100f5, 0x010100f4, 0x7f04009a, 0x7f04009b, 0x7f04009c, 0x7f04009d, 0x7f04009e, 0x7f04009f, 0x7f0400a0, 0x7f0400a2, 0x7f0400a3, 0x7f0400a4, 0x7f0400a5, 0x7f0400a6, 0x7f0400a7, 0x7f0400aa, 0x7f0400ab, 0x7f0400ac, 0x7f0400ad, 0x7f0400b0, 0x7f0400b1, 0x7f0400b2, 0x7f0400b3, 0x7f0400b4, 0x7f0400b5, 0x7f0400b6, 0x7f0400b7, 0x7f0400b8, 0x7f0400b9, 0x7f0400ba, 0x7f0400bb, 0x7f0400bc, 0x7f0400be, 0x7f0400bf }
+int[] styleable Dialog { 0x10100f5, 0x10100f4, 0x7f04007e, 0x7f04007f, 0x7f040080, 0x7f040081, 0x7f040082, 0x7f040083, 0x7f040084, 0x7f040086, 0x7f040087, 0x7f040088, 0x7f040089, 0x7f04008a, 0x7f04008b, 0x7f04008e, 0x7f04008f, 0x7f040090, 0x7f040091, 0x7f040094, 0x7f040095, 0x7f040096, 0x7f040097, 0x7f040098, 0x7f040099, 0x7f04009a, 0x7f04009b, 0x7f04009c, 0x7f04009d, 0x7f04009e, 0x7f04009f, 0x7f0400a0, 0x7f0400a2, 0x7f0400a3 }
int styleable Dialog_android_layout_height 0
int styleable Dialog_android_layout_width 1
int styleable Dialog_di_actionBackground 2
@@ -2282,7 +1577,7 @@ int styleable Dialog_di_positiveActionTextAppearance 30
int styleable Dialog_di_positiveActionTextColor 31
int styleable Dialog_di_titleTextAppearance 32
int styleable Dialog_di_titleTextColor 33
-int[] styleable DrawerArrowToggle { 0x7f04002a, 0x7f04002b, 0x7f040037, 0x7f040069, 0x7f0400e4, 0x7f04012e, 0x7f040208, 0x7f040258 }
+int[] styleable DrawerArrowToggle { 0x7f040028, 0x7f040029, 0x7f040030, 0x7f040057, 0x7f0400c8, 0x7f0400f7, 0x7f0401a9, 0x7f0401e0 }
int styleable DrawerArrowToggle_arrowHeadLength 0
int styleable DrawerArrowToggle_arrowShaftLength 1
int styleable DrawerArrowToggle_barLength 2
@@ -2291,7 +1586,7 @@ int styleable DrawerArrowToggle_drawableSize 4
int styleable DrawerArrowToggle_gapBetweenBars 5
int styleable DrawerArrowToggle_spinBars 6
int styleable DrawerArrowToggle_thickness 7
-int[] styleable EditText { 0x7f0400ee, 0x7f0400ef, 0x7f0400f0, 0x7f0400f1, 0x7f0400f2, 0x7f0400f3, 0x7f0400f4, 0x7f0400f5, 0x7f0400f6, 0x7f0400f7, 0x7f0400f8, 0x7f0400f9, 0x7f0400fa, 0x7f0400fb, 0x7f0400fc, 0x7f0400fd, 0x7f0400fe, 0x7f0400ff, 0x7f040100, 0x7f040101, 0x7f040102, 0x7f040103, 0x7f040104, 0x7f040105, 0x7f040106, 0x7f040107, 0x7f040108, 0x7f040109, 0x7f04010a }
+int[] styleable EditText { 0x7f0400d0, 0x7f0400d1, 0x7f0400d2, 0x7f0400d3, 0x7f0400d4, 0x7f0400d5, 0x7f0400d6, 0x7f0400d7, 0x7f0400d8, 0x7f0400d9, 0x7f0400da, 0x7f0400db, 0x7f0400dc, 0x7f0400dd, 0x7f0400de, 0x7f0400df, 0x7f0400e0, 0x7f0400e1, 0x7f0400e2, 0x7f0400e3, 0x7f0400e4, 0x7f0400e5, 0x7f0400e6, 0x7f0400e7, 0x7f0400e8, 0x7f0400e9, 0x7f0400ea, 0x7f0400eb, 0x7f0400ec }
int styleable EditText_et_autoCompleteMode 0
int styleable EditText_et_dividerAnimDuration 1
int styleable EditText_et_dividerColor 2
@@ -2321,42 +1616,17 @@ int styleable EditText_et_supportTextAppearance 25
int styleable EditText_et_supportTextColor 26
int styleable EditText_et_supportTextErrorColor 27
int styleable EditText_et_supportTextSize 28
-int[] styleable FloatingActionButton { 0x7f040035, 0x7f040036, 0x7f04003d, 0x7f0400eb, 0x7f040114, 0x7f040115, 0x7f040116, 0x7f040117, 0x7f040118, 0x7f040119, 0x7f04011a, 0x7f04011b, 0x7f04011c, 0x7f04011d, 0x7f04019a, 0x7f0401c7, 0x7f040294 }
-int styleable FloatingActionButton_backgroundTint 0
-int styleable FloatingActionButton_backgroundTintMode 1
-int styleable FloatingActionButton_borderWidth 2
-int styleable FloatingActionButton_elevation 3
-int styleable FloatingActionButton_fabSize 4
-int styleable FloatingActionButton_fab_animDuration 5
-int styleable FloatingActionButton_fab_backgroundAnimDuration 6
-int styleable FloatingActionButton_fab_backgroundColor 7
-int styleable FloatingActionButton_fab_elevation 8
-int styleable FloatingActionButton_fab_iconLineMorphing 9
-int styleable FloatingActionButton_fab_iconSize 10
-int styleable FloatingActionButton_fab_iconSrc 11
-int styleable FloatingActionButton_fab_interpolator 12
-int styleable FloatingActionButton_fab_radius 13
-int styleable FloatingActionButton_pressedTranslationZ 14
-int styleable FloatingActionButton_rippleColor 15
-int styleable FloatingActionButton_useCompatPadding 16
-int[] styleable FloatingActionButton_Behavior_Layout { 0x7f040038 }
-int styleable FloatingActionButton_Behavior_Layout_behavior_autoHide 0
-int[] styleable FontFamily { 0x7f040125, 0x7f040126, 0x7f040127, 0x7f040128, 0x7f040129, 0x7f04012a }
-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 { 0x7f040123, 0x7f04012b, 0x7f04012c }
-int styleable FontFamilyFont_font 0
-int styleable FontFamilyFont_fontStyle 1
-int styleable FontFamilyFont_fontWeight 2
-int[] styleable ForegroundLinearLayout { 0x01010109, 0x01010200, 0x7f04012d }
-int styleable ForegroundLinearLayout_android_foreground 0
-int styleable ForegroundLinearLayout_android_foregroundGravity 1
-int styleable ForegroundLinearLayout_foregroundInsidePadding 2
-int[] styleable LineMorphingDrawable { 0x7f04015f, 0x7f040160, 0x7f040161, 0x7f040162, 0x7f040163, 0x7f040164, 0x7f040165, 0x7f040166, 0x7f040167, 0x7f040168, 0x7f040169, 0x7f04016a, 0x7f04016b, 0x7f04016c, 0x7f04016d }
+int[] styleable FloatingActionButton { 0x7f0400ee, 0x7f0400ef, 0x7f0400f0, 0x7f0400f1, 0x7f0400f2, 0x7f0400f3, 0x7f0400f4, 0x7f0400f5, 0x7f0400f6 }
+int styleable FloatingActionButton_fab_animDuration 0
+int styleable FloatingActionButton_fab_backgroundAnimDuration 1
+int styleable FloatingActionButton_fab_backgroundColor 2
+int styleable FloatingActionButton_fab_elevation 3
+int styleable FloatingActionButton_fab_iconLineMorphing 4
+int styleable FloatingActionButton_fab_iconSize 5
+int styleable FloatingActionButton_fab_iconSrc 6
+int styleable FloatingActionButton_fab_interpolator 7
+int styleable FloatingActionButton_fab_radius 8
+int[] styleable LineMorphingDrawable { 0x7f040111, 0x7f040112, 0x7f040113, 0x7f040114, 0x7f040115, 0x7f040116, 0x7f040117, 0x7f040118, 0x7f040119, 0x7f04011a, 0x7f04011b, 0x7f04011c, 0x7f04011d, 0x7f04011e, 0x7f04011f }
int styleable LineMorphingDrawable_lmd_animDuration 0
int styleable LineMorphingDrawable_lmd_clockwise 1
int styleable LineMorphingDrawable_lmd_curState 2
@@ -2372,7 +1642,7 @@ int styleable LineMorphingDrawable_lmd_strokeCap 11
int styleable LineMorphingDrawable_lmd_strokeColor 12
int styleable LineMorphingDrawable_lmd_strokeJoin 13
int styleable LineMorphingDrawable_lmd_strokeSize 14
-int[] styleable LinearLayoutCompat { 0x01010126, 0x01010127, 0x010100af, 0x010100c4, 0x01010128, 0x7f0400c3, 0x7f0400c5, 0x7f040180, 0x7f0401ee }
+int[] styleable LinearLayoutCompat { 0x1010126, 0x1010127, 0x10100af, 0x10100c4, 0x1010128, 0x7f0400a7, 0x7f0400a9, 0x7f040131, 0x7f040190 }
int styleable LinearLayoutCompat_android_baselineAligned 0
int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 1
int styleable LinearLayoutCompat_android_gravity 2
@@ -2382,12 +1652,12 @@ int styleable LinearLayoutCompat_divider 5
int styleable LinearLayoutCompat_dividerPadding 6
int styleable LinearLayoutCompat_measureWithLargestChild 7
int styleable LinearLayoutCompat_showDividers 8
-int[] styleable LinearLayoutCompat_Layout { 0x010100b3, 0x010100f5, 0x01010181, 0x010100f4 }
+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 LinearProgressDrawable { 0x7f040170, 0x7f040171, 0x7f040172, 0x7f040173, 0x7f040174, 0x7f040175, 0x7f040176, 0x7f040177, 0x7f040178, 0x7f040179, 0x7f04017a, 0x7f04017b, 0x7f04017c, 0x7f04017d, 0x7f04019f, 0x7f0401a0, 0x7f0401a2 }
+int[] styleable LinearProgressDrawable { 0x7f040122, 0x7f040123, 0x7f040124, 0x7f040125, 0x7f040126, 0x7f040127, 0x7f040128, 0x7f040129, 0x7f04012a, 0x7f04012b, 0x7f04012c, 0x7f04012d, 0x7f04012e, 0x7f04012f, 0x7f040146, 0x7f040147, 0x7f040149 }
int styleable LinearProgressDrawable_lpd_inAnimDuration 0
int styleable LinearProgressDrawable_lpd_keepDuration 1
int styleable LinearProgressDrawable_lpd_maxLineWidth 2
@@ -2405,41 +1675,35 @@ int styleable LinearProgressDrawable_lpd_verticalAlign 13
int styleable LinearProgressDrawable_pv_progress 14
int styleable LinearProgressDrawable_pv_progressMode 15
int styleable LinearProgressDrawable_pv_secondaryProgress 16
-int[] styleable ListPopupWindow { 0x010102ac, 0x010102ad }
+int[] styleable ListPopupWindow { 0x10102ac, 0x10102ad }
int styleable ListPopupWindow_android_dropDownHorizontalOffset 0
int styleable ListPopupWindow_android_dropDownVerticalOffset 1
-int[] styleable MenuGroup { 0x010101e0, 0x0101000e, 0x010100d0, 0x010101de, 0x010101df, 0x01010194 }
+int[] styleable MenuGroup { 0x10101e0, 0x101000e, 0x10100d0, 0x10101de, 0x10101df, 0x1010194 }
int styleable MenuGroup_android_checkableBehavior 0
int styleable MenuGroup_android_enabled 1
int styleable MenuGroup_android_id 2
int styleable MenuGroup_android_menuCategory 3
int styleable MenuGroup_android_orderInCategory 4
int styleable MenuGroup_android_visible 5
-int[] styleable MenuItem { 0x7f04000e, 0x7f040020, 0x7f040021, 0x7f040029, 0x010101e3, 0x010101e5, 0x01010106, 0x0101000e, 0x01010002, 0x010100d0, 0x010101de, 0x010101e4, 0x0101026f, 0x010101df, 0x010101e1, 0x010101e2, 0x01010194, 0x7f040075, 0x7f04013a, 0x7f04013b, 0x7f040188, 0x7f0401ed, 0x7f040271 }
+int[] styleable MenuItem { 0x7f04000e, 0x7f040020, 0x7f040021, 0x10101e3, 0x10101e5, 0x1010106, 0x101000e, 0x1010002, 0x10100d0, 0x10101de, 0x10101e4, 0x101026f, 0x10101df, 0x10101e1, 0x10101e2, 0x1010194, 0x7f04018f }
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 { 0x0101012f, 0x0101012d, 0x01010130, 0x01010131, 0x0101012c, 0x0101012e, 0x010100ae, 0x7f040199, 0x7f040228 }
+int styleable MenuItem_android_alphabeticShortcut 3
+int styleable MenuItem_android_checkable 4
+int styleable MenuItem_android_checked 5
+int styleable MenuItem_android_enabled 6
+int styleable MenuItem_android_icon 7
+int styleable MenuItem_android_id 8
+int styleable MenuItem_android_menuCategory 9
+int styleable MenuItem_android_numericShortcut 10
+int styleable MenuItem_android_onClick 11
+int styleable MenuItem_android_orderInCategory 12
+int styleable MenuItem_android_title 13
+int styleable MenuItem_android_titleCondensed 14
+int styleable MenuItem_android_visible 15
+int styleable MenuItem_showAsAction 16
+int[] styleable MenuView { 0x101012f, 0x101012d, 0x1010130, 0x1010131, 0x101012c, 0x101012e, 0x10100ae, 0x7f040141 }
int styleable MenuView_android_headerBackground 0
int styleable MenuView_android_horizontalDivider 1
int styleable MenuView_android_itemBackground 2
@@ -2448,37 +1712,24 @@ 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 MultiSpinnerSearch { 0x7f040135 }
+int[] styleable MultiSpinnerSearch { 0x7f0400fb }
int styleable MultiSpinnerSearch_hintText 0
-int[] styleable NavigationDrawerDrawable { 0x7f040186, 0x7f040187 }
+int[] styleable NavigationDrawerDrawable { 0x7f040136, 0x7f040137 }
int styleable NavigationDrawerDrawable_nd_icon 0
int styleable NavigationDrawerDrawable_nd_ripple 1
-int[] styleable NavigationView { 0x010100d4, 0x010100dd, 0x0101011f, 0x7f0400eb, 0x7f040130, 0x7f040142, 0x7f040143, 0x7f040145, 0x7f040146, 0x7f040181 }
-int styleable NavigationView_android_background 0
-int styleable NavigationView_android_fitsSystemWindows 1
-int styleable NavigationView_android_maxWidth 2
-int styleable NavigationView_elevation 3
-int styleable NavigationView_headerLayout 4
-int styleable NavigationView_itemBackground 5
-int styleable NavigationView_itemIconTint 6
-int styleable NavigationView_itemTextAppearance 7
-int styleable NavigationView_itemTextColor 8
-int styleable NavigationView_menu 9
-int[] styleable PopupWindow { 0x010102c9, 0x01010176, 0x7f040189 }
-int styleable PopupWindow_android_popupAnimationStyle 0
-int styleable PopupWindow_android_popupBackground 1
-int styleable PopupWindow_overlapAnchor 2
-int[] styleable PopupWindowBackgroundState { 0x7f040223 }
+int[] styleable PopupWindow { 0x1010176, 0x7f040138 }
+int styleable PopupWindow_android_popupBackground 0
+int styleable PopupWindow_overlapAnchor 1
+int[] styleable PopupWindowBackgroundState { 0x7f0401c3 }
int styleable PopupWindowBackgroundState_state_above_anchor 0
-int[] styleable ProgressView { 0x7f04019d, 0x7f04019e, 0x7f04019f, 0x7f0401a0, 0x7f0401a1, 0x7f0401a2 }
+int[] styleable ProgressView { 0x7f040144, 0x7f040145, 0x7f040146, 0x7f040147, 0x7f040148, 0x7f040149 }
int styleable ProgressView_pv_autostart 0
int styleable ProgressView_pv_circular 1
int styleable ProgressView_pv_progress 2
int styleable ProgressView_pv_progressMode 3
int styleable ProgressView_pv_progressStyle 4
int styleable ProgressView_pv_secondaryProgress 5
-int[] styleable RadioButtonDrawable { 0x7f0401a9, 0x7f0401aa, 0x7f0401ab, 0x7f0401ac, 0x7f0401ad, 0x7f0401ae, 0x7f0401af }
+int[] styleable RadioButtonDrawable { 0x7f04014e, 0x7f04014f, 0x7f040150, 0x7f040151, 0x7f040152, 0x7f040153, 0x7f040154 }
int styleable RadioButtonDrawable_rbd_animDuration 0
int styleable RadioButtonDrawable_rbd_height 1
int styleable RadioButtonDrawable_rbd_innerRadius 2
@@ -2486,22 +1737,13 @@ int styleable RadioButtonDrawable_rbd_radius 3
int styleable RadioButtonDrawable_rbd_strokeColor 4
int styleable RadioButtonDrawable_rbd_strokeSize 5
int styleable RadioButtonDrawable_rbd_width 6
-int[] styleable RecycleListView { 0x7f04018a, 0x7f04018d }
-int styleable RecycleListView_paddingBottomNoButtons 0
-int styleable RecycleListView_paddingTopNoTitle 1
-int[] styleable RecyclerView { 0x010100f1, 0x010100c4, 0x7f04011e, 0x7f04011f, 0x7f040120, 0x7f040121, 0x7f040122, 0x7f040149, 0x7f0401c6, 0x7f040207, 0x7f040222 }
-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 RippleDrawable { 0x7f0401b0, 0x7f0401b1, 0x7f0401b2, 0x7f0401b3, 0x7f0401b4, 0x7f0401b5, 0x7f0401b6, 0x7f0401b8, 0x7f0401b9, 0x7f0401ba, 0x7f0401bb, 0x7f0401bc, 0x7f0401bd, 0x7f0401be, 0x7f0401bf, 0x7f0401c0, 0x7f0401c1, 0x7f0401c3, 0x7f0401c4, 0x7f0401c5 }
+int[] styleable RecyclerView { 0x10100c4, 0x7f040106, 0x7f04016b, 0x7f0401a8, 0x7f0401c2 }
+int styleable RecyclerView_android_orientation 0
+int styleable RecyclerView_layoutManager 1
+int styleable RecyclerView_reverseLayout 2
+int styleable RecyclerView_spanCount 3
+int styleable RecyclerView_stackFromEnd 4
+int[] styleable RippleDrawable { 0x7f040155, 0x7f040156, 0x7f040157, 0x7f040158, 0x7f040159, 0x7f04015a, 0x7f04015b, 0x7f04015d, 0x7f04015e, 0x7f04015f, 0x7f040160, 0x7f040161, 0x7f040162, 0x7f040163, 0x7f040164, 0x7f040165, 0x7f040166, 0x7f040168, 0x7f040169, 0x7f04016a }
int styleable RippleDrawable_rd_backgroundAnimDuration 0
int styleable RippleDrawable_rd_backgroundColor 1
int styleable RippleDrawable_rd_bottomLeftCornerRadius 2
@@ -2522,14 +1764,10 @@ int styleable RippleDrawable_rd_rippleType 16
int styleable RippleDrawable_rd_topLeftCornerRadius 17
int styleable RippleDrawable_rd_topPadding 18
int styleable RippleDrawable_rd_topRightCornerRadius 19
-int[] styleable RippleView { 0x7f0401b7, 0x7f0401c2 }
+int[] styleable RippleView { 0x7f04015c, 0x7f040167 }
int styleable RippleView_rd_enable 0
int styleable RippleView_rd_style 1
-int[] styleable ScrimInsetsFrameLayout { 0x7f040140 }
-int styleable ScrimInsetsFrameLayout_insetForeground 0
-int[] styleable ScrollingViewBehavior_Layout { 0x7f04003a }
-int styleable ScrollingViewBehavior_Layout_behavior_overlapTop 0
-int[] styleable SearchView { 0x010100da, 0x01010264, 0x01010220, 0x0101011f, 0x7f040063, 0x7f040074, 0x7f040099, 0x7f04012f, 0x7f04013c, 0x7f040148, 0x7f0401a3, 0x7f0401a4, 0x7f0401e7, 0x7f0401e8, 0x7f040229, 0x7f04022e, 0x7f040296 }
+int[] styleable SearchView { 0x10100da, 0x1010264, 0x1010220, 0x101011f, 0x7f040053, 0x7f040060, 0x7f04007d, 0x7f0400f8, 0x7f0400ff, 0x7f040105, 0x7f04014a, 0x7f04014b, 0x7f040189, 0x7f04018a, 0x7f0401c4, 0x7f0401c9, 0x7f04020e }
int styleable SearchView_android_focusable 0
int styleable SearchView_android_imeOptions 1
int styleable SearchView_android_inputType 2
@@ -2547,14 +1785,14 @@ int styleable SearchView_searchIcon 13
int styleable SearchView_submitBackground 14
int styleable SearchView_suggestionRowLayout 15
int styleable SearchView_voiceIcon 16
-int[] styleable SimpleDialog { 0x7f0400a1, 0x7f0400a8, 0x7f0400a9, 0x7f0400ae, 0x7f0400af, 0x7f0400bd }
+int[] styleable SimpleDialog { 0x7f040085, 0x7f04008c, 0x7f04008d, 0x7f040092, 0x7f040093, 0x7f0400a1 }
int styleable SimpleDialog_di_checkBoxStyle 0
int styleable SimpleDialog_di_itemHeight 1
int styleable SimpleDialog_di_itemTextAppearance 2
int styleable SimpleDialog_di_messageTextAppearance 3
int styleable SimpleDialog_di_messageTextColor 4
int styleable SimpleDialog_di_radioButtonStyle 5
-int[] styleable Slider { 0x0101000e, 0x010100af, 0x7f0401f2, 0x7f0401f3, 0x7f0401f4, 0x7f0401f5, 0x7f0401f6, 0x7f0401f7, 0x7f0401f8, 0x7f0401f9, 0x7f0401fa, 0x7f0401fb, 0x7f0401fc, 0x7f0401fd, 0x7f0401fe, 0x7f0401ff, 0x7f040200, 0x7f040201, 0x7f040202, 0x7f040203, 0x7f040204, 0x7f040205, 0x7f040206 }
+int[] styleable Slider { 0x101000e, 0x10100af, 0x7f040193, 0x7f040194, 0x7f040195, 0x7f040196, 0x7f040197, 0x7f040198, 0x7f040199, 0x7f04019a, 0x7f04019b, 0x7f04019c, 0x7f04019d, 0x7f04019e, 0x7f04019f, 0x7f0401a0, 0x7f0401a1, 0x7f0401a2, 0x7f0401a3, 0x7f0401a4, 0x7f0401a5, 0x7f0401a6, 0x7f0401a7 }
int styleable Slider_android_enabled 0
int styleable Slider_android_gravity 1
int styleable Slider_sl_alwaysFillThumb 2
@@ -2578,7 +1816,7 @@ int styleable Slider_sl_trackSize 19
int styleable Slider_sl_transformAnimDuration 20
int styleable Slider_sl_travelAnimDuration 21
int styleable Slider_sl_value 22
-int[] styleable SnackBar { 0x7f0401c8, 0x7f0401c9, 0x7f0401ca, 0x7f0401cb, 0x7f0401cc, 0x7f0401cd, 0x7f0401ce, 0x7f0401cf, 0x7f0401d0, 0x7f0401d1, 0x7f0401d2, 0x7f0401d3, 0x7f0401d4, 0x7f0401d5, 0x7f0401d6, 0x7f0401d7, 0x7f0401d8, 0x7f0401d9, 0x7f0401da, 0x7f0401db, 0x7f0401dc, 0x7f0401dd, 0x7f0401de, 0x7f0401df, 0x7f0401e0, 0x7f0401e1, 0x7f0401e2, 0x7f0401e3, 0x7f0401e4 }
+int[] styleable SnackBar { 0x7f04016c, 0x7f04016d, 0x7f04016e, 0x7f04016f, 0x7f040170, 0x7f040171, 0x7f040172, 0x7f040173, 0x7f040174, 0x7f040175, 0x7f040176, 0x7f040177, 0x7f040178, 0x7f040179, 0x7f04017a, 0x7f04017b, 0x7f04017c, 0x7f04017d, 0x7f04017e, 0x7f04017f, 0x7f040180, 0x7f040181, 0x7f040182, 0x7f040183, 0x7f040184, 0x7f040185, 0x7f040186, 0x7f040187, 0x7f040188 }
int styleable SnackBar_sb_actionRipple 0
int styleable SnackBar_sb_actionText 1
int styleable SnackBar_sb_actionTextAppearance 2
@@ -2608,41 +1846,36 @@ int styleable SnackBar_sb_textColor 25
int styleable SnackBar_sb_textSize 26
int styleable SnackBar_sb_verticalPadding 27
int styleable SnackBar_sb_width 28
-int[] styleable SnackbarLayout { 0x0101011f, 0x7f0400eb, 0x7f04017e }
-int styleable SnackbarLayout_android_maxWidth 0
-int styleable SnackbarLayout_elevation 1
-int styleable SnackbarLayout_maxActionInlineWidth 2
-int[] styleable Spinner { 0x01010262, 0x010100b2, 0x010100af, 0x01010140, 0x0101013f, 0x01010176, 0x0101017b, 0x7f040197, 0x7f04020c, 0x7f04020d, 0x7f04020e, 0x7f04020f, 0x7f040210, 0x7f040211, 0x7f040212, 0x7f040213, 0x7f040214, 0x7f040215, 0x7f040216, 0x7f040217, 0x7f040218, 0x7f040219, 0x7f04021a, 0x7f04021b, 0x7f04021c, 0x7f04021d, 0x7f04021e, 0x7f04021f, 0x7f040220 }
+int[] styleable Spinner { 0x1010262, 0x10100af, 0x1010140, 0x101013f, 0x1010176, 0x101017b, 0x7f04013f, 0x7f0401ad, 0x7f0401ae, 0x7f0401af, 0x7f0401b0, 0x7f0401b1, 0x7f0401b2, 0x7f0401b3, 0x7f0401b4, 0x7f0401b5, 0x7f0401b6, 0x7f0401b7, 0x7f0401b8, 0x7f0401b9, 0x7f0401ba, 0x7f0401bb, 0x7f0401bc, 0x7f0401bd, 0x7f0401be, 0x7f0401bf, 0x7f0401c0, 0x7f0401c1 }
int styleable Spinner_android_dropDownWidth 0
-int styleable Spinner_android_entries 1
-int styleable Spinner_android_gravity 2
-int styleable Spinner_android_minHeight 3
-int styleable Spinner_android_minWidth 4
-int styleable Spinner_android_popupBackground 5
-int styleable Spinner_android_prompt 6
-int styleable Spinner_popupTheme 7
-int styleable Spinner_spn_arrowAnimClockwise 8
-int styleable Spinner_spn_arrowAnimDuration 9
-int styleable Spinner_spn_arrowColor 10
-int styleable Spinner_spn_arrowInterpolator 11
-int styleable Spinner_spn_arrowPadding 12
-int styleable Spinner_spn_arrowSize 13
-int styleable Spinner_spn_arrowSwitchMode 14
-int styleable Spinner_spn_disableChildrenWhenDisabled 15
-int styleable Spinner_spn_dividerAnimDuration 16
-int styleable Spinner_spn_dividerColor 17
-int styleable Spinner_spn_dividerHeight 18
-int styleable Spinner_spn_dividerPadding 19
-int styleable Spinner_spn_label 20
-int styleable Spinner_spn_labelEllipsize 21
-int styleable Spinner_spn_labelEnable 22
-int styleable Spinner_spn_labelPadding 23
-int styleable Spinner_spn_labelTextAppearance 24
-int styleable Spinner_spn_labelTextColor 25
-int styleable Spinner_spn_labelTextSize 26
-int styleable Spinner_spn_popupItemAnimOffset 27
-int styleable Spinner_spn_popupItemAnimation 28
-int[] styleable Switch { 0x01010106, 0x010100af, 0x7f04022f, 0x7f040230, 0x7f040231, 0x7f040232, 0x7f040233, 0x7f040234, 0x7f040235, 0x7f040236 }
+int styleable Spinner_android_gravity 1
+int styleable Spinner_android_minHeight 2
+int styleable Spinner_android_minWidth 3
+int styleable Spinner_android_popupBackground 4
+int styleable Spinner_android_prompt 5
+int styleable Spinner_popupTheme 6
+int styleable Spinner_spn_arrowAnimClockwise 7
+int styleable Spinner_spn_arrowAnimDuration 8
+int styleable Spinner_spn_arrowColor 9
+int styleable Spinner_spn_arrowInterpolator 10
+int styleable Spinner_spn_arrowPadding 11
+int styleable Spinner_spn_arrowSize 12
+int styleable Spinner_spn_arrowSwitchMode 13
+int styleable Spinner_spn_disableChildrenWhenDisabled 14
+int styleable Spinner_spn_dividerAnimDuration 15
+int styleable Spinner_spn_dividerColor 16
+int styleable Spinner_spn_dividerHeight 17
+int styleable Spinner_spn_dividerPadding 18
+int styleable Spinner_spn_label 19
+int styleable Spinner_spn_labelEllipsize 20
+int styleable Spinner_spn_labelEnable 21
+int styleable Spinner_spn_labelPadding 22
+int styleable Spinner_spn_labelTextAppearance 23
+int styleable Spinner_spn_labelTextColor 24
+int styleable Spinner_spn_labelTextSize 25
+int styleable Spinner_spn_popupItemAnimOffset 26
+int styleable Spinner_spn_popupItemAnimation 27
+int[] styleable Switch { 0x1010106, 0x10100af, 0x7f0401ca, 0x7f0401cb, 0x7f0401cc, 0x7f0401cd, 0x7f0401ce, 0x7f0401cf, 0x7f0401d0, 0x7f0401d1 }
int styleable Switch_android_checked 0
int styleable Switch_android_gravity 1
int styleable Switch_sw_animDuration 2
@@ -2653,7 +1886,7 @@ int styleable Switch_sw_thumbRadius 6
int styleable Switch_sw_trackCap 7
int styleable Switch_sw_trackColor 8
int styleable Switch_sw_trackSize 9
-int[] styleable SwitchCompat { 0x01010125, 0x01010124, 0x01010142, 0x7f0401ef, 0x7f04020b, 0x7f040237, 0x7f040238, 0x7f04023a, 0x7f040259, 0x7f04025a, 0x7f04025b, 0x7f040290, 0x7f040291, 0x7f040292 }
+int[] styleable SwitchCompat { 0x1010125, 0x1010124, 0x1010142, 0x7f040191, 0x7f0401ac, 0x7f0401d2, 0x7f0401d3, 0x7f0401d5, 0x7f0401e1, 0x7f04020b }
int styleable SwitchCompat_android_textOff 0
int styleable SwitchCompat_android_textOn 1
int styleable SwitchCompat_android_thumb 2
@@ -2663,33 +1896,8 @@ 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 TabItem { 0x01010002, 0x010100f2, 0x0101014f }
-int styleable TabItem_android_icon 0
-int styleable TabItem_android_layout 1
-int styleable TabItem_android_text 2
-int[] styleable TabLayout { 0x7f04023b, 0x7f04023c, 0x7f04023d, 0x7f04023e, 0x7f04023f, 0x7f040240, 0x7f040241, 0x7f040242, 0x7f040243, 0x7f040244, 0x7f040245, 0x7f040246, 0x7f040247, 0x7f040248, 0x7f040249, 0x7f04024a }
-int styleable TabLayout_tabBackground 0
-int styleable TabLayout_tabContentStart 1
-int styleable TabLayout_tabGravity 2
-int styleable TabLayout_tabIndicatorColor 3
-int styleable TabLayout_tabIndicatorHeight 4
-int styleable TabLayout_tabMaxWidth 5
-int styleable TabLayout_tabMinWidth 6
-int styleable TabLayout_tabMode 7
-int styleable TabLayout_tabPadding 8
-int styleable TabLayout_tabPaddingBottom 9
-int styleable TabLayout_tabPaddingEnd 10
-int styleable TabLayout_tabPaddingStart 11
-int styleable TabLayout_tabPaddingTop 12
-int styleable TabLayout_tabSelectedTextColor 13
-int styleable TabLayout_tabTextAppearance 14
-int styleable TabLayout_tabTextColor 15
-int[] styleable TabPageIndicator { 0x01010034, 0x7f040288, 0x7f040289, 0x7f04028a, 0x7f04028b, 0x7f04028c, 0x7f04028d, 0x7f04028e, 0x7f04028f }
+int styleable SwitchCompat_track 9
+int[] styleable TabPageIndicator { 0x1010034, 0x7f040203, 0x7f040204, 0x7f040205, 0x7f040206, 0x7f040207, 0x7f040208, 0x7f040209, 0x7f04020a }
int styleable TabPageIndicator_android_textAppearance 0
int styleable TabPageIndicator_tpi_centerCurrentTab 1
int styleable TabPageIndicator_tpi_indicatorAtTop 2
@@ -2699,7 +1907,7 @@ int styleable TabPageIndicator_tpi_mode 5
int styleable TabPageIndicator_tpi_tabPadding 6
int styleable TabPageIndicator_tpi_tabRipple 7
int styleable TabPageIndicator_tpi_tabSingleLine 8
-int[] styleable TextAppearance { 0x0101045d, 0x010103ac, 0x010104b7, 0x010104b6, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x0101038c, 0x01010098, 0x01010099, 0x0101009a, 0x0101009b, 0x01010095, 0x01010097, 0x01010096, 0x7f040124, 0x7f04024b, 0x7f040293 }
+int[] styleable TextAppearance { 0x101045d, 0x10103ac, 0x10104b7, 0x10104b6, 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x101038c, 0x1010098, 0x1010099, 0x101009a, 0x101009b, 0x1010095, 0x1010097, 0x1010096, 0x7f0401d6, 0x7f04020c }
int styleable TextAppearance_android_elegantTextHeight 0
int styleable TextAppearance_android_fontFamily 1
int styleable TextAppearance_android_fontFeatureSettings 2
@@ -2716,27 +1924,9 @@ int styleable TextAppearance_android_textColorLink 12
int styleable TextAppearance_android_textSize 13
int styleable TextAppearance_android_textStyle 14
int styleable TextAppearance_android_typeface 15
-int styleable TextAppearance_fontFamily 16
-int styleable TextAppearance_textAllCaps 17
-int styleable TextAppearance_tv_fontFamily 18
-int[] styleable TextInputLayout { 0x01010150, 0x0101009a, 0x7f040083, 0x7f040084, 0x7f040085, 0x7f040086, 0x7f0400ec, 0x7f0400ed, 0x7f040133, 0x7f040134, 0x7f040136, 0x7f040191, 0x7f040192, 0x7f040193, 0x7f040194, 0x7f040195 }
-int styleable TextInputLayout_android_hint 0
-int styleable TextInputLayout_android_textColorHint 1
-int styleable TextInputLayout_counterEnabled 2
-int styleable TextInputLayout_counterMaxLength 3
-int styleable TextInputLayout_counterOverflowTextAppearance 4
-int styleable TextInputLayout_counterTextAppearance 5
-int styleable TextInputLayout_errorEnabled 6
-int styleable TextInputLayout_errorTextAppearance 7
-int styleable TextInputLayout_hintAnimationEnabled 8
-int styleable TextInputLayout_hintEnabled 9
-int styleable TextInputLayout_hintTextAppearance 10
-int styleable TextInputLayout_passwordToggleContentDescription 11
-int styleable TextInputLayout_passwordToggleDrawable 12
-int styleable TextInputLayout_passwordToggleEnabled 13
-int styleable TextInputLayout_passwordToggleTint 14
-int styleable TextInputLayout_passwordToggleTintMode 15
-int[] styleable TextView { 0x01010152, 0x0101016e, 0x01010393, 0x0101016f, 0x01010171, 0x01010170, 0x01010392, 0x0101016d, 0x0101045d, 0x01010158, 0x010103ac, 0x010104b7, 0x010100af, 0x01010155, 0x0101015f, 0x010104b6, 0x01010217, 0x01010218, 0x01010154, 0x01010157, 0x01010120, 0x01010160, 0x01010153, 0x0101011f, 0x0101015a, 0x01010140, 0x01010156, 0x0101013f, 0x0101015b, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x0101015d, 0x0101038c, 0x01010098, 0x01010099, 0x0101009a, 0x0101009b, 0x01010151, 0x01010095, 0x01010097, 0x01010096, 0x01010159, 0x7f040293 }
+int styleable TextAppearance_textAllCaps 16
+int styleable TextAppearance_tv_fontFamily 17
+int[] styleable TextView { 0x1010152, 0x101016e, 0x1010393, 0x101016f, 0x1010171, 0x1010170, 0x1010392, 0x101016d, 0x101045d, 0x1010158, 0x10103ac, 0x10104b7, 0x10100af, 0x1010155, 0x101015f, 0x10104b6, 0x1010217, 0x1010218, 0x1010154, 0x1010157, 0x1010120, 0x1010160, 0x1010153, 0x101011f, 0x101015a, 0x1010140, 0x1010156, 0x101013f, 0x101015b, 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x101015d, 0x101038c, 0x1010098, 0x1010099, 0x101009a, 0x101009b, 0x1010151, 0x1010095, 0x1010097, 0x1010096, 0x1010159, 0x7f04020c }
int styleable TextView_android_cursorVisible 0
int styleable TextView_android_drawableBottom 1
int styleable TextView_android_drawableEnd 2
@@ -2782,11 +1972,11 @@ int styleable TextView_android_textStyle 41
int styleable TextView_android_typeface 42
int styleable TextView_android_width 43
int styleable TextView_tv_fontFamily 44
-int[] styleable TextViewAppearance { 0x01010034 }
+int[] styleable TextViewAppearance { 0x1010034 }
int styleable TextViewAppearance_android_textAppearance 0
-int[] styleable ThemableView { 0x7f040295 }
+int[] styleable ThemableView { 0x7f04020d }
int styleable ThemableView_v_styleId 0
-int[] styleable Theme { 0x7f040001, 0x7f040002, 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f04000d, 0x7f04000f, 0x7f040010, 0x7f040011, 0x7f040012, 0x7f040013, 0x7f040014, 0x7f040015, 0x7f040016, 0x7f040017, 0x7f040018, 0x7f040019, 0x7f04001a, 0x7f04001b, 0x7f04001c, 0x7f04001d, 0x7f04001e, 0x7f04001f, 0x7f040022, 0x7f040023, 0x7f040024, 0x7f040025, 0x7f040026, 0x010100ae, 0x01010057, 0x7f04002c, 0x7f04003e, 0x7f040048, 0x7f040049, 0x7f04004a, 0x7f04004b, 0x7f04004c, 0x7f04004f, 0x7f040050, 0x7f040061, 0x7f040062, 0x7f04006a, 0x7f04006c, 0x7f04006d, 0x7f04006e, 0x7f04006f, 0x7f040071, 0x7f040072, 0x7f040073, 0x7f040082, 0x7f0400c0, 0x7f0400c1, 0x7f0400c4, 0x7f0400c6, 0x7f0400e6, 0x7f0400e7, 0x7f0400e8, 0x7f0400e9, 0x7f0400ea, 0x7f040137, 0x7f04013d, 0x7f040154, 0x7f040155, 0x7f040159, 0x7f04015a, 0x7f04015b, 0x7f04015c, 0x7f04015d, 0x7f04015e, 0x7f04018e, 0x7f04018f, 0x7f040190, 0x7f040196, 0x7f040198, 0x7f0401a5, 0x7f0401a6, 0x7f0401e9, 0x7f0401ea, 0x7f0401eb, 0x7f0401ec, 0x7f040209, 0x7f04020a, 0x7f040239, 0x7f04024c, 0x7f04024d, 0x7f04024f, 0x7f040251, 0x7f040252, 0x7f040253, 0x7f040254, 0x7f040256, 0x7f04026d, 0x7f04026e, 0x7f040297, 0x7f040298, 0x7f040299, 0x7f04029a, 0x7f04029b, 0x7f04029c, 0x7f04029d, 0x7f04029e, 0x7f04029f, 0x7f0402a0 }
+int[] styleable Theme { 0x7f040001, 0x7f040002, 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f04000d, 0x7f04000f, 0x7f040010, 0x7f040011, 0x7f040012, 0x7f040013, 0x7f040014, 0x7f040015, 0x7f040016, 0x7f040017, 0x7f040018, 0x7f040019, 0x7f04001a, 0x7f04001b, 0x7f04001c, 0x7f04001d, 0x7f04001e, 0x7f04001f, 0x7f040022, 0x7f040023, 0x7f040024, 0x7f040025, 0x7f040026, 0x10100ae, 0x1010057, 0x7f04002a, 0x7f040031, 0x7f040039, 0x7f04003a, 0x7f04003b, 0x7f04003c, 0x7f04003d, 0x7f04003f, 0x7f040040, 0x7f040051, 0x7f040052, 0x7f040058, 0x7f040059, 0x7f04005a, 0x7f04005b, 0x7f04005c, 0x7f04005d, 0x7f04005e, 0x7f04005f, 0x7f04006a, 0x7f0400a4, 0x7f0400a5, 0x7f0400a8, 0x7f0400aa, 0x7f0400ca, 0x7f0400cb, 0x7f0400cc, 0x7f0400cd, 0x7f0400ce, 0x7f0400fc, 0x7f040100, 0x7f040107, 0x7f040108, 0x7f04010b, 0x7f04010c, 0x7f04010d, 0x7f04010e, 0x7f04010f, 0x7f040110, 0x7f04013b, 0x7f04013c, 0x7f04013d, 0x7f04013e, 0x7f040140, 0x7f04014c, 0x7f04014d, 0x7f04018b, 0x7f04018c, 0x7f04018d, 0x7f04018e, 0x7f0401aa, 0x7f0401ab, 0x7f0401d4, 0x7f0401d7, 0x7f0401d8, 0x7f0401d9, 0x7f0401da, 0x7f0401db, 0x7f0401dc, 0x7f0401dd, 0x7f0401de, 0x7f0401eb, 0x7f0401ec, 0x7f04020f, 0x7f040210, 0x7f040211, 0x7f040212, 0x7f040213, 0x7f040214, 0x7f040215, 0x7f040216, 0x7f040217, 0x7f040218 }
int styleable Theme_actionBarDivider 0
int styleable Theme_actionBarItemBackground 1
int styleable Theme_actionBarPopupTheme 2
@@ -2897,7 +2087,7 @@ int styleable Theme_windowFixedWidthMinor 106
int styleable Theme_windowMinWidthMajor 107
int styleable Theme_windowMinWidthMinor 108
int styleable Theme_windowNoTitle 109
-int[] styleable TimePicker { 0x7f040272, 0x7f040274, 0x7f040275, 0x7f040276, 0x7f040278, 0x7f040279, 0x7f04027b, 0x7f04027c, 0x7f04027d, 0x7f04027f, 0x7f040280, 0x7f040281, 0x7f040282, 0x7f040283, 0x7f040284, 0x7f040287 }
+int[] styleable TimePicker { 0x7f0401ed, 0x7f0401ef, 0x7f0401f0, 0x7f0401f1, 0x7f0401f3, 0x7f0401f4, 0x7f0401f6, 0x7f0401f7, 0x7f0401f8, 0x7f0401fa, 0x7f0401fb, 0x7f0401fc, 0x7f0401fd, 0x7f0401fe, 0x7f0401ff, 0x7f040202 }
int styleable TimePicker_tp_24Hour 0
int styleable TimePicker_tp_animDuration 1
int styleable TimePicker_tp_backgroundColor 2
@@ -2914,44 +2104,40 @@ int styleable TimePicker_tp_textHighlightColor 12
int styleable TimePicker_tp_textSize 13
int styleable TimePicker_tp_textStyle 14
int styleable TimePicker_tp_tickSize 15
-int[] styleable TimePickerDialog { 0x7f040273, 0x7f040277, 0x7f04027a, 0x7f04027e, 0x7f040285, 0x7f040286 }
+int[] styleable TimePickerDialog { 0x7f0401ee, 0x7f0401f2, 0x7f0401f5, 0x7f0401f9, 0x7f040200, 0x7f040201 }
int styleable TimePickerDialog_tp_am 0
int styleable TimePickerDialog_tp_headerHeight 1
int styleable TimePickerDialog_tp_leadingZero 2
int styleable TimePickerDialog_tp_pm 3
int styleable TimePickerDialog_tp_textTimeColor 4
int styleable TimePickerDialog_tp_textTimeSize 5
-int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f04004d, 0x7f040065, 0x7f040066, 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b, 0x7f04016e, 0x7f04016f, 0x7f04017f, 0x7f040183, 0x7f040184, 0x7f040197, 0x7f04022a, 0x7f04022b, 0x7f04022c, 0x7f040261, 0x7f040263, 0x7f040264, 0x7f040265, 0x7f040266, 0x7f040267, 0x7f040268, 0x7f040269, 0x7f04026a }
+int[] styleable Toolbar { 0x10100af, 0x1010140, 0x7f040055, 0x7f040056, 0x7f040061, 0x7f040062, 0x7f040063, 0x7f040064, 0x7f040120, 0x7f040121, 0x7f040130, 0x7f040133, 0x7f040134, 0x7f04013f, 0x7f0401c5, 0x7f0401c6, 0x7f0401c7, 0x7f0401e2, 0x7f0401e3, 0x7f0401e4, 0x7f0401e5, 0x7f0401e6, 0x7f0401e7, 0x7f0401e8, 0x7f0401e9 }
int styleable Toolbar_android_gravity 0
int styleable Toolbar_android_minHeight 1
-int styleable Toolbar_buttonGravity 2
-int styleable Toolbar_collapseContentDescription 3
-int styleable Toolbar_collapseIcon 4
-int styleable Toolbar_contentInsetEnd 5
-int styleable Toolbar_contentInsetEndWithActions 6
-int styleable Toolbar_contentInsetLeft 7
-int styleable Toolbar_contentInsetRight 8
-int styleable Toolbar_contentInsetStart 9
-int styleable Toolbar_contentInsetStartWithNavigation 10
-int styleable Toolbar_logo 11
-int styleable Toolbar_logoDescription 12
-int styleable Toolbar_maxButtonHeight 13
-int styleable Toolbar_navigationContentDescription 14
-int styleable Toolbar_navigationIcon 15
-int styleable Toolbar_popupTheme 16
-int styleable Toolbar_subtitle 17
-int styleable Toolbar_subtitleTextAppearance 18
-int styleable Toolbar_subtitleTextColor 19
-int styleable Toolbar_title 20
-int styleable Toolbar_titleMargin 21
-int styleable Toolbar_titleMarginBottom 22
-int styleable Toolbar_titleMarginEnd 23
-int styleable Toolbar_titleMarginStart 24
-int styleable Toolbar_titleMarginTop 25
-int styleable Toolbar_titleMargins 26
-int styleable Toolbar_titleTextAppearance 27
-int styleable Toolbar_titleTextColor 28
-int[] styleable View { 0x010100d4, 0x0101046b, 0x0101046c, 0x01010440, 0x010102aa, 0x010100e0, 0x010100da, 0x010103b2, 0x01010140, 0x0101013f, 0x010100d5, 0x010100d9, 0x010103b4, 0x010100d6, 0x010100d8, 0x010103b3, 0x010100d7, 0x010103a5, 0x010102a9, 0x010102a8, 0x01010063, 0x0101007f, 0x01010215, 0x01010119, 0x010103b1, 0x010103b0, 0x01010000, 0x010100dc, 0x7f04018b, 0x7f04018c, 0x7f040257 }
+int styleable Toolbar_collapseContentDescription 2
+int styleable Toolbar_collapseIcon 3
+int styleable Toolbar_contentInsetEnd 4
+int styleable Toolbar_contentInsetLeft 5
+int styleable Toolbar_contentInsetRight 6
+int styleable Toolbar_contentInsetStart 7
+int styleable Toolbar_logo 8
+int styleable Toolbar_logoDescription 9
+int styleable Toolbar_maxButtonHeight 10
+int styleable Toolbar_navigationContentDescription 11
+int styleable Toolbar_navigationIcon 12
+int styleable Toolbar_popupTheme 13
+int styleable Toolbar_subtitle 14
+int styleable Toolbar_subtitleTextAppearance 15
+int styleable Toolbar_subtitleTextColor 16
+int styleable Toolbar_title 17
+int styleable Toolbar_titleMarginBottom 18
+int styleable Toolbar_titleMarginEnd 19
+int styleable Toolbar_titleMarginStart 20
+int styleable Toolbar_titleMarginTop 21
+int styleable Toolbar_titleMargins 22
+int styleable Toolbar_titleTextAppearance 23
+int styleable Toolbar_titleTextColor 24
+int[] styleable View { 0x10100d4, 0x101046b, 0x101046c, 0x1010440, 0x10102aa, 0x10100e0, 0x10100da, 0x10103b2, 0x1010140, 0x101013f, 0x10100d5, 0x10100d9, 0x10103b4, 0x10100d6, 0x10100d8, 0x10103b3, 0x10100d7, 0x10103a5, 0x10102a9, 0x10102a8, 0x1010063, 0x101007f, 0x1010215, 0x1010119, 0x10103b1, 0x10103b0, 0x1010000, 0x10100dc, 0x7f040139, 0x7f04013a, 0x7f0401df }
int styleable View_android_background 0
int styleable View_android_backgroundTint 1
int styleable View_android_backgroundTintMode 2
@@ -2983,15 +2169,15 @@ int styleable View_android_visibility 27
int styleable View_paddingEnd 28
int styleable View_paddingStart 29
int styleable View_theme 30
-int[] styleable ViewBackgroundHelper { 0x010100d4, 0x7f040035, 0x7f040036 }
+int[] styleable ViewBackgroundHelper { 0x10100d4, 0x7f04002e, 0x7f04002f }
int styleable ViewBackgroundHelper_android_background 0
int styleable ViewBackgroundHelper_backgroundTint 1
int styleable ViewBackgroundHelper_backgroundTintMode 2
-int[] styleable ViewStubCompat { 0x010100d0, 0x010100f3, 0x010100f2 }
+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[] styleable YearPicker { 0x7f0400c7, 0x7f0400cc, 0x7f0400d3, 0x7f0400d7, 0x7f0400d8, 0x7f0400d9, 0x7f0400dc, 0x7f0400de, 0x7f0400df, 0x7f0400e0, 0x7f0400e1, 0x7f0400e2, 0x7f0400e3 }
+int[] styleable YearPicker { 0x7f0400ab, 0x7f0400b0, 0x7f0400b7, 0x7f0400bb, 0x7f0400bc, 0x7f0400bd, 0x7f0400c0, 0x7f0400c2, 0x7f0400c3, 0x7f0400c4, 0x7f0400c5, 0x7f0400c6, 0x7f0400c7 }
int styleable YearPicker_dp_animDuration 0
int styleable YearPicker_dp_fontFamily 1
int styleable YearPicker_dp_inInterpolator 2
@@ -3005,4 +2191,4 @@ int styleable YearPicker_dp_yearItemHeight 9
int styleable YearPicker_dp_yearMax 10
int styleable YearPicker_dp_yearMin 11
int styleable YearPicker_dp_yearTextSize 12
-int xml nav_states 0x7f190001
+int xml nav_states 0x7f180001